From dbd7c45ff16427d9a691759fee369d02b89d11df Mon Sep 17 00:00:00 2001 From: hppeng Date: Sat, 9 Jul 2022 19:30:29 -0700 Subject: [PATCH 01/81] Add atree level table, begin work on highlight... death... --- js/atree.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/js/atree.js b/js/atree.js index 7060e3c..fc0dff5 100644 --- a/js/atree.js +++ b/js/atree.js @@ -328,7 +328,13 @@ const atree_validate = new (class extends ComputeNode { let atree_to_add = []; for (const node of atree_order) { const abil = node.ability; - if (atree_state.get(abil.id).active) { atree_to_add.push([node, 'not reachable', false]); } + if (atree_state.get(abil.id).active) { + atree_to_add.push([node, 'not reachable', false]); + atree_state.get(abil.id).img.src = '../media/atree/'+abil.display.icon+'.png'; + } + else { + atree_state.get(abil.id).img.src = '../media/atree/'+abil.display.icon+'_blocked.png'; + } } let reachable = new Set(); @@ -375,7 +381,7 @@ const atree_validate = new (class extends ComputeNode { } if ('archetype' in ability && ability.archetype !== "") { if ('archetype_req' in ability && ability.archetype_req !== 0) { - const others = archetype_count.get(ability.archetype); + const others = (archetype_count.get(ability.archetype) || 0); if (others < ability.archetype_req) { _add.push([node, ability.archetype+': '+others+' < '+ability.archetype_req, false]) continue; @@ -1005,6 +1011,7 @@ function render_AT(UI_elem, list_elem, tree) { //list_elem.appendChild(active_tooltip); NOTE: moved to `atree_render_active` node_wrap.elem = node_elem; + node_wrap.img = node_img; node_wrap.all_connectors_ref = atree_connectors_map; node_elem.addEventListener('click', function(e) { @@ -1253,3 +1260,5 @@ function atree_parse_connector(orient, type, rotate) { ret.img = "../media/atree/highlight_" + type + ret.attrib + ".png"; return ret; }; + +const atree_level_table = ['lvl0wtf',1,2,2,3,3,4,4,5,5,6,6,7,8,8,9,9,10,11,11,12,12,13,14,14,15,16,16,17,17,18,18,19,19,20,20,20,21,21,22,22,23,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30,31,31,32,32,33,33,34,34,34,35,35,35,36,36,36,37,37,37,38,38,38,38,39,39,39,39,40,40,40,40,41,41,41,41,42,42,42,42,43,43,43,43,44,44,44,44,45,45,45] From 64ef7ee25bce3c9bc239df09011292267d00a8dd Mon Sep 17 00:00:00 2001 From: touhoku-wynn <103151411+touhoku-wynn@users.noreply.github.com> Date: Sun, 10 Jul 2022 19:56:15 -0700 Subject: [PATCH 02/81] Update builder_graph.js --- js/builder_graph.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/builder_graph.js b/js/builder_graph.js index 201dd44..bdce65a 100644 --- a/js/builder_graph.js +++ b/js/builder_graph.js @@ -1007,6 +1007,9 @@ function builder_graph_init() { // Level input node. let level_input = new InputNode('level-input', document.getElementById('level-choice')); + + // linking to atree verification + atree_render_active.link_to(level_input, 'level'); // "Build" now only refers to equipment and level (no powders). Powders are injected before damage calculation / stat display. build_node = new BuildAssembleNode(); From e6daf9fcbb909b9b1e564b6326299852836955d6 Mon Sep 17 00:00:00 2001 From: reschan Date: Mon, 11 Jul 2022 10:16:15 +0700 Subject: [PATCH 03/81] small grid rewrite of crafter --- crafter/index.html | 444 ++++++++++++++++++++++----------------------- 1 file changed, 218 insertions(+), 226 deletions(-) diff --git a/crafter/index.html b/crafter/index.html index 8a59b07..022e0f4 100644 --- a/crafter/index.html +++ b/crafter/index.html @@ -31,265 +31,257 @@
WB DiscordWB Discord -
-
-
-
-
-
-
-
- -
-
-
-
-

Type:

-
-
- - - -
-
-
-
-

Lv:

-
-
- - - -
-
-
+
+
+
+ +
+
+
+
+
-
-
-
-
-
-

Attack Speed

+
+
+
+

Type:

-
-
- -
-
- -
-
- -
+
+ + + +
+
+

Lv:

+
+
+ + +
-
-
-
-
-

Mat 1 Tier:

-
-
- -
-
- -
-
- -
-
-
-
-
-
-

Mat 2 Tier:

-
-
- -
-
- -
-
- -
-
-
-
-
-
-
-
-

Ing 1:

-
-
- - - -
+
+
+
+

Attack Speed

-
-
-
-
-

Ing 2:

+
+
+
+ +
+
+ +
+
+ +
-
- - - -
-
-
-
-
-

Ing 3:

-
-
- - - -
+
+
+
+

Mat 1 Tier:

-
-
-
-
-

Ing 4:

-
-
- - - -
+
+
-
-
-
-
-
-
-

Ing 5:

-
-
- - - -
+
+
-
-
-
-
-

Ing 6:

-
-
- - - -
+
+
+
+
+
+
+
+

Mat 2 Tier:

+
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+

Ing 1:

+
+
+ + + +
- -
-
- +
+
+
+

Ing 2:

+
+
+ + + +
-
- +
+
+
+
+

Ing 3:

+
+
+ + + +
-
- +
+
+
+
+

Ing 4:

+
+
+ + + +
-
- +
+
+
+
+

Ing 5:

+
+
+ + + +
+
+
+
+
+
+

Ing 6:

+
+
+ + + +
-
-
@@ -1263,21 +1248,10 @@
poison
-
-
spell1
- -
-
-
spell2
- -
-
-
spell3
- -
-
-
spell4
- +
+
+
Input a weapon to see abilities!
+
@@ -1329,7 +1303,7 @@
-

Made by hppeng and ferricles with Atlas Inc (JavaScript required to function, nothing works without js)

+

Made by hppeng, ferricles, and reschan with Atlas Inc (JavaScript required to function, nothing works without js)

Hard refresh the page (Ctrl+Shift+R on windows/chrome) if it isn't updating correctly.

@@ -1425,7 +1399,6 @@ - @@ -1435,5 +1408,6 @@
+ diff --git a/js/atree.js b/js/atree.js index 6ffcd43..ddd7d6a 100644 --- a/js/atree.js +++ b/js/atree.js @@ -97,35 +97,35 @@ const elem_mastery_abil = { display_name: "Elemental Mastery", id: 998, properti // TODO: Range numbers const default_abils = { - wand: [{ + Mage: [{ display_name: "Mage Melee", id: 999, desc: "Mage basic attack.", properties: {range: 5000}, effects: [default_spells.wand[0]] }, elem_mastery_abil ], - spear: [{ + Warrior: [{ display_name: "Warrior Melee", id: 999, desc: "Warrior basic attack.", properties: {range: 2}, effects: [default_spells.spear[0]] }, elem_mastery_abil ], - bow: [{ + Archer: [{ display_name: "Archer Melee", id: 999, desc: "Archer basic attack.", properties: {range: 20}, effects: [default_spells.bow[0]] }, elem_mastery_abil ], - dagger: [{ + Assassin: [{ display_name: "Assassin Melee", id: 999, desc: "Assassin basic attack.", properties: {range: 2}, effects: [default_spells.dagger[0]] }, elem_mastery_abil ], - relik: [{ + Shaman: [{ display_name: "Shaman Melee", id: 999, desc: "Shaman basic attack.", @@ -251,18 +251,18 @@ const atree_state_node = new (class extends ComputeNode { * I stg if wynn makes abils that modify multiple spells * ... well we can extend this by making `base_abil` a list instead but annoy * - * Signature: AbilityTreeMergeNode(build: Build, atree: ATree, atree-state: RenderedATree) => Map[id, Ability] + * Signature: AbilityTreeMergeNode(player-class: WeaponType, atree: ATree, atree-state: RenderedATree) => Map[id, Ability] */ const atree_merge = new (class extends ComputeNode { constructor() { super('builder-atree-merge'); } compute_func(input_map) { - const build = input_map.get('build'); + const player_class = input_map.get('player-class'); const atree_state = input_map.get('atree-state'); const atree_order = input_map.get('atree'); let abils_merged = new Map(); - for (const abil of default_abils[build.weapon.statMap.get('type')]) { + for (const abil of default_abils[player_class]) { let tmp_abil = deepcopy(abil); if (!('desc' in tmp_abil)) { tmp_abil.desc = []; diff --git a/js/atree_constants.js b/js/atree_constants.js index 8ca5580..fee37e7 100644 --- a/js/atree_constants.js +++ b/js/atree_constants.js @@ -4441,7 +4441,7 @@ const atrees = { "display_name": "Wind Slash", "desc": "When using Teleport, slash through the air and deal damage to enemies you pierce.", "archetype": "Riftwalker", - "base_abil": "teleport", + "base_abil": "Teleport", "parents": ["Air Mastery", "Thunderstorm"], "dependencies": ["Teleport"], "blockers": [], diff --git a/js/atree_constants_min.js b/js/atree_constants_min.js index 1f18900..be0a155 100644 --- a/js/atree_constants_min.js +++ b/js/atree_constants_min.js @@ -1 +1 @@ -const atrees={"Archer":[{"display_name":"Arrow Shield","desc":"Create a shield around you that deal damage and knockback mobs when triggered. (2 Charges)","parents":[60,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_4"},"properties":{"charges":2,"duration":60,"aoe":5000},"effects":[{"type":"replace_spell","name":"Arrow Shield","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Shield Damage","type":"damage","multipliers":[90,0,0,0,0,10]},{"name":"Total Damage","type":"total","hits":{"Shield Damage":2}}]}],"id":0},{"display_name":"Escape","desc":"Throw yourself backward to avoid danger. (Hold shift while escaping to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_4"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Arrow Bomb","desc":"Throw a long-range arrow that explodes and deal high damage in a large area. (Self-damage for 25% of your DPS)","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":50,"base_spell":3,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Arrow Bomb","type":"damage","multipliers":[160,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Arrow Bomb":1}}]}],"id":2},{"display_name":"Heart Shatter","desc":"If you hit a mob directly with Arrow Bomb, shatter its heart and deal bonus damage.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Heart Shatter":1}}],"id":3},{"display_name":"Fire Creep","desc":"Arrow Bomb will leak a trail of fire for 6s, Damaging enemies that walk into it every 0.4s.","base_abil":2,"parents":[68,39,5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{"aoe":0.8,"duration":6},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[30,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Burn Damage","hits":{"Fire Creep":15}}],"id":4},{"display_name":"Bryophyte Roots","desc":"When you hit an enemy with Arrow Storm, create an area that slows them down and deals damage every 0.4s.","base_abil":7,"archetype":"Trapper","archetype_req":1,"parents":[4,35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":8,"icon":"node_1"},"properties":{"aoe":2,"duration":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Bryophyte Roots","cost":0,"multipliers":[40,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Roots Damage","hits":{"Bryophyte Roots":12}}],"id":5},{"display_name":"Nimble String","desc":"Arrow Storm throw out +6 arrows per stream and shoot twice as fast.","base_abil":7,"parents":[36,69],"dependencies":[7],"blockers":[68],"cost":2,"display":{"row":15,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-15,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","hits":{"Single Arrow":6}}],"id":6},{"display_name":"Arrow Storm","desc":"Shoot a stream of 8 arrows, dealing significant damage to close mobs and pushing them back.","parents":[58,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_4"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":40,"base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Arrow","multipliers":[30,0,10,0,0,0]},{"name":"Single Stream","hits":{"Single Arrow":8}},{"name":"Total Damage","hits":{"Single Stream":1}}]}],"id":7},{"display_name":"Guardian Angels","desc":"Your protective arrows from Arrow Shield will become sentient bows, dealing damage up to 8 times each to nearby enemies. (Arrow Shield will no longer push nearby enemies)","archetype":"Boltslinger","archetype_req":3,"base_abil":0,"parents":[59,67],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":19,"col":1,"icon":"node_3"},"properties":{"range":4,"duration":60,"shots":8,"charges":2},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Arrow":8}},{"name":"Total Damage","type":"total","hits":{"Single Bow":2}}]}],"id":8},{"display_name":"Windy Feet","desc":"When casting Escape, give speed to yourself and nearby allies.","base_abil":1,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":1,"icon":"node_0"},"properties":{"aoe":8,"duration":120},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":9},{"display_name":"Basaltic Trap","desc":"When you hit the ground with Arrow Bomb, leave a Trap that damages enemies. (Max 2 Traps)","archetype":"Trapper","archetype_req":2,"parents":[5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":8,"icon":"node_3"},"properties":{"aoe":7,"traps":2},"effects":[{"type":"replace_spell","name":"Basaltic Trap","base_spell":7,"display":"Trap Damage","parts":[{"name":"Trap Damage","type":"damage","multipliers":[140,30,0,0,30,0]}]}],"id":10},{"display_name":"Windstorm","desc":"Arrow Storm shoot +1 stream of arrows, and each stream shoots +2 arrows, effectively doubling its damage.","base_abil":7,"parents":[8,33],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-10,0,-2,0,0,2]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","cost":0,"hits":{"Single Arrow":2}}],"id":11},{"display_name":"Grappling Hook","base_abil":1,"desc":"When casting Escape, throw a hook that pulls you when hitting a block. If you hit an enemy, pull them towards you instead. (Escape will not throw you backward anymore)","archetype":"Trapper","archetype_req":0,"parents":[61,40,33],"dependencies":[],"blockers":[20],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{"range":26},"effects":[],"id":12},{"display_name":"Implosion","desc":"Arrow bomb will pull enemies towards you. If a trap is nearby, it will pull them towards it instead. Increase Heart Shatter's damage.","archetype":"Trapper","archetype_req":0,"base_abil":2,"parents":[12,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[40,0,0,0,0,0]}],"id":13},{"display_name":"Twain's Arc","desc":"When you have 2+ Focus, holding shift will summon the Twain's Arc. Charge it up to shoot a destructive long-range beam. (Damage is dealt as Main Attack Damage)","archetype":"Sharpshooter","archetype_req":4,"parents":[62,64],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_2"},"properties":{"range":64,"focusReq":2},"effects":[{"type":"replace_spell","name":"Twain's Arc","base_spell":5,"scaling":"melee","use_atkspd":false,"display":"Single Shot","parts":[{"name":"Single Shot","type":"damage","multipliers":[200,0,0,0,0,0]}]}],"id":14},{"display_name":"Fierce Stomp","desc":"When using Escape, hold shift to quickly drop down and deal damage.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[42,64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Fierce Stomp","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Stomp Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep become much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14],"dependencies":[4],"blockers":[],"cost":1,"display":{"row":26,"col":5,"icon":"node_1"},"properties":{"duration":2,"aoe":0.4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[10,0,0,0,5,0]}],"id":16},{"display_name":"Leap","desc":"When you double tap jump, leap foward. (2s Cooldown)","archetype":"Boltslinger","archetype_req":5,"parents":[42,55],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":17},{"display_name":"Shocking Bomb","desc":"Arrow Bomb will not be affected by gravity, and all damage conversions become Thunder.","archetype":"Sharpshooter","archetype_req":5,"base_abil":2,"parents":[14,44,55],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":28,"col":4,"icon":"node_1"},"properties":{"gravity":0},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":3,"conversion":"Thunder"}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 2.85 Mana per second when you stay close to them.","archetype":"Trapper","archetype_req":5,"base_abil":10,"parents":[43,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":8,"icon":"node_3"},"properties":{"range":16,"manaRegen":2.85},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":10}],"id":19},{"display_name":"Escape Artist","desc":"When casting Escape, release 120 arrows towards the ground.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[46,17],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Per Arrow","multipliers":[20,0,10,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Max Damage (Escape Artist)","hits":{"Per Arrow":120},"display":"Max Damage (Escape Artist)"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 5s or more, your next sucessful hit will deal +50% damage and add +1 Focus.","archetype":"Sharpshooter","archetype_req":5,"parents":[18,44,47],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[],"id":21},{"display_name":"Call of the Hound","desc":"Arrow Shield summon a Hound that will attack and drag aggressive enemies towards your traps.","archetype":"Trapper","archetype_req":0,"base_abil":0,"parents":[21,47],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Hound Damage","multipliers":[40,0,0,0,0,0]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 stream of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,20],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":2}}],"id":23},{"display_name":"Geyser Stomp","desc":"Fierce Stomp will create geysers, dealing more damage and vertical knockback.","base_abil":1,"parents":[56],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Geyser Stomp","multipliers":[0,0,0,50,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":15,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5 Focus, casting Arrow Storm will make you levitate and shoot 20 homing arrows per second until you run out of Focus. While in that state, you will lose 1 Focus per second.","archetype":"Sharpshooter","archetype_req":10,"parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":37,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Crepuscular Ray","base_spell":6,"display":"DPS","parts":[{"name":"Single Arrow","multipliers":[20,0,0,5,0,0]},{"name":"DPS","hits":{"Single Arrow":20}},{"name":"Total Damage","hits":{"DPS":7}}]}],"id":25},{"display_name":"Grape Bomb","desc":"Arrow bomb will throw 3 additional smaller bombs when exploding.","base_abil":2,"parents":[51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[30,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Grape Bomb":3}}],"id":26},{"display_name":"Tangled Traps","desc":"Your Traps will be connected by a rope that deals damage to enemies every 0.2s.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":38,"col":6,"icon":"node_1"},"properties":{"attackSpeed":0.2},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Line Damage Tick","multipliers":[20,0,0,0,0,20]},{"type":"add_spell_prop","base_spell":7,"target_part":"DPS","hits":{"Line Damage Tick":5}}],"id":27},{"display_name":"Snow Storm","desc":"Enemies near you will be slowed down.","parents":[24,63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":2,"icon":"node_2"},"properties":{"range":2.5,"slowness":0.3},"effects":[],"id":28},{"display_name":"All-Seeing Panoptes","desc":"Your bows from Guardian Angels become all-seeing, increasing their range, damage and letting them shoot up to +5 times each.","archetype":"Boltslinger","archetype_req":11,"base_abil":0,"parents":[28],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":40,"col":1,"icon":"node_3"},"properties":{"range":8,"shots":5},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Arrow","multipliers":[0,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":5}}],"id":29},{"display_name":"Minefield","desc":"Allow you to place +6 Traps, but with reduced damage and range.","archetype":"Trapper","archetype_req":10,"base_abil":10,"parents":[26,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":40,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":8,"target_part":"Trap Damage","cost":0,"multipliers":[-80,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-2},{"type":"prop","abil":10,"name":"traps","value":6}]}],"id":30},{"display_name":"Bow Proficiency I","desc":"Improve your Main Attack's damage and range when using a bow.","base_abil":999,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":31},{"display_name":"Cheaper Arrow Bomb","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":32},{"display_name":"Cheaper Arrow Storm","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[12,11,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":33},{"display_name":"Cheaper Escape","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[7,0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":34},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Trapper","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":35},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7,39,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":36},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[34,36,39],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":37},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":38},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[36,0,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":39},{"display_name":"More Shields","desc":"Give +2 charges to Arrow Shield.","base_abil":0,"parents":[12,10],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Shield Damage":2,"Single Bow":2}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"charges","value":2}]}],"id":40},{"display_name":"Stormy Feet","desc":"Windy Feet will last longer and add more speed.","archetype":"Boltslinger","base_abil":1,"parents":[11],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":23,"col":1,"icon":"node_0"},"properties":{"duration":60},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spdPct","value":20}]}],"id":41},{"display_name":"Refined Gunpowder","desc":"Increase the damage of Arrow Bomb.","base_abil":2,"parents":[11,64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[50,0,0,0,0,0]}],"id":42},{"display_name":"More Traps","desc":"Increase the maximum amount of active Traps you can have by +2.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[54],"dependencies":[10],"blockers":[],"cost":1,"display":{"row":26,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"traps","value":2}]}],"id":43},{"display_name":"Better Arrow Shield","desc":"Arrow Shield will gain additional area of effect, knockback and damage.","archetype":"Sharpshooter","archetype_req":0,"base_abil":0,"parents":[19,18,14],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Shield","behavior":"modify","multipliers":[40,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"behavior":"modify","name":"aoe","value":1}]}],"id":44},{"display_name":"Better Leap","desc":"Reduce leap's cooldown by 1s.","archetype":"Boltslinger","archetype_req":0,"base_abil":17,"parents":[17,55],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":29,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":17,"name":"cooldown","value":-1}]}],"id":45},{"display_name":"Better Guardian Angels","desc":"Your Guardian Angels can shoot +4 arrows before disappearing.","archetype":"Boltslinger","archetype_req":0,"base_abil":0,"parents":[20,55],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":4}}],"id":46},{"display_name":"Cheaper Arrow Storm (2)","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[21,19],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":47},{"display_name":"Precise Shot","desc":"+30% Critical Hit Damage","parents":[46,49,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":48},{"display_name":"Cheaper Arrow Shield","desc":"Reduce the Mana cost of Arrow Shield.","base_abil":0,"parents":[48,21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Rocket Jump","desc":"Arrow Bomb's self-damage will knockback you farther away.","base_abil":2,"parents":[47,21],"dependencies":[2],"blockers":[],"cost":1,"display":{"row":33,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Escape (2)","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[22,70],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":51},{"display_name":"Stronger Hook","desc":"Increase your Grappling Hook's range, speed and strength.","archetype":"Trapper","archetype_req":5,"base_abil":1,"parents":[51],"dependencies":[12],"blockers":[],"cost":1,"display":{"row":35,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":12,"name":"range","value":8}]}],"id":52},{"display_name":"Cheaper Arrow Bomb (2)","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":40,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":53},{"display_name":"Bouncing Bomb","desc":"Arrow Bomb will bounce once when hitting a block or enemy","base_abil":2,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Homing Shots","desc":"Your Main Attack arrows will follow nearby enemies and not be affected by gravity","archetype":"Sharpshooter","base_abil":999,"parents":[17,18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"Shrapnel Bomb","desc":"Arrow Bomb's explosion will fling 15 shrapnel, dealing damage in a large area","archetype":"Boltslinger","archetype_req":8,"base_abil":2,"parents":[23,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Shrapnel Bomblet","multipliers":[40,0,0,0,20,0]}],"id":56},{"display_name":"Elusive","desc":"If you do not get hit for 8+ seconds, become immune to self-damage and remove Arrow Storm's recoil. (Dodging counts as not getting hit)","archetype":"Boltslinger","archetype_req":0,"parents":[24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":38,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"Double Shots","desc":"Double Main Attack arrows, but they deal -30% damage per arrow (harder to hit far enemies)","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[60],"cost":1,"display":{"row":7,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-30,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":2},"display":"Total Damage"}],"id":58},{"display_name":"Triple Shots","desc":"Triple Main Attack arrows, but they deal -20% damage per arrow","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[69,67],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-20,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":1},"display":"Total Damage"}],"id":59},{"display_name":"Power Shots","desc":"Main Attack arrows have increased speed and knockback","archetype":"Sharpshooter","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[58],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":60},{"display_name":"Focus","desc":"When hitting an aggressive mob 5+ blocks away, gain +1 Focus (Max 3). Resets if you miss once","archetype":"Sharpshooter","archetype_req":2,"parents":[68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","output":{"type":"stat","name":"damMult.Focus"},"scaling":[40],"slider_max":3}],"id":61},{"display_name":"More Focus","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[33,12],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":62},{"display_name":"More Focus (2)","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[25,28],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":39,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":63},{"display_name":"Traveler","desc":"For every 1% Walk Speed you have from items, gain +1 Raw Spell Damage (Max 100)","parents":[42,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spd"}],"output":{"type":"stat","name":"sdRaw"},"scaling":[1],"max":100}],"id":64},{"display_name":"Patient Hunter","desc":"Your Traps will deal +20% more damage for every second they are active (Max +80%)","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[40],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":8,"icon":"node_1"},"properties":{"max":80},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[20]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Add +80% Max Damage to Patient Hunter","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4},{"type":"raw_stat","bonuses":[{"type":"prop","abil":65,"name":"max","value":80}]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +6% Walk Speed (Max 200%). Decay -40% of the bonus every second","archetype":"Boltslinger","archetype_req":0,"parents":[59,6],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","output":{"type":"stat","name":"spd"},"scaling":[6],"max":160}],"id":67},{"display_name":"Phantom Ray","desc":"Condense Arrow Storm into a single ray that damages enemies 10 times per second","archetype":"Sharpshooter","archetype_req":0,"base_abil":7,"parents":[37,4],"dependencies":[7],"blockers":[11,6,23],"cost":2,"display":{"row":16,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Phantom Ray","base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[25,0,5,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Arrow":16}}]},{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":68},{"display_name":"Arrow Rain","desc":"When Arrow Shield loses its last charge, unleash 150 arrows raining down on enemies","base_abil":0,"parents":[6,38],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Per Arrow)","multipliers":[80,0,0,0,0,60]},{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Total)","hits":{"Arrow Rain (Per Arrow)":150}}],"id":69},{"display_name":"Decimator","desc":"Phantom Ray will increase its damage by 10% everytime you do not miss with it (Max 70%)","archetype":"Sharpshooter","archetype_req":0,"base_abil":7,"parents":[49,51],"dependencies":[68],"blockers":[],"cost":1,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Phantom Ray hits","slider_max":7,"output":{"type":"stat","name":"damMult.Decimator:1.Single Arrow"},"scaling":[10]}],"id":70}],"Warrior":[{"display_name":"Bash","desc":"Violently bash the ground, dealing high damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4,"range":3},"effects":[{"type":"replace_spell","name":"Bash","cost":45,"base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Hit","type":"damage","multipliers":[130,20,0,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Hit":1}}]}],"id":0},{"display_name":"Spear Proficiency 1","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":1},{"display_name":"Cheaper Bash","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Double Bash","desc":"Bash will hit a second time at a farther range","parents":[1],"base_abil":0,"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"range":3},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","cost":0,"hits":{"Single Hit":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","cost":0,"multipliers":[-50,0,0,0,0,0]}],"id":3},{"display_name":"Charge","desc":"Charge forward at high speed (hold shift to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{},"effects":[{"type":"replace_spell","name":"Charge","cost":25,"base_spell":2,"spell_type":"damage","scaling":"spell","display":"","parts":[]}],"id":4},{"display_name":"Heavy Impact","desc":"After using Charge, violently crash down into the ground and deal damage","base_abil":4,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Heavy Impact":1}}],"id":5},{"display_name":"Vehement","desc":"For every 1% or 1 Raw Main Attack Damage you have from items, gain +2% Walk Speed (Max 20%)","archetype":"Fallen","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[7],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"mdPct"},{"type":"stat","name":"mdRaw"}],"output":{"type":"stat","name":"spd"},"scaling":[2,2],"max":20}],"id":6},{"display_name":"Tougher Skin","desc":"Harden your skin and become permanently +5% more resistant. For every 1% or 1 Raw Heath Regen you have from items, gain +10 Health (Max 100)","archetype":"Paladin","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]},{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hprRaw"},{"type":"stat","name":"hprPct"}],"output":{"type":"stat","name":"hpBonus"},"scaling":[10,10],"max":100}],"id":7},{"display_name":"Uppercut","desc":"Rocket enemies in the air and deal massive damage","parents":[6,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":3,"range":5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":45,"base_spell":3,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Uppercut","multipliers":[200,40,40,0,0,0]},{"name":"Total Damage","hits":{"Uppercut":1}}]}],"id":8},{"display_name":"Cheaper Charge","desc":"Reduce the Mana cost of Charge","base_abil":4,"parents":[8,10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":9},{"display_name":"War Scream","desc":"Emit a terrorizing roar that deals damage, pull nearby enemies, and add damage resistance to yourself and allies","parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"duration":30,"aoe":12,"defense_bonus":10},"effects":[{"type":"replace_spell","name":"War Scream","cost":35,"base_spell":4,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"War Scream","multipliers":[50,0,0,0,50,0]},{"name":"Total Damage","hits":{"War Scream":1}}]}],"id":10},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases base damage from all Earth attacks","archetype":"Fallen","archetype_req":0,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":11},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks","archetype":"Fallen","archetype_req":0,"parents":[8,14,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":12},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases base damage from all Water attacks","archetype":"Battle Monk","archetype_req":0,"parents":[9,12,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":13},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Battle Monk","archetype_req":0,"parents":[10,12,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":14},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Paladin","archetype_req":0,"parents":[10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":15},{"display_name":"Quadruple Bash","desc":"Bash will hit 4 times at an even larger range","archetype":"Fallen","archetype_req":0,"base_abil":0,"parents":[11,17],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{"range":6},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[-20,0,0,0,0,0]}],"id":16},{"display_name":"Fireworks","desc":"Mobs hit by Uppercut will explode mid-air and receive additional damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[12,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fireworks","multipliers":[80,0,20,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fireworks":1}}],"id":17},{"display_name":"Half-Moon Swipe","desc":"Uppercut will deal a footsweep attack at a longer and wider angle. All elemental conversions become Water","archetype":"Battle Monk","archetype_req":1,"base_abil":8,"parents":[13],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"range":4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-10,"multipliers":[-70,0,0,30,0,0]}],"id":18},{"display_name":"Flyby Jab","desc":"Damage enemies in your way when using Charge","base_abil":4,"parents":[14,20],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flyby Jab","multipliers":[20,0,0,0,0,40]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Flyby Jab":1}}],"id":19},{"display_name":"Flaming Uppercut","desc":"Uppercut will light mobs on fire, dealing damage every 0.6 seconds","archetype":"Paladin","archetype_req":0,"base_abil":8,"parents":[15,19],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{"duration":3,"tick":0.6},"effects":[{"type":"replace_spell","name":"Flaming Uppercut","base_spell":8,"display":"DPS","parts":[{"name":"Damage Tick","multipliers":[0,0,0,0,50,0]},{"name":"DPS","hits":{"Damage Tick":1.6666666666666667}},{"name":"Total Damage","hits":{"Damage Tick":5}}]}],"id":20},{"display_name":"Iron Lungs","desc":"War Scream deals more damage","archetype":"Paladin","archetype_req":0,"base_abil":10,"parents":[19,20],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"War Scream","cost":0,"multipliers":[30,0,0,0,0,30]}],"id":21},{"display_name":"Generalist","desc":"After casting 3 different spells in a row, your next spell will cost 5 mana","archetype":"Battle Monk","archetype_req":3,"parents":[23],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":2,"icon":"node_3"},"properties":{},"effects":[],"id":22},{"display_name":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","archetype_req":0,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_1"},"properties":{"chance":30},"effects":[{"type":"replace_spell","name":"Counter","base_spell":5,"display":"Counter Damage","parts":[{"name":"Counter Damage","multipliers":[60,0,20,0,0,20]}]}],"id":23},{"display_name":"Mantle of the Bovemists","desc":"When casting War Scream, create a holy shield around you that reduces all incoming damage by 70% for 3 hits (20s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"mantle_charge":3},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Mantle","value":70}]}],"id":24},{"display_name":"Bak'al's Grasp","desc":"After casting War Scream, become Corrupted (15s Cooldown). You cannot heal while in that state. While Corrupted, every 2% of Health you lose will add +4 Raw Damage to your attacks (Max 120)","archetype":"Fallen","archetype_req":2,"parents":[16,17],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":16,"col":1,"icon":"node_3"},"properties":{"cooldown":15},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","slider_max":100,"slider_step":1,"output":{"type":"stat","name":"damRaw"},"max":120,"scaling":[2]}],"id":25},{"display_name":"Spear Proficiency 2","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[25,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Aerodynamics","desc":"During Charge, you can steer and change direction","archetype":"Battle Monk","archetype_req":0,"base_abil":4,"parents":[27,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":28},{"display_name":"Provoke","desc":"Mobs damaged by War Scream will target only you for at least 5s. Reduce the Mana cost of War Scream","base_abil":10,"parents":[28,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":29},{"display_name":"Precise Strikes","desc":"+30% Critical Hit Damage","parents":[27,26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":30},{"display_name":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","base_abil":10,"parents":[28,29],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":18,"col":6,"icon":"node_1"},"properties":{"attackRate":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","multipliers":[40,0,0,0,0,10]}],"id":31},{"display_name":"Enraged Blow","desc":"While Corriupted, every 1% of Health you lose will increase your damage by +3% (Max 300%)","archetype":"Fallen","archetype_req":0,"base_abil":25,"parents":[26],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":20,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"scaling":[3]}],"id":32},{"display_name":"Flying Kick","desc":"When using Charge, mobs hit will halt your momentum and get knocked back","archetype":"Battle Monk","archetype_req":1,"base_abil":4,"parents":[27,34],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick","multipliers":[150,0,0,20,0,30]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Flying Kick":1},"display":"Flying Kick Max Damage"}],"id":33},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[35,33],"dependencies":[24],"blockers":[],"cost":1,"display":{"row":20,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":24,"name":"mantle_charge","value":2}]}],"id":34},{"display_name":"Manachism","desc":"If you receive a hit that's less than 5% of your max HP, gain 10 Mana (1s Cooldown)","archetype":"Paladin","archetype_req":3,"parents":[34,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":35},{"display_name":"Boiling Blood","desc":"Bash leaves a trail of boiling blood behind its first explosion, slowing down and damaging enemies above it every 0.4 seconds","base_abil":0,"parents":[32,37],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Boiling Blood","cost":0,"multipliers":[25,0,0,0,5,0]}],"id":36},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its range and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[36,33],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Ragnarokkr","value":30}]}],"id":37},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":23,"parents":[33,34,39],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":23,"name":"chance","value":30}]}],"id":38},{"display_name":"Burning Heart","desc":"For every 100 Health Bonus you have from item IDs, gain +2% Fire Damage (Max 100%)","archetype":"Paladin","archetype_req":0,"parents":[38,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hpBonus"}],"output":{"type":"stat","name":"fDamPct"},"scaling":[0.02],"max":100}],"id":39},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[39,35],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[30,0,0,0,0,0]}],"id":40},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 2% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[37,36],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":41},{"display_name":"Comet","desc":"After being hit by Fireworks, enemies will crash into the ground and receive more damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[37],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":24,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Comet","cost":0,"multipliers":[80,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","cost":0,"hits":{"Comet":1}}],"id":42},{"display_name":"Collide","desc":"Mobs thrown into walls from Flying Kick will explode and receive additonal damage","archetype":"Battle Monk","archetype_req":4,"base_abil":4,"parents":[38,39],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Collide","cost":0,"multipliers":[150,0,0,0,50,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Collide":1}}],"id":43},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[39,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":44},{"display_name":"Uncontainable Corruption","desc":"Reduce the cooldown of Bak'al's Grasp by -5s, and increase the raw damage gained for every 2% of health lost by +1","base_abil":25,"parents":[36,46],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"stat","name":"damRaw"},"scaling":[0.5]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":25,"name":"cooldown","value":-5}]}],"id":45},{"display_name":"Radiant Devotee","desc":"For every 4% Reflection you have from items, gain +1/5s Mana Regen (Max 10/5s)","archetype":"Battle Monk","archetype_req":1,"parents":[47,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":26,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","inputs":[{"type":"stat","name":"ref"}],"output":{"type":"stat","name":"mr"},"scaling":[0.25],"max":10}],"id":46},{"display_name":"Whirlwind Strike","desc":"Uppercut will create a strong gust of air, launching you upward with enemies (Hold shift to stay grounded)","archetype":"Battle Monk","archetype_req":5,"base_abil":8,"parents":[38,46],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[0,0,0,0,0,50]}],"id":47},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]}],"id":48},{"display_name":"Armour Breaker","desc":"While Corrupted, losing 30% Health will make your next Uppercut destroy enemies' defense, rendering them weaker to damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[45,46],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":5},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":49},{"display_name":"Shield Strike","desc":"When your Mantle of the Bovemist loses all charges, deal damage around you for each Mantle individually lost","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[48,51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Shield Strike","base_spell":6,"display":"Damage per Shield","parts":[{"name":"Damage per Shield","multipliers":[60,0,20,0,0,0]}]}],"id":50},{"display_name":"Sparkling Hope","desc":"Everytime you heal 5% of your max health, deal damage to all nearby enemies","archetype":"Paladin","archetype_req":0,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_2"},"properties":{"aoe":6},"effects":[{"type":"replace_spell","name":"Sparkling Hope","base_spell":7,"display":"Damage Tick","parts":[{"name":"Damage Tick","multipliers":[10,0,5,0,0,0]}]}],"id":51},{"display_name":"Massive Bash","desc":"While Corrupted, every 3% Health you lose will add +1 AoE to Bash (Max 10)","archetype":"Fallen","archetype_req":8,"base_abil":25,"parents":[53,45],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"prop","abil":0,"name":"aoe"},"scaling":[0.3333333333333333],"max":10}],"id":52},{"display_name":"Tempest","desc":"War Scream will ripple the ground and deal damage 3 times in a large area","archetype":"Battle Monk","archetype_req":0,"base_abil":10,"parents":[52,54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{"aoe":16},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest","multipliers":[30,10,0,0,0,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest Total Damage","hits":{"Tempest":3}},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Tempest":3}}],"id":53},{"display_name":"Spirit of the Rabbit","desc":"Reduce the Mana cost of Charge and increase your Walk Speed by +20%","archetype":"Battle Monk","archetype_req":5,"base_abil":4,"parents":[53,47],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5},{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":54},{"display_name":"Massacre","desc":"While Corrupted, if your effective attack speed is Slow or lower, hitting an enemy with your Main Attack will add +1% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":55},{"display_name":"Axe Kick","desc":"Increase the damage of Uppercut, but also increase its mana cost","base_abil":8,"parents":[53,54],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":10,"multipliers":[100,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":2,"base_abil":0,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_2"},"properties":{"cooldown":15},"effects":[],"id":57},{"display_name":"Cheaper Bash 2","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[57,50,51],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":58},{"display_name":"Cheaper War Scream","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Discombobulate","desc":"Every time you hit an enemy, briefly increase your elemental damage dealt to them by +3 (Additive, Max +80). This bonus decays -5 every second","archetype":"Battle Monk","archetype_req":11,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","slider_max":27,"output":[{"type":"stat","name":"eDamAddMin"},{"type":"stat","name":"eDamAddMax"},{"type":"stat","name":"tDamAddMin"},{"type":"stat","name":"tDamAddMax"},{"type":"stat","name":"wDamAddMin"},{"type":"stat","name":"wDamAddMax"},{"type":"stat","name":"fDamAddMin"},{"type":"stat","name":"fDamAddMax"},{"type":"stat","name":"aDamAddMin"},{"type":"stat","name":"aDamAddMax"}],"scaling":[3],"max":80}],"id":60},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.\n\n All elemental conversions become Thunder","archetype":"Battle Monk","archetype_req":8,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":1,"conversion":"Thunder"},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":61},{"display_name":"Cyclone","desc":"After casting War Scream, envelop yourself with a vortex that damages nearby enemies every 0.5s","archetype":"Battle Monk","archetype_req":0,"parents":[54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":4,"icon":"node_1"},"properties":{"aoe":4,"duration":20},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone","multipliers":[10,0,0,0,5,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone Total Damage","hits":{"Cyclone":40}}],"id":62},{"display_name":"Second Chance","desc":"When you receive a fatal blow, survive and regain 30% of your Health (10m Cooldown)","archetype":"Paladin","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":63},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.6% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{"health_cost":0.6},"effects":[],"id":64},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.3% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":64,"parents":[64],"dependencies":[64],"blockers":[],"cost":1,"display":{"row":35,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":64,"name":"health_cost","value":-0.3}]}],"id":65},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[64,67],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":66},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[63,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":35,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":67},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":68}],"Mage":[{"display_name":"Meteor","desc":"Summon a slow but powerful meteor from the sky, dealing massive damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":55,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1}}]}],"id":0},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[4],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{"range":12},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you cannot heal more than 30% of their max health)","parents":[14,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.1}]}],"id":2},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[13,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":35,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":3},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":4},{"display_name":"Wand Proficiency I","desc":"Improve your Main Attack's damage and range when using a wand.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":5},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":6},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":7},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":8},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[12,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":10},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":11},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[2,3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":12},{"display_name":"Wisdom","desc":"For every 2% or 2 Raw Spell Damage you have from items, gain +1/5s mana regen (Max 5/5s)","archetype":"Arcanist","archetype_req":0,"parents":[1],"dependencies":[],"blockers":[14],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sdPct"},{"type":"stat","name":"sdRaw"}],"output":{"type":"stat","name":"mr"},"scaling":[0.5,0.5],"max":5}],"id":13},{"display_name":"Wand Proficiency II","desc":"Improve your Main Attack's damage and range when using a wand.","archetype":"Riftwalker","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":"teleport","parents":[10,16],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Wind Slash","base_spell":2,"multipliers":[50,0,0,0,0,50]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Wind Slash":1}}],"id":15},{"display_name":"Thunderstorm","desc":"After casting Meteor, summon 3 lightning strikes and deal additional damage","base_abil":0,"parents":[15,8],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","target_part":"Lightning Damage","base_spell":3,"multipliers":[30,0,15,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":3,"hits":{"Lightning Damage":3}}],"id":16},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Meteor Damage","behavior":"modify","multipliers":[30,90,0,0,0,0]}],"id":17},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil that damages enemies every 0.4s.","base_abil":0,"parents":[11,7],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":7,"icon":"node_1"},"properties":{"aoe":7,"duration":8},"effects":[{"type":"replace_spell","name":"Burning Sigil","base_spell":6,"display":"DPS","parts":[{"name":"Tick Damage","multipliers":[15,0,0,0,25,0]},{"name":"DPS","hits":{"Tick Damage":2.5}},{"name":"Total Burn Damage","hits":{"Tick Damage":20}}]}],"id":18},{"display_name":"Sunshower","desc":"Heal emit a strong light, damaging nearby enemies.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[9],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[70,0,0,30,0,0]}],"id":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 5, 0.5s cooldown) Ice Snake will deal additional damage to enemies for every Winded they have","archetype":"Riftwalker","archetype_req":3,"parents":[15,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3","__TODO":"hppeng please fix"},"properties":{"max":5},"effects":[],"id":20},{"display_name":"Ophanim","desc":"When casting Meteor, instead summon 2 orbs of light with 200 Health that will attack when you use your Main Attack. When they damage an enemy, they lose 20% of their Health. They can be healed back.","archetype":"Light Bender","archetype_req":2,"parents":[19],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[50,0,30,20,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":2}}]},{"type":"add_spell_prop","base_spell":3,"cost":30}],"id":21},{"display_name":"Arcane Transfer","desc":"Meteor and Ice Snake will add +5 Mana to a Mana Bank for every aggressive enemy you hit. Heal will now transfer the content of your Mana Bank into usable Mana instead of healing.","archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"bank":90},"effects":[{"type":"replace_spell","name":"Arcane Transfer","base_spell":1,"parts":[],"display":""}],"id":22},{"display_name":"Cheaper Heal","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[20,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":23},{"display_name":"Purification","desc":"Heal and Arcane Transfer will purify you of all negative effects and fire. (3s Cooldown)","base_abil":1,"parents":[21,23,25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":4,"icon":"node_2"},"properties":{},"effects":[],"id":24},{"display_name":"Sentient Snake","desc":"Ice Snake will follow the direction you're facing, allowing you to control it.","base_abil":3,"parents":[22,24],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a short amount of time.","base_abil":2,"parents":[23],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[23],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":18,"col":2,"icon":"node_1"},"properties":{},"effects":[],"__TODO":"I still don't really know how to do this, for the record though the ratio is 20% neutral 20% earth per stack","id":27},{"display_name":"Larger Heal","desc":"Increase your Heal's range.","base_abil":1,"archetype":"Light Bender","archetype_req":0,"parents":[24,25],"dependencies":[2],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":2,"name":"aoe","value":2}]}],"id":28},{"display_name":"Larger Mana Bank","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[25],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":18,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":22,"name":"bank","value":30}]}],"id":29},{"display_name":"Cheaper Ice Snake","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":30},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[24,32],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":31},{"display_name":"Fortitude","desc":"After healing 120% of your max health within 10s, apply a damage bonus to each player you've healed. (15s Cooldown)","base_abil":2,"archetype":"Light Bender","archetype_req":0,"parents":[30,31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":4},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Fortitude","value":100}]}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will stop and explode when it hits an enemy. (Damage is dealt as Main Attack Damage)","base_abil":4,"archetype":"Arcanist","archetype_req":4,"parents":[25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":7,"icon":"node_2"},"properties":{},"__TODO":"replace_spell pyrokinesis damage","effects":[],"id":33},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","archetype":"","archetype_req":0,"parents":[33,36],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"ls"}],"output":{"type":"stat","name":"sdPct"},"scaling":[0.2],"max":50}],"id":34},{"display_name":"Blink","desc":"Teleport will trigger 2 times in quick successions","base_abil":1,"archetype":"Riftwalker","archetype_req":0,"parents":[32,30],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"prop","abil":1,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1}}],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":3,"parents":[34,31,40],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Arcane Restoration","desc":"Pyrokinesis will add +1 Mana every 1s to your Mana Bank when hitting an aggressive enemy.","base_abil":999,"archetype":"Arcanist","archetype_req":0,"parents":[34,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":37},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage Bonus you have, buff Heal's healing power by +0.3%.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[40,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDam"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":38},{"display_name":"Transonic Warp","desc":"Teleport will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[30],"dependencies":[3,20],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":39},{"display_name":"Healthier Ophanim I","desc":"Increase the health of your orbs from Ophanim by +800 and reduce the damage they take when hitting an enemy by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[32,31],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":40},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing the overall healing.","archetype":"Light Bender","base_abil":2,"parents":[40,36],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":23,"col":4,"icon":"node_1"},"properties":{"aoe":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Pulse","power":0.15},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Heal Pulse":2}}],"id":41},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to nearby enemies.","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[39,38],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":42},{"display_name":"Lightweaver","desc":"After healing 60% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb Damage","parts":[{"name":"Single Orb","type":"damage","multipliers":[30,0,0,0,20,0]},{"name":"Orb Damage","type":"total","hits":{"Single Orb":3}}]}],"id":43},{"display_name":"Arcane Speed","desc":"After casting Heal or Arcane Transfer, gain +80% speed for 3s. (8s Cooldown)","base_abil":2,"parents":[43,45],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":44},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[34,44],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":45},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[45,44],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[42],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]}],"id":47},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[42,52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":48},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[52,43,44],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":49},{"display_name":"Chaos Explosion","desc":"When your Mana Bank reaches 120, casting Arcane Transfer will rapidly unleash the last 3 spells you've cast in order.","base_abil":22,"archetype":"Arcanist","archetype_req":8,"parents":[45],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":50},{"display_name":"Arcane Power","desc":"Meteor and Ice Snake will add +2 Mana to your Mana Bank for each aggressive mob you hit.","base_abil":22,"archetype":"Arcanist","archetype_req":0,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":29,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":51},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":1,"parents":[48,49],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","target_part":"Explosion Damage","base_spell":2,"multipliers":[50,0,0,0,30,0]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Explosion Damage":1}}],"id":52},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":3,"archetype":"Riftwalker","archetype_req":7,"parents":[48,52],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake","base_spell":4,"multipliers":[0,0,0,0,0,20]}],"id":53},{"display_name":"Time Dilation","desc":"When sprinting, create an area that increases the speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[48,52],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Better Ophanim","desc":"Increase your maximum orbs from Ophanim by +1.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[52,49],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":1}}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies completely for 2s.","base_abil":3,"parents":[50],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Devitalize","desc":"Enemies will deal -2% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[58,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"More Winded II","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[54],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[],"id":58},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 100%)","parents":[58,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sprint"}],"output":{"type":"stat","name":"tDamPct"},"scaling":[0.5],"max":100}],"id":59},{"display_name":"Divination","desc":"Increase your maximum orbs from Ophanim by +3 and reduce their damage.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[59,61],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":32,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[-50,0,-10,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":3}}],"id":60},{"display_name":"Healthier Ophanim II","desc":"Increase the health of your orbs from Ophanim by +3000.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[55],"dependencies":[40],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"display_name":"Sunflare","desc":"After healing 400% of your max health within 10s, your next Heal will make every nearby ally temporarily immune.","archetype":"Light Bender","archetype_req":12,"base_abil":2,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":62},{"display_name":"Larger Mana Bank III","desc":"Increase your maximum Mana Bank by +30.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits.","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[63],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":64},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[64],"dependencies":[50],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":65},{"display_name":"Manastorm","desc":"If you have more than 100 Mana, casting a spell will give you +10 mana over 5s.","archetype":"Arcanist","archetype_req":1,"parents":[69,64,62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":66},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs by +2.","archetype":"Light Bender","archetype_req":0,"base_abil":43,"parents":[69,66],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":35,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb Damage","hits":{"Single Orb":2}}],"id":67},{"display_name":"Timelock","desc":"Holding shift and casting Heal will absorb all Winded on nearby enemies and make you Timelocked. While Timelocked, your mana will not be depleted and you become immovable from outside forces. Enemies will recieve Winded damage from all absorbed stacks. (Max 30)","archetype":"Riftwalker","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":0,"icon":"node_3"},"properties":{},"effects":[],"id":68},{"display_name":"Cheaper Heal II","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[68,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":69}]} \ No newline at end of file +const atrees={"Archer":[{"display_name":"Arrow Shield","desc":"Create a shield around you that deal damage and knockback mobs when triggered. (2 Charges)","parents":[60,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_4"},"properties":{"charges":2,"duration":60,"aoe":5000},"effects":[{"type":"replace_spell","name":"Arrow Shield","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Shield Damage","type":"damage","multipliers":[90,0,0,0,0,10]},{"name":"Total Damage","type":"total","hits":{"Shield Damage":2}}]}],"id":0},{"display_name":"Escape","desc":"Throw yourself backward to avoid danger. (Hold shift while escaping to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_4"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Arrow Bomb","desc":"Throw a long-range arrow that explodes and deal high damage in a large area. (Self-damage for 25% of your DPS)","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":50,"base_spell":3,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Arrow Bomb","type":"damage","multipliers":[160,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Arrow Bomb":1}}]}],"id":2},{"display_name":"Heart Shatter","desc":"If you hit a mob directly with Arrow Bomb, shatter its heart and deal bonus damage.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Heart Shatter":1}}],"id":3},{"display_name":"Fire Creep","desc":"Arrow Bomb will leak a trail of fire for 6s, Damaging enemies that walk into it every 0.4s.","base_abil":2,"parents":[68,39,5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{"aoe":0.8,"duration":6},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[30,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Burn Damage","hits":{"Fire Creep":15}}],"id":4},{"display_name":"Bryophyte Roots","desc":"When you hit an enemy with Arrow Storm, create an area that slows them down and deals damage every 0.4s.","base_abil":7,"archetype":"Trapper","archetype_req":1,"parents":[4,35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":8,"icon":"node_1"},"properties":{"aoe":2,"duration":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Bryophyte Roots","cost":0,"multipliers":[40,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Roots Damage","hits":{"Bryophyte Roots":12}}],"id":5},{"display_name":"Nimble String","desc":"Arrow Storm throw out +6 arrows per stream and shoot twice as fast.","base_abil":7,"parents":[36,69],"dependencies":[7],"blockers":[68],"cost":2,"display":{"row":15,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-15,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","hits":{"Single Arrow":6}}],"id":6},{"display_name":"Arrow Storm","desc":"Shoot a stream of 8 arrows, dealing significant damage to close mobs and pushing them back.","parents":[58,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_4"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":40,"base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Arrow","multipliers":[30,0,10,0,0,0]},{"name":"Single Stream","hits":{"Single Arrow":8}},{"name":"Total Damage","hits":{"Single Stream":1}}]}],"id":7},{"display_name":"Guardian Angels","desc":"Your protective arrows from Arrow Shield will become sentient bows, dealing damage up to 8 times each to nearby enemies. (Arrow Shield will no longer push nearby enemies)","archetype":"Boltslinger","archetype_req":3,"base_abil":0,"parents":[59,67],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":19,"col":1,"icon":"node_3"},"properties":{"range":4,"duration":60,"shots":8,"charges":2},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Arrow":8}},{"name":"Total Damage","type":"total","hits":{"Single Bow":2}}]}],"id":8},{"display_name":"Windy Feet","desc":"When casting Escape, give speed to yourself and nearby allies.","base_abil":1,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":1,"icon":"node_0"},"properties":{"aoe":8,"duration":120},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":9},{"display_name":"Basaltic Trap","desc":"When you hit the ground with Arrow Bomb, leave a Trap that damages enemies. (Max 2 Traps)","archetype":"Trapper","archetype_req":2,"parents":[5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":8,"icon":"node_3"},"properties":{"aoe":7,"traps":2},"effects":[{"type":"replace_spell","name":"Basaltic Trap","base_spell":7,"display":"Trap Damage","parts":[{"name":"Trap Damage","type":"damage","multipliers":[140,30,0,0,30,0]}]}],"id":10},{"display_name":"Windstorm","desc":"Arrow Storm shoot +1 stream of arrows, and each stream shoots +2 arrows, effectively doubling its damage.","base_abil":7,"parents":[8,33],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-10,0,-2,0,0,2]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","cost":0,"hits":{"Single Arrow":2}}],"id":11},{"display_name":"Grappling Hook","base_abil":1,"desc":"When casting Escape, throw a hook that pulls you when hitting a block. If you hit an enemy, pull them towards you instead. (Escape will not throw you backward anymore)","archetype":"Trapper","archetype_req":0,"parents":[61,40,33],"dependencies":[],"blockers":[20],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{"range":26},"effects":[],"id":12},{"display_name":"Implosion","desc":"Arrow bomb will pull enemies towards you. If a trap is nearby, it will pull them towards it instead. Increase Heart Shatter's damage.","archetype":"Trapper","archetype_req":0,"base_abil":2,"parents":[12,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[40,0,0,0,0,0]}],"id":13},{"display_name":"Twain's Arc","desc":"When you have 2+ Focus, holding shift will summon the Twain's Arc. Charge it up to shoot a destructive long-range beam. (Damage is dealt as Main Attack Damage)","archetype":"Sharpshooter","archetype_req":4,"parents":[62,64],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_2"},"properties":{"range":64,"focusReq":2},"effects":[{"type":"replace_spell","name":"Twain's Arc","base_spell":5,"scaling":"melee","use_atkspd":false,"display":"Single Shot","parts":[{"name":"Single Shot","type":"damage","multipliers":[200,0,0,0,0,0]}]}],"id":14},{"display_name":"Fierce Stomp","desc":"When using Escape, hold shift to quickly drop down and deal damage.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[42,64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Fierce Stomp","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Stomp Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep become much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14],"dependencies":[4],"blockers":[],"cost":1,"display":{"row":26,"col":5,"icon":"node_1"},"properties":{"duration":2,"aoe":0.4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[10,0,0,0,5,0]}],"id":16},{"display_name":"Leap","desc":"When you double tap jump, leap foward. (2s Cooldown)","archetype":"Boltslinger","archetype_req":5,"parents":[42,55],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":17},{"display_name":"Shocking Bomb","desc":"Arrow Bomb will not be affected by gravity, and all damage conversions become Thunder.","archetype":"Sharpshooter","archetype_req":5,"base_abil":2,"parents":[14,44,55],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":28,"col":4,"icon":"node_1"},"properties":{"gravity":0},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":3,"conversion":"Thunder"}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 2.85 Mana per second when you stay close to them.","archetype":"Trapper","archetype_req":5,"base_abil":10,"parents":[43,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":8,"icon":"node_3"},"properties":{"range":16,"manaRegen":2.85},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":10}],"id":19},{"display_name":"Escape Artist","desc":"When casting Escape, release 120 arrows towards the ground.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[46,17],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Per Arrow","multipliers":[20,0,10,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Max Damage (Escape Artist)","hits":{"Per Arrow":120},"display":"Max Damage (Escape Artist)"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 5s or more, your next sucessful hit will deal +50% damage and add +1 Focus.","archetype":"Sharpshooter","archetype_req":5,"parents":[18,44,47],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[],"id":21},{"display_name":"Call of the Hound","desc":"Arrow Shield summon a Hound that will attack and drag aggressive enemies towards your traps.","archetype":"Trapper","archetype_req":0,"base_abil":0,"parents":[21,47],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Hound Damage","multipliers":[40,0,0,0,0,0]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 stream of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,20],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":2}}],"id":23},{"display_name":"Geyser Stomp","desc":"Fierce Stomp will create geysers, dealing more damage and vertical knockback.","base_abil":1,"parents":[56],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Geyser Stomp","multipliers":[0,0,0,50,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":15,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5 Focus, casting Arrow Storm will make you levitate and shoot 20 homing arrows per second until you run out of Focus. While in that state, you will lose 1 Focus per second.","archetype":"Sharpshooter","archetype_req":10,"parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":37,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Crepuscular Ray","base_spell":6,"display":"DPS","parts":[{"name":"Single Arrow","multipliers":[20,0,0,5,0,0]},{"name":"DPS","hits":{"Single Arrow":20}},{"name":"Total Damage","hits":{"DPS":7}}]}],"id":25},{"display_name":"Grape Bomb","desc":"Arrow bomb will throw 3 additional smaller bombs when exploding.","base_abil":2,"parents":[51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[30,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Grape Bomb":3}}],"id":26},{"display_name":"Tangled Traps","desc":"Your Traps will be connected by a rope that deals damage to enemies every 0.2s.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":38,"col":6,"icon":"node_1"},"properties":{"attackSpeed":0.2},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Line Damage Tick","multipliers":[20,0,0,0,0,20]},{"type":"add_spell_prop","base_spell":7,"target_part":"DPS","hits":{"Line Damage Tick":5}}],"id":27},{"display_name":"Snow Storm","desc":"Enemies near you will be slowed down.","parents":[24,63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":2,"icon":"node_2"},"properties":{"range":2.5,"slowness":0.3},"effects":[],"id":28},{"display_name":"All-Seeing Panoptes","desc":"Your bows from Guardian Angels become all-seeing, increasing their range, damage and letting them shoot up to +5 times each.","archetype":"Boltslinger","archetype_req":11,"base_abil":0,"parents":[28],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":40,"col":1,"icon":"node_3"},"properties":{"range":8,"shots":5},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Arrow","multipliers":[0,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":5}}],"id":29},{"display_name":"Minefield","desc":"Allow you to place +6 Traps, but with reduced damage and range.","archetype":"Trapper","archetype_req":10,"base_abil":10,"parents":[26,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":40,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":8,"target_part":"Trap Damage","cost":0,"multipliers":[-80,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-2},{"type":"prop","abil":10,"name":"traps","value":6}]}],"id":30},{"display_name":"Bow Proficiency I","desc":"Improve your Main Attack's damage and range when using a bow.","base_abil":999,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":31},{"display_name":"Cheaper Arrow Bomb","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":32},{"display_name":"Cheaper Arrow Storm","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[12,11,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":33},{"display_name":"Cheaper Escape","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[7,0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":34},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Trapper","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":35},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7,39,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":36},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[34,36,39],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":37},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":38},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[36,0,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":39},{"display_name":"More Shields","desc":"Give +2 charges to Arrow Shield.","base_abil":0,"parents":[12,10],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Shield Damage":2,"Single Bow":2}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"charges","value":2}]}],"id":40},{"display_name":"Stormy Feet","desc":"Windy Feet will last longer and add more speed.","archetype":"Boltslinger","base_abil":1,"parents":[11],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":23,"col":1,"icon":"node_0"},"properties":{"duration":60},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spdPct","value":20}]}],"id":41},{"display_name":"Refined Gunpowder","desc":"Increase the damage of Arrow Bomb.","base_abil":2,"parents":[11,64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[50,0,0,0,0,0]}],"id":42},{"display_name":"More Traps","desc":"Increase the maximum amount of active Traps you can have by +2.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[54],"dependencies":[10],"blockers":[],"cost":1,"display":{"row":26,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"traps","value":2}]}],"id":43},{"display_name":"Better Arrow Shield","desc":"Arrow Shield will gain additional area of effect, knockback and damage.","archetype":"Sharpshooter","archetype_req":0,"base_abil":0,"parents":[19,18,14],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Shield","behavior":"modify","multipliers":[40,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"behavior":"modify","name":"aoe","value":1}]}],"id":44},{"display_name":"Better Leap","desc":"Reduce leap's cooldown by 1s.","archetype":"Boltslinger","archetype_req":0,"base_abil":17,"parents":[17,55],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":29,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":17,"name":"cooldown","value":-1}]}],"id":45},{"display_name":"Better Guardian Angels","desc":"Your Guardian Angels can shoot +4 arrows before disappearing.","archetype":"Boltslinger","archetype_req":0,"base_abil":0,"parents":[20,55],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":4}}],"id":46},{"display_name":"Cheaper Arrow Storm (2)","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[21,19],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":47},{"display_name":"Precise Shot","desc":"+30% Critical Hit Damage","parents":[46,49,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":48},{"display_name":"Cheaper Arrow Shield","desc":"Reduce the Mana cost of Arrow Shield.","base_abil":0,"parents":[48,21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Rocket Jump","desc":"Arrow Bomb's self-damage will knockback you farther away.","base_abil":2,"parents":[47,21],"dependencies":[2],"blockers":[],"cost":1,"display":{"row":33,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Escape (2)","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[22,70],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":51},{"display_name":"Stronger Hook","desc":"Increase your Grappling Hook's range, speed and strength.","archetype":"Trapper","archetype_req":5,"base_abil":1,"parents":[51],"dependencies":[12],"blockers":[],"cost":1,"display":{"row":35,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":12,"name":"range","value":8}]}],"id":52},{"display_name":"Cheaper Arrow Bomb (2)","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":40,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":53},{"display_name":"Bouncing Bomb","desc":"Arrow Bomb will bounce once when hitting a block or enemy","base_abil":2,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Homing Shots","desc":"Your Main Attack arrows will follow nearby enemies and not be affected by gravity","archetype":"Sharpshooter","base_abil":999,"parents":[17,18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"Shrapnel Bomb","desc":"Arrow Bomb's explosion will fling 15 shrapnel, dealing damage in a large area","archetype":"Boltslinger","archetype_req":8,"base_abil":2,"parents":[23,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Shrapnel Bomblet","multipliers":[40,0,0,0,20,0]}],"id":56},{"display_name":"Elusive","desc":"If you do not get hit for 8+ seconds, become immune to self-damage and remove Arrow Storm's recoil. (Dodging counts as not getting hit)","archetype":"Boltslinger","archetype_req":0,"parents":[24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":38,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"Double Shots","desc":"Double Main Attack arrows, but they deal -30% damage per arrow (harder to hit far enemies)","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[60],"cost":1,"display":{"row":7,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-30,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":2},"display":"Total Damage"}],"id":58},{"display_name":"Triple Shots","desc":"Triple Main Attack arrows, but they deal -20% damage per arrow","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[69,67],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-20,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":1},"display":"Total Damage"}],"id":59},{"display_name":"Power Shots","desc":"Main Attack arrows have increased speed and knockback","archetype":"Sharpshooter","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[58],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":60},{"display_name":"Focus","desc":"When hitting an aggressive mob 5+ blocks away, gain +1 Focus (Max 3). Resets if you miss once","archetype":"Sharpshooter","archetype_req":2,"parents":[68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","output":{"type":"stat","name":"damMult.Focus"},"scaling":[40],"slider_max":3}],"id":61},{"display_name":"More Focus","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[33,12],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":62},{"display_name":"More Focus (2)","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[25,28],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":39,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":63},{"display_name":"Traveler","desc":"For every 1% Walk Speed you have from items, gain +1 Raw Spell Damage (Max 100)","parents":[42,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spd"}],"output":{"type":"stat","name":"sdRaw"},"scaling":[1],"max":100}],"id":64},{"display_name":"Patient Hunter","desc":"Your Traps will deal +20% more damage for every second they are active (Max +80%)","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[40],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":8,"icon":"node_1"},"properties":{"max":80},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[20]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Add +80% Max Damage to Patient Hunter","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4},{"type":"raw_stat","bonuses":[{"type":"prop","abil":65,"name":"max","value":80}]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +6% Walk Speed (Max 200%). Decay -40% of the bonus every second","archetype":"Boltslinger","archetype_req":0,"parents":[59,6],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","output":{"type":"stat","name":"spd"},"scaling":[6],"max":160}],"id":67},{"display_name":"Phantom Ray","desc":"Condense Arrow Storm into a single ray that damages enemies 10 times per second","base_abil":7,"parents":[37,4],"dependencies":[7],"blockers":[11,6,23],"cost":2,"display":{"row":16,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Phantom Ray","base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[25,0,5,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Arrow":16}}]},{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":68},{"display_name":"Arrow Rain","desc":"When Arrow Shield loses its last charge, unleash 150 arrows raining down on enemies","base_abil":0,"parents":[6,38],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Per Arrow)","multipliers":[80,0,0,0,0,60]},{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Total)","hits":{"Arrow Rain (Per Arrow)":150}}],"id":69},{"display_name":"Decimator","desc":"Phantom Ray will increase its damage by 10% everytime you do not miss with it (Max 70%)","archetype":"Sharpshooter","archetype_req":0,"base_abil":7,"parents":[49,51],"dependencies":[68],"blockers":[],"cost":1,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Phantom Ray hits","slider_max":7,"output":{"type":"stat","name":"damMult.Decimator:1.Single Arrow"},"scaling":[10]}],"id":70}],"Warrior":[{"display_name":"Bash","desc":"Violently bash the ground, dealing high damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4,"range":3},"effects":[{"type":"replace_spell","name":"Bash","cost":45,"base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Hit","type":"damage","multipliers":[130,20,0,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Hit":1}}]}],"id":0},{"display_name":"Spear Proficiency 1","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":1},{"display_name":"Cheaper Bash","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Double Bash","desc":"Bash will hit a second time at a farther range","parents":[1],"base_abil":0,"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"range":3},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","cost":0,"hits":{"Single Hit":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","cost":0,"multipliers":[-50,0,0,0,0,0]}],"id":3},{"display_name":"Charge","desc":"Charge forward at high speed (hold shift to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{},"effects":[{"type":"replace_spell","name":"Charge","cost":25,"base_spell":2,"spell_type":"damage","scaling":"spell","display":"","parts":[]}],"id":4},{"display_name":"Heavy Impact","desc":"After using Charge, violently crash down into the ground and deal damage","base_abil":4,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Heavy Impact":1}}],"id":5},{"display_name":"Vehement","desc":"For every 1% or 1 Raw Main Attack Damage you have from items, gain +2% Walk Speed (Max 20%)","archetype":"Fallen","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[7],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"mdPct"},{"type":"stat","name":"mdRaw"}],"output":{"type":"stat","name":"spd"},"scaling":[2,2],"max":20}],"id":6},{"display_name":"Tougher Skin","desc":"Harden your skin and become permanently +5% more resistant. For every 1% or 1 Raw Heath Regen you have from items, gain +10 Health (Max 100)","archetype":"Paladin","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]},{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hprRaw"},{"type":"stat","name":"hprPct"}],"output":{"type":"stat","name":"hpBonus"},"scaling":[10,10],"max":100}],"id":7},{"display_name":"Uppercut","desc":"Rocket enemies in the air and deal massive damage","parents":[6,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":3,"range":5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":45,"base_spell":3,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Uppercut","multipliers":[200,40,40,0,0,0]},{"name":"Total Damage","hits":{"Uppercut":1}}]}],"id":8},{"display_name":"Cheaper Charge","desc":"Reduce the Mana cost of Charge","base_abil":4,"parents":[8,10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":9},{"display_name":"War Scream","desc":"Emit a terrorizing roar that deals damage, pull nearby enemies, and add damage resistance to yourself and allies","parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"duration":30,"aoe":12,"defense_bonus":10},"effects":[{"type":"replace_spell","name":"War Scream","cost":35,"base_spell":4,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"War Scream","multipliers":[50,0,0,0,50,0]},{"name":"Total Damage","hits":{"War Scream":1}}]}],"id":10},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases base damage from all Earth attacks","archetype":"Fallen","archetype_req":0,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":11},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks","archetype":"Fallen","archetype_req":0,"parents":[8,14,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":12},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases base damage from all Water attacks","archetype":"Battle Monk","archetype_req":0,"parents":[9,12,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":13},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Battle Monk","archetype_req":0,"parents":[10,12,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":14},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Paladin","archetype_req":0,"parents":[10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":15},{"display_name":"Quadruple Bash","desc":"Bash will hit 4 times at an even larger range","archetype":"Fallen","archetype_req":0,"base_abil":0,"parents":[11,17],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{"range":6},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[-20,0,0,0,0,0]}],"id":16},{"display_name":"Fireworks","desc":"Mobs hit by Uppercut will explode mid-air and receive additional damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[12,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fireworks","multipliers":[80,0,20,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fireworks":1}}],"id":17},{"display_name":"Half-Moon Swipe","desc":"Uppercut will deal a footsweep attack at a longer and wider angle. All elemental conversions become Water","archetype":"Battle Monk","archetype_req":1,"base_abil":8,"parents":[13],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"range":4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-10,"multipliers":[-70,0,0,30,0,0]}],"id":18},{"display_name":"Flyby Jab","desc":"Damage enemies in your way when using Charge","base_abil":4,"parents":[14,20],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flyby Jab","multipliers":[20,0,0,0,0,40]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Flyby Jab":1}}],"id":19},{"display_name":"Flaming Uppercut","desc":"Uppercut will light mobs on fire, dealing damage every 0.6 seconds","archetype":"Paladin","archetype_req":0,"base_abil":8,"parents":[15,19],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{"duration":3,"tick":0.6},"effects":[{"type":"replace_spell","name":"Flaming Uppercut","base_spell":8,"display":"DPS","parts":[{"name":"Damage Tick","multipliers":[0,0,0,0,50,0]},{"name":"DPS","hits":{"Damage Tick":1.6666666666666667}},{"name":"Total Damage","hits":{"Damage Tick":5}}]}],"id":20},{"display_name":"Iron Lungs","desc":"War Scream deals more damage","archetype":"Paladin","archetype_req":0,"base_abil":10,"parents":[19,20],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"War Scream","cost":0,"multipliers":[30,0,0,0,0,30]}],"id":21},{"display_name":"Generalist","desc":"After casting 3 different spells in a row, your next spell will cost 5 mana","archetype":"Battle Monk","archetype_req":3,"parents":[23],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":2,"icon":"node_3"},"properties":{},"effects":[],"id":22},{"display_name":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","archetype_req":0,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_1"},"properties":{"chance":30},"effects":[{"type":"replace_spell","name":"Counter","base_spell":5,"display":"Counter Damage","parts":[{"name":"Counter Damage","multipliers":[60,0,20,0,0,20]}]}],"id":23},{"display_name":"Mantle of the Bovemists","desc":"When casting War Scream, create a holy shield around you that reduces all incoming damage by 70% for 3 hits (20s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"mantle_charge":3},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Mantle","value":70}]}],"id":24},{"display_name":"Bak'al's Grasp","desc":"After casting War Scream, become Corrupted (15s Cooldown). You cannot heal while in that state. While Corrupted, every 2% of Health you lose will add +4 Raw Damage to your attacks (Max 120)","archetype":"Fallen","archetype_req":2,"parents":[16,17],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":16,"col":1,"icon":"node_3"},"properties":{"cooldown":15},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","slider_max":100,"slider_step":1,"output":{"type":"stat","name":"damRaw"},"max":120,"scaling":[2]}],"id":25},{"display_name":"Spear Proficiency 2","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[25,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Aerodynamics","desc":"During Charge, you can steer and change direction","archetype":"Battle Monk","archetype_req":0,"base_abil":4,"parents":[27,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":28},{"display_name":"Provoke","desc":"Mobs damaged by War Scream will target only you for at least 5s. Reduce the Mana cost of War Scream","base_abil":10,"parents":[28,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":29},{"display_name":"Precise Strikes","desc":"+30% Critical Hit Damage","parents":[27,26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":30},{"display_name":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","base_abil":10,"parents":[28,29],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":18,"col":6,"icon":"node_1"},"properties":{"attackRate":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","multipliers":[40,0,0,0,0,10]}],"id":31},{"display_name":"Enraged Blow","desc":"While Corriupted, every 1% of Health you lose will increase your damage by +3% (Max 300%)","archetype":"Fallen","archetype_req":0,"base_abil":25,"parents":[26],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":20,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"scaling":[3]}],"id":32},{"display_name":"Flying Kick","desc":"When using Charge, mobs hit will halt your momentum and get knocked back","archetype":"Battle Monk","archetype_req":1,"base_abil":4,"parents":[27,34],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick","multipliers":[150,0,0,20,0,30]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Flying Kick":1},"display":"Flying Kick Max Damage"}],"id":33},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[35,33],"dependencies":[24],"blockers":[],"cost":1,"display":{"row":20,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":24,"name":"mantle_charge","value":2}]}],"id":34},{"display_name":"Manachism","desc":"If you receive a hit that's less than 5% of your max HP, gain 10 Mana (1s Cooldown)","archetype":"Paladin","archetype_req":3,"parents":[34,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":35},{"display_name":"Boiling Blood","desc":"Bash leaves a trail of boiling blood behind its first explosion, slowing down and damaging enemies above it every 0.4 seconds","base_abil":0,"parents":[32,37],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Boiling Blood","cost":0,"multipliers":[25,0,0,0,5,0]}],"id":36},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its range and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[36,33],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Ragnarokkr","value":30}]}],"id":37},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":23,"parents":[33,34,39],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":23,"name":"chance","value":30}]}],"id":38},{"display_name":"Burning Heart","desc":"For every 100 Health Bonus you have from item IDs, gain +2% Fire Damage (Max 100%)","archetype":"Paladin","archetype_req":0,"parents":[38,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hpBonus"}],"output":{"type":"stat","name":"fDamPct"},"scaling":[0.02],"max":100}],"id":39},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[39,35],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[30,0,0,0,0,0]}],"id":40},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 2% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[37,36],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":41},{"display_name":"Comet","desc":"After being hit by Fireworks, enemies will crash into the ground and receive more damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[37],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":24,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Comet","cost":0,"multipliers":[80,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","cost":0,"hits":{"Comet":1}}],"id":42},{"display_name":"Collide","desc":"Mobs thrown into walls from Flying Kick will explode and receive additonal damage","archetype":"Battle Monk","archetype_req":4,"base_abil":4,"parents":[38,39],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Collide","cost":0,"multipliers":[150,0,0,0,50,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Collide":1}}],"id":43},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[39,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":44},{"display_name":"Uncontainable Corruption","desc":"Reduce the cooldown of Bak'al's Grasp by -5s, and increase the raw damage gained for every 2% of health lost by +1","base_abil":25,"parents":[36,46],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"stat","name":"damRaw"},"scaling":[0.5]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":25,"name":"cooldown","value":-5}]}],"id":45},{"display_name":"Radiant Devotee","desc":"For every 4% Reflection you have from items, gain +1/5s Mana Regen (Max 10/5s)","archetype":"Battle Monk","archetype_req":1,"parents":[47,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":26,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","inputs":[{"type":"stat","name":"ref"}],"output":{"type":"stat","name":"mr"},"scaling":[0.25],"max":10}],"id":46},{"display_name":"Whirlwind Strike","desc":"Uppercut will create a strong gust of air, launching you upward with enemies (Hold shift to stay grounded)","archetype":"Battle Monk","archetype_req":5,"base_abil":8,"parents":[38,46],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[0,0,0,0,0,50]}],"id":47},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]}],"id":48},{"display_name":"Armour Breaker","desc":"While Corrupted, losing 30% Health will make your next Uppercut destroy enemies' defense, rendering them weaker to damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[45,46],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":5},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":49},{"display_name":"Shield Strike","desc":"When your Mantle of the Bovemist loses all charges, deal damage around you for each Mantle individually lost","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[48,51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Shield Strike","base_spell":6,"display":"Damage per Shield","parts":[{"name":"Damage per Shield","multipliers":[60,0,20,0,0,0]}]}],"id":50},{"display_name":"Sparkling Hope","desc":"Everytime you heal 5% of your max health, deal damage to all nearby enemies","archetype":"Paladin","archetype_req":0,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_2"},"properties":{"aoe":6},"effects":[{"type":"replace_spell","name":"Sparkling Hope","base_spell":7,"display":"Damage Tick","parts":[{"name":"Damage Tick","multipliers":[10,0,5,0,0,0]}]}],"id":51},{"display_name":"Massive Bash","desc":"While Corrupted, every 3% Health you lose will add +1 AoE to Bash (Max 10)","archetype":"Fallen","archetype_req":8,"base_abil":25,"parents":[53,45],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"prop","abil":0,"name":"aoe"},"scaling":[0.3333333333333333],"max":10}],"id":52},{"display_name":"Tempest","desc":"War Scream will ripple the ground and deal damage 3 times in a large area","archetype":"Battle Monk","archetype_req":0,"base_abil":10,"parents":[52,54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{"aoe":16},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest","multipliers":[30,10,0,0,0,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest Total Damage","hits":{"Tempest":3}},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Tempest":3}}],"id":53},{"display_name":"Spirit of the Rabbit","desc":"Reduce the Mana cost of Charge and increase your Walk Speed by +20%","archetype":"Battle Monk","archetype_req":5,"base_abil":4,"parents":[53,47],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5},{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":54},{"display_name":"Massacre","desc":"While Corrupted, if your effective attack speed is Slow or lower, hitting an enemy with your Main Attack will add +1% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":55},{"display_name":"Axe Kick","desc":"Increase the damage of Uppercut, but also increase its mana cost","base_abil":8,"parents":[53,54],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":10,"multipliers":[100,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":2,"base_abil":0,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_2"},"properties":{"cooldown":15},"effects":[],"id":57},{"display_name":"Cheaper Bash 2","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[57,50,51],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":58},{"display_name":"Cheaper War Scream","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Discombobulate","desc":"Every time you hit an enemy, briefly increase your elemental damage dealt to them by +3 (Additive, Max +80). This bonus decays -5 every second","archetype":"Battle Monk","archetype_req":11,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","slider_max":27,"output":[{"type":"stat","name":"eDamAddMin"},{"type":"stat","name":"eDamAddMax"},{"type":"stat","name":"tDamAddMin"},{"type":"stat","name":"tDamAddMax"},{"type":"stat","name":"wDamAddMin"},{"type":"stat","name":"wDamAddMax"},{"type":"stat","name":"fDamAddMin"},{"type":"stat","name":"fDamAddMax"},{"type":"stat","name":"aDamAddMin"},{"type":"stat","name":"aDamAddMax"}],"scaling":[3],"max":80}],"id":60},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.\n\n All elemental conversions become Thunder","archetype":"Battle Monk","archetype_req":8,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":1,"conversion":"Thunder"},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":61},{"display_name":"Cyclone","desc":"After casting War Scream, envelop yourself with a vortex that damages nearby enemies every 0.5s","archetype":"Battle Monk","archetype_req":0,"parents":[54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":4,"icon":"node_1"},"properties":{"aoe":4,"duration":20},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone","multipliers":[10,0,0,0,5,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone Total Damage","hits":{"Cyclone":40}}],"id":62},{"display_name":"Second Chance","desc":"When you receive a fatal blow, survive and regain 30% of your Health (10m Cooldown)","archetype":"Paladin","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":63},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.6% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{"health_cost":0.6},"effects":[],"id":64},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.3% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":64,"parents":[64],"dependencies":[64],"blockers":[],"cost":1,"display":{"row":35,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":64,"name":"health_cost","value":-0.3}]}],"id":65},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[64,67],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":66},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[63,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":35,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":67},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":68}],"Mage":[{"display_name":"Meteor","desc":"Summon a slow but powerful meteor from the sky, dealing massive damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":55,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1}}]}],"id":0},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[4],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{"range":12},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you cannot heal more than 30% of their max health)","parents":[14,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.1}]}],"id":2},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[13,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":35,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":3},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":4},{"display_name":"Wand Proficiency I","desc":"Improve your Main Attack's damage and range when using a wand.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":5},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":6},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":7},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":8},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[12,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":10},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":11},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[2,3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":12},{"display_name":"Wisdom","desc":"For every 2% or 2 Raw Spell Damage you have from items, gain +1/5s mana regen (Max 5/5s)","archetype":"Arcanist","archetype_req":0,"parents":[1],"dependencies":[],"blockers":[14],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sdPct"},{"type":"stat","name":"sdRaw"}],"output":{"type":"stat","name":"mr"},"scaling":[0.5,0.5],"max":5}],"id":13},{"display_name":"Wand Proficiency II","desc":"Improve your Main Attack's damage and range when using a wand.","archetype":"Riftwalker","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":1,"parents":[10,16],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Wind Slash","base_spell":2,"multipliers":[50,0,0,0,0,50]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Wind Slash":1}}],"id":15},{"display_name":"Thunderstorm","desc":"After casting Meteor, summon 3 lightning strikes and deal additional damage","base_abil":0,"parents":[15,8],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","target_part":"Lightning Damage","base_spell":3,"multipliers":[30,0,15,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":3,"hits":{"Lightning Damage":3}}],"id":16},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Meteor Damage","behavior":"modify","multipliers":[30,90,0,0,0,0]}],"id":17},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil that damages enemies every 0.4s.","base_abil":0,"parents":[11,7],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":7,"icon":"node_1"},"properties":{"aoe":7,"duration":8},"effects":[{"type":"replace_spell","name":"Burning Sigil","base_spell":6,"display":"DPS","parts":[{"name":"Tick Damage","multipliers":[15,0,0,0,25,0]},{"name":"DPS","hits":{"Tick Damage":2.5}},{"name":"Total Burn Damage","hits":{"Tick Damage":20}}]}],"id":18},{"display_name":"Sunshower","desc":"Heal emit a strong light, damaging nearby enemies.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[9],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[70,0,0,30,0,0]}],"id":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 5, 0.5s cooldown) Ice Snake will deal additional damage to enemies for every Winded they have","archetype":"Riftwalker","archetype_req":3,"parents":[15,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3","__TODO":"hppeng please fix"},"properties":{"max":5},"effects":[],"id":20},{"display_name":"Ophanim","desc":"When casting Meteor, instead summon 2 orbs of light with 200 Health that will attack when you use your Main Attack. When they damage an enemy, they lose 20% of their Health. They can be healed back.","archetype":"Light Bender","archetype_req":2,"parents":[19],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[50,0,30,20,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":2}}]},{"type":"add_spell_prop","base_spell":3,"cost":30}],"id":21},{"display_name":"Arcane Transfer","desc":"Meteor and Ice Snake will add +5 Mana to a Mana Bank for every aggressive enemy you hit. Heal will now transfer the content of your Mana Bank into usable Mana instead of healing.","archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"bank":90},"effects":[{"type":"replace_spell","name":"Arcane Transfer","base_spell":1,"parts":[],"display":""}],"id":22},{"display_name":"Cheaper Heal","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[20,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":23},{"display_name":"Purification","desc":"Heal and Arcane Transfer will purify you of all negative effects and fire. (3s Cooldown)","base_abil":1,"parents":[21,23,25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":4,"icon":"node_2"},"properties":{},"effects":[],"id":24},{"display_name":"Sentient Snake","desc":"Ice Snake will follow the direction you're facing, allowing you to control it.","base_abil":3,"parents":[22,24],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a short amount of time.","base_abil":2,"parents":[23],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[23],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":18,"col":2,"icon":"node_1"},"properties":{},"effects":[],"__TODO":"I still don't really know how to do this, for the record though the ratio is 20% neutral 20% earth per stack","id":27},{"display_name":"Larger Heal","desc":"Increase your Heal's range.","base_abil":1,"archetype":"Light Bender","archetype_req":0,"parents":[24,25],"dependencies":[2],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":2,"name":"aoe","value":2}]}],"id":28},{"display_name":"Larger Mana Bank","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[25],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":18,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":22,"name":"bank","value":30}]}],"id":29},{"display_name":"Cheaper Ice Snake","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":30},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[24,32],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":31},{"display_name":"Fortitude","desc":"After healing 120% of your max health within 10s, apply a damage bonus to each player you've healed. (15s Cooldown)","base_abil":2,"archetype":"Light Bender","archetype_req":0,"parents":[30,31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":4},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Fortitude","value":100}]}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will stop and explode when it hits an enemy. (Damage is dealt as Main Attack Damage)","base_abil":4,"archetype":"Arcanist","archetype_req":4,"parents":[25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":7,"icon":"node_2"},"properties":{},"__TODO":"replace_spell pyrokinesis damage","effects":[],"id":33},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","archetype":"","archetype_req":0,"parents":[33,36],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"ls"}],"output":{"type":"stat","name":"sdPct"},"scaling":[0.2],"max":50}],"id":34},{"display_name":"Blink","desc":"Teleport will trigger 2 times in quick successions","base_abil":1,"archetype":"Riftwalker","archetype_req":0,"parents":[32,30],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"prop","abil":1,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1}}],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":3,"parents":[34,31,40],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Arcane Restoration","desc":"Pyrokinesis will add +1 Mana every 1s to your Mana Bank when hitting an aggressive enemy.","base_abil":999,"archetype":"Arcanist","archetype_req":0,"parents":[34,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":37},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage Bonus you have, buff Heal's healing power by +0.3%.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[40,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDam"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":38},{"display_name":"Transonic Warp","desc":"Teleport will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[30],"dependencies":[3,20],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":39},{"display_name":"Healthier Ophanim I","desc":"Increase the health of your orbs from Ophanim by +800 and reduce the damage they take when hitting an enemy by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[32,31],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":40},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing the overall healing.","archetype":"Light Bender","base_abil":2,"parents":[40,36],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":23,"col":4,"icon":"node_1"},"properties":{"aoe":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Pulse","power":0.15},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Heal Pulse":2}}],"id":41},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to nearby enemies.","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[39,38],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":42},{"display_name":"Lightweaver","desc":"After healing 60% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb Damage","parts":[{"name":"Single Orb","type":"damage","multipliers":[30,0,0,0,20,0]},{"name":"Orb Damage","type":"total","hits":{"Single Orb":3}}]}],"id":43},{"display_name":"Arcane Speed","desc":"After casting Heal or Arcane Transfer, gain +80% speed for 3s. (8s Cooldown)","base_abil":2,"parents":[43,45],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":44},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[34,44],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":45},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[45,44],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[42],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]}],"id":47},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[42,52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":48},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[52,43,44],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":49},{"display_name":"Chaos Explosion","desc":"When your Mana Bank reaches 120, casting Arcane Transfer will rapidly unleash the last 3 spells you've cast in order.","base_abil":22,"archetype":"Arcanist","archetype_req":8,"parents":[45],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":50},{"display_name":"Arcane Power","desc":"Meteor and Ice Snake will add +2 Mana to your Mana Bank for each aggressive mob you hit.","base_abil":22,"archetype":"Arcanist","archetype_req":0,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":29,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":51},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":1,"parents":[48,49],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","target_part":"Explosion Damage","base_spell":2,"multipliers":[50,0,0,0,30,0]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Explosion Damage":1}}],"id":52},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":3,"archetype":"Riftwalker","archetype_req":7,"parents":[48,52],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake","base_spell":4,"multipliers":[0,0,0,0,0,20]}],"id":53},{"display_name":"Time Dilation","desc":"When sprinting, create an area that increases the speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[48,52],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Better Ophanim","desc":"Increase your maximum orbs from Ophanim by +1.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[52,49],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":1}}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies completely for 2s.","base_abil":3,"parents":[50],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Devitalize","desc":"Enemies will deal -2% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[58,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"More Winded II","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[54],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[],"id":58},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 100%)","parents":[58,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sprint"}],"output":{"type":"stat","name":"tDamPct"},"scaling":[0.5],"max":100}],"id":59},{"display_name":"Divination","desc":"Increase your maximum orbs from Ophanim by +3 and reduce their damage.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[59,61],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":32,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[-50,0,-10,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":3}}],"id":60},{"display_name":"Healthier Ophanim II","desc":"Increase the health of your orbs from Ophanim by +3000.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[55],"dependencies":[40],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"display_name":"Sunflare","desc":"After healing 400% of your max health within 10s, your next Heal will make every nearby ally temporarily immune.","archetype":"Light Bender","archetype_req":12,"base_abil":2,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":62},{"display_name":"Larger Mana Bank III","desc":"Increase your maximum Mana Bank by +30.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits.","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[63],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":64},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[64],"dependencies":[50],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":65},{"display_name":"Manastorm","desc":"If you have more than 100 Mana, casting a spell will give you +10 mana over 5s.","archetype":"Arcanist","archetype_req":1,"parents":[69,64,62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":66},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs by +2.","archetype":"Light Bender","archetype_req":0,"base_abil":43,"parents":[69,66],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":35,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb Damage","hits":{"Single Orb":2}}],"id":67},{"display_name":"Timelock","desc":"Holding shift and casting Heal will absorb all Winded on nearby enemies and make you Timelocked. While Timelocked, your mana will not be depleted and you become immovable from outside forces. Enemies will recieve Winded damage from all absorbed stacks. (Max 30)","archetype":"Riftwalker","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":0,"icon":"node_3"},"properties":{},"effects":[],"id":68},{"display_name":"Cheaper Heal II","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[68,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":69}]} \ No newline at end of file diff --git a/js/builder_graph.js b/js/builder_graph.js index bdce65a..397cdac 100644 --- a/js/builder_graph.js +++ b/js/builder_graph.js @@ -1075,7 +1075,7 @@ function builder_graph_init() { let class_node = new PlayerClassNode('builder-class').link_to(build_node); // These two are defined in `atree.js` atree_node.link_to(class_node, 'player-class'); - atree_merge.link_to(build_node, 'build'); + atree_merge.link_to(class_node, 'player-class'); atree_graph_creator = new AbilityTreeEnsureNodesNode(build_node, stat_agg_node) .link_to(atree_collect_spells, 'spells'); atree_stats.link_to(build_node, 'build'); From ebe322cbb385fc225aaaed68cf49898d47e9a351 Mon Sep 17 00:00:00 2001 From: hppeng Date: Mon, 11 Jul 2022 07:33:03 -0700 Subject: [PATCH 12/81] Winded implementation also general raw spell base modifier --- js/atree.js | 6 +- js/atree_constants.js | 141 +++++++++++++++++++++++++++++++++----- js/atree_constants_min.js | 2 +- js/damage_calc.js | 34 ++++++--- 4 files changed, 153 insertions(+), 30 deletions(-) diff --git a/js/atree.js b/js/atree.js index 6ffcd43..78e16a4 100644 --- a/js/atree.js +++ b/js/atree.js @@ -641,8 +641,10 @@ const atree_make_interactives = new (class extends ComputeNode { if (effect['type'] === "stat_scaling" && effect['slider'] === true) { const { slider_name, slider_behavior = 'merge', slider_max, slider_step } = effect; if (slider_map.has(slider_name)) { - const slider_info = slider_map.get(slider_name); - slider_info.max += slider_max; + if (slider_max !== undefined) { + const slider_info = slider_map.get(slider_name); + slider_info.max += slider_max; + } } else if (slider_behavior === 'merge') { slider_map.set(slider_name, { diff --git a/js/atree_constants.js b/js/atree_constants.js index 8ca5580..d24f558 100644 --- a/js/atree_constants.js +++ b/js/atree_constants.js @@ -88,7 +88,6 @@ const atrees = { "cost": 50, "base_spell": 3, "spell_type": "damage", - "scaling": "spell", "display": "Total Damage", "parts": [ { @@ -237,7 +236,6 @@ const atrees = { "cost": 40, "base_spell": 1, "spell_type": "damage", - "scaling": "spell", "display": "Total Damage", "parts": [ { @@ -4592,11 +4590,33 @@ const atrees = { "display": { "row": 15, "col": 1, - "icon": "node_3", - "__TODO": "hppeng please fix" + "icon": "node_3" }, "properties": { "max": 5 }, - "effects": [] + "effects": [ + { + "type": "stat_scaling", + "slider": true, + "slider_name": "Winded", + "output": { + "type": "stat", + "name": "nConvBase:4.Ice Snake Damage" + }, + "scaling": [20], + "slider_step": 1, + "slider_max": 5 + }, + { + "type": "stat_scaling", + "slider": true, + "slider_name": "Winded", + "output": { + "type": "stat", + "name": "wConvBase:4.Ice Snake Damage" + }, + "scaling": [10] + } + ] }, { "display_name": "Ophanim", @@ -4744,8 +4764,32 @@ const atrees = { "icon": "node_1" }, "properties": {}, - "effects": [], - "__TODO": "I still don't really know how to do this, for the record though the ratio is 20% neutral 20% earth per stack" + "effects": [ + { + "type": "stat_scaling", + "slider": true, + "slider_name": "Winded", + "output": [ + { + "type": "stat", + "name": "nConvBase:3.Meteor Damage" + }, + { + "type": "stat", + "name": "eConvBase:3.Meteor Damage" + }, + { + "type": "stat", + "name": "nConvBase:3.Per Orb" + }, + { + "type": "stat", + "name": "eConvBase:3.Per Orb" + } + ], + "scaling": [15] + } + ] }, { "display_name": "Larger Heal", @@ -5028,7 +5072,38 @@ const atrees = { "icon": "node_2" }, "properties": {}, - "effects": [] + "effects": [ + { + "type": "stat_scaling", + "slider": true, + "slider_name": "Winded", + "output": { + "type": "stat", + "name": "nConvBase:2.Wind Slash" + }, + "scaling": [30] + }, + { + "type": "stat_scaling", + "slider": true, + "slider_name": "Winded", + "output": { + "type": "stat", + "name": "tConvBase:2.Wind Slash" + }, + "scaling": [10] + }, + { + "type": "stat_scaling", + "slider": true, + "slider_name": "Winded", + "output": { + "type": "stat", + "name": "aConvBase:2.Wind Slash" + }, + "scaling": [5] + } + ] }, { "display_name": "Healthier Ophanim I", @@ -5204,15 +5279,25 @@ const atrees = { "icon": "node_0" }, "properties": {}, - "effects": [{ - "type": "raw_stat", - "bonuses": [{ - "type": "prop", - "abil": "Windsweeper", - "name": "max", - "value": 5 - }] - }] + "effects": [ + { + "type": "raw_stat", + "bonuses": [ + { + "type": "prop", + "abil": "Windsweeper", + "name": "max", + "value": 5 + } + ] + }, + { + "type": "stat_scaling", + "slider": true, + "slider_name": "Winded", + "slider_max": 5 + } + ] }, { "display_name": "Cheaper Ice Snake II", @@ -5348,7 +5433,7 @@ const atrees = { "desc": "When sprinting, create an area that increases the speed of all allies the longer they run in it. (Step out or stop running to cancel)", "archetype": "Riftwalker", "archetype_req": 7, - "parents": ["Cheaper Ice Snake II", "Explosive Entrance"], + "parents": ["Cheaper Ice Snake II"], "dependencies": ["Ice Snake"], "blockers": [], "cost": 2, @@ -5429,7 +5514,25 @@ const atrees = { "icon": "node_0" }, "properties": {}, - "effects": [] + "effects": [ + { + "type": "raw_stat", + "bonuses": [ + { + "type": "prop", + "abil": "Windsweeper", + "name": "max", + "value": 5 + } + ] + }, + { + "type": "stat_scaling", + "slider": true, + "slider_name": "Winded", + "slider_max": 5 + } + ] }, { "display_name": "Dynamic Faith", diff --git a/js/atree_constants_min.js b/js/atree_constants_min.js index 1f18900..480cddb 100644 --- a/js/atree_constants_min.js +++ b/js/atree_constants_min.js @@ -1 +1 @@ -const atrees={"Archer":[{"display_name":"Arrow Shield","desc":"Create a shield around you that deal damage and knockback mobs when triggered. (2 Charges)","parents":[60,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_4"},"properties":{"charges":2,"duration":60,"aoe":5000},"effects":[{"type":"replace_spell","name":"Arrow Shield","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Shield Damage","type":"damage","multipliers":[90,0,0,0,0,10]},{"name":"Total Damage","type":"total","hits":{"Shield Damage":2}}]}],"id":0},{"display_name":"Escape","desc":"Throw yourself backward to avoid danger. (Hold shift while escaping to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_4"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Arrow Bomb","desc":"Throw a long-range arrow that explodes and deal high damage in a large area. (Self-damage for 25% of your DPS)","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":50,"base_spell":3,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Arrow Bomb","type":"damage","multipliers":[160,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Arrow Bomb":1}}]}],"id":2},{"display_name":"Heart Shatter","desc":"If you hit a mob directly with Arrow Bomb, shatter its heart and deal bonus damage.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Heart Shatter":1}}],"id":3},{"display_name":"Fire Creep","desc":"Arrow Bomb will leak a trail of fire for 6s, Damaging enemies that walk into it every 0.4s.","base_abil":2,"parents":[68,39,5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{"aoe":0.8,"duration":6},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[30,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Burn Damage","hits":{"Fire Creep":15}}],"id":4},{"display_name":"Bryophyte Roots","desc":"When you hit an enemy with Arrow Storm, create an area that slows them down and deals damage every 0.4s.","base_abil":7,"archetype":"Trapper","archetype_req":1,"parents":[4,35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":8,"icon":"node_1"},"properties":{"aoe":2,"duration":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Bryophyte Roots","cost":0,"multipliers":[40,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Roots Damage","hits":{"Bryophyte Roots":12}}],"id":5},{"display_name":"Nimble String","desc":"Arrow Storm throw out +6 arrows per stream and shoot twice as fast.","base_abil":7,"parents":[36,69],"dependencies":[7],"blockers":[68],"cost":2,"display":{"row":15,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-15,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","hits":{"Single Arrow":6}}],"id":6},{"display_name":"Arrow Storm","desc":"Shoot a stream of 8 arrows, dealing significant damage to close mobs and pushing them back.","parents":[58,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_4"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":40,"base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Arrow","multipliers":[30,0,10,0,0,0]},{"name":"Single Stream","hits":{"Single Arrow":8}},{"name":"Total Damage","hits":{"Single Stream":1}}]}],"id":7},{"display_name":"Guardian Angels","desc":"Your protective arrows from Arrow Shield will become sentient bows, dealing damage up to 8 times each to nearby enemies. (Arrow Shield will no longer push nearby enemies)","archetype":"Boltslinger","archetype_req":3,"base_abil":0,"parents":[59,67],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":19,"col":1,"icon":"node_3"},"properties":{"range":4,"duration":60,"shots":8,"charges":2},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Arrow":8}},{"name":"Total Damage","type":"total","hits":{"Single Bow":2}}]}],"id":8},{"display_name":"Windy Feet","desc":"When casting Escape, give speed to yourself and nearby allies.","base_abil":1,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":1,"icon":"node_0"},"properties":{"aoe":8,"duration":120},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":9},{"display_name":"Basaltic Trap","desc":"When you hit the ground with Arrow Bomb, leave a Trap that damages enemies. (Max 2 Traps)","archetype":"Trapper","archetype_req":2,"parents":[5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":8,"icon":"node_3"},"properties":{"aoe":7,"traps":2},"effects":[{"type":"replace_spell","name":"Basaltic Trap","base_spell":7,"display":"Trap Damage","parts":[{"name":"Trap Damage","type":"damage","multipliers":[140,30,0,0,30,0]}]}],"id":10},{"display_name":"Windstorm","desc":"Arrow Storm shoot +1 stream of arrows, and each stream shoots +2 arrows, effectively doubling its damage.","base_abil":7,"parents":[8,33],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-10,0,-2,0,0,2]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","cost":0,"hits":{"Single Arrow":2}}],"id":11},{"display_name":"Grappling Hook","base_abil":1,"desc":"When casting Escape, throw a hook that pulls you when hitting a block. If you hit an enemy, pull them towards you instead. (Escape will not throw you backward anymore)","archetype":"Trapper","archetype_req":0,"parents":[61,40,33],"dependencies":[],"blockers":[20],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{"range":26},"effects":[],"id":12},{"display_name":"Implosion","desc":"Arrow bomb will pull enemies towards you. If a trap is nearby, it will pull them towards it instead. Increase Heart Shatter's damage.","archetype":"Trapper","archetype_req":0,"base_abil":2,"parents":[12,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[40,0,0,0,0,0]}],"id":13},{"display_name":"Twain's Arc","desc":"When you have 2+ Focus, holding shift will summon the Twain's Arc. Charge it up to shoot a destructive long-range beam. (Damage is dealt as Main Attack Damage)","archetype":"Sharpshooter","archetype_req":4,"parents":[62,64],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_2"},"properties":{"range":64,"focusReq":2},"effects":[{"type":"replace_spell","name":"Twain's Arc","base_spell":5,"scaling":"melee","use_atkspd":false,"display":"Single Shot","parts":[{"name":"Single Shot","type":"damage","multipliers":[200,0,0,0,0,0]}]}],"id":14},{"display_name":"Fierce Stomp","desc":"When using Escape, hold shift to quickly drop down and deal damage.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[42,64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Fierce Stomp","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Stomp Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep become much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14],"dependencies":[4],"blockers":[],"cost":1,"display":{"row":26,"col":5,"icon":"node_1"},"properties":{"duration":2,"aoe":0.4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[10,0,0,0,5,0]}],"id":16},{"display_name":"Leap","desc":"When you double tap jump, leap foward. (2s Cooldown)","archetype":"Boltslinger","archetype_req":5,"parents":[42,55],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":17},{"display_name":"Shocking Bomb","desc":"Arrow Bomb will not be affected by gravity, and all damage conversions become Thunder.","archetype":"Sharpshooter","archetype_req":5,"base_abil":2,"parents":[14,44,55],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":28,"col":4,"icon":"node_1"},"properties":{"gravity":0},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":3,"conversion":"Thunder"}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 2.85 Mana per second when you stay close to them.","archetype":"Trapper","archetype_req":5,"base_abil":10,"parents":[43,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":8,"icon":"node_3"},"properties":{"range":16,"manaRegen":2.85},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":10}],"id":19},{"display_name":"Escape Artist","desc":"When casting Escape, release 120 arrows towards the ground.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[46,17],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Per Arrow","multipliers":[20,0,10,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Max Damage (Escape Artist)","hits":{"Per Arrow":120},"display":"Max Damage (Escape Artist)"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 5s or more, your next sucessful hit will deal +50% damage and add +1 Focus.","archetype":"Sharpshooter","archetype_req":5,"parents":[18,44,47],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[],"id":21},{"display_name":"Call of the Hound","desc":"Arrow Shield summon a Hound that will attack and drag aggressive enemies towards your traps.","archetype":"Trapper","archetype_req":0,"base_abil":0,"parents":[21,47],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Hound Damage","multipliers":[40,0,0,0,0,0]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 stream of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,20],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":2}}],"id":23},{"display_name":"Geyser Stomp","desc":"Fierce Stomp will create geysers, dealing more damage and vertical knockback.","base_abil":1,"parents":[56],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Geyser Stomp","multipliers":[0,0,0,50,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":15,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5 Focus, casting Arrow Storm will make you levitate and shoot 20 homing arrows per second until you run out of Focus. While in that state, you will lose 1 Focus per second.","archetype":"Sharpshooter","archetype_req":10,"parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":37,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Crepuscular Ray","base_spell":6,"display":"DPS","parts":[{"name":"Single Arrow","multipliers":[20,0,0,5,0,0]},{"name":"DPS","hits":{"Single Arrow":20}},{"name":"Total Damage","hits":{"DPS":7}}]}],"id":25},{"display_name":"Grape Bomb","desc":"Arrow bomb will throw 3 additional smaller bombs when exploding.","base_abil":2,"parents":[51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[30,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Grape Bomb":3}}],"id":26},{"display_name":"Tangled Traps","desc":"Your Traps will be connected by a rope that deals damage to enemies every 0.2s.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":38,"col":6,"icon":"node_1"},"properties":{"attackSpeed":0.2},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Line Damage Tick","multipliers":[20,0,0,0,0,20]},{"type":"add_spell_prop","base_spell":7,"target_part":"DPS","hits":{"Line Damage Tick":5}}],"id":27},{"display_name":"Snow Storm","desc":"Enemies near you will be slowed down.","parents":[24,63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":2,"icon":"node_2"},"properties":{"range":2.5,"slowness":0.3},"effects":[],"id":28},{"display_name":"All-Seeing Panoptes","desc":"Your bows from Guardian Angels become all-seeing, increasing their range, damage and letting them shoot up to +5 times each.","archetype":"Boltslinger","archetype_req":11,"base_abil":0,"parents":[28],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":40,"col":1,"icon":"node_3"},"properties":{"range":8,"shots":5},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Arrow","multipliers":[0,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":5}}],"id":29},{"display_name":"Minefield","desc":"Allow you to place +6 Traps, but with reduced damage and range.","archetype":"Trapper","archetype_req":10,"base_abil":10,"parents":[26,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":40,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":8,"target_part":"Trap Damage","cost":0,"multipliers":[-80,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-2},{"type":"prop","abil":10,"name":"traps","value":6}]}],"id":30},{"display_name":"Bow Proficiency I","desc":"Improve your Main Attack's damage and range when using a bow.","base_abil":999,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":31},{"display_name":"Cheaper Arrow Bomb","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":32},{"display_name":"Cheaper Arrow Storm","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[12,11,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":33},{"display_name":"Cheaper Escape","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[7,0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":34},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Trapper","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":35},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7,39,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":36},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[34,36,39],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":37},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":38},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[36,0,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":39},{"display_name":"More Shields","desc":"Give +2 charges to Arrow Shield.","base_abil":0,"parents":[12,10],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Shield Damage":2,"Single Bow":2}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"charges","value":2}]}],"id":40},{"display_name":"Stormy Feet","desc":"Windy Feet will last longer and add more speed.","archetype":"Boltslinger","base_abil":1,"parents":[11],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":23,"col":1,"icon":"node_0"},"properties":{"duration":60},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spdPct","value":20}]}],"id":41},{"display_name":"Refined Gunpowder","desc":"Increase the damage of Arrow Bomb.","base_abil":2,"parents":[11,64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[50,0,0,0,0,0]}],"id":42},{"display_name":"More Traps","desc":"Increase the maximum amount of active Traps you can have by +2.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[54],"dependencies":[10],"blockers":[],"cost":1,"display":{"row":26,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"traps","value":2}]}],"id":43},{"display_name":"Better Arrow Shield","desc":"Arrow Shield will gain additional area of effect, knockback and damage.","archetype":"Sharpshooter","archetype_req":0,"base_abil":0,"parents":[19,18,14],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Shield","behavior":"modify","multipliers":[40,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"behavior":"modify","name":"aoe","value":1}]}],"id":44},{"display_name":"Better Leap","desc":"Reduce leap's cooldown by 1s.","archetype":"Boltslinger","archetype_req":0,"base_abil":17,"parents":[17,55],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":29,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":17,"name":"cooldown","value":-1}]}],"id":45},{"display_name":"Better Guardian Angels","desc":"Your Guardian Angels can shoot +4 arrows before disappearing.","archetype":"Boltslinger","archetype_req":0,"base_abil":0,"parents":[20,55],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":4}}],"id":46},{"display_name":"Cheaper Arrow Storm (2)","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[21,19],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":47},{"display_name":"Precise Shot","desc":"+30% Critical Hit Damage","parents":[46,49,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":48},{"display_name":"Cheaper Arrow Shield","desc":"Reduce the Mana cost of Arrow Shield.","base_abil":0,"parents":[48,21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Rocket Jump","desc":"Arrow Bomb's self-damage will knockback you farther away.","base_abil":2,"parents":[47,21],"dependencies":[2],"blockers":[],"cost":1,"display":{"row":33,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Escape (2)","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[22,70],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":51},{"display_name":"Stronger Hook","desc":"Increase your Grappling Hook's range, speed and strength.","archetype":"Trapper","archetype_req":5,"base_abil":1,"parents":[51],"dependencies":[12],"blockers":[],"cost":1,"display":{"row":35,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":12,"name":"range","value":8}]}],"id":52},{"display_name":"Cheaper Arrow Bomb (2)","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":40,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":53},{"display_name":"Bouncing Bomb","desc":"Arrow Bomb will bounce once when hitting a block or enemy","base_abil":2,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Homing Shots","desc":"Your Main Attack arrows will follow nearby enemies and not be affected by gravity","archetype":"Sharpshooter","base_abil":999,"parents":[17,18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"Shrapnel Bomb","desc":"Arrow Bomb's explosion will fling 15 shrapnel, dealing damage in a large area","archetype":"Boltslinger","archetype_req":8,"base_abil":2,"parents":[23,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Shrapnel Bomblet","multipliers":[40,0,0,0,20,0]}],"id":56},{"display_name":"Elusive","desc":"If you do not get hit for 8+ seconds, become immune to self-damage and remove Arrow Storm's recoil. (Dodging counts as not getting hit)","archetype":"Boltslinger","archetype_req":0,"parents":[24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":38,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"Double Shots","desc":"Double Main Attack arrows, but they deal -30% damage per arrow (harder to hit far enemies)","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[60],"cost":1,"display":{"row":7,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-30,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":2},"display":"Total Damage"}],"id":58},{"display_name":"Triple Shots","desc":"Triple Main Attack arrows, but they deal -20% damage per arrow","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[69,67],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-20,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":1},"display":"Total Damage"}],"id":59},{"display_name":"Power Shots","desc":"Main Attack arrows have increased speed and knockback","archetype":"Sharpshooter","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[58],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":60},{"display_name":"Focus","desc":"When hitting an aggressive mob 5+ blocks away, gain +1 Focus (Max 3). Resets if you miss once","archetype":"Sharpshooter","archetype_req":2,"parents":[68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","output":{"type":"stat","name":"damMult.Focus"},"scaling":[40],"slider_max":3}],"id":61},{"display_name":"More Focus","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[33,12],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":62},{"display_name":"More Focus (2)","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[25,28],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":39,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":63},{"display_name":"Traveler","desc":"For every 1% Walk Speed you have from items, gain +1 Raw Spell Damage (Max 100)","parents":[42,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spd"}],"output":{"type":"stat","name":"sdRaw"},"scaling":[1],"max":100}],"id":64},{"display_name":"Patient Hunter","desc":"Your Traps will deal +20% more damage for every second they are active (Max +80%)","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[40],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":8,"icon":"node_1"},"properties":{"max":80},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[20]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Add +80% Max Damage to Patient Hunter","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4},{"type":"raw_stat","bonuses":[{"type":"prop","abil":65,"name":"max","value":80}]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +6% Walk Speed (Max 200%). Decay -40% of the bonus every second","archetype":"Boltslinger","archetype_req":0,"parents":[59,6],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","output":{"type":"stat","name":"spd"},"scaling":[6],"max":160}],"id":67},{"display_name":"Phantom Ray","desc":"Condense Arrow Storm into a single ray that damages enemies 10 times per second","archetype":"Sharpshooter","archetype_req":0,"base_abil":7,"parents":[37,4],"dependencies":[7],"blockers":[11,6,23],"cost":2,"display":{"row":16,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Phantom Ray","base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[25,0,5,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Arrow":16}}]},{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":68},{"display_name":"Arrow Rain","desc":"When Arrow Shield loses its last charge, unleash 150 arrows raining down on enemies","base_abil":0,"parents":[6,38],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Per Arrow)","multipliers":[80,0,0,0,0,60]},{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Total)","hits":{"Arrow Rain (Per Arrow)":150}}],"id":69},{"display_name":"Decimator","desc":"Phantom Ray will increase its damage by 10% everytime you do not miss with it (Max 70%)","archetype":"Sharpshooter","archetype_req":0,"base_abil":7,"parents":[49,51],"dependencies":[68],"blockers":[],"cost":1,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Phantom Ray hits","slider_max":7,"output":{"type":"stat","name":"damMult.Decimator:1.Single Arrow"},"scaling":[10]}],"id":70}],"Warrior":[{"display_name":"Bash","desc":"Violently bash the ground, dealing high damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4,"range":3},"effects":[{"type":"replace_spell","name":"Bash","cost":45,"base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Hit","type":"damage","multipliers":[130,20,0,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Hit":1}}]}],"id":0},{"display_name":"Spear Proficiency 1","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":1},{"display_name":"Cheaper Bash","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Double Bash","desc":"Bash will hit a second time at a farther range","parents":[1],"base_abil":0,"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"range":3},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","cost":0,"hits":{"Single Hit":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","cost":0,"multipliers":[-50,0,0,0,0,0]}],"id":3},{"display_name":"Charge","desc":"Charge forward at high speed (hold shift to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{},"effects":[{"type":"replace_spell","name":"Charge","cost":25,"base_spell":2,"spell_type":"damage","scaling":"spell","display":"","parts":[]}],"id":4},{"display_name":"Heavy Impact","desc":"After using Charge, violently crash down into the ground and deal damage","base_abil":4,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Heavy Impact":1}}],"id":5},{"display_name":"Vehement","desc":"For every 1% or 1 Raw Main Attack Damage you have from items, gain +2% Walk Speed (Max 20%)","archetype":"Fallen","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[7],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"mdPct"},{"type":"stat","name":"mdRaw"}],"output":{"type":"stat","name":"spd"},"scaling":[2,2],"max":20}],"id":6},{"display_name":"Tougher Skin","desc":"Harden your skin and become permanently +5% more resistant. For every 1% or 1 Raw Heath Regen you have from items, gain +10 Health (Max 100)","archetype":"Paladin","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]},{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hprRaw"},{"type":"stat","name":"hprPct"}],"output":{"type":"stat","name":"hpBonus"},"scaling":[10,10],"max":100}],"id":7},{"display_name":"Uppercut","desc":"Rocket enemies in the air and deal massive damage","parents":[6,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":3,"range":5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":45,"base_spell":3,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Uppercut","multipliers":[200,40,40,0,0,0]},{"name":"Total Damage","hits":{"Uppercut":1}}]}],"id":8},{"display_name":"Cheaper Charge","desc":"Reduce the Mana cost of Charge","base_abil":4,"parents":[8,10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":9},{"display_name":"War Scream","desc":"Emit a terrorizing roar that deals damage, pull nearby enemies, and add damage resistance to yourself and allies","parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"duration":30,"aoe":12,"defense_bonus":10},"effects":[{"type":"replace_spell","name":"War Scream","cost":35,"base_spell":4,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"War Scream","multipliers":[50,0,0,0,50,0]},{"name":"Total Damage","hits":{"War Scream":1}}]}],"id":10},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases base damage from all Earth attacks","archetype":"Fallen","archetype_req":0,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":11},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks","archetype":"Fallen","archetype_req":0,"parents":[8,14,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":12},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases base damage from all Water attacks","archetype":"Battle Monk","archetype_req":0,"parents":[9,12,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":13},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Battle Monk","archetype_req":0,"parents":[10,12,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":14},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Paladin","archetype_req":0,"parents":[10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":15},{"display_name":"Quadruple Bash","desc":"Bash will hit 4 times at an even larger range","archetype":"Fallen","archetype_req":0,"base_abil":0,"parents":[11,17],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{"range":6},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[-20,0,0,0,0,0]}],"id":16},{"display_name":"Fireworks","desc":"Mobs hit by Uppercut will explode mid-air and receive additional damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[12,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fireworks","multipliers":[80,0,20,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fireworks":1}}],"id":17},{"display_name":"Half-Moon Swipe","desc":"Uppercut will deal a footsweep attack at a longer and wider angle. All elemental conversions become Water","archetype":"Battle Monk","archetype_req":1,"base_abil":8,"parents":[13],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"range":4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-10,"multipliers":[-70,0,0,30,0,0]}],"id":18},{"display_name":"Flyby Jab","desc":"Damage enemies in your way when using Charge","base_abil":4,"parents":[14,20],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flyby Jab","multipliers":[20,0,0,0,0,40]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Flyby Jab":1}}],"id":19},{"display_name":"Flaming Uppercut","desc":"Uppercut will light mobs on fire, dealing damage every 0.6 seconds","archetype":"Paladin","archetype_req":0,"base_abil":8,"parents":[15,19],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{"duration":3,"tick":0.6},"effects":[{"type":"replace_spell","name":"Flaming Uppercut","base_spell":8,"display":"DPS","parts":[{"name":"Damage Tick","multipliers":[0,0,0,0,50,0]},{"name":"DPS","hits":{"Damage Tick":1.6666666666666667}},{"name":"Total Damage","hits":{"Damage Tick":5}}]}],"id":20},{"display_name":"Iron Lungs","desc":"War Scream deals more damage","archetype":"Paladin","archetype_req":0,"base_abil":10,"parents":[19,20],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"War Scream","cost":0,"multipliers":[30,0,0,0,0,30]}],"id":21},{"display_name":"Generalist","desc":"After casting 3 different spells in a row, your next spell will cost 5 mana","archetype":"Battle Monk","archetype_req":3,"parents":[23],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":2,"icon":"node_3"},"properties":{},"effects":[],"id":22},{"display_name":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","archetype_req":0,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_1"},"properties":{"chance":30},"effects":[{"type":"replace_spell","name":"Counter","base_spell":5,"display":"Counter Damage","parts":[{"name":"Counter Damage","multipliers":[60,0,20,0,0,20]}]}],"id":23},{"display_name":"Mantle of the Bovemists","desc":"When casting War Scream, create a holy shield around you that reduces all incoming damage by 70% for 3 hits (20s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"mantle_charge":3},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Mantle","value":70}]}],"id":24},{"display_name":"Bak'al's Grasp","desc":"After casting War Scream, become Corrupted (15s Cooldown). You cannot heal while in that state. While Corrupted, every 2% of Health you lose will add +4 Raw Damage to your attacks (Max 120)","archetype":"Fallen","archetype_req":2,"parents":[16,17],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":16,"col":1,"icon":"node_3"},"properties":{"cooldown":15},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","slider_max":100,"slider_step":1,"output":{"type":"stat","name":"damRaw"},"max":120,"scaling":[2]}],"id":25},{"display_name":"Spear Proficiency 2","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[25,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Aerodynamics","desc":"During Charge, you can steer and change direction","archetype":"Battle Monk","archetype_req":0,"base_abil":4,"parents":[27,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":28},{"display_name":"Provoke","desc":"Mobs damaged by War Scream will target only you for at least 5s. Reduce the Mana cost of War Scream","base_abil":10,"parents":[28,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":29},{"display_name":"Precise Strikes","desc":"+30% Critical Hit Damage","parents":[27,26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":30},{"display_name":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","base_abil":10,"parents":[28,29],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":18,"col":6,"icon":"node_1"},"properties":{"attackRate":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","multipliers":[40,0,0,0,0,10]}],"id":31},{"display_name":"Enraged Blow","desc":"While Corriupted, every 1% of Health you lose will increase your damage by +3% (Max 300%)","archetype":"Fallen","archetype_req":0,"base_abil":25,"parents":[26],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":20,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"scaling":[3]}],"id":32},{"display_name":"Flying Kick","desc":"When using Charge, mobs hit will halt your momentum and get knocked back","archetype":"Battle Monk","archetype_req":1,"base_abil":4,"parents":[27,34],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick","multipliers":[150,0,0,20,0,30]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Flying Kick":1},"display":"Flying Kick Max Damage"}],"id":33},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[35,33],"dependencies":[24],"blockers":[],"cost":1,"display":{"row":20,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":24,"name":"mantle_charge","value":2}]}],"id":34},{"display_name":"Manachism","desc":"If you receive a hit that's less than 5% of your max HP, gain 10 Mana (1s Cooldown)","archetype":"Paladin","archetype_req":3,"parents":[34,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":35},{"display_name":"Boiling Blood","desc":"Bash leaves a trail of boiling blood behind its first explosion, slowing down and damaging enemies above it every 0.4 seconds","base_abil":0,"parents":[32,37],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Boiling Blood","cost":0,"multipliers":[25,0,0,0,5,0]}],"id":36},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its range and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[36,33],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Ragnarokkr","value":30}]}],"id":37},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":23,"parents":[33,34,39],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":23,"name":"chance","value":30}]}],"id":38},{"display_name":"Burning Heart","desc":"For every 100 Health Bonus you have from item IDs, gain +2% Fire Damage (Max 100%)","archetype":"Paladin","archetype_req":0,"parents":[38,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hpBonus"}],"output":{"type":"stat","name":"fDamPct"},"scaling":[0.02],"max":100}],"id":39},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[39,35],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[30,0,0,0,0,0]}],"id":40},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 2% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[37,36],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":41},{"display_name":"Comet","desc":"After being hit by Fireworks, enemies will crash into the ground and receive more damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[37],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":24,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Comet","cost":0,"multipliers":[80,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","cost":0,"hits":{"Comet":1}}],"id":42},{"display_name":"Collide","desc":"Mobs thrown into walls from Flying Kick will explode and receive additonal damage","archetype":"Battle Monk","archetype_req":4,"base_abil":4,"parents":[38,39],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Collide","cost":0,"multipliers":[150,0,0,0,50,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Collide":1}}],"id":43},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[39,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":44},{"display_name":"Uncontainable Corruption","desc":"Reduce the cooldown of Bak'al's Grasp by -5s, and increase the raw damage gained for every 2% of health lost by +1","base_abil":25,"parents":[36,46],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"stat","name":"damRaw"},"scaling":[0.5]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":25,"name":"cooldown","value":-5}]}],"id":45},{"display_name":"Radiant Devotee","desc":"For every 4% Reflection you have from items, gain +1/5s Mana Regen (Max 10/5s)","archetype":"Battle Monk","archetype_req":1,"parents":[47,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":26,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","inputs":[{"type":"stat","name":"ref"}],"output":{"type":"stat","name":"mr"},"scaling":[0.25],"max":10}],"id":46},{"display_name":"Whirlwind Strike","desc":"Uppercut will create a strong gust of air, launching you upward with enemies (Hold shift to stay grounded)","archetype":"Battle Monk","archetype_req":5,"base_abil":8,"parents":[38,46],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[0,0,0,0,0,50]}],"id":47},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]}],"id":48},{"display_name":"Armour Breaker","desc":"While Corrupted, losing 30% Health will make your next Uppercut destroy enemies' defense, rendering them weaker to damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[45,46],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":5},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":49},{"display_name":"Shield Strike","desc":"When your Mantle of the Bovemist loses all charges, deal damage around you for each Mantle individually lost","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[48,51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Shield Strike","base_spell":6,"display":"Damage per Shield","parts":[{"name":"Damage per Shield","multipliers":[60,0,20,0,0,0]}]}],"id":50},{"display_name":"Sparkling Hope","desc":"Everytime you heal 5% of your max health, deal damage to all nearby enemies","archetype":"Paladin","archetype_req":0,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_2"},"properties":{"aoe":6},"effects":[{"type":"replace_spell","name":"Sparkling Hope","base_spell":7,"display":"Damage Tick","parts":[{"name":"Damage Tick","multipliers":[10,0,5,0,0,0]}]}],"id":51},{"display_name":"Massive Bash","desc":"While Corrupted, every 3% Health you lose will add +1 AoE to Bash (Max 10)","archetype":"Fallen","archetype_req":8,"base_abil":25,"parents":[53,45],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"prop","abil":0,"name":"aoe"},"scaling":[0.3333333333333333],"max":10}],"id":52},{"display_name":"Tempest","desc":"War Scream will ripple the ground and deal damage 3 times in a large area","archetype":"Battle Monk","archetype_req":0,"base_abil":10,"parents":[52,54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{"aoe":16},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest","multipliers":[30,10,0,0,0,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest Total Damage","hits":{"Tempest":3}},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Tempest":3}}],"id":53},{"display_name":"Spirit of the Rabbit","desc":"Reduce the Mana cost of Charge and increase your Walk Speed by +20%","archetype":"Battle Monk","archetype_req":5,"base_abil":4,"parents":[53,47],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5},{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":54},{"display_name":"Massacre","desc":"While Corrupted, if your effective attack speed is Slow or lower, hitting an enemy with your Main Attack will add +1% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":55},{"display_name":"Axe Kick","desc":"Increase the damage of Uppercut, but also increase its mana cost","base_abil":8,"parents":[53,54],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":10,"multipliers":[100,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":2,"base_abil":0,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_2"},"properties":{"cooldown":15},"effects":[],"id":57},{"display_name":"Cheaper Bash 2","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[57,50,51],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":58},{"display_name":"Cheaper War Scream","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Discombobulate","desc":"Every time you hit an enemy, briefly increase your elemental damage dealt to them by +3 (Additive, Max +80). This bonus decays -5 every second","archetype":"Battle Monk","archetype_req":11,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","slider_max":27,"output":[{"type":"stat","name":"eDamAddMin"},{"type":"stat","name":"eDamAddMax"},{"type":"stat","name":"tDamAddMin"},{"type":"stat","name":"tDamAddMax"},{"type":"stat","name":"wDamAddMin"},{"type":"stat","name":"wDamAddMax"},{"type":"stat","name":"fDamAddMin"},{"type":"stat","name":"fDamAddMax"},{"type":"stat","name":"aDamAddMin"},{"type":"stat","name":"aDamAddMax"}],"scaling":[3],"max":80}],"id":60},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.\n\n All elemental conversions become Thunder","archetype":"Battle Monk","archetype_req":8,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":1,"conversion":"Thunder"},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":61},{"display_name":"Cyclone","desc":"After casting War Scream, envelop yourself with a vortex that damages nearby enemies every 0.5s","archetype":"Battle Monk","archetype_req":0,"parents":[54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":4,"icon":"node_1"},"properties":{"aoe":4,"duration":20},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone","multipliers":[10,0,0,0,5,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone Total Damage","hits":{"Cyclone":40}}],"id":62},{"display_name":"Second Chance","desc":"When you receive a fatal blow, survive and regain 30% of your Health (10m Cooldown)","archetype":"Paladin","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":63},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.6% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{"health_cost":0.6},"effects":[],"id":64},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.3% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":64,"parents":[64],"dependencies":[64],"blockers":[],"cost":1,"display":{"row":35,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":64,"name":"health_cost","value":-0.3}]}],"id":65},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[64,67],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":66},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[63,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":35,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":67},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":68}],"Mage":[{"display_name":"Meteor","desc":"Summon a slow but powerful meteor from the sky, dealing massive damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":55,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1}}]}],"id":0},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[4],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{"range":12},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you cannot heal more than 30% of their max health)","parents":[14,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.1}]}],"id":2},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[13,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":35,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":3},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":4},{"display_name":"Wand Proficiency I","desc":"Improve your Main Attack's damage and range when using a wand.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":5},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":6},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":7},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":8},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[12,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":10},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":11},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[2,3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":12},{"display_name":"Wisdom","desc":"For every 2% or 2 Raw Spell Damage you have from items, gain +1/5s mana regen (Max 5/5s)","archetype":"Arcanist","archetype_req":0,"parents":[1],"dependencies":[],"blockers":[14],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sdPct"},{"type":"stat","name":"sdRaw"}],"output":{"type":"stat","name":"mr"},"scaling":[0.5,0.5],"max":5}],"id":13},{"display_name":"Wand Proficiency II","desc":"Improve your Main Attack's damage and range when using a wand.","archetype":"Riftwalker","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":"teleport","parents":[10,16],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Wind Slash","base_spell":2,"multipliers":[50,0,0,0,0,50]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Wind Slash":1}}],"id":15},{"display_name":"Thunderstorm","desc":"After casting Meteor, summon 3 lightning strikes and deal additional damage","base_abil":0,"parents":[15,8],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","target_part":"Lightning Damage","base_spell":3,"multipliers":[30,0,15,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":3,"hits":{"Lightning Damage":3}}],"id":16},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Meteor Damage","behavior":"modify","multipliers":[30,90,0,0,0,0]}],"id":17},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil that damages enemies every 0.4s.","base_abil":0,"parents":[11,7],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":7,"icon":"node_1"},"properties":{"aoe":7,"duration":8},"effects":[{"type":"replace_spell","name":"Burning Sigil","base_spell":6,"display":"DPS","parts":[{"name":"Tick Damage","multipliers":[15,0,0,0,25,0]},{"name":"DPS","hits":{"Tick Damage":2.5}},{"name":"Total Burn Damage","hits":{"Tick Damage":20}}]}],"id":18},{"display_name":"Sunshower","desc":"Heal emit a strong light, damaging nearby enemies.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[9],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[70,0,0,30,0,0]}],"id":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 5, 0.5s cooldown) Ice Snake will deal additional damage to enemies for every Winded they have","archetype":"Riftwalker","archetype_req":3,"parents":[15,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3","__TODO":"hppeng please fix"},"properties":{"max":5},"effects":[],"id":20},{"display_name":"Ophanim","desc":"When casting Meteor, instead summon 2 orbs of light with 200 Health that will attack when you use your Main Attack. When they damage an enemy, they lose 20% of their Health. They can be healed back.","archetype":"Light Bender","archetype_req":2,"parents":[19],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[50,0,30,20,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":2}}]},{"type":"add_spell_prop","base_spell":3,"cost":30}],"id":21},{"display_name":"Arcane Transfer","desc":"Meteor and Ice Snake will add +5 Mana to a Mana Bank for every aggressive enemy you hit. Heal will now transfer the content of your Mana Bank into usable Mana instead of healing.","archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"bank":90},"effects":[{"type":"replace_spell","name":"Arcane Transfer","base_spell":1,"parts":[],"display":""}],"id":22},{"display_name":"Cheaper Heal","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[20,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":23},{"display_name":"Purification","desc":"Heal and Arcane Transfer will purify you of all negative effects and fire. (3s Cooldown)","base_abil":1,"parents":[21,23,25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":4,"icon":"node_2"},"properties":{},"effects":[],"id":24},{"display_name":"Sentient Snake","desc":"Ice Snake will follow the direction you're facing, allowing you to control it.","base_abil":3,"parents":[22,24],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a short amount of time.","base_abil":2,"parents":[23],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[23],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":18,"col":2,"icon":"node_1"},"properties":{},"effects":[],"__TODO":"I still don't really know how to do this, for the record though the ratio is 20% neutral 20% earth per stack","id":27},{"display_name":"Larger Heal","desc":"Increase your Heal's range.","base_abil":1,"archetype":"Light Bender","archetype_req":0,"parents":[24,25],"dependencies":[2],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":2,"name":"aoe","value":2}]}],"id":28},{"display_name":"Larger Mana Bank","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[25],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":18,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":22,"name":"bank","value":30}]}],"id":29},{"display_name":"Cheaper Ice Snake","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":30},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[24,32],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":31},{"display_name":"Fortitude","desc":"After healing 120% of your max health within 10s, apply a damage bonus to each player you've healed. (15s Cooldown)","base_abil":2,"archetype":"Light Bender","archetype_req":0,"parents":[30,31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":4},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Fortitude","value":100}]}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will stop and explode when it hits an enemy. (Damage is dealt as Main Attack Damage)","base_abil":4,"archetype":"Arcanist","archetype_req":4,"parents":[25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":7,"icon":"node_2"},"properties":{},"__TODO":"replace_spell pyrokinesis damage","effects":[],"id":33},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","archetype":"","archetype_req":0,"parents":[33,36],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"ls"}],"output":{"type":"stat","name":"sdPct"},"scaling":[0.2],"max":50}],"id":34},{"display_name":"Blink","desc":"Teleport will trigger 2 times in quick successions","base_abil":1,"archetype":"Riftwalker","archetype_req":0,"parents":[32,30],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"prop","abil":1,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1}}],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":3,"parents":[34,31,40],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Arcane Restoration","desc":"Pyrokinesis will add +1 Mana every 1s to your Mana Bank when hitting an aggressive enemy.","base_abil":999,"archetype":"Arcanist","archetype_req":0,"parents":[34,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":37},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage Bonus you have, buff Heal's healing power by +0.3%.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[40,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDam"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":38},{"display_name":"Transonic Warp","desc":"Teleport will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[30],"dependencies":[3,20],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":39},{"display_name":"Healthier Ophanim I","desc":"Increase the health of your orbs from Ophanim by +800 and reduce the damage they take when hitting an enemy by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[32,31],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":40},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing the overall healing.","archetype":"Light Bender","base_abil":2,"parents":[40,36],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":23,"col":4,"icon":"node_1"},"properties":{"aoe":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Pulse","power":0.15},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Heal Pulse":2}}],"id":41},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to nearby enemies.","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[39,38],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":42},{"display_name":"Lightweaver","desc":"After healing 60% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb Damage","parts":[{"name":"Single Orb","type":"damage","multipliers":[30,0,0,0,20,0]},{"name":"Orb Damage","type":"total","hits":{"Single Orb":3}}]}],"id":43},{"display_name":"Arcane Speed","desc":"After casting Heal or Arcane Transfer, gain +80% speed for 3s. (8s Cooldown)","base_abil":2,"parents":[43,45],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":44},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[34,44],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":45},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[45,44],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[42],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]}],"id":47},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[42,52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":48},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[52,43,44],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":49},{"display_name":"Chaos Explosion","desc":"When your Mana Bank reaches 120, casting Arcane Transfer will rapidly unleash the last 3 spells you've cast in order.","base_abil":22,"archetype":"Arcanist","archetype_req":8,"parents":[45],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":50},{"display_name":"Arcane Power","desc":"Meteor and Ice Snake will add +2 Mana to your Mana Bank for each aggressive mob you hit.","base_abil":22,"archetype":"Arcanist","archetype_req":0,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":29,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":51},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":1,"parents":[48,49],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","target_part":"Explosion Damage","base_spell":2,"multipliers":[50,0,0,0,30,0]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Explosion Damage":1}}],"id":52},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":3,"archetype":"Riftwalker","archetype_req":7,"parents":[48,52],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake","base_spell":4,"multipliers":[0,0,0,0,0,20]}],"id":53},{"display_name":"Time Dilation","desc":"When sprinting, create an area that increases the speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[48,52],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Better Ophanim","desc":"Increase your maximum orbs from Ophanim by +1.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[52,49],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":1}}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies completely for 2s.","base_abil":3,"parents":[50],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Devitalize","desc":"Enemies will deal -2% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[58,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"More Winded II","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[54],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[],"id":58},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 100%)","parents":[58,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sprint"}],"output":{"type":"stat","name":"tDamPct"},"scaling":[0.5],"max":100}],"id":59},{"display_name":"Divination","desc":"Increase your maximum orbs from Ophanim by +3 and reduce their damage.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[59,61],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":32,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[-50,0,-10,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":3}}],"id":60},{"display_name":"Healthier Ophanim II","desc":"Increase the health of your orbs from Ophanim by +3000.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[55],"dependencies":[40],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"display_name":"Sunflare","desc":"After healing 400% of your max health within 10s, your next Heal will make every nearby ally temporarily immune.","archetype":"Light Bender","archetype_req":12,"base_abil":2,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":62},{"display_name":"Larger Mana Bank III","desc":"Increase your maximum Mana Bank by +30.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits.","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[63],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":64},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[64],"dependencies":[50],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":65},{"display_name":"Manastorm","desc":"If you have more than 100 Mana, casting a spell will give you +10 mana over 5s.","archetype":"Arcanist","archetype_req":1,"parents":[69,64,62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":66},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs by +2.","archetype":"Light Bender","archetype_req":0,"base_abil":43,"parents":[69,66],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":35,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb Damage","hits":{"Single Orb":2}}],"id":67},{"display_name":"Timelock","desc":"Holding shift and casting Heal will absorb all Winded on nearby enemies and make you Timelocked. While Timelocked, your mana will not be depleted and you become immovable from outside forces. Enemies will recieve Winded damage from all absorbed stacks. (Max 30)","archetype":"Riftwalker","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":0,"icon":"node_3"},"properties":{},"effects":[],"id":68},{"display_name":"Cheaper Heal II","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[68,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":69}]} \ No newline at end of file +const atrees={"Archer":[{"display_name":"Arrow Shield","desc":"Create a shield around you that deal damage and knockback mobs when triggered. (2 Charges)","parents":[60,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_4"},"properties":{"charges":2,"duration":60,"aoe":5000},"effects":[{"type":"replace_spell","name":"Arrow Shield","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Shield Damage","type":"damage","multipliers":[90,0,0,0,0,10]},{"name":"Total Damage","type":"total","hits":{"Shield Damage":2}}]}],"id":0},{"display_name":"Escape","desc":"Throw yourself backward to avoid danger. (Hold shift while escaping to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_4"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Arrow Bomb","desc":"Throw a long-range arrow that explodes and deal high damage in a large area. (Self-damage for 25% of your DPS)","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":50,"base_spell":3,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Arrow Bomb","type":"damage","multipliers":[160,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Arrow Bomb":1}}]}],"id":2},{"display_name":"Heart Shatter","desc":"If you hit a mob directly with Arrow Bomb, shatter its heart and deal bonus damage.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Heart Shatter":1}}],"id":3},{"display_name":"Fire Creep","desc":"Arrow Bomb will leak a trail of fire for 6s, Damaging enemies that walk into it every 0.4s.","base_abil":2,"parents":[68,39,5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{"aoe":0.8,"duration":6},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[30,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Burn Damage","hits":{"Fire Creep":15}}],"id":4},{"display_name":"Bryophyte Roots","desc":"When you hit an enemy with Arrow Storm, create an area that slows them down and deals damage every 0.4s.","base_abil":7,"archetype":"Trapper","archetype_req":1,"parents":[4,35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":8,"icon":"node_1"},"properties":{"aoe":2,"duration":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Bryophyte Roots","cost":0,"multipliers":[40,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Roots Damage","hits":{"Bryophyte Roots":12}}],"id":5},{"display_name":"Nimble String","desc":"Arrow Storm throw out +6 arrows per stream and shoot twice as fast.","base_abil":7,"parents":[36,69],"dependencies":[7],"blockers":[68],"cost":2,"display":{"row":15,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-15,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","hits":{"Single Arrow":6}}],"id":6},{"display_name":"Arrow Storm","desc":"Shoot a stream of 8 arrows, dealing significant damage to close mobs and pushing them back.","parents":[58,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_4"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":40,"base_spell":1,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Single Arrow","multipliers":[30,0,10,0,0,0]},{"name":"Single Stream","hits":{"Single Arrow":8}},{"name":"Total Damage","hits":{"Single Stream":1}}]}],"id":7},{"display_name":"Guardian Angels","desc":"Your protective arrows from Arrow Shield will become sentient bows, dealing damage up to 8 times each to nearby enemies. (Arrow Shield will no longer push nearby enemies)","archetype":"Boltslinger","archetype_req":3,"base_abil":0,"parents":[59,67],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":19,"col":1,"icon":"node_3"},"properties":{"range":4,"duration":60,"shots":8,"charges":2},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Arrow":8}},{"name":"Total Damage","type":"total","hits":{"Single Bow":2}}]}],"id":8},{"display_name":"Windy Feet","desc":"When casting Escape, give speed to yourself and nearby allies.","base_abil":1,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":1,"icon":"node_0"},"properties":{"aoe":8,"duration":120},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":9},{"display_name":"Basaltic Trap","desc":"When you hit the ground with Arrow Bomb, leave a Trap that damages enemies. (Max 2 Traps)","archetype":"Trapper","archetype_req":2,"parents":[5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":8,"icon":"node_3"},"properties":{"aoe":7,"traps":2},"effects":[{"type":"replace_spell","name":"Basaltic Trap","base_spell":7,"display":"Trap Damage","parts":[{"name":"Trap Damage","type":"damage","multipliers":[140,30,0,0,30,0]}]}],"id":10},{"display_name":"Windstorm","desc":"Arrow Storm shoot +1 stream of arrows, and each stream shoots +2 arrows, effectively doubling its damage.","base_abil":7,"parents":[8,33],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-10,0,-2,0,0,2]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","cost":0,"hits":{"Single Arrow":2}}],"id":11},{"display_name":"Grappling Hook","base_abil":1,"desc":"When casting Escape, throw a hook that pulls you when hitting a block. If you hit an enemy, pull them towards you instead. (Escape will not throw you backward anymore)","archetype":"Trapper","archetype_req":0,"parents":[61,40,33],"dependencies":[],"blockers":[20],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{"range":26},"effects":[],"id":12},{"display_name":"Implosion","desc":"Arrow bomb will pull enemies towards you. If a trap is nearby, it will pull them towards it instead. Increase Heart Shatter's damage.","archetype":"Trapper","archetype_req":0,"base_abil":2,"parents":[12,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[40,0,0,0,0,0]}],"id":13},{"display_name":"Twain's Arc","desc":"When you have 2+ Focus, holding shift will summon the Twain's Arc. Charge it up to shoot a destructive long-range beam. (Damage is dealt as Main Attack Damage)","archetype":"Sharpshooter","archetype_req":4,"parents":[62,64],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_2"},"properties":{"range":64,"focusReq":2},"effects":[{"type":"replace_spell","name":"Twain's Arc","base_spell":5,"scaling":"melee","use_atkspd":false,"display":"Single Shot","parts":[{"name":"Single Shot","type":"damage","multipliers":[200,0,0,0,0,0]}]}],"id":14},{"display_name":"Fierce Stomp","desc":"When using Escape, hold shift to quickly drop down and deal damage.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[42,64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Fierce Stomp","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Stomp Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep become much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14],"dependencies":[4],"blockers":[],"cost":1,"display":{"row":26,"col":5,"icon":"node_1"},"properties":{"duration":2,"aoe":0.4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[10,0,0,0,5,0]}],"id":16},{"display_name":"Leap","desc":"When you double tap jump, leap foward. (2s Cooldown)","archetype":"Boltslinger","archetype_req":5,"parents":[42,55],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":17},{"display_name":"Shocking Bomb","desc":"Arrow Bomb will not be affected by gravity, and all damage conversions become Thunder.","archetype":"Sharpshooter","archetype_req":5,"base_abil":2,"parents":[14,44,55],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":28,"col":4,"icon":"node_1"},"properties":{"gravity":0},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":3,"conversion":"Thunder"}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 2.85 Mana per second when you stay close to them.","archetype":"Trapper","archetype_req":5,"base_abil":10,"parents":[43,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":8,"icon":"node_3"},"properties":{"range":16,"manaRegen":2.85},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":10}],"id":19},{"display_name":"Escape Artist","desc":"When casting Escape, release 120 arrows towards the ground.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[46,17],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Per Arrow","multipliers":[20,0,10,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Max Damage (Escape Artist)","hits":{"Per Arrow":120},"display":"Max Damage (Escape Artist)"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 5s or more, your next sucessful hit will deal +50% damage and add +1 Focus.","archetype":"Sharpshooter","archetype_req":5,"parents":[18,44,47],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[],"id":21},{"display_name":"Call of the Hound","desc":"Arrow Shield summon a Hound that will attack and drag aggressive enemies towards your traps.","archetype":"Trapper","archetype_req":0,"base_abil":0,"parents":[21,47],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Hound Damage","multipliers":[40,0,0,0,0,0]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 stream of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,20],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":2}}],"id":23},{"display_name":"Geyser Stomp","desc":"Fierce Stomp will create geysers, dealing more damage and vertical knockback.","base_abil":1,"parents":[56],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Geyser Stomp","multipliers":[0,0,0,50,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":15,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5 Focus, casting Arrow Storm will make you levitate and shoot 20 homing arrows per second until you run out of Focus. While in that state, you will lose 1 Focus per second.","archetype":"Sharpshooter","archetype_req":10,"parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":37,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Crepuscular Ray","base_spell":6,"display":"DPS","parts":[{"name":"Single Arrow","multipliers":[20,0,0,5,0,0]},{"name":"DPS","hits":{"Single Arrow":20}},{"name":"Total Damage","hits":{"DPS":7}}]}],"id":25},{"display_name":"Grape Bomb","desc":"Arrow bomb will throw 3 additional smaller bombs when exploding.","base_abil":2,"parents":[51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[30,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Grape Bomb":3}}],"id":26},{"display_name":"Tangled Traps","desc":"Your Traps will be connected by a rope that deals damage to enemies every 0.2s.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":38,"col":6,"icon":"node_1"},"properties":{"attackSpeed":0.2},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Line Damage Tick","multipliers":[20,0,0,0,0,20]},{"type":"add_spell_prop","base_spell":7,"target_part":"DPS","hits":{"Line Damage Tick":5}}],"id":27},{"display_name":"Snow Storm","desc":"Enemies near you will be slowed down.","parents":[24,63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":2,"icon":"node_2"},"properties":{"range":2.5,"slowness":0.3},"effects":[],"id":28},{"display_name":"All-Seeing Panoptes","desc":"Your bows from Guardian Angels become all-seeing, increasing their range, damage and letting them shoot up to +5 times each.","archetype":"Boltslinger","archetype_req":11,"base_abil":0,"parents":[28],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":40,"col":1,"icon":"node_3"},"properties":{"range":8,"shots":5},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Arrow","multipliers":[0,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":5}}],"id":29},{"display_name":"Minefield","desc":"Allow you to place +6 Traps, but with reduced damage and range.","archetype":"Trapper","archetype_req":10,"base_abil":10,"parents":[26,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":40,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":8,"target_part":"Trap Damage","cost":0,"multipliers":[-80,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-2},{"type":"prop","abil":10,"name":"traps","value":6}]}],"id":30},{"display_name":"Bow Proficiency I","desc":"Improve your Main Attack's damage and range when using a bow.","base_abil":999,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":31},{"display_name":"Cheaper Arrow Bomb","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":32},{"display_name":"Cheaper Arrow Storm","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[12,11,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":33},{"display_name":"Cheaper Escape","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[7,0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":34},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Trapper","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":35},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7,39,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":36},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[34,36,39],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":37},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":38},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[36,0,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":39},{"display_name":"More Shields","desc":"Give +2 charges to Arrow Shield.","base_abil":0,"parents":[12,10],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Shield Damage":2,"Single Bow":2}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"charges","value":2}]}],"id":40},{"display_name":"Stormy Feet","desc":"Windy Feet will last longer and add more speed.","archetype":"Boltslinger","base_abil":1,"parents":[11],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":23,"col":1,"icon":"node_0"},"properties":{"duration":60},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spdPct","value":20}]}],"id":41},{"display_name":"Refined Gunpowder","desc":"Increase the damage of Arrow Bomb.","base_abil":2,"parents":[11,64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[50,0,0,0,0,0]}],"id":42},{"display_name":"More Traps","desc":"Increase the maximum amount of active Traps you can have by +2.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[54],"dependencies":[10],"blockers":[],"cost":1,"display":{"row":26,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"traps","value":2}]}],"id":43},{"display_name":"Better Arrow Shield","desc":"Arrow Shield will gain additional area of effect, knockback and damage.","archetype":"Sharpshooter","archetype_req":0,"base_abil":0,"parents":[19,18,14],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Shield","behavior":"modify","multipliers":[40,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"behavior":"modify","name":"aoe","value":1}]}],"id":44},{"display_name":"Better Leap","desc":"Reduce leap's cooldown by 1s.","archetype":"Boltslinger","archetype_req":0,"base_abil":17,"parents":[17,55],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":29,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":17,"name":"cooldown","value":-1}]}],"id":45},{"display_name":"Better Guardian Angels","desc":"Your Guardian Angels can shoot +4 arrows before disappearing.","archetype":"Boltslinger","archetype_req":0,"base_abil":0,"parents":[20,55],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":4}}],"id":46},{"display_name":"Cheaper Arrow Storm (2)","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[21,19],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":47},{"display_name":"Precise Shot","desc":"+30% Critical Hit Damage","parents":[46,49,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":48},{"display_name":"Cheaper Arrow Shield","desc":"Reduce the Mana cost of Arrow Shield.","base_abil":0,"parents":[48,21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Rocket Jump","desc":"Arrow Bomb's self-damage will knockback you farther away.","base_abil":2,"parents":[47,21],"dependencies":[2],"blockers":[],"cost":1,"display":{"row":33,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Escape (2)","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[22,70],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":51},{"display_name":"Stronger Hook","desc":"Increase your Grappling Hook's range, speed and strength.","archetype":"Trapper","archetype_req":5,"base_abil":1,"parents":[51],"dependencies":[12],"blockers":[],"cost":1,"display":{"row":35,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":12,"name":"range","value":8}]}],"id":52},{"display_name":"Cheaper Arrow Bomb (2)","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":40,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":53},{"display_name":"Bouncing Bomb","desc":"Arrow Bomb will bounce once when hitting a block or enemy","base_abil":2,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Homing Shots","desc":"Your Main Attack arrows will follow nearby enemies and not be affected by gravity","archetype":"Sharpshooter","base_abil":999,"parents":[17,18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"Shrapnel Bomb","desc":"Arrow Bomb's explosion will fling 15 shrapnel, dealing damage in a large area","archetype":"Boltslinger","archetype_req":8,"base_abil":2,"parents":[23,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Shrapnel Bomblet","multipliers":[40,0,0,0,20,0]}],"id":56},{"display_name":"Elusive","desc":"If you do not get hit for 8+ seconds, become immune to self-damage and remove Arrow Storm's recoil. (Dodging counts as not getting hit)","archetype":"Boltslinger","archetype_req":0,"parents":[24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":38,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"Double Shots","desc":"Double Main Attack arrows, but they deal -30% damage per arrow (harder to hit far enemies)","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[60],"cost":1,"display":{"row":7,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-30,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":2},"display":"Total Damage"}],"id":58},{"display_name":"Triple Shots","desc":"Triple Main Attack arrows, but they deal -20% damage per arrow","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[69,67],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-20,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":1},"display":"Total Damage"}],"id":59},{"display_name":"Power Shots","desc":"Main Attack arrows have increased speed and knockback","archetype":"Sharpshooter","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[58],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":60},{"display_name":"Focus","desc":"When hitting an aggressive mob 5+ blocks away, gain +1 Focus (Max 3). Resets if you miss once","archetype":"Sharpshooter","archetype_req":2,"parents":[68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","output":{"type":"stat","name":"damMult.Focus"},"scaling":[40],"slider_max":3}],"id":61},{"display_name":"More Focus","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[33,12],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":62},{"display_name":"More Focus (2)","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[25,28],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":39,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":63},{"display_name":"Traveler","desc":"For every 1% Walk Speed you have from items, gain +1 Raw Spell Damage (Max 100)","parents":[42,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spd"}],"output":{"type":"stat","name":"sdRaw"},"scaling":[1],"max":100}],"id":64},{"display_name":"Patient Hunter","desc":"Your Traps will deal +20% more damage for every second they are active (Max +80%)","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[40],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":8,"icon":"node_1"},"properties":{"max":80},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[20]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Add +80% Max Damage to Patient Hunter","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4},{"type":"raw_stat","bonuses":[{"type":"prop","abil":65,"name":"max","value":80}]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +6% Walk Speed (Max 200%). Decay -40% of the bonus every second","archetype":"Boltslinger","archetype_req":0,"parents":[59,6],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","output":{"type":"stat","name":"spd"},"scaling":[6],"max":160}],"id":67},{"display_name":"Phantom Ray","desc":"Condense Arrow Storm into a single ray that damages enemies 10 times per second","base_abil":7,"parents":[37,4],"dependencies":[7],"blockers":[11,6,23],"cost":2,"display":{"row":16,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Phantom Ray","base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[25,0,5,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Arrow":16}}]},{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":68},{"display_name":"Arrow Rain","desc":"When Arrow Shield loses its last charge, unleash 150 arrows raining down on enemies","base_abil":0,"parents":[6,38],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Per Arrow)","multipliers":[80,0,0,0,0,60]},{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Total)","hits":{"Arrow Rain (Per Arrow)":150}}],"id":69},{"display_name":"Decimator","desc":"Phantom Ray will increase its damage by 10% everytime you do not miss with it (Max 70%)","archetype":"Sharpshooter","archetype_req":0,"base_abil":7,"parents":[49,51],"dependencies":[68],"blockers":[],"cost":1,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Phantom Ray hits","slider_max":7,"output":{"type":"stat","name":"damMult.Decimator:1.Single Arrow"},"scaling":[10]}],"id":70}],"Warrior":[{"display_name":"Bash","desc":"Violently bash the ground, dealing high damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4,"range":3},"effects":[{"type":"replace_spell","name":"Bash","cost":45,"base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Hit","type":"damage","multipliers":[130,20,0,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Hit":1}}]}],"id":0},{"display_name":"Spear Proficiency 1","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":1},{"display_name":"Cheaper Bash","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Double Bash","desc":"Bash will hit a second time at a farther range","parents":[1],"base_abil":0,"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"range":3},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","cost":0,"hits":{"Single Hit":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","cost":0,"multipliers":[-50,0,0,0,0,0]}],"id":3},{"display_name":"Charge","desc":"Charge forward at high speed (hold shift to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{},"effects":[{"type":"replace_spell","name":"Charge","cost":25,"base_spell":2,"spell_type":"damage","scaling":"spell","display":"","parts":[]}],"id":4},{"display_name":"Heavy Impact","desc":"After using Charge, violently crash down into the ground and deal damage","base_abil":4,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Heavy Impact":1}}],"id":5},{"display_name":"Vehement","desc":"For every 1% or 1 Raw Main Attack Damage you have from items, gain +2% Walk Speed (Max 20%)","archetype":"Fallen","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[7],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"mdPct"},{"type":"stat","name":"mdRaw"}],"output":{"type":"stat","name":"spd"},"scaling":[2,2],"max":20}],"id":6},{"display_name":"Tougher Skin","desc":"Harden your skin and become permanently +5% more resistant. For every 1% or 1 Raw Heath Regen you have from items, gain +10 Health (Max 100)","archetype":"Paladin","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]},{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hprRaw"},{"type":"stat","name":"hprPct"}],"output":{"type":"stat","name":"hpBonus"},"scaling":[10,10],"max":100}],"id":7},{"display_name":"Uppercut","desc":"Rocket enemies in the air and deal massive damage","parents":[6,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":3,"range":5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":45,"base_spell":3,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Uppercut","multipliers":[200,40,40,0,0,0]},{"name":"Total Damage","hits":{"Uppercut":1}}]}],"id":8},{"display_name":"Cheaper Charge","desc":"Reduce the Mana cost of Charge","base_abil":4,"parents":[8,10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":9},{"display_name":"War Scream","desc":"Emit a terrorizing roar that deals damage, pull nearby enemies, and add damage resistance to yourself and allies","parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"duration":30,"aoe":12,"defense_bonus":10},"effects":[{"type":"replace_spell","name":"War Scream","cost":35,"base_spell":4,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"War Scream","multipliers":[50,0,0,0,50,0]},{"name":"Total Damage","hits":{"War Scream":1}}]}],"id":10},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases base damage from all Earth attacks","archetype":"Fallen","archetype_req":0,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":11},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks","archetype":"Fallen","archetype_req":0,"parents":[8,14,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":12},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases base damage from all Water attacks","archetype":"Battle Monk","archetype_req":0,"parents":[9,12,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":13},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Battle Monk","archetype_req":0,"parents":[10,12,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":14},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Paladin","archetype_req":0,"parents":[10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":15},{"display_name":"Quadruple Bash","desc":"Bash will hit 4 times at an even larger range","archetype":"Fallen","archetype_req":0,"base_abil":0,"parents":[11,17],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{"range":6},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[-20,0,0,0,0,0]}],"id":16},{"display_name":"Fireworks","desc":"Mobs hit by Uppercut will explode mid-air and receive additional damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[12,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fireworks","multipliers":[80,0,20,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fireworks":1}}],"id":17},{"display_name":"Half-Moon Swipe","desc":"Uppercut will deal a footsweep attack at a longer and wider angle. All elemental conversions become Water","archetype":"Battle Monk","archetype_req":1,"base_abil":8,"parents":[13],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"range":4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-10,"multipliers":[-70,0,0,30,0,0]}],"id":18},{"display_name":"Flyby Jab","desc":"Damage enemies in your way when using Charge","base_abil":4,"parents":[14,20],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flyby Jab","multipliers":[20,0,0,0,0,40]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Flyby Jab":1}}],"id":19},{"display_name":"Flaming Uppercut","desc":"Uppercut will light mobs on fire, dealing damage every 0.6 seconds","archetype":"Paladin","archetype_req":0,"base_abil":8,"parents":[15,19],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{"duration":3,"tick":0.6},"effects":[{"type":"replace_spell","name":"Flaming Uppercut","base_spell":8,"display":"DPS","parts":[{"name":"Damage Tick","multipliers":[0,0,0,0,50,0]},{"name":"DPS","hits":{"Damage Tick":1.6666666666666667}},{"name":"Total Damage","hits":{"Damage Tick":5}}]}],"id":20},{"display_name":"Iron Lungs","desc":"War Scream deals more damage","archetype":"Paladin","archetype_req":0,"base_abil":10,"parents":[19,20],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"War Scream","cost":0,"multipliers":[30,0,0,0,0,30]}],"id":21},{"display_name":"Generalist","desc":"After casting 3 different spells in a row, your next spell will cost 5 mana","archetype":"Battle Monk","archetype_req":3,"parents":[23],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":2,"icon":"node_3"},"properties":{},"effects":[],"id":22},{"display_name":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","archetype_req":0,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_1"},"properties":{"chance":30},"effects":[{"type":"replace_spell","name":"Counter","base_spell":5,"display":"Counter Damage","parts":[{"name":"Counter Damage","multipliers":[60,0,20,0,0,20]}]}],"id":23},{"display_name":"Mantle of the Bovemists","desc":"When casting War Scream, create a holy shield around you that reduces all incoming damage by 70% for 3 hits (20s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"mantle_charge":3},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Mantle","value":70}]}],"id":24},{"display_name":"Bak'al's Grasp","desc":"After casting War Scream, become Corrupted (15s Cooldown). You cannot heal while in that state. While Corrupted, every 2% of Health you lose will add +4 Raw Damage to your attacks (Max 120)","archetype":"Fallen","archetype_req":2,"parents":[16,17],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":16,"col":1,"icon":"node_3"},"properties":{"cooldown":15},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","slider_max":100,"slider_step":1,"output":{"type":"stat","name":"damRaw"},"max":120,"scaling":[2]}],"id":25},{"display_name":"Spear Proficiency 2","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[25,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Aerodynamics","desc":"During Charge, you can steer and change direction","archetype":"Battle Monk","archetype_req":0,"base_abil":4,"parents":[27,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":28},{"display_name":"Provoke","desc":"Mobs damaged by War Scream will target only you for at least 5s. Reduce the Mana cost of War Scream","base_abil":10,"parents":[28,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":29},{"display_name":"Precise Strikes","desc":"+30% Critical Hit Damage","parents":[27,26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":30},{"display_name":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","base_abil":10,"parents":[28,29],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":18,"col":6,"icon":"node_1"},"properties":{"attackRate":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","multipliers":[40,0,0,0,0,10]}],"id":31},{"display_name":"Enraged Blow","desc":"While Corriupted, every 1% of Health you lose will increase your damage by +3% (Max 300%)","archetype":"Fallen","archetype_req":0,"base_abil":25,"parents":[26],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":20,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"scaling":[3]}],"id":32},{"display_name":"Flying Kick","desc":"When using Charge, mobs hit will halt your momentum and get knocked back","archetype":"Battle Monk","archetype_req":1,"base_abil":4,"parents":[27,34],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick","multipliers":[150,0,0,20,0,30]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Flying Kick":1},"display":"Flying Kick Max Damage"}],"id":33},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[35,33],"dependencies":[24],"blockers":[],"cost":1,"display":{"row":20,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":24,"name":"mantle_charge","value":2}]}],"id":34},{"display_name":"Manachism","desc":"If you receive a hit that's less than 5% of your max HP, gain 10 Mana (1s Cooldown)","archetype":"Paladin","archetype_req":3,"parents":[34,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":35},{"display_name":"Boiling Blood","desc":"Bash leaves a trail of boiling blood behind its first explosion, slowing down and damaging enemies above it every 0.4 seconds","base_abil":0,"parents":[32,37],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Boiling Blood","cost":0,"multipliers":[25,0,0,0,5,0]}],"id":36},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its range and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[36,33],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Ragnarokkr","value":30}]}],"id":37},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":23,"parents":[33,34,39],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":23,"name":"chance","value":30}]}],"id":38},{"display_name":"Burning Heart","desc":"For every 100 Health Bonus you have from item IDs, gain +2% Fire Damage (Max 100%)","archetype":"Paladin","archetype_req":0,"parents":[38,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hpBonus"}],"output":{"type":"stat","name":"fDamPct"},"scaling":[0.02],"max":100}],"id":39},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[39,35],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[30,0,0,0,0,0]}],"id":40},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 2% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[37,36],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":41},{"display_name":"Comet","desc":"After being hit by Fireworks, enemies will crash into the ground and receive more damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[37],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":24,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Comet","cost":0,"multipliers":[80,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","cost":0,"hits":{"Comet":1}}],"id":42},{"display_name":"Collide","desc":"Mobs thrown into walls from Flying Kick will explode and receive additonal damage","archetype":"Battle Monk","archetype_req":4,"base_abil":4,"parents":[38,39],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Collide","cost":0,"multipliers":[150,0,0,0,50,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Collide":1}}],"id":43},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[39,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":44},{"display_name":"Uncontainable Corruption","desc":"Reduce the cooldown of Bak'al's Grasp by -5s, and increase the raw damage gained for every 2% of health lost by +1","base_abil":25,"parents":[36,46],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"stat","name":"damRaw"},"scaling":[0.5]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":25,"name":"cooldown","value":-5}]}],"id":45},{"display_name":"Radiant Devotee","desc":"For every 4% Reflection you have from items, gain +1/5s Mana Regen (Max 10/5s)","archetype":"Battle Monk","archetype_req":1,"parents":[47,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":26,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","inputs":[{"type":"stat","name":"ref"}],"output":{"type":"stat","name":"mr"},"scaling":[0.25],"max":10}],"id":46},{"display_name":"Whirlwind Strike","desc":"Uppercut will create a strong gust of air, launching you upward with enemies (Hold shift to stay grounded)","archetype":"Battle Monk","archetype_req":5,"base_abil":8,"parents":[38,46],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[0,0,0,0,0,50]}],"id":47},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]}],"id":48},{"display_name":"Armour Breaker","desc":"While Corrupted, losing 30% Health will make your next Uppercut destroy enemies' defense, rendering them weaker to damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[45,46],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":5},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":49},{"display_name":"Shield Strike","desc":"When your Mantle of the Bovemist loses all charges, deal damage around you for each Mantle individually lost","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[48,51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Shield Strike","base_spell":6,"display":"Damage per Shield","parts":[{"name":"Damage per Shield","multipliers":[60,0,20,0,0,0]}]}],"id":50},{"display_name":"Sparkling Hope","desc":"Everytime you heal 5% of your max health, deal damage to all nearby enemies","archetype":"Paladin","archetype_req":0,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_2"},"properties":{"aoe":6},"effects":[{"type":"replace_spell","name":"Sparkling Hope","base_spell":7,"display":"Damage Tick","parts":[{"name":"Damage Tick","multipliers":[10,0,5,0,0,0]}]}],"id":51},{"display_name":"Massive Bash","desc":"While Corrupted, every 3% Health you lose will add +1 AoE to Bash (Max 10)","archetype":"Fallen","archetype_req":8,"base_abil":25,"parents":[53,45],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"prop","abil":0,"name":"aoe"},"scaling":[0.3333333333333333],"max":10}],"id":52},{"display_name":"Tempest","desc":"War Scream will ripple the ground and deal damage 3 times in a large area","archetype":"Battle Monk","archetype_req":0,"base_abil":10,"parents":[52,54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{"aoe":16},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest","multipliers":[30,10,0,0,0,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest Total Damage","hits":{"Tempest":3}},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Tempest":3}}],"id":53},{"display_name":"Spirit of the Rabbit","desc":"Reduce the Mana cost of Charge and increase your Walk Speed by +20%","archetype":"Battle Monk","archetype_req":5,"base_abil":4,"parents":[53,47],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5},{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":54},{"display_name":"Massacre","desc":"While Corrupted, if your effective attack speed is Slow or lower, hitting an enemy with your Main Attack will add +1% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":55},{"display_name":"Axe Kick","desc":"Increase the damage of Uppercut, but also increase its mana cost","base_abil":8,"parents":[53,54],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":10,"multipliers":[100,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":2,"base_abil":0,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_2"},"properties":{"cooldown":15},"effects":[],"id":57},{"display_name":"Cheaper Bash 2","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[57,50,51],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":58},{"display_name":"Cheaper War Scream","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Discombobulate","desc":"Every time you hit an enemy, briefly increase your elemental damage dealt to them by +3 (Additive, Max +80). This bonus decays -5 every second","archetype":"Battle Monk","archetype_req":11,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","slider_max":27,"output":[{"type":"stat","name":"eDamAddMin"},{"type":"stat","name":"eDamAddMax"},{"type":"stat","name":"tDamAddMin"},{"type":"stat","name":"tDamAddMax"},{"type":"stat","name":"wDamAddMin"},{"type":"stat","name":"wDamAddMax"},{"type":"stat","name":"fDamAddMin"},{"type":"stat","name":"fDamAddMax"},{"type":"stat","name":"aDamAddMin"},{"type":"stat","name":"aDamAddMax"}],"scaling":[3],"max":80}],"id":60},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.\n\n All elemental conversions become Thunder","archetype":"Battle Monk","archetype_req":8,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":1,"conversion":"Thunder"},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":61},{"display_name":"Cyclone","desc":"After casting War Scream, envelop yourself with a vortex that damages nearby enemies every 0.5s","archetype":"Battle Monk","archetype_req":0,"parents":[54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":4,"icon":"node_1"},"properties":{"aoe":4,"duration":20},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone","multipliers":[10,0,0,0,5,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone Total Damage","hits":{"Cyclone":40}}],"id":62},{"display_name":"Second Chance","desc":"When you receive a fatal blow, survive and regain 30% of your Health (10m Cooldown)","archetype":"Paladin","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":63},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.6% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{"health_cost":0.6},"effects":[],"id":64},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.3% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":64,"parents":[64],"dependencies":[64],"blockers":[],"cost":1,"display":{"row":35,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":64,"name":"health_cost","value":-0.3}]}],"id":65},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[64,67],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":66},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[63,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":35,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":67},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":68}],"Mage":[{"display_name":"Meteor","desc":"Summon a slow but powerful meteor from the sky, dealing massive damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":55,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1}}]}],"id":0},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[4],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{"range":12},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you cannot heal more than 30% of their max health)","parents":[14,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.1}]}],"id":2},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[13,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":35,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":3},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":4},{"display_name":"Wand Proficiency I","desc":"Improve your Main Attack's damage and range when using a wand.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":5},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":6},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":7},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":8},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[12,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":10},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":11},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[2,3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":12},{"display_name":"Wisdom","desc":"For every 2% or 2 Raw Spell Damage you have from items, gain +1/5s mana regen (Max 5/5s)","archetype":"Arcanist","archetype_req":0,"parents":[1],"dependencies":[],"blockers":[14],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sdPct"},{"type":"stat","name":"sdRaw"}],"output":{"type":"stat","name":"mr"},"scaling":[0.5,0.5],"max":5}],"id":13},{"display_name":"Wand Proficiency II","desc":"Improve your Main Attack's damage and range when using a wand.","archetype":"Riftwalker","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":"teleport","parents":[10,16],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Wind Slash","base_spell":2,"multipliers":[50,0,0,0,0,50]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Wind Slash":1}}],"id":15},{"display_name":"Thunderstorm","desc":"After casting Meteor, summon 3 lightning strikes and deal additional damage","base_abil":0,"parents":[15,8],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","target_part":"Lightning Damage","base_spell":3,"multipliers":[30,0,15,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":3,"hits":{"Lightning Damage":3}}],"id":16},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Meteor Damage","behavior":"modify","multipliers":[30,90,0,0,0,0]}],"id":17},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil that damages enemies every 0.4s.","base_abil":0,"parents":[11,7],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":7,"icon":"node_1"},"properties":{"aoe":7,"duration":8},"effects":[{"type":"replace_spell","name":"Burning Sigil","base_spell":6,"display":"DPS","parts":[{"name":"Tick Damage","multipliers":[15,0,0,0,25,0]},{"name":"DPS","hits":{"Tick Damage":2.5}},{"name":"Total Burn Damage","hits":{"Tick Damage":20}}]}],"id":18},{"display_name":"Sunshower","desc":"Heal emit a strong light, damaging nearby enemies.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[9],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[70,0,0,30,0,0]}],"id":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 5, 0.5s cooldown) Ice Snake will deal additional damage to enemies for every Winded they have","archetype":"Riftwalker","archetype_req":3,"parents":[15,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"max":5},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:4.Ice Snake Damage"},"scaling":[20],"slider_step":1,"slider_max":5},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"wConvBase:4.Ice Snake Damage"},"scaling":[10]}],"id":20},{"display_name":"Ophanim","desc":"When casting Meteor, instead summon 2 orbs of light with 200 Health that will attack when you use your Main Attack. When they damage an enemy, they lose 20% of their Health. They can be healed back.","archetype":"Light Bender","archetype_req":2,"parents":[19],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[50,0,30,20,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":2}}]},{"type":"add_spell_prop","base_spell":3,"cost":30}],"id":21},{"display_name":"Arcane Transfer","desc":"Meteor and Ice Snake will add +5 Mana to a Mana Bank for every aggressive enemy you hit. Heal will now transfer the content of your Mana Bank into usable Mana instead of healing.","archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"bank":90},"effects":[{"type":"replace_spell","name":"Arcane Transfer","base_spell":1,"parts":[],"display":""}],"id":22},{"display_name":"Cheaper Heal","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[20,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":23},{"display_name":"Purification","desc":"Heal and Arcane Transfer will purify you of all negative effects and fire. (3s Cooldown)","base_abil":1,"parents":[21,23,25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":4,"icon":"node_2"},"properties":{},"effects":[],"id":24},{"display_name":"Sentient Snake","desc":"Ice Snake will follow the direction you're facing, allowing you to control it.","base_abil":3,"parents":[22,24],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a short amount of time.","base_abil":2,"parents":[23],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[23],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":18,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"nConvBase:3.Meteor Damage"},{"type":"stat","name":"eConvBase:3.Meteor Damage"},{"type":"stat","name":"nConvBase:3.Per Orb"},{"type":"stat","name":"eConvBase:3.Per Orb"}],"scaling":[15]}],"id":27},{"display_name":"Larger Heal","desc":"Increase your Heal's range.","base_abil":1,"archetype":"Light Bender","archetype_req":0,"parents":[24,25],"dependencies":[2],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":2,"name":"aoe","value":2}]}],"id":28},{"display_name":"Larger Mana Bank","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[25],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":18,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":22,"name":"bank","value":30}]}],"id":29},{"display_name":"Cheaper Ice Snake","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":30},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[24,32],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":31},{"display_name":"Fortitude","desc":"After healing 120% of your max health within 10s, apply a damage bonus to each player you've healed. (15s Cooldown)","base_abil":2,"archetype":"Light Bender","archetype_req":0,"parents":[30,31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":4},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Fortitude","value":100}]}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will stop and explode when it hits an enemy. (Damage is dealt as Main Attack Damage)","base_abil":4,"archetype":"Arcanist","archetype_req":4,"parents":[25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":7,"icon":"node_2"},"properties":{},"__TODO":"replace_spell pyrokinesis damage","effects":[],"id":33},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","archetype":"","archetype_req":0,"parents":[33,36],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"ls"}],"output":{"type":"stat","name":"sdPct"},"scaling":[0.2],"max":50}],"id":34},{"display_name":"Blink","desc":"Teleport will trigger 2 times in quick successions","base_abil":1,"archetype":"Riftwalker","archetype_req":0,"parents":[32,30],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"prop","abil":1,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1}}],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":3,"parents":[34,31,40],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Arcane Restoration","desc":"Pyrokinesis will add +1 Mana every 1s to your Mana Bank when hitting an aggressive enemy.","base_abil":999,"archetype":"Arcanist","archetype_req":0,"parents":[34,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":37},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage Bonus you have, buff Heal's healing power by +0.3%.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[40,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDam"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":38},{"display_name":"Transonic Warp","desc":"Teleport will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[30],"dependencies":[3,20],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:2.Wind Slash"},"scaling":[30]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"tConvBase:2.Wind Slash"},"scaling":[10]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"aConvBase:2.Wind Slash"},"scaling":[5]}],"id":39},{"display_name":"Healthier Ophanim I","desc":"Increase the health of your orbs from Ophanim by +800 and reduce the damage they take when hitting an enemy by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[32,31],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":40},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing the overall healing.","archetype":"Light Bender","base_abil":2,"parents":[40,36],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":23,"col":4,"icon":"node_1"},"properties":{"aoe":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Pulse","power":0.15},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Heal Pulse":2}}],"id":41},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to nearby enemies.","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[39,38],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":42},{"display_name":"Lightweaver","desc":"After healing 60% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb Damage","parts":[{"name":"Single Orb","type":"damage","multipliers":[30,0,0,0,20,0]},{"name":"Orb Damage","type":"total","hits":{"Single Orb":3}}]}],"id":43},{"display_name":"Arcane Speed","desc":"After casting Heal or Arcane Transfer, gain +80% speed for 3s. (8s Cooldown)","base_abil":2,"parents":[43,45],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":44},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[34,44],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":45},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[45,44],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[42],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}]}],"id":47},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[42,52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":48},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[52,43,44],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":49},{"display_name":"Chaos Explosion","desc":"When your Mana Bank reaches 120, casting Arcane Transfer will rapidly unleash the last 3 spells you've cast in order.","base_abil":22,"archetype":"Arcanist","archetype_req":8,"parents":[45],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":50},{"display_name":"Arcane Power","desc":"Meteor and Ice Snake will add +2 Mana to your Mana Bank for each aggressive mob you hit.","base_abil":22,"archetype":"Arcanist","archetype_req":0,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":29,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":51},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":1,"parents":[48,49],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","target_part":"Explosion Damage","base_spell":2,"multipliers":[50,0,0,0,30,0]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Explosion Damage":1}}],"id":52},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":3,"archetype":"Riftwalker","archetype_req":7,"parents":[48,52],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake","base_spell":4,"multipliers":[0,0,0,0,0,20]}],"id":53},{"display_name":"Time Dilation","desc":"When sprinting, create an area that increases the speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[48],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Better Ophanim","desc":"Increase your maximum orbs from Ophanim by +1.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[52,49],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":1}}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies completely for 2s.","base_abil":3,"parents":[50],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Devitalize","desc":"Enemies will deal -2% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[58,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"More Winded II","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[54],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[],"id":58},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 100%)","parents":[58,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sprint"}],"output":{"type":"stat","name":"tDamPct"},"scaling":[0.5],"max":100}],"id":59},{"display_name":"Divination","desc":"Increase your maximum orbs from Ophanim by +3 and reduce their damage.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[59,61],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":32,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[-50,0,-10,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":3}}],"id":60},{"display_name":"Healthier Ophanim II","desc":"Increase the health of your orbs from Ophanim by +3000.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[55],"dependencies":[40],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"display_name":"Sunflare","desc":"After healing 400% of your max health within 10s, your next Heal will make every nearby ally temporarily immune.","archetype":"Light Bender","archetype_req":12,"base_abil":2,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":62},{"display_name":"Larger Mana Bank III","desc":"Increase your maximum Mana Bank by +30.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits.","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[63],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":64},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[64],"dependencies":[50],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":65},{"display_name":"Manastorm","desc":"If you have more than 100 Mana, casting a spell will give you +10 mana over 5s.","archetype":"Arcanist","archetype_req":1,"parents":[69,64,62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":66},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs by +2.","archetype":"Light Bender","archetype_req":0,"base_abil":43,"parents":[69,66],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":35,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb Damage","hits":{"Single Orb":2}}],"id":67},{"display_name":"Timelock","desc":"Holding shift and casting Heal will absorb all Winded on nearby enemies and make you Timelocked. While Timelocked, your mana will not be depleted and you become immovable from outside forces. Enemies will recieve Winded damage from all absorbed stacks. (Max 30)","archetype":"Riftwalker","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":0,"icon":"node_3"},"properties":{},"effects":[],"id":68},{"display_name":"Cheaper Heal II","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[68,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":69}]} \ No newline at end of file diff --git a/js/damage_calc.js b/js/damage_calc.js index b403adc..371cc12 100644 --- a/js/damage_calc.js +++ b/js/damage_calc.js @@ -26,7 +26,7 @@ function get_base_dps(item) { } -function calculateSpellDamage(stats, weapon, conversions, use_spell_damage, ignore_speed=false, part_filter=undefined) { +function calculateSpellDamage(stats, weapon, _conversions, use_spell_damage, ignore_speed=false, part_filter=undefined) { // TODO: Roll all the loops together maybe // Array of neutral + ewtfa damages. Each entry is a pair (min, max). @@ -40,7 +40,28 @@ function calculateSpellDamage(stats, weapon, conversions, use_spell_damage, igno } let present = deepcopy(weapon.get(damage_present_key)); + // Also theres prop and rainbow!! + const damage_elements = ['n'].concat(skp_elements); // netwfa + // 2. Conversions. + // 2.0: First, modify conversions. + let conversions = deepcopy(_conversions); + if (part_filter !== undefined) { + const conv_postfix = ':'+part_filter; + for (let i in damage_elements) { + const stat_name = damage_elements[i]+'ConvBase'+conv_postfix; + if (stats.has(stat_name)) { + conversions[i] += stats.get(stat_name); + } + } + } + for (let i in damage_elements) { + const stat_name = damage_elements[i]+'ConvBase'; + if (stats.has(stat_name)) { + conversions[i] += stats.get(stat_name); + } + } + // 2.1. First, apply neutral conversion (scale weapon damage). Keep track of total weapon damage here. let damages = []; const neutral_convert = conversions[0] / 100; @@ -68,9 +89,6 @@ function calculateSpellDamage(stats, weapon, conversions, use_spell_damage, igno } total_convert += conversions[0]/100; - // Also theres prop and rainbow!! - const damage_elements = ['n'].concat(skp_elements); // netwfa - if (!ignore_speed) { // 3. Apply attack speed multiplier. Ignored for melee single hit const attack_speed_mult = baseDamageMultiplier[attackSpeeds.indexOf(weapon.get("atkSpd"))]; @@ -81,7 +99,7 @@ function calculateSpellDamage(stats, weapon, conversions, use_spell_damage, igno } // 4. Add additive damage. TODO: Is there separate additive damage? - for (let i = 0; i < 6; ++i) { + for (let i in damage_elements) { if (present[i]) { damages[i][0] += stats.get(damage_elements[i]+'DamAddMin'); damages[i][1] += stats.get(damage_elements[i]+'DamAddMax'); @@ -104,10 +122,10 @@ function calculateSpellDamage(stats, weapon, conversions, use_spell_damage, igno // These do not count raw damage. I think. Easy enough to change let total_min = 0; let total_max = 0; - for (let i in damages) { - let damage_prefix = damage_elements[i] + specific_boost_str; + for (let i in damage_elements) { + let damage_specific = damage_elements[i] + specific_boost_str + 'Pct'; let damageBoost = 1 + skill_boost[i] + static_boost - + ((stats.get(damage_prefix+'Pct') + stats.get(damage_elements[i]+'DamPct')) /100); + + ((stats.get(damage_specific) + stats.get(damage_elements[i]+'DamPct')) /100); damages[i][0] *= Math.max(damageBoost, 0); damages[i][1] *= Math.max(damageBoost, 0); // Collect total damage post %boost From 94f0866c358b4be52c6f835b4f298803a6722107 Mon Sep 17 00:00:00 2001 From: hppeng Date: Mon, 11 Jul 2022 07:43:21 -0700 Subject: [PATCH 13/81] Fix inconsistencies in mage atree --- js/atree_constants.js | 6 +++--- js/atree_constants_min.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/atree_constants.js b/js/atree_constants.js index d24f558..81169a2 100644 --- a/js/atree_constants.js +++ b/js/atree_constants.js @@ -4584,7 +4584,7 @@ const atrees = { "archetype": "Riftwalker", "archetype_req": 3, "parents": ["Wind Slash", "Thunderstorm"], - "dependencies": [], + "dependencies": ["Ice Snake"], "blockers": [], "cost": 2, "display": { @@ -4755,7 +4755,7 @@ const atrees = { "archetype": "Riftwalker", "archetype_req": 0, "parents": ["Cheaper Heal"], - "dependencies": ["Windsweeper"], + "dependencies": ["Windsweeper", "Purification"], "blockers": [], "cost": 2, "display": { @@ -5434,7 +5434,7 @@ const atrees = { "archetype": "Riftwalker", "archetype_req": 7, "parents": ["Cheaper Ice Snake II"], - "dependencies": ["Ice Snake"], + "dependencies": [], "blockers": [], "cost": 2, "display": { diff --git a/js/atree_constants_min.js b/js/atree_constants_min.js index 480cddb..eb80742 100644 --- a/js/atree_constants_min.js +++ b/js/atree_constants_min.js @@ -1 +1 @@ -const atrees={"Archer":[{"display_name":"Arrow Shield","desc":"Create a shield around you that deal damage and knockback mobs when triggered. (2 Charges)","parents":[60,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_4"},"properties":{"charges":2,"duration":60,"aoe":5000},"effects":[{"type":"replace_spell","name":"Arrow Shield","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Shield Damage","type":"damage","multipliers":[90,0,0,0,0,10]},{"name":"Total Damage","type":"total","hits":{"Shield Damage":2}}]}],"id":0},{"display_name":"Escape","desc":"Throw yourself backward to avoid danger. (Hold shift while escaping to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_4"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Arrow Bomb","desc":"Throw a long-range arrow that explodes and deal high damage in a large area. (Self-damage for 25% of your DPS)","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":50,"base_spell":3,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Arrow Bomb","type":"damage","multipliers":[160,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Arrow Bomb":1}}]}],"id":2},{"display_name":"Heart Shatter","desc":"If you hit a mob directly with Arrow Bomb, shatter its heart and deal bonus damage.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Heart Shatter":1}}],"id":3},{"display_name":"Fire Creep","desc":"Arrow Bomb will leak a trail of fire for 6s, Damaging enemies that walk into it every 0.4s.","base_abil":2,"parents":[68,39,5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{"aoe":0.8,"duration":6},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[30,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Burn Damage","hits":{"Fire Creep":15}}],"id":4},{"display_name":"Bryophyte Roots","desc":"When you hit an enemy with Arrow Storm, create an area that slows them down and deals damage every 0.4s.","base_abil":7,"archetype":"Trapper","archetype_req":1,"parents":[4,35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":8,"icon":"node_1"},"properties":{"aoe":2,"duration":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Bryophyte Roots","cost":0,"multipliers":[40,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Roots Damage","hits":{"Bryophyte Roots":12}}],"id":5},{"display_name":"Nimble String","desc":"Arrow Storm throw out +6 arrows per stream and shoot twice as fast.","base_abil":7,"parents":[36,69],"dependencies":[7],"blockers":[68],"cost":2,"display":{"row":15,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-15,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","hits":{"Single Arrow":6}}],"id":6},{"display_name":"Arrow Storm","desc":"Shoot a stream of 8 arrows, dealing significant damage to close mobs and pushing them back.","parents":[58,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_4"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":40,"base_spell":1,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Single Arrow","multipliers":[30,0,10,0,0,0]},{"name":"Single Stream","hits":{"Single Arrow":8}},{"name":"Total Damage","hits":{"Single Stream":1}}]}],"id":7},{"display_name":"Guardian Angels","desc":"Your protective arrows from Arrow Shield will become sentient bows, dealing damage up to 8 times each to nearby enemies. (Arrow Shield will no longer push nearby enemies)","archetype":"Boltslinger","archetype_req":3,"base_abil":0,"parents":[59,67],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":19,"col":1,"icon":"node_3"},"properties":{"range":4,"duration":60,"shots":8,"charges":2},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Arrow":8}},{"name":"Total Damage","type":"total","hits":{"Single Bow":2}}]}],"id":8},{"display_name":"Windy Feet","desc":"When casting Escape, give speed to yourself and nearby allies.","base_abil":1,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":1,"icon":"node_0"},"properties":{"aoe":8,"duration":120},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":9},{"display_name":"Basaltic Trap","desc":"When you hit the ground with Arrow Bomb, leave a Trap that damages enemies. (Max 2 Traps)","archetype":"Trapper","archetype_req":2,"parents":[5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":8,"icon":"node_3"},"properties":{"aoe":7,"traps":2},"effects":[{"type":"replace_spell","name":"Basaltic Trap","base_spell":7,"display":"Trap Damage","parts":[{"name":"Trap Damage","type":"damage","multipliers":[140,30,0,0,30,0]}]}],"id":10},{"display_name":"Windstorm","desc":"Arrow Storm shoot +1 stream of arrows, and each stream shoots +2 arrows, effectively doubling its damage.","base_abil":7,"parents":[8,33],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-10,0,-2,0,0,2]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","cost":0,"hits":{"Single Arrow":2}}],"id":11},{"display_name":"Grappling Hook","base_abil":1,"desc":"When casting Escape, throw a hook that pulls you when hitting a block. If you hit an enemy, pull them towards you instead. (Escape will not throw you backward anymore)","archetype":"Trapper","archetype_req":0,"parents":[61,40,33],"dependencies":[],"blockers":[20],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{"range":26},"effects":[],"id":12},{"display_name":"Implosion","desc":"Arrow bomb will pull enemies towards you. If a trap is nearby, it will pull them towards it instead. Increase Heart Shatter's damage.","archetype":"Trapper","archetype_req":0,"base_abil":2,"parents":[12,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[40,0,0,0,0,0]}],"id":13},{"display_name":"Twain's Arc","desc":"When you have 2+ Focus, holding shift will summon the Twain's Arc. Charge it up to shoot a destructive long-range beam. (Damage is dealt as Main Attack Damage)","archetype":"Sharpshooter","archetype_req":4,"parents":[62,64],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_2"},"properties":{"range":64,"focusReq":2},"effects":[{"type":"replace_spell","name":"Twain's Arc","base_spell":5,"scaling":"melee","use_atkspd":false,"display":"Single Shot","parts":[{"name":"Single Shot","type":"damage","multipliers":[200,0,0,0,0,0]}]}],"id":14},{"display_name":"Fierce Stomp","desc":"When using Escape, hold shift to quickly drop down and deal damage.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[42,64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Fierce Stomp","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Stomp Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep become much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14],"dependencies":[4],"blockers":[],"cost":1,"display":{"row":26,"col":5,"icon":"node_1"},"properties":{"duration":2,"aoe":0.4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[10,0,0,0,5,0]}],"id":16},{"display_name":"Leap","desc":"When you double tap jump, leap foward. (2s Cooldown)","archetype":"Boltslinger","archetype_req":5,"parents":[42,55],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":17},{"display_name":"Shocking Bomb","desc":"Arrow Bomb will not be affected by gravity, and all damage conversions become Thunder.","archetype":"Sharpshooter","archetype_req":5,"base_abil":2,"parents":[14,44,55],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":28,"col":4,"icon":"node_1"},"properties":{"gravity":0},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":3,"conversion":"Thunder"}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 2.85 Mana per second when you stay close to them.","archetype":"Trapper","archetype_req":5,"base_abil":10,"parents":[43,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":8,"icon":"node_3"},"properties":{"range":16,"manaRegen":2.85},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":10}],"id":19},{"display_name":"Escape Artist","desc":"When casting Escape, release 120 arrows towards the ground.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[46,17],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Per Arrow","multipliers":[20,0,10,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Max Damage (Escape Artist)","hits":{"Per Arrow":120},"display":"Max Damage (Escape Artist)"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 5s or more, your next sucessful hit will deal +50% damage and add +1 Focus.","archetype":"Sharpshooter","archetype_req":5,"parents":[18,44,47],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[],"id":21},{"display_name":"Call of the Hound","desc":"Arrow Shield summon a Hound that will attack and drag aggressive enemies towards your traps.","archetype":"Trapper","archetype_req":0,"base_abil":0,"parents":[21,47],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Hound Damage","multipliers":[40,0,0,0,0,0]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 stream of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,20],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":2}}],"id":23},{"display_name":"Geyser Stomp","desc":"Fierce Stomp will create geysers, dealing more damage and vertical knockback.","base_abil":1,"parents":[56],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Geyser Stomp","multipliers":[0,0,0,50,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":15,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5 Focus, casting Arrow Storm will make you levitate and shoot 20 homing arrows per second until you run out of Focus. While in that state, you will lose 1 Focus per second.","archetype":"Sharpshooter","archetype_req":10,"parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":37,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Crepuscular Ray","base_spell":6,"display":"DPS","parts":[{"name":"Single Arrow","multipliers":[20,0,0,5,0,0]},{"name":"DPS","hits":{"Single Arrow":20}},{"name":"Total Damage","hits":{"DPS":7}}]}],"id":25},{"display_name":"Grape Bomb","desc":"Arrow bomb will throw 3 additional smaller bombs when exploding.","base_abil":2,"parents":[51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[30,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Grape Bomb":3}}],"id":26},{"display_name":"Tangled Traps","desc":"Your Traps will be connected by a rope that deals damage to enemies every 0.2s.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":38,"col":6,"icon":"node_1"},"properties":{"attackSpeed":0.2},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Line Damage Tick","multipliers":[20,0,0,0,0,20]},{"type":"add_spell_prop","base_spell":7,"target_part":"DPS","hits":{"Line Damage Tick":5}}],"id":27},{"display_name":"Snow Storm","desc":"Enemies near you will be slowed down.","parents":[24,63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":2,"icon":"node_2"},"properties":{"range":2.5,"slowness":0.3},"effects":[],"id":28},{"display_name":"All-Seeing Panoptes","desc":"Your bows from Guardian Angels become all-seeing, increasing their range, damage and letting them shoot up to +5 times each.","archetype":"Boltslinger","archetype_req":11,"base_abil":0,"parents":[28],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":40,"col":1,"icon":"node_3"},"properties":{"range":8,"shots":5},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Arrow","multipliers":[0,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":5}}],"id":29},{"display_name":"Minefield","desc":"Allow you to place +6 Traps, but with reduced damage and range.","archetype":"Trapper","archetype_req":10,"base_abil":10,"parents":[26,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":40,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":8,"target_part":"Trap Damage","cost":0,"multipliers":[-80,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-2},{"type":"prop","abil":10,"name":"traps","value":6}]}],"id":30},{"display_name":"Bow Proficiency I","desc":"Improve your Main Attack's damage and range when using a bow.","base_abil":999,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":31},{"display_name":"Cheaper Arrow Bomb","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":32},{"display_name":"Cheaper Arrow Storm","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[12,11,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":33},{"display_name":"Cheaper Escape","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[7,0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":34},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Trapper","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":35},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7,39,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":36},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[34,36,39],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":37},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":38},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[36,0,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":39},{"display_name":"More Shields","desc":"Give +2 charges to Arrow Shield.","base_abil":0,"parents":[12,10],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Shield Damage":2,"Single Bow":2}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"charges","value":2}]}],"id":40},{"display_name":"Stormy Feet","desc":"Windy Feet will last longer and add more speed.","archetype":"Boltslinger","base_abil":1,"parents":[11],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":23,"col":1,"icon":"node_0"},"properties":{"duration":60},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spdPct","value":20}]}],"id":41},{"display_name":"Refined Gunpowder","desc":"Increase the damage of Arrow Bomb.","base_abil":2,"parents":[11,64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[50,0,0,0,0,0]}],"id":42},{"display_name":"More Traps","desc":"Increase the maximum amount of active Traps you can have by +2.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[54],"dependencies":[10],"blockers":[],"cost":1,"display":{"row":26,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"traps","value":2}]}],"id":43},{"display_name":"Better Arrow Shield","desc":"Arrow Shield will gain additional area of effect, knockback and damage.","archetype":"Sharpshooter","archetype_req":0,"base_abil":0,"parents":[19,18,14],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Shield","behavior":"modify","multipliers":[40,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"behavior":"modify","name":"aoe","value":1}]}],"id":44},{"display_name":"Better Leap","desc":"Reduce leap's cooldown by 1s.","archetype":"Boltslinger","archetype_req":0,"base_abil":17,"parents":[17,55],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":29,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":17,"name":"cooldown","value":-1}]}],"id":45},{"display_name":"Better Guardian Angels","desc":"Your Guardian Angels can shoot +4 arrows before disappearing.","archetype":"Boltslinger","archetype_req":0,"base_abil":0,"parents":[20,55],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":4}}],"id":46},{"display_name":"Cheaper Arrow Storm (2)","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[21,19],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":47},{"display_name":"Precise Shot","desc":"+30% Critical Hit Damage","parents":[46,49,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":48},{"display_name":"Cheaper Arrow Shield","desc":"Reduce the Mana cost of Arrow Shield.","base_abil":0,"parents":[48,21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Rocket Jump","desc":"Arrow Bomb's self-damage will knockback you farther away.","base_abil":2,"parents":[47,21],"dependencies":[2],"blockers":[],"cost":1,"display":{"row":33,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Escape (2)","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[22,70],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":51},{"display_name":"Stronger Hook","desc":"Increase your Grappling Hook's range, speed and strength.","archetype":"Trapper","archetype_req":5,"base_abil":1,"parents":[51],"dependencies":[12],"blockers":[],"cost":1,"display":{"row":35,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":12,"name":"range","value":8}]}],"id":52},{"display_name":"Cheaper Arrow Bomb (2)","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":40,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":53},{"display_name":"Bouncing Bomb","desc":"Arrow Bomb will bounce once when hitting a block or enemy","base_abil":2,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Homing Shots","desc":"Your Main Attack arrows will follow nearby enemies and not be affected by gravity","archetype":"Sharpshooter","base_abil":999,"parents":[17,18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"Shrapnel Bomb","desc":"Arrow Bomb's explosion will fling 15 shrapnel, dealing damage in a large area","archetype":"Boltslinger","archetype_req":8,"base_abil":2,"parents":[23,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Shrapnel Bomblet","multipliers":[40,0,0,0,20,0]}],"id":56},{"display_name":"Elusive","desc":"If you do not get hit for 8+ seconds, become immune to self-damage and remove Arrow Storm's recoil. (Dodging counts as not getting hit)","archetype":"Boltslinger","archetype_req":0,"parents":[24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":38,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"Double Shots","desc":"Double Main Attack arrows, but they deal -30% damage per arrow (harder to hit far enemies)","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[60],"cost":1,"display":{"row":7,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-30,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":2},"display":"Total Damage"}],"id":58},{"display_name":"Triple Shots","desc":"Triple Main Attack arrows, but they deal -20% damage per arrow","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[69,67],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-20,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":1},"display":"Total Damage"}],"id":59},{"display_name":"Power Shots","desc":"Main Attack arrows have increased speed and knockback","archetype":"Sharpshooter","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[58],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":60},{"display_name":"Focus","desc":"When hitting an aggressive mob 5+ blocks away, gain +1 Focus (Max 3). Resets if you miss once","archetype":"Sharpshooter","archetype_req":2,"parents":[68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","output":{"type":"stat","name":"damMult.Focus"},"scaling":[40],"slider_max":3}],"id":61},{"display_name":"More Focus","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[33,12],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":62},{"display_name":"More Focus (2)","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[25,28],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":39,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":63},{"display_name":"Traveler","desc":"For every 1% Walk Speed you have from items, gain +1 Raw Spell Damage (Max 100)","parents":[42,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spd"}],"output":{"type":"stat","name":"sdRaw"},"scaling":[1],"max":100}],"id":64},{"display_name":"Patient Hunter","desc":"Your Traps will deal +20% more damage for every second they are active (Max +80%)","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[40],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":8,"icon":"node_1"},"properties":{"max":80},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[20]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Add +80% Max Damage to Patient Hunter","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4},{"type":"raw_stat","bonuses":[{"type":"prop","abil":65,"name":"max","value":80}]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +6% Walk Speed (Max 200%). Decay -40% of the bonus every second","archetype":"Boltslinger","archetype_req":0,"parents":[59,6],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","output":{"type":"stat","name":"spd"},"scaling":[6],"max":160}],"id":67},{"display_name":"Phantom Ray","desc":"Condense Arrow Storm into a single ray that damages enemies 10 times per second","base_abil":7,"parents":[37,4],"dependencies":[7],"blockers":[11,6,23],"cost":2,"display":{"row":16,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Phantom Ray","base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[25,0,5,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Arrow":16}}]},{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":68},{"display_name":"Arrow Rain","desc":"When Arrow Shield loses its last charge, unleash 150 arrows raining down on enemies","base_abil":0,"parents":[6,38],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Per Arrow)","multipliers":[80,0,0,0,0,60]},{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Total)","hits":{"Arrow Rain (Per Arrow)":150}}],"id":69},{"display_name":"Decimator","desc":"Phantom Ray will increase its damage by 10% everytime you do not miss with it (Max 70%)","archetype":"Sharpshooter","archetype_req":0,"base_abil":7,"parents":[49,51],"dependencies":[68],"blockers":[],"cost":1,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Phantom Ray hits","slider_max":7,"output":{"type":"stat","name":"damMult.Decimator:1.Single Arrow"},"scaling":[10]}],"id":70}],"Warrior":[{"display_name":"Bash","desc":"Violently bash the ground, dealing high damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4,"range":3},"effects":[{"type":"replace_spell","name":"Bash","cost":45,"base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Hit","type":"damage","multipliers":[130,20,0,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Hit":1}}]}],"id":0},{"display_name":"Spear Proficiency 1","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":1},{"display_name":"Cheaper Bash","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Double Bash","desc":"Bash will hit a second time at a farther range","parents":[1],"base_abil":0,"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"range":3},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","cost":0,"hits":{"Single Hit":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","cost":0,"multipliers":[-50,0,0,0,0,0]}],"id":3},{"display_name":"Charge","desc":"Charge forward at high speed (hold shift to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{},"effects":[{"type":"replace_spell","name":"Charge","cost":25,"base_spell":2,"spell_type":"damage","scaling":"spell","display":"","parts":[]}],"id":4},{"display_name":"Heavy Impact","desc":"After using Charge, violently crash down into the ground and deal damage","base_abil":4,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Heavy Impact":1}}],"id":5},{"display_name":"Vehement","desc":"For every 1% or 1 Raw Main Attack Damage you have from items, gain +2% Walk Speed (Max 20%)","archetype":"Fallen","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[7],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"mdPct"},{"type":"stat","name":"mdRaw"}],"output":{"type":"stat","name":"spd"},"scaling":[2,2],"max":20}],"id":6},{"display_name":"Tougher Skin","desc":"Harden your skin and become permanently +5% more resistant. For every 1% or 1 Raw Heath Regen you have from items, gain +10 Health (Max 100)","archetype":"Paladin","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]},{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hprRaw"},{"type":"stat","name":"hprPct"}],"output":{"type":"stat","name":"hpBonus"},"scaling":[10,10],"max":100}],"id":7},{"display_name":"Uppercut","desc":"Rocket enemies in the air and deal massive damage","parents":[6,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":3,"range":5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":45,"base_spell":3,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Uppercut","multipliers":[200,40,40,0,0,0]},{"name":"Total Damage","hits":{"Uppercut":1}}]}],"id":8},{"display_name":"Cheaper Charge","desc":"Reduce the Mana cost of Charge","base_abil":4,"parents":[8,10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":9},{"display_name":"War Scream","desc":"Emit a terrorizing roar that deals damage, pull nearby enemies, and add damage resistance to yourself and allies","parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"duration":30,"aoe":12,"defense_bonus":10},"effects":[{"type":"replace_spell","name":"War Scream","cost":35,"base_spell":4,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"War Scream","multipliers":[50,0,0,0,50,0]},{"name":"Total Damage","hits":{"War Scream":1}}]}],"id":10},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases base damage from all Earth attacks","archetype":"Fallen","archetype_req":0,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":11},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks","archetype":"Fallen","archetype_req":0,"parents":[8,14,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":12},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases base damage from all Water attacks","archetype":"Battle Monk","archetype_req":0,"parents":[9,12,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":13},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Battle Monk","archetype_req":0,"parents":[10,12,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":14},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Paladin","archetype_req":0,"parents":[10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":15},{"display_name":"Quadruple Bash","desc":"Bash will hit 4 times at an even larger range","archetype":"Fallen","archetype_req":0,"base_abil":0,"parents":[11,17],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{"range":6},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[-20,0,0,0,0,0]}],"id":16},{"display_name":"Fireworks","desc":"Mobs hit by Uppercut will explode mid-air and receive additional damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[12,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fireworks","multipliers":[80,0,20,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fireworks":1}}],"id":17},{"display_name":"Half-Moon Swipe","desc":"Uppercut will deal a footsweep attack at a longer and wider angle. All elemental conversions become Water","archetype":"Battle Monk","archetype_req":1,"base_abil":8,"parents":[13],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"range":4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-10,"multipliers":[-70,0,0,30,0,0]}],"id":18},{"display_name":"Flyby Jab","desc":"Damage enemies in your way when using Charge","base_abil":4,"parents":[14,20],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flyby Jab","multipliers":[20,0,0,0,0,40]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Flyby Jab":1}}],"id":19},{"display_name":"Flaming Uppercut","desc":"Uppercut will light mobs on fire, dealing damage every 0.6 seconds","archetype":"Paladin","archetype_req":0,"base_abil":8,"parents":[15,19],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{"duration":3,"tick":0.6},"effects":[{"type":"replace_spell","name":"Flaming Uppercut","base_spell":8,"display":"DPS","parts":[{"name":"Damage Tick","multipliers":[0,0,0,0,50,0]},{"name":"DPS","hits":{"Damage Tick":1.6666666666666667}},{"name":"Total Damage","hits":{"Damage Tick":5}}]}],"id":20},{"display_name":"Iron Lungs","desc":"War Scream deals more damage","archetype":"Paladin","archetype_req":0,"base_abil":10,"parents":[19,20],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"War Scream","cost":0,"multipliers":[30,0,0,0,0,30]}],"id":21},{"display_name":"Generalist","desc":"After casting 3 different spells in a row, your next spell will cost 5 mana","archetype":"Battle Monk","archetype_req":3,"parents":[23],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":2,"icon":"node_3"},"properties":{},"effects":[],"id":22},{"display_name":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","archetype_req":0,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_1"},"properties":{"chance":30},"effects":[{"type":"replace_spell","name":"Counter","base_spell":5,"display":"Counter Damage","parts":[{"name":"Counter Damage","multipliers":[60,0,20,0,0,20]}]}],"id":23},{"display_name":"Mantle of the Bovemists","desc":"When casting War Scream, create a holy shield around you that reduces all incoming damage by 70% for 3 hits (20s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"mantle_charge":3},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Mantle","value":70}]}],"id":24},{"display_name":"Bak'al's Grasp","desc":"After casting War Scream, become Corrupted (15s Cooldown). You cannot heal while in that state. While Corrupted, every 2% of Health you lose will add +4 Raw Damage to your attacks (Max 120)","archetype":"Fallen","archetype_req":2,"parents":[16,17],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":16,"col":1,"icon":"node_3"},"properties":{"cooldown":15},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","slider_max":100,"slider_step":1,"output":{"type":"stat","name":"damRaw"},"max":120,"scaling":[2]}],"id":25},{"display_name":"Spear Proficiency 2","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[25,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Aerodynamics","desc":"During Charge, you can steer and change direction","archetype":"Battle Monk","archetype_req":0,"base_abil":4,"parents":[27,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":28},{"display_name":"Provoke","desc":"Mobs damaged by War Scream will target only you for at least 5s. Reduce the Mana cost of War Scream","base_abil":10,"parents":[28,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":29},{"display_name":"Precise Strikes","desc":"+30% Critical Hit Damage","parents":[27,26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":30},{"display_name":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","base_abil":10,"parents":[28,29],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":18,"col":6,"icon":"node_1"},"properties":{"attackRate":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","multipliers":[40,0,0,0,0,10]}],"id":31},{"display_name":"Enraged Blow","desc":"While Corriupted, every 1% of Health you lose will increase your damage by +3% (Max 300%)","archetype":"Fallen","archetype_req":0,"base_abil":25,"parents":[26],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":20,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"scaling":[3]}],"id":32},{"display_name":"Flying Kick","desc":"When using Charge, mobs hit will halt your momentum and get knocked back","archetype":"Battle Monk","archetype_req":1,"base_abil":4,"parents":[27,34],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick","multipliers":[150,0,0,20,0,30]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Flying Kick":1},"display":"Flying Kick Max Damage"}],"id":33},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[35,33],"dependencies":[24],"blockers":[],"cost":1,"display":{"row":20,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":24,"name":"mantle_charge","value":2}]}],"id":34},{"display_name":"Manachism","desc":"If you receive a hit that's less than 5% of your max HP, gain 10 Mana (1s Cooldown)","archetype":"Paladin","archetype_req":3,"parents":[34,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":35},{"display_name":"Boiling Blood","desc":"Bash leaves a trail of boiling blood behind its first explosion, slowing down and damaging enemies above it every 0.4 seconds","base_abil":0,"parents":[32,37],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Boiling Blood","cost":0,"multipliers":[25,0,0,0,5,0]}],"id":36},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its range and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[36,33],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Ragnarokkr","value":30}]}],"id":37},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":23,"parents":[33,34,39],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":23,"name":"chance","value":30}]}],"id":38},{"display_name":"Burning Heart","desc":"For every 100 Health Bonus you have from item IDs, gain +2% Fire Damage (Max 100%)","archetype":"Paladin","archetype_req":0,"parents":[38,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hpBonus"}],"output":{"type":"stat","name":"fDamPct"},"scaling":[0.02],"max":100}],"id":39},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[39,35],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[30,0,0,0,0,0]}],"id":40},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 2% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[37,36],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":41},{"display_name":"Comet","desc":"After being hit by Fireworks, enemies will crash into the ground and receive more damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[37],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":24,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Comet","cost":0,"multipliers":[80,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","cost":0,"hits":{"Comet":1}}],"id":42},{"display_name":"Collide","desc":"Mobs thrown into walls from Flying Kick will explode and receive additonal damage","archetype":"Battle Monk","archetype_req":4,"base_abil":4,"parents":[38,39],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Collide","cost":0,"multipliers":[150,0,0,0,50,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Collide":1}}],"id":43},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[39,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":44},{"display_name":"Uncontainable Corruption","desc":"Reduce the cooldown of Bak'al's Grasp by -5s, and increase the raw damage gained for every 2% of health lost by +1","base_abil":25,"parents":[36,46],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"stat","name":"damRaw"},"scaling":[0.5]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":25,"name":"cooldown","value":-5}]}],"id":45},{"display_name":"Radiant Devotee","desc":"For every 4% Reflection you have from items, gain +1/5s Mana Regen (Max 10/5s)","archetype":"Battle Monk","archetype_req":1,"parents":[47,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":26,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","inputs":[{"type":"stat","name":"ref"}],"output":{"type":"stat","name":"mr"},"scaling":[0.25],"max":10}],"id":46},{"display_name":"Whirlwind Strike","desc":"Uppercut will create a strong gust of air, launching you upward with enemies (Hold shift to stay grounded)","archetype":"Battle Monk","archetype_req":5,"base_abil":8,"parents":[38,46],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[0,0,0,0,0,50]}],"id":47},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]}],"id":48},{"display_name":"Armour Breaker","desc":"While Corrupted, losing 30% Health will make your next Uppercut destroy enemies' defense, rendering them weaker to damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[45,46],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":5},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":49},{"display_name":"Shield Strike","desc":"When your Mantle of the Bovemist loses all charges, deal damage around you for each Mantle individually lost","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[48,51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Shield Strike","base_spell":6,"display":"Damage per Shield","parts":[{"name":"Damage per Shield","multipliers":[60,0,20,0,0,0]}]}],"id":50},{"display_name":"Sparkling Hope","desc":"Everytime you heal 5% of your max health, deal damage to all nearby enemies","archetype":"Paladin","archetype_req":0,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_2"},"properties":{"aoe":6},"effects":[{"type":"replace_spell","name":"Sparkling Hope","base_spell":7,"display":"Damage Tick","parts":[{"name":"Damage Tick","multipliers":[10,0,5,0,0,0]}]}],"id":51},{"display_name":"Massive Bash","desc":"While Corrupted, every 3% Health you lose will add +1 AoE to Bash (Max 10)","archetype":"Fallen","archetype_req":8,"base_abil":25,"parents":[53,45],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"prop","abil":0,"name":"aoe"},"scaling":[0.3333333333333333],"max":10}],"id":52},{"display_name":"Tempest","desc":"War Scream will ripple the ground and deal damage 3 times in a large area","archetype":"Battle Monk","archetype_req":0,"base_abil":10,"parents":[52,54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{"aoe":16},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest","multipliers":[30,10,0,0,0,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest Total Damage","hits":{"Tempest":3}},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Tempest":3}}],"id":53},{"display_name":"Spirit of the Rabbit","desc":"Reduce the Mana cost of Charge and increase your Walk Speed by +20%","archetype":"Battle Monk","archetype_req":5,"base_abil":4,"parents":[53,47],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5},{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":54},{"display_name":"Massacre","desc":"While Corrupted, if your effective attack speed is Slow or lower, hitting an enemy with your Main Attack will add +1% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":55},{"display_name":"Axe Kick","desc":"Increase the damage of Uppercut, but also increase its mana cost","base_abil":8,"parents":[53,54],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":10,"multipliers":[100,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":2,"base_abil":0,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_2"},"properties":{"cooldown":15},"effects":[],"id":57},{"display_name":"Cheaper Bash 2","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[57,50,51],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":58},{"display_name":"Cheaper War Scream","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Discombobulate","desc":"Every time you hit an enemy, briefly increase your elemental damage dealt to them by +3 (Additive, Max +80). This bonus decays -5 every second","archetype":"Battle Monk","archetype_req":11,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","slider_max":27,"output":[{"type":"stat","name":"eDamAddMin"},{"type":"stat","name":"eDamAddMax"},{"type":"stat","name":"tDamAddMin"},{"type":"stat","name":"tDamAddMax"},{"type":"stat","name":"wDamAddMin"},{"type":"stat","name":"wDamAddMax"},{"type":"stat","name":"fDamAddMin"},{"type":"stat","name":"fDamAddMax"},{"type":"stat","name":"aDamAddMin"},{"type":"stat","name":"aDamAddMax"}],"scaling":[3],"max":80}],"id":60},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.\n\n All elemental conversions become Thunder","archetype":"Battle Monk","archetype_req":8,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":1,"conversion":"Thunder"},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":61},{"display_name":"Cyclone","desc":"After casting War Scream, envelop yourself with a vortex that damages nearby enemies every 0.5s","archetype":"Battle Monk","archetype_req":0,"parents":[54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":4,"icon":"node_1"},"properties":{"aoe":4,"duration":20},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone","multipliers":[10,0,0,0,5,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone Total Damage","hits":{"Cyclone":40}}],"id":62},{"display_name":"Second Chance","desc":"When you receive a fatal blow, survive and regain 30% of your Health (10m Cooldown)","archetype":"Paladin","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":63},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.6% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{"health_cost":0.6},"effects":[],"id":64},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.3% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":64,"parents":[64],"dependencies":[64],"blockers":[],"cost":1,"display":{"row":35,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":64,"name":"health_cost","value":-0.3}]}],"id":65},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[64,67],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":66},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[63,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":35,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":67},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":68}],"Mage":[{"display_name":"Meteor","desc":"Summon a slow but powerful meteor from the sky, dealing massive damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":55,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1}}]}],"id":0},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[4],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{"range":12},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you cannot heal more than 30% of their max health)","parents":[14,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.1}]}],"id":2},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[13,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":35,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":3},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":4},{"display_name":"Wand Proficiency I","desc":"Improve your Main Attack's damage and range when using a wand.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":5},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":6},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":7},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":8},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[12,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":10},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":11},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[2,3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":12},{"display_name":"Wisdom","desc":"For every 2% or 2 Raw Spell Damage you have from items, gain +1/5s mana regen (Max 5/5s)","archetype":"Arcanist","archetype_req":0,"parents":[1],"dependencies":[],"blockers":[14],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sdPct"},{"type":"stat","name":"sdRaw"}],"output":{"type":"stat","name":"mr"},"scaling":[0.5,0.5],"max":5}],"id":13},{"display_name":"Wand Proficiency II","desc":"Improve your Main Attack's damage and range when using a wand.","archetype":"Riftwalker","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":"teleport","parents":[10,16],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Wind Slash","base_spell":2,"multipliers":[50,0,0,0,0,50]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Wind Slash":1}}],"id":15},{"display_name":"Thunderstorm","desc":"After casting Meteor, summon 3 lightning strikes and deal additional damage","base_abil":0,"parents":[15,8],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","target_part":"Lightning Damage","base_spell":3,"multipliers":[30,0,15,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":3,"hits":{"Lightning Damage":3}}],"id":16},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Meteor Damage","behavior":"modify","multipliers":[30,90,0,0,0,0]}],"id":17},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil that damages enemies every 0.4s.","base_abil":0,"parents":[11,7],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":7,"icon":"node_1"},"properties":{"aoe":7,"duration":8},"effects":[{"type":"replace_spell","name":"Burning Sigil","base_spell":6,"display":"DPS","parts":[{"name":"Tick Damage","multipliers":[15,0,0,0,25,0]},{"name":"DPS","hits":{"Tick Damage":2.5}},{"name":"Total Burn Damage","hits":{"Tick Damage":20}}]}],"id":18},{"display_name":"Sunshower","desc":"Heal emit a strong light, damaging nearby enemies.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[9],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[70,0,0,30,0,0]}],"id":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 5, 0.5s cooldown) Ice Snake will deal additional damage to enemies for every Winded they have","archetype":"Riftwalker","archetype_req":3,"parents":[15,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"max":5},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:4.Ice Snake Damage"},"scaling":[20],"slider_step":1,"slider_max":5},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"wConvBase:4.Ice Snake Damage"},"scaling":[10]}],"id":20},{"display_name":"Ophanim","desc":"When casting Meteor, instead summon 2 orbs of light with 200 Health that will attack when you use your Main Attack. When they damage an enemy, they lose 20% of their Health. They can be healed back.","archetype":"Light Bender","archetype_req":2,"parents":[19],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[50,0,30,20,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":2}}]},{"type":"add_spell_prop","base_spell":3,"cost":30}],"id":21},{"display_name":"Arcane Transfer","desc":"Meteor and Ice Snake will add +5 Mana to a Mana Bank for every aggressive enemy you hit. Heal will now transfer the content of your Mana Bank into usable Mana instead of healing.","archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"bank":90},"effects":[{"type":"replace_spell","name":"Arcane Transfer","base_spell":1,"parts":[],"display":""}],"id":22},{"display_name":"Cheaper Heal","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[20,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":23},{"display_name":"Purification","desc":"Heal and Arcane Transfer will purify you of all negative effects and fire. (3s Cooldown)","base_abil":1,"parents":[21,23,25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":4,"icon":"node_2"},"properties":{},"effects":[],"id":24},{"display_name":"Sentient Snake","desc":"Ice Snake will follow the direction you're facing, allowing you to control it.","base_abil":3,"parents":[22,24],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a short amount of time.","base_abil":2,"parents":[23],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[23],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":18,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"nConvBase:3.Meteor Damage"},{"type":"stat","name":"eConvBase:3.Meteor Damage"},{"type":"stat","name":"nConvBase:3.Per Orb"},{"type":"stat","name":"eConvBase:3.Per Orb"}],"scaling":[15]}],"id":27},{"display_name":"Larger Heal","desc":"Increase your Heal's range.","base_abil":1,"archetype":"Light Bender","archetype_req":0,"parents":[24,25],"dependencies":[2],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":2,"name":"aoe","value":2}]}],"id":28},{"display_name":"Larger Mana Bank","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[25],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":18,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":22,"name":"bank","value":30}]}],"id":29},{"display_name":"Cheaper Ice Snake","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":30},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[24,32],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":31},{"display_name":"Fortitude","desc":"After healing 120% of your max health within 10s, apply a damage bonus to each player you've healed. (15s Cooldown)","base_abil":2,"archetype":"Light Bender","archetype_req":0,"parents":[30,31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":4},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Fortitude","value":100}]}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will stop and explode when it hits an enemy. (Damage is dealt as Main Attack Damage)","base_abil":4,"archetype":"Arcanist","archetype_req":4,"parents":[25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":7,"icon":"node_2"},"properties":{},"__TODO":"replace_spell pyrokinesis damage","effects":[],"id":33},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","archetype":"","archetype_req":0,"parents":[33,36],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"ls"}],"output":{"type":"stat","name":"sdPct"},"scaling":[0.2],"max":50}],"id":34},{"display_name":"Blink","desc":"Teleport will trigger 2 times in quick successions","base_abil":1,"archetype":"Riftwalker","archetype_req":0,"parents":[32,30],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"prop","abil":1,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1}}],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":3,"parents":[34,31,40],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Arcane Restoration","desc":"Pyrokinesis will add +1 Mana every 1s to your Mana Bank when hitting an aggressive enemy.","base_abil":999,"archetype":"Arcanist","archetype_req":0,"parents":[34,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":37},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage Bonus you have, buff Heal's healing power by +0.3%.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[40,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDam"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":38},{"display_name":"Transonic Warp","desc":"Teleport will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[30],"dependencies":[3,20],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:2.Wind Slash"},"scaling":[30]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"tConvBase:2.Wind Slash"},"scaling":[10]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"aConvBase:2.Wind Slash"},"scaling":[5]}],"id":39},{"display_name":"Healthier Ophanim I","desc":"Increase the health of your orbs from Ophanim by +800 and reduce the damage they take when hitting an enemy by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[32,31],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":40},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing the overall healing.","archetype":"Light Bender","base_abil":2,"parents":[40,36],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":23,"col":4,"icon":"node_1"},"properties":{"aoe":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Pulse","power":0.15},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Heal Pulse":2}}],"id":41},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to nearby enemies.","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[39,38],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":42},{"display_name":"Lightweaver","desc":"After healing 60% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb Damage","parts":[{"name":"Single Orb","type":"damage","multipliers":[30,0,0,0,20,0]},{"name":"Orb Damage","type":"total","hits":{"Single Orb":3}}]}],"id":43},{"display_name":"Arcane Speed","desc":"After casting Heal or Arcane Transfer, gain +80% speed for 3s. (8s Cooldown)","base_abil":2,"parents":[43,45],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":44},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[34,44],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":45},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[45,44],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[42],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}]}],"id":47},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[42,52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":48},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[52,43,44],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":49},{"display_name":"Chaos Explosion","desc":"When your Mana Bank reaches 120, casting Arcane Transfer will rapidly unleash the last 3 spells you've cast in order.","base_abil":22,"archetype":"Arcanist","archetype_req":8,"parents":[45],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":50},{"display_name":"Arcane Power","desc":"Meteor and Ice Snake will add +2 Mana to your Mana Bank for each aggressive mob you hit.","base_abil":22,"archetype":"Arcanist","archetype_req":0,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":29,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":51},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":1,"parents":[48,49],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","target_part":"Explosion Damage","base_spell":2,"multipliers":[50,0,0,0,30,0]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Explosion Damage":1}}],"id":52},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":3,"archetype":"Riftwalker","archetype_req":7,"parents":[48,52],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake","base_spell":4,"multipliers":[0,0,0,0,0,20]}],"id":53},{"display_name":"Time Dilation","desc":"When sprinting, create an area that increases the speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[48],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Better Ophanim","desc":"Increase your maximum orbs from Ophanim by +1.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[52,49],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":1}}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies completely for 2s.","base_abil":3,"parents":[50],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Devitalize","desc":"Enemies will deal -2% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[58,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"More Winded II","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[54],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[],"id":58},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 100%)","parents":[58,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sprint"}],"output":{"type":"stat","name":"tDamPct"},"scaling":[0.5],"max":100}],"id":59},{"display_name":"Divination","desc":"Increase your maximum orbs from Ophanim by +3 and reduce their damage.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[59,61],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":32,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[-50,0,-10,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":3}}],"id":60},{"display_name":"Healthier Ophanim II","desc":"Increase the health of your orbs from Ophanim by +3000.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[55],"dependencies":[40],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"display_name":"Sunflare","desc":"After healing 400% of your max health within 10s, your next Heal will make every nearby ally temporarily immune.","archetype":"Light Bender","archetype_req":12,"base_abil":2,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":62},{"display_name":"Larger Mana Bank III","desc":"Increase your maximum Mana Bank by +30.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits.","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[63],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":64},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[64],"dependencies":[50],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":65},{"display_name":"Manastorm","desc":"If you have more than 100 Mana, casting a spell will give you +10 mana over 5s.","archetype":"Arcanist","archetype_req":1,"parents":[69,64,62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":66},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs by +2.","archetype":"Light Bender","archetype_req":0,"base_abil":43,"parents":[69,66],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":35,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb Damage","hits":{"Single Orb":2}}],"id":67},{"display_name":"Timelock","desc":"Holding shift and casting Heal will absorb all Winded on nearby enemies and make you Timelocked. While Timelocked, your mana will not be depleted and you become immovable from outside forces. Enemies will recieve Winded damage from all absorbed stacks. (Max 30)","archetype":"Riftwalker","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":0,"icon":"node_3"},"properties":{},"effects":[],"id":68},{"display_name":"Cheaper Heal II","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[68,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":69}]} \ No newline at end of file +const atrees={"Archer":[{"display_name":"Arrow Shield","desc":"Create a shield around you that deal damage and knockback mobs when triggered. (2 Charges)","parents":[60,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_4"},"properties":{"charges":2,"duration":60,"aoe":5000},"effects":[{"type":"replace_spell","name":"Arrow Shield","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Shield Damage","type":"damage","multipliers":[90,0,0,0,0,10]},{"name":"Total Damage","type":"total","hits":{"Shield Damage":2}}]}],"id":0},{"display_name":"Escape","desc":"Throw yourself backward to avoid danger. (Hold shift while escaping to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_4"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Arrow Bomb","desc":"Throw a long-range arrow that explodes and deal high damage in a large area. (Self-damage for 25% of your DPS)","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":50,"base_spell":3,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Arrow Bomb","type":"damage","multipliers":[160,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Arrow Bomb":1}}]}],"id":2},{"display_name":"Heart Shatter","desc":"If you hit a mob directly with Arrow Bomb, shatter its heart and deal bonus damage.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Heart Shatter":1}}],"id":3},{"display_name":"Fire Creep","desc":"Arrow Bomb will leak a trail of fire for 6s, Damaging enemies that walk into it every 0.4s.","base_abil":2,"parents":[68,39,5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{"aoe":0.8,"duration":6},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[30,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Burn Damage","hits":{"Fire Creep":15}}],"id":4},{"display_name":"Bryophyte Roots","desc":"When you hit an enemy with Arrow Storm, create an area that slows them down and deals damage every 0.4s.","base_abil":7,"archetype":"Trapper","archetype_req":1,"parents":[4,35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":8,"icon":"node_1"},"properties":{"aoe":2,"duration":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Bryophyte Roots","cost":0,"multipliers":[40,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Roots Damage","hits":{"Bryophyte Roots":12}}],"id":5},{"display_name":"Nimble String","desc":"Arrow Storm throw out +6 arrows per stream and shoot twice as fast.","base_abil":7,"parents":[36,69],"dependencies":[7],"blockers":[68],"cost":2,"display":{"row":15,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-15,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","hits":{"Single Arrow":6}}],"id":6},{"display_name":"Arrow Storm","desc":"Shoot a stream of 8 arrows, dealing significant damage to close mobs and pushing them back.","parents":[58,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_4"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":40,"base_spell":1,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Single Arrow","multipliers":[30,0,10,0,0,0]},{"name":"Single Stream","hits":{"Single Arrow":8}},{"name":"Total Damage","hits":{"Single Stream":1}}]}],"id":7},{"display_name":"Guardian Angels","desc":"Your protective arrows from Arrow Shield will become sentient bows, dealing damage up to 8 times each to nearby enemies. (Arrow Shield will no longer push nearby enemies)","archetype":"Boltslinger","archetype_req":3,"base_abil":0,"parents":[59,67],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":19,"col":1,"icon":"node_3"},"properties":{"range":4,"duration":60,"shots":8,"charges":2},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Arrow":8}},{"name":"Total Damage","type":"total","hits":{"Single Bow":2}}]}],"id":8},{"display_name":"Windy Feet","desc":"When casting Escape, give speed to yourself and nearby allies.","base_abil":1,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":1,"icon":"node_0"},"properties":{"aoe":8,"duration":120},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":9},{"display_name":"Basaltic Trap","desc":"When you hit the ground with Arrow Bomb, leave a Trap that damages enemies. (Max 2 Traps)","archetype":"Trapper","archetype_req":2,"parents":[5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":8,"icon":"node_3"},"properties":{"aoe":7,"traps":2},"effects":[{"type":"replace_spell","name":"Basaltic Trap","base_spell":7,"display":"Trap Damage","parts":[{"name":"Trap Damage","type":"damage","multipliers":[140,30,0,0,30,0]}]}],"id":10},{"display_name":"Windstorm","desc":"Arrow Storm shoot +1 stream of arrows, and each stream shoots +2 arrows, effectively doubling its damage.","base_abil":7,"parents":[8,33],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-10,0,-2,0,0,2]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","cost":0,"hits":{"Single Arrow":2}}],"id":11},{"display_name":"Grappling Hook","base_abil":1,"desc":"When casting Escape, throw a hook that pulls you when hitting a block. If you hit an enemy, pull them towards you instead. (Escape will not throw you backward anymore)","archetype":"Trapper","archetype_req":0,"parents":[61,40,33],"dependencies":[],"blockers":[20],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{"range":26},"effects":[],"id":12},{"display_name":"Implosion","desc":"Arrow bomb will pull enemies towards you. If a trap is nearby, it will pull them towards it instead. Increase Heart Shatter's damage.","archetype":"Trapper","archetype_req":0,"base_abil":2,"parents":[12,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[40,0,0,0,0,0]}],"id":13},{"display_name":"Twain's Arc","desc":"When you have 2+ Focus, holding shift will summon the Twain's Arc. Charge it up to shoot a destructive long-range beam. (Damage is dealt as Main Attack Damage)","archetype":"Sharpshooter","archetype_req":4,"parents":[62,64],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_2"},"properties":{"range":64,"focusReq":2},"effects":[{"type":"replace_spell","name":"Twain's Arc","base_spell":5,"scaling":"melee","use_atkspd":false,"display":"Single Shot","parts":[{"name":"Single Shot","type":"damage","multipliers":[200,0,0,0,0,0]}]}],"id":14},{"display_name":"Fierce Stomp","desc":"When using Escape, hold shift to quickly drop down and deal damage.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[42,64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Fierce Stomp","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Stomp Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep become much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14],"dependencies":[4],"blockers":[],"cost":1,"display":{"row":26,"col":5,"icon":"node_1"},"properties":{"duration":2,"aoe":0.4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[10,0,0,0,5,0]}],"id":16},{"display_name":"Leap","desc":"When you double tap jump, leap foward. (2s Cooldown)","archetype":"Boltslinger","archetype_req":5,"parents":[42,55],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":17},{"display_name":"Shocking Bomb","desc":"Arrow Bomb will not be affected by gravity, and all damage conversions become Thunder.","archetype":"Sharpshooter","archetype_req":5,"base_abil":2,"parents":[14,44,55],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":28,"col":4,"icon":"node_1"},"properties":{"gravity":0},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":3,"conversion":"Thunder"}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 2.85 Mana per second when you stay close to them.","archetype":"Trapper","archetype_req":5,"base_abil":10,"parents":[43,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":8,"icon":"node_3"},"properties":{"range":16,"manaRegen":2.85},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":10}],"id":19},{"display_name":"Escape Artist","desc":"When casting Escape, release 120 arrows towards the ground.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[46,17],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Per Arrow","multipliers":[20,0,10,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Max Damage (Escape Artist)","hits":{"Per Arrow":120},"display":"Max Damage (Escape Artist)"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 5s or more, your next sucessful hit will deal +50% damage and add +1 Focus.","archetype":"Sharpshooter","archetype_req":5,"parents":[18,44,47],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[],"id":21},{"display_name":"Call of the Hound","desc":"Arrow Shield summon a Hound that will attack and drag aggressive enemies towards your traps.","archetype":"Trapper","archetype_req":0,"base_abil":0,"parents":[21,47],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Hound Damage","multipliers":[40,0,0,0,0,0]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 stream of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,20],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":2}}],"id":23},{"display_name":"Geyser Stomp","desc":"Fierce Stomp will create geysers, dealing more damage and vertical knockback.","base_abil":1,"parents":[56],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Geyser Stomp","multipliers":[0,0,0,50,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":15,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5 Focus, casting Arrow Storm will make you levitate and shoot 20 homing arrows per second until you run out of Focus. While in that state, you will lose 1 Focus per second.","archetype":"Sharpshooter","archetype_req":10,"parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":37,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Crepuscular Ray","base_spell":6,"display":"DPS","parts":[{"name":"Single Arrow","multipliers":[20,0,0,5,0,0]},{"name":"DPS","hits":{"Single Arrow":20}},{"name":"Total Damage","hits":{"DPS":7}}]}],"id":25},{"display_name":"Grape Bomb","desc":"Arrow bomb will throw 3 additional smaller bombs when exploding.","base_abil":2,"parents":[51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[30,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Grape Bomb":3}}],"id":26},{"display_name":"Tangled Traps","desc":"Your Traps will be connected by a rope that deals damage to enemies every 0.2s.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":38,"col":6,"icon":"node_1"},"properties":{"attackSpeed":0.2},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Line Damage Tick","multipliers":[20,0,0,0,0,20]},{"type":"add_spell_prop","base_spell":7,"target_part":"DPS","hits":{"Line Damage Tick":5}}],"id":27},{"display_name":"Snow Storm","desc":"Enemies near you will be slowed down.","parents":[24,63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":2,"icon":"node_2"},"properties":{"range":2.5,"slowness":0.3},"effects":[],"id":28},{"display_name":"All-Seeing Panoptes","desc":"Your bows from Guardian Angels become all-seeing, increasing their range, damage and letting them shoot up to +5 times each.","archetype":"Boltslinger","archetype_req":11,"base_abil":0,"parents":[28],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":40,"col":1,"icon":"node_3"},"properties":{"range":8,"shots":5},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Arrow","multipliers":[0,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":5}}],"id":29},{"display_name":"Minefield","desc":"Allow you to place +6 Traps, but with reduced damage and range.","archetype":"Trapper","archetype_req":10,"base_abil":10,"parents":[26,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":40,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":8,"target_part":"Trap Damage","cost":0,"multipliers":[-80,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-2},{"type":"prop","abil":10,"name":"traps","value":6}]}],"id":30},{"display_name":"Bow Proficiency I","desc":"Improve your Main Attack's damage and range when using a bow.","base_abil":999,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":31},{"display_name":"Cheaper Arrow Bomb","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":32},{"display_name":"Cheaper Arrow Storm","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[12,11,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":33},{"display_name":"Cheaper Escape","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[7,0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":34},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Trapper","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":35},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7,39,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":36},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[34,36,39],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":37},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":38},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[36,0,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":39},{"display_name":"More Shields","desc":"Give +2 charges to Arrow Shield.","base_abil":0,"parents":[12,10],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Shield Damage":2,"Single Bow":2}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"charges","value":2}]}],"id":40},{"display_name":"Stormy Feet","desc":"Windy Feet will last longer and add more speed.","archetype":"Boltslinger","base_abil":1,"parents":[11],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":23,"col":1,"icon":"node_0"},"properties":{"duration":60},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spdPct","value":20}]}],"id":41},{"display_name":"Refined Gunpowder","desc":"Increase the damage of Arrow Bomb.","base_abil":2,"parents":[11,64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[50,0,0,0,0,0]}],"id":42},{"display_name":"More Traps","desc":"Increase the maximum amount of active Traps you can have by +2.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[54],"dependencies":[10],"blockers":[],"cost":1,"display":{"row":26,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"traps","value":2}]}],"id":43},{"display_name":"Better Arrow Shield","desc":"Arrow Shield will gain additional area of effect, knockback and damage.","archetype":"Sharpshooter","archetype_req":0,"base_abil":0,"parents":[19,18,14],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Shield","behavior":"modify","multipliers":[40,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"behavior":"modify","name":"aoe","value":1}]}],"id":44},{"display_name":"Better Leap","desc":"Reduce leap's cooldown by 1s.","archetype":"Boltslinger","archetype_req":0,"base_abil":17,"parents":[17,55],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":29,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":17,"name":"cooldown","value":-1}]}],"id":45},{"display_name":"Better Guardian Angels","desc":"Your Guardian Angels can shoot +4 arrows before disappearing.","archetype":"Boltslinger","archetype_req":0,"base_abil":0,"parents":[20,55],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":4}}],"id":46},{"display_name":"Cheaper Arrow Storm (2)","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[21,19],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":47},{"display_name":"Precise Shot","desc":"+30% Critical Hit Damage","parents":[46,49,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":48},{"display_name":"Cheaper Arrow Shield","desc":"Reduce the Mana cost of Arrow Shield.","base_abil":0,"parents":[48,21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Rocket Jump","desc":"Arrow Bomb's self-damage will knockback you farther away.","base_abil":2,"parents":[47,21],"dependencies":[2],"blockers":[],"cost":1,"display":{"row":33,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Escape (2)","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[22,70],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":51},{"display_name":"Stronger Hook","desc":"Increase your Grappling Hook's range, speed and strength.","archetype":"Trapper","archetype_req":5,"base_abil":1,"parents":[51],"dependencies":[12],"blockers":[],"cost":1,"display":{"row":35,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":12,"name":"range","value":8}]}],"id":52},{"display_name":"Cheaper Arrow Bomb (2)","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":40,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":53},{"display_name":"Bouncing Bomb","desc":"Arrow Bomb will bounce once when hitting a block or enemy","base_abil":2,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Homing Shots","desc":"Your Main Attack arrows will follow nearby enemies and not be affected by gravity","archetype":"Sharpshooter","base_abil":999,"parents":[17,18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"Shrapnel Bomb","desc":"Arrow Bomb's explosion will fling 15 shrapnel, dealing damage in a large area","archetype":"Boltslinger","archetype_req":8,"base_abil":2,"parents":[23,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Shrapnel Bomblet","multipliers":[40,0,0,0,20,0]}],"id":56},{"display_name":"Elusive","desc":"If you do not get hit for 8+ seconds, become immune to self-damage and remove Arrow Storm's recoil. (Dodging counts as not getting hit)","archetype":"Boltslinger","archetype_req":0,"parents":[24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":38,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"Double Shots","desc":"Double Main Attack arrows, but they deal -30% damage per arrow (harder to hit far enemies)","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[60],"cost":1,"display":{"row":7,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-30,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":2},"display":"Total Damage"}],"id":58},{"display_name":"Triple Shots","desc":"Triple Main Attack arrows, but they deal -20% damage per arrow","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[69,67],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-20,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":1},"display":"Total Damage"}],"id":59},{"display_name":"Power Shots","desc":"Main Attack arrows have increased speed and knockback","archetype":"Sharpshooter","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[58],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":60},{"display_name":"Focus","desc":"When hitting an aggressive mob 5+ blocks away, gain +1 Focus (Max 3). Resets if you miss once","archetype":"Sharpshooter","archetype_req":2,"parents":[68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","output":{"type":"stat","name":"damMult.Focus"},"scaling":[40],"slider_max":3}],"id":61},{"display_name":"More Focus","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[33,12],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":62},{"display_name":"More Focus (2)","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[25,28],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":39,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":63},{"display_name":"Traveler","desc":"For every 1% Walk Speed you have from items, gain +1 Raw Spell Damage (Max 100)","parents":[42,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spd"}],"output":{"type":"stat","name":"sdRaw"},"scaling":[1],"max":100}],"id":64},{"display_name":"Patient Hunter","desc":"Your Traps will deal +20% more damage for every second they are active (Max +80%)","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[40],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":8,"icon":"node_1"},"properties":{"max":80},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[20]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Add +80% Max Damage to Patient Hunter","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4},{"type":"raw_stat","bonuses":[{"type":"prop","abil":65,"name":"max","value":80}]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +6% Walk Speed (Max 200%). Decay -40% of the bonus every second","archetype":"Boltslinger","archetype_req":0,"parents":[59,6],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","output":{"type":"stat","name":"spd"},"scaling":[6],"max":160}],"id":67},{"display_name":"Phantom Ray","desc":"Condense Arrow Storm into a single ray that damages enemies 10 times per second","base_abil":7,"parents":[37,4],"dependencies":[7],"blockers":[11,6,23],"cost":2,"display":{"row":16,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Phantom Ray","base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[25,0,5,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Arrow":16}}]},{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":68},{"display_name":"Arrow Rain","desc":"When Arrow Shield loses its last charge, unleash 150 arrows raining down on enemies","base_abil":0,"parents":[6,38],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Per Arrow)","multipliers":[80,0,0,0,0,60]},{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Total)","hits":{"Arrow Rain (Per Arrow)":150}}],"id":69},{"display_name":"Decimator","desc":"Phantom Ray will increase its damage by 10% everytime you do not miss with it (Max 70%)","archetype":"Sharpshooter","archetype_req":0,"base_abil":7,"parents":[49,51],"dependencies":[68],"blockers":[],"cost":1,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Phantom Ray hits","slider_max":7,"output":{"type":"stat","name":"damMult.Decimator:1.Single Arrow"},"scaling":[10]}],"id":70}],"Warrior":[{"display_name":"Bash","desc":"Violently bash the ground, dealing high damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4,"range":3},"effects":[{"type":"replace_spell","name":"Bash","cost":45,"base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Hit","type":"damage","multipliers":[130,20,0,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Hit":1}}]}],"id":0},{"display_name":"Spear Proficiency 1","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":1},{"display_name":"Cheaper Bash","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Double Bash","desc":"Bash will hit a second time at a farther range","parents":[1],"base_abil":0,"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"range":3},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","cost":0,"hits":{"Single Hit":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","cost":0,"multipliers":[-50,0,0,0,0,0]}],"id":3},{"display_name":"Charge","desc":"Charge forward at high speed (hold shift to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{},"effects":[{"type":"replace_spell","name":"Charge","cost":25,"base_spell":2,"spell_type":"damage","scaling":"spell","display":"","parts":[]}],"id":4},{"display_name":"Heavy Impact","desc":"After using Charge, violently crash down into the ground and deal damage","base_abil":4,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Heavy Impact":1}}],"id":5},{"display_name":"Vehement","desc":"For every 1% or 1 Raw Main Attack Damage you have from items, gain +2% Walk Speed (Max 20%)","archetype":"Fallen","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[7],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"mdPct"},{"type":"stat","name":"mdRaw"}],"output":{"type":"stat","name":"spd"},"scaling":[2,2],"max":20}],"id":6},{"display_name":"Tougher Skin","desc":"Harden your skin and become permanently +5% more resistant. For every 1% or 1 Raw Heath Regen you have from items, gain +10 Health (Max 100)","archetype":"Paladin","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]},{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hprRaw"},{"type":"stat","name":"hprPct"}],"output":{"type":"stat","name":"hpBonus"},"scaling":[10,10],"max":100}],"id":7},{"display_name":"Uppercut","desc":"Rocket enemies in the air and deal massive damage","parents":[6,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":3,"range":5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":45,"base_spell":3,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Uppercut","multipliers":[200,40,40,0,0,0]},{"name":"Total Damage","hits":{"Uppercut":1}}]}],"id":8},{"display_name":"Cheaper Charge","desc":"Reduce the Mana cost of Charge","base_abil":4,"parents":[8,10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":9},{"display_name":"War Scream","desc":"Emit a terrorizing roar that deals damage, pull nearby enemies, and add damage resistance to yourself and allies","parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"duration":30,"aoe":12,"defense_bonus":10},"effects":[{"type":"replace_spell","name":"War Scream","cost":35,"base_spell":4,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"War Scream","multipliers":[50,0,0,0,50,0]},{"name":"Total Damage","hits":{"War Scream":1}}]}],"id":10},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases base damage from all Earth attacks","archetype":"Fallen","archetype_req":0,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":11},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks","archetype":"Fallen","archetype_req":0,"parents":[8,14,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":12},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases base damage from all Water attacks","archetype":"Battle Monk","archetype_req":0,"parents":[9,12,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":13},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Battle Monk","archetype_req":0,"parents":[10,12,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":14},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Paladin","archetype_req":0,"parents":[10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":15},{"display_name":"Quadruple Bash","desc":"Bash will hit 4 times at an even larger range","archetype":"Fallen","archetype_req":0,"base_abil":0,"parents":[11,17],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{"range":6},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[-20,0,0,0,0,0]}],"id":16},{"display_name":"Fireworks","desc":"Mobs hit by Uppercut will explode mid-air and receive additional damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[12,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fireworks","multipliers":[80,0,20,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fireworks":1}}],"id":17},{"display_name":"Half-Moon Swipe","desc":"Uppercut will deal a footsweep attack at a longer and wider angle. All elemental conversions become Water","archetype":"Battle Monk","archetype_req":1,"base_abil":8,"parents":[13],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"range":4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-10,"multipliers":[-70,0,0,30,0,0]}],"id":18},{"display_name":"Flyby Jab","desc":"Damage enemies in your way when using Charge","base_abil":4,"parents":[14,20],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flyby Jab","multipliers":[20,0,0,0,0,40]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Flyby Jab":1}}],"id":19},{"display_name":"Flaming Uppercut","desc":"Uppercut will light mobs on fire, dealing damage every 0.6 seconds","archetype":"Paladin","archetype_req":0,"base_abil":8,"parents":[15,19],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{"duration":3,"tick":0.6},"effects":[{"type":"replace_spell","name":"Flaming Uppercut","base_spell":8,"display":"DPS","parts":[{"name":"Damage Tick","multipliers":[0,0,0,0,50,0]},{"name":"DPS","hits":{"Damage Tick":1.6666666666666667}},{"name":"Total Damage","hits":{"Damage Tick":5}}]}],"id":20},{"display_name":"Iron Lungs","desc":"War Scream deals more damage","archetype":"Paladin","archetype_req":0,"base_abil":10,"parents":[19,20],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"War Scream","cost":0,"multipliers":[30,0,0,0,0,30]}],"id":21},{"display_name":"Generalist","desc":"After casting 3 different spells in a row, your next spell will cost 5 mana","archetype":"Battle Monk","archetype_req":3,"parents":[23],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":2,"icon":"node_3"},"properties":{},"effects":[],"id":22},{"display_name":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","archetype_req":0,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_1"},"properties":{"chance":30},"effects":[{"type":"replace_spell","name":"Counter","base_spell":5,"display":"Counter Damage","parts":[{"name":"Counter Damage","multipliers":[60,0,20,0,0,20]}]}],"id":23},{"display_name":"Mantle of the Bovemists","desc":"When casting War Scream, create a holy shield around you that reduces all incoming damage by 70% for 3 hits (20s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"mantle_charge":3},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Mantle","value":70}]}],"id":24},{"display_name":"Bak'al's Grasp","desc":"After casting War Scream, become Corrupted (15s Cooldown). You cannot heal while in that state. While Corrupted, every 2% of Health you lose will add +4 Raw Damage to your attacks (Max 120)","archetype":"Fallen","archetype_req":2,"parents":[16,17],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":16,"col":1,"icon":"node_3"},"properties":{"cooldown":15},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","slider_max":100,"slider_step":1,"output":{"type":"stat","name":"damRaw"},"max":120,"scaling":[2]}],"id":25},{"display_name":"Spear Proficiency 2","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[25,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Aerodynamics","desc":"During Charge, you can steer and change direction","archetype":"Battle Monk","archetype_req":0,"base_abil":4,"parents":[27,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":28},{"display_name":"Provoke","desc":"Mobs damaged by War Scream will target only you for at least 5s. Reduce the Mana cost of War Scream","base_abil":10,"parents":[28,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":29},{"display_name":"Precise Strikes","desc":"+30% Critical Hit Damage","parents":[27,26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":30},{"display_name":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","base_abil":10,"parents":[28,29],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":18,"col":6,"icon":"node_1"},"properties":{"attackRate":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","multipliers":[40,0,0,0,0,10]}],"id":31},{"display_name":"Enraged Blow","desc":"While Corriupted, every 1% of Health you lose will increase your damage by +3% (Max 300%)","archetype":"Fallen","archetype_req":0,"base_abil":25,"parents":[26],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":20,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"scaling":[3]}],"id":32},{"display_name":"Flying Kick","desc":"When using Charge, mobs hit will halt your momentum and get knocked back","archetype":"Battle Monk","archetype_req":1,"base_abil":4,"parents":[27,34],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick","multipliers":[150,0,0,20,0,30]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Flying Kick":1},"display":"Flying Kick Max Damage"}],"id":33},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[35,33],"dependencies":[24],"blockers":[],"cost":1,"display":{"row":20,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":24,"name":"mantle_charge","value":2}]}],"id":34},{"display_name":"Manachism","desc":"If you receive a hit that's less than 5% of your max HP, gain 10 Mana (1s Cooldown)","archetype":"Paladin","archetype_req":3,"parents":[34,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":35},{"display_name":"Boiling Blood","desc":"Bash leaves a trail of boiling blood behind its first explosion, slowing down and damaging enemies above it every 0.4 seconds","base_abil":0,"parents":[32,37],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Boiling Blood","cost":0,"multipliers":[25,0,0,0,5,0]}],"id":36},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its range and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[36,33],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Ragnarokkr","value":30}]}],"id":37},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":23,"parents":[33,34,39],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":23,"name":"chance","value":30}]}],"id":38},{"display_name":"Burning Heart","desc":"For every 100 Health Bonus you have from item IDs, gain +2% Fire Damage (Max 100%)","archetype":"Paladin","archetype_req":0,"parents":[38,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hpBonus"}],"output":{"type":"stat","name":"fDamPct"},"scaling":[0.02],"max":100}],"id":39},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[39,35],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[30,0,0,0,0,0]}],"id":40},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 2% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[37,36],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":41},{"display_name":"Comet","desc":"After being hit by Fireworks, enemies will crash into the ground and receive more damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[37],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":24,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Comet","cost":0,"multipliers":[80,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","cost":0,"hits":{"Comet":1}}],"id":42},{"display_name":"Collide","desc":"Mobs thrown into walls from Flying Kick will explode and receive additonal damage","archetype":"Battle Monk","archetype_req":4,"base_abil":4,"parents":[38,39],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Collide","cost":0,"multipliers":[150,0,0,0,50,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Collide":1}}],"id":43},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[39,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":44},{"display_name":"Uncontainable Corruption","desc":"Reduce the cooldown of Bak'al's Grasp by -5s, and increase the raw damage gained for every 2% of health lost by +1","base_abil":25,"parents":[36,46],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"stat","name":"damRaw"},"scaling":[0.5]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":25,"name":"cooldown","value":-5}]}],"id":45},{"display_name":"Radiant Devotee","desc":"For every 4% Reflection you have from items, gain +1/5s Mana Regen (Max 10/5s)","archetype":"Battle Monk","archetype_req":1,"parents":[47,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":26,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","inputs":[{"type":"stat","name":"ref"}],"output":{"type":"stat","name":"mr"},"scaling":[0.25],"max":10}],"id":46},{"display_name":"Whirlwind Strike","desc":"Uppercut will create a strong gust of air, launching you upward with enemies (Hold shift to stay grounded)","archetype":"Battle Monk","archetype_req":5,"base_abil":8,"parents":[38,46],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[0,0,0,0,0,50]}],"id":47},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]}],"id":48},{"display_name":"Armour Breaker","desc":"While Corrupted, losing 30% Health will make your next Uppercut destroy enemies' defense, rendering them weaker to damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[45,46],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":5},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":49},{"display_name":"Shield Strike","desc":"When your Mantle of the Bovemist loses all charges, deal damage around you for each Mantle individually lost","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[48,51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Shield Strike","base_spell":6,"display":"Damage per Shield","parts":[{"name":"Damage per Shield","multipliers":[60,0,20,0,0,0]}]}],"id":50},{"display_name":"Sparkling Hope","desc":"Everytime you heal 5% of your max health, deal damage to all nearby enemies","archetype":"Paladin","archetype_req":0,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_2"},"properties":{"aoe":6},"effects":[{"type":"replace_spell","name":"Sparkling Hope","base_spell":7,"display":"Damage Tick","parts":[{"name":"Damage Tick","multipliers":[10,0,5,0,0,0]}]}],"id":51},{"display_name":"Massive Bash","desc":"While Corrupted, every 3% Health you lose will add +1 AoE to Bash (Max 10)","archetype":"Fallen","archetype_req":8,"base_abil":25,"parents":[53,45],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"prop","abil":0,"name":"aoe"},"scaling":[0.3333333333333333],"max":10}],"id":52},{"display_name":"Tempest","desc":"War Scream will ripple the ground and deal damage 3 times in a large area","archetype":"Battle Monk","archetype_req":0,"base_abil":10,"parents":[52,54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{"aoe":16},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest","multipliers":[30,10,0,0,0,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest Total Damage","hits":{"Tempest":3}},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Tempest":3}}],"id":53},{"display_name":"Spirit of the Rabbit","desc":"Reduce the Mana cost of Charge and increase your Walk Speed by +20%","archetype":"Battle Monk","archetype_req":5,"base_abil":4,"parents":[53,47],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5},{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":54},{"display_name":"Massacre","desc":"While Corrupted, if your effective attack speed is Slow or lower, hitting an enemy with your Main Attack will add +1% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":55},{"display_name":"Axe Kick","desc":"Increase the damage of Uppercut, but also increase its mana cost","base_abil":8,"parents":[53,54],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":10,"multipliers":[100,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":2,"base_abil":0,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_2"},"properties":{"cooldown":15},"effects":[],"id":57},{"display_name":"Cheaper Bash 2","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[57,50,51],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":58},{"display_name":"Cheaper War Scream","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Discombobulate","desc":"Every time you hit an enemy, briefly increase your elemental damage dealt to them by +3 (Additive, Max +80). This bonus decays -5 every second","archetype":"Battle Monk","archetype_req":11,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","slider_max":27,"output":[{"type":"stat","name":"eDamAddMin"},{"type":"stat","name":"eDamAddMax"},{"type":"stat","name":"tDamAddMin"},{"type":"stat","name":"tDamAddMax"},{"type":"stat","name":"wDamAddMin"},{"type":"stat","name":"wDamAddMax"},{"type":"stat","name":"fDamAddMin"},{"type":"stat","name":"fDamAddMax"},{"type":"stat","name":"aDamAddMin"},{"type":"stat","name":"aDamAddMax"}],"scaling":[3],"max":80}],"id":60},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.\n\n All elemental conversions become Thunder","archetype":"Battle Monk","archetype_req":8,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":1,"conversion":"Thunder"},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":61},{"display_name":"Cyclone","desc":"After casting War Scream, envelop yourself with a vortex that damages nearby enemies every 0.5s","archetype":"Battle Monk","archetype_req":0,"parents":[54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":4,"icon":"node_1"},"properties":{"aoe":4,"duration":20},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone","multipliers":[10,0,0,0,5,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone Total Damage","hits":{"Cyclone":40}}],"id":62},{"display_name":"Second Chance","desc":"When you receive a fatal blow, survive and regain 30% of your Health (10m Cooldown)","archetype":"Paladin","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":63},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.6% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{"health_cost":0.6},"effects":[],"id":64},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.3% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":64,"parents":[64],"dependencies":[64],"blockers":[],"cost":1,"display":{"row":35,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":64,"name":"health_cost","value":-0.3}]}],"id":65},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[64,67],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":66},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[63,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":35,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":67},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":68}],"Mage":[{"display_name":"Meteor","desc":"Summon a slow but powerful meteor from the sky, dealing massive damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":55,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1}}]}],"id":0},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[4],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{"range":12},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you cannot heal more than 30% of their max health)","parents":[14,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.1}]}],"id":2},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[13,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":35,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":3},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":4},{"display_name":"Wand Proficiency I","desc":"Improve your Main Attack's damage and range when using a wand.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":5},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":6},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":7},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":8},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[12,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":10},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":11},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[2,3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":12},{"display_name":"Wisdom","desc":"For every 2% or 2 Raw Spell Damage you have from items, gain +1/5s mana regen (Max 5/5s)","archetype":"Arcanist","archetype_req":0,"parents":[1],"dependencies":[],"blockers":[14],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sdPct"},{"type":"stat","name":"sdRaw"}],"output":{"type":"stat","name":"mr"},"scaling":[0.5,0.5],"max":5}],"id":13},{"display_name":"Wand Proficiency II","desc":"Improve your Main Attack's damage and range when using a wand.","archetype":"Riftwalker","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":"teleport","parents":[10,16],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Wind Slash","base_spell":2,"multipliers":[50,0,0,0,0,50]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Wind Slash":1}}],"id":15},{"display_name":"Thunderstorm","desc":"After casting Meteor, summon 3 lightning strikes and deal additional damage","base_abil":0,"parents":[15,8],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","target_part":"Lightning Damage","base_spell":3,"multipliers":[30,0,15,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":3,"hits":{"Lightning Damage":3}}],"id":16},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Meteor Damage","behavior":"modify","multipliers":[30,90,0,0,0,0]}],"id":17},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil that damages enemies every 0.4s.","base_abil":0,"parents":[11,7],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":7,"icon":"node_1"},"properties":{"aoe":7,"duration":8},"effects":[{"type":"replace_spell","name":"Burning Sigil","base_spell":6,"display":"DPS","parts":[{"name":"Tick Damage","multipliers":[15,0,0,0,25,0]},{"name":"DPS","hits":{"Tick Damage":2.5}},{"name":"Total Burn Damage","hits":{"Tick Damage":20}}]}],"id":18},{"display_name":"Sunshower","desc":"Heal emit a strong light, damaging nearby enemies.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[9],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[70,0,0,30,0,0]}],"id":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 5, 0.5s cooldown) Ice Snake will deal additional damage to enemies for every Winded they have","archetype":"Riftwalker","archetype_req":3,"parents":[15,16],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"max":5},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:4.Ice Snake Damage"},"scaling":[20],"slider_step":1,"slider_max":5},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"wConvBase:4.Ice Snake Damage"},"scaling":[10]}],"id":20},{"display_name":"Ophanim","desc":"When casting Meteor, instead summon 2 orbs of light with 200 Health that will attack when you use your Main Attack. When they damage an enemy, they lose 20% of their Health. They can be healed back.","archetype":"Light Bender","archetype_req":2,"parents":[19],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[50,0,30,20,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":2}}]},{"type":"add_spell_prop","base_spell":3,"cost":30}],"id":21},{"display_name":"Arcane Transfer","desc":"Meteor and Ice Snake will add +5 Mana to a Mana Bank for every aggressive enemy you hit. Heal will now transfer the content of your Mana Bank into usable Mana instead of healing.","archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"bank":90},"effects":[{"type":"replace_spell","name":"Arcane Transfer","base_spell":1,"parts":[],"display":""}],"id":22},{"display_name":"Cheaper Heal","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[20,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":23},{"display_name":"Purification","desc":"Heal and Arcane Transfer will purify you of all negative effects and fire. (3s Cooldown)","base_abil":1,"parents":[21,23,25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":4,"icon":"node_2"},"properties":{},"effects":[],"id":24},{"display_name":"Sentient Snake","desc":"Ice Snake will follow the direction you're facing, allowing you to control it.","base_abil":3,"parents":[22,24],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a short amount of time.","base_abil":2,"parents":[23],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[23],"dependencies":[20,24],"blockers":[],"cost":2,"display":{"row":18,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"nConvBase:3.Meteor Damage"},{"type":"stat","name":"eConvBase:3.Meteor Damage"},{"type":"stat","name":"nConvBase:3.Per Orb"},{"type":"stat","name":"eConvBase:3.Per Orb"}],"scaling":[15]}],"id":27},{"display_name":"Larger Heal","desc":"Increase your Heal's range.","base_abil":1,"archetype":"Light Bender","archetype_req":0,"parents":[24,25],"dependencies":[2],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":2,"name":"aoe","value":2}]}],"id":28},{"display_name":"Larger Mana Bank","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[25],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":18,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":22,"name":"bank","value":30}]}],"id":29},{"display_name":"Cheaper Ice Snake","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":30},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[24,32],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":31},{"display_name":"Fortitude","desc":"After healing 120% of your max health within 10s, apply a damage bonus to each player you've healed. (15s Cooldown)","base_abil":2,"archetype":"Light Bender","archetype_req":0,"parents":[30,31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":4},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Fortitude","value":100}]}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will stop and explode when it hits an enemy. (Damage is dealt as Main Attack Damage)","base_abil":4,"archetype":"Arcanist","archetype_req":4,"parents":[25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":7,"icon":"node_2"},"properties":{},"__TODO":"replace_spell pyrokinesis damage","effects":[],"id":33},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","archetype":"","archetype_req":0,"parents":[33,36],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"ls"}],"output":{"type":"stat","name":"sdPct"},"scaling":[0.2],"max":50}],"id":34},{"display_name":"Blink","desc":"Teleport will trigger 2 times in quick successions","base_abil":1,"archetype":"Riftwalker","archetype_req":0,"parents":[32,30],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"prop","abil":1,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1}}],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":3,"parents":[34,31,40],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Arcane Restoration","desc":"Pyrokinesis will add +1 Mana every 1s to your Mana Bank when hitting an aggressive enemy.","base_abil":999,"archetype":"Arcanist","archetype_req":0,"parents":[34,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":37},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage Bonus you have, buff Heal's healing power by +0.3%.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[40,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDam"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":38},{"display_name":"Transonic Warp","desc":"Teleport will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[30],"dependencies":[3,20],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:2.Wind Slash"},"scaling":[30]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"tConvBase:2.Wind Slash"},"scaling":[10]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"aConvBase:2.Wind Slash"},"scaling":[5]}],"id":39},{"display_name":"Healthier Ophanim I","desc":"Increase the health of your orbs from Ophanim by +800 and reduce the damage they take when hitting an enemy by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[32,31],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":40},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing the overall healing.","archetype":"Light Bender","base_abil":2,"parents":[40,36],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":23,"col":4,"icon":"node_1"},"properties":{"aoe":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Pulse","power":0.15},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Heal Pulse":2}}],"id":41},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to nearby enemies.","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[39,38],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":42},{"display_name":"Lightweaver","desc":"After healing 60% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb Damage","parts":[{"name":"Single Orb","type":"damage","multipliers":[30,0,0,0,20,0]},{"name":"Orb Damage","type":"total","hits":{"Single Orb":3}}]}],"id":43},{"display_name":"Arcane Speed","desc":"After casting Heal or Arcane Transfer, gain +80% speed for 3s. (8s Cooldown)","base_abil":2,"parents":[43,45],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":44},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[34,44],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":45},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[45,44],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[42],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":47},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[42,52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":48},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[52,43,44],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":49},{"display_name":"Chaos Explosion","desc":"When your Mana Bank reaches 120, casting Arcane Transfer will rapidly unleash the last 3 spells you've cast in order.","base_abil":22,"archetype":"Arcanist","archetype_req":8,"parents":[45],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":50},{"display_name":"Arcane Power","desc":"Meteor and Ice Snake will add +2 Mana to your Mana Bank for each aggressive mob you hit.","base_abil":22,"archetype":"Arcanist","archetype_req":0,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":29,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":51},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":1,"parents":[48,49],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","target_part":"Explosion Damage","base_spell":2,"multipliers":[50,0,0,0,30,0]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Explosion Damage":1}}],"id":52},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":3,"archetype":"Riftwalker","archetype_req":7,"parents":[48,52],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake","base_spell":4,"multipliers":[0,0,0,0,0,20]}],"id":53},{"display_name":"Time Dilation","desc":"When sprinting, create an area that increases the speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Better Ophanim","desc":"Increase your maximum orbs from Ophanim by +1.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[52,49],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":1}}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies completely for 2s.","base_abil":3,"parents":[50],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Devitalize","desc":"Enemies will deal -2% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[58,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"More Winded II","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[54],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":58},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 100%)","parents":[58,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sprint"}],"output":{"type":"stat","name":"tDamPct"},"scaling":[0.5],"max":100}],"id":59},{"display_name":"Divination","desc":"Increase your maximum orbs from Ophanim by +3 and reduce their damage.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[59,61],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":32,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[-50,0,-10,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":3}}],"id":60},{"display_name":"Healthier Ophanim II","desc":"Increase the health of your orbs from Ophanim by +3000.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[55],"dependencies":[40],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"display_name":"Sunflare","desc":"After healing 400% of your max health within 10s, your next Heal will make every nearby ally temporarily immune.","archetype":"Light Bender","archetype_req":12,"base_abil":2,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":62},{"display_name":"Larger Mana Bank III","desc":"Increase your maximum Mana Bank by +30.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits.","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[63],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":64},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[64],"dependencies":[50],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":65},{"display_name":"Manastorm","desc":"If you have more than 100 Mana, casting a spell will give you +10 mana over 5s.","archetype":"Arcanist","archetype_req":1,"parents":[69,64,62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":66},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs by +2.","archetype":"Light Bender","archetype_req":0,"base_abil":43,"parents":[69,66],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":35,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb Damage","hits":{"Single Orb":2}}],"id":67},{"display_name":"Timelock","desc":"Holding shift and casting Heal will absorb all Winded on nearby enemies and make you Timelocked. While Timelocked, your mana will not be depleted and you become immovable from outside forces. Enemies will recieve Winded damage from all absorbed stacks. (Max 30)","archetype":"Riftwalker","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":0,"icon":"node_3"},"properties":{},"effects":[],"id":68},{"display_name":"Cheaper Heal II","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[68,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":69}]} \ No newline at end of file From ccd8cecc9225dd2eadcf6358dbd7635b2a29f927 Mon Sep 17 00:00:00 2001 From: hppeng Date: Mon, 11 Jul 2022 07:45:38 -0700 Subject: [PATCH 14/81] Fix Eye Piercer effect going under Heal instead of TP --- js/atree_constants.js | 2 +- js/atree_constants_min.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/atree_constants.js b/js/atree_constants.js index 81169a2..6ee633b 100644 --- a/js/atree_constants.js +++ b/js/atree_constants.js @@ -4735,7 +4735,7 @@ const atrees = { { "display_name": "Eye Piercer", "desc": "Teleport will blind enemies, confusing them for a short amount of time.", - "base_abil": "Heal", + "base_abil": "Teleport", "parents": ["Cheaper Heal"], "dependencies": ["Teleport"], "blockers": [], diff --git a/js/atree_constants_min.js b/js/atree_constants_min.js index eb80742..03ddf59 100644 --- a/js/atree_constants_min.js +++ b/js/atree_constants_min.js @@ -1 +1 @@ -const atrees={"Archer":[{"display_name":"Arrow Shield","desc":"Create a shield around you that deal damage and knockback mobs when triggered. (2 Charges)","parents":[60,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_4"},"properties":{"charges":2,"duration":60,"aoe":5000},"effects":[{"type":"replace_spell","name":"Arrow Shield","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Shield Damage","type":"damage","multipliers":[90,0,0,0,0,10]},{"name":"Total Damage","type":"total","hits":{"Shield Damage":2}}]}],"id":0},{"display_name":"Escape","desc":"Throw yourself backward to avoid danger. (Hold shift while escaping to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_4"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Arrow Bomb","desc":"Throw a long-range arrow that explodes and deal high damage in a large area. (Self-damage for 25% of your DPS)","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":50,"base_spell":3,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Arrow Bomb","type":"damage","multipliers":[160,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Arrow Bomb":1}}]}],"id":2},{"display_name":"Heart Shatter","desc":"If you hit a mob directly with Arrow Bomb, shatter its heart and deal bonus damage.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Heart Shatter":1}}],"id":3},{"display_name":"Fire Creep","desc":"Arrow Bomb will leak a trail of fire for 6s, Damaging enemies that walk into it every 0.4s.","base_abil":2,"parents":[68,39,5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{"aoe":0.8,"duration":6},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[30,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Burn Damage","hits":{"Fire Creep":15}}],"id":4},{"display_name":"Bryophyte Roots","desc":"When you hit an enemy with Arrow Storm, create an area that slows them down and deals damage every 0.4s.","base_abil":7,"archetype":"Trapper","archetype_req":1,"parents":[4,35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":8,"icon":"node_1"},"properties":{"aoe":2,"duration":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Bryophyte Roots","cost":0,"multipliers":[40,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Roots Damage","hits":{"Bryophyte Roots":12}}],"id":5},{"display_name":"Nimble String","desc":"Arrow Storm throw out +6 arrows per stream and shoot twice as fast.","base_abil":7,"parents":[36,69],"dependencies":[7],"blockers":[68],"cost":2,"display":{"row":15,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-15,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","hits":{"Single Arrow":6}}],"id":6},{"display_name":"Arrow Storm","desc":"Shoot a stream of 8 arrows, dealing significant damage to close mobs and pushing them back.","parents":[58,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_4"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":40,"base_spell":1,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Single Arrow","multipliers":[30,0,10,0,0,0]},{"name":"Single Stream","hits":{"Single Arrow":8}},{"name":"Total Damage","hits":{"Single Stream":1}}]}],"id":7},{"display_name":"Guardian Angels","desc":"Your protective arrows from Arrow Shield will become sentient bows, dealing damage up to 8 times each to nearby enemies. (Arrow Shield will no longer push nearby enemies)","archetype":"Boltslinger","archetype_req":3,"base_abil":0,"parents":[59,67],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":19,"col":1,"icon":"node_3"},"properties":{"range":4,"duration":60,"shots":8,"charges":2},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Arrow":8}},{"name":"Total Damage","type":"total","hits":{"Single Bow":2}}]}],"id":8},{"display_name":"Windy Feet","desc":"When casting Escape, give speed to yourself and nearby allies.","base_abil":1,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":1,"icon":"node_0"},"properties":{"aoe":8,"duration":120},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":9},{"display_name":"Basaltic Trap","desc":"When you hit the ground with Arrow Bomb, leave a Trap that damages enemies. (Max 2 Traps)","archetype":"Trapper","archetype_req":2,"parents":[5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":8,"icon":"node_3"},"properties":{"aoe":7,"traps":2},"effects":[{"type":"replace_spell","name":"Basaltic Trap","base_spell":7,"display":"Trap Damage","parts":[{"name":"Trap Damage","type":"damage","multipliers":[140,30,0,0,30,0]}]}],"id":10},{"display_name":"Windstorm","desc":"Arrow Storm shoot +1 stream of arrows, and each stream shoots +2 arrows, effectively doubling its damage.","base_abil":7,"parents":[8,33],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-10,0,-2,0,0,2]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","cost":0,"hits":{"Single Arrow":2}}],"id":11},{"display_name":"Grappling Hook","base_abil":1,"desc":"When casting Escape, throw a hook that pulls you when hitting a block. If you hit an enemy, pull them towards you instead. (Escape will not throw you backward anymore)","archetype":"Trapper","archetype_req":0,"parents":[61,40,33],"dependencies":[],"blockers":[20],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{"range":26},"effects":[],"id":12},{"display_name":"Implosion","desc":"Arrow bomb will pull enemies towards you. If a trap is nearby, it will pull them towards it instead. Increase Heart Shatter's damage.","archetype":"Trapper","archetype_req":0,"base_abil":2,"parents":[12,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[40,0,0,0,0,0]}],"id":13},{"display_name":"Twain's Arc","desc":"When you have 2+ Focus, holding shift will summon the Twain's Arc. Charge it up to shoot a destructive long-range beam. (Damage is dealt as Main Attack Damage)","archetype":"Sharpshooter","archetype_req":4,"parents":[62,64],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_2"},"properties":{"range":64,"focusReq":2},"effects":[{"type":"replace_spell","name":"Twain's Arc","base_spell":5,"scaling":"melee","use_atkspd":false,"display":"Single Shot","parts":[{"name":"Single Shot","type":"damage","multipliers":[200,0,0,0,0,0]}]}],"id":14},{"display_name":"Fierce Stomp","desc":"When using Escape, hold shift to quickly drop down and deal damage.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[42,64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Fierce Stomp","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Stomp Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep become much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14],"dependencies":[4],"blockers":[],"cost":1,"display":{"row":26,"col":5,"icon":"node_1"},"properties":{"duration":2,"aoe":0.4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[10,0,0,0,5,0]}],"id":16},{"display_name":"Leap","desc":"When you double tap jump, leap foward. (2s Cooldown)","archetype":"Boltslinger","archetype_req":5,"parents":[42,55],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":17},{"display_name":"Shocking Bomb","desc":"Arrow Bomb will not be affected by gravity, and all damage conversions become Thunder.","archetype":"Sharpshooter","archetype_req":5,"base_abil":2,"parents":[14,44,55],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":28,"col":4,"icon":"node_1"},"properties":{"gravity":0},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":3,"conversion":"Thunder"}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 2.85 Mana per second when you stay close to them.","archetype":"Trapper","archetype_req":5,"base_abil":10,"parents":[43,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":8,"icon":"node_3"},"properties":{"range":16,"manaRegen":2.85},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":10}],"id":19},{"display_name":"Escape Artist","desc":"When casting Escape, release 120 arrows towards the ground.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[46,17],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Per Arrow","multipliers":[20,0,10,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Max Damage (Escape Artist)","hits":{"Per Arrow":120},"display":"Max Damage (Escape Artist)"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 5s or more, your next sucessful hit will deal +50% damage and add +1 Focus.","archetype":"Sharpshooter","archetype_req":5,"parents":[18,44,47],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[],"id":21},{"display_name":"Call of the Hound","desc":"Arrow Shield summon a Hound that will attack and drag aggressive enemies towards your traps.","archetype":"Trapper","archetype_req":0,"base_abil":0,"parents":[21,47],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Hound Damage","multipliers":[40,0,0,0,0,0]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 stream of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,20],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":2}}],"id":23},{"display_name":"Geyser Stomp","desc":"Fierce Stomp will create geysers, dealing more damage and vertical knockback.","base_abil":1,"parents":[56],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Geyser Stomp","multipliers":[0,0,0,50,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":15,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5 Focus, casting Arrow Storm will make you levitate and shoot 20 homing arrows per second until you run out of Focus. While in that state, you will lose 1 Focus per second.","archetype":"Sharpshooter","archetype_req":10,"parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":37,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Crepuscular Ray","base_spell":6,"display":"DPS","parts":[{"name":"Single Arrow","multipliers":[20,0,0,5,0,0]},{"name":"DPS","hits":{"Single Arrow":20}},{"name":"Total Damage","hits":{"DPS":7}}]}],"id":25},{"display_name":"Grape Bomb","desc":"Arrow bomb will throw 3 additional smaller bombs when exploding.","base_abil":2,"parents":[51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[30,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Grape Bomb":3}}],"id":26},{"display_name":"Tangled Traps","desc":"Your Traps will be connected by a rope that deals damage to enemies every 0.2s.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":38,"col":6,"icon":"node_1"},"properties":{"attackSpeed":0.2},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Line Damage Tick","multipliers":[20,0,0,0,0,20]},{"type":"add_spell_prop","base_spell":7,"target_part":"DPS","hits":{"Line Damage Tick":5}}],"id":27},{"display_name":"Snow Storm","desc":"Enemies near you will be slowed down.","parents":[24,63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":2,"icon":"node_2"},"properties":{"range":2.5,"slowness":0.3},"effects":[],"id":28},{"display_name":"All-Seeing Panoptes","desc":"Your bows from Guardian Angels become all-seeing, increasing their range, damage and letting them shoot up to +5 times each.","archetype":"Boltslinger","archetype_req":11,"base_abil":0,"parents":[28],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":40,"col":1,"icon":"node_3"},"properties":{"range":8,"shots":5},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Arrow","multipliers":[0,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":5}}],"id":29},{"display_name":"Minefield","desc":"Allow you to place +6 Traps, but with reduced damage and range.","archetype":"Trapper","archetype_req":10,"base_abil":10,"parents":[26,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":40,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":8,"target_part":"Trap Damage","cost":0,"multipliers":[-80,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-2},{"type":"prop","abil":10,"name":"traps","value":6}]}],"id":30},{"display_name":"Bow Proficiency I","desc":"Improve your Main Attack's damage and range when using a bow.","base_abil":999,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":31},{"display_name":"Cheaper Arrow Bomb","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":32},{"display_name":"Cheaper Arrow Storm","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[12,11,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":33},{"display_name":"Cheaper Escape","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[7,0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":34},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Trapper","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":35},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7,39,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":36},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[34,36,39],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":37},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":38},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[36,0,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":39},{"display_name":"More Shields","desc":"Give +2 charges to Arrow Shield.","base_abil":0,"parents":[12,10],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Shield Damage":2,"Single Bow":2}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"charges","value":2}]}],"id":40},{"display_name":"Stormy Feet","desc":"Windy Feet will last longer and add more speed.","archetype":"Boltslinger","base_abil":1,"parents":[11],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":23,"col":1,"icon":"node_0"},"properties":{"duration":60},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spdPct","value":20}]}],"id":41},{"display_name":"Refined Gunpowder","desc":"Increase the damage of Arrow Bomb.","base_abil":2,"parents":[11,64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[50,0,0,0,0,0]}],"id":42},{"display_name":"More Traps","desc":"Increase the maximum amount of active Traps you can have by +2.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[54],"dependencies":[10],"blockers":[],"cost":1,"display":{"row":26,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"traps","value":2}]}],"id":43},{"display_name":"Better Arrow Shield","desc":"Arrow Shield will gain additional area of effect, knockback and damage.","archetype":"Sharpshooter","archetype_req":0,"base_abil":0,"parents":[19,18,14],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Shield","behavior":"modify","multipliers":[40,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"behavior":"modify","name":"aoe","value":1}]}],"id":44},{"display_name":"Better Leap","desc":"Reduce leap's cooldown by 1s.","archetype":"Boltslinger","archetype_req":0,"base_abil":17,"parents":[17,55],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":29,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":17,"name":"cooldown","value":-1}]}],"id":45},{"display_name":"Better Guardian Angels","desc":"Your Guardian Angels can shoot +4 arrows before disappearing.","archetype":"Boltslinger","archetype_req":0,"base_abil":0,"parents":[20,55],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":4}}],"id":46},{"display_name":"Cheaper Arrow Storm (2)","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[21,19],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":47},{"display_name":"Precise Shot","desc":"+30% Critical Hit Damage","parents":[46,49,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":48},{"display_name":"Cheaper Arrow Shield","desc":"Reduce the Mana cost of Arrow Shield.","base_abil":0,"parents":[48,21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Rocket Jump","desc":"Arrow Bomb's self-damage will knockback you farther away.","base_abil":2,"parents":[47,21],"dependencies":[2],"blockers":[],"cost":1,"display":{"row":33,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Escape (2)","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[22,70],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":51},{"display_name":"Stronger Hook","desc":"Increase your Grappling Hook's range, speed and strength.","archetype":"Trapper","archetype_req":5,"base_abil":1,"parents":[51],"dependencies":[12],"blockers":[],"cost":1,"display":{"row":35,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":12,"name":"range","value":8}]}],"id":52},{"display_name":"Cheaper Arrow Bomb (2)","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":40,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":53},{"display_name":"Bouncing Bomb","desc":"Arrow Bomb will bounce once when hitting a block or enemy","base_abil":2,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Homing Shots","desc":"Your Main Attack arrows will follow nearby enemies and not be affected by gravity","archetype":"Sharpshooter","base_abil":999,"parents":[17,18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"Shrapnel Bomb","desc":"Arrow Bomb's explosion will fling 15 shrapnel, dealing damage in a large area","archetype":"Boltslinger","archetype_req":8,"base_abil":2,"parents":[23,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Shrapnel Bomblet","multipliers":[40,0,0,0,20,0]}],"id":56},{"display_name":"Elusive","desc":"If you do not get hit for 8+ seconds, become immune to self-damage and remove Arrow Storm's recoil. (Dodging counts as not getting hit)","archetype":"Boltslinger","archetype_req":0,"parents":[24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":38,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"Double Shots","desc":"Double Main Attack arrows, but they deal -30% damage per arrow (harder to hit far enemies)","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[60],"cost":1,"display":{"row":7,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-30,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":2},"display":"Total Damage"}],"id":58},{"display_name":"Triple Shots","desc":"Triple Main Attack arrows, but they deal -20% damage per arrow","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[69,67],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-20,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":1},"display":"Total Damage"}],"id":59},{"display_name":"Power Shots","desc":"Main Attack arrows have increased speed and knockback","archetype":"Sharpshooter","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[58],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":60},{"display_name":"Focus","desc":"When hitting an aggressive mob 5+ blocks away, gain +1 Focus (Max 3). Resets if you miss once","archetype":"Sharpshooter","archetype_req":2,"parents":[68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","output":{"type":"stat","name":"damMult.Focus"},"scaling":[40],"slider_max":3}],"id":61},{"display_name":"More Focus","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[33,12],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":62},{"display_name":"More Focus (2)","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[25,28],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":39,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":63},{"display_name":"Traveler","desc":"For every 1% Walk Speed you have from items, gain +1 Raw Spell Damage (Max 100)","parents":[42,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spd"}],"output":{"type":"stat","name":"sdRaw"},"scaling":[1],"max":100}],"id":64},{"display_name":"Patient Hunter","desc":"Your Traps will deal +20% more damage for every second they are active (Max +80%)","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[40],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":8,"icon":"node_1"},"properties":{"max":80},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[20]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Add +80% Max Damage to Patient Hunter","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4},{"type":"raw_stat","bonuses":[{"type":"prop","abil":65,"name":"max","value":80}]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +6% Walk Speed (Max 200%). Decay -40% of the bonus every second","archetype":"Boltslinger","archetype_req":0,"parents":[59,6],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","output":{"type":"stat","name":"spd"},"scaling":[6],"max":160}],"id":67},{"display_name":"Phantom Ray","desc":"Condense Arrow Storm into a single ray that damages enemies 10 times per second","base_abil":7,"parents":[37,4],"dependencies":[7],"blockers":[11,6,23],"cost":2,"display":{"row":16,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Phantom Ray","base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[25,0,5,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Arrow":16}}]},{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":68},{"display_name":"Arrow Rain","desc":"When Arrow Shield loses its last charge, unleash 150 arrows raining down on enemies","base_abil":0,"parents":[6,38],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Per Arrow)","multipliers":[80,0,0,0,0,60]},{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Total)","hits":{"Arrow Rain (Per Arrow)":150}}],"id":69},{"display_name":"Decimator","desc":"Phantom Ray will increase its damage by 10% everytime you do not miss with it (Max 70%)","archetype":"Sharpshooter","archetype_req":0,"base_abil":7,"parents":[49,51],"dependencies":[68],"blockers":[],"cost":1,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Phantom Ray hits","slider_max":7,"output":{"type":"stat","name":"damMult.Decimator:1.Single Arrow"},"scaling":[10]}],"id":70}],"Warrior":[{"display_name":"Bash","desc":"Violently bash the ground, dealing high damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4,"range":3},"effects":[{"type":"replace_spell","name":"Bash","cost":45,"base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Hit","type":"damage","multipliers":[130,20,0,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Hit":1}}]}],"id":0},{"display_name":"Spear Proficiency 1","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":1},{"display_name":"Cheaper Bash","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Double Bash","desc":"Bash will hit a second time at a farther range","parents":[1],"base_abil":0,"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"range":3},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","cost":0,"hits":{"Single Hit":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","cost":0,"multipliers":[-50,0,0,0,0,0]}],"id":3},{"display_name":"Charge","desc":"Charge forward at high speed (hold shift to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{},"effects":[{"type":"replace_spell","name":"Charge","cost":25,"base_spell":2,"spell_type":"damage","scaling":"spell","display":"","parts":[]}],"id":4},{"display_name":"Heavy Impact","desc":"After using Charge, violently crash down into the ground and deal damage","base_abil":4,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Heavy Impact":1}}],"id":5},{"display_name":"Vehement","desc":"For every 1% or 1 Raw Main Attack Damage you have from items, gain +2% Walk Speed (Max 20%)","archetype":"Fallen","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[7],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"mdPct"},{"type":"stat","name":"mdRaw"}],"output":{"type":"stat","name":"spd"},"scaling":[2,2],"max":20}],"id":6},{"display_name":"Tougher Skin","desc":"Harden your skin and become permanently +5% more resistant. For every 1% or 1 Raw Heath Regen you have from items, gain +10 Health (Max 100)","archetype":"Paladin","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]},{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hprRaw"},{"type":"stat","name":"hprPct"}],"output":{"type":"stat","name":"hpBonus"},"scaling":[10,10],"max":100}],"id":7},{"display_name":"Uppercut","desc":"Rocket enemies in the air and deal massive damage","parents":[6,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":3,"range":5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":45,"base_spell":3,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Uppercut","multipliers":[200,40,40,0,0,0]},{"name":"Total Damage","hits":{"Uppercut":1}}]}],"id":8},{"display_name":"Cheaper Charge","desc":"Reduce the Mana cost of Charge","base_abil":4,"parents":[8,10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":9},{"display_name":"War Scream","desc":"Emit a terrorizing roar that deals damage, pull nearby enemies, and add damage resistance to yourself and allies","parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"duration":30,"aoe":12,"defense_bonus":10},"effects":[{"type":"replace_spell","name":"War Scream","cost":35,"base_spell":4,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"War Scream","multipliers":[50,0,0,0,50,0]},{"name":"Total Damage","hits":{"War Scream":1}}]}],"id":10},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases base damage from all Earth attacks","archetype":"Fallen","archetype_req":0,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":11},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks","archetype":"Fallen","archetype_req":0,"parents":[8,14,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":12},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases base damage from all Water attacks","archetype":"Battle Monk","archetype_req":0,"parents":[9,12,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":13},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Battle Monk","archetype_req":0,"parents":[10,12,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":14},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Paladin","archetype_req":0,"parents":[10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":15},{"display_name":"Quadruple Bash","desc":"Bash will hit 4 times at an even larger range","archetype":"Fallen","archetype_req":0,"base_abil":0,"parents":[11,17],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{"range":6},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[-20,0,0,0,0,0]}],"id":16},{"display_name":"Fireworks","desc":"Mobs hit by Uppercut will explode mid-air and receive additional damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[12,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fireworks","multipliers":[80,0,20,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fireworks":1}}],"id":17},{"display_name":"Half-Moon Swipe","desc":"Uppercut will deal a footsweep attack at a longer and wider angle. All elemental conversions become Water","archetype":"Battle Monk","archetype_req":1,"base_abil":8,"parents":[13],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"range":4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-10,"multipliers":[-70,0,0,30,0,0]}],"id":18},{"display_name":"Flyby Jab","desc":"Damage enemies in your way when using Charge","base_abil":4,"parents":[14,20],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flyby Jab","multipliers":[20,0,0,0,0,40]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Flyby Jab":1}}],"id":19},{"display_name":"Flaming Uppercut","desc":"Uppercut will light mobs on fire, dealing damage every 0.6 seconds","archetype":"Paladin","archetype_req":0,"base_abil":8,"parents":[15,19],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{"duration":3,"tick":0.6},"effects":[{"type":"replace_spell","name":"Flaming Uppercut","base_spell":8,"display":"DPS","parts":[{"name":"Damage Tick","multipliers":[0,0,0,0,50,0]},{"name":"DPS","hits":{"Damage Tick":1.6666666666666667}},{"name":"Total Damage","hits":{"Damage Tick":5}}]}],"id":20},{"display_name":"Iron Lungs","desc":"War Scream deals more damage","archetype":"Paladin","archetype_req":0,"base_abil":10,"parents":[19,20],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"War Scream","cost":0,"multipliers":[30,0,0,0,0,30]}],"id":21},{"display_name":"Generalist","desc":"After casting 3 different spells in a row, your next spell will cost 5 mana","archetype":"Battle Monk","archetype_req":3,"parents":[23],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":2,"icon":"node_3"},"properties":{},"effects":[],"id":22},{"display_name":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","archetype_req":0,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_1"},"properties":{"chance":30},"effects":[{"type":"replace_spell","name":"Counter","base_spell":5,"display":"Counter Damage","parts":[{"name":"Counter Damage","multipliers":[60,0,20,0,0,20]}]}],"id":23},{"display_name":"Mantle of the Bovemists","desc":"When casting War Scream, create a holy shield around you that reduces all incoming damage by 70% for 3 hits (20s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"mantle_charge":3},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Mantle","value":70}]}],"id":24},{"display_name":"Bak'al's Grasp","desc":"After casting War Scream, become Corrupted (15s Cooldown). You cannot heal while in that state. While Corrupted, every 2% of Health you lose will add +4 Raw Damage to your attacks (Max 120)","archetype":"Fallen","archetype_req":2,"parents":[16,17],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":16,"col":1,"icon":"node_3"},"properties":{"cooldown":15},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","slider_max":100,"slider_step":1,"output":{"type":"stat","name":"damRaw"},"max":120,"scaling":[2]}],"id":25},{"display_name":"Spear Proficiency 2","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[25,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Aerodynamics","desc":"During Charge, you can steer and change direction","archetype":"Battle Monk","archetype_req":0,"base_abil":4,"parents":[27,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":28},{"display_name":"Provoke","desc":"Mobs damaged by War Scream will target only you for at least 5s. Reduce the Mana cost of War Scream","base_abil":10,"parents":[28,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":29},{"display_name":"Precise Strikes","desc":"+30% Critical Hit Damage","parents":[27,26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":30},{"display_name":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","base_abil":10,"parents":[28,29],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":18,"col":6,"icon":"node_1"},"properties":{"attackRate":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","multipliers":[40,0,0,0,0,10]}],"id":31},{"display_name":"Enraged Blow","desc":"While Corriupted, every 1% of Health you lose will increase your damage by +3% (Max 300%)","archetype":"Fallen","archetype_req":0,"base_abil":25,"parents":[26],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":20,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"scaling":[3]}],"id":32},{"display_name":"Flying Kick","desc":"When using Charge, mobs hit will halt your momentum and get knocked back","archetype":"Battle Monk","archetype_req":1,"base_abil":4,"parents":[27,34],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick","multipliers":[150,0,0,20,0,30]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Flying Kick":1},"display":"Flying Kick Max Damage"}],"id":33},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[35,33],"dependencies":[24],"blockers":[],"cost":1,"display":{"row":20,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":24,"name":"mantle_charge","value":2}]}],"id":34},{"display_name":"Manachism","desc":"If you receive a hit that's less than 5% of your max HP, gain 10 Mana (1s Cooldown)","archetype":"Paladin","archetype_req":3,"parents":[34,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":35},{"display_name":"Boiling Blood","desc":"Bash leaves a trail of boiling blood behind its first explosion, slowing down and damaging enemies above it every 0.4 seconds","base_abil":0,"parents":[32,37],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Boiling Blood","cost":0,"multipliers":[25,0,0,0,5,0]}],"id":36},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its range and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[36,33],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Ragnarokkr","value":30}]}],"id":37},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":23,"parents":[33,34,39],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":23,"name":"chance","value":30}]}],"id":38},{"display_name":"Burning Heart","desc":"For every 100 Health Bonus you have from item IDs, gain +2% Fire Damage (Max 100%)","archetype":"Paladin","archetype_req":0,"parents":[38,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hpBonus"}],"output":{"type":"stat","name":"fDamPct"},"scaling":[0.02],"max":100}],"id":39},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[39,35],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[30,0,0,0,0,0]}],"id":40},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 2% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[37,36],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":41},{"display_name":"Comet","desc":"After being hit by Fireworks, enemies will crash into the ground and receive more damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[37],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":24,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Comet","cost":0,"multipliers":[80,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","cost":0,"hits":{"Comet":1}}],"id":42},{"display_name":"Collide","desc":"Mobs thrown into walls from Flying Kick will explode and receive additonal damage","archetype":"Battle Monk","archetype_req":4,"base_abil":4,"parents":[38,39],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Collide","cost":0,"multipliers":[150,0,0,0,50,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Collide":1}}],"id":43},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[39,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":44},{"display_name":"Uncontainable Corruption","desc":"Reduce the cooldown of Bak'al's Grasp by -5s, and increase the raw damage gained for every 2% of health lost by +1","base_abil":25,"parents":[36,46],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"stat","name":"damRaw"},"scaling":[0.5]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":25,"name":"cooldown","value":-5}]}],"id":45},{"display_name":"Radiant Devotee","desc":"For every 4% Reflection you have from items, gain +1/5s Mana Regen (Max 10/5s)","archetype":"Battle Monk","archetype_req":1,"parents":[47,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":26,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","inputs":[{"type":"stat","name":"ref"}],"output":{"type":"stat","name":"mr"},"scaling":[0.25],"max":10}],"id":46},{"display_name":"Whirlwind Strike","desc":"Uppercut will create a strong gust of air, launching you upward with enemies (Hold shift to stay grounded)","archetype":"Battle Monk","archetype_req":5,"base_abil":8,"parents":[38,46],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[0,0,0,0,0,50]}],"id":47},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]}],"id":48},{"display_name":"Armour Breaker","desc":"While Corrupted, losing 30% Health will make your next Uppercut destroy enemies' defense, rendering them weaker to damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[45,46],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":5},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":49},{"display_name":"Shield Strike","desc":"When your Mantle of the Bovemist loses all charges, deal damage around you for each Mantle individually lost","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[48,51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Shield Strike","base_spell":6,"display":"Damage per Shield","parts":[{"name":"Damage per Shield","multipliers":[60,0,20,0,0,0]}]}],"id":50},{"display_name":"Sparkling Hope","desc":"Everytime you heal 5% of your max health, deal damage to all nearby enemies","archetype":"Paladin","archetype_req":0,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_2"},"properties":{"aoe":6},"effects":[{"type":"replace_spell","name":"Sparkling Hope","base_spell":7,"display":"Damage Tick","parts":[{"name":"Damage Tick","multipliers":[10,0,5,0,0,0]}]}],"id":51},{"display_name":"Massive Bash","desc":"While Corrupted, every 3% Health you lose will add +1 AoE to Bash (Max 10)","archetype":"Fallen","archetype_req":8,"base_abil":25,"parents":[53,45],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"prop","abil":0,"name":"aoe"},"scaling":[0.3333333333333333],"max":10}],"id":52},{"display_name":"Tempest","desc":"War Scream will ripple the ground and deal damage 3 times in a large area","archetype":"Battle Monk","archetype_req":0,"base_abil":10,"parents":[52,54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{"aoe":16},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest","multipliers":[30,10,0,0,0,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest Total Damage","hits":{"Tempest":3}},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Tempest":3}}],"id":53},{"display_name":"Spirit of the Rabbit","desc":"Reduce the Mana cost of Charge and increase your Walk Speed by +20%","archetype":"Battle Monk","archetype_req":5,"base_abil":4,"parents":[53,47],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5},{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":54},{"display_name":"Massacre","desc":"While Corrupted, if your effective attack speed is Slow or lower, hitting an enemy with your Main Attack will add +1% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":55},{"display_name":"Axe Kick","desc":"Increase the damage of Uppercut, but also increase its mana cost","base_abil":8,"parents":[53,54],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":10,"multipliers":[100,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":2,"base_abil":0,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_2"},"properties":{"cooldown":15},"effects":[],"id":57},{"display_name":"Cheaper Bash 2","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[57,50,51],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":58},{"display_name":"Cheaper War Scream","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Discombobulate","desc":"Every time you hit an enemy, briefly increase your elemental damage dealt to them by +3 (Additive, Max +80). This bonus decays -5 every second","archetype":"Battle Monk","archetype_req":11,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","slider_max":27,"output":[{"type":"stat","name":"eDamAddMin"},{"type":"stat","name":"eDamAddMax"},{"type":"stat","name":"tDamAddMin"},{"type":"stat","name":"tDamAddMax"},{"type":"stat","name":"wDamAddMin"},{"type":"stat","name":"wDamAddMax"},{"type":"stat","name":"fDamAddMin"},{"type":"stat","name":"fDamAddMax"},{"type":"stat","name":"aDamAddMin"},{"type":"stat","name":"aDamAddMax"}],"scaling":[3],"max":80}],"id":60},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.\n\n All elemental conversions become Thunder","archetype":"Battle Monk","archetype_req":8,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":1,"conversion":"Thunder"},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":61},{"display_name":"Cyclone","desc":"After casting War Scream, envelop yourself with a vortex that damages nearby enemies every 0.5s","archetype":"Battle Monk","archetype_req":0,"parents":[54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":4,"icon":"node_1"},"properties":{"aoe":4,"duration":20},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone","multipliers":[10,0,0,0,5,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone Total Damage","hits":{"Cyclone":40}}],"id":62},{"display_name":"Second Chance","desc":"When you receive a fatal blow, survive and regain 30% of your Health (10m Cooldown)","archetype":"Paladin","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":63},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.6% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{"health_cost":0.6},"effects":[],"id":64},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.3% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":64,"parents":[64],"dependencies":[64],"blockers":[],"cost":1,"display":{"row":35,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":64,"name":"health_cost","value":-0.3}]}],"id":65},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[64,67],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":66},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[63,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":35,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":67},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":68}],"Mage":[{"display_name":"Meteor","desc":"Summon a slow but powerful meteor from the sky, dealing massive damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":55,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1}}]}],"id":0},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[4],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{"range":12},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you cannot heal more than 30% of their max health)","parents":[14,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.1}]}],"id":2},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[13,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":35,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":3},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":4},{"display_name":"Wand Proficiency I","desc":"Improve your Main Attack's damage and range when using a wand.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":5},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":6},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":7},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":8},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[12,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":10},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":11},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[2,3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":12},{"display_name":"Wisdom","desc":"For every 2% or 2 Raw Spell Damage you have from items, gain +1/5s mana regen (Max 5/5s)","archetype":"Arcanist","archetype_req":0,"parents":[1],"dependencies":[],"blockers":[14],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sdPct"},{"type":"stat","name":"sdRaw"}],"output":{"type":"stat","name":"mr"},"scaling":[0.5,0.5],"max":5}],"id":13},{"display_name":"Wand Proficiency II","desc":"Improve your Main Attack's damage and range when using a wand.","archetype":"Riftwalker","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":"teleport","parents":[10,16],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Wind Slash","base_spell":2,"multipliers":[50,0,0,0,0,50]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Wind Slash":1}}],"id":15},{"display_name":"Thunderstorm","desc":"After casting Meteor, summon 3 lightning strikes and deal additional damage","base_abil":0,"parents":[15,8],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","target_part":"Lightning Damage","base_spell":3,"multipliers":[30,0,15,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":3,"hits":{"Lightning Damage":3}}],"id":16},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Meteor Damage","behavior":"modify","multipliers":[30,90,0,0,0,0]}],"id":17},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil that damages enemies every 0.4s.","base_abil":0,"parents":[11,7],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":7,"icon":"node_1"},"properties":{"aoe":7,"duration":8},"effects":[{"type":"replace_spell","name":"Burning Sigil","base_spell":6,"display":"DPS","parts":[{"name":"Tick Damage","multipliers":[15,0,0,0,25,0]},{"name":"DPS","hits":{"Tick Damage":2.5}},{"name":"Total Burn Damage","hits":{"Tick Damage":20}}]}],"id":18},{"display_name":"Sunshower","desc":"Heal emit a strong light, damaging nearby enemies.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[9],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[70,0,0,30,0,0]}],"id":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 5, 0.5s cooldown) Ice Snake will deal additional damage to enemies for every Winded they have","archetype":"Riftwalker","archetype_req":3,"parents":[15,16],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"max":5},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:4.Ice Snake Damage"},"scaling":[20],"slider_step":1,"slider_max":5},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"wConvBase:4.Ice Snake Damage"},"scaling":[10]}],"id":20},{"display_name":"Ophanim","desc":"When casting Meteor, instead summon 2 orbs of light with 200 Health that will attack when you use your Main Attack. When they damage an enemy, they lose 20% of their Health. They can be healed back.","archetype":"Light Bender","archetype_req":2,"parents":[19],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[50,0,30,20,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":2}}]},{"type":"add_spell_prop","base_spell":3,"cost":30}],"id":21},{"display_name":"Arcane Transfer","desc":"Meteor and Ice Snake will add +5 Mana to a Mana Bank for every aggressive enemy you hit. Heal will now transfer the content of your Mana Bank into usable Mana instead of healing.","archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"bank":90},"effects":[{"type":"replace_spell","name":"Arcane Transfer","base_spell":1,"parts":[],"display":""}],"id":22},{"display_name":"Cheaper Heal","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[20,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":23},{"display_name":"Purification","desc":"Heal and Arcane Transfer will purify you of all negative effects and fire. (3s Cooldown)","base_abil":1,"parents":[21,23,25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":4,"icon":"node_2"},"properties":{},"effects":[],"id":24},{"display_name":"Sentient Snake","desc":"Ice Snake will follow the direction you're facing, allowing you to control it.","base_abil":3,"parents":[22,24],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a short amount of time.","base_abil":2,"parents":[23],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[23],"dependencies":[20,24],"blockers":[],"cost":2,"display":{"row":18,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"nConvBase:3.Meteor Damage"},{"type":"stat","name":"eConvBase:3.Meteor Damage"},{"type":"stat","name":"nConvBase:3.Per Orb"},{"type":"stat","name":"eConvBase:3.Per Orb"}],"scaling":[15]}],"id":27},{"display_name":"Larger Heal","desc":"Increase your Heal's range.","base_abil":1,"archetype":"Light Bender","archetype_req":0,"parents":[24,25],"dependencies":[2],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":2,"name":"aoe","value":2}]}],"id":28},{"display_name":"Larger Mana Bank","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[25],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":18,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":22,"name":"bank","value":30}]}],"id":29},{"display_name":"Cheaper Ice Snake","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":30},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[24,32],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":31},{"display_name":"Fortitude","desc":"After healing 120% of your max health within 10s, apply a damage bonus to each player you've healed. (15s Cooldown)","base_abil":2,"archetype":"Light Bender","archetype_req":0,"parents":[30,31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":4},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Fortitude","value":100}]}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will stop and explode when it hits an enemy. (Damage is dealt as Main Attack Damage)","base_abil":4,"archetype":"Arcanist","archetype_req":4,"parents":[25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":7,"icon":"node_2"},"properties":{},"__TODO":"replace_spell pyrokinesis damage","effects":[],"id":33},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","archetype":"","archetype_req":0,"parents":[33,36],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"ls"}],"output":{"type":"stat","name":"sdPct"},"scaling":[0.2],"max":50}],"id":34},{"display_name":"Blink","desc":"Teleport will trigger 2 times in quick successions","base_abil":1,"archetype":"Riftwalker","archetype_req":0,"parents":[32,30],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"prop","abil":1,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1}}],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":3,"parents":[34,31,40],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Arcane Restoration","desc":"Pyrokinesis will add +1 Mana every 1s to your Mana Bank when hitting an aggressive enemy.","base_abil":999,"archetype":"Arcanist","archetype_req":0,"parents":[34,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":37},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage Bonus you have, buff Heal's healing power by +0.3%.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[40,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDam"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":38},{"display_name":"Transonic Warp","desc":"Teleport will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[30],"dependencies":[3,20],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:2.Wind Slash"},"scaling":[30]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"tConvBase:2.Wind Slash"},"scaling":[10]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"aConvBase:2.Wind Slash"},"scaling":[5]}],"id":39},{"display_name":"Healthier Ophanim I","desc":"Increase the health of your orbs from Ophanim by +800 and reduce the damage they take when hitting an enemy by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[32,31],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":40},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing the overall healing.","archetype":"Light Bender","base_abil":2,"parents":[40,36],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":23,"col":4,"icon":"node_1"},"properties":{"aoe":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Pulse","power":0.15},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Heal Pulse":2}}],"id":41},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to nearby enemies.","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[39,38],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":42},{"display_name":"Lightweaver","desc":"After healing 60% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb Damage","parts":[{"name":"Single Orb","type":"damage","multipliers":[30,0,0,0,20,0]},{"name":"Orb Damage","type":"total","hits":{"Single Orb":3}}]}],"id":43},{"display_name":"Arcane Speed","desc":"After casting Heal or Arcane Transfer, gain +80% speed for 3s. (8s Cooldown)","base_abil":2,"parents":[43,45],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":44},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[34,44],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":45},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[45,44],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[42],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":47},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[42,52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":48},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[52,43,44],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":49},{"display_name":"Chaos Explosion","desc":"When your Mana Bank reaches 120, casting Arcane Transfer will rapidly unleash the last 3 spells you've cast in order.","base_abil":22,"archetype":"Arcanist","archetype_req":8,"parents":[45],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":50},{"display_name":"Arcane Power","desc":"Meteor and Ice Snake will add +2 Mana to your Mana Bank for each aggressive mob you hit.","base_abil":22,"archetype":"Arcanist","archetype_req":0,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":29,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":51},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":1,"parents":[48,49],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","target_part":"Explosion Damage","base_spell":2,"multipliers":[50,0,0,0,30,0]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Explosion Damage":1}}],"id":52},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":3,"archetype":"Riftwalker","archetype_req":7,"parents":[48,52],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake","base_spell":4,"multipliers":[0,0,0,0,0,20]}],"id":53},{"display_name":"Time Dilation","desc":"When sprinting, create an area that increases the speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Better Ophanim","desc":"Increase your maximum orbs from Ophanim by +1.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[52,49],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":1}}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies completely for 2s.","base_abil":3,"parents":[50],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Devitalize","desc":"Enemies will deal -2% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[58,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"More Winded II","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[54],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":58},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 100%)","parents":[58,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sprint"}],"output":{"type":"stat","name":"tDamPct"},"scaling":[0.5],"max":100}],"id":59},{"display_name":"Divination","desc":"Increase your maximum orbs from Ophanim by +3 and reduce their damage.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[59,61],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":32,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[-50,0,-10,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":3}}],"id":60},{"display_name":"Healthier Ophanim II","desc":"Increase the health of your orbs from Ophanim by +3000.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[55],"dependencies":[40],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"display_name":"Sunflare","desc":"After healing 400% of your max health within 10s, your next Heal will make every nearby ally temporarily immune.","archetype":"Light Bender","archetype_req":12,"base_abil":2,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":62},{"display_name":"Larger Mana Bank III","desc":"Increase your maximum Mana Bank by +30.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits.","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[63],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":64},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[64],"dependencies":[50],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":65},{"display_name":"Manastorm","desc":"If you have more than 100 Mana, casting a spell will give you +10 mana over 5s.","archetype":"Arcanist","archetype_req":1,"parents":[69,64,62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":66},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs by +2.","archetype":"Light Bender","archetype_req":0,"base_abil":43,"parents":[69,66],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":35,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb Damage","hits":{"Single Orb":2}}],"id":67},{"display_name":"Timelock","desc":"Holding shift and casting Heal will absorb all Winded on nearby enemies and make you Timelocked. While Timelocked, your mana will not be depleted and you become immovable from outside forces. Enemies will recieve Winded damage from all absorbed stacks. (Max 30)","archetype":"Riftwalker","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":0,"icon":"node_3"},"properties":{},"effects":[],"id":68},{"display_name":"Cheaper Heal II","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[68,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":69}]} \ No newline at end of file +const atrees={"Archer":[{"display_name":"Arrow Shield","desc":"Create a shield around you that deal damage and knockback mobs when triggered. (2 Charges)","parents":[60,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_4"},"properties":{"charges":2,"duration":60,"aoe":5000},"effects":[{"type":"replace_spell","name":"Arrow Shield","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Shield Damage","type":"damage","multipliers":[90,0,0,0,0,10]},{"name":"Total Damage","type":"total","hits":{"Shield Damage":2}}]}],"id":0},{"display_name":"Escape","desc":"Throw yourself backward to avoid danger. (Hold shift while escaping to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_4"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Arrow Bomb","desc":"Throw a long-range arrow that explodes and deal high damage in a large area. (Self-damage for 25% of your DPS)","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":50,"base_spell":3,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Arrow Bomb","type":"damage","multipliers":[160,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Arrow Bomb":1}}]}],"id":2},{"display_name":"Heart Shatter","desc":"If you hit a mob directly with Arrow Bomb, shatter its heart and deal bonus damage.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Heart Shatter":1}}],"id":3},{"display_name":"Fire Creep","desc":"Arrow Bomb will leak a trail of fire for 6s, Damaging enemies that walk into it every 0.4s.","base_abil":2,"parents":[68,39,5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{"aoe":0.8,"duration":6},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[30,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Burn Damage","hits":{"Fire Creep":15}}],"id":4},{"display_name":"Bryophyte Roots","desc":"When you hit an enemy with Arrow Storm, create an area that slows them down and deals damage every 0.4s.","base_abil":7,"archetype":"Trapper","archetype_req":1,"parents":[4,35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":8,"icon":"node_1"},"properties":{"aoe":2,"duration":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Bryophyte Roots","cost":0,"multipliers":[40,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Roots Damage","hits":{"Bryophyte Roots":12}}],"id":5},{"display_name":"Nimble String","desc":"Arrow Storm throw out +6 arrows per stream and shoot twice as fast.","base_abil":7,"parents":[36,69],"dependencies":[7],"blockers":[68],"cost":2,"display":{"row":15,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-15,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","hits":{"Single Arrow":6}}],"id":6},{"display_name":"Arrow Storm","desc":"Shoot a stream of 8 arrows, dealing significant damage to close mobs and pushing them back.","parents":[58,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_4"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":40,"base_spell":1,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Single Arrow","multipliers":[30,0,10,0,0,0]},{"name":"Single Stream","hits":{"Single Arrow":8}},{"name":"Total Damage","hits":{"Single Stream":1}}]}],"id":7},{"display_name":"Guardian Angels","desc":"Your protective arrows from Arrow Shield will become sentient bows, dealing damage up to 8 times each to nearby enemies. (Arrow Shield will no longer push nearby enemies)","archetype":"Boltslinger","archetype_req":3,"base_abil":0,"parents":[59,67],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":19,"col":1,"icon":"node_3"},"properties":{"range":4,"duration":60,"shots":8,"charges":2},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Arrow":8}},{"name":"Total Damage","type":"total","hits":{"Single Bow":2}}]}],"id":8},{"display_name":"Windy Feet","desc":"When casting Escape, give speed to yourself and nearby allies.","base_abil":1,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":1,"icon":"node_0"},"properties":{"aoe":8,"duration":120},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":9},{"display_name":"Basaltic Trap","desc":"When you hit the ground with Arrow Bomb, leave a Trap that damages enemies. (Max 2 Traps)","archetype":"Trapper","archetype_req":2,"parents":[5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":8,"icon":"node_3"},"properties":{"aoe":7,"traps":2},"effects":[{"type":"replace_spell","name":"Basaltic Trap","base_spell":7,"display":"Trap Damage","parts":[{"name":"Trap Damage","type":"damage","multipliers":[140,30,0,0,30,0]}]}],"id":10},{"display_name":"Windstorm","desc":"Arrow Storm shoot +1 stream of arrows, and each stream shoots +2 arrows, effectively doubling its damage.","base_abil":7,"parents":[8,33],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-10,0,-2,0,0,2]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","cost":0,"hits":{"Single Arrow":2}}],"id":11},{"display_name":"Grappling Hook","base_abil":1,"desc":"When casting Escape, throw a hook that pulls you when hitting a block. If you hit an enemy, pull them towards you instead. (Escape will not throw you backward anymore)","archetype":"Trapper","archetype_req":0,"parents":[61,40,33],"dependencies":[],"blockers":[20],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{"range":26},"effects":[],"id":12},{"display_name":"Implosion","desc":"Arrow bomb will pull enemies towards you. If a trap is nearby, it will pull them towards it instead. Increase Heart Shatter's damage.","archetype":"Trapper","archetype_req":0,"base_abil":2,"parents":[12,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[40,0,0,0,0,0]}],"id":13},{"display_name":"Twain's Arc","desc":"When you have 2+ Focus, holding shift will summon the Twain's Arc. Charge it up to shoot a destructive long-range beam. (Damage is dealt as Main Attack Damage)","archetype":"Sharpshooter","archetype_req":4,"parents":[62,64],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_2"},"properties":{"range":64,"focusReq":2},"effects":[{"type":"replace_spell","name":"Twain's Arc","base_spell":5,"scaling":"melee","use_atkspd":false,"display":"Single Shot","parts":[{"name":"Single Shot","type":"damage","multipliers":[200,0,0,0,0,0]}]}],"id":14},{"display_name":"Fierce Stomp","desc":"When using Escape, hold shift to quickly drop down and deal damage.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[42,64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Fierce Stomp","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Stomp Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep become much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14],"dependencies":[4],"blockers":[],"cost":1,"display":{"row":26,"col":5,"icon":"node_1"},"properties":{"duration":2,"aoe":0.4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[10,0,0,0,5,0]}],"id":16},{"display_name":"Leap","desc":"When you double tap jump, leap foward. (2s Cooldown)","archetype":"Boltslinger","archetype_req":5,"parents":[42,55],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":17},{"display_name":"Shocking Bomb","desc":"Arrow Bomb will not be affected by gravity, and all damage conversions become Thunder.","archetype":"Sharpshooter","archetype_req":5,"base_abil":2,"parents":[14,44,55],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":28,"col":4,"icon":"node_1"},"properties":{"gravity":0},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":3,"conversion":"Thunder"}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 2.85 Mana per second when you stay close to them.","archetype":"Trapper","archetype_req":5,"base_abil":10,"parents":[43,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":8,"icon":"node_3"},"properties":{"range":16,"manaRegen":2.85},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":10}],"id":19},{"display_name":"Escape Artist","desc":"When casting Escape, release 120 arrows towards the ground.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[46,17],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Per Arrow","multipliers":[20,0,10,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Max Damage (Escape Artist)","hits":{"Per Arrow":120},"display":"Max Damage (Escape Artist)"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 5s or more, your next sucessful hit will deal +50% damage and add +1 Focus.","archetype":"Sharpshooter","archetype_req":5,"parents":[18,44,47],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[],"id":21},{"display_name":"Call of the Hound","desc":"Arrow Shield summon a Hound that will attack and drag aggressive enemies towards your traps.","archetype":"Trapper","archetype_req":0,"base_abil":0,"parents":[21,47],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Hound Damage","multipliers":[40,0,0,0,0,0]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 stream of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,20],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":2}}],"id":23},{"display_name":"Geyser Stomp","desc":"Fierce Stomp will create geysers, dealing more damage and vertical knockback.","base_abil":1,"parents":[56],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Geyser Stomp","multipliers":[0,0,0,50,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":15,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5 Focus, casting Arrow Storm will make you levitate and shoot 20 homing arrows per second until you run out of Focus. While in that state, you will lose 1 Focus per second.","archetype":"Sharpshooter","archetype_req":10,"parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":37,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Crepuscular Ray","base_spell":6,"display":"DPS","parts":[{"name":"Single Arrow","multipliers":[20,0,0,5,0,0]},{"name":"DPS","hits":{"Single Arrow":20}},{"name":"Total Damage","hits":{"DPS":7}}]}],"id":25},{"display_name":"Grape Bomb","desc":"Arrow bomb will throw 3 additional smaller bombs when exploding.","base_abil":2,"parents":[51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[30,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Grape Bomb":3}}],"id":26},{"display_name":"Tangled Traps","desc":"Your Traps will be connected by a rope that deals damage to enemies every 0.2s.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":38,"col":6,"icon":"node_1"},"properties":{"attackSpeed":0.2},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Line Damage Tick","multipliers":[20,0,0,0,0,20]},{"type":"add_spell_prop","base_spell":7,"target_part":"DPS","hits":{"Line Damage Tick":5}}],"id":27},{"display_name":"Snow Storm","desc":"Enemies near you will be slowed down.","parents":[24,63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":2,"icon":"node_2"},"properties":{"range":2.5,"slowness":0.3},"effects":[],"id":28},{"display_name":"All-Seeing Panoptes","desc":"Your bows from Guardian Angels become all-seeing, increasing their range, damage and letting them shoot up to +5 times each.","archetype":"Boltslinger","archetype_req":11,"base_abil":0,"parents":[28],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":40,"col":1,"icon":"node_3"},"properties":{"range":8,"shots":5},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Arrow","multipliers":[0,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":5}}],"id":29},{"display_name":"Minefield","desc":"Allow you to place +6 Traps, but with reduced damage and range.","archetype":"Trapper","archetype_req":10,"base_abil":10,"parents":[26,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":40,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":8,"target_part":"Trap Damage","cost":0,"multipliers":[-80,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-2},{"type":"prop","abil":10,"name":"traps","value":6}]}],"id":30},{"display_name":"Bow Proficiency I","desc":"Improve your Main Attack's damage and range when using a bow.","base_abil":999,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":31},{"display_name":"Cheaper Arrow Bomb","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":32},{"display_name":"Cheaper Arrow Storm","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[12,11,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":33},{"display_name":"Cheaper Escape","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[7,0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":34},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Trapper","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":35},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7,39,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":36},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[34,36,39],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":37},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":38},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[36,0,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":39},{"display_name":"More Shields","desc":"Give +2 charges to Arrow Shield.","base_abil":0,"parents":[12,10],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Shield Damage":2,"Single Bow":2}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"charges","value":2}]}],"id":40},{"display_name":"Stormy Feet","desc":"Windy Feet will last longer and add more speed.","archetype":"Boltslinger","base_abil":1,"parents":[11],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":23,"col":1,"icon":"node_0"},"properties":{"duration":60},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spdPct","value":20}]}],"id":41},{"display_name":"Refined Gunpowder","desc":"Increase the damage of Arrow Bomb.","base_abil":2,"parents":[11,64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[50,0,0,0,0,0]}],"id":42},{"display_name":"More Traps","desc":"Increase the maximum amount of active Traps you can have by +2.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[54],"dependencies":[10],"blockers":[],"cost":1,"display":{"row":26,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"traps","value":2}]}],"id":43},{"display_name":"Better Arrow Shield","desc":"Arrow Shield will gain additional area of effect, knockback and damage.","archetype":"Sharpshooter","archetype_req":0,"base_abil":0,"parents":[19,18,14],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Shield","behavior":"modify","multipliers":[40,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"behavior":"modify","name":"aoe","value":1}]}],"id":44},{"display_name":"Better Leap","desc":"Reduce leap's cooldown by 1s.","archetype":"Boltslinger","archetype_req":0,"base_abil":17,"parents":[17,55],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":29,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":17,"name":"cooldown","value":-1}]}],"id":45},{"display_name":"Better Guardian Angels","desc":"Your Guardian Angels can shoot +4 arrows before disappearing.","archetype":"Boltslinger","archetype_req":0,"base_abil":0,"parents":[20,55],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":4}}],"id":46},{"display_name":"Cheaper Arrow Storm (2)","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[21,19],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":47},{"display_name":"Precise Shot","desc":"+30% Critical Hit Damage","parents":[46,49,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":48},{"display_name":"Cheaper Arrow Shield","desc":"Reduce the Mana cost of Arrow Shield.","base_abil":0,"parents":[48,21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Rocket Jump","desc":"Arrow Bomb's self-damage will knockback you farther away.","base_abil":2,"parents":[47,21],"dependencies":[2],"blockers":[],"cost":1,"display":{"row":33,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Escape (2)","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[22,70],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":51},{"display_name":"Stronger Hook","desc":"Increase your Grappling Hook's range, speed and strength.","archetype":"Trapper","archetype_req":5,"base_abil":1,"parents":[51],"dependencies":[12],"blockers":[],"cost":1,"display":{"row":35,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":12,"name":"range","value":8}]}],"id":52},{"display_name":"Cheaper Arrow Bomb (2)","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":40,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":53},{"display_name":"Bouncing Bomb","desc":"Arrow Bomb will bounce once when hitting a block or enemy","base_abil":2,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Homing Shots","desc":"Your Main Attack arrows will follow nearby enemies and not be affected by gravity","archetype":"Sharpshooter","base_abil":999,"parents":[17,18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"Shrapnel Bomb","desc":"Arrow Bomb's explosion will fling 15 shrapnel, dealing damage in a large area","archetype":"Boltslinger","archetype_req":8,"base_abil":2,"parents":[23,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Shrapnel Bomblet","multipliers":[40,0,0,0,20,0]}],"id":56},{"display_name":"Elusive","desc":"If you do not get hit for 8+ seconds, become immune to self-damage and remove Arrow Storm's recoil. (Dodging counts as not getting hit)","archetype":"Boltslinger","archetype_req":0,"parents":[24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":38,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"Double Shots","desc":"Double Main Attack arrows, but they deal -30% damage per arrow (harder to hit far enemies)","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[60],"cost":1,"display":{"row":7,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-30,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":2},"display":"Total Damage"}],"id":58},{"display_name":"Triple Shots","desc":"Triple Main Attack arrows, but they deal -20% damage per arrow","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[69,67],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-20,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":1},"display":"Total Damage"}],"id":59},{"display_name":"Power Shots","desc":"Main Attack arrows have increased speed and knockback","archetype":"Sharpshooter","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[58],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":60},{"display_name":"Focus","desc":"When hitting an aggressive mob 5+ blocks away, gain +1 Focus (Max 3). Resets if you miss once","archetype":"Sharpshooter","archetype_req":2,"parents":[68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","output":{"type":"stat","name":"damMult.Focus"},"scaling":[40],"slider_max":3}],"id":61},{"display_name":"More Focus","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[33,12],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":62},{"display_name":"More Focus (2)","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[25,28],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":39,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":63},{"display_name":"Traveler","desc":"For every 1% Walk Speed you have from items, gain +1 Raw Spell Damage (Max 100)","parents":[42,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spd"}],"output":{"type":"stat","name":"sdRaw"},"scaling":[1],"max":100}],"id":64},{"display_name":"Patient Hunter","desc":"Your Traps will deal +20% more damage for every second they are active (Max +80%)","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[40],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":8,"icon":"node_1"},"properties":{"max":80},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[20]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Add +80% Max Damage to Patient Hunter","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4},{"type":"raw_stat","bonuses":[{"type":"prop","abil":65,"name":"max","value":80}]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +6% Walk Speed (Max 200%). Decay -40% of the bonus every second","archetype":"Boltslinger","archetype_req":0,"parents":[59,6],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","output":{"type":"stat","name":"spd"},"scaling":[6],"max":160}],"id":67},{"display_name":"Phantom Ray","desc":"Condense Arrow Storm into a single ray that damages enemies 10 times per second","base_abil":7,"parents":[37,4],"dependencies":[7],"blockers":[11,6,23],"cost":2,"display":{"row":16,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Phantom Ray","base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[25,0,5,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Arrow":16}}]},{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":68},{"display_name":"Arrow Rain","desc":"When Arrow Shield loses its last charge, unleash 150 arrows raining down on enemies","base_abil":0,"parents":[6,38],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Per Arrow)","multipliers":[80,0,0,0,0,60]},{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Total)","hits":{"Arrow Rain (Per Arrow)":150}}],"id":69},{"display_name":"Decimator","desc":"Phantom Ray will increase its damage by 10% everytime you do not miss with it (Max 70%)","archetype":"Sharpshooter","archetype_req":0,"base_abil":7,"parents":[49,51],"dependencies":[68],"blockers":[],"cost":1,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Phantom Ray hits","slider_max":7,"output":{"type":"stat","name":"damMult.Decimator:1.Single Arrow"},"scaling":[10]}],"id":70}],"Warrior":[{"display_name":"Bash","desc":"Violently bash the ground, dealing high damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4,"range":3},"effects":[{"type":"replace_spell","name":"Bash","cost":45,"base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Hit","type":"damage","multipliers":[130,20,0,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Hit":1}}]}],"id":0},{"display_name":"Spear Proficiency 1","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":1},{"display_name":"Cheaper Bash","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Double Bash","desc":"Bash will hit a second time at a farther range","parents":[1],"base_abil":0,"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"range":3},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","cost":0,"hits":{"Single Hit":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","cost":0,"multipliers":[-50,0,0,0,0,0]}],"id":3},{"display_name":"Charge","desc":"Charge forward at high speed (hold shift to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{},"effects":[{"type":"replace_spell","name":"Charge","cost":25,"base_spell":2,"spell_type":"damage","scaling":"spell","display":"","parts":[]}],"id":4},{"display_name":"Heavy Impact","desc":"After using Charge, violently crash down into the ground and deal damage","base_abil":4,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Heavy Impact":1}}],"id":5},{"display_name":"Vehement","desc":"For every 1% or 1 Raw Main Attack Damage you have from items, gain +2% Walk Speed (Max 20%)","archetype":"Fallen","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[7],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"mdPct"},{"type":"stat","name":"mdRaw"}],"output":{"type":"stat","name":"spd"},"scaling":[2,2],"max":20}],"id":6},{"display_name":"Tougher Skin","desc":"Harden your skin and become permanently +5% more resistant. For every 1% or 1 Raw Heath Regen you have from items, gain +10 Health (Max 100)","archetype":"Paladin","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]},{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hprRaw"},{"type":"stat","name":"hprPct"}],"output":{"type":"stat","name":"hpBonus"},"scaling":[10,10],"max":100}],"id":7},{"display_name":"Uppercut","desc":"Rocket enemies in the air and deal massive damage","parents":[6,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":3,"range":5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":45,"base_spell":3,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Uppercut","multipliers":[200,40,40,0,0,0]},{"name":"Total Damage","hits":{"Uppercut":1}}]}],"id":8},{"display_name":"Cheaper Charge","desc":"Reduce the Mana cost of Charge","base_abil":4,"parents":[8,10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":9},{"display_name":"War Scream","desc":"Emit a terrorizing roar that deals damage, pull nearby enemies, and add damage resistance to yourself and allies","parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"duration":30,"aoe":12,"defense_bonus":10},"effects":[{"type":"replace_spell","name":"War Scream","cost":35,"base_spell":4,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"War Scream","multipliers":[50,0,0,0,50,0]},{"name":"Total Damage","hits":{"War Scream":1}}]}],"id":10},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases base damage from all Earth attacks","archetype":"Fallen","archetype_req":0,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":11},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks","archetype":"Fallen","archetype_req":0,"parents":[8,14,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":12},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases base damage from all Water attacks","archetype":"Battle Monk","archetype_req":0,"parents":[9,12,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":13},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Battle Monk","archetype_req":0,"parents":[10,12,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":14},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Paladin","archetype_req":0,"parents":[10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":15},{"display_name":"Quadruple Bash","desc":"Bash will hit 4 times at an even larger range","archetype":"Fallen","archetype_req":0,"base_abil":0,"parents":[11,17],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{"range":6},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[-20,0,0,0,0,0]}],"id":16},{"display_name":"Fireworks","desc":"Mobs hit by Uppercut will explode mid-air and receive additional damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[12,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fireworks","multipliers":[80,0,20,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fireworks":1}}],"id":17},{"display_name":"Half-Moon Swipe","desc":"Uppercut will deal a footsweep attack at a longer and wider angle. All elemental conversions become Water","archetype":"Battle Monk","archetype_req":1,"base_abil":8,"parents":[13],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"range":4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-10,"multipliers":[-70,0,0,30,0,0]}],"id":18},{"display_name":"Flyby Jab","desc":"Damage enemies in your way when using Charge","base_abil":4,"parents":[14,20],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flyby Jab","multipliers":[20,0,0,0,0,40]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Flyby Jab":1}}],"id":19},{"display_name":"Flaming Uppercut","desc":"Uppercut will light mobs on fire, dealing damage every 0.6 seconds","archetype":"Paladin","archetype_req":0,"base_abil":8,"parents":[15,19],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{"duration":3,"tick":0.6},"effects":[{"type":"replace_spell","name":"Flaming Uppercut","base_spell":8,"display":"DPS","parts":[{"name":"Damage Tick","multipliers":[0,0,0,0,50,0]},{"name":"DPS","hits":{"Damage Tick":1.6666666666666667}},{"name":"Total Damage","hits":{"Damage Tick":5}}]}],"id":20},{"display_name":"Iron Lungs","desc":"War Scream deals more damage","archetype":"Paladin","archetype_req":0,"base_abil":10,"parents":[19,20],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"War Scream","cost":0,"multipliers":[30,0,0,0,0,30]}],"id":21},{"display_name":"Generalist","desc":"After casting 3 different spells in a row, your next spell will cost 5 mana","archetype":"Battle Monk","archetype_req":3,"parents":[23],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":2,"icon":"node_3"},"properties":{},"effects":[],"id":22},{"display_name":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","archetype_req":0,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_1"},"properties":{"chance":30},"effects":[{"type":"replace_spell","name":"Counter","base_spell":5,"display":"Counter Damage","parts":[{"name":"Counter Damage","multipliers":[60,0,20,0,0,20]}]}],"id":23},{"display_name":"Mantle of the Bovemists","desc":"When casting War Scream, create a holy shield around you that reduces all incoming damage by 70% for 3 hits (20s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"mantle_charge":3},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Mantle","value":70}]}],"id":24},{"display_name":"Bak'al's Grasp","desc":"After casting War Scream, become Corrupted (15s Cooldown). You cannot heal while in that state. While Corrupted, every 2% of Health you lose will add +4 Raw Damage to your attacks (Max 120)","archetype":"Fallen","archetype_req":2,"parents":[16,17],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":16,"col":1,"icon":"node_3"},"properties":{"cooldown":15},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","slider_max":100,"slider_step":1,"output":{"type":"stat","name":"damRaw"},"max":120,"scaling":[2]}],"id":25},{"display_name":"Spear Proficiency 2","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[25,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Aerodynamics","desc":"During Charge, you can steer and change direction","archetype":"Battle Monk","archetype_req":0,"base_abil":4,"parents":[27,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":28},{"display_name":"Provoke","desc":"Mobs damaged by War Scream will target only you for at least 5s. Reduce the Mana cost of War Scream","base_abil":10,"parents":[28,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":29},{"display_name":"Precise Strikes","desc":"+30% Critical Hit Damage","parents":[27,26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":30},{"display_name":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","base_abil":10,"parents":[28,29],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":18,"col":6,"icon":"node_1"},"properties":{"attackRate":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","multipliers":[40,0,0,0,0,10]}],"id":31},{"display_name":"Enraged Blow","desc":"While Corriupted, every 1% of Health you lose will increase your damage by +3% (Max 300%)","archetype":"Fallen","archetype_req":0,"base_abil":25,"parents":[26],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":20,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"scaling":[3]}],"id":32},{"display_name":"Flying Kick","desc":"When using Charge, mobs hit will halt your momentum and get knocked back","archetype":"Battle Monk","archetype_req":1,"base_abil":4,"parents":[27,34],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick","multipliers":[150,0,0,20,0,30]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Flying Kick":1},"display":"Flying Kick Max Damage"}],"id":33},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[35,33],"dependencies":[24],"blockers":[],"cost":1,"display":{"row":20,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":24,"name":"mantle_charge","value":2}]}],"id":34},{"display_name":"Manachism","desc":"If you receive a hit that's less than 5% of your max HP, gain 10 Mana (1s Cooldown)","archetype":"Paladin","archetype_req":3,"parents":[34,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":35},{"display_name":"Boiling Blood","desc":"Bash leaves a trail of boiling blood behind its first explosion, slowing down and damaging enemies above it every 0.4 seconds","base_abil":0,"parents":[32,37],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Boiling Blood","cost":0,"multipliers":[25,0,0,0,5,0]}],"id":36},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its range and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[36,33],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Ragnarokkr","value":30}]}],"id":37},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":23,"parents":[33,34,39],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":23,"name":"chance","value":30}]}],"id":38},{"display_name":"Burning Heart","desc":"For every 100 Health Bonus you have from item IDs, gain +2% Fire Damage (Max 100%)","archetype":"Paladin","archetype_req":0,"parents":[38,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hpBonus"}],"output":{"type":"stat","name":"fDamPct"},"scaling":[0.02],"max":100}],"id":39},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[39,35],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[30,0,0,0,0,0]}],"id":40},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 2% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[37,36],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":41},{"display_name":"Comet","desc":"After being hit by Fireworks, enemies will crash into the ground and receive more damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[37],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":24,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Comet","cost":0,"multipliers":[80,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","cost":0,"hits":{"Comet":1}}],"id":42},{"display_name":"Collide","desc":"Mobs thrown into walls from Flying Kick will explode and receive additonal damage","archetype":"Battle Monk","archetype_req":4,"base_abil":4,"parents":[38,39],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Collide","cost":0,"multipliers":[150,0,0,0,50,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Collide":1}}],"id":43},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[39,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":44},{"display_name":"Uncontainable Corruption","desc":"Reduce the cooldown of Bak'al's Grasp by -5s, and increase the raw damage gained for every 2% of health lost by +1","base_abil":25,"parents":[36,46],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"stat","name":"damRaw"},"scaling":[0.5]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":25,"name":"cooldown","value":-5}]}],"id":45},{"display_name":"Radiant Devotee","desc":"For every 4% Reflection you have from items, gain +1/5s Mana Regen (Max 10/5s)","archetype":"Battle Monk","archetype_req":1,"parents":[47,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":26,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","inputs":[{"type":"stat","name":"ref"}],"output":{"type":"stat","name":"mr"},"scaling":[0.25],"max":10}],"id":46},{"display_name":"Whirlwind Strike","desc":"Uppercut will create a strong gust of air, launching you upward with enemies (Hold shift to stay grounded)","archetype":"Battle Monk","archetype_req":5,"base_abil":8,"parents":[38,46],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[0,0,0,0,0,50]}],"id":47},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]}],"id":48},{"display_name":"Armour Breaker","desc":"While Corrupted, losing 30% Health will make your next Uppercut destroy enemies' defense, rendering them weaker to damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[45,46],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":5},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":49},{"display_name":"Shield Strike","desc":"When your Mantle of the Bovemist loses all charges, deal damage around you for each Mantle individually lost","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[48,51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Shield Strike","base_spell":6,"display":"Damage per Shield","parts":[{"name":"Damage per Shield","multipliers":[60,0,20,0,0,0]}]}],"id":50},{"display_name":"Sparkling Hope","desc":"Everytime you heal 5% of your max health, deal damage to all nearby enemies","archetype":"Paladin","archetype_req":0,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_2"},"properties":{"aoe":6},"effects":[{"type":"replace_spell","name":"Sparkling Hope","base_spell":7,"display":"Damage Tick","parts":[{"name":"Damage Tick","multipliers":[10,0,5,0,0,0]}]}],"id":51},{"display_name":"Massive Bash","desc":"While Corrupted, every 3% Health you lose will add +1 AoE to Bash (Max 10)","archetype":"Fallen","archetype_req":8,"base_abil":25,"parents":[53,45],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"prop","abil":0,"name":"aoe"},"scaling":[0.3333333333333333],"max":10}],"id":52},{"display_name":"Tempest","desc":"War Scream will ripple the ground and deal damage 3 times in a large area","archetype":"Battle Monk","archetype_req":0,"base_abil":10,"parents":[52,54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{"aoe":16},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest","multipliers":[30,10,0,0,0,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest Total Damage","hits":{"Tempest":3}},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Tempest":3}}],"id":53},{"display_name":"Spirit of the Rabbit","desc":"Reduce the Mana cost of Charge and increase your Walk Speed by +20%","archetype":"Battle Monk","archetype_req":5,"base_abil":4,"parents":[53,47],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5},{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":54},{"display_name":"Massacre","desc":"While Corrupted, if your effective attack speed is Slow or lower, hitting an enemy with your Main Attack will add +1% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":55},{"display_name":"Axe Kick","desc":"Increase the damage of Uppercut, but also increase its mana cost","base_abil":8,"parents":[53,54],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":10,"multipliers":[100,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":2,"base_abil":0,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_2"},"properties":{"cooldown":15},"effects":[],"id":57},{"display_name":"Cheaper Bash 2","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[57,50,51],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":58},{"display_name":"Cheaper War Scream","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Discombobulate","desc":"Every time you hit an enemy, briefly increase your elemental damage dealt to them by +3 (Additive, Max +80). This bonus decays -5 every second","archetype":"Battle Monk","archetype_req":11,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","slider_max":27,"output":[{"type":"stat","name":"eDamAddMin"},{"type":"stat","name":"eDamAddMax"},{"type":"stat","name":"tDamAddMin"},{"type":"stat","name":"tDamAddMax"},{"type":"stat","name":"wDamAddMin"},{"type":"stat","name":"wDamAddMax"},{"type":"stat","name":"fDamAddMin"},{"type":"stat","name":"fDamAddMax"},{"type":"stat","name":"aDamAddMin"},{"type":"stat","name":"aDamAddMax"}],"scaling":[3],"max":80}],"id":60},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.\n\n All elemental conversions become Thunder","archetype":"Battle Monk","archetype_req":8,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":1,"conversion":"Thunder"},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":61},{"display_name":"Cyclone","desc":"After casting War Scream, envelop yourself with a vortex that damages nearby enemies every 0.5s","archetype":"Battle Monk","archetype_req":0,"parents":[54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":4,"icon":"node_1"},"properties":{"aoe":4,"duration":20},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone","multipliers":[10,0,0,0,5,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone Total Damage","hits":{"Cyclone":40}}],"id":62},{"display_name":"Second Chance","desc":"When you receive a fatal blow, survive and regain 30% of your Health (10m Cooldown)","archetype":"Paladin","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":63},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.6% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{"health_cost":0.6},"effects":[],"id":64},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.3% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":64,"parents":[64],"dependencies":[64],"blockers":[],"cost":1,"display":{"row":35,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":64,"name":"health_cost","value":-0.3}]}],"id":65},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[64,67],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":66},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[63,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":35,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":67},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":68}],"Mage":[{"display_name":"Meteor","desc":"Summon a slow but powerful meteor from the sky, dealing massive damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":55,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1}}]}],"id":0},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[4],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{"range":12},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you cannot heal more than 30% of their max health)","parents":[14,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.1}]}],"id":2},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[13,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":35,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":3},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":4},{"display_name":"Wand Proficiency I","desc":"Improve your Main Attack's damage and range when using a wand.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":5},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":6},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":7},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":8},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[12,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":10},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":11},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[2,3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":12},{"display_name":"Wisdom","desc":"For every 2% or 2 Raw Spell Damage you have from items, gain +1/5s mana regen (Max 5/5s)","archetype":"Arcanist","archetype_req":0,"parents":[1],"dependencies":[],"blockers":[14],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sdPct"},{"type":"stat","name":"sdRaw"}],"output":{"type":"stat","name":"mr"},"scaling":[0.5,0.5],"max":5}],"id":13},{"display_name":"Wand Proficiency II","desc":"Improve your Main Attack's damage and range when using a wand.","archetype":"Riftwalker","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":"teleport","parents":[10,16],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Wind Slash","base_spell":2,"multipliers":[50,0,0,0,0,50]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Wind Slash":1}}],"id":15},{"display_name":"Thunderstorm","desc":"After casting Meteor, summon 3 lightning strikes and deal additional damage","base_abil":0,"parents":[15,8],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","target_part":"Lightning Damage","base_spell":3,"multipliers":[30,0,15,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":3,"hits":{"Lightning Damage":3}}],"id":16},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Meteor Damage","behavior":"modify","multipliers":[30,90,0,0,0,0]}],"id":17},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil that damages enemies every 0.4s.","base_abil":0,"parents":[11,7],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":7,"icon":"node_1"},"properties":{"aoe":7,"duration":8},"effects":[{"type":"replace_spell","name":"Burning Sigil","base_spell":6,"display":"DPS","parts":[{"name":"Tick Damage","multipliers":[15,0,0,0,25,0]},{"name":"DPS","hits":{"Tick Damage":2.5}},{"name":"Total Burn Damage","hits":{"Tick Damage":20}}]}],"id":18},{"display_name":"Sunshower","desc":"Heal emit a strong light, damaging nearby enemies.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[9],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[70,0,0,30,0,0]}],"id":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 5, 0.5s cooldown) Ice Snake will deal additional damage to enemies for every Winded they have","archetype":"Riftwalker","archetype_req":3,"parents":[15,16],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"max":5},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:4.Ice Snake Damage"},"scaling":[20],"slider_step":1,"slider_max":5},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"wConvBase:4.Ice Snake Damage"},"scaling":[10]}],"id":20},{"display_name":"Ophanim","desc":"When casting Meteor, instead summon 2 orbs of light with 200 Health that will attack when you use your Main Attack. When they damage an enemy, they lose 20% of their Health. They can be healed back.","archetype":"Light Bender","archetype_req":2,"parents":[19],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[50,0,30,20,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":2}}]},{"type":"add_spell_prop","base_spell":3,"cost":30}],"id":21},{"display_name":"Arcane Transfer","desc":"Meteor and Ice Snake will add +5 Mana to a Mana Bank for every aggressive enemy you hit. Heal will now transfer the content of your Mana Bank into usable Mana instead of healing.","archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"bank":90},"effects":[{"type":"replace_spell","name":"Arcane Transfer","base_spell":1,"parts":[],"display":""}],"id":22},{"display_name":"Cheaper Heal","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[20,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":23},{"display_name":"Purification","desc":"Heal and Arcane Transfer will purify you of all negative effects and fire. (3s Cooldown)","base_abil":1,"parents":[21,23,25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":4,"icon":"node_2"},"properties":{},"effects":[],"id":24},{"display_name":"Sentient Snake","desc":"Ice Snake will follow the direction you're facing, allowing you to control it.","base_abil":3,"parents":[22,24],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a short amount of time.","base_abil":1,"parents":[23],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[23],"dependencies":[20,24],"blockers":[],"cost":2,"display":{"row":18,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"nConvBase:3.Meteor Damage"},{"type":"stat","name":"eConvBase:3.Meteor Damage"},{"type":"stat","name":"nConvBase:3.Per Orb"},{"type":"stat","name":"eConvBase:3.Per Orb"}],"scaling":[15]}],"id":27},{"display_name":"Larger Heal","desc":"Increase your Heal's range.","base_abil":1,"archetype":"Light Bender","archetype_req":0,"parents":[24,25],"dependencies":[2],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":2,"name":"aoe","value":2}]}],"id":28},{"display_name":"Larger Mana Bank","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[25],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":18,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":22,"name":"bank","value":30}]}],"id":29},{"display_name":"Cheaper Ice Snake","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":30},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[24,32],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":31},{"display_name":"Fortitude","desc":"After healing 120% of your max health within 10s, apply a damage bonus to each player you've healed. (15s Cooldown)","base_abil":2,"archetype":"Light Bender","archetype_req":0,"parents":[30,31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":4},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Fortitude","value":100}]}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will stop and explode when it hits an enemy. (Damage is dealt as Main Attack Damage)","base_abil":4,"archetype":"Arcanist","archetype_req":4,"parents":[25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":7,"icon":"node_2"},"properties":{},"__TODO":"replace_spell pyrokinesis damage","effects":[],"id":33},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","archetype":"","archetype_req":0,"parents":[33,36],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"ls"}],"output":{"type":"stat","name":"sdPct"},"scaling":[0.2],"max":50}],"id":34},{"display_name":"Blink","desc":"Teleport will trigger 2 times in quick successions","base_abil":1,"archetype":"Riftwalker","archetype_req":0,"parents":[32,30],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"prop","abil":1,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1}}],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":3,"parents":[34,31,40],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Arcane Restoration","desc":"Pyrokinesis will add +1 Mana every 1s to your Mana Bank when hitting an aggressive enemy.","base_abil":999,"archetype":"Arcanist","archetype_req":0,"parents":[34,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":37},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage Bonus you have, buff Heal's healing power by +0.3%.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[40,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDam"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":38},{"display_name":"Transonic Warp","desc":"Teleport will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[30],"dependencies":[3,20],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:2.Wind Slash"},"scaling":[30]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"tConvBase:2.Wind Slash"},"scaling":[10]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"aConvBase:2.Wind Slash"},"scaling":[5]}],"id":39},{"display_name":"Healthier Ophanim I","desc":"Increase the health of your orbs from Ophanim by +800 and reduce the damage they take when hitting an enemy by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[32,31],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":40},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing the overall healing.","archetype":"Light Bender","base_abil":2,"parents":[40,36],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":23,"col":4,"icon":"node_1"},"properties":{"aoe":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Pulse","power":0.15},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Heal Pulse":2}}],"id":41},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to nearby enemies.","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[39,38],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":42},{"display_name":"Lightweaver","desc":"After healing 60% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb Damage","parts":[{"name":"Single Orb","type":"damage","multipliers":[30,0,0,0,20,0]},{"name":"Orb Damage","type":"total","hits":{"Single Orb":3}}]}],"id":43},{"display_name":"Arcane Speed","desc":"After casting Heal or Arcane Transfer, gain +80% speed for 3s. (8s Cooldown)","base_abil":2,"parents":[43,45],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":44},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[34,44],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":45},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[45,44],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[42],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":47},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[42,52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":48},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[52,43,44],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":49},{"display_name":"Chaos Explosion","desc":"When your Mana Bank reaches 120, casting Arcane Transfer will rapidly unleash the last 3 spells you've cast in order.","base_abil":22,"archetype":"Arcanist","archetype_req":8,"parents":[45],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":50},{"display_name":"Arcane Power","desc":"Meteor and Ice Snake will add +2 Mana to your Mana Bank for each aggressive mob you hit.","base_abil":22,"archetype":"Arcanist","archetype_req":0,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":29,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":51},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":1,"parents":[48,49],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","target_part":"Explosion Damage","base_spell":2,"multipliers":[50,0,0,0,30,0]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Explosion Damage":1}}],"id":52},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":3,"archetype":"Riftwalker","archetype_req":7,"parents":[48,52],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake","base_spell":4,"multipliers":[0,0,0,0,0,20]}],"id":53},{"display_name":"Time Dilation","desc":"When sprinting, create an area that increases the speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Better Ophanim","desc":"Increase your maximum orbs from Ophanim by +1.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[52,49],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":1}}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies completely for 2s.","base_abil":3,"parents":[50],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Devitalize","desc":"Enemies will deal -2% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[58,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"More Winded II","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[54],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":58},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 100%)","parents":[58,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sprint"}],"output":{"type":"stat","name":"tDamPct"},"scaling":[0.5],"max":100}],"id":59},{"display_name":"Divination","desc":"Increase your maximum orbs from Ophanim by +3 and reduce their damage.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[59,61],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":32,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[-50,0,-10,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":3}}],"id":60},{"display_name":"Healthier Ophanim II","desc":"Increase the health of your orbs from Ophanim by +3000.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[55],"dependencies":[40],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"display_name":"Sunflare","desc":"After healing 400% of your max health within 10s, your next Heal will make every nearby ally temporarily immune.","archetype":"Light Bender","archetype_req":12,"base_abil":2,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":62},{"display_name":"Larger Mana Bank III","desc":"Increase your maximum Mana Bank by +30.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits.","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[63],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":64},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[64],"dependencies":[50],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":65},{"display_name":"Manastorm","desc":"If you have more than 100 Mana, casting a spell will give you +10 mana over 5s.","archetype":"Arcanist","archetype_req":1,"parents":[69,64,62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":66},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs by +2.","archetype":"Light Bender","archetype_req":0,"base_abil":43,"parents":[69,66],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":35,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb Damage","hits":{"Single Orb":2}}],"id":67},{"display_name":"Timelock","desc":"Holding shift and casting Heal will absorb all Winded on nearby enemies and make you Timelocked. While Timelocked, your mana will not be depleted and you become immovable from outside forces. Enemies will recieve Winded damage from all absorbed stacks. (Max 30)","archetype":"Riftwalker","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":0,"icon":"node_3"},"properties":{},"effects":[],"id":68},{"display_name":"Cheaper Heal II","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[68,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":69}]} \ No newline at end of file From 1b95bcd5b3c159cd3fe7c7bf7ebcb32fedd3e5c0 Mon Sep 17 00:00:00 2001 From: hppeng Date: Mon, 11 Jul 2022 08:18:26 -0700 Subject: [PATCH 15/81] Edit ambivalence to not be op --- clean.json | 49 ++++++++++++++-------------- compress.json | 2 +- py_script/merge.json | 77 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 103 insertions(+), 25 deletions(-) diff --git a/clean.json b/clean.json index adc5a6e..426d146 100644 --- a/clean.json +++ b/clean.json @@ -2209,6 +2209,31 @@ "spPct3": -100, "id": 3600 }, + { + "name": "Ambivalence", + "tier": "Legendary", + "material": "259:29", + "category": "accessory", + "drop": "never", + "restrict": "Untradable", + "fDef": 70, + "aDef": 70, + "tDef": 70, + "lvl": 100, + "dexReq": 40, + "agiReq": 40, + "defReq": 40, + "sdPct": 250, + "int": -100, + "wDamPct": 50, + "type": "necklace", + "fixID": true, + "spPct1": 130, + "spPct2": 85, + "spPct3": 130, + "spPct4": 100, + "id": 3618 + }, { "name": "Dondasch", "tier": "Legendary", @@ -17901,30 +17926,6 @@ "fixID": true, "id": 776 }, - { - "name": "Ambivalence", - "tier": "Legendary", - "category": "accessory", - "drop": "never", - "restrict": "Untradable", - "fDef": 70, - "aDef": 70, - "tDef": 70, - "lvl": 100, - "dexReq": 40, - "agiReq": 40, - "defReq": 40, - "sdPct": 250, - "int": -100, - "wDamPct": 50, - "type": "necklace", - "fixID": true, - "spPct1": 91, - "spPct2": 60, - "spPct3": 91, - "spPct4": 70, - "id": 3618 - }, { "name": "The Evolved", "tier": "Legendary", diff --git a/compress.json b/compress.json index c2fad7f..3fcfdb3 100644 --- a/compress.json +++ b/compress.json @@ -1 +1 @@ -{"items": [{"name": "Keratoconus", "type": "helmet", "tier": "Legendary", "majorIds": [], "tDamPct-base": -40, "wDamPct-base": 30, "aDamPct-base": 35, "hprPct-base": -50, "mr-base": 8, "spRaw4-base": -4, "category": "armor", "displayName": "Keratoconus", "slots": 3, "hp": 3900, "fDef": -150, "aDef": 250, "tDef": -150, "lvl": 101, "intReq": 65, "agiReq": 65, "hprPct": -50, "mr": 8, "int": 15, "def": -10, "wDamPct": 30, "aDamPct": 35, "tDamPct": -40, "spRaw4": -4, "id": 3579}, {"name": "Wanderlust", "type": "chestplate", "tier": "Legendary", "majorIds": [], "wDamPct-base": 20, "aDamPct-base": 30, "sdRaw-base": 208, "hprPct-base": -15, "ms-base": -11, "ls-base": 230, "spd-base": 25, "category": "armor", "displayName": "Wanderlust", "slots": 2, "hp": 3500, "fDef": -75, "wDef": 100, "aDef": 100, "tDef": 75, "lvl": 103, "dexReq": 45, "agiReq": 55, "hprPct": -15, "ls": 230, "ms": -12, "spd": 25, "sdRaw": 208, "wDamPct": 20, "aDamPct": 30, "id": 3592}, {"name": "Anaerobic", "type": "leggings", "tier": "Legendary", "majorIds": [], "eDamPct-base": 24, "aDamPct-base": 32, "atkTier-base": -1, "mr-base": 8, "ref-base": 48, "spRaw1-base": -5, "category": "armor", "displayName": "Anaerobic", "slots": 4, "hp": 3850, "wDef": -150, "aDef": 100, "eDef": 100, "lvl": 104, "strReq": 60, "agiReq": 60, "mr": 8, "ref": 48, "str": 12, "atkTier": -1, "aDamPct": 32, "eDamPct": 24, "spRaw1": -8, "id": 3611}, {"name": "Danse Macabre", "type": "relik", "tier": "Rare", "majorIds": [], "sdRaw-base": 184, "atkTier-base": 1, "hpBonus-base": -1150, "hprPct-base": -204, "ms-base": 13, "spRaw1-base": -7, "category": "weapon", "displayName": "Danse Macabre", "basedps": 238, "slots": 1, "nDam": "0-0", "fDam": "97-141", "wDam": "0-0", "aDam": "0-0", "tDam": "24-214", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 102, "classReq": "Shaman", "dexReq": 55, "defReq": 50, "ms": 13, "atkTier": 1, "hpBonus": -1150, "hprRaw": -204, "sdRaw": 184, "spRaw1": -7, "id": 3614}, {"name": "Darkness's Dogma", "type": "bow", "tier": "Rare", "majorIds": [], "hpBonus-base": 1500, "wDefPct-base": -50, "fDefPct-base": -50, "ms-base": 13, "ls-base": -700, "ref-base": 25, "category": "weapon", "displayName": "Darkness's Dogma", "basedps": 1250, "slots": 3, "nDam": "0-0", "fDam": "550-700", "wDam": "600-650", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 103, "classReq": "Archer", "intReq": 60, "defReq": 50, "ls": -700, "ms": 13, "ref": 25, "hpBonus": 1500, "fDefPct": -50, "wDefPct": -50, "id": 3654}, {"name": "Frameshift", "type": "wand", "tier": "Rare", "majorIds": [], "wDamPct-base": -30, "mdPct-base": 25, "mr-base": 7, "ls-base": 380, "spRaw1-base": -4, "category": "weapon", "displayName": "Frameshift", "basedps": 360, "slots": 3, "nDam": "0-0", "fDam": "160-200", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-210", "atkSpd": "VERY_SLOW", "lvl": 104, "classReq": "Mage", "strReq": 40, "defReq": 60, "mr": 7, "mdPct": 25, "ls": 380, "def": 20, "wDamPct": -30, "spRaw1": -4, "id": 3655}, {"name": "Helminth", "type": "spear", "tier": "Rare", "majorIds": [], "tDamPct-base": 20, "atkTier-base": 1, "hpBonus-base": -1250, "wDefPct-base": -35, "aDefPct-base": -35, "ls-base": 500, "category": "weapon", "displayName": "Helminth", "basedps": 100, "slots": 2, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-199", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 102, "classReq": "Warrior", "dexReq": 65, "ls": 500, "atkTier": 1, "hpBonus": -1250, "tDamPct": 20, "wDefPct": -35, "aDefPct": -35, "id": 3656}, {"name": "Lanternfly Leg", "type": "dagger", "tier": "Rare", "majorIds": [], "fDamPct-base": 23, "aDamPct-base": 23, "hpBonus-base": 1000, "jh-base": 1, "spd-base": 30, "spRaw2-base": -2, "category": "weapon", "displayName": "Lanternfly Leg", "basedps": 180, "slots": 3, "nDam": "150-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 101, "classReq": "Assassin", "agiReq": 50, "defReq": 50, "spd": 30, "hpBonus": 1000, "fDamPct": 23, "aDamPct": 23, "spRaw2": -4, "jh": 1, "id": 3657}, {"name": "Dissonance", "type": "helmet", "tier": "Unique", "majorIds": [], "tDamPct-base": 12, "wDamPct-base": 20, "sdPct-base": 20, "ls-base": -275, "spd-base": -20, "sprint-base": 20, "lb-base": 20, "category": "armor", "displayName": "Dissonance", "sprint": 20, "slots": 2, "hp": 3050, "wDef": 100, "aDef": -175, "tDef": 100, "lvl": 103, "dexReq": 50, "intReq": 50, "sdPct": 20, "ls": -275, "lb": 20, "spd": -20, "wDamPct": 20, "tDamPct": 12, "id": 3658}, {"name": "Roridula", "type": "chestplate", "tier": "Unique", "majorIds": [], "tDamPct-base": -30, "wDamPct-base": 25, "ms-base": 8, "spd-base": 15, "spPct4-base": 14, "xpb-base": 25, "category": "armor", "displayName": "Roridula", "slots": 2, "hp": 3675, "fDef": -150, "eDef": 150, "lvl": 104, "strReq": 55, "intReq": 55, "ms": 8, "xpb": 25, "str": 10, "spd": 15, "wDamPct": 25, "tDamPct": -30, "spPct4": 14, "id": 3659}, {"name": "Atomizer", "type": "leggings", "tier": "Unique", "majorIds": [], "poison-base": 600, "wDefPct-base": 31, "fDefPct-base": 31, "hprPct-base": 37, "thorns-base": 25, "jh-base": 1, "category": "armor", "displayName": "Atomizer", "poison": 600, "thorns": 25, "slots": 3, "hp": 4350, "fDef": 120, "wDef": 120, "aDef": 200, "lvl": 102, "agiReq": 75, "hprPct": 37, "agi": 8, "fDefPct": 31, "wDefPct": 31, "jh": 1, "id": 3660}, {"name": "Wasteland Azalea", "type": "boots", "tier": "Unique", "majorIds": [], "eDamPct-base": 25, "aDamPct-base": 25, "sdRaw-base": 140, "atkTier-base": -1, "poison-base": 500, "sprint-base": -15, "spRaw3-base": -6, "category": "armor", "displayName": "Wasteland Azalea", "poison": 500, "sprint": -15, "slots": 3, "hp": 2750, "fDef": -75, "eDef": 75, "lvl": 101, "strReq": 45, "agiReq": 50, "atkTier": -1, "sdRaw": 140, "aDamPct": 25, "eDamPct": 25, "spRaw3": -6, "id": 3661}, {"name": "Tranquility", "type": "ring", "tier": "Unique", "majorIds": [], "sdPct-base": 5, "hprPct-base": 17, "spd-base": -7, "category": "accessory", "displayName": "Tranquility", "hp": 550, "fDef": 50, "wDef": 50, "lvl": 101, "intReq": 45, "defReq": 45, "hprPct": 17, "sdPct": 5, "str": -3, "dex": -3, "spd": -7, "id": 3662}, {"name": "Misalignment", "type": "bracelet", "tier": "Unique", "majorIds": [], "eDamPct-base": 6, "tDamPct-base": 6, "wDamPct-base": 10, "mr-base": 3, "category": "accessory", "displayName": "Misalignment", "lvl": 101, "strReq": 35, "dexReq": 45, "mr": 3, "dex": 3, "int": 3, "wDamPct": 10, "tDamPct": 6, "eDamPct": 6, "id": 3663}, {"name": "Grafted Eyestalk", "type": "necklace", "tier": "Unique", "majorIds": [], "sdPct-base": 8, "hprPct-base": -11, "spRaw1-base": -1, "category": "accessory", "displayName": "Grafted Eyestalk", "hp": -600, "tDef": -40, "eDef": -40, "lvl": 101, "agiReq": 40, "defReq": 40, "hprPct": -12, "sdPct": 8, "agi": 5, "def": 5, "spRaw1": -1, "id": 3664}, {"name": "Forbearance", "type": "ring", "tier": "Fabled", "majorIds": [], "tDamPct-base": -15, "wDamPct-base": -15, "mr-base": 4, "ls-base": 120, "category": "accessory", "displayName": "Forbearance", "lvl": 105, "dexReq": 60, "intReq": 60, "mr": 4, "ls": 120, "dex": 6, "int": 6, "wDamPct": -15, "tDamPct": -15, "id": 3665}, {"name": "Ingress", "type": "ring", "tier": "Fabled", "majorIds": [], "eDamPct-base": 8, "aDamPct-base": 8, "sdRaw-base": 55, "category": "accessory", "displayName": "Ingress", "aDef": 55, "eDef": 55, "lvl": 105, "strReq": 55, "agiReq": 55, "dex": 4, "int": 2, "def": 4, "sdRaw": 55, "aDamPct": 8, "eDamPct": 8, "id": 3666}, {"name": "Breakthrough", "type": "bracelet", "tier": "Fabled", "majorIds": [], "sdPct-base": 13, "sdRaw-base": 75, "ms-base": 6, "spRaw2-base": -4, "category": "accessory", "displayName": "Breakthrough", "fDef": -30, "tDef": -45, "eDef": -45, "lvl": 105, "intReq": 45, "agiReq": 45, "sdPct": 13, "ms": 6, "str": -4, "dex": -4, "def": -6, "sdRaw": 75, "spRaw2": -4, "id": 3667}, {"name": "Detachment", "type": "bracelet", "tier": "Fabled", "majorIds": [], "mdRaw-base": -85, "sdRaw-base": -65, "spd-base": 13, "spPct4-base": -13, "category": "accessory", "displayName": "Detachment", "aDef": 60, "tDef": 60, "lvl": 105, "dexReq": 55, "agiReq": 60, "spd": 13, "sdRaw": -65, "mdRaw": -85, "spPct4": -13, "id": 3668}, {"name": "Exhibition", "type": "necklace", "tier": "Fabled", "majorIds": [], "mr-base": -4, "spRaw1-base": -2, "spRaw2-base": -2, "spRaw3-base": -2, "spRaw4-base": -2, "category": "accessory", "displayName": "Exhibition", "fDef": -30, "wDef": 60, "aDef": -30, "tDef": -30, "eDef": -30, "lvl": 105, "intReq": 80, "mr": -4, "spRaw1": -2, "spRaw2": -2, "spRaw3": -2, "spRaw4": -2, "id": 3669}, {"name": "Simulacrum", "type": "necklace", "tier": "Fabled", "majorIds": [], "sdRaw-base": 150, "hprRaw-base": -150, "mr-base": 5, "spd-base": 8, "category": "accessory", "displayName": "Simulacrum", "hp": -800, "fDef": -90, "eDef": -70, "lvl": 105, "strReq": 55, "defReq": 45, "mr": 5, "spd": 8, "hprRaw": -150, "sdRaw": 150, "id": 3670}, {"name": "Medeis", "type": "chestplate", "tier": "Unique", "majorIds": [], "tDamPct-base": 8, "wDamPct-base": 8, "fDamPct-base": 8, "sdPct-base": 8, "category": "armor", "displayName": "Medeis", "slots": 3, "hp": 2950, "fDef": 75, "wDef": 75, "aDef": -100, "tDef": 75, "eDef": -100, "lvl": 100, "dexReq": 40, "intReq": 40, "defReq": 40, "sdPct": 8, "dex": 10, "int": 10, "def": 10, "fDamPct": 8, "wDamPct": 8, "aDamPct": -75, "tDamPct": 8, "eDamPct": -75, "id": 1763}, {"name": "Roulette", "type": "dagger", "tier": "Rare", "majorIds": [], "category": "weapon", "displayName": "Roulette", "basedps": 29, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-58", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 79, "dexReq": 40, "xpb": 8, "lb": 8, "dex": 8, "tDamPct": 888, "id": 2368}, {"name": "Prowess", "type": "bracelet", "tier": "Legendary", "majorIds": [], "quest": "The Qira Hive", "category": "accessory", "displayName": "Prowess", "hp": 425, "lvl": 100, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "fixID": true, "id": 1284}, {"name": "Caesura", "type": "helmet", "tier": "Unique", "majorIds": [], "category": "armor", "displayName": "Caesura", "slots": 2, "hp": 2450, "wDef": -250, "tDef": 100, "eDef": 100, "lvl": 93, "strReq": 45, "dexReq": 60, "intReq": 30, "mr": -15, "sdPct": 10, "ms": -15, "str": 10, "int": 15, "sdRaw": 231, "tDamPct": 25, "eDamPct": 25, "id": 463}, {"name": "Gigabyte", "type": "necklace", "tier": "Legendary", "mr-base": -4, "category": "accessory", "displayName": "Gigabyte", "thorns": 8, "hp": -512, "lvl": 93, "mr": -4, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 8, "hprRaw": 48, "fixID": true, "id": 731}, {"name": "Pro Tempore", "type": "boots", "tier": "Unique", "majorIds": [], "sdRaw-base": 104, "category": "armor", "displayName": "Pro Tempore", "slots": 4, "hp": 2350, "wDef": -50, "tDef": -50, "lvl": 88, "dexReq": 40, "intReq": 50, "mr": 10, "sdPct": 20, "ls": 165, "ms": -15, "int": 10, "sdRaw": 104, "id": 3577}, {"name": "Orange Lily", "type": "bow", "tier": "Legendary", "category": "weapon", "displayName": "Orange Lily", "basedps": 507.5, "slots": 3, "nDam": "75-140", "fDam": "0-0", "wDam": "165-235", "aDam": "0-0", "tDam": "0-0", "eDam": "165-235", "atkSpd": "SLOW", "lvl": 96, "strReq": 50, "intReq": 60, "mr": 10, "wDamPct": 20, "aDamPct": -150, "eDamPct": 20, "aDefPct": -100, "fixID": true, "spRaw3": -5, "spRaw4": 50, "id": 717}, {"name": "Brainwash", "type": "helmet", "tier": "Rare", "majorIds": [], "mr-base": 10, "ms-base": 15, "category": "armor", "displayName": "Brainwash", "hp": 2800, "wDef": -220, "tDef": 100, "eDef": 70, "lvl": 96, "strReq": 40, "dexReq": 70, "hprPct": -40, "mr": 10, "sdPct": 10, "ms": 15, "str": 13, "int": -50, "sdRaw": 190, "wDamPct": -30, "tDamPct": 15, "id": 416}, {"name": "Second Wind", "type": "leggings", "tier": "Fabled", "majorIds": [], "ls-base": -475, "category": "armor", "displayName": "Second Wind", "slots": 3, "hp": 6325, "fDef": 120, "aDef": 120, "tDef": -350, "eDef": -350, "lvl": 83, "agiReq": 40, "defReq": 65, "hprPct": -30, "ls": -475, "agi": 20, "spd": 20, "atkTier": 1, "id": 2973}, {"name": "Cumulonimbus", "type": "helmet", "tier": "Rare", "majorIds": [], "sdPct-base": 15, "category": "armor", "displayName": "Cumulonimbus", "slots": 3, "hp": 1800, "wDef": 70, "aDef": 70, "tDef": 70, "lvl": 94, "dexReq": 30, "intReq": 30, "agiReq": 30, "sdPct": 15, "dex": 10, "int": 10, "agi": 10, "spd": 25, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "id": 696}, {"name": "Morrowind", "type": "wand", "tier": "Legendary", "majorIds": [], "sdRaw-base": 145, "category": "weapon", "displayName": "Morrowind", "basedps": 135, "slots": 3, "nDam": "30-60", "fDam": "0-0", "wDam": "0-0", "aDam": "45-135", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 96, "agiReq": 45, "ref": 46, "agi": 14, "spd": 23, "sdRaw": 145, "aDamPct": 23, "eDamPct": -15, "aDefPct": 23, "id": 1818}, {"name": "Anima-Infused Helmet", "displayName": "Boreal-Patterned Crown", "type": "helmet", "tier": "Legendary", "quest": "The Qira Hive", "category": "armor", "slots": 2, "hp": 3000, "wDef": 150, "aDef": 150, "tDef": 150, "lvl": 100, "dexReq": 40, "intReq": 40, "agiReq": 40, "mr": 8, "sdPct": 20, "mdPct": -40, "str": -30, "def": -30, "sdRaw": 300, "wDamPct": 25, "aDamPct": 25, "tDamPct": 25, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "fixID": true, "id": 1267}, {"name": "Corsair", "type": "helmet", "tier": "Unique", "majorIds": [], "ms-base": 5, "spPct1-base": -10, "spPct4-base": -14, "category": "armor", "displayName": "Corsair", "slots": 2, "hp": 2900, "aDef": 110, "tDef": 80, "eDef": -140, "lvl": 99, "dexReq": 55, "agiReq": 35, "ms": 5, "dex": 8, "spd": 11, "eSteal": 4, "aDamPct": 12, "tDamPct": 10, "spPct1": -10, "spPct4": -14, "id": 658}, {"name": "Scaldsteppers", "type": "boots", "tier": "Unique", "majorIds": [], "spRaw3-base": -4, "category": "armor", "displayName": "Scaldsteppers", "slots": 2, "hp": 2325, "fDef": 80, "wDef": 110, "aDef": -90, "tDef": -100, "lvl": 90, "intReq": 40, "defReq": 30, "sdPct": 20, "int": 7, "expd": 10, "fDamPct": 10, "wDamPct": 10, "aDamPct": -12, "spRaw3": -4, "id": 2956}, {"name": "Charging Flame", "type": "spear", "tier": "Rare", "majorIds": [], "mr-base": 5, "spRaw2-base": -12, "category": "weapon", "displayName": "Charging Flame", "basedps": 190, "slots": 2, "nDam": "20-40", "fDam": "20-140", "wDam": "40-120", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 94, "intReq": 40, "defReq": 40, "mr": 5, "sdPct": 12, "mdPct": 12, "expd": 24, "hpBonus": -1200, "fDamPct": 12, "wDamPct": 12, "tDefPct": -25, "spRaw2": -12, "id": 519}, {"name": "Aphotic", "type": "helmet", "tier": "Legendary", "majorIds": [], "spRaw3-base": -7, "category": "armor", "displayName": "Aphotic", "slots": 2, "hp": 3200, "wDef": 150, "tDef": -150, "lvl": 98, "intReq": 100, "sdPct": 50, "dex": -80, "int": 5, "atkTier": -6, "spRaw3": -7, "id": 133}, {"name": "Silent Ballet", "type": "relik", "tier": "Unique", "majorIds": [], "category": "weapon", "displayName": "Silent Ballet", "basedps": 231, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "110-121", "tDam": "0-0", "eDam": "110-121", "atkSpd": "FAST", "lvl": 83, "strReq": 40, "agiReq": 40, "sdPct": -40000, "mdPct": 40, "sdRaw": -40000, "spPct1": -40, "spRaw1": -400, "spPct2": -40, "spRaw2": -400, "spPct3": -40, "spRaw3": -400, "spPct4": -40, "spRaw4": -400, "id": 3021}, {"name": "Rhythm of the Seasons", "type": "spear", "tier": "Fabled", "majorIds": ["RALLY"], "mr-base": 15, "category": "weapon", "displayName": "Rhythm of the Seasons", "basedps": 165, "slots": 2, "nDam": "40-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-140", "atkSpd": "VERY_FAST", "lvl": 100, "strReq": 80, "defReq": 60, "mr": 15, "def": 12, "hpBonus": 1800, "hprRaw": -660, "wDamPct": 25, "id": 3598}, {"name": "Sorrow", "type": "chestplate", "tier": "Rare", "category": "armor", "displayName": "Sorrow", "slots": 1, "hp": 1400, "wDef": 150, "tDef": -150, "lvl": 72, "intReq": 95, "mr": 5, "sdPct": 8, "ms": -20, "spRegen": 20, "wDamPct": 42, "fixID": true, "spRaw1": -8, "id": 666}, {"name": "Condensation", "type": "boots", "tier": "Unique", "majorIds": [], "spRaw3-base": -6, "category": "armor", "displayName": "Condensation", "hp": 2000, "wDef": 100, "tDef": -120, "lvl": 87, "intReq": 75, "sdPct": 30, "mdPct": -30, "int": 10, "tDefPct": -20, "spRaw3": -6, "id": 586}, {"name": "Augoeides", "type": "chestplate", "tier": "Rare", "majorIds": [], "mr-base": 5, "spRaw3-base": -5, "category": "armor", "displayName": "Augoeides", "hp": 1000, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 63, "intReq": 65, "mr": 5, "xpb": 5, "lb": 8, "ref": 30, "spRegen": 10, "mdRaw": -52, "spRaw3": -5, "id": 169}, {"name": "Matryoshka Shell", "type": "chestplate", "tier": "Legendary", "majorIds": [], "spRaw1-base": -5, "category": "armor", "displayName": "Matryoshka Shell", "slots": 18, "hp": 550, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 55, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "xpb": 20, "lb": 20, "spd": 10, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "spRaw1": -5, "id": 1764}, {"name": "Pure", "type": "wand", "tier": "Mythic", "majorIds": ["ENTROPY"], "ms-base": 30, "spRaw3-base": 6, "category": "weapon", "displayName": "Pure", "basedps": 70, "nDam": "0-5", "fDam": "0-0", "wDam": "20-45", "aDam": "15-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 65, "intReq": 50, "agiReq": 30, "sdPct": 400, "mdPct": -100, "ms": 30, "xpb": 30, "ref": 20, "spRaw3": 6, "id": 1711}, {"name": "Resurgence", "type": "boots", "tier": "Mythic", "majorIds": [], "mr-base": 30, "category": "armor", "displayName": "Resurgence", "slots": 4, "hp": 4550, "fDef": 125, "wDef": 175, "lvl": 91, "intReq": 65, "defReq": 90, "mr": 30, "sdPct": -35, "mdPct": -45, "int": 25, "spd": -14, "spRegen": 20, "hprRaw": 390, "id": 1717}, {"name": "Galleon", "type": "boots", "tier": "Mythic", "majorIds": [], "ms-base": 20, "category": "armor", "displayName": "Galleon", "poison": 4231, "slots": 3, "hp": 4500, "wDef": 250, "aDef": -175, "eDef": 200, "lvl": 92, "strReq": 65, "intReq": 60, "mdPct": 45, "ms": 20, "lb": 20, "atkTier": -1, "eSteal": 15, "wDamPct": 36, "eDamPct": 36, "id": 1702}, {"name": "Boreal", "type": "boots", "tier": "Mythic", "majorIds": [], "mr-base": 10, "category": "armor", "displayName": "Boreal", "slots": 3, "hp": 5000, "fDef": 250, "aDef": 375, "lvl": 93, "agiReq": 65, "defReq": 75, "hprPct": 100, "mr": 10, "ref": 25, "spd": 25, "hprRaw": 269, "tDamPct": -75, "eDamPct": -75, "fDefPct": 50, "aDefPct": 50, "id": 1687}, {"name": "Freedom", "type": "bow", "tier": "Mythic", "majorIds": [], "mr-base": 10, "category": "weapon", "displayName": "Freedom", "basedps": 485, "slots": 4, "nDam": "0-0", "fDam": "75-119", "wDam": "65-129", "aDam": "55-139", "tDam": "45-149", "eDam": "85-109", "atkSpd": "NORMAL", "lvl": 93, "strReq": 40, "dexReq": 40, "intReq": 40, "agiReq": 40, "defReq": 40, "mr": 10, "agi": 30, "spd": 15, "hpBonus": 1000, "sdRaw": 111, "mdRaw": 111, "id": 1695}, {"name": "Olympic", "type": "relik", "tier": "Mythic", "majorIds": [], "spRaw1-base": -10, "spRaw2-base": -10, "category": "weapon", "displayName": "Olympic", "basedps": 360, "slots": 3, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "345-375", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 93, "agiReq": 105, "agi": 25, "spd": 35, "aDamPct": 20, "aDefPct": 30, "spRaw1": -10, "spRaw2": -10, "jh": 6, "id": 1718}, {"name": "Guardian", "type": "spear", "tier": "Mythic", "majorIds": ["GUARDIAN"], "category": "weapon", "displayName": "Guardian", "basedps": 255, "thorns": 25, "slots": 3, "nDam": "50-90", "fDam": "165-205", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "defReq": 110, "mr": 1, "def": 20, "hpBonus": 6000, "hprRaw": 585, "fDefPct": 20, "wDefPct": 20, "eDefPct": 20, "id": 1701}, {"name": "Hadal", "type": "relik", "tier": "Mythic", "majorIds": [], "mr-base": 30, "spPct3-base": 112, "spPct4-base": 112, "category": "weapon", "displayName": "Hadal", "basedps": 1950, "slots": 3, "nDam": "0-0", "fDam": "0-0", "wDam": "1750-2150", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 94, "intReq": 130, "mr": 30, "sdPct": 75, "spPct3": 112, "spPct4": 112, "id": 1703}, {"name": "Nullification", "type": "dagger", "tier": "Mythic", "majorIds": [], "ms-base": 16, "category": "weapon", "displayName": "Nullification", "basedps": 315, "poison": -7000, "slots": 3, "nDam": "0-0", "fDam": "36-90", "wDam": "46-80", "aDam": "28-98", "tDam": "22-104", "eDam": "60-66", "atkSpd": "FAST", "lvl": 95, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "ls": 495, "ms": 16, "ref": 80, "def": 40, "fDefPct": 143, "wDefPct": 143, "aDefPct": 143, "tDefPct": 143, "eDefPct": 143, "id": 1714}, {"name": "Idol", "type": "spear", "tier": "Mythic", "majorIds": [], "mr-base": 10, "spRaw2-base": -50, "category": "weapon", "displayName": "Idol", "basedps": 280, "slots": 3, "nDam": "0-0", "fDam": "0-0", "wDam": "230-330", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "intReq": 120, "mr": 10, "ref": 30, "int": 26, "spRegen": 25, "sdRaw": 264, "wDefPct": 15, "spRaw2": -50, "id": 1705}, {"name": "Dawnbreak", "type": "boots", "tier": "Mythic", "majorIds": [], "ms-base": 12, "category": "armor", "displayName": "Dawnbreak", "slots": 2, "hp": 4225, "fDef": 200, "wDef": -125, "aDef": -125, "tDef": 200, "lvl": 96, "dexReq": 65, "defReq": 65, "ls": 350, "ms": 12, "expd": 23, "atkTier": -20, "mdRaw": 2700, "fDamPct": 27, "tDamPct": 27, "id": 1691}, {"name": "Cataclysm", "type": "dagger", "tier": "Mythic", "majorIds": [], "category": "weapon", "displayName": "Cataclysm", "basedps": 265, "thorns": 21, "slots": 3, "nDam": "40-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "45-305", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 96, "dexReq": 120, "dex": 20, "hpBonus": -6000, "eSteal": 5, "tDamPct": 17, "spRaw1": -1, "id": 1690}, {"name": "Grimtrap", "type": "dagger", "tier": "Mythic", "majorIds": [], "ms-base": -10, "spRaw4-base": -10, "category": "weapon", "displayName": "Grimtrap", "basedps": 570, "poison": 2000, "thorns": 70, "slots": 3, "nDam": "175-235", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "305-425", "atkSpd": "SLOW", "lvl": 96, "strReq": 100, "ls": 650, "ms": -10, "str": 15, "spRaw2": 1, "spRaw4": -10, "id": 1699}, {"name": "Weathered", "type": "dagger", "tier": "Mythic", "majorIds": ["ROVINGASSASSIN"], "ms-base": 16, "category": "weapon", "displayName": "Weathered", "basedps": 245, "slots": 3, "nDam": "40-80", "fDam": "0-0", "wDam": "0-0", "aDam": "140-230", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "agiReq": 110, "ms": 16, "ref": 25, "agi": 15, "expd": -50, "spd": 25, "atkTier": 1, "aDamPct": 20, "id": 1726}, {"name": "Thrundacrack", "type": "spear", "tier": "Mythic", "majorIds": [], "spRaw3-base": -6, "category": "weapon", "displayName": "Thrundacrack", "basedps": 205, "slots": 4, "nDam": "50-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "50-220", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "dexReq": 105, "hprPct": -60, "dex": 35, "spd": 9, "wDamPct": 60, "tDamPct": 25, "spRaw3": -6, "id": 1722}, {"name": "Lament", "type": "wand", "tier": "Mythic", "majorIds": [], "ms-base": 40, "spPct1-base": -35, "category": "weapon", "displayName": "Lament", "basedps": 265, "slots": 3, "nDam": "70-90", "fDam": "0-0", "wDam": "180-190", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 96, "intReq": 110, "ls": -500, "ms": 40, "int": 20, "wDamPct": 80, "spPct1": -35, "id": 1710}, {"name": "Toxoplasmosis", "type": "relik", "tier": "Mythic", "majorIds": [], "ms-base": 18, "category": "weapon", "displayName": "Toxoplasmosis", "basedps": 3, "poison": 10000, "slots": 2, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "3-3", "atkSpd": "VERY_FAST", "lvl": 96, "strReq": 110, "ls": 500, "ms": 18, "lb": 20, "str": 40, "spd": 20, "id": 1724}, {"name": "Stardew", "type": "boots", "tier": "Mythic", "majorIds": [], "mr-base": -9, "ms-base": 15, "category": "armor", "displayName": "Stardew", "slots": 2, "hp": 4075, "fDef": -100, "wDef": 150, "aDef": -100, "tDef": 150, "eDef": -100, "lvl": 97, "dexReq": 65, "intReq": 75, "mr": -9, "ms": 15, "ref": 25, "sdRaw": 313, "wDamPct": 35, "tDamPct": 35, "id": 1723}, {"name": "Divzer", "type": "bow", "tier": "Mythic", "majorIds": [], "ms-base": 30, "category": "weapon", "displayName": "Divzer", "basedps": 299, "slots": 3, "nDam": "48-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "250-250", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "dexReq": 115, "ls": 973, "ms": 30, "dex": 37, "agi": -550, "def": -39, "atkTier": 1, "sdRaw": 253, "mdRaw": 536, "fDamPct": -550, "wDamPct": -550, "id": 1692}, {"name": "Inferno", "type": "dagger", "tier": "Mythic", "majorIds": [], "category": "weapon", "displayName": "Inferno", "basedps": 950, "slots": 3, "nDam": "0-0", "fDam": "855-1045", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "defReq": 105, "hprPct": -45, "mr": -1, "mdPct": 25, "def": 15, "spd": 25, "hpBonus": 1500, "mdRaw": 560, "fDamPct": 35, "wDefPct": -40, "spRaw1": -1, "id": 1707}, {"name": "Nirvana", "type": "dagger", "tier": "Mythic", "majorIds": ["ARCANES"], "mr-base": 10, "ms-base": -20, "category": "weapon", "displayName": "Nirvana", "basedps": 352.5, "slots": 3, "nDam": "0-0", "fDam": "0-0", "wDam": "320-385", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 97, "intReq": 110, "mr": 10, "sdPct": 25, "mdPct": -80, "ms": -20, "ref": 15, "int": 40, "hpBonus": -2000, "id": 1712}, {"name": "Collapse", "type": "spear", "tier": "Mythic", "majorIds": ["FISSION"], "ms-base": 18, "category": "weapon", "displayName": "Collapse", "basedps": 827.5, "slots": 3, "nDam": "40-65", "fDam": "0-310", "wDam": "0-310", "aDam": "0-310", "tDam": "0-310", "eDam": "0-310", "atkSpd": "VERY_SLOW", "lvl": 97, "strReq": 35, "dexReq": 35, "intReq": 35, "agiReq": 35, "defReq": 35, "mdPct": 50, "ms": 18, "str": 45, "expd": 250, "fDefPct": -65, "wDefPct": -65, "aDefPct": -65, "tDefPct": -65, "eDefPct": -65, "id": 1693}, {"name": "Gaia", "type": "wand", "tier": "Mythic", "majorIds": [], "spRaw4-base": -9, "category": "weapon", "displayName": "Gaia", "basedps": 620, "poison": 2500, "thorns": 15, "slots": 3, "nDam": "150-220", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "380-490", "atkSpd": "VERY_SLOW", "lvl": 97, "strReq": 105, "mdPct": 15, "str": 25, "sdRaw": -275, "mdRaw": 575, "spRaw4": -9, "id": 1700}, {"name": "Absolution", "type": "relik", "tier": "Mythic", "majorIds": [], "mr-base": 16, "spRaw1-base": -20, "category": "weapon", "displayName": "Absolution", "basedps": 200, "nDam": "0-0", "fDam": "195-205", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "defReq": 115, "mr": 16, "hpBonus": 3000, "spRegen": 23, "fDamPct": 20, "wDamPct": 200, "tDefPct": 45, "eDefPct": 45, "spRaw1": -20, "id": 1682}, {"name": "Spring", "type": "bow", "tier": "Mythic", "majorIds": [], "mr-base": 30, "category": "weapon", "displayName": "Spring", "basedps": 422.5, "slots": 3, "nDam": "150-185", "fDam": "0-0", "wDam": "200-310", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "intReq": 120, "mr": 30, "str": 15, "dex": -40, "int": 15, "wDamPct": 20, "tDamPct": -50, "id": 1721}, {"name": "Monster", "type": "wand", "tier": "Mythic", "majorIds": [], "ms-base": 10, "spRaw1-base": 4, "category": "weapon", "displayName": "Monster", "basedps": 315, "slots": 3, "nDam": "110-140", "fDam": "160-220", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 98, "defReq": 110, "mdPct": 40, "ls": 500, "ms": 10, "def": 40, "hpBonus": 3000, "fDamPct": 25, "spRaw1": 4, "id": 1713}, {"name": "Revenant", "type": "boots", "tier": "Mythic", "majorIds": [], "ms-base": 10, "spPct4-base": -28, "category": "armor", "displayName": "Revenant", "slots": 3, "hp": 7000, "aDef": 70, "eDef": 70, "lvl": 99, "strReq": 70, "agiReq": 70, "mdPct": -70, "ms": 10, "ref": 120, "spd": 40, "hpBonus": -2500, "mdRaw": 520, "aDamPct": 40, "eDamPct": 40, "spPct4": -28, "id": 1719}, {"name": "Fatal", "type": "wand", "tier": "Mythic", "majorIds": [], "spPct1-base": 28, "spPct2-base": -49, "category": "weapon", "displayName": "Fatal", "basedps": 180.5, "slots": 3, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-360", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 99, "dexReq": 110, "sdPct": 25, "ms": 1, "dex": 25, "spd": 15, "spPct1": 28, "spPct2": -49, "id": 1698}, {"name": "Warp", "type": "wand", "tier": "Mythic", "majorIds": [], "mr-base": -45, "spRaw1-base": 4, "spRaw2-base": -299, "category": "weapon", "displayName": "Warp", "basedps": 260, "slots": 3, "nDam": "40-70", "fDam": "0-0", "wDam": "0-0", "aDam": "190-220", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 99, "agiReq": 130, "hprPct": -200, "mr": -45, "ref": 90, "agi": 20, "expd": 50, "spd": 180, "hprRaw": -600, "aDamPct": 15, "spRaw1": 4, "spRaw2": -299, "id": 1729}, {"name": "Oblivion", "type": "dagger", "tier": "Mythic", "majorIds": [], "mr-base": -30, "ms-base": 15, "spRaw2-base": -20, "category": "weapon", "displayName": "Oblivion", "basedps": 1699.5, "slots": 4, "nDam": "1-200", "fDam": "0-0", "wDam": "600-999", "aDam": "0-0", "tDam": "600-999", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 101, "dexReq": 75, "intReq": 65, "mr": -30, "ms": 15, "dex": 15, "expd": 40, "spRegen": 40, "sdRaw": 265, "spRaw2": -20, "id": 3647}, {"name": "Epoch", "type": "bow", "tier": "Mythic", "majorIds": [], "sdPct-base": 40, "category": "weapon", "displayName": "Epoch", "basedps": 1680, "sprint": 70, "slots": 3, "nDam": "500-620", "fDam": "0-0", "wDam": "0-0", "aDam": "520-600", "tDam": "480-640", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 102, "dexReq": 70, "agiReq": 70, "sdPct": 40, "ls": 825, "ms": -1, "spd": -20, "mdRaw": 769, "spRaw1": -1, "spRaw4": -1, "id": 3645}, {"name": "Fantasia", "type": "relik", "tier": "Mythic", "majorIds": [], "spPct1-base": -27, "spPct2-base": -27, "spPct3-base": -27, "spPct4-base": -27, "category": "weapon", "displayName": "Fantasia", "basedps": 1350, "slots": 3, "nDam": "0-0", "fDam": "185-295", "wDam": "200-280", "aDam": "215-265", "tDam": "230-250", "eDam": "170-310", "atkSpd": "VERY_SLOW", "lvl": 96, "strReq": 45, "dexReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "mr": -20, "sdPct": 30, "ms": -20, "int": 50, "spPct1": -27, "spPct2": -27, "spPct3": -27, "spPct4": -27, "id": 1697}, {"name": "Slayer", "type": "boots", "tier": "Mythic", "majorIds": [], "spPct3-base": -30, "category": "armor", "displayName": "Slayer", "slots": 2, "hp": 3775, "wDef": -100, "lvl": 94, "dexReq": 75, "agiReq": 60, "dex": 20, "spd": 27, "atkTier": 1, "eSteal": 10, "hprRaw": -270, "mdRaw": 285, "spPct3": -30, "id": 1716}, {"name": "Immolation", "type": "relik", "tier": "Mythic", "majorIds": [], "spPct3-base": -14, "category": "weapon", "displayName": "Immolation", "basedps": 640, "slots": 3, "nDam": "0-0", "fDam": "200-440", "wDam": "0-0", "aDam": "310-330", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 101, "agiReq": 80, "defReq": 80, "hprPct": -180, "agi": 50, "def": 50, "hpBonus": -2750, "fDamPct": 45, "wDamPct": -1000, "aDamPct": 45, "spPct3": -14, "id": 3646}, {"name": "Convergence", "type": "spear", "tier": "Mythic", "majorIds": [], "spPct3-base": -45, "category": "weapon", "displayName": "Convergence", "basedps": 300, "slots": 3, "nDam": "70-90", "fDam": "105-115", "wDam": "100-120", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 104, "intReq": 65, "defReq": 75, "hprPct": 43, "tDamPct": 55, "eDamPct": 55, "aDefPct": 35, "spPct3": -45, "sprintReg": 43, "id": 3643}, {"name": "Panic Zealot", "tier": "Fabled", "type": "relik", "material": "273:7", "majorIds": ["FURIOUS_EFFIGY"], "category": "weapon", "slots": 3, "lore": "They must know what you went through. They must suffer the same as you did.", "drop": "never", "restrict": "Untradable", "nDam": "46-60", "fDam": "0-0", "wDam": "0-0", "aDam": "43-63", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 101, "agiReq": 85, "spd": 30, "atkTier": 3, "hpBonus": -5000, "tDamPct": -30, "spPct1": -100, "spPct2": -100, "spPct3": -100, "id": 3600}, {"name": "Dondasch", "tier": "Legendary", "type": "chestplate", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 3375, "aDef": 150, "eDef": 150, "lvl": 100, "strReq": 50, "agiReq": 50, "str": 20, "spd": 27, "spRegen": 15, "mdRaw": 280, "fDamPct": -100, "aDamPct": 25, "eDamPct": 25, "id": 0}, {"name": "Eidolon", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "520-570", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 95, "agiReq": 45, "ms": 5, "xpb": 10, "agi": 15, "spd": 30, "spRegen": 15, "fDamPct": -20, "aDefPct": 30, "tDefPct": 25, "id": 1}, {"name": "Nona", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "62-85", "tDam": "0-0", "eDam": "62-85", "atkSpd": "SUPER_FAST", "lvl": 95, "strReq": 50, "agiReq": 40, "xpb": 10, "agi": 13, "spd": 25, "atkTier": 1, "spRegen": 15, "hprRaw": -180, "sdRaw": 90, "mdRaw": 100, "fDefPct": -100, "id": 2}, {"name": "Breakbore", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "90-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "60-130", "eDam": "60-130", "atkSpd": "SLOW", "lvl": 90, "strReq": 35, "dexReq": 35, "mdPct": 30, "xpb": 10, "lb": 10, "str": 13, "expd": 57, "tDamPct": 20, "wDefPct": -20, "aDefPct": -20, "id": 4}, {"name": "Tera", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3225, "aDef": -200, "tDef": 100, "eDef": 100, "lvl": 90, "strReq": 50, "dexReq": 50, "xpb": 10, "lb": 20, "str": 10, "dex": 10, "tDamPct": 36, "eDamPct": 36, "id": 3}, {"name": "Summa", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": -25, "tDef": -25, "lvl": 95, "mr": 5, "xpb": 10, "str": 1, "dex": 4, "agi": 1, "def": 4, "hprRaw": -35, "type": "ring", "id": 5}, {"name": "Helm Splitter", "tier": "Legendary", "type": "spear", "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, "strReq": 60, "mdPct": 150, "xpb": 10, "lb": 10, "str": 20, "atkTier": -1, "sdRaw": -2000, "id": 8}, {"name": "Back-up Plan", "displayName": "Back-Up Plan", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 625, "lvl": 70, "defReq": 50, "xpb": 10, "agi": 7, "def": 7, "type": "bracelet", "id": 7}, {"name": "Quick-Strike Leggings", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1525, "lvl": 70, "classReq": "Assassin", "dexReq": 60, "dex": 20, "spd": 14, "atkTier": 1, "eDefPct": -14, "id": 6}, {"name": "Greenhoof", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 105, "lvl": 20, "strReq": 10, "agiReq": 5, "mdPct": 15, "str": 7, "spd": 12, "eDamPct": 10, "id": 11}, {"name": "Durum's Serenity", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 30, "wDef": 7, "eDef": 7, "lvl": 25, "strReq": 5, "intReq": 10, "xpb": 10, "str": 5, "int": 7, "spRegen": 12, "type": "necklace", "id": 10}, {"name": "The Scarecrow's Vest", "tier": "Legendary", "type": "chestplate", "thorns": 60, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 150, "fDef": -5, "lvl": 20, "ref": 40, "def": 7, "spd": -7, "hpBonus": 58, "id": 13}, {"name": "Kahontsi Ohstyen", "tier": "Legendary", "type": "spear", "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, "strReq": 80, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 20, "sdPct": 20, "xpb": 10, "lb": 10, "dex": -15, "expd": 35, "spd": 20, "tDamPct": -100, "id": 9}, {"name": "Onenya Hronkas", "tier": "Legendary", "type": "chestplate", "thorns": 30, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1750, "fDef": 100, "wDef": -60, "aDef": -60, "eDef": 100, "lvl": 60, "strReq": 30, "defReq": 85, "hprPct": 20, "mdPct": 40, "str": 7, "def": 7, "spd": -12, "atkTier": -1, "hprRaw": 70, "id": 15}, {"name": "Ohonte Kerhite", "tier": "Rare", "type": "wand", "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, "intReq": 100, "defReq": 15, "hprPct": 25, "mr": 15, "sdPct": 25, "mdPct": -75, "xpb": 10, "int": 13, "hpBonus": 770, "spRegen": 25, "wDamPct": 45, "id": 12}, {"name": "Blade of Shade", "tier": "Legendary", "type": "dagger", "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, "dexReq": 20, "agiReq": 20, "defReq": 20, "ls": 225, "ms": 10, "xpb": 10, "spd": 20, "hpBonus": -250, "hprRaw": -70, "fDamPct": 20, "aDamPct": 20, "id": 17}, {"name": "Shackle of Shade", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 50, "tDef": 50, "lvl": 70, "dexReq": 10, "defReq": 10, "xpb": 10, "wDefPct": -3, "aDefPct": 9, "eDefPct": -3, "type": "bracelet", "id": 16}, {"name": "Plague Mask", "tier": "Legendary", "type": "helmet", "poison": 400, "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 925, "fDef": 10, "wDef": 10, "aDef": 70, "tDef": 10, "eDef": 70, "lvl": 55, "hprPct": 20, "sdPct": -10, "mdPct": -15, "ls": 95, "xpb": 10, "def": 7, "spd": -15, "id": 20}, {"name": "Plague Staff", "tier": "Fabled", "type": "wand", "majorIds": ["PLAGUE"], "poison": 1800, "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, "intReq": 50, "int": 20, "hprRaw": 100, "id": 21}, {"name": "Shadestep", "tier": "Legendary", "type": "boots", "thorns": 30, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": -275, "aDef": 100, "tDef": 120, "lvl": 70, "classReq": "Archer", "dexReq": 30, "agiReq": 60, "ls": 175, "ref": 50, "agi": 13, "spd": 30, "hprRaw": -45, "mdRaw": 195, "id": 14}, {"name": "Purification Bead", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 55, "defReq": 20, "hprPct": 10, "def": 5, "spRegen": 5, "hprRaw": 30, "type": "necklace", "id": 18}, {"name": "Anxiolytic", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 3880, "fDef": -125, "wDef": 150, "aDef": 150, "tDef": 125, "eDef": -175, "lvl": 101, "strReq": 35, "dexReq": 40, "intReq": 50, "agiReq": 50, "defReq": 35, "mr": 20, "dex": 15, "int": 10, "agi": 12, "spRaw1": 5, "spRaw3": 5, "spRaw4": 5, "sprintReg": 13, "id": 3629}, {"name": "Deadeye", "tier": "Fabled", "type": "bow", "majorIds": ["HAWKEYE"], "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "577-578", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 45, "xpb": 10, "dex": 30, "id": 19}, {"name": "Redrock Bandanna", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 425, "fDef": 25, "lvl": 40, "defReq": 30, "xpb": 11, "str": 9, "fDamPct": 19, "fDefPct": 19, "id": 23}, {"name": "Sundown Poncho", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 25, "tDef": 30, "lvl": 40, "dexReq": 15, "defReq": 15, "mdPct": 34, "xpb": 11, "dex": 9, "def": 9, "atkTier": -1, "fDamPct": 30, "tDamPct": 30, "wDefPct": -25, "id": 24}, {"name": "Crossbolt", "tier": "Rare", "type": "bow", "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, "mdPct": 50, "spd": -5, "sdRaw": -25, "id": 22}, {"name": "Dissociation", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "lvl": 101, "mr": 10, "mdPct": 60, "str": -35, "int": -20, "def": -35, "hpBonus": 3550, "sdRaw": 231, "aDefPct": 75, "tDefPct": 75, "spRaw3": -5, "id": 3628}, {"name": "Obolus", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "fDef": 35, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 25, "ls": 38, "xpb": 10, "lb": 30, "def": 9, "spRegen": 20, "hprRaw": 42, "id": 25}, {"name": "Haros' Oar", "tier": "Legendary", "type": "wand", "poison": 75, "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, "intReq": 15, "sdPct": 15, "ms": 10, "xpb": 10, "dex": 7, "wDamPct": 11, "id": 28}, {"name": "Stave of the Legends", "tier": "Legendary", "type": "wand", "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, "mr": 10, "sdPct": 20, "str": 10, "dex": 10, "int": 10, "def": 10, "fDefPct": 25, "wDefPct": 25, "tDefPct": 25, "eDefPct": 25, "id": 26}, {"name": "Legend Guard's Plate", "tier": "Legendary", "type": "chestplate", "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, "defReq": 50, "sdPct": -10, "mdPct": 20, "xpb": 15, "str": 7, "def": 10, "spd": -10, "hpBonus": 339, "id": 27}, {"name": "Trainer's Pendant", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 70, "hprPct": 20, "sdPct": -7, "mdPct": -7, "xpb": 12, "hprRaw": 20, "type": "necklace", "id": 33}, {"name": "Binding Brace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "tDef": 25, "lvl": 50, "dexReq": 25, "sdPct": -4, "ms": -5, "xpb": 10, "dex": 7, "spd": 12, "tDamPct": 15, "type": "bracelet", "id": 32}, {"name": "Constrict Collar", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 100, "lvl": 45, "xpb": 15, "def": 7, "hpBonus": 96, "hprRaw": -10, "type": "necklace", "id": 29}, {"name": "Marius' Prison", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 700, "lvl": 50, "intReq": 45, "ls": 58, "ms": 20, "xpb": 10, "spd": -20, "atkTier": -1, "sdRaw": 80, "mdRaw": 105, "id": 31}, {"name": "Capsid Frame", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 165, "fDef": 60, "lvl": 60, "intReq": 50, "defReq": 40, "hprPct": 30, "mr": 15, "int": 10, "expd": 25, "fDamPct": 30, "wDamPct": 35, "aDefPct": -90, "id": 3553}, {"name": "Shackles of the Beast", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 525, "wDef": -60, "aDef": 50, "tDef": 50, "lvl": 45, "strReq": 10, "defReq": 20, "mr": -5, "sdPct": -10, "mdPct": 25, "str": 7, "def": 7, "expd": 20, "hpBonus": 525, "id": 30}, {"name": "Phage Pins", "tier": "Fabled", "type": "boots", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": -260, "fDef": 75, "eDef": 75, "lvl": 65, "defReq": 60, "mr": 20, "str": 15, "spd": 15, "hprRaw": 108, "fDamPct": 15, "eDamPct": 15, "spPct2": -47, "id": 3555}, {"name": "Bonder", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 4, "drop": "never", "restrict": "Untradable", "nDam": "210-270", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "hprPct": 30, "mr": 20, "sdPct": -20, "mdPct": -20, "expd": -500, "spRegen": 20, "hprRaw": 200, "id": 37}, {"name": "Crystal Coil", "tier": "Legendary", "type": "chestplate", "poison": 600, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 190, "eDef": 70, "lvl": 60, "strReq": 50, "ms": 10, "def": 15, "spd": -10, "atkTier": -13, "mdRaw": 1100, "eDamPct": 20, "id": 3554}, {"name": "Braker", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "405-555", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "sdPct": -100, "str": 13, "expd": 77, "spd": -20, "hpBonus": -2050, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "id": 34}, {"name": "About-Face", "tier": "Unique", "type": "chestplate", "thorns": 333, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2675, "fDef": 60, "eDef": 60, "lvl": 86, "strReq": 40, "defReq": 40, "sdPct": -55, "mdPct": -55, "ls": 195, "ms": 10, "ref": 333, "str": 10, "def": 10, "hprRaw": 160, "id": 40}, {"name": "Lower", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "350-430", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "str": 10, "spRaw1": 55, "spRaw2": -15, "spRaw3": -15, "spRaw4": -15, "id": 35}, {"name": "Abyssal Walkers", "tier": "Unique", "type": "boots", "poison": 480, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": 80, "wDef": -100, "aDef": -80, "tDef": 80, "lvl": 71, "dexReq": 25, "defReq": 25, "ls": 100, "dex": 7, "expd": 5, "spRegen": -15, "eDamPct": -8, "id": 46}, {"name": "Slider", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "140-240", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 99, "ms": 15, "dex": -30, "agi": 15, "spd": 40, "eSteal": 5, "sdRaw": 160, "mdRaw": -50, "id": 36}, {"name": "Accelerator", "tier": "Legendary", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 3500, "aDef": -150, "tDef": -150, "lvl": 92, "sdPct": -15, "mdPct": -20, "dex": 10, "agi": 10, "spd": 15, "atkTier": 1, "aDamPct": 11, "tDamPct": 11, "id": 74}, {"name": "Absorption", "tier": "Unique", "type": "spear", "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, "dexReq": 25, "intReq": 15, "mr": 5, "ms": 5, "xpb": 15, "id": 41}, {"name": "Ace of Spades", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "75-75", "wDam": "0-0", "aDam": "0-150", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 98, "agiReq": 50, "defReq": 45, "mr": -15, "agi": 13, "def": 10, "spd": 15, "hpBonus": 2700, "fDamPct": 15, "aDamPct": 25, "id": 44}, {"name": "Acid", "tier": "Unique", "poison": 550, "category": "accessory", "drop": "lootchest", "hp": -250, "wDef": -30, "lvl": 99, "def": -2, "type": "ring", "id": 43}, {"name": "Achromatic Gloom", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 98, "sdPct": 14, "mdPct": 14, "str": -4, "dex": -4, "int": -4, "agi": -4, "def": -4, "sdRaw": 85, "mdRaw": 65, "type": "necklace", "id": 42}, {"name": "Acidstream", "tier": "Rare", "type": "bow", "poison": 311, "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "31-37", "aDam": "0-0", "tDam": "0-0", "eDam": "12-14", "atkSpd": "SLOW", "lvl": 31, "ms": 5, "wDefPct": -35, "eDefPct": 15, "id": 45}, {"name": "Acrobat", "tier": "Rare", "type": "bow", "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, "dexReq": 10, "agiReq": 40, "mdPct": 5, "agi": 7, "spd": 10, "aDamPct": 4, "tDamPct": 6, "fDefPct": -12, "id": 48}, {"name": "Adamantite", "tier": "Legendary", "type": "chestplate", "thorns": 20, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2100, "fDef": -50, "wDef": -50, "aDef": -50, "tDef": -50, "eDef": -20, "lvl": 70, "hprPct": 25, "str": 7, "def": 13, "hpBonus": 1350, "fDamPct": -3, "wDamPct": -14, "aDamPct": -14, "tDamPct": -14, "eDamPct": -3, "id": 47}, {"name": "Adanac", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1000, "wDef": 50, "aDef": 50, "tDef": -50, "lvl": 63, "intReq": 30, "agiReq": 30, "mr": 5, "spd": -15, "hprRaw": 48, "wDefPct": 6, "aDefPct": 6, "id": 49}, {"name": "Adder Stone", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": 375, "wDef": 25, "eDef": 25, "lvl": 80, "strReq": 30, "intReq": 40, "mr": 5, "xpb": 10, "spd": -5, "hprRaw": 80, "tDamPct": -6, "type": "necklace", "id": 50}, {"name": "Adigard's Snowshoes", "tier": "Rare", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 200, "fDef": -5, "wDef": 15, "lvl": 30, "mr": 5, "xpb": 12, "agi": 5, "spd": 4, "tDefPct": -4, "id": 51}, {"name": "Admiral's Aegis", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 170, "wDef": -10, "tDef": -10, "lvl": 21, "defReq": 15, "xpb": 7, "def": 8, "spd": -6, "hprRaw": 7, "id": 52}, {"name": "Ado Saki", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 105, "wDef": 10, "tDef": -8, "lvl": 20, "intReq": 5, "ls": -6, "ms": 5, "xpb": 12, "ref": 3, "id": 72}, {"name": "Abandoned Tunic", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 22, "lvl": 6, "sdPct": 6, "lb": 5, "id": 39}, {"name": "Stinger", "tier": "Legendary", "type": "bow", "poison": 2000, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "1200-1555", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 99, "ls": 735, "ms": -5, "expd": 30, "atkTier": -99, "hprRaw": -240, "id": 38}, {"name": "Adrift", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "22-33", "fDam": "0-0", "wDam": "70-92", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 63, "intReq": 25, "mdPct": -15, "ref": 30, "spRegen": 30, "wDefPct": 40, "aDefPct": 15, "tDefPct": 15, "id": 53}, {"name": "Adrenaline", "tier": "Rare", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 2200, "fDef": -30, "wDef": -30, "aDef": -65, "tDef": -100, "eDef": -65, "lvl": 88, "intReq": 60, "defReq": 60, "sdPct": 17, "mdPct": -25, "ls": -450, "ms": 15, "int": 6, "def": 6, "spd": 13, "sdRaw": 170, "mdRaw": -170, "id": 3589}, {"name": "Aeolipile", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "80-121", "wDam": "110-162", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "intReq": 35, "defReq": 35, "mr": 5, "sdPct": 10, "mdPct": -10, "int": 9, "fDefPct": 20, "wDefPct": 10, "eDefPct": -15, "id": 54}, {"name": "Adventurous", "tier": "Rare", "category": "accessory", "drop": "lootchest", "aDef": 20, "lvl": 60, "agiReq": 30, "xpb": 5, "ref": 5, "spd": 8, "type": "bracelet", "id": 56}, {"name": "Aeolian", "tier": "Unique", "type": "bow", "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, "agiReq": 10, "str": -3, "agi": 5, "spd": 5, "aDamPct": 4, "id": 57}, {"name": "Aeolus", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 230, "fDef": -30, "lvl": 41, "agiReq": 25, "xpb": 15, "def": -7, "spd": 17, "aDamPct": 6, "fDefPct": -15, "id": 55}, {"name": "Aerodynamics", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1400, "fDef": -70, "aDef": 70, "tDef": 60, "eDef": -80, "lvl": 73, "dexReq": 35, "agiReq": 50, "mdPct": -10, "agi": 8, "spd": 16, "aDefPct": 12, "tDefPct": 10, "id": 60}, {"name": "Aerokinesis", "tier": "Legendary", "type": "wand", "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, "agiReq": 75, "agi": 5, "sdRaw": 120, "fDamPct": -29, "wDamPct": -29, "aDamPct": 20, "tDamPct": -29, "eDamPct": -29, "id": 59}, {"name": "Aeronaut", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 140, "fDef": -10, "aDef": 10, "lvl": 29, "agiReq": 15, "ref": 7, "agi": 5, "spd": 9, "aDamPct": 7, "fDefPct": -12, "id": 62}, {"name": "Aersectra", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "96-97", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "41-240", "eDam": "0-0", "atkSpd": "FAST", "lvl": 83, "dexReq": 30, "agiReq": 40, "sdPct": 21, "def": -10, "expd": 20, "hpBonus": -1000, "mdRaw": 115, "fDamPct": -30, "aDamPct": 24, "aDefPct": 20, "id": 64}, {"name": "Aether", "tier": "Unique", "type": "wand", "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, "dexReq": 25, "agiReq": 25, "spd": 15, "aDamPct": 15, "tDamPct": 15, "fDefPct": -15, "eDefPct": -15, "id": 61}, {"name": "Aerosol", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-92", "fDam": "0-0", "wDam": "0-0", "aDam": "50-125", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 86, "agiReq": 40, "agi": 8, "def": -6, "mdRaw": 75, "fDamPct": -60, "aDamPct": 12, "fDefPct": -60, "id": 58}, {"name": "Affrettando", "tier": "Unique", "type": "spear", "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, "dexReq": 30, "agiReq": 20, "str": -5, "spd": 21, "mdRaw": 20, "aDamPct": 5, "tDamPct": 15, "eDefPct": -30, "id": 63}, {"name": "Agave", "tier": "Rare", "thorns": 10, "category": "accessory", "drop": "lootchest", "hp": -275, "tDef": 30, "eDef": 30, "lvl": 97, "strReq": 35, "dexReq": 35, "atkTier": -3, "sdRaw": 59, "mdRaw": 85, "type": "ring", "id": 3594}, {"name": "Aggression", "tier": "Rare", "category": "accessory", "drop": "lootchest", "fDef": -20, "wDef": -20, "aDef": -20, "tDef": -20, "eDef": 10, "lvl": 44, "strReq": 15, "mdPct": 7, "str": 4, "expd": 5, "type": "bracelet", "id": 67}, {"name": "Afterimage", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-30", "fDam": "0-0", "wDam": "0-0", "aDam": "40-48", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 71, "agiReq": 90, "sdPct": 14, "agi": 9, "spd": 22, "atkTier": 1, "aDamPct": 14, "fDefPct": -12, "wDefPct": -12, "tDefPct": -12, "eDefPct": -12, "id": 65}, {"name": "Agitation", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "24-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "12-70", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 80, "dexReq": 50, "sdPct": 15, "mdPct": 23, "expd": 19, "hprRaw": -60, "tDamPct": 20, "tDefPct": -70, "id": 66}, {"name": "Air Relic Bow", "tier": "Rare", "type": "bow", "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, "agiReq": 20, "xpb": 15, "lb": 15, "agi": 7, "spd": 20, "sdRaw": 50, "aDamPct": 15, "aDefPct": 15, "id": 69}, {"name": "Air Relic Daggers", "tier": "Rare", "type": "dagger", "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, "agiReq": 25, "xpb": 15, "lb": 15, "agi": 7, "spd": 20, "sdRaw": 85, "aDamPct": 15, "aDefPct": 15, "id": 68}, {"name": "Air Relic Spear", "tier": "Rare", "type": "spear", "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, "agiReq": 25, "xpb": 15, "lb": 15, "agi": 7, "spd": 20, "sdRaw": 70, "aDamPct": 15, "aDefPct": 15, "id": 71}, {"name": "Alarm", "tier": "Unique", "type": "wand", "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, "dexReq": 15, "agiReq": 15, "str": -5, "dex": 5, "agi": 5, "mdRaw": 13, "eDamPct": -14, "id": 79}, {"name": "Air Relic Wand", "tier": "Rare", "type": "wand", "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, "agiReq": 20, "xpb": 15, "lb": 15, "agi": 7, "spd": 20, "sdRaw": 60, "aDamPct": 15, "aDefPct": 15, "id": 70}, {"name": "Ajax", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 525, "aDef": -30, "eDef": 30, "lvl": 45, "strReq": 25, "mdPct": 15, "str": 13, "agi": -10, "spd": -10, "sdRaw": -40, "mdRaw": 85, "id": 73}, {"name": "Alaxica", "tier": "Unique", "type": "wand", "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, "agiReq": 40, "sdPct": 15, "xpb": 15, "ref": 10, "agi": 8, "spd": 10, "spRegen": 5, "fDamPct": -20, "wDamPct": -20, "tDamPct": -20, "eDamPct": -20, "id": 76}, {"name": "Albacore", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "fDef": 80, "wDef": 80, "lvl": 97, "intReq": 45, "defReq": 35, "mr": 5, "ref": 8, "int": 5, "def": 5, "sdRaw": 154, "fDamPct": 13, "wDamPct": 13, "eDefPct": -18, "id": 75}, {"name": "Albedo", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2800, "fDef": 100, "wDef": 125, "aDef": 150, "tDef": 125, "eDef": 100, "lvl": 85, "agiReq": 60, "ref": 65, "agi": 10, "fDefPct": 21, "wDefPct": 18, "aDefPct": 15, "tDefPct": 18, "eDefPct": 21, "id": 77}, {"name": "Aldo", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-104", "fDam": "0-0", "wDam": "31-45", "aDam": "71-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "xpb": 19, "lb": 19, "int": 5, "agi": 4, "hpBonus": -190, "wDamPct": 10, "id": 78}, {"name": "Albakaya", "tier": "Unique", "type": "wand", "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, "hprPct": 10, "mr": 5, "hpBonus": 40, "fDefPct": 10, "wDefPct": -10, "id": 125}, {"name": "Alice's Sleeve", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 20, "lvl": 14, "hprPct": 6, "mdPct": -6, "def": 4, "type": "bracelet", "id": 80}, {"name": "Aldorei's Tear", "tier": "Unique", "type": "boots", "poison": 480, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1550, "wDef": 50, "aDef": -10, "tDef": -50, "eDef": 50, "lvl": 77, "strReq": 10, "intReq": 10, "ms": 5, "str": 8, "spd": -5, "id": 83}, {"name": "Aldorei's Vision", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-52", "fDam": "0-0", "wDam": "45-60", "aDam": "0-0", "tDam": "0-0", "eDam": "45-60", "atkSpd": "SLOW", "lvl": 82, "strReq": 25, "intReq": 25, "mr": 5, "str": 7, "int": 7, "spRegen": 5, "mdRaw": 100, "fDamPct": -10, "aDamPct": -10, "tDamPct": -10, "id": 81}, {"name": "Aldorei's Training Bow", "tier": "Unique", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "7-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 5, "hprPct": 7, "mr": 5, "dex": 1, "id": 84}, {"name": "Aliez", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": -225, "aDef": 25, "tDef": 25, "lvl": 75, "dexReq": 35, "agiReq": 40, "mdPct": -10, "ms": 5, "mdRaw": 50, "aDamPct": 11, "tDamPct": 9, "type": "ring", "id": 82}, {"name": "Alazarin", "displayName": "Alizarin", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 5, "drop": "NORMAL", "nDam": "15-28", "fDam": "17-60", "wDam": "17-60", "aDam": "17-60", "tDam": "17-60", "eDam": "17-60", "atkSpd": "FAST", "lvl": 89, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "xpb": 23, "hpBonus": 1250, "spRegen": 10, "hprRaw": 150, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 87}, {"name": "Alka Cometflinger", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "425-605", "atkSpd": "SLOW", "lvl": 93, "strReq": 80, "mdPct": 31, "str": 13, "expd": 31, "sdRaw": -175, "eDamPct": 31, "wDefPct": -30, "aDefPct": -30, "id": 85}, {"name": "Alkahest", "tier": "Rare", "type": "helmet", "poison": 3500, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2500, "lvl": 95, "strReq": 70, "defReq": 30, "hprPct": -20, "mr": -5, "ls": 145, "ms": 5, "atkTier": -18, "eDamPct": 10, "id": 86}, {"name": "Allegro", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1250, "fDef": -50, "lvl": 71, "agiReq": 40, "sdPct": -10, "mdPct": 10, "agi": 5, "spd": 18, "fDamPct": -30, "id": 89}, {"name": "Almuj's Daggers", "tier": "Legendary", "type": "dagger", "poison": 45, "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, "dexReq": 15, "agiReq": 8, "xpb": 5, "agi": 8, "spd": 20, "eSteal": 5, "id": 102}, {"name": "Alligator", "tier": "Rare", "type": "chestplate", "thorns": 4, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 75, "wDef": 7, "tDef": -5, "lvl": 16, "strReq": 5, "intReq": 5, "sdPct": 7, "mdPct": 7, "wDamPct": 4, "tDefPct": -6, "id": 91}, {"name": "Almuj's Walker", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 200, "lvl": 25, "lb": 15, "dex": 7, "agi": 7, "spd": 25, "eSteal": 8, "id": 90}, {"name": "Alternator", "tier": "Legendary", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 250, "wDef": -10, "tDef": 5, "eDef": -5, "lvl": 32, "dexReq": 20, "mr": -15, "sdPct": 19, "ms": 10, "lb": 7, "mdRaw": 52, "wDamPct": -15, "tDamPct": 11, "id": 94}, {"name": "Aloof", "tier": "Unique", "type": "spear", "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, "spd": -3, "hpBonus": 6, "id": 95}, {"name": "Amadeus", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "130-150", "fDam": "0-0", "wDam": "160-180", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "intReq": 50, "defReq": 30, "mr": 15, "sdPct": 15, "ls": -220, "def": 15, "spd": -15, "fDamPct": 20, "wDefPct": 15, "id": 97}, {"name": "Alumia", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 150, "tDef": 10, "eDef": -5, "lvl": 24, "dexReq": 8, "sdPct": 8, "ref": 6, "spRegen": 4, "tDamPct": 10, "eDamPct": -10, "id": 93}, {"name": "Altimeter", "tier": "Rare", "type": "wand", "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, "strReq": 25, "agiReq": 27, "sdPct": -8, "mdPct": 12, "spd": 15, "mdRaw": 34, "tDefPct": -10, "id": 92}, {"name": "Amethyst Ring", "tier": "Rare", "category": "accessory", "drop": "lootchest", "fDef": 4, "wDef": 4, "lvl": 36, "intReq": 5, "defReq": 10, "int": 3, "hprRaw": 10, "type": "ring", "id": 98}, {"name": "Amiscia", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 155, "tDef": 10, "eDef": -10, "lvl": 29, "dexReq": 15, "sdPct": 6, "ls": 13, "dex": 5, "tDamPct": 6, "id": 115}, {"name": "Amulet of the Necromancer", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": -5, "lvl": 18, "hprPct": -7, "mr": -5, "ls": 3, "ms": 5, "type": "necklace", "id": 101}, {"name": "Amplitude", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "tDef": 75, "eDef": -75, "lvl": 61, "dexReq": 50, "mdPct": 10, "str": -5, "dex": 7, "tDamPct": 10, "eDamPct": -10, "tDefPct": 10, "eDefPct": -10, "id": 100}, {"name": "Anarchy", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -350, "lvl": 70, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "sdPct": 7, "mdPct": 7, "expd": 5, "sdRaw": 30, "mdRaw": 26, "fDefPct": -7, "wDefPct": -7, "aDefPct": -7, "tDefPct": -7, "eDefPct": -7, "type": "bracelet", "id": 108}, {"name": "Anamnesis", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": -1600, "wDef": 200, "lvl": 82, "intReq": 100, "mr": 20, "mdPct": -55, "ref": 20, "int": 29, "spRegen": 20, "wDamPct": 55, "id": 103}, {"name": "Anchor Chain", "tier": "Legendary", "type": "spear", "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, "strReq": 15, "intReq": 15, "mdPct": 11, "str": 10, "spd": -15, "wDamPct": 12, "eDamPct": 12, "aDefPct": -19, "id": 104}, {"name": "Anchoryl", "tier": "Legendary", "type": "boots", "thorns": 11, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "fDef": 50, "lvl": 52, "defReq": 25, "hprPct": 23, "ref": 11, "spd": -15, "hpBonus": 250, "hprRaw": 50, "id": 106}, {"name": "Ancient Battle Crossbow", "tier": "Rare", "type": "bow", "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, "strReq": 45, "mdPct": 23, "xpb": 10, "lb": 12, "str": 15, "dex": 8, "spd": -10, "id": 107}, {"name": "Ancient Scout Shoes", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 30, "lvl": 10, "lb": 5, "agi": 4, "spd": 7, "id": 105}, {"name": "Ancient Wand", "tier": "Legendary", "type": "wand", "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, "mr": 10, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "id": 109}, {"name": "Aneroid", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 95, "aDef": -5, "eDef": 10, "lvl": 23, "strReq": 7, "sdPct": -6, "mdPct": 10, "str": 5, "int": -2, "id": 111}, {"name": "Aneurysm", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "wDef": -30, "lvl": 64, "strReq": 20, "dexReq": 45, "hprPct": -15, "mdPct": 10, "ls": -150, "sdRaw": 40, "mdRaw": 100, "wDamPct": -15, "eDamPct": 10, "id": 112}, {"name": "Andante", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "201-201", "atkSpd": "VERY_SLOW", "lvl": 54, "strReq": 25, "mdPct": 15, "str": 4, "spd": -15, "eDamPct": 10, "eDefPct": 8, "id": 110}, {"name": "Andesite Aegis", "tier": "Legendary", "type": "chestplate", "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2750, "fDef": 110, "wDef": -50, "aDef": -50, "tDef": 100, "eDef": 110, "lvl": 77, "strReq": 30, "defReq": 30, "str": 8, "def": 8, "spd": -10, "hprRaw": 80, "fDefPct": 15, "tDefPct": 10, "eDefPct": 15, "id": 119}, {"name": "Ambiguity", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -180, "fDef": 40, "wDef": -50, "aDef": 40, "lvl": 92, "agiReq": 45, "defReq": 45, "hprPct": 10, "agi": 5, "spd": 5, "hpBonus": 600, "hprRaw": 70, "type": "necklace", "id": 96}, {"name": "Animosity", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-85", "fDam": "0-0", "wDam": "0-0", "aDam": "60-80", "tDam": "60-80", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "dexReq": 40, "agiReq": 40, "sdPct": 16, "dex": 8, "agi": 8, "def": -8, "spd": 10, "fDefPct": -26, "wDefPct": -14, "eDefPct": -14, "id": 118}, {"name": "Anger Point", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": -80, "wDef": -80, "aDef": -80, "tDef": -80, "lvl": 68, "strReq": 40, "sdPct": 5, "mdPct": 15, "str": 7, "def": -7, "sdRaw": 30, "mdRaw": 145, "eDamPct": 15, "eDefPct": -15, "id": 113}, {"name": "Angel Robe", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1450, "fDef": -60, "aDef": 80, "tDef": 20, "eDef": -20, "lvl": 78, "agiReq": 40, "xpb": 5, "ref": 5, "agi": 7, "spd": 15, "aDefPct": 10, "id": 114}, {"name": "Anno", "tier": "Rare", "poison": 110, "category": "accessory", "drop": "lootchest", "hp": 40, "lvl": 39, "dexReq": 10, "defReq": 10, "hprRaw": 8, "type": "ring", "id": 116}, {"name": "Anokumeme", "tier": "Unique", "type": "wand", "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, "intReq": 40, "agiReq": 25, "mdPct": -12, "spRegen": 10, "wDamPct": 8, "aDamPct": 8, "wDefPct": 12, "aDefPct": 12, "id": 117}, {"name": "Anthracite Ballista", "tier": "Rare", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "545-675", "wDam": "0-0", "aDam": "545-675", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 98, "agiReq": 40, "defReq": 40, "sdPct": -20, "mdPct": 15, "ls": 500, "expd": 30, "hpBonus": 2000, "mdRaw": 560, "fDefPct": 20, "aDefPct": 20, "id": 122}, {"name": "Amanuensis", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -125, "wDef": -60, "lvl": 87, "intReq": 65, "sdPct": 4, "int": 13, "wDamPct": -7, "type": "necklace", "id": 3580}, {"name": "Antimony", "tier": "Rare", "type": "leggings", "poison": 465, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 975, "fDef": 75, "wDef": -80, "lvl": 59, "strReq": 25, "defReq": 10, "mr": -5, "str": 5, "def": 4, "expd": 10, "spd": -5, "fDefPct": 10, "wDefPct": -12, "id": 120}, {"name": "Aluminium", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 3, "hprPct": 5, "type": "ring", "id": 99}, {"name": "Antithesis", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1550, "fDef": 60, "wDef": 40, "tDef": -120, "lvl": 78, "intReq": 30, "defReq": 35, "hprPct": -27, "sdPct": 16, "hprRaw": -95, "fDamPct": 19, "wDamPct": 13, "tDamPct": -28, "id": 124}, {"name": "Apology", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "266-270", "fDam": "0-0", "wDam": "266-270", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 92, "intReq": 42, "mr": 10, "mdPct": -10, "hpBonus": 2000, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 123}, {"name": "Antim", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 99, "hprRaw": 45, "sdRaw": 21, "mdRaw": 23, "type": "necklace", "id": 121}, {"name": "Backburner", "displayName": "Anvil Crawler", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-1700", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 99, "dexReq": 50, "sdPct": -20, "dex": 15, "expd": 30, "spd": -20, "atkTier": -10, "mdRaw": 575, "tDamPct": 15, "aDefPct": -30, "id": 129}, {"name": "Antipode", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "31-35", "fDam": "30-45", "wDam": "30-45", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "intReq": 40, "defReq": 40, "mr": 5, "sdPct": 10, "int": 9, "def": 9, "expd": 10, "fDamPct": 10, "wDamPct": -10, "fDefPct": -10, "wDefPct": 10, "id": 128}, {"name": "Aquamarine", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2900, "wDef": 60, "eDef": 60, "lvl": 100, "strReq": 40, "intReq": 40, "mr": 10, "ref": 18, "str": 7, "int": 7, "eSteal": 6, "hprRaw": 150, "sdRaw": 105, "mdRaw": 105, "fDamPct": -25, "id": 135}, {"name": "Aquarius", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2550, "fDef": -100, "lvl": 95, "intReq": 110, "mr": 25, "mdPct": -20, "id": 126}, {"name": "Arakadicus' Claw", "tier": "Unique", "type": "dagger", "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, "strReq": 20, "dexReq": 20, "sdPct": -10, "mdPct": 20, "str": 12, "dex": 12, "aDamPct": -30, "wDefPct": -10, "aDefPct": -30, "id": 130}, {"name": "Arakadicus' Leg", "tier": "Unique", "type": "wand", "poison": 465, "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, "strReq": 15, "dexReq": 15, "sdPct": -10, "mdPct": 10, "xpb": 10, "aDamPct": -50, "tDamPct": 15, "aDefPct": -50, "id": 134}, {"name": "Arakadicus' Maw", "tier": "Rare", "type": "dagger", "poison": 1350, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "140-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-260", "atkSpd": "SLOW", "lvl": 98, "strReq": 55, "ms": 10, "str": 12, "mdRaw": 220, "fDefPct": -15, "wDefPct": -15, "aDefPct": -15, "id": 127}, {"name": "Arbalest", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "210-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "230-250", "atkSpd": "SLOW", "lvl": 87, "strReq": 55, "mdPct": -30, "dex": -12, "expd": 40, "sdRaw": 200, "wDamPct": -20, "eDamPct": 25, "spPct4": -45, "id": 131}, {"name": "Aratera", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1650, "fDef": 80, "wDef": -40, "aDef": -80, "eDef": 40, "lvl": 70, "strReq": 30, "defReq": 40, "str": 12, "expd": 11, "sdRaw": -125, "fDamPct": 20, "eDamPct": 20, "wDefPct": -20, "id": 132}, {"name": "Arc Bracer", "tier": "Unique", "thorns": 7, "category": "accessory", "drop": "lootchest", "wDef": -20, "tDef": 50, "eDef": -40, "lvl": 95, "dexReq": 40, "dex": 5, "tDamPct": 7, "type": "bracelet", "id": 136}, {"name": "Arc Rifle", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "27-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "70-240", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "dexReq": 55, "sdPct": 12, "mdPct": 12, "xpb": 8, "dex": 10, "hpBonus": -1550, "tDamPct": 20, "eDefPct": -30, "id": 137}, {"name": "Arcane Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 40, "fDef": 2, "wDef": 2, "aDef": 2, "tDef": 2, "eDef": 2, "lvl": 15, "mr": 5, "sdPct": 4, "mdPct": -7, "id": 139}, {"name": "Arcane Grieves", "displayName": "Arcane Greaves", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 35, "wDef": 3, "lvl": 10, "mr": 5, "int": 3, "id": 138}, {"name": "Archaic", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 350, "fDef": 40, "wDef": -30, "aDef": 20, "lvl": 83, "agiReq": 20, "defReq": 30, "sdPct": -8, "mdPct": -6, "agi": 4, "def": 5, "hprRaw": 50, "type": "ring", "id": 140}, {"name": "Aries", "tier": "Legendary", "type": "helmet", "thorns": 25, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "lvl": 92, "strReq": 55, "agiReq": 55, "mdPct": 25, "ls": 240, "ms": 5, "agi": 10, "spd": 25, "sdRaw": 175, "wDamPct": -20, "id": 143}, {"name": "Archpriest", "tier": "Rare", "type": "spear", "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, "intReq": 18, "agiReq": 18, "mr": 5, "ref": 11, "int": 5, "agi": 5, "spRegen": 4, "mdRaw": -21, "tDamPct": -10, "tDefPct": 7, "id": 154}, {"name": "Arcus", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "wDef": 40, "tDef": 40, "eDef": -90, "lvl": 63, "dexReq": 35, "intReq": 35, "ms": 10, "sdRaw": 100, "eDamPct": -12, "eDefPct": -12, "id": 141}, {"name": "Ardiente", "tier": "Unique", "type": "leggings", "poison": 500, "category": "armor", "drop": "NORMAL", "hp": 2600, "fDef": -80, "wDef": -120, "lvl": 93, "defReq": 60, "hprPct": -20, "sdPct": 10, "def": 7, "spd": 9, "fDamPct": 27, "wDamPct": -40, "wDefPct": -40, "id": 142}, {"name": "Arkhalis", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "122-182", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 98, "dexReq": 60, "ms": 5, "str": -15, "dex": 15, "spd": 15, "atkTier": -1, "hpBonus": -1350, "mdRaw": 310, "tDamPct": 15, "eDefPct": -30, "id": 145}, {"name": "Ariodo's Dial", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": -40, "lvl": 63, "dexReq": 10, "intReq": 5, "sdPct": 5, "int": 3, "tDamPct": 7, "type": "bracelet", "id": 144}, {"name": "Arma Gauntlet", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "106-150", "fDam": "40-90", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "50-80", "atkSpd": "NORMAL", "lvl": 75, "strReq": 25, "defReq": 25, "sdPct": -20, "mdPct": 25, "str": 8, "def": 10, "expd": 10, "spd": -12, "hpBonus": 1600, "hprRaw": 80, "sdRaw": -75, "id": 146}, {"name": "Armageddon", "tier": "Unique", "type": "bow", "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, "strReq": 10, "dexReq": 20, "sdPct": 6, "str": 9, "dex": 9, "eDamPct": 15, "id": 147}, {"name": "Artifice", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 200, "tDef": 20, "eDef": -25, "lvl": 35, "dexReq": 20, "mdPct": 6, "ms": 5, "spd": 5, "tDamPct": 8, "eDefPct": -9, "id": 149}, {"name": "Ashes Anew", "tier": "Rare", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "90-110", "wDam": "0-0", "aDam": "90-115", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 64, "agiReq": 25, "defReq": 30, "mr": 5, "sdPct": -10, "mdPct": -15, "hprRaw": 80, "wDamPct": 50, "id": 150}, {"name": "Asbestos", "tier": "Unique", "poison": 385, "category": "accessory", "drop": "lootchest", "hp": -375, "lvl": 80, "hprPct": -14, "ls": 65, "type": "necklace", "id": 148}, {"name": "Asher's Relic", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 17, "mr": 5, "ls": -10, "ms": -10, "spd": 6, "spRegen": -6, "hprRaw": 4, "type": "bracelet", "id": 151}, {"name": "Asphalt", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "87-88", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "87-88", "atkSpd": "VERY_FAST", "lvl": 77, "strReq": 32, "defReq": 32, "ls": 200, "int": -5, "agi": -5, "spd": 15, "mdRaw": 115, "wDefPct": -20, "aDefPct": -20, "id": 152}, {"name": "Asphyxia", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "aDef": -200, "tDef": 150, "lvl": 90, "dexReq": 75, "dex": 15, "agi": -13, "spd": -15, "sdRaw": 200, "mdRaw": 155, "aDamPct": -50, "tDamPct": 30, "id": 155}, {"name": "Assassin's Hood", "tier": "Unique", "type": "helmet", "poison": 110, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 315, "eDef": -10, "lvl": 41, "dex": 4, "eSteal": 5, "tDamPct": 5, "id": 153}, {"name": "Astigmatism", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 600, "fDef": -20, "wDef": -20, "aDef": -20, "tDef": -20, "eDef": -20, "lvl": 48, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "hprPct": -15, "mr": -5, "sdPct": 18, "mdPct": 18, "fDamPct": 13, "wDamPct": 13, "aDamPct": 13, "tDamPct": 13, "eDamPct": 13, "id": 156}, {"name": "Assurance", "tier": "Unique", "type": "spear", "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, "strReq": 15, "defReq": 15, "mdPct": 10, "spd": -10, "hpBonus": 200, "fDamPct": 10, "wDamPct": -15, "eDamPct": 10, "id": 158}, {"name": "Asterisk", "tier": "Unique", "type": "wand", "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, "dexReq": 20, "agiReq": 20, "sdPct": 13, "str": -4, "def": -4, "spd": 8, "id": 157}, {"name": "Asymptote", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1250, "aDef": -100, "tDef": 60, "eDef": 60, "lvl": 66, "strReq": 25, "dexReq": 25, "hprPct": -10, "mdPct": 10, "ls": 115, "ms": 5, "xpb": -10, "lb": 10, "hprRaw": -55, "id": 161}, {"name": "Astral Walkers", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1500, "fDef": 70, "wDef": -65, "tDef": 70, "eDef": -75, "lvl": 66, "dexReq": 25, "defReq": 45, "ref": 14, "dex": 5, "hprRaw": 60, "eDamPct": -15, "fDefPct": 12, "id": 159}, {"name": "Atheist", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 110, "eDef": 15, "lvl": 19, "strReq": 15, "str": 7, "fDamPct": -5, "tDamPct": -5, "eDamPct": 8, "wDefPct": -5, "aDefPct": -5, "eDefPct": 8, "id": 162}, {"name": "Ataraxy", "tier": "Unique", "category": "accessory", "drop": "lootchest", "tDef": 25, "eDef": 25, "lvl": 93, "strReq": 30, "intReq": 30, "sdPct": 6, "ms": 5, "atkTier": -2, "type": "ring", "spPct3": 7, "id": 3607}, {"name": "Atlas", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 94, "ls": 140, "ms": 5, "atkTier": -8, "type": "bracelet", "id": 167}, {"name": "Atoll", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 80, "wDef": 80, "tDef": -70, "eDef": -70, "lvl": 66, "intReq": 30, "defReq": 30, "sdPct": 6, "def": 4, "hprRaw": 60, "eDamPct": -18, "fDefPct": 13, "wDefPct": 14, "id": 160}, {"name": "Atroce", "tier": "Unique", "type": "chestplate", "poison": 240, "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 950, "wDef": -60, "aDef": -60, "tDef": 60, "eDef": 60, "lvl": 63, "strReq": 45, "dexReq": 45, "ref": 15, "str": 10, "dex": 10, "expd": 20, "id": 166}, {"name": "Audacity", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 35, "lvl": 9, "xpb": 10, "sdRaw": 15, "mdRaw": 13, "id": 165}, {"name": "Aura of Element", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 5, "drop": "NORMAL", "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 79, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "xpb": 20, "fDamPct": 23, "wDamPct": 23, "aDamPct": 23, "tDamPct": 23, "eDamPct": 23, "id": 168}, {"name": "Auric", "tier": "Rare", "thorns": 9, "category": "accessory", "drop": "lootchest", "lvl": 80, "ls": 70, "ref": 9, "hprRaw": 60, "sdRaw": -55, "mdRaw": -60, "type": "bracelet", "id": 163}, {"name": "Australis", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "0-0", "fDam": "34-40", "wDam": "34-40", "aDam": "34-40", "tDam": "34-40", "eDam": "34-40", "atkSpd": "FAST", "lvl": 72, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "sdPct": -12, "mdPct": -12, "xpb": 12, "ref": 24, "hpBonus": 600, "spRegen": 24, "id": 171}, {"name": "Autumn Tree", "tier": "Unique", "type": "wand", "poison": 25, "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, "str": 7, "id": 170}, {"name": "Aurora", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 94, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "fDamPct": 8, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 8, "type": "ring", "id": 164}, {"name": "Autotomized", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -300, "lvl": 73, "agiReq": 35, "xpb": -3, "str": -3, "agi": 7, "def": -3, "spd": 12, "type": "necklace", "id": 173}, {"name": "Average Golden Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 73, "lvl": 23, "id": 172}, {"name": "Average Golden Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 71, "lvl": 21, "id": 177}, {"name": "Average Golden Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 112, "lvl": 27, "id": 174}, {"name": "Awakening", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "45-72", "wDam": "45-72", "aDam": "45-72", "tDam": "45-72", "eDam": "45-72", "atkSpd": "NORMAL", "lvl": 94, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "fDamPct": 8, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 8, "id": 175}, {"name": "Average Golden Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 86, "lvl": 25, "id": 176}, {"name": "Avocado", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "25-29", "aDam": "0-0", "tDam": "0-0", "eDam": "25-29", "atkSpd": "NORMAL", "lvl": 29, "strReq": 10, "intReq": 10, "str": 7, "int": 7, "hpBonus": 65, "hprRaw": 20, "id": 269}, {"name": "Azar", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 2, "lb": 4, "type": "bracelet", "id": 180}, {"name": "Azimuth", "tier": "Rare", "type": "spear", "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, "strReq": 40, "agiReq": 45, "sdPct": -9, "mdPct": 9, "str": 7, "agi": 8, "spd": 17, "wDamPct": -20, "aDamPct": 15, "eDamPct": 12, "wDefPct": -15, "id": 178}, {"name": "Azotar", "tier": "Rare", "type": "relik", "poison": 250, "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, "strReq": 14, "dexReq": 14, "intReq": 14, "agiReq": 14, "defReq": 14, "ls": 140, "ms": 10, "hprRaw": -200, "fixID": true, "spRaw4": -5, "id": 181}, {"name": "Awesome Bandanna", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 5, "lvl": 1, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 179}, {"name": "Azure Halo", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3300, "wDef": 150, "aDef": 150, "lvl": 91, "intReq": 60, "agiReq": 30, "hprPct": 10, "mr": 10, "xpb": 10, "ref": 23, "def": 8, "spRegen": 30, "hprRaw": 170, "tDamPct": -10, "eDamPct": -10, "fDefPct": 20, "sprintReg": 10, "id": 182}, {"name": "Ba'al's Betrayal", "tier": "Rare", "category": "accessory", "drop": "never", "hp": -45, "lvl": 30, "ls": 23, "dex": 4, "eSteal": 3, "type": "bracelet", "id": 185}, {"name": "Azurite", "tier": "Unique", "type": "chestplate", "thorns": 18, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2675, "wDef": 90, "eDef": 80, "lvl": 92, "strReq": 35, "intReq": 35, "sdPct": 27, "mdPct": 20, "str": 7, "int": 9, "eSteal": 6, "mdRaw": 175, "tDamPct": -25, "id": 184}, {"name": "Babbling Bow", "tier": "Unique", "type": "bow", "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, "intReq": 15, "mr": 5, "sdPct": 6, "mdPct": -12, "ref": 13, "int": 7, "spd": 5, "sdRaw": 30, "fDamPct": -30, "id": 183}, {"name": "Back Protector", "tier": "Unique", "type": "leggings", "thorns": 2, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 130, "wDef": -6, "lvl": 24, "strReq": 5, "def": 5, "id": 186}, {"name": "Babylon's Scale", "tier": "Legendary", "type": "dagger", "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, "agiReq": 65, "agi": 13, "def": -10, "expd": -13, "spd": 13, "fDamPct": -19, "aDamPct": 19, "fDefPct": -16, "aDefPct": 16, "id": 187}, {"name": "Bakteri", "tier": "Rare", "type": "boots", "poison": 680, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2150, "fDef": -50, "wDef": -70, "aDef": -50, "tDef": 65, "eDef": 90, "lvl": 77, "strReq": 50, "dexReq": 50, "ls": 140, "atkTier": -1, "hprRaw": -120, "wDamPct": -30, "tDamPct": 45, "eDamPct": 30, "id": 191}, {"name": "Backfire", "tier": "Unique", "type": "wand", "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, "strReq": 30, "defReq": 30, "mdPct": 8, "ls": -105, "ms": -5, "str": 5, "expd": 14, "id": 189}, {"name": "Backlash", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "25-185", "eDam": "85-85", "atkSpd": "SLOW", "lvl": 77, "strReq": 20, "dexReq": 35, "mdPct": 12, "ls": 180, "str": 5, "dex": 5, "hpBonus": -500, "hprRaw": -90, "id": 207}, {"name": "Bad Wolf", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1350, "aDef": -100, "tDef": 70, "lvl": 60, "dexReq": 35, "mdPct": 15, "xpb": 32, "dex": 8, "spd": 7, "mdRaw": 65, "tDamPct": 15, "id": 188}, {"name": "Ballad", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "fDef": 20, "wDef": 20, "lvl": 50, "intReq": 30, "defReq": 20, "hprPct": 15, "mr": 5, "mdPct": -10, "spRegen": 15, "id": 192}, {"name": "Balankia", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 380, "lvl": 39, "str": -5, "dex": -5, "int": -5, "agi": -5, "def": -5, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "id": 193}, {"name": "Ballista", "tier": "Unique", "type": "bow", "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, "strReq": 30, "mdPct": 10, "dex": -2, "def": 5, "expd": 10, "spd": -10, "id": 190}, {"name": "Balloon's Bane", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-120", "fDam": "200-320", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 79, "defReq": 55, "sdPct": -15, "ls": 115, "def": 5, "expd": 15, "fDamPct": 9, "fDefPct": 15, "aDefPct": 9, "id": 194}, {"name": "Bantisu's Approach", "tier": "Unique", "type": "leggings", "sprint": 10, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2500, "fDef": 10, "wDef": 10, "aDef": 80, "tDef": 10, "eDef": 10, "lvl": 86, "mr": 5, "ms": 5, "xpb": 25, "lb": 15, "str": 1, "dex": 1, "int": 1, "agi": 8, "def": 1, "spd": 10, "aDefPct": 20, "sprintReg": 10, "id": 197}, {"name": "Balm", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 630, "aDef": 30, "lvl": 52, "agiReq": 30, "defReq": 20, "hprPct": 10, "xpb": 6, "str": -4, "agi": 4, "spd": 6, "hprRaw": 20, "id": 195}, {"name": "Barbarian", "tier": "Unique", "type": "leggings", "sprint": 9, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "aDef": 80, "eDef": 70, "lvl": 92, "strReq": 40, "agiReq": 30, "sdPct": -15, "mdPct": 12, "def": 9, "spd": 9, "mdRaw": 300, "tDamPct": -10, "id": 198}, {"name": "Bamboo Cuff", "tier": "Unique", "poison": 125, "category": "accessory", "drop": "lootchest", "lvl": 53, "strReq": 15, "dexReq": 15, "mdRaw": 26, "tDamPct": 4, "eDamPct": 4, "fDefPct": -8, "aDefPct": -8, "type": "bracelet", "id": 196}, {"name": "Bard's Song", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "23-69", "aDam": "23-69", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "intReq": 45, "agiReq": 35, "sdPct": -7, "mdPct": -11, "xpb": 12, "ref": 12, "spRegen": 12, "wDamPct": 19, "aDamPct": 19, "id": 203}, {"name": "Barbed Spear", "tier": "Unique", "type": "spear", "poison": 120, "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, "strReq": 10, "hprPct": -10, "sdPct": -7, "id": 199}, {"name": "Barrage", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 28, "dexReq": 10, "dex": 4, "tDamPct": 5, "type": "ring", "id": 201}, {"name": "Bardiche", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-170", "fDam": "0-0", "wDam": "70-180", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "intReq": 35, "agiReq": 40, "hprPct": 25, "ref": 15, "agi": 12, "spd": 14, "spRegen": 10, "aDamPct": 18, "eDamPct": -20, "wDefPct": 23, "id": 200}, {"name": "Basaltic Schynbalds", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 620, "wDef": 40, "eDef": 40, "lvl": 50, "strReq": 20, "intReq": 20, "hprPct": 12, "spd": -8, "wDefPct": 10, "eDefPct": 10, "id": 208}, {"name": "Andesite-hewn Bow", "displayName": "Andesite-Hewn Bow", "tier": "Normal", "type": "bow", "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, "id": 202}, {"name": "Andesite-hewn Relik", "displayName": "Andesite-Hewn Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "18-22", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 8, "id": 204}, {"name": "Andesite-hewn Shears", "displayName": "Andesite-Hewn Dagger", "tier": "Normal", "type": "dagger", "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, "id": 205}, {"name": "Standard Chain Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 445, "lvl": 50, "id": 211}, {"name": "Andesite-hewn Stick", "displayName": "Andesite-Hewn Wand", "tier": "Normal", "type": "wand", "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, "id": 206}, {"name": "Andesite-hewn Spear", "displayName": "Andesite-Hewn Spear", "tier": "Normal", "type": "spear", "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, "id": 209}, {"name": "Unfinished Chain Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 265, "lvl": 41, "id": 210}, {"name": "Standard Chain Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 470, "lvl": 51, "id": 212}, {"name": "Standard Chain Mail", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "lvl": 52, "id": 213}, {"name": "Refined Chain Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 560, "lvl": 54, "id": 214}, {"name": "Refined Chain Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 590, "lvl": 55, "id": 218}, {"name": "Refined Chain Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 530, "lvl": 53, "id": 215}, {"name": "Refined Chain Mail", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 625, "lvl": 56, "id": 216}, {"name": "High-Quality Chain Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "lvl": 58, "id": 220}, {"name": "High-Quality Chain Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 735, "lvl": 59, "id": 222}, {"name": "Unfinished Chain Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 300, "lvl": 43, "id": 223}, {"name": "Unfinished Chain Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 285, "lvl": 42, "id": 219}, {"name": "Unfinished Chain Mail", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 320, "lvl": 44, "id": 225}, {"name": "Flawed Chain Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 355, "lvl": 46, "id": 224}, {"name": "Flawed Chain Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 380, "lvl": 47, "id": 227}, {"name": "Flawed Chain Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 335, "lvl": 45, "id": 226}, {"name": "Standard Chain Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 420, "lvl": 49, "id": 229}, {"name": "Flawed Chain Mail", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 400, "lvl": 48, "id": 228}, {"name": "Dim Diamond Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1540, "lvl": 81, "id": 230}, {"name": "Cloudy Diamond Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1985, "lvl": 90, "id": 233}, {"name": "Cloudy Diamond Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2040, "lvl": 91, "id": 240}, {"name": "Cloudy Diamond Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2100, "lvl": 92, "id": 232}, {"name": "Clear Diamond Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2215, "lvl": 94, "id": 231}, {"name": "High-Quality Chain Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 660, "lvl": 57, "id": 217}, {"name": "Clear Diamond Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2155, "lvl": 93, "id": 234}, {"name": "Clear Diamond Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2335, "lvl": 96, "id": 235}, {"name": "Clear Diamond Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2270, "lvl": 95, "id": 236}, {"name": "Brilliant Diamond Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2400, "lvl": 97, "id": 237}, {"name": "High-Quality Chain Mail", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 770, "lvl": 60, "id": 221}, {"name": "Brilliant Diamond Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2460, "lvl": 98, "id": 238}, {"name": "Brilliant Diamond Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2530, "lvl": 99, "id": 242}, {"name": "Brilliant Diamond Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2600, "lvl": 100, "id": 244}, {"name": "Dim Diamond Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1630, "lvl": 83, "id": 243}, {"name": "Dim Diamond Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1680, "lvl": 84, "id": 248}, {"name": "Smoky Diamond Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1725, "lvl": 85, "id": 241}, {"name": "Dim Diamond Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1585, "lvl": 82, "id": 239}, {"name": "Smoky Diamond Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1775, "lvl": 86, "id": 246}, {"name": "Smoky Diamond Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1830, "lvl": 87, "id": 253}, {"name": "Smoky Diamond Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1880, "lvl": 88, "id": 251}, {"name": "Diorite-hewn Bow", "displayName": "Diorite-Hewn Bow", "tier": "Normal", "type": "bow", "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, "id": 249}, {"name": "Diorite-hewn Shears", "displayName": "Diorite-Hewn Dagger", "tier": "Normal", "type": "dagger", "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, "id": 252}, {"name": "Diorite-hewn Relik", "displayName": "Diorite-Hewn Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "27-31", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 15, "id": 247}, {"name": "Cloudy Diamond Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1935, "lvl": 89, "id": 245}, {"name": "Aged Golden Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 71, "lvl": 21, "id": 256}, {"name": "Diorite-hewn Stick", "displayName": "Diorite-Hewn Wand", "tier": "Normal", "type": "wand", "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, "id": 255}, {"name": "Used Golden Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 127, "lvl": 30, "id": 254}, {"name": "Used Golden Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 148, "lvl": 32, "id": 266}, {"name": "Used Golden Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 137, "lvl": 31, "id": 261}, {"name": "New Golden Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 158, "lvl": 33, "id": 257}, {"name": "Diorite-hewn Spear", "displayName": "Diorite-Hewn Spear", "tier": "Normal", "type": "spear", "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, "id": 250}, {"name": "New Golden Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 168, "lvl": 34, "id": 258}, {"name": "New Golden Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 178, "lvl": 35, "id": 259}, {"name": "Shining Golden Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 206, "lvl": 37, "id": 262}, {"name": "New Golden Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 192, "lvl": 36, "id": 260}, {"name": "Aged Golden Boots", "tier": "Normal", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 78, "lvl": 22, "id": 264}, {"name": "Shining Golden Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 233, "lvl": 39, "id": 263}, {"name": "Aged Golden Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 86, "lvl": 24, "id": 267}, {"name": "Shining Golden Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "lvl": 38, "id": 265}, {"name": "Aged Golden Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 80, "lvl": 23, "id": 268}, {"name": "Shining Golden Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 247, "lvl": 40, "id": 270}, {"name": "Worn Golden Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 92, "lvl": 25, "id": 271}, {"name": "Worn Golden Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "lvl": 26, "id": 272}, {"name": "Worn Golden Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 109, "lvl": 27, "id": 274}, {"name": "Worn Golden Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 111, "lvl": 28, "id": 273}, {"name": "Granite-hewn Bow", "displayName": "Granite-Hewn Bow", "tier": "Normal", "type": "bow", "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, "id": 276}, {"name": "Granite-hewn Shears", "displayName": "Granite-Hewn Dagger", "tier": "Normal", "type": "dagger", "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, "id": 279}, {"name": "Granite-hewn Relik", "displayName": "Granite-Hewn Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "38-42", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 22, "id": 277}, {"name": "Granite-hewn Spear", "displayName": "Granite-Hewn Spear", "tier": "Normal", "type": "spear", "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, "id": 278}, {"name": "Granite-hewn Stick", "displayName": "Granite-Hewn Wand", "tier": "Normal", "type": "wand", "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, "id": 281}, {"name": "Cracked Iron Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "lvl": 61, "id": 282}, {"name": "Used Golden Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 119, "lvl": 29, "id": 275}, {"name": "Plated Iron Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1090, "lvl": 70, "id": 280}, {"name": "Plated Iron Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1130, "lvl": 71, "id": 283}, {"name": "Plated Iron Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1165, "lvl": 72, "id": 285}, {"name": "Solid Iron Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1205, "lvl": 73, "id": 284}, {"name": "Solid Iron Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1280, "lvl": 75, "id": 286}, {"name": "Solid Iron Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1320, "lvl": 76, "id": 288}, {"name": "Solid Iron Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1240, "lvl": 74, "id": 287}, {"name": "Reinforced Iron Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1405, "lvl": 78, "id": 289}, {"name": "Reinforced Iron Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1450, "lvl": 79, "id": 290}, {"name": "Reinforced Iron Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1365, "lvl": 77, "id": 291}, {"name": "Reinforced Iron Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1490, "lvl": 80, "id": 296}, {"name": "Cracked Iron Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 860, "lvl": 63, "id": 293}, {"name": "Cracked Iron Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 830, "lvl": 62, "id": 292}, {"name": "Cracked Iron Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 890, "lvl": 64, "id": 294}, {"name": "Thin Iron Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 955, "lvl": 66, "id": 295}, {"name": "Thin Iron Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 920, "lvl": 65, "id": 299}, {"name": "Plated Iron Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1055, "lvl": 69, "id": 297}, {"name": "Thin Iron Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 990, "lvl": 67, "id": 300}, {"name": "Thin Iron Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1025, "lvl": 68, "id": 298}, {"name": "Padded Leather Boots", "tier": "Normal", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 26, "lvl": 10, "id": 305}, {"name": "Padded Leather Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 30, "lvl": 11, "id": 301}, {"name": "Plain Leather Cap", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 3, "lvl": 1, "id": 302}, {"name": "Hard Leather Cap", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 36, "lvl": 13, "id": 304}, {"name": "Padded Leather Tunic", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 34, "lvl": 12, "id": 303}, {"name": "Hard Leather Boots", "tier": "Normal", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 40, "lvl": 14, "id": 308}, {"name": "Hard Leather Tunic", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 49, "lvl": 16, "id": 309}, {"name": "Studded Leather Cap", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 54, "lvl": 17, "id": 306}, {"name": "Hard Leather Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 44, "lvl": 15, "id": 307}, {"name": "Studded Leather Boots", "tier": "Normal", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 55, "lvl": 18, "id": 317}, {"name": "Plain Leather Boots", "tier": "Normal", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 5, "lvl": 2, "id": 311}, {"name": "Studded Leather Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 60, "lvl": 19, "id": 310}, {"name": "Studded Leather Tunic", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 65, "lvl": 20, "id": 314}, {"name": "Plain Leather Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 7, "lvl": 3, "id": 312}, {"name": "Tanned Leather Boots", "tier": "Normal", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 14, "lvl": 6, "id": 316}, {"name": "Plain Leather Tunic", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 9, "lvl": 4, "id": 313}, {"name": "Tanned Leather Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 17, "lvl": 7, "id": 319}, {"name": "Tanned Leather Tunic", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 20, "lvl": 8, "id": 318}, {"name": "Tanned Leather Cap", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 11, "lvl": 5, "id": 315}, {"name": "Padded Leather Cap", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 23, "lvl": 9, "id": 321}, {"name": "Light Birch Wood Bow", "tier": "Normal", "type": "bow", "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, "id": 320}, {"name": "Light Birch Wood Shears", "displayName": "Light Birch Wood Dagger", "tier": "Normal", "type": "dagger", "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, "id": 324}, {"name": "Light Birch Wood Stick", "displayName": "Light Birch Wood Wand", "tier": "Normal", "type": "wand", "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, "id": 329}, {"name": "Light Jungle Wood Bow", "tier": "Normal", "type": "bow", "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, "id": 326}, {"name": "Light Birch Wood Spear", "tier": "Normal", "type": "spear", "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, "id": 322}, {"name": "Light Jungle Wood Spear", "tier": "Normal", "type": "spear", "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, "id": 323}, {"name": "Light Jungle Wood Stick", "displayName": "Light Jungle Wood Wand", "tier": "Normal", "type": "wand", "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, "id": 325}, {"name": "Light Jungle Wood Shears", "displayName": "Light Jungle Wood Dagger", "tier": "Normal", "type": "dagger", "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, "id": 327}, {"name": "Light Oak Wood Bow", "tier": "Normal", "type": "bow", "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, "id": 332}, {"name": "Light Oak Wood Spear", "tier": "Normal", "type": "spear", "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, "id": 328}, {"name": "Light Oak Wood Shears", "displayName": "Light Oak Wood Dagger", "tier": "Normal", "type": "dagger", "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, "id": 331}, {"name": "Light Oak Wood Stick", "displayName": "Light Oak Wood Wand", "tier": "Normal", "type": "wand", "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, "id": 330}, {"name": "Light Spruce Wood Bow", "tier": "Normal", "type": "bow", "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, "id": 336}, {"name": "Light Spruce Wood Shears", "displayName": "Light Spruce Wood Dagger", "tier": "Normal", "type": "dagger", "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, "id": 333}, {"name": "Stone-hewn Bow", "displayName": "Stone-Hewn Bow", "tier": "Normal", "type": "bow", "category": "weapon", "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, "id": 337}, {"name": "Light Spruce Wood Stick", "displayName": "Light Spruce Wood Wand", "tier": "Normal", "type": "wand", "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, "id": 335}, {"name": "Stone-hewn Relik", "displayName": "Stone-Hewn Relik", "tier": "Normal", "type": "relik", "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": "SLOW", "lvl": 2, "id": 339}, {"name": "Stone-hewn Shears", "displayName": "Stone-Hewn Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "5-7", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 2, "id": 365}, {"name": "Light Spruce Wood Spear", "tier": "Normal", "type": "spear", "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, "id": 334}, {"name": "Stone-hewn Spear", "displayName": "Stone-Hewn Spear", "tier": "Normal", "type": "spear", "category": "weapon", "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, "id": 343}, {"name": "Stone-hewn Stick", "displayName": "Stone-Hewn Wand", "tier": "Normal", "type": "wand", "category": "weapon", "drop": "NORMAL", "nDam": "3-6", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 2, "id": 340}, {"name": "Battle Bishop", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 430, "wDef": 60, "tDef": -30, "lvl": 50, "intReq": 35, "sdPct": 10, "mdPct": 5, "str": 4, "int": 4, "sdRaw": 45, "wDamPct": 15, "id": 344}, {"name": "Battleground Dancer", "tier": "Unique", "type": "boots", "thorns": 20, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2750, "fDef": -120, "aDef": 80, "eDef": 80, "lvl": 98, "strReq": 50, "agiReq": 60, "sdPct": -25, "mdPct": -8, "str": 6, "agi": 6, "spd": 16, "atkTier": 1, "mdRaw": 135, "id": 342}, {"name": "Bear Opener", "tier": "Unique", "type": "dagger", "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, "strReq": 35, "hprPct": -15, "sdPct": -12, "ls": 55, "xpb": 12, "str": 5, "expd": 8, "id": 346}, {"name": "Bastille", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3600, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 98, "defReq": 50, "sdPct": -5, "mdPct": -5, "ms": 10, "dex": 13, "spd": -10, "fDamPct": 17, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "id": 338}, {"name": "Bedrock Eater", "tier": "Unique", "type": "spear", "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, "ls": 3, "ms": 5, "id": 348}, {"name": "Bear Pelt", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 57, "lvl": 13, "sdPct": -6, "str": 4, "spd": -3, "hpBonus": 10, "mdRaw": 17, "id": 345}, {"name": "Bedruthan", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "120-170", "atkSpd": "NORMAL", "lvl": 92, "strReq": 45, "intReq": 55, "mr": 5, "sdPct": 12, "mdPct": 12, "ms": 5, "str": 9, "int": 9, "wDamPct": 30, "tDefPct": -25, "id": 349}, {"name": "Beauty", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 6, "xpb": 4, "type": "necklace", "id": 347}, {"name": "Behemoth", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "110-610", "eDam": "375-535", "atkSpd": "SUPER_SLOW", "lvl": 92, "strReq": 40, "dexReq": 35, "sdPct": -10, "mdPct": 20, "str": 10, "expd": 25, "spd": -20, "tDamPct": 15, "eDamPct": 15, "id": 350}, {"name": "Bejeweled Bracelet", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 17, "lb": 5, "type": "bracelet", "id": 353}, {"name": "Belcon", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "65-105", "fDam": "0-0", "wDam": "60-110", "aDam": "0-0", "tDam": "0-0", "eDam": "50-80", "atkSpd": "NORMAL", "lvl": 92, "strReq": 30, "intReq": 40, "sdPct": 8, "mdPct": 8, "str": 8, "spRegen": 30, "eDamPct": 20, "aDefPct": -30, "tDefPct": -30, "id": 354}, {"name": "Bete Noire", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 2150, "tDef": 100, "eDef": 100, "lvl": 80, "strReq": 80, "dexReq": 80, "sdPct": 30, "ms": 10, "str": 20, "dex": 20, "atkTier": -7, "spRegen": -150, "hprRaw": -155, "mdRaw": 1100, "id": 352}, {"name": "Battery", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-75", "fDam": "0-0", "wDam": "50-150", "aDam": "0-0", "tDam": "0-200", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "dexReq": 60, "intReq": 60, "mr": 5, "sdPct": 15, "ms": 5, "wDamPct": 15, "tDamPct": 15, "eDamPct": -20, "eDefPct": -30, "id": 341}, {"name": "Belligerence", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "lvl": 91, "sdPct": -15, "mdPct": 25, "ls": -145, "str": 8, "dex": 8, "hprRaw": 125, "id": 351}, {"name": "Bianco", "tier": "Unique", "type": "wand", "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, "xpb": 9, "ref": 12, "agi": 5, "spRegen": 10, "id": 355}, {"name": "Bibliotek", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "207-207", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 49, "xpb": 15, "lb": 15, "str": 11, "dex": 11, "int": 11, "agi": 11, "def": 11, "hpBonus": -300, "spPct2": 25, "spPct4": -24, "id": 359}, {"name": "Birch Wood Bow", "tier": "Normal", "type": "bow", "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, "id": 361}, {"name": "Big Arm", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "430-900", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 90, "strReq": 55, "mdPct": 30, "str": 15, "expd": 15, "spd": -15, "eDamPct": 231, "aDefPct": -25, "id": 357}, {"name": "Birch Wood Shears", "displayName": "Birch Wood Dagger", "tier": "Normal", "type": "dagger", "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, "id": 360}, {"name": "Big Ol' Hammer", "tier": "Unique", "type": "spear", "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, "strReq": 20, "mdPct": 6, "str": 5, "agi": -4, "spd": -4, "fDamPct": 7, "eDamPct": 7, "id": 356}, {"name": "Birch Wood Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-12", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 6, "id": 358}, {"name": "Birch Wood Spear", "tier": "Normal", "type": "spear", "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, "id": 367}, {"name": "Bismuthinite", "tier": "Legendary", "type": "wand", "poison": 1825, "thorns": 35, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "125-195", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "55-95", "atkSpd": "SLOW", "lvl": 82, "strReq": 35, "dexReq": 55, "str": 12, "spd": 15, "tDamPct": 40, "fDefPct": -12, "wDefPct": -12, "aDefPct": -12, "id": 368}, {"name": "Birch Wood Stick", "displayName": "Birch Wood Wand", "tier": "Normal", "type": "wand", "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, "id": 364}, {"name": "Bishop", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 120, "lvl": 20, "classReq": "Mage", "intReq": 30, "sdPct": -25, "mdPct": -25, "int": 5, "wDamPct": 35, "id": 362}, {"name": "Black Abyss", "tier": "Unique", "type": "relik", "poison": 1414, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "690-715", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 94, "dexReq": 55, "mdPct": 15, "str": 75, "dex": -100, "spd": -12, "fDamPct": -10, "wDamPct": -10, "aDamPct": -10, "tDamPct": 22, "eDamPct": -50, "id": 366}, {"name": "Bizzles", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-125", "fDam": "0-0", "wDam": "125-185", "aDam": "0-0", "tDam": "25-255", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 85, "dexReq": 30, "intReq": 30, "sdPct": 15, "ms": 5, "int": 7, "hpBonus": -850, "wDamPct": 8, "aDamPct": -25, "tDamPct": 13, "id": 363}, {"name": "Black Arrow", "tier": "Unique", "type": "bow", "poison": 2000, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "283-450", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 89, "strReq": 40, "ls": 215, "ms": -15, "id": 370}, {"name": "Black", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-80", "fDam": "65-115", "wDam": "0-0", "aDam": "0-0", "tDam": "30-150", "eDam": "0-0", "atkSpd": "FAST", "lvl": 99, "dexReq": 55, "defReq": 55, "mr": -10, "sdPct": 19, "ms": 15, "spRegen": -25, "fDamPct": 19, "wDamPct": -30, "tDamPct": 19, "aDefPct": -40, "eDefPct": -40, "id": 369}, {"name": "Black Ring", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 72, "dexReq": 15, "mdPct": 6, "tDamPct": 6, "type": "ring", "id": 379}, {"name": "Black Sheep", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1800, "lvl": 79, "strReq": 50, "spd": 20, "eDamPct": 8, "id": 373}, {"name": "Black Spear", "tier": "Unique", "type": "spear", "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, "agiReq": 10, "mdPct": 10, "ls": 135, "dex": -5, "agi": 9, "spd": 5, "aDamPct": 9, "id": 374}, {"name": "Blackened Boots", "tier": "Unique", "type": "boots", "poison": 110, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 300, "tDef": 20, "eDef": -15, "lvl": 41, "dexReq": 15, "sdPct": 6, "ms": 5, "dex": 4, "spRegen": -15, "wDamPct": -10, "tDamPct": 12, "id": 371}, {"name": "Blade of Purity", "tier": "Legendary", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "175-225", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 78, "mr": 10, "sdPct": 15, "mdPct": 15, "xpb": 20, "spRegen": 20, "sdRaw": 160, "mdRaw": 165, "fDamPct": -150, "wDamPct": -150, "aDamPct": -150, "tDamPct": -150, "eDamPct": -150, "id": 377}, {"name": "Blackout", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 20, "fDef": 6, "tDef": -6, "lvl": 22, "defReq": 5, "dex": -2, "def": 3, "fDamPct": 5, "tDamPct": -5, "type": "bracelet", "id": 372}, {"name": "Blade of Snow", "tier": "Unique", "type": "dagger", "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, "intReq": 10, "mr": 5, "sdPct": 6, "ref": 8, "spd": -9, "aDamPct": 5, "fDefPct": -7, "aDefPct": 10, "id": 376}, {"name": "Bladeguard", "tier": "Unique", "type": "dagger", "thorns": 15, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "70-100", "fDam": "35-70", "wDam": "0-0", "aDam": "35-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 86, "agiReq": 35, "defReq": 25, "sdPct": -10, "ref": 15, "agi": 15, "def": 15, "fDefPct": 15, "aDefPct": 15, "id": 375}, {"name": "Blade of Wisdom", "tier": "Unique", "type": "spear", "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, "intReq": 8, "mr": 5, "xpb": 8, "lb": 8, "int": 4, "wDamPct": 5, "tDamPct": -5, "id": 378}, {"name": "Bladerunners", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "wDef": 40, "aDef": -20, "tDef": 20, "eDef": -40, "lvl": 53, "dexReq": 20, "intReq": 20, "hprPct": -16, "dex": 5, "int": 4, "spd": 7, "sdRaw": 35, "id": 382}, {"name": "Bleeding Wand", "tier": "Unique", "type": "wand", "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, "hprPct": -13, "ls": 33, "hpBonus": 50, "id": 381}, {"name": "Blank", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 2, "hprPct": 5, "type": "necklace", "id": 383}, {"name": "Blessed Wrappings", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 30, "lvl": 5, "hprPct": 12, "xpb": 10, "def": 3, "hpBonus": 15, "id": 385}, {"name": "Blight", "tier": "Rare", "type": "wand", "poison": 1000, "thorns": 15, "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, "eDefPct": 33, "id": 395}, {"name": "Bladestorm", "tier": "Unique", "type": "dagger", "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, "dex": 12, "spd": 15, "aDefPct": -7, "id": 380}, {"name": "Blightsaber", "tier": "Unique", "type": "relik", "poison": 800, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-76", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "70-76", "eDam": "70-76", "atkSpd": "FAST", "lvl": 91, "strReq": 33, "dexReq": 33, "sdPct": 19, "mdPct": 19, "ms": 5, "str": 8, "dex": 8, "hprRaw": -150, "spRaw1": -15, "spRaw2": 15, "id": 384}, {"name": "Blindblight", "tier": "Rare", "type": "helmet", "poison": 95, "category": "armor", "drop": "NORMAL", "hp": 200, "fDef": -3, "wDef": -3, "aDef": -3, "tDef": -3, "eDef": -3, "lvl": 29, "ls": 15, "str": 8, "dex": -4, "hprRaw": -10, "mdRaw": 36, "id": 386}, {"name": "Blind Thrust", "tier": "Fabled", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3725, "tDef": -300, "lvl": 90, "strReq": 95, "ms": 10, "str": 10, "atkTier": -14, "mdRaw": 1600, "eDamPct": 31, "id": 388}, {"name": "Blizzard", "tier": "Unique", "type": "bow", "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, "intReq": 35, "agiReq": 35, "sdPct": 11, "mdPct": -13, "int": 5, "spd": 10, "fDamPct": -12, "fDefPct": -17, "id": 387}, {"name": "Blood-Soaked Claws", "tier": "Unique", "type": "dagger", "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, "mdPct": 8, "ls": 12, "hprRaw": -6, "id": 390}, {"name": "Bloodless", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 250, "lvl": 44, "hprPct": -30, "ls": 41, "hpBonus": 300, "hprRaw": -20, "id": 397}, {"name": "Block Buster", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "130-160", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "90-100", "atkSpd": "SLOW", "lvl": 76, "strReq": 35, "expd": 48, "eDefPct": -6, "id": 389}, {"name": "Bloodlust", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "fDef": -100, "aDef": -100, "tDef": 100, "eDef": 100, "lvl": 87, "strReq": 45, "dexReq": 45, "hprPct": -25, "sdPct": -7, "mdPct": 20, "ls": 240, "str": 7, "dex": 7, "int": -8, "spd": 25, "mdRaw": 190, "id": 391}, {"name": "Blossom", "tier": "Legendary", "type": "wand", "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, "strReq": 30, "intReq": 10, "sdPct": 10, "int": 7, "spd": -10, "eDamPct": 8, "fDefPct": -20, "id": 392}, {"name": "Bloudil", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1380, "lvl": 65, "xpb": 14, "ref": 6, "agi": 5, "spd": 14, "id": 394}, {"name": "Blue Mask", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1, "lvl": 68, "str": 12, "dex": 12, "int": 12, "agi": 12, "def": 12, "id": 393}, {"name": "Blossom Haze", "tier": "Fabled", "type": "dagger", "majorIds": ["CHERRY_BOMBS"], "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "145-185", "atkSpd": "FAST", "lvl": 87, "strReq": 65, "ms": 5, "expd": 22, "spd": -20, "atkTier": -1, "aDamPct": 25, "eDamPct": 25, "wDefPct": 26, "spRaw4": -5, "id": 3610}, {"name": "Blueberry", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 870, "wDef": 40, "tDef": -30, "lvl": 58, "ms": 5, "xpb": 16, "ref": 6, "wDamPct": 5, "id": 396}, {"name": "Blur", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "55-73", "tDam": "40-90", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 100, "dexReq": 40, "agiReq": 40, "ms": 10, "dex": 9, "agi": 9, "spd": 14, "fDamPct": -21, "aDamPct": 14, "tDamPct": 14, "eDefPct": -18, "id": 398}, {"name": "Blues Whistle", "tier": "Unique", "type": "bow", "poison": 1500, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "140-160", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-100", "atkSpd": "FAST", "lvl": 99, "strReq": 50, "ls": -295, "ms": 10, "agi": 9, "def": 9, "eDamPct": 20, "fDefPct": -30, "id": 400}, {"name": "Bob's Lost Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 880, "fDef": 30, "lvl": 58, "sdPct": 5, "mdPct": 5, "xpb": 8, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "id": 402}, {"name": "Blushwind", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "fDef": 110, "wDef": -75, "aDef": 110, "lvl": 88, "agiReq": 60, "defReq": 30, "ms": 5, "int": -25, "agi": 7, "spd": 14, "hpBonus": 3000, "fDefPct": 12, "aDefPct": 12, "spPct2": -14, "spPct3": -7, "id": 399}, {"name": "Boiler", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-60", "fDam": "30-48", "wDam": "30-48", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "intReq": 35, "defReq": 35, "hprPct": 16, "mr": 10, "int": 4, "def": 4, "fDefPct": 13, "wDefPct": 13, "id": 403}, {"name": "Bombardier", "tier": "Unique", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "25-45", "fDam": "15-35", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 28, "defReq": 10, "expd": 20, "spd": -10, "hpBonus": -50, "id": 405}, {"name": "Bolt", "tier": "Unique", "type": "dagger", "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, "xpb": 5, "lb": 5, "tDamPct": 5, "id": 401}, {"name": "Bonethrasher", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "56-160", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 83, "agiReq": 40, "sdPct": -20, "dex": 13, "int": -7, "agi": 13, "mdRaw": 75, "id": 406}, {"name": "Bolter", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "100-110", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 85, "dexReq": 40, "sdPct": -15, "ref": 16, "dex": 8, "mdRaw": 75, "tDamPct": 8, "aDefPct": -8, "tDefPct": 12, "id": 404}, {"name": "Booster Plate", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2800, "wDef": 130, "aDef": 100, "lvl": 84, "intReq": 25, "agiReq": 50, "xpb": 12, "agi": 10, "spd": 35, "wDamPct": 15, "aDamPct": 15, "tDefPct": -18, "jh": 3, "id": 408}, {"name": "Boots of Blue Stone", "tier": "Unique", "type": "boots", "sprint": 13, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "fDef": 30, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 82, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "sdRaw": 120, "mdRaw": 160, "fDamPct": 13, "wDamPct": 13, "aDamPct": 13, "tDamPct": 13, "eDamPct": 13, "sprintReg": 13, "id": 407}, {"name": "Boots of the Sorcerer", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 96, "wDef": 5, "tDef": 10, "lvl": 26, "intReq": 10, "mr": 5, "sdPct": 10, "mdPct": -7, "int": 3, "wDamPct": 10, "tDamPct": 10, "id": 410}, {"name": "Boulder", "tier": "Unique", "category": "accessory", "drop": "lootchest", "eDef": 6, "lvl": 24, "strReq": 10, "sdRaw": -2, "mdRaw": 8, "eDefPct": 5, "type": "ring", "id": 409}, {"name": "Bottled Sky", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2700, "aDef": 150, "eDef": -100, "lvl": 95, "agiReq": 60, "ref": 10, "dex": 6, "int": -24, "agi": 6, "def": 6, "spd": 18, "wDamPct": -25, "spPct1": -7, "spPct3": -7, "spPct4": -14, "id": 446}, {"name": "Bourreau", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 13, "ls": -2, "sdRaw": 4, "mdRaw": 4, "type": "bracelet", "id": 415}, {"name": "Bough of Fir", "tier": "Legendary", "type": "wand", "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, "strReq": 20, "intReq": 10, "mr": 5, "sdPct": 16, "lb": 16, "int": 9, "spRegen": 19, "fDamPct": -20, "wDamPct": 20, "fDefPct": -15, "eDefPct": 30, "id": 411}, {"name": "Bovine Killer", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 65, "aDef": -5, "eDef": 5, "lvl": 12, "mdPct": 15, "str": 10, "agi": -4, "id": 413}, {"name": "Bovemist Amulet", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": 5, "tDef": 5, "lvl": 18, "intReq": 8, "hprPct": 8, "int": 3, "spRegen": 3, "type": "necklace", "id": 412}, {"name": "Bow of Retribution", "tier": "Unique", "type": "bow", "thorns": 18, "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, "ls": 39, "ms": 5, "ref": 18, "id": 414}, {"name": "Bow Of Wisdom", "tier": "Unique", "type": "bow", "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, "intReq": 5, "mr": 10, "sdPct": 4, "id": 417}, {"name": "Bow of Wisdom", "tier": "Unique", "type": "bow", "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, "intReq": 5, "mr": 10, "sdPct": 4, "id": 420}, {"name": "Brackenwall", "tier": "Unique", "type": "chestplate", "poison": 360, "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "aDef": -40, "eDef": 110, "lvl": 83, "strReq": 40, "mdPct": 13, "str": 7, "spd": -8, "mdRaw": 145, "eDamPct": 13, "fDefPct": -10, "id": 418}, {"name": "Brass Knuckle", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 53, "strReq": 20, "mdPct": 8, "str": 4, "eSteal": 3, "aDamPct": -6, "type": "ring", "id": 422}, {"name": "Brass Brand", "tier": "Legendary", "type": "dagger", "thorns": 60, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-220", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "110-160", "atkSpd": "FAST", "lvl": 86, "strReq": 40, "dexReq": 55, "ls": -290, "ref": 20, "dex": 25, "sdRaw": 169, "tDamPct": 40, "fDefPct": -20, "tDefPct": -20, "id": 426}, {"name": "Bravery", "tier": "Unique", "type": "dagger", "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, "strReq": 15, "agiReq": 20, "mdPct": 8, "str": 5, "spd": 6, "hpBonus": 150, "eDamPct": 8, "fDefPct": 10, "id": 419}, {"name": "Breakbeat", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 1800, "fDef": -40, "wDef": -20, "tDef": -20, "eDef": -20, "lvl": 79, "agiReq": 55, "sdPct": 5, "spd": 10, "mdRaw": 120, "fDamPct": 7, "wDamPct": 7, "aDamPct": 10, "tDamPct": 7, "eDamPct": 4, "id": 423}, {"name": "Breaker Bar", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "280-340", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 80, "strReq": 25, "agiReq": 25, "str": 8, "agi": 8, "spd": 15, "fDamPct": -40, "wDamPct": -40, "aDamPct": 40, "tDamPct": -40, "eDamPct": 40, "id": 424}, {"name": "Breath of the Dragon", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-10", "fDam": "13-17", "wDam": "0-0", "aDam": "23-27", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 27, "agiReq": 11, "defReq": 11, "agi": 6, "def": 6, "hprRaw": 9, "fDamPct": 15, "aDefPct": 15, "spRaw1": 5, "id": 428}, {"name": "Breath of the Vampire", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-70", "fDam": "0-0", "wDam": "0-0", "aDam": "35-85", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 81, "dexReq": 35, "agiReq": 25, "ls": 190, "agi": 7, "spd": 10, "aDamPct": 5, "tDamPct": 20, "id": 427}, {"name": "Bridge of the Divide", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 650, "wDef": 50, "tDef": 50, "lvl": 51, "dexReq": 20, "intReq": 20, "mr": 5, "ms": 5, "xpb": 20, "ref": 10, "wDamPct": -10, "tDamPct": 20, "wDefPct": 20, "tDefPct": -10, "id": 430}, {"name": "Brocach", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "aDef": -150, "eDef": 175, "lvl": 94, "strReq": 65, "mdPct": 10, "spd": -9, "eDamPct": 19, "aDefPct": -15, "eDefPct": 23, "id": 432}, {"name": "Breeze", "tier": "Unique", "type": "bow", "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, "xpb": 5, "dex": 3, "agi": 3, "spd": 5, "id": 425}, {"name": "Bright Boots", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 15, "tDef": 3, "eDef": -3, "lvl": 5, "xpb": 6, "id": 431}, {"name": "Broken Balance", "tier": "Legendary", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": -500, "lvl": 50, "sdPct": 75, "mdPct": 75, "str": -7, "dex": -7, "int": -7, "agi": -7, "def": -7, "id": 433}, {"name": "Broken Gauntlet", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 410, "wDef": -25, "aDef": -25, "lvl": 79, "strReq": 15, "defReq": 15, "sdPct": -5, "mdPct": 6, "type": "bracelet", "id": 434}, {"name": "Brimstone", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "55-85", "fDam": "110-130", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 85, "strReq": 25, "defReq": 45, "hprPct": 20, "mr": -5, "mdPct": 8, "str": 10, "expd": 12, "hpBonus": 1500, "fDamPct": 8, "eDamPct": 27, "id": 429}, {"name": "Broken Cross", "tier": "Unique", "type": "spear", "thorns": 45, "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, "strReq": 25, "dexReq": 15, "mdPct": 13, "xpb": 20, "lb": 10, "ref": 45, "def": -40, "hpBonus": 831, "spRegen": -13, "fDefPct": -30, "wDefPct": -30, "aDefPct": -30, "id": 435}, {"name": "Broken Harp", "tier": "Rare", "type": "wand", "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, "intReq": 10, "sdPct": 10, "int": 4, "tDamPct": -5, "wDefPct": 10, "id": 436}, {"name": "Broken Trident", "tier": "Unique", "type": "spear", "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, "intReq": 10, "sdPct": 8, "mdPct": -8, "wDamPct": 5, "wDefPct": 3, "id": 438}, {"name": "Bronze-Plated Greaves", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 160, "fDef": 8, "aDef": -5, "lvl": 26, "strReq": 10, "defReq": 10, "ref": 10, "str": 4, "def": 4, "id": 437}, {"name": "Bubble", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": 50, "lvl": 72, "sdPct": 4, "type": "ring", "id": 443}, {"name": "Brook", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "wDef": 130, "tDef": -150, "lvl": 73, "intReq": 45, "mr": 5, "ref": 10, "fDamPct": -7, "wDamPct": 10, "wDefPct": 10, "tDefPct": -15, "id": 439}, {"name": "Brook Keeper", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 460, "wDef": 30, "tDef": -20, "lvl": 49, "intReq": 15, "mr": 5, "sdPct": 10, "spd": 3, "fDamPct": -10, "wDamPct": 5, "id": 440}, {"name": "Bull", "tier": "Rare", "type": "dagger", "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, "mdPct": 8, "str": 5, "agi": -7, "def": 5, "hpBonus": 450, "aDamPct": -25, "fDefPct": 15, "eDefPct": 25, "id": 441}, {"name": "Bulldozer", "tier": "Legendary", "type": "dagger", "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, "strReq": 20, "mdPct": 10, "expd": 20, "spd": -20, "hpBonus": -100, "mdRaw": 105, "eDamPct": 8, "id": 444}, {"name": "Bullseye", "tier": "Rare", "type": "spear", "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, "dex": 4, "id": 449}, {"name": "Bubbline", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1875, "wDef": 140, "tDef": -90, "lvl": 81, "intReq": 40, "mr": 10, "mdPct": -15, "ref": 30, "int": 8, "fDefPct": 7, "wDefPct": 15, "id": 442}, {"name": "Bumblebee", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-18", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 2, "mdPct": 5, "xpb": 6, "id": 447}, {"name": "Burning Pants", "tier": "Rare", "type": "leggings", "thorns": 6, "category": "armor", "drop": "NORMAL", "hp": 100, "fDef": -5, "wDef": -5, "lvl": 18, "defReq": 10, "expd": 5, "spd": 8, "hpBonus": -20, "fDamPct": 7, "id": 448}, {"name": "Burn", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 73, "expd": 6, "fDamPct": 8, "type": "ring", "id": 445}, {"name": "Buster Bracer", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "fDef": -15, "wDef": -15, "aDef": -15, "tDef": -15, "eDef": -15, "lvl": 20, "strReq": 20, "sdPct": 10, "str": 5, "expd": 10, "hpBonus": -45, "mdRaw": 20, "type": "bracelet", "id": 451}, {"name": "Burning Torch", "tier": "Unique", "type": "wand", "category": "weapon", "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, "defReq": 25, "sdPct": -12, "mdPct": 5, "expd": 5, "hpBonus": -90, "fDamPct": 7, "wDamPct": -30, "wDefPct": -20, "aDefPct": -5, "id": 452}, {"name": "Butcher's Clever", "tier": "Unique", "type": "dagger", "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, "intReq": 15, "mr": 5, "int": 8, "wDamPct": 5, "tDamPct": -10, "tDefPct": -10, "id": 453}, {"name": "Burnout", "tier": "Rare", "type": "boots", "sprint": 16, "category": "armor", "drop": "NORMAL", "hp": 3200, "fDef": -80, "aDef": -80, "lvl": 96, "agiReq": 40, "defReq": 60, "mr": -5, "sdPct": -14, "def": 10, "spd": 12, "atkTier": 1, "hprRaw": 175, "fDamPct": 10, "aDamPct": 10, "sprintReg": -8, "id": 450}, {"name": "Butter Knife", "tier": "Rare", "type": "dagger", "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, "xpb": 5, "lb": 20, "id": 457}, {"name": "Butterfly Wings", "tier": "Unique", "type": "relik", "thorns": 8, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "33-49", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 19, "ref": 8, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "id": 454}, {"name": "Butter Helmet", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 56, "lvl": 15, "agi": 4, "id": 455}, {"name": "Bygones", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "120-960", "wDam": "0-0", "aDam": "0-0", "tDam": "390-690", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 85, "dexReq": 35, "defReq": 35, "hprPct": -30, "mdPct": 25, "ls": -290, "ms": 15, "expd": 20, "mdRaw": 610, "wDefPct": -35, "id": 456}, {"name": "Bylvis' Pitchfork", "tier": "Unique", "type": "spear", "thorns": 15, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-130", "fDam": "0-0", "wDam": "70-90", "aDam": "70-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "intReq": 35, "agiReq": 35, "mr": 5, "ref": 15, "wDamPct": 17, "aDamPct": 17, "tDamPct": -20, "fDefPct": -30, "tDefPct": -10, "id": 458}, {"name": "Wybel Paw", "tier": "Unique", "type": "dagger", "category": "weapon", "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, "hprPct": -100, "sdPct": -100, "mdPct": -100, "agi": 5, "spd": 35, "fixID": true, "id": 459}, {"name": "Cadence", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2750, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 94, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "xpb": 12, "lb": 12, "fDamPct": 17, "wDamPct": 17, "aDamPct": 17, "tDamPct": 17, "eDamPct": 17, "id": 461}, {"name": "Foreword", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "5-10", "fDam": "0-0", "wDam": "0-0", "aDam": "90-95", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "agiReq": 20, "xpb": 20, "lb": 20, "spd": 20, "aDamPct": 20, "aDefPct": 20, "fixID": true, "id": 460}, {"name": "Cactus", "tier": "Unique", "thorns": 12, "category": "accessory", "drop": "lootchest", "lvl": 36, "ls": -11, "type": "ring", "id": 464}, {"name": "Permafrosted Saxifrage", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "50-73", "tDam": "0-0", "eDam": "60-63", "atkSpd": "NORMAL", "lvl": 45, "strReq": 18, "agiReq": 18, "mdPct": 10, "str": 5, "agi": 5, "aDamPct": 10, "eDamPct": 10, "fDefPct": -20, "wDefPct": 20, "fixID": true, "id": 462}, {"name": "Calcined Estoc", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "90-99", "aDam": "0-0", "tDam": "0-0", "eDam": "90-99", "atkSpd": "NORMAL", "lvl": 68, "strReq": 40, "intReq": 40, "mr": 5, "mdPct": 15, "str": 8, "dex": -15, "spd": -15, "wDefPct": 10, "eDefPct": 10, "id": 465}, {"name": "Caffeine", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -160, "lvl": 74, "agiReq": 40, "agi": 3, "spd": 12, "hprRaw": -15, "aDamPct": 5, "type": "ring", "id": 469}, {"name": "Cage of Bones", "tier": "Legendary", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 800, "fDef": 80, "wDef": -100, "tDef": 60, "lvl": 57, "dexReq": 35, "defReq": 25, "hprPct": -20, "mdPct": 20, "def": 7, "spd": -10, "mdRaw": 130, "fDamPct": 15, "tDamPct": 20, "wDefPct": -20, "id": 466}, {"name": "Calcite", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1500, "fDef": 50, "lvl": 67, "defReq": 20, "mdPct": -3, "def": 13, "spd": -5, "fDamPct": 5, "fDefPct": 7, "id": 467}, {"name": "Caldera", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "36-60", "fDam": "40-85", "wDam": "55-70", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "intReq": 35, "defReq": 35, "sdPct": 10, "int": 5, "def": 7, "hpBonus": -1200, "fDamPct": 15, "wDamPct": 18, "tDefPct": -25, "eDefPct": -15, "id": 468}, {"name": "Calidade Mail", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2700, "fDef": -80, "aDef": -80, "tDef": -80, "lvl": 97, "dexReq": 55, "defReq": 50, "sdPct": -15, "mdPct": 30, "ms": 5, "dex": 5, "agi": 6, "def": 4, "atkTier": 1, "hprRaw": -145, "mdRaw": -113, "fDamPct": 10, "tDamPct": 10, "id": 471}, {"name": "Caledonia", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "200-455", "fDam": "180-225", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 79, "defReq": 90, "sdPct": -11, "mdPct": -11, "xpb": 15, "def": 9, "hpBonus": 825, "hprRaw": 125, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "id": 472}, {"name": "Call to Concord", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": 625, "fDef": 25, "aDef": 25, "eDef": 10, "lvl": 64, "defReq": 40, "hprPct": 15, "ref": 10, "def": 5, "spRegen": 5, "tDamPct": -8, "type": "bracelet", "id": 476}, {"name": "Calidum Aurea", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1650, "fDef": 100, "wDef": -95, "lvl": 74, "defReq": 25, "sdPct": -10, "xpb": 5, "lb": 19, "def": 5, "fDamPct": 12, "id": 470}, {"name": "Cancer\u058e", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 5200, "fDef": 180, "lvl": 98, "defReq": 80, "int": 10, "def": 15, "hprRaw": 300, "wDefPct": 50, "id": 475}, {"name": "Calming Torc", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 260, "wDef": 60, "tDef": -60, "lvl": 93, "intReq": 35, "int": 5, "wDamPct": 7, "wDefPct": 7, "type": "necklace", "id": 474}, {"name": "Canopy", "tier": "Unique", "type": "leggings", "thorns": 14, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 1300, "fDef": -100, "wDef": 80, "eDef": 60, "lvl": 69, "strReq": 30, "intReq": 30, "sdPct": 4, "ref": 8, "eDamPct": 8, "wDefPct": 10, "id": 485}, {"name": "Canyon Spirit", "tier": "Unique", "type": "wand", "quest": "The Lost", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-65", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-90", "atkSpd": "NORMAL", "lvl": 85, "strReq": 25, "agiReq": 35, "mdPct": 12, "xpb": 10, "lb": 10, "agi": 13, "aDamPct": 19, "id": 477}, {"name": "Capricorn", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3250, "wDef": 100, "aDef": 100, "tDef": -100, "eDef": -100, "lvl": 99, "intReq": 65, "agiReq": 65, "mr": 10, "sdPct": 15, "ms": 5, "int": 12, "agi": 12, "spd": 18, "id": 480}, {"name": "Capsaicin", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 700, "fDef": -40, "lvl": 52, "defReq": 20, "hprPct": -15, "sdPct": 20, "mdPct": 20, "spd": 15, "hprRaw": -40, "sdRaw": 50, "fDamPct": 20, "fDefPct": -20, "id": 483}, {"name": "Carapace", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 1400, "aDef": -70, "lvl": 70, "strReq": 20, "sdPct": -10, "mdPct": 10, "str": 13, "agi": -5, "spd": -10, "hpBonus": 700, "eDamPct": 10, "aDefPct": -20, "id": 479}, {"name": "Capstone", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 880, "fDef": 35, "wDef": -30, "aDef": -30, "eDef": 35, "lvl": 55, "strReq": 10, "defReq": 30, "lb": 14, "str": 4, "def": 7, "spd": -6, "fDefPct": 14, "eDefPct": 14, "id": 481}, {"name": "Cardiac Arrest", "tier": "Legendary", "type": "chestplate", "poison": 1000, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 4000, "tDef": 90, "eDef": 130, "lvl": 91, "strReq": 70, "dexReq": 50, "hprPct": -40, "sdPct": 30, "agi": -20, "def": -20, "atkTier": -1, "hprRaw": -200, "spPct2": -32, "spPct3": -21, "spPct4": -24, "id": 482}, {"name": "Cardinal Ruler", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "300-370", "fDam": "65-75", "wDam": "0-0", "aDam": "0-0", "tDam": "5-135", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 88, "dexReq": 35, "defReq": 35, "hprPct": -30, "sdPct": 15, "ls": 260, "ms": 10, "dex": 16, "spd": -20, "fDamPct": 15, "tDamPct": 15, "id": 488}, {"name": "Call of the Void", "tier": "Legendary", "type": "helmet", "thorns": 65, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "lvl": 56, "hprPct": 10, "ls": -75, "ref": 65, "agi": -8, "hprRaw": 50, "id": 473}, {"name": "Careless Whisper", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "165-188", "wDam": "0-0", "aDam": "165-188", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 86, "agiReq": 40, "defReq": 40, "mr": 5, "agi": 11, "def": 11, "spd": -8, "hpBonus": 1750, "hprRaw": 125, "spPct1": -48, "id": 490}, {"name": "Carnivorous", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -8, "lvl": 33, "mdPct": 6, "ls": 10, "hprRaw": 4, "mdRaw": 9, "type": "ring", "id": 484}, {"name": "Carvel's Creation", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 51, "wDef": 7, "aDef": 7, "lvl": 14, "mr": 5, "xpb": 6, "lb": 6, "spd": 9, "id": 487}, {"name": "Carrot", "tier": "Unique", "type": "spear", "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, "strReq": 15, "mdPct": 25, "ls": -90, "ms": -5, "str": 13, "int": -20, "agi": -5, "eDamPct": 40, "id": 486}, {"name": "Cascade", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "18-30", "fDam": "15-30", "wDam": "15-30", "aDam": "15-30", "tDam": "15-30", "eDam": "15-30", "atkSpd": "VERY_FAST", "lvl": 98, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "mr": 10, "sdPct": 30, "str": -6, "dex": -6, "int": -6, "agi": -6, "def": -6, "expd": 30, "spd": 30, "mdRaw": 65, "id": 489}, {"name": "Carvel's Sight", "tier": "Rare", "type": "bow", "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, "intReq": 8, "mr": 5, "sdPct": 4, "xpb": 4, "lb": 4, "id": 495}, {"name": "Candlestick", "tier": "Unique", "type": "wand", "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, "sdPct": 8, "int": 5, "expd": 4, "fDamPct": 10, "wDamPct": -20, "id": 478}, {"name": "Cassiterite", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1500, "fDef": 50, "eDef": 50, "lvl": 71, "strReq": 30, "defReq": 30, "hprPct": 15, "mdPct": 10, "xpb": 10, "mdRaw": 150, "fDefPct": 10, "eDefPct": 10, "id": 491}, {"name": "Cataract", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-1630", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 93, "intReq": 50, "sdPct": 15, "ls": -130, "ms": 10, "dex": -30, "int": 10, "atkTier": -1, "wDamPct": 15, "tDefPct": -30, "id": 492}, {"name": "Caterpillar", "tier": "Rare", "type": "leggings", "poison": 3500, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2885, "aDef": -110, "eDef": 130, "lvl": 92, "strReq": 55, "dexReq": 40, "xpb": 8, "str": 8, "def": 5, "spd": -8, "atkTier": -8, "eDamPct": 20, "id": 497}, {"name": "Cave In", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "50-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-55", "atkSpd": "SLOW", "lvl": 21, "strReq": 18, "lb": 10, "expd": 35, "spd": -20, "hprRaw": -20, "eDamPct": 25, "spPct3": -21, "id": 493}, {"name": "Celestial", "tier": "Rare", "type": "wand", "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, "agiReq": 8, "mr": 5, "xpb": 5, "ref": 3, "id": 501}, {"name": "Ceiling", "tier": "Unique", "type": "bow", "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, "strReq": 30, "agiReq": 35, "sdPct": -10, "mdPct": 10, "xpb": 15, "spd": 12, "wDamPct": -17, "id": 494}, {"name": "Celebration", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "120-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "xpb": 25, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spRegen": 5, "id": 500}, {"name": "Cementing Arrow", "tier": "Unique", "type": "bow", "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, "strReq": 30, "intReq": 30, "sdPct": 6, "mdPct": 6, "str": 8, "agi": -12, "spd": -12, "wDamPct": 8, "eDamPct": 8, "id": 496}, {"name": "Cemented Bow", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "160-200", "fDam": "0-0", "wDam": "360-465", "aDam": "0-0", "tDam": "0-0", "eDam": "360-465", "atkSpd": "SUPER_SLOW", "lvl": 80, "strReq": 30, "intReq": 30, "sdPct": 6, "mdPct": 6, "str": 10, "agi": -12, "spd": -12, "wDamPct": 12, "eDamPct": 12, "id": 498}, {"name": "Cementing String", "tier": "Unique", "type": "bow", "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, "strReq": 20, "intReq": 20, "sdPct": 8, "mdPct": 8, "str": 5, "agi": -8, "spd": -8, "wDamPct": 6, "eDamPct": 6, "id": 503}, {"name": "Cenote", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "wDef": 40, "eDef": 40, "lvl": 68, "strReq": 50, "intReq": 50, "hprPct": 20, "str": 4, "int": 4, "hprRaw": 55, "wDefPct": 12, "eDefPct": 12, "id": 504}, {"name": "Centrifugal", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "75-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "75-95", "atkSpd": "SLOW", "lvl": 90, "strReq": 25, "intReq": 25, "sdPct": 6, "mdPct": 6, "ms": 5, "spd": -7, "eDamPct": 8, "aDefPct": -10, "id": 502}, {"name": "Centennial", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 2125, "fDef": 100, "wDef": 100, "lvl": 80, "intReq": 20, "defReq": 20, "hprPct": 18, "mr": 5, "int": 8, "def": 8, "fDamPct": 15, "wDamPct": 15, "aDamPct": -10, "tDamPct": -10, "eDamPct": -10, "id": 499}, {"name": "Ceramic Shell Greaves", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2555, "fDef": 135, "aDef": 70, "tDef": -135, "eDef": -70, "lvl": 91, "agiReq": 25, "defReq": 45, "sdPct": -40, "int": -12, "agi": 8, "expd": 18, "spd": 15, "wDamPct": 40, "fDefPct": 12, "aDefPct": 12, "spPct1": -21, "id": 507}, {"name": "Cerid's Dynamo", "tier": "Rare", "type": "wand", "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, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "id": 506}, {"name": "Chain Hook", "tier": "Unique", "type": "spear", "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, "strReq": 50, "agiReq": 20, "sdPct": -12, "mdPct": 8, "str": 8, "agi": 4, "eDamPct": 19, "fDefPct": -9, "id": 508}, {"name": "Cerid's Precision", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 300, "wDef": -20, "tDef": 30, "eDef": -20, "lvl": 42, "dexReq": 25, "sdPct": 10, "dex": 9, "expd": 5, "mdRaw": 60, "tDamPct": 8, "eDamPct": -10, "wDefPct": -10, "eDefPct": -10, "id": 505}, {"name": "Chain Link", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 400, "lvl": 45, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "sdRaw": 30, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "id": 511}, {"name": "Chain Rule", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2475, "wDef": 85, "tDef": -75, "eDef": 145, "lvl": 85, "strReq": 105, "hprPct": -36, "ms": 5, "sdRaw": 135, "wDamPct": -20, "tDamPct": -22, "eDamPct": 20, "spRaw1": -5, "spRaw2": -5, "spRaw3": -5, "spRaw4": -5, "id": 3617}, {"name": "Chains of Steel", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 280, "lvl": 38, "xpb": 5, "str": 7, "hpBonus": 40, "id": 510}, {"name": "Chained Pixels", "tier": "Legendary", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 512, "fDef": 16, "wDef": 16, "aDef": 16, "tDef": 16, "eDef": 16, "lvl": 38, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "xpb": 16, "lb": 16, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "id": 509}, {"name": "Chakram", "tier": "Legendary", "type": "dagger", "poison": 350, "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, "dexReq": 60, "agi": 13, "spd": 21, "atkTier": 1, "eSteal": 5, "tDamPct": 10, "tDefPct": 10, "id": 513}, {"name": "Chaleur", "tier": "Legendary", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "70-125", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 33, "defReq": 25, "hprPct": -25, "int": -5, "def": 7, "expd": 15, "sdRaw": 35, "mdRaw": 59, "fDamPct": 15, "wDefPct": -25, "id": 512}, {"name": "Chandelle", "tier": "Unique", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "5-8", "fDam": "5-8", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 6, "hprPct": 5, "hpBonus": 10, "id": 540}, {"name": "Chameleon", "tier": "Unique", "type": "helmet", "thorns": 9, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 750, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 57, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "sdPct": 9, "mdPct": 9, "ref": 9, "str": -5, "dex": -5, "int": -5, "agi": -5, "def": -5, "spd": 9, "id": 515}, {"name": "Chaos", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 100, "lvl": 62, "sdPct": 30, "mdPct": 30, "hpBonus": 1200, "sdRaw": 70, "mdRaw": 90, "fDamPct": -20, "wDamPct": -20, "aDamPct": -20, "tDamPct": -20, "eDamPct": -20, "id": 514}, {"name": "Chaotic", "tier": "Unique", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "5-29", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "5-193", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 71, "dexReq": 40, "dex": 9, "expd": 7, "spd": 7, "eDamPct": -30, "eDefPct": -30, "id": 517}, {"name": "Charm of the Magma", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": 625, "fDef": 45, "eDef": 45, "lvl": 88, "classReq": "Warrior", "strReq": 40, "defReq": 40, "sdPct": -10, "mdPct": 10, "xpb": 6, "lb": 6, "spd": -8, "hpBonus": 500, "type": "necklace", "id": 516}, {"name": "Charm of the Storms", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": -200, "wDef": 30, "aDef": 30, "tDef": -70, "lvl": 88, "classReq": "Archer", "intReq": 40, "agiReq": 40, "mdPct": -8, "xpb": 6, "lb": 6, "agi": 5, "wDamPct": 13, "aDamPct": 13, "type": "necklace", "id": 518}, {"name": "Charm of the Tides", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": 400, "fDef": 40, "wDef": 40, "tDef": -80, "lvl": 88, "classReq": "Mage", "intReq": 40, "defReq": 40, "mr": 5, "sdPct": -21, "mdPct": -21, "xpb": 6, "lb": 6, "wDamPct": 15, "type": "necklace", "id": 520}, {"name": "Charm of the Tempest", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "aDef": 25, "tDef": 25, "eDef": -60, "lvl": 88, "classReq": "Assassin", "dexReq": 40, "agiReq": 40, "hprPct": -15, "xpb": 6, "lb": 6, "mdRaw": 52, "aDamPct": 11, "tDamPct": 11, "type": "necklace", "id": 523}, {"name": "Charm of the Flea", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 15, "lvl": 20, "agiReq": 8, "ls": 4, "agi": 3, "type": "necklace", "id": 522}, {"name": "Charm of the Leech", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 100, "lvl": 50, "intReq": 15, "ls": 21, "ms": 5, "tDefPct": -7, "type": "necklace", "id": 521}, {"name": "Charm of the Tick", "tier": "Unique", "poison": 60, "category": "accessory", "drop": "lootchest", "hp": 45, "lvl": 35, "ls": 9, "type": "necklace", "id": 524}, {"name": "Charon's Left Arm", "tier": "Rare", "type": "dagger", "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, "strReq": 10, "ls": 14, "ms": -5, "str": 4, "dex": 4, "spd": -5, "tDamPct": 10, "fDefPct": -15, "id": 525}, {"name": "Charm of the Vampire", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 225, "lvl": 65, "ls": 45, "tDamPct": 5, "type": "necklace", "id": 526}, {"name": "Charybdis", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2100, "wDef": 80, "tDef": -120, "eDef": 80, "lvl": 85, "strReq": 40, "intReq": 40, "mr": 5, "sdPct": 6, "str": 5, "int": 5, "spd": -8, "mdRaw": 190, "wDamPct": 12, "eDamPct": 12, "tDefPct": -12, "id": 528}, {"name": "Chef Hamsey's Apron", "tier": "Rare", "type": "chestplate", "quest": "Recipe For Disaster", "category": "armor", "slots": 3, "drop": "never", "hp": 2900, "fDef": -150, "wDef": -150, "tDef": 150, "lvl": 96, "hprPct": 25, "mr": 10, "int": 7, "def": 7, "spRegen": 10, "id": 527}, {"name": "Cherufe", "tier": "Rare", "type": "bow", "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, "strReq": 25, "defReq": 20, "ls": 50, "def": 5, "mdRaw": 145, "eDamPct": 10, "wDefPct": -18, "id": 530}, {"name": "Chief", "tier": "Unique", "type": "spear", "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, "xpb": 7, "lb": 8, "def": 4, "hpBonus": 40, "fDamPct": 5, "id": 533}, {"name": "Chest Breaker", "tier": "Unique", "type": "spear", "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, "strReq": 30, "sdPct": 7, "mdPct": 18, "str": 7, "def": -4, "expd": 8, "hpBonus": -210, "aDefPct": -15, "id": 531}, {"name": "Chestplate of Ineptitude", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3375, "lvl": 98, "sdPct": -10, "mdPct": 10, "str": -3, "dex": -3, "int": -3, "agi": -3, "def": -3, "atkTier": 1, "sdRaw": -110, "mdRaw": 140, "id": 529}, {"name": "Chill", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -40, "fDef": -5, "wDef": 5, "aDef": 5, "lvl": 41, "intReq": 15, "spd": -3, "sdRaw": 13, "wDamPct": 5, "aDamPct": 5, "type": "ring", "id": 534}, {"name": "Chimaera", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 78, "lvl": 13, "ls": 5, "str": 7, "agi": 7, "def": 7, "id": 536}, {"name": "Chinked Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1650, "fDef": 90, "aDef": -160, "lvl": 72, "defReq": 20, "hprPct": 12, "def": 8, "spd": -9, "hpBonus": 650, "fDefPct": 15, "aDefPct": -15, "tDefPct": 7, "eDefPct": 7, "id": 537}, {"name": "Chipped Leather Boots", "tier": "Normal", "type": "boots", "category": "armor", "drop": "never", "hp": 7, "lvl": 3, "id": 539}, {"name": "Chipped Leather Pants", "tier": "Normal", "type": "leggings", "category": "armor", "drop": "never", "hp": 11, "lvl": 5, "id": 535}, {"name": "Chipped Leather Cap", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "hp": 3, "lvl": 1, "id": 541}, {"name": "Chipped Leather Tunic", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "never", "hp": 16, "lvl": 7, "id": 538}, {"name": "Chimney", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 760, "fDef": 55, "wDef": -55, "aDef": 55, "lvl": 52, "agiReq": 25, "defReq": 25, "hprPct": 20, "agi": 5, "def": 5, "expd": 8, "wDamPct": -15, "fDefPct": 12, "aDefPct": 12, "id": 532}, {"name": "Chlorine", "tier": "Unique", "poison": 170, "category": "accessory", "drop": "lootchest", "tDef": -20, "lvl": 64, "intReq": 15, "hprPct": -7, "sdPct": 6, "wDamPct": 5, "type": "ring", "id": 542}, {"name": "Chlorofury", "tier": "Unique", "type": "spear", "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, "strReq": 30, "intReq": 30, "sdPct": 8, "mdPct": 8, "hpBonus": -250, "sdRaw": 60, "mdRaw": 80, "id": 545}, {"name": "Chroma Cannon", "tier": "Unique", "type": "bow", "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, "strReq": 11, "dexReq": 11, "intReq": 11, "agiReq": 11, "defReq": 11, "hpBonus": -150, "spRegen": -30, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "id": 543}, {"name": "Cigar", "tier": "Unique", "type": "wand", "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, "expd": 5, "fDamPct": 12, "eDamPct": 6, "id": 546}, {"name": "Chrysoprase", "tier": "Unique", "type": "bow", "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, "strReq": 25, "defReq": 25, "sdPct": -13, "mdPct": 11, "hpBonus": 300, "fDamPct": 12, "wDamPct": -15, "eDamPct": 12, "wDefPct": -15, "id": 544}, {"name": "Ciocca", "tier": "Unique", "type": "wand", "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, "agiReq": 15, "sdPct": 8, "mdPct": -5, "spd": 8, "fDefPct": -8, "eDefPct": 8, "id": 548}, {"name": "Circuit Buster", "tier": "Legendary", "type": "dagger", "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, "dexReq": 10, "hprPct": -9, "dex": 5, "sdRaw": 15, "mdRaw": 20, "id": 547}, {"name": "Cinnabar", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "fDef": 90, "wDef": -75, "aDef": 90, "tDef": -75, "lvl": 77, "agiReq": 55, "defReq": 55, "hprPct": 25, "sdPct": -12, "mdPct": -12, "agi": 9, "def": 9, "expd": 30, "hprRaw": 80, "fDefPct": 15, "aDefPct": 15, "id": 550}, {"name": "Cirrus", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 950, "wDef": 40, "aDef": 70, "tDef": -90, "eDef": -70, "lvl": 69, "agiReq": 50, "ms": 5, "agi": 7, "spd": 12, "wDamPct": 6, "aDamPct": 10, "wDefPct": 10, "aDefPct": 6, "id": 553}, {"name": "Clairvoyance", "tier": "Legendary", "type": "bow", "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, "intReq": 55, "sdPct": 20, "ms": 10, "ref": 20, "dex": 13, "spRegen": 5, "wDefPct": 14, "tDefPct": 14, "id": 551}, {"name": "Circuit Flights", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "43-60", "tDam": "52-74", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 66, "dexReq": 25, "agiReq": 25, "ls": -169, "xpb": 12, "mdRaw": 75, "aDamPct": 18, "tDamPct": 18, "eDefPct": 24, "id": 549}, {"name": "Clap", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 13, "mdPct": 4, "mdRaw": 4, "type": "ring", "id": 552}, {"name": "Clarity", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 12, "int": 3, "type": "ring", "id": 556}, {"name": "Cleanshear", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 875, "lvl": 63, "dexReq": 60, "ls": 75, "ref": 3, "dex": 8, "spd": 6, "mdRaw": 100, "eDamPct": -10, "id": 554}, {"name": "Cleansing Flame", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "8-16", "fDam": "45-55", "wDam": "45-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 40, "intReq": 20, "defReq": 20, "mr": 5, "def": 8, "spd": -10, "hpBonus": 200, "wDamPct": 15, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "id": 560}, {"name": "Claw", "tier": "Unique", "type": "dagger", "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, "mdPct": 5, "xpb": 3, "id": 557}, {"name": "Clash Hook", "tier": "Legendary", "type": "spear", "thorns": 34, "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, "mdPct": 10, "xpb": 10, "agi": 7, "spd": 5, "id": 555}, {"name": "Clearwater", "tier": "Unique", "type": "bow", "poison": -200, "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, "intReq": 55, "hprPct": 20, "mr": 5, "int": 9, "spRegen": 5, "wDefPct": 14, "tDefPct": -8, "id": 558}, {"name": "Clerical", "tier": "Rare", "type": "leggings", "thorns": 25, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3050, "wDef": 195, "tDef": -110, "lvl": 94, "intReq": 60, "mr": 5, "sdPct": -50, "mdPct": -60, "ref": 25, "int": 10, "wDamPct": 40, "tDamPct": -25, "wDefPct": 25, "id": 3605}, {"name": "Clay", "tier": "Rare", "category": "accessory", "drop": "lootchest", "eDef": 50, "lvl": 73, "mdPct": 6, "type": "ring", "id": 559}, {"name": "Clock Stick", "tier": "Unique", "type": "wand", "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, "xpb": 8, "id": 563}, {"name": "Cloud Cover", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "aDef": 80, "tDef": -70, "lvl": 72, "intReq": 15, "agiReq": 40, "ms": 5, "agi": 8, "spd": 6, "hprRaw": 60, "fDamPct": -11, "wDamPct": 8, "wDefPct": 11, "id": 561}, {"name": "Cloud Nine", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "5-30", "fDam": "0-0", "wDam": "30-100", "aDam": "10-10", "tDam": "50-80", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "dexReq": 40, "intReq": 40, "mdPct": -11, "ref": 20, "dex": 8, "int": 8, "fDamPct": -40, "fDefPct": 15, "wDefPct": 25, "aDefPct": 20, "tDefPct": 25, "eDefPct": 15, "id": 564}, {"name": "Cloudbreaker", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-65", "fDam": "0-0", "wDam": "0-0", "aDam": "45-65", "tDam": "35-52", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 77, "agiReq": 25, "dex": 7, "agi": 7, "spd": 20, "fDamPct": -5, "aDamPct": 20, "tDamPct": 20, "eDamPct": -10, "id": 562}, {"name": "Clovis Leg Guards", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 380, "fDef": -40, "aDef": 15, "eDef": 15, "lvl": 46, "strReq": 20, "agiReq": 20, "sdPct": -20, "mdPct": 8, "spd": 8, "mdRaw": 65, "aDamPct": 10, "eDamPct": 10, "id": 565}, {"name": "Cloudburst", "tier": "Legendary", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 80, "aDef": 10, "lvl": 19, "agiReq": 20, "def": -5, "spd": 12, "mdRaw": 30, "aDamPct": 15, "id": 568}, {"name": "Cnidocyte", "tier": "Unique", "type": "leggings", "poison": 450, "thorns": 12, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "wDef": 70, "aDef": -80, "tDef": -80, "eDef": 90, "lvl": 78, "strReq": 45, "intReq": 25, "hprPct": -16, "sdPct": 6, "mdPct": 6, "str": 7, "tDefPct": -20, "id": 566}, {"name": "Cluster", "tier": "Legendary", "type": "bow", "poison": 800, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "40-240", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 99, "dexReq": 65, "ls": 585, "ms": 10, "expd": 65, "eSteal": 10, "id": 567}, {"name": "Coalwalkers", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 210, "fDef": 15, "wDef": -15, "eDef": 5, "lvl": 31, "strReq": 5, "defReq": 10, "str": 3, "def": 4, "expd": 8, "spd": -5, "hpBonus": 70, "id": 570}, {"name": "Coba", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1700, "fDef": 80, "wDef": -70, "tDef": 80, "eDef": -100, "lvl": 78, "dexReq": 45, "defReq": 40, "sdPct": 7, "ls": 125, "xpb": 10, "lb": 15, "dex": 4, "hpBonus": -150, "spRegen": -5, "id": 569}, {"name": "Corase Torc", "displayName": "Coarse Torc", "tier": "Unique", "poison": 80, "category": "accessory", "drop": "lootchest", "hp": 55, "aDef": -20, "eDef": 20, "lvl": 43, "strReq": 15, "str": 3, "eDamPct": 7, "type": "necklace", "id": 571}, {"name": "Coat of Byakko", "tier": "Unique", "type": "chestplate", "thorns": 20, "sprint": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1925, "fDef": -100, "aDef": 75, "eDef": 75, "lvl": 85, "strReq": 30, "agiReq": 30, "mdPct": -10, "str": 5, "agi": 5, "spd": 10, "mdRaw": 220, "aDamPct": 10, "eDamPct": 10, "id": 574}, {"name": "Cobra", "tier": "Unique", "type": "bow", "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, "dexReq": 15, "xpb": 6, "lb": 6, "dex": 4, "eSteal": 6, "mdRaw": 23, "aDamPct": 6, "id": 573}, {"name": "Cockleburr", "tier": "Unique", "type": "dagger", "thorns": 35, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "145-235", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "105-155", "atkSpd": "SLOW", "lvl": 96, "strReq": 45, "ls": 290, "ms": 5, "spd": -8, "mdRaw": 190, "eDamPct": 7, "fDefPct": -10, "aDefPct": 12, "id": 575}, {"name": "Coconut\u058e", "displayName": "Coconut", "tier": "Unique", "type": "dagger", "category": "weapon", "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, "strReq": 20, "intReq": 15, "hprPct": 10, "mdPct": 12, "str": 7, "spd": -10, "id": 576}, {"name": "Coeur de Lion", "tier": "Rare", "type": "spear", "thorns": 5, "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, "defReq": 30, "hprPct": 15, "mr": 5, "def": 10, "hpBonus": 600, "fDefPct": 20, "wDefPct": -20, "id": 572}, {"name": "Cognizance", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 360, "lvl": 49, "intReq": 40, "str": -4, "int": 10, "def": -4, "wDamPct": 7, "eDamPct": -7, "fDefPct": -7, "wDefPct": 7, "id": 580}, {"name": "Coiled Briar", "tier": "Rare", "thorns": 11, "category": "accessory", "drop": "lootchest", "fDef": -15, "lvl": 90, "mdPct": 5, "ref": -6, "spd": -5, "eDamPct": 8, "type": "ring", "id": 578}, {"name": "Cold Integrity", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "48-51", "fDam": "0-0", "wDam": "0-0", "aDam": "24-27", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 74, "intReq": 55, "agiReq": 40, "mr": 5, "int": 15, "hpBonus": -1500, "spRegen": 15, "sdRaw": 800, "wDamPct": 72, "aDefPct": 30, "id": 579}, {"name": "Col Legno", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "25-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "30-35", "eDam": "30-35", "atkSpd": "FAST", "lvl": 48, "strReq": 24, "dexReq": 24, "ls": -50, "def": -10, "mdRaw": 52, "tDamPct": 10, "eDamPct": 10, "id": 577}, {"name": "Cold Wave", "tier": "Fabled", "majorIds": ["FLASHFREEZE"], "category": "accessory", "drop": "lootchest", "aDef": 20, "lvl": 75, "intReq": 40, "sdPct": 6, "spd": -10, "wDamPct": 8, "fDefPct": -14, "type": "ring", "id": 3556}, {"name": "Collector", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 1, "lb": 6, "eSteal": 1, "type": "necklace", "id": 583}, {"name": "Comfort", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 6, "hpBonus": 8, "hprRaw": 2, "mdRaw": -3, "type": "bracelet", "id": 588}, {"name": "Columns", "tier": "Rare", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 50, "aDef": -5, "eDef": 5, "lvl": 11, "str": 4, "def": 4, "spd": -5, "hpBonus": 20, "id": 584}, {"name": "Collier Tunic", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 55, "fDef": 7, "wDef": -5, "lvl": 14, "hprPct": 8, "def": 3, "hpBonus": 15, "id": 582}, {"name": "Concentration", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "lvl": 8, "mr": 5, "type": "ring", "id": 581}, {"name": "Conclave Crossfire", "tier": "Rare", "type": "relik", "poison": 99, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-9", "fDam": "12-15", "wDam": "0-0", "aDam": "0-0", "tDam": "12-15", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 29, "dexReq": 13, "defReq": 13, "str": -10, "dex": 15, "expd": -100, "aDamPct": -50, "eDamPct": -50, "id": 587}, {"name": "Conductor", "tier": "Legendary", "type": "leggings", "thorns": 9, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 180, "wDef": -10, "tDef": -10, "lvl": 25, "dexReq": 10, "intReq": 5, "sdPct": 14, "dex": 8, "expd": 7, "tDamPct": 16, "id": 585}, {"name": "Conflagrate", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": -1800, "fDef": 180, "lvl": 84, "defReq": 90, "ls": 260, "int": -16, "def": 16, "mdRaw": 285, "fDamPct": 50, "wDefPct": -30, "spRaw3": -5, "id": 589}, {"name": "Conductor's Baton", "tier": "Unique", "type": "wand", "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, "dexReq": 25, "intReq": 35, "sdPct": 12, "ls": -120, "ms": 5, "dex": 5, "int": 7, "eDefPct": -12, "id": 600}, {"name": "Conference Call", "tier": "Legendary", "type": "relik", "poison": 1111, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "24-30", "fDam": "72-78", "wDam": "0-0", "aDam": "0-0", "tDam": "72-78", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 94, "dexReq": 47, "defReq": 47, "ls": 350, "ms": 10, "str": -15, "dex": 15, "expd": -100, "fDamPct": 15, "tDamPct": 15, "aDefPct": -70, "eDefPct": -70, "id": 591}, {"name": "Conrupt", "tier": "Rare", "type": "helmet", "poison": 600, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2950, "wDef": -100, "aDef": -100, "tDef": 110, "eDef": 110, "lvl": 99, "strReq": 50, "dexReq": 50, "mdPct": 15, "ls": 295, "str": 8, "dex": 8, "spRegen": -20, "hprRaw": -125, "tDamPct": 20, "eDamPct": 20, "id": 590}, {"name": "Conspirator's Trickpockets", "tier": "Fabled", "type": "leggings", "majorIds": ["CHERRY_BOMBS"], "category": "armor", "drop": "NORMAL", "hp": 2000, "fDef": -80, "eDef": -80, "lvl": 78, "classReq": "Assassin", "agiReq": 65, "mr": 5, "expd": 23, "eSteal": 5, "sdRaw": 140, "aDamPct": 19, "tDamPct": -58, "wDefPct": -20, "spRaw4": 5, "id": 3551}, {"name": "Contrail", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": -50, "wDef": 10, "aDef": 50, "lvl": 94, "agiReq": 45, "agi": 4, "spd": 10, "aDamPct": 8, "type": "bracelet", "id": 597}, {"name": "Collier's Guard", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1100, "fDef": 75, "wDef": -40, "aDef": -40, "lvl": 64, "defReq": 25, "hprPct": 21, "agi": -2, "def": 7, "expd": 5, "spd": -7, "hpBonus": 275, "id": 598}, {"name": "Contamination", "tier": "Legendary", "type": "bow", "poison": 1000, "category": "weapon", "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "5-30", "atkSpd": "SLOW", "lvl": 51, "sdPct": -15, "expd": 65, "spd": 6, "id": 593}, {"name": "Convallaria", "tier": "Legendary", "type": "leggings", "poison": 300, "thorns": 12, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "aDef": -65, "eDef": 55, "lvl": 55, "strReq": 40, "ls": 75, "spd": -8, "mdRaw": 100, "eDamPct": 10, "eDefPct": 15, "id": 594}, {"name": "Cooler", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 490, "fDef": -30, "wDef": 40, "aDef": 25, "tDef": -30, "lvl": 50, "intReq": 20, "ms": 5, "ref": 12, "int": 5, "spd": -11, "sdRaw": 55, "fDamPct": -5, "id": 596}, {"name": "Cool", "tier": "Unique", "category": "accessory", "drop": "lootchest", "aDef": 4, "lvl": 8, "sdPct": 4, "agi": 3, "type": "bracelet", "id": 592}, {"name": "Copper-Alloy Pike", "tier": "Unique", "type": "spear", "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, "dexReq": 10, "defReq": 10, "sdPct": 5, "ms": 5, "fDamPct": 12, "tDamPct": 12, "eDefPct": -15, "id": 601}, {"name": "Copper-Alloy Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 275, "fDef": 8, "wDef": -10, "tDef": 8, "eDef": -10, "lvl": 38, "dexReq": 10, "defReq": 10, "mdPct": 8, "hprRaw": 15, "fDamPct": 5, "wDamPct": -7, "tDamPct": 5, "eDamPct": -7, "id": 599}, {"name": "Copper Plate", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 225, "fDef": -8, "tDef": -8, "lvl": 35, "dexReq": 15, "defReq": 5, "sdPct": 9, "ref": 5, "fDamPct": 6, "tDamPct": 8, "id": 605}, {"name": "Centipede", "tier": "Legendary", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 1000, "aDef": -50, "tDef": -50, "eDef": -50, "lvl": 80, "strReq": 45, "dexReq": 45, "agiReq": 45, "defReq": 45, "sdPct": -1000, "spd": 24, "atkTier": 2, "eSteal": 8, "fixID": true, "id": 604}, {"name": "Air Sanctuary", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "fDef": -50, "aDef": 300, "lvl": 80, "agiReq": 70, "aDamPct": 85, "fixID": true, "id": 602}, {"name": "Earth Sanctuary", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "aDef": -80, "eDef": 330, "lvl": 80, "strReq": 70, "eDamPct": 85, "fixID": true, "id": 603}, {"name": "Copper Knife", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "73-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "73-160", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "strReq": 40, "dexReq": 35, "ms": 10, "tDamPct": 12, "eDamPct": 25, "fDefPct": -20, "wDefPct": -20, "tDefPct": -15, "id": 595}, {"name": "Fire Sanctuary", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "fDef": 350, "wDef": -100, "lvl": 80, "defReq": 70, "fDamPct": 85, "fixID": true, "id": 608}, {"name": "Rainbow Sanctuary", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 80, "strReq": 40, "dexReq": 40, "intReq": 40, "agiReq": 40, "defReq": 40, "fDamPct": 85, "wDamPct": 85, "aDamPct": 85, "tDamPct": 85, "eDamPct": 85, "fixID": true, "id": 606}, {"name": "Thunder Sanctuary", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "tDef": 320, "eDef": -70, "lvl": 80, "dexReq": 70, "tDamPct": 85, "fixID": true, "id": 609}, {"name": "Dust Skaters", "tier": "Rare", "type": "boots", "poison": 800, "thorns": 18, "sprint": 12, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2375, "aDef": 55, "eDef": -80, "lvl": 87, "agiReq": 55, "sdPct": 18, "agi": 8, "spd": 24, "mdRaw": 210, "eDamPct": 15, "aDefPct": 45, "fixID": true, "sprintReg": 12, "id": 611}, {"name": "Corrupted Nii Mukluk", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2275, "fDef": 100, "tDef": -50, "lvl": 78, "defReq": 65, "def": 10, "fDamPct": 20, "fDefPct": 10, "fixID": true, "id": 610, "set": "Corrupted Nii"}, {"name": "Water Sanctuary", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "wDef": 340, "tDef": -90, "lvl": 80, "intReq": 70, "wDamPct": 85, "fixID": true, "id": 615}, {"name": "Dune Storm", "tier": "Rare", "type": "helmet", "sprint": 28, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": -1300, "aDef": 260, "eDef": 190, "lvl": 87, "strReq": 60, "agiReq": 70, "str": 12, "agi": 16, "spd": 36, "mdRaw": 520, "aDamPct": 56, "eDamPct": 48, "fixID": true, "id": 607}, {"name": "Golden Scarab", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2400, "tDef": 80, "lvl": 88, "dexReq": 80, "sdPct": 24, "mdPct": 24, "ms": 10, "xpb": 16, "lb": 32, "dex": 8, "spd": 8, "eSteal": 8, "tDamPct": 8, "eDamPct": -64, "fixID": true, "id": 613}, {"name": "Infidel", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-875", "fDam": "0-0", "wDam": "0-1000", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 88, "dexReq": 50, "intReq": 45, "sdPct": 20, "ms": 10, "dex": 5, "int": 10, "sdRaw": 285, "tDamPct": 30, "fDefPct": -70, "fixID": true, "id": 612}, {"name": "Judas", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "45-45", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 89, "dexReq": 60, "mdPct": 33, "ls": -1085, "ms": 10, "lb": 30, "dex": 10, "spRegen": -30, "sdRaw": 125, "wDamPct": -70, "tDamPct": 20, "fixID": true, "id": 619}, {"name": "Lion's Pelt", "tier": "Rare", "type": "leggings", "thorns": 50, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4000, "aDef": -70, "tDef": 100, "eDef": 120, "lvl": 89, "strReq": 60, "mdPct": 15, "ls": 310, "str": 8, "eDamPct": 20, "eDefPct": 40, "fixID": true, "id": 614}, {"name": "Plague", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 4, "drop": "never", "restrict": "Untradable", "nDam": "500-720", "fDam": "500-720", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 88, "dexReq": 55, "defReq": 45, "ls": 700, "ms": 15, "ref": 30, "def": 10, "expd": 30, "tDamPct": 15, "fDefPct": 30, "wDefPct": -40, "aDefPct": 35, "tDefPct": 25, "fixID": true, "id": 617}, {"name": "Manna", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "140-240", "fDam": "0-0", "wDam": "150-270", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 89, "strReq": 55, "intReq": 40, "mr": 10, "sdPct": 15, "str": 5, "int": 5, "hpBonus": 1800, "hprRaw": 175, "eDamPct": 20, "wDefPct": 15, "eDefPct": 15, "fixID": true, "id": 616}, {"name": "Sacramentalia", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 20, "aDef": 20, "tDef": 20, "lvl": 89, "strReq": 50, "intReq": 40, "mr": 10, "sdPct": -12, "spRegen": 10, "hprRaw": 50, "wDamPct": 8, "type": "bracelet", "fixID": true, "id": 618}, {"name": "Corrupted Nii Shako", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1650, "fDef": 50, "wDef": 50, "tDef": -50, "lvl": 70, "intReq": 50, "defReq": 50, "hprPct": 30, "mr": 5, "fDefPct": 15, "wDefPct": 15, "fixID": true, "id": 624, "set": "Corrupted Nii"}, {"name": "Corrupted Uth Belt", "tier": "Set", "type": "leggings", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2850, "fDef": 150, "wDef": -70, "lvl": 86, "defReq": 75, "def": 10, "fDamPct": 15, "fDefPct": 25, "aDefPct": 25, "fixID": true, "id": 620, "set": "Corrupted Uth"}, {"name": "Ghoul", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "50-60", "fDam": "0-0", "wDam": "0-0", "aDam": "75-85", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 76, "agiReq": 55, "ls": 235, "ms": 10, "agi": 10, "spd": 20, "aDamPct": 10, "tDamPct": 14, "fixID": true, "id": 621}, {"name": "Nest", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "20-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-90", "atkSpd": "NORMAL", "lvl": 76, "strReq": 20, "mdPct": 10, "xpb": 15, "fDamPct": -15, "aDamPct": -15, "tDamPct": -15, "eDamPct": 35, "fixID": true, "id": 623}, {"name": "Corrupted Nii Plate", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1625, "wDef": 100, "tDef": -75, "lvl": 74, "intReq": 65, "int": 10, "wDamPct": 20, "wDefPct": 10, "fixID": true, "id": 622, "set": "Corrupted Nii"}, {"name": "Salticidae", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "315-815", "tDam": "0-0", "eDam": "95-495", "atkSpd": "SUPER_SLOW", "lvl": 76, "strReq": 30, "agiReq": 40, "sdPct": -10, "agi": 30, "spd": 42, "fixID": true, "jh": 3, "id": 676}, {"name": "Scytodidae", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "180-230", "fDam": "0-0", "wDam": "130-175", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 77, "intReq": 40, "mr": 10, "ms": 10, "def": -20, "sdRaw": 130, "fDefPct": -10, "fixID": true, "id": 625}, {"name": "Vanguard", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 77, "sdPct": 10, "mdPct": 10, "xpb": 15, "lb": 10, "type": "bracelet", "fixID": true, "id": 626}, {"name": "Argos", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 3900, "lvl": 86, "defReq": 50, "sdPct": -65, "ls": 275, "def": 15, "atkTier": -1, "fDamPct": 100, "fDefPct": 20, "fixID": true, "id": 630}, {"name": "Achilles", "tier": "Legendary", "type": "boots", "thorns": 15, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3600, "fDef": 200, "wDef": -850, "aDef": 200, "tDef": 200, "eDef": 250, "lvl": 86, "strReq": 40, "defReq": 20, "str": 7, "def": 15, "mdRaw": 380, "fDamPct": 15, "eDamPct": 15, "fDefPct": 40, "eDefPct": 500, "fixID": true, "id": 627}, {"name": "Ossuary", "tier": "Legendary", "type": "helmet", "thorns": 30, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2550, "aDef": 90, "tDef": 90, "lvl": 84, "ls": 245, "int": -20, "spd": 15, "sdRaw": 170, "aDamPct": 12, "tDamPct": 15, "fixID": true, "spPct3": -10, "id": 629}, {"name": "Drain", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 375, "lvl": 85, "ls": 200, "xpb": 10, "spRegen": -75, "type": "necklace", "fixID": true, "id": 631}, {"name": "Corrupted Uth Plume", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2350, "wDef": -60, "aDef": 150, "lvl": 82, "agiReq": 75, "agi": 10, "spd": 20, "aDamPct": 15, "fixID": true, "id": 632, "set": "Corrupted Uth"}, {"name": "Black Catalyst", "tier": "Set", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -325, "lvl": 83, "xpb": -5, "str": -2, "dex": -2, "int": -2, "agi": -2, "def": -2, "spRegen": -5, "type": "ring", "fixID": true, "id": 628, "set": "Black Catalyst"}, {"name": "Tophet", "tier": "Legendary", "type": "leggings", "poison": 666, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3050, "fDef": 100, "wDef": -120, "tDef": 100, "lvl": 85, "dexReq": 40, "ms": 10, "str": 5, "dex": 8, "def": 5, "expd": 35, "fDamPct": 25, "wDamPct": -15, "tDamPct": 20, "eDamPct": 20, "eDefPct": 25, "fixID": true, "id": 635}, {"name": "Prognosticum", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 84, "intReq": 40, "ms": 10, "wDamPct": 12, "type": "bracelet", "fixID": true, "id": 634}, {"name": "Coronium", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 550, "wDef": -40, "tDef": 30, "lvl": 50, "dexReq": 20, "defReq": 15, "hprPct": -8, "xpb": 8, "def": 5, "expd": 12, "wDamPct": -10, "tDamPct": 10, "id": 638}, {"name": "Coriolis", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "aDef": 55, "eDef": -60, "lvl": 58, "agiReq": 35, "ref": 6, "agi": 4, "spd": 12, "aDamPct": 11, "aDefPct": 8, "eDefPct": -10, "id": 633}, {"name": "Brace of the Ninth", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "113-119", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 91, "intReq": 55, "mr": 10, "ref": 20, "int": 40, "spd": -20, "wDamPct": 15, "fixID": true, "id": 636}, {"name": "Desperation", "tier": "Rare", "type": "dagger", "thorns": -100, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-76", "wDam": "0-0", "aDam": "0-160", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 91, "agiReq": 35, "defReq": 50, "hprPct": 50, "ls": 360, "ref": -100, "str": -20, "spd": 35, "hpBonus": -1000, "wDamPct": -20, "fixID": true, "id": 637}, {"name": "Closure", "tier": "Rare", "type": "bow", "poison": 1500, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "120-225", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "160-355", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 91, "dexReq": 35, "defReq": 45, "ms": 15, "xpb": 15, "ref": 15, "sdRaw": 145, "fDamPct": 80, "aDamPct": -100, "aDefPct": -20, "fixID": true, "id": 643}, {"name": "Conduit of Spirit", "tier": "Legendary", "type": "chestplate", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 2800, "aDef": 150, "lvl": 93, "agiReq": 105, "mr": 5, "sdPct": 25, "ms": 15, "ref": 20, "spRegen": 50, "aDamPct": 20, "fixID": true, "id": 639}, {"name": "Final Compulsion", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "270-315", "fDam": "130-170", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "130-170", "atkSpd": "SUPER_SLOW", "lvl": 92, "strReq": 35, "defReq": 50, "hprPct": -100, "mdPct": 40, "ls": 290, "spd": -10, "hpBonus": 2875, "tDamPct": -20, "wDefPct": 20, "aDefPct": 20, "fixID": true, "id": 640}, {"name": "Pulse Stopper", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 20, "eDef": 20, "lvl": 91, "dexReq": 40, "defReq": 40, "hprPct": -10, "sdPct": 10, "ls": 130, "sdRaw": 50, "type": "necklace", "fixID": true, "id": 642}, {"name": "Peaceful Rest", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "16-24", "fDam": "52-60", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "intReq": 55, "defReq": 45, "sdPct": 35, "int": 8, "spd": -25, "atkTier": -30, "spRegen": 100, "wDamPct": 30, "tDamPct": -30, "fDefPct": 40, "wDefPct": 40, "aDefPct": 25, "tDefPct": 25, "eDefPct": 25, "fixID": true, "id": 644}, {"name": "Pulse Starter", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 650, "fDef": 35, "tDef": 35, "lvl": 91, "dexReq": 40, "defReq": 40, "hprPct": 10, "hprRaw": 80, "fDamPct": 7, "tDamPct": 7, "type": "necklace", "fixID": true, "id": 641}, {"name": "Rune of Safe Passage", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 1000, "fDef": -25, "wDef": -30, "aDef": -25, "lvl": 92, "spd": 7, "spRegen": 5, "fDefPct": 15, "wDefPct": 10, "aDefPct": 15, "type": "ring", "fixID": true, "id": 645}, {"name": "Corrupted Uth Sandals", "tier": "Set", "type": "boots", "thorns": 20, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3400, "fDef": 75, "wDef": -80, "aDef": 75, "lvl": 90, "agiReq": 85, "defReq": 85, "ref": 20, "spd": 30, "fixID": true, "id": 646, "set": "Corrupted Uth"}, {"name": "The Crossing", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3000, "tDef": -75, "eDef": -75, "lvl": 93, "mr": -10, "spRegen": 10, "sdRaw": 425, "wDamPct": -20, "fixID": true, "id": 651}, {"name": "Corrupted Witherhead's Bow", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "37-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-170", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 74, "dexReq": 75, "agiReq": 10, "sdPct": 20, "dex": 10, "spd": -15, "spRegen": -10, "aDamPct": 14, "tDamPct": 7, "fixID": true, "id": 667}, {"name": "Depth", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "45-55", "fDam": "30-45", "wDam": "0-0", "aDam": "55-65", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "agiReq": 40, "defReq": 20, "def": 5, "spd": 10, "hpBonus": 900, "fDamPct": 12, "aDamPct": 12, "fixID": true, "id": 649}, {"name": "Bane", "tier": "Rare", "type": "leggings", "thorns": 40, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 700, "tDef": 120, "lvl": 72, "dexReq": 50, "dex": 17, "expd": 30, "mdRaw": 125, "fixID": true, "id": 647}, {"name": "Demonio", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "restrict": "untradable", "nDam": "90-110", "fDam": "130-200", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 71, "defReq": 60, "ls": 190, "xpb": 10, "str": 5, "expd": 30, "eDamPct": 20, "fixID": true, "id": 648}, {"name": "Nightmare", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "200-225", "wDam": "0-0", "aDam": "50-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "defReq": 70, "hprPct": 30, "ls": 255, "agi": 12, "fDamPct": 10, "wDamPct": -20, "aDamPct": 15, "fixID": true, "id": 650}, {"name": "Gaze from the Snowbank", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3200, "wDef": -50, "aDef": -75, "lvl": 92, "strReq": 75, "ls": -240, "ms": 20, "spd": -12, "atkTier": -2, "eSteal": 8, "mdRaw": 700, "eDamPct": 40, "fixID": true, "id": 694}, {"name": "Destructor", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "460-500", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 73, "dexReq": 50, "sdPct": -15, "mdPct": 35, "expd": 100, "spd": -100, "mdRaw": 315, "tDamPct": 10, "eDamPct": 25, "fixID": true, "id": 652}, {"name": "Wall Breaker", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "225-335", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-1125", "atkSpd": "SUPER_SLOW", "lvl": 72, "strReq": 80, "sdPct": -60, "mdPct": 65, "str": 10, "expd": 100, "spd": -20, "aDamPct": 15, "fixID": true, "id": 654}, {"name": "Corruption Seal", "tier": "Unique", "type": "boots", "poison": 675, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2650, "wDef": -90, "aDef": -90, "tDef": 90, "eDef": 90, "lvl": 92, "strReq": 40, "dexReq": 40, "ls": 205, "ms": 5, "str": 7, "dex": 7, "spRegen": -10, "hprRaw": -125, "tDamPct": 23, "eDamPct": 23, "id": 655}, {"name": "Cotton Swab", "tier": "Unique", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "130-138", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 83, "agiReq": 40, "agi": 40, "fDefPct": -50, "wDefPct": -20, "aDefPct": -20, "tDefPct": -20, "eDefPct": -20, "id": 656}, {"name": "Void", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1400, "aDef": 80, "lvl": 73, "agiReq": 60, "xpb": 15, "lb": 15, "int": -10, "spd": 15, "aDamPct": 15, "fixID": true, "id": 653}, {"name": "Cosmium", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 450, "lvl": 92, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "type": "necklace", "id": 657}, {"name": "Couteau", "tier": "Unique", "type": "dagger", "category": "weapon", "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, "sdPct": -5, "mdPct": 10, "str": 8, "dex": 8, "id": 662}, {"name": "Countdown", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-52", "fDam": "10-62", "wDam": "10-62", "aDam": "0-72", "tDam": "0-72", "eDam": "20-52", "atkSpd": "FAST", "lvl": 84, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": -15, "sdPct": 15, "mdPct": 15, "hprRaw": -290, "fDamPct": 19, "wDamPct": 19, "aDamPct": 19, "tDamPct": 19, "eDamPct": 19, "id": 661}, {"name": "Coursing Mail", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 1250, "wDef": -60, "eDef": -60, "lvl": 68, "dexReq": 25, "dex": 7, "expd": 10, "mdRaw": 105, "wDamPct": -7, "tDamPct": 13, "eDamPct": -7, "id": 659}, {"name": "Coyote Crest", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 250, "lvl": 67, "dexReq": 20, "dex": 5, "agi": 3, "mdRaw": 16, "type": "necklace", "id": 663}, {"name": "Crack the Skies", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "80-160", "tDam": "80-110", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 100, "dexReq": 35, "agiReq": 50, "sdPct": 15, "dex": 7, "agi": 13, "spd": 15, "aDamPct": 10, "tDamPct": 12, "eDefPct": -16, "id": 664}, {"name": "Cracklers", "tier": "Unique", "type": "boots", "thorns": 25, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "fDef": 80, "wDef": -115, "tDef": 50, "lvl": 86, "defReq": 35, "hprPct": 30, "ls": 200, "def": 12, "expd": 20, "atkTier": -7, "mdRaw": 750, "fDamPct": 15, "tDamPct": 10, "wDefPct": -10, "id": 668}, {"name": "Coyopa", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "52-96", "eDam": "0-0", "atkSpd": "FAST", "lvl": 53, "dexReq": 25, "mr": -5, "sdPct": 12, "ls": 60, "ms": 5, "dex": 4, "expd": 15, "id": 660}, {"name": "Crackshot", "tier": "Legendary", "type": "bow", "category": "weapon", "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, "ms": 5, "xpb": 15, "id": 669}, {"name": "Crash", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -215, "wDef": -50, "tDef": 30, "eDef": 40, "lvl": 63, "strReq": 20, "dexReq": 10, "sdPct": 7, "mdPct": 7, "expd": 5, "spd": -5, "type": "necklace", "id": 692}, {"name": "Crafted Gem", "tier": "Unique", "type": "bow", "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, "xpb": 15, "lb": 12, "id": 665}, {"name": "Crater Print", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2525, "wDef": -80, "aDef": -120, "eDef": 120, "lvl": 93, "strReq": 70, "sdPct": 19, "ms": 5, "str": 10, "spd": -15, "hprRaw": 155, "mdRaw": 255, "eDamPct": 15, "id": 671}, {"name": "Creek", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "wDef": 50, "tDef": -50, "lvl": 54, "intReq": 20, "mr": 5, "ref": 7, "spd": -10, "spRegen": 10, "wDefPct": 20, "id": 670}, {"name": "Crescendo", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "fDef": 45, "wDef": 45, "lvl": 57, "intReq": 30, "defReq": 30, "hprPct": 22, "mr": 5, "sdPct": -15, "mdPct": -15, "aDefPct": 18, "tDefPct": 18, "eDefPct": 18, "id": 673}, {"name": "Creeper Mask", "tier": "Unique", "type": "helmet", "allowCraftsman": true, "thorns": 5, "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 50, "lvl": 14, "expd": 5, "fixID": true, "id": 672}, {"name": "Crescent", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-145", "fDam": "0-0", "wDam": "115-130", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "intReq": 50, "mr": 5, "xpb": 12, "spRegen": 10, "wDamPct": 15, "wDefPct": 15, "tDefPct": -10, "id": 677}, {"name": "Crestfallen", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "aDef": -90, "lvl": 99, "strReq": 50, "agiReq": 40, "sdPct": 10, "mdPct": -15, "ms": 10, "sdRaw": 170, "fDamPct": -20, "tDamPct": -20, "id": 675}, {"name": "Cross", "tier": "Unique", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "41-53", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 28, "sdPct": -4, "mdPct": -3, "xpb": 10, "lb": 5, "id": 674}, {"name": "Cross-aegis", "displayName": "Cross-Aegis", "tier": "Rare", "type": "bow", "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, "defReq": 30, "hprPct": 19, "def": 9, "spd": -12, "hpBonus": 450, "hprRaw": 32, "fDefPct": 13, "wDefPct": -30, "aDefPct": 13, "tDefPct": 12, "eDefPct": 12, "id": 678}, {"name": "Crimson", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "80-90", "fDam": "95-110", "wDam": "95-110", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "intReq": 45, "defReq": 45, "hprPct": 30, "ls": 436, "ms": -5, "int": 13, "def": 13, "hprRaw": 207, "aDefPct": 35, "tDefPct": 35, "eDefPct": 35, "id": 679}, {"name": "Crossbow", "tier": "Unique", "type": "bow", "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, "sdPct": 20, "mdPct": 20, "str": 7, "spd": -20, "id": 681}, {"name": "Crossroad Killer", "tier": "Rare", "type": "dagger", "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, "dexReq": 70, "sdPct": -15, "mdPct": 19, "dex": 14, "def": -5, "eDefPct": -10, "id": 680}, {"name": "Crowbeak", "tier": "Rare", "type": "dagger", "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, "sdPct": 5, "agi": 5, "spd": 6, "aDamPct": 6, "tDamPct": 6, "aDefPct": -6, "tDefPct": -6, "eDefPct": -6, "id": 682}, {"name": "Crown of Suzaku", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 2100, "fDef": 250, "wDef": -90, "aDef": 250, "lvl": 88, "strReq": 40, "dexReq": 40, "ls": 165, "ms": 5, "str": 5, "dex": 5, "agi": -5, "def": -5, "expd": 20, "spd": -9, "eSteal": 8, "tDamPct": 14, "eDamPct": 14, "id": 683}, {"name": "Crustacean", "tier": "Rare", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "35-42", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 6, "mr": 5, "hpBonus": 25, "id": 729}, {"name": "Crwth", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "65-125", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "95-120", "atkSpd": "VERY_FAST", "lvl": 83, "strReq": 35, "defReq": 35, "mr": 5, "ms": -5, "spd": -10, "fDamPct": 23, "eDamPct": 23, "aDefPct": -15, "id": 687}, {"name": "Cruel Sun", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "75-85", "fDam": "75-85", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 24, "defReq": 15, "mdPct": 20, "ls": 20, "def": 10, "expd": 30, "hprRaw": -10, "fDamPct": 15, "spRaw1": 10, "id": 684}, {"name": "Crust Crusher", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "195-210", "fDam": "210-270", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "210-270", "atkSpd": "VERY_SLOW", "lvl": 99, "strReq": 35, "defReq": 35, "sdPct": -8, "mdPct": 20, "str": 10, "def": 10, "expd": 20, "spd": -15, "id": 685}, {"name": "Cryoseism", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "241-275", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 97, "intReq": 70, "mr": 10, "mdPct": -35, "int": 15, "spd": -10, "wDamPct": 25, "spRaw1": 5, "spRaw3": -5, "spRaw4": 5, "id": 686}, {"name": "Crystal", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1575, "wDef": 110, "aDef": 110, "tDef": -70, "eDef": -70, "lvl": 69, "intReq": 45, "agiReq": 45, "mr": 10, "ref": 50, "int": 9, "agi": 9, "spd": 10, "id": 688}, {"name": "Crystal Senbon", "tier": "Unique", "type": "dagger", "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, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "id": 690}, {"name": "Crystal Necklace", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 28, "strReq": 3, "dexReq": 3, "intReq": 3, "agiReq": 3, "defReq": 3, "ref": 5, "type": "necklace", "id": 689}, {"name": "Crystal Thorn", "tier": "Rare", "type": "wand", "thorns": 12, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "55-65", "aDam": "0-0", "tDam": "0-0", "eDam": "55-75", "atkSpd": "NORMAL", "lvl": 80, "strReq": 30, "intReq": 30, "mr": 10, "mdPct": 5, "ref": 12, "aDefPct": -10, "tDefPct": -10, "id": 693}, {"name": "Culex", "tier": "Rare", "type": "leggings", "poison": 172, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 585, "aDef": -20, "tDef": -25, "lvl": 50, "agiReq": 20, "ls": 60, "agi": 9, "id": 695}, {"name": "Cue Stick", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "220-270", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "150-300", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 92, "dexReq": 50, "mdPct": 12, "ms": 5, "dex": 16, "eSteal": 5, "tDefPct": 77, "id": 691}, {"name": "Cumulus", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1225, "wDef": 30, "aDef": 60, "tDef": -80, "lvl": 70, "agiReq": 40, "agi": 8, "spd": 9, "wDamPct": 10, "id": 701}, {"name": "Curador Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3300, "fDef": 120, "wDef": 120, "tDef": -150, "lvl": 99, "intReq": 45, "defReq": 45, "hprPct": 20, "ls": 255, "ms": 10, "dex": 8, "int": 5, "def": 5, "expd": -30, "hprRaw": 160, "eDamPct": -20, "id": 698}, {"name": "Curse", "tier": "Rare", "type": "wand", "category": "weapon", "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, "strReq": 5, "hprPct": 12, "mr": 5, "ls": -20, "int": 7, "tDamPct": -10, "eDamPct": 10, "wDefPct": 10, "tDefPct": -10, "id": 697}, {"name": "Cursed Spike", "tier": "Rare", "type": "spear", "poison": 2000, "thorns": 10, "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, "strReq": 45, "hprPct": -30, "hpBonus": -1700, "spRegen": -15, "eDefPct": 6, "id": 699}, {"name": "Cursed Bow", "tier": "Rare", "type": "bow", "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, "dexReq": 18, "mr": -10, "ms": 20, "xpb": 10, "lb": 10, "spRegen": -5, "aDefPct": -15, "id": 702}, {"name": "Cursed Jackboots", "tier": "Legendary", "type": "boots", "quest": "Lost Soles", "category": "armor", "slots": 2, "drop": "never", "hp": 1400, "wDef": 80, "tDef": 50, "lvl": 66, "dexReq": 20, "intReq": 20, "hprPct": -20, "ms": 10, "dex": 7, "int": 7, "sdRaw": 120, "wDamPct": 12, "tDamPct": 12, "eDefPct": -35, "fixID": true, "id": 3630}, {"name": "Cyanine", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "wDef": 90, "tDef": -120, "lvl": 73, "intReq": 55, "mdPct": -17, "int": 5, "wDamPct": 25, "tDefPct": -12, "id": 700}, {"name": "Cyclo", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "lvl": 21, "dexReq": 4, "agiReq": 8, "dex": 4, "agi": 8, "spd": 10, "sdRaw": 23, "mdRaw": 26, "id": 705}, {"name": "Cyclone", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "10-45", "fDam": "0-0", "wDam": "0-0", "aDam": "30-99", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 100, "agiReq": 25, "defReq": 40, "agi": 10, "spd": 25, "hprRaw": -150, "mdRaw": 45, "fDamPct": 30, "fDefPct": 8, "aDefPct": 8, "id": 703}, {"name": "Cyclops' Spear", "tier": "Rare", "type": "spear", "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, "intReq": 10, "hprPct": -8, "mr": 5, "sdPct": 6, "int": 7, "sdRaw": 15, "id": 704}, {"name": "Cypress", "tier": "Rare", "type": "dagger", "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, "strReq": 18, "intReq": 18, "sdPct": 10, "mdPct": 10, "str": 4, "int": 4, "wDamPct": 8, "eDamPct": 8, "aDefPct": -19, "id": 706}, {"name": "Czytash's Compass", "tier": "Rare", "category": "accessory", "drop": "lootchest", "eDef": 20, "lvl": 55, "lb": 6, "agi": 4, "spd": 4, "type": "bracelet", "id": 707}, {"name": "Butterfly", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 70, "lvl": 24, "agiReq": 10, "agi": 12, "spd": 6, "aDefPct": 10, "fixID": true, "id": 709}, {"name": "Widow", "tier": "Rare", "type": "relik", "poison": 2400, "thorns": 55, "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, "dexReq": 40, "defReq": 30, "ls": 220, "ref": 30, "str": 40, "fixID": true, "spPct1": 105, "id": 708}, {"name": "Brise", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 135, "lvl": 24, "intReq": 12, "mr": 5, "sdPct": 15, "int": 5, "fixID": true, "id": 710}, {"name": "Garoth's Hope", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 160, "fDef": 15, "wDef": -20, "lvl": 26, "spd": -5, "fDamPct": 30, "fDefPct": 20, "fixID": true, "id": 713}, {"name": "Field", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 8, "wDef": 10, "aDef": 4, "tDef": 2, "eDef": 6, "lvl": 30, "fDamPct": 6, "wDamPct": 5, "aDamPct": 7, "tDamPct": 8, "eDamPct": 9, "type": "ring", "fixID": true, "id": 712}, {"name": "Gold Digger", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 120, "lvl": 25, "xpb": 10, "lb": 30, "spd": 3, "fixID": true, "id": 714}, {"name": "Mud", "tier": "Legendary", "type": "boots", "thorns": 5, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 280, "eDef": 20, "lvl": 28, "strReq": 15, "mdPct": 38, "str": 6, "spd": -10, "fixID": true, "id": 711}, {"name": "Nauticals", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "75-77", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "100-140", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 93, "dexReq": 45, "intReq": 60, "mr": 15, "sdPct": -25, "mdPct": -25, "ms": 15, "dex": 15, "int": 15, "spd": -10, "wDamPct": 30, "fixID": true, "id": 715}, {"name": "Vitre", "tier": "Unique", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 26, "int": 5, "def": -5, "type": "bracelet", "fixID": true, "id": 716}, {"name": "Black Amaranth", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "60-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "210-250", "atkSpd": "SLOW", "lvl": 95, "strReq": 60, "str": 10, "hpBonus": 1500, "hprRaw": -150, "eDamPct": 30, "eDefPct": 30, "fixID": true, "spRaw1": -10, "id": 718}, {"name": "Dying Lobelia", "tier": "Legendary", "poison": 1150, "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 97, "strReq": 65, "hprPct": -20, "mdPct": 13, "wDamPct": -25, "type": "bracelet", "fixID": true, "id": 719}, {"name": "Forest Aconite", "tier": "Rare", "type": "dagger", "poison": 3300, "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, "strReq": 70, "hpBonus": -1000, "aDefPct": -25, "fixID": true, "spPct4": 28, "rainbowRaw": 1275, "id": 720}, {"name": "Flashfire Gauntlet", "tier": "Set", "thorns": 6, "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 40, "lvl": 94, "defReq": 40, "def": 4, "hprRaw": 90, "type": "bracelet", "fixID": true, "id": 722, "set": "Flashfire"}, {"name": "Yellow Rose", "tier": "Rare", "type": "wand", "thorns": 80, "category": "weapon", "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-925", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 95, "dexReq": 60, "mdPct": 15, "ls": 400, "str": 30, "int": 30, "agi": -30, "def": -30, "fixID": true, "id": 723}, {"name": "Flashfire Knuckle", "tier": "Set", "thorns": 8, "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 450, "fDef": 10, "wDef": -30, "lvl": 94, "defReq": 40, "ls": 90, "sdRaw": -50, "type": "ring", "fixID": true, "id": 724, "set": "Flashfire"}, {"name": "Royal Hydrangea", "tier": "Legendary", "type": "relik", "category": "weapon", "drop": "never", "restrict": "Untradable", "nDam": "8-12", "fDam": "0-0", "wDam": "150-175", "aDam": "140-185", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 96, "intReq": 65, "agiReq": 65, "mr": 10, "sdPct": 65, "ref": 50, "int": 15, "agi": 25, "wDamPct": -25, "aDamPct": -25, "fixID": true, "spPct1": -105, "id": 721}, {"name": "Salpinx", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "113-167", "fDam": "0-0", "wDam": "0-0", "aDam": "113-167", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 88, "agiReq": 77, "mr": -35, "ls": -277, "ms": 35, "agi": 21, "aDamPct": 21, "fixID": true, "spPct2": -54, "spPct3": -34, "id": 726}, {"name": "Paranoia", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "81-81", "fDam": "80-80", "wDam": "0-0", "aDam": "80-80", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "agiReq": 35, "defReq": 35, "mr": -5, "ls": 200, "ms": 10, "spd": 15, "hprRaw": -100, "fixID": true, "spPct1": -28, "id": 730}, {"name": "Byte", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 512, "lvl": 91, "fDefPct": 14, "wDefPct": 14, "aDefPct": 14, "tDefPct": 14, "eDefPct": 14, "type": "ring", "fixID": true, "id": 727}, {"name": "Anti-Static", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2800, "tDef": 200, "eDef": 300, "lvl": 91, "strReq": 80, "ref": 15, "str": 10, "def": 8, "eDamPct": 15, "fDefPct": 10, "wDefPct": 5, "aDefPct": 15, "tDefPct": 30, "eDefPct": 20, "fixID": true, "id": 725}, {"name": "Discharge", "tier": "Rare", "type": "chestplate", "thorns": 15, "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 2800, "wDef": -100, "tDef": -50, "eDef": -150, "lvl": 91, "dexReq": 80, "dex": 10, "mdRaw": 155, "wDamPct": 10, "tDamPct": 70, "fixID": true, "id": 728}, {"name": "Compiler", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "500-685", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 92, "strReq": 55, "mdPct": 20, "xpb": 20, "str": 20, "dex": 20, "int": 20, "agi": 20, "def": 20, "eDamPct": 20, "fixID": true, "id": 856}, {"name": "Hardcore", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "145-149", "atkSpd": "SUPER_FAST", "lvl": 92, "strReq": 75, "ms": 5, "mdRaw": 90, "tDamPct": -20, "eDamPct": 30, "wDefPct": -20, "aDefPct": -35, "fixID": true, "spRaw3": -10, "id": 733}, {"name": "Heat Sink", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3750, "fDef": 160, "lvl": 92, "agiReq": 55, "defReq": 45, "hprPct": 25, "ls": 400, "agi": 10, "def": 5, "spd": 15, "fDamPct": 15, "aDefPct": 20, "fixID": true, "sprintReg": 10, "id": 732}, {"name": "Megabyte", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 512, "lvl": 92, "fDamPct": 14, "wDamPct": 14, "aDamPct": 14, "tDamPct": 14, "eDamPct": 14, "type": "bracelet", "fixID": true, "id": 737}, {"name": "Packet", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "65-185", "fDam": "0-0", "wDam": "0-0", "aDam": "155-155", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 92, "agiReq": 50, "sdPct": 10, "agi": 5, "expd": 100, "spd": 10, "sdRaw": 210, "aDamPct": 15, "fixID": true, "id": 735}, {"name": "Sawtooth", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "20-45", "fDam": "10-35", "wDam": "10-35", "aDam": "10-35", "tDam": "10-35", "eDam": "10-35", "atkSpd": "SUPER_FAST", "lvl": 91, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "sdPct": 20, "mdPct": 20, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fixID": true, "id": 736}, {"name": "Wick", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "58-90", "fDam": "0-0", "wDam": "0-0", "aDam": "30-55", "tDam": "20-65", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 91, "dexReq": 55, "agiReq": 45, "ms": 10, "ref": 30, "agi": 7, "spd": 25, "aDamPct": 15, "eDamPct": -25, "tDefPct": 20, "fixID": true, "id": 741}, {"name": "Sine", "tier": "Rare", "type": "boots", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2550, "wDef": 60, "tDef": 75, "lvl": 93, "dexReq": 75, "intReq": 75, "ms": 15, "dex": 15, "int": 15, "wDamPct": 15, "tDamPct": 15, "aDefPct": -45, "fixID": true, "id": 734}, {"name": "Ensa's Faith", "tier": "Legendary", "category": "accessory", "drop": "DUNGEON", "fDef": -30, "wDef": 60, "lvl": 73, "intReq": 25, "hprPct": 23, "mr": 5, "xpb": 10, "ref": 10, "spRegen": 15, "type": "necklace", "id": 2263}, {"name": "Gale's Sight", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 1, "drop": "DUNGEON", "hp": 2000, "fDef": -140, "aDef": 210, "tDef": 140, "lvl": 80, "agiReq": 60, "xpb": 30, "ref": 30, "dex": 7, "agi": 10, "spd": 20, "aDamPct": 15, "aDefPct": 25, "spRaw2": -15, "jh": 2, "id": 2265}, {"name": "Cerid's Ingenuity", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "DUNGEON", "hp": 630, "fDef": 50, "wDef": 50, "aDef": 30, "lvl": 45, "intReq": 15, "defReq": 20, "hprPct": 18, "mr": 5, "fDamPct": 23, "wDamPct": 23, "tDefPct": -18, "eDefPct": -23, "id": 2262}, {"name": "Remikas' Authority", "tier": "Legendary", "category": "accessory", "drop": "DUNGEON", "hp": 350, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 66, "defReq": 60, "str": 3, "dex": 2, "int": 3, "agi": 2, "def": 6, "type": "bracelet", "id": 2267}, {"name": "Rycar's Elation", "tier": "Legendary", "poison": 340, "category": "accessory", "drop": "DUNGEON", "hp": -140, "lvl": 59, "str": 7, "hprRaw": -25, "type": "ring", "id": 2266}, {"name": "Ohms' Rage", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "DUNGEON", "hp": 440, "aDef": 20, "tDef": 50, "lvl": 52, "dexReq": 40, "mr": -5, "mdPct": 30, "ms": -5, "tDamPct": 30, "wDefPct": -45, "eDefPct": -55, "spPct2": -14, "spPct3": -10, "id": 2264}, {"name": "Kindled Orchid", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2725, "wDef": -80, "eDef": -80, "lvl": 96, "dexReq": 50, "defReq": 45, "hprPct": -30, "mr": -5, "mdPct": 10, "ls": 265, "def": 10, "atkTier": 1, "sdRaw": -75, "fixID": true, "id": 740}, {"name": "Ra", "tier": "Legendary", "category": "accessory", "drop": "dungeon", "wDef": -20, "lvl": 36, "hprPct": 12, "hprRaw": 12, "fDamPct": 6, "type": "bracelet", "id": 739}, {"name": "Tisaun's Valor", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 1, "drop": "DUNGEON", "hp": 3075, "lvl": 87, "strReq": 50, "defReq": 60, "mdPct": 15, "xpb": 20, "str": 15, "def": 10, "atkTier": 1, "id": 2268}, {"name": "Rat Skull", "tier": "Unique", "type": "helmet", "poison": 4, "category": "armor", "slots": 1, "drop": "dungeon", "hp": 40, "aDef": 3, "lvl": 10, "spd": 8, "id": 744}, {"name": "Scorpion Tail", "tier": "Rare", "type": "leggings", "poison": 135, "category": "armor", "slots": 1, "drop": "dungeon", "restrict": "Untradable", "hp": 250, "lvl": 36, "spd": 5, "id": 738}, {"name": "Witherhead's Bow", "tier": "Legendary", "type": "bow", "poison": 40, "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, "ms": 5, "agi": -3, "sdRaw": 8, "id": 742}, {"name": "Vertebra", "tier": "Unique", "category": "accessory", "drop": "dungeon", "lvl": 8, "def": 4, "hpBonus": 8, "type": "bracelet", "id": 743}, {"name": "Arakadicus' Body", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 1, "drop": "dungeon", "hp": 145, "aDef": -10, "eDef": 15, "lvl": 21, "xpb": 10, "lb": 10, "str": 5, "dex": 5, "agi": 10, "spd": 10, "tDamPct": 15, "eDamPct": 15, "id": 745}, {"name": "Silkwrap", "tier": "Rare", "category": "accessory", "drop": "dungeon", "hp": 15, "lvl": 17, "defReq": 5, "mdPct": -3, "spd": -3, "hprRaw": 4, "type": "ring", "id": 747}, {"name": "Spider's Eye Pendant", "tier": "Rare", "category": "accessory", "drop": "dungeon", "lvl": 20, "mdPct": 8, "dex": 4, "type": "necklace", "id": 746}, {"name": "Spider Bracelet", "tier": "Unique", "poison": 18, "category": "accessory", "drop": "dungeon", "eDef": 5, "lvl": 19, "agi": 4, "type": "bracelet", "id": 748}, {"name": "Spiderweb String", "tier": "Unique", "type": "bow", "poison": 57, "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, "ls": 15, "spd": -6, "id": 752}, {"name": "Webstring", "tier": "Unique", "type": "bow", "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, "dexReq": 5, "ms": 5, "dex": 7, "spd": -6, "eSteal": 3, "id": 749}, {"name": "Blasphemy", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 500, "wDef": 30, "lvl": 50, "intReq": 40, "ls": 55, "ms": 30, "xpb": 10, "fixID": true, "id": 751}, {"name": "Brainfreeze", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 550, "wDef": 20, "aDef": 20, "lvl": 46, "sdPct": 18, "mdPct": 18, "int": -10, "spRegen": 10, "fixID": true, "id": 756}, {"name": "Criistal", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 49, "xpb": 15, "lb": 10, "spd": 5, "type": "necklace", "fixID": true, "id": 757}, {"name": "Heartbreak", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 550, "tDef": 30, "lvl": 49, "dexReq": 50, "dex": 5, "atkTier": 1, "tDamPct": 10, "fixID": true, "id": 753}, {"name": "Iron Foot", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 650, "lvl": 49, "strReq": 35, "mdPct": 25, "str": 8, "spd": -10, "eDamPct": 15, "fDefPct": -10, "eDefPct": 20, "fixID": true, "id": 758}, {"name": "Hearthfire", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 50, "lvl": 48, "defReq": 30, "ls": 50, "def": 7, "fDefPct": 45, "fixID": true, "id": 754}, {"name": "Shade", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 450, "aDef": 40, "lvl": 48, "agiReq": 30, "agi": 10, "spd": 20, "fDamPct": -10, "wDamPct": -10, "aDamPct": 25, "tDamPct": -10, "eDamPct": -10, "fixID": true, "id": 755}, {"name": "Vapor", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 45, "intReq": 35, "fDamPct": 15, "wDamPct": -10, "fDefPct": 15, "type": "ring", "fixID": true, "id": 760}, {"name": "Barbed", "tier": "Rare", "type": "spear", "thorns": 50, "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, "dexReq": 50, "mdPct": 10, "ref": 20, "def": 5, "tDamPct": 15, "tDefPct": 10, "fixID": true, "id": 759}, {"name": "Cuthroat", "tier": "Rare", "type": "dagger", "thorns": 15, "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, "defReq": 40, "ls": 75, "def": 5, "hpBonus": 980, "fixID": true, "id": 761}, {"name": "Jungle Spirit", "tier": "Rare", "type": "wand", "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, "agiReq": 45, "agi": 10, "spd": 10, "aDamPct": 22, "fixID": true, "id": 764}, {"name": "Granite Plate", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 800, "lvl": 55, "strReq": 40, "sdPct": -30, "mdPct": 40, "spd": -15, "eDamPct": 10, "fixID": true, "id": 763}, {"name": "Fetish", "tier": "Rare", "type": "leggings", "poison": 250, "thorns": 10, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 700, "tDef": 30, "lvl": 55, "dexReq": 35, "dex": 5, "spd": 5, "mdRaw": 90, "tDamPct": 10, "fixID": true, "id": 762}, {"name": "Lobotomy", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 640, "aDef": 40, "lvl": 54, "agiReq": 35, "int": -20, "agi": 5, "spd": 10, "aDamPct": 25, "fixID": true, "id": 768}, {"name": "Molten Greaves", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1100, "fDef": 80, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 56, "defReq": 30, "hprPct": 10, "str": 4, "fDamPct": 15, "eDamPct": 15, "fixID": true, "id": 765}, {"name": "Sacrificial", "tier": "Rare", "type": "relik", "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, "strReq": 30, "dexReq": 30, "ls": 85, "ms": 5, "tDamPct": 10, "eDamPct": 10, "fixID": true, "spRaw1": -5, "id": 770}, {"name": "Admiral", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1500, "fDef": 45, "wDef": 45, "aDef": 45, "tDef": 45, "eDef": 45, "lvl": 67, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "xpb": 15, "lb": 20, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "fixID": true, "id": 771}, {"name": "Whirlwind", "tier": "Rare", "type": "bow", "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, "agiReq": 40, "sdPct": 7, "ref": 40, "spd": 10, "aDamPct": 6, "wDefPct": 20, "aDefPct": 20, "fixID": true, "id": 767}, {"name": "Piranha", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "dungeon", "restrict": "Untradable", "hp": 470, "wDef": 20, "lvl": 56, "intReq": 35, "ms": 10, "dex": 5, "agi": 5, "wDamPct": 25, "fixID": true, "id": 766}, {"name": "Algaa", "tier": "Rare", "type": "spear", "thorns": 20, "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, "strReq": 40, "lb": 10, "str": 5, "int": 5, "wDamPct": 16, "fixID": true, "id": 774}, {"name": "Grounder", "tier": "Rare", "type": "bow", "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, "strReq": 40, "sdPct": -5, "mdPct": 10, "xpb": 18, "tDamPct": 10, "fixID": true, "id": 769}, {"name": "Ouragan", "tier": "Rare", "type": "dagger", "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, "intReq": 35, "mr": 10, "sdPct": 15, "agi": 4, "spd": 5, "aDamPct": 10, "fixID": true, "id": 772}, {"name": "Redbeard's Hand Cannon", "tier": "Legendary", "type": "bow", "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, "strReq": 10, "lb": 30, "expd": 40, "spd": -20, "eSteal": 10, "fixID": true, "id": 776}, {"name": "Ambivalence", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 70, "aDef": 70, "tDef": 70, "lvl": 100, "dexReq": 40, "agiReq": 40, "defReq": 40, "sdPct": 250, "int": -100, "wDamPct": 50, "type": "necklace", "fixID": true, "spPct1": 91, "spPct2": 60, "spPct3": 91, "spPct4": 70, "id": 3618}, {"name": "The Evolved", "tier": "Legendary", "type": "bow", "poison": 3500, "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": "VERY_FAST", "lvl": 100, "strReq": 75, "hprPct": -80, "str": 25, "hpBonus": 2250, "mdRaw": 550, "fixID": true, "spRaw1": -20, "id": 777}, {"name": "Gaping Cavity", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "fDef": -80, "lvl": 100, "dexReq": 10, "ls": 1200, "ms": 20, "fixID": true, "id": 775}, {"name": "Rumble", "tier": "Rare", "type": "wand", "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, "dexReq": 40, "mdPct": 10, "ls": 105, "eSteal": 5, "fDamPct": -10, "wDamPct": -10, "tDamPct": 15, "fixID": true, "id": 778}, {"name": "The Exploited", "tier": "Legendary", "type": "dagger", "majorIds": ["GREED"], "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "15-25", "fDam": "45-65", "wDam": "0-0", "aDam": "25-85", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 100, "agiReq": 40, "defReq": 65, "sdPct": -30, "spd": 12, "eSteal": 10, "mdRaw": 135, "fixID": true, "spRaw4": -15, "id": 779}, {"name": "The Forsaken", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "55-100", "fDam": "0-0", "wDam": "28-65", "aDam": "28-65", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 100, "intReq": 60, "agiReq": 60, "mr": -15, "ms": 15, "int": 10, "spd": 15, "sdRaw": 210, "tDamPct": 30, "fDefPct": -50, "eDefPct": -50, "fixID": true, "id": 780}, {"name": "The Watched", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "57-63", "wDam": "45-50", "aDam": "57-63", "tDam": "57-63", "eDam": "57-63", "atkSpd": "FAST", "lvl": 100, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "sdPct": -25, "hpBonus": 5000, "wDamPct": 35, "fDefPct": 25, "wDefPct": 25, "aDefPct": 25, "tDefPct": 25, "eDefPct": 25, "fixID": true, "spRaw1": -5, "id": 783}, {"name": "The Nothing", "tier": "Legendary", "type": "wand", "category": "weapon", "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, "dexReq": 55, "defReq": 55, "sdPct": 61600, "mdPct": 14000, "ls": 700, "ms": 15, "int": -25, "spd": 10, "fixID": true, "spRaw3": -10, "id": 781}, {"name": "Sprout", "tier": "Legendary", "type": "wand", "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, "strReq": 30, "sdPct": -25, "mdPct": 25, "spd": -25, "eDamPct": 12, "fixID": true, "id": 786}, {"name": "Clunderthap", "tier": "Rare", "type": "wand", "thorns": 15, "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, "dexReq": 20, "xpb": 20, "dex": 5, "hpBonus": -50, "tDamPct": 20, "fixID": true, "id": 784}, {"name": "Writhing Growth", "tier": "Legendary", "type": "leggings", "poison": 998, "thorns": 51, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4204, "fDef": 129, "tDef": 97, "eDef": 106, "lvl": 100, "strReq": 49, "dexReq": 31, "defReq": 37, "agi": -43, "atkTier": -6, "mdRaw": 1997, "fixID": true, "spPct1": 23, "spPct2": 15, "spPct3": 32, "spPct4": 23, "id": 782}, {"name": "Chaser", "tier": "Legendary", "type": "bow", "poison": 150, "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, "agiReq": 30, "agi": 10, "spd": 30, "fixID": true, "id": 785}, {"name": "Hashr Claw", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "10-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-50", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 39, "dexReq": 30, "xpb": 10, "spd": 10, "sdRaw": 40, "wDamPct": 10, "fixID": true, "id": 790}, {"name": "Dune Beast Jaw", "tier": "Rare", "type": "helmet", "thorns": 5, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 400, "lvl": 36, "strReq": 15, "mdPct": 10, "str": 10, "spd": 5, "fixID": true, "id": 787}, {"name": "Miasma", "tier": "Rare", "type": "bow", "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, "agiReq": 35, "ls": 39, "ms": 15, "agi": 3, "spd": 10, "fixID": true, "id": 802}, {"name": "Jaw Breaker", "tier": "Rare", "type": "dagger", "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, "strReq": 25, "mdPct": 10, "xpb": 10, "str": 8, "expd": 15, "spd": -5, "fixID": true, "id": 788}, {"name": "Springtrap", "tier": "Legendary", "type": "chestplate", "thorns": 65, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 650, "eDef": 50, "lvl": 39, "hprPct": -25, "ref": 50, "expd": 40, "fixID": true, "id": 791}, {"name": "Tremolo", "tier": "Rare", "type": "relik", "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, "dexReq": 13, "agiReq": 13, "xpb": 11, "lb": 11, "str": -11, "dex": 11, "agi": 11, "fixID": true, "jh": 1, "id": 750}, {"name": "Sol", "tier": "Rare", "type": "spear", "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, "defReq": 15, "hprPct": 12, "ref": 10, "hpBonus": 360, "hprRaw": 21, "eDamPct": 10, "fixID": true, "id": 794}, {"name": "Corpse", "tier": "Unique", "type": "spear", "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, "mdPct": 6, "lb": 6, "str": 1, "fixID": true, "id": 793}, {"name": "Defibrillator", "tier": "Unique", "type": "dagger", "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, "dex": 4, "mdRaw": 9, "tDamPct": 7, "fixID": true, "id": 792}, {"name": "Knee", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 38, "lvl": 9, "xpb": 5, "agi": 5, "fixID": true, "id": 797}, {"name": "Macabre", "tier": "Unique", "type": "relik", "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, "ls": 6, "def": 3, "fDamPct": 6, "fixID": true, "id": 798}, {"name": "Serpent's Kiss", "tier": "Rare", "type": "wand", "poison": 40, "category": "weapon", "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, "agi": 3, "fixID": true, "id": 795}, {"name": "Ribcage", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 58, "wDef": -3, "aDef": -3, "eDef": 5, "lvl": 12, "hprRaw": 5, "eDamPct": 6, "fixID": true, "id": 796}, {"name": "Sketiq", "tier": "Unique", "type": "wand", "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, "agi": 3, "spd": 5, "aDamPct": 6, "fixID": true, "id": 800}, {"name": "Skull Breaker", "tier": "Rare", "type": "spear", "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, "sdPct": -6, "mdPct": 8, "spd": -3, "fixID": true, "id": 801}, {"name": "Fangs", "tier": "Unique", "type": "dagger", "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, "sdPct": 7, "ms": 5, "xpb": 6, "int": 2, "fixID": true, "id": 799}, {"name": "Stale", "tier": "Unique", "type": "bow", "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, "sdPct": 10, "int": 3, "wDamPct": 6, "fixID": true, "id": 803}, {"name": "Witherhead's Talisman", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 12, "sdPct": 5, "xpb": 8, "lb": 5, "type": "necklace", "fixID": true, "id": 804}, {"name": "Hourglass", "tier": "Rare", "type": "relik", "poison": 135, "thorns": 18, "category": "weapon", "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, "agi": 4, "fixID": true, "spPct1": 105, "id": 805}, {"name": "Iklaj", "tier": "Unique", "type": "wand", "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, "agiReq": 5, "str": -3, "dex": 2, "agi": 4, "spd": 10, "tDamPct": 8, "fixID": true, "id": 812}, {"name": "Abdomen", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 100, "lvl": 20, "agi": 4, "spd": 7, "fixID": true, "id": 806, "set": "Spider"}, {"name": "Maul", "tier": "Rare", "type": "spear", "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, "strReq": 10, "mr": -5, "mdPct": 10, "spd": -6, "fixID": true, "id": 807}, {"name": "Cephalothorax", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 75, "lvl": 16, "dex": 4, "spd": 7, "fixID": true, "id": 809, "set": "Spider"}, {"name": "Spinneret", "tier": "Set", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 95, "lvl": 19, "dex": 3, "agi": 3, "spd": 7, "fixID": true, "id": 808, "set": "Spider"}, {"name": "Stingy", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 105, "wDef": -5, "lvl": 20, "wDamPct": -8, "tDamPct": 17, "fixID": true, "id": 813}, {"name": "Spider Ring", "tier": "Unique", "category": "accessory", "drop": "never", "restrict": "Untradable", "aDef": 3, "lvl": 18, "ls": 3, "spd": 3, "type": "ring", "fixID": true, "id": 811}, {"name": "Sting", "tier": "Unique", "type": "spear", "thorns": 5, "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, "defReq": 5, "ls": 10, "fixID": true, "id": 814}, {"name": "Web Plate", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": -10, "eDef": 5, "lvl": 22, "ls": 16, "ms": 10, "spd": -10, "eDamPct": 5, "fixID": true, "id": 810}, {"name": "Abolition", "tier": "Legendary", "type": "dagger", "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, "defReq": 15, "ls": 38, "xpb": 22, "lb": 22, "fDamPct": 10, "fixID": true, "id": 816}, {"name": "Black Ripper", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 250, "wDef": -10, "lvl": 30, "dexReq": 15, "mdRaw": 43, "tDamPct": 20, "fixID": true, "id": 820}, {"name": "Cathedral", "tier": "Rare", "type": "spear", "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, "agiReq": 20, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "aDefPct": 10, "fixID": true, "id": 817}, {"name": "Damnation", "tier": "Legendary", "type": "bow", "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, "defReq": 20, "xpb": 10, "def": 4, "mdRaw": 70, "fDamPct": 32, "fixID": true, "id": 818}, {"name": "Dead Samurai's Plate", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 150, "fDef": 10, "wDef": 10, "aDef": 12, "lvl": 27, "agiReq": 10, "xpb": 8, "spd": 15, "aDamPct": 10, "tDamPct": 15, "fixID": true, "id": 819}, {"name": "Hymn of the Dead", "tier": "Legendary", "type": "wand", "poison": 220, "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, "spd": 10, "aDamPct": 20, "fixID": true, "id": 823}, {"name": "Death's Reach", "tier": "Rare", "type": "bow", "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, "strReq": 10, "sdPct": -20, "mdPct": 20, "str": 4, "spd": -50, "eDamPct": 35, "fixID": true, "id": 822}, {"name": "Sanies", "tier": "Legendary", "type": "spear", "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, "intReq": 15, "sdPct": 40, "ms": -10, "wDamPct": 5, "eDamPct": 10, "fixID": true, "id": 821}, {"name": "Putrid", "tier": "Rare", "type": "wand", "poison": 60, "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, "spd": -3, "hpBonus": 150, "fixID": true, "id": 825}, {"name": "Thriller", "tier": "Legendary", "type": "relik", "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, "dexReq": 20, "ms": 5, "spd": 8, "hpBonus": -100, "sdRaw": 40, "tDamPct": 13, "tDefPct": 13, "fixID": true, "id": 824}, {"name": "Styx's Grab", "tier": "Rare", "type": "dagger", "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, "intReq": 12, "sdPct": 20, "ls": 24, "ms": 10, "fixID": true, "id": 826}, {"name": "Dalaam", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1480, "fDef": -75, "aDef": 75, "tDef": -75, "eDef": 75, "lvl": 67, "strReq": 30, "agiReq": 30, "mdPct": 10, "str": 10, "agi": 10, "spd": 10, "eDamPct": 10, "aDefPct": 10, "id": 828}, {"name": "Damasse", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 8, "lvl": 2, "lb": 6, "int": 3, "hpBonus": 3, "id": 827}, {"name": "Dance Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 360, "fDef": -10, "aDef": 15, "eDef": -10, "lvl": 46, "agiReq": 20, "agi": 5, "spd": 11, "fDamPct": -5, "aDamPct": 5, "eDamPct": -5, "id": 829}, {"name": "Web Spitter", "tier": "Unique", "type": "bow", "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, "agi": 3, "spd": 10, "aDamPct": 6, "fixID": true, "id": 815}, {"name": "Dancing Blade", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "35-55", "fDam": "0-0", "wDam": "0-0", "aDam": "50-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 98, "agiReq": 45, "ref": 15, "agi": 10, "spd": 15, "aDamPct": 15, "fDefPct": -15, "wDefPct": -15, "tDefPct": -15, "eDefPct": -15, "id": 832}, {"name": "Dancer's Rhythm", "tier": "Unique", "type": "bow", "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, "agiReq": 20, "agi": 7, "def": -5, "spd": 15, "id": 830}, {"name": "Dandelion", "tier": "Unique", "type": "chestplate", "thorns": 12, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "fDef": -6, "wDef": 5, "aDef": -6, "eDef": 5, "lvl": 22, "hprPct": 15, "sdRaw": 10, "id": 831}, {"name": "Dapper Trilby", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 38, "lvl": 9, "xpb": 5, "lb": 4, "int": 3, "id": 833}, {"name": "Dark Ambience", "tier": "Rare", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "7-9", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "3-3", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 4, "ls": 5, "lb": 7, "id": 835}, {"name": "Dark Channeler", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2225, "wDef": 90, "aDef": -100, "tDef": 90, "eDef": -100, "lvl": 93, "dexReq": 45, "intReq": 45, "mr": 5, "sdPct": 7, "ms": 5, "spRegen": -5, "sdRaw": 148, "wDamPct": 16, "tDamPct": 16, "aDefPct": -40, "eDefPct": -40, "id": 834}, {"name": "Dark Needle", "tier": "Unique", "type": "wand", "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, "dexReq": 10, "sdPct": -8, "mdPct": 6, "ms": 5, "eDefPct": -5, "id": 839}, {"name": "Dark Mage Robes", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 525, "wDef": 30, "tDef": 30, "lvl": 52, "dexReq": 15, "intReq": 15, "mr": 5, "sdPct": 10, "mdPct": -10, "ms": 5, "wDamPct": 12, "tDamPct": 12, "fDefPct": -10, "aDefPct": -10, "eDefPct": -10, "id": 841}, {"name": "Dark Shroud", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2675, "aDef": 50, "tDef": 70, "lvl": 82, "dexReq": 15, "agiReq": 50, "sdPct": -15, "mdPct": -20, "ms": 5, "ref": 30, "dex": 15, "agi": 35, "spd": 25, "aDefPct": 40, "id": 836}, {"name": "Karma", "tier": "Legendary", "type": "spear", "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, "intReq": 25, "mr": 10, "sdPct": 108, "int": 6, "wDamPct": 10, "aDamPct": 20, "fixID": true, "id": 789}, {"name": "Darkiron Ring", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 24, "defReq": 5, "def": 4, "spd": -3, "hprRaw": 5, "type": "ring", "id": 837}, {"name": "Darkiron Scrap", "tier": "Legendary", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 25, "lvl": 3, "def": 7, "spd": -4, "hprRaw": 3, "id": 838}, {"name": "Darksteel Full Helm", "tier": "Rare", "type": "helmet", "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2475, "fDef": 100, "wDef": -120, "tDef": 100, "eDef": -80, "lvl": 90, "dexReq": 45, "defReq": 45, "ref": 15, "str": 10, "dex": 10, "def": 10, "spd": 15, "atkTier": -15, "mdRaw": 1050, "fDamPct": 15, "wDamPct": -15, "tDamPct": 15, "id": 840}, {"name": "Darksteel Ring", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 450, "fDef": 40, "wDef": -30, "tDef": 40, "eDef": -30, "lvl": 96, "dexReq": 20, "defReq": 40, "dex": 5, "def": 4, "spd": -7, "hpBonus": 200, "type": "ring", "id": 862}, {"name": "Darkiron Zweihander", "tier": "Legendary", "type": "dagger", "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, "agiReq": 15, "defReq": 25, "mdPct": 10, "ls": 39, "def": 7, "wDamPct": -15, "fDefPct": 20, "aDefPct": 20, "id": 843}, {"name": "Daybreak", "tier": "Unique", "type": "wand", "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, "dexReq": 10, "defReq": 15, "hprPct": 10, "sdPct": 15, "lb": 10, "spd": -15, "atkTier": -1, "hpBonus": 125, "wDamPct": -15, "id": 881}, {"name": "Dart Frog's Skin", "tier": "Unique", "type": "boots", "poison": 3000, "thorns": 25, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2200, "fDef": 60, "aDef": -130, "eDef": 70, "lvl": 85, "strReq": 40, "defReq": 35, "sdPct": -10, "mdPct": -50, "ref": 20, "str": 4, "agi": 7, "spd": 12, "atkTier": -1, "tDefPct": -20, "id": 874}, {"name": "Darkweaver", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "250-380", "aDam": "0-0", "tDam": "250-380", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 89, "dexReq": 40, "intReq": 40, "mr": -15, "sdPct": 19, "ms": 10, "ref": 17, "spd": -10, "wDamPct": 17, "tDamPct": 17, "eDefPct": -17, "id": 842}, {"name": "Dart Sling", "tier": "Rare", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "10-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 8, "sdPct": 6, "dex": 4, "id": 844}, {"name": "Dead Man's Flats", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 620, "fDef": 40, "wDef": -75, "aDef": 30, "lvl": 55, "agiReq": 25, "defReq": 25, "hprPct": -10, "mdPct": 9, "spd": -9, "fDamPct": 12, "aDefPct": 11, "id": 845}, {"name": "Death Growl", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-27", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 7, "str": 6, "id": 851}, {"name": "Deathbringer", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "60-120", "eDam": "82-100", "atkSpd": "SLOW", "lvl": 83, "strReq": 35, "dexReq": 35, "mr": -5, "sdPct": 16, "mdPct": 22, "ls": 205, "ms": 5, "spd": -7, "hprRaw": -95, "id": 849}, {"name": "Dead Sands", "tier": "Legendary", "type": "leggings", "poison": 145, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 300, "lvl": 32, "hprPct": -35, "mdPct": 12, "ls": 26, "hpBonus": -100, "fDefPct": 15, "wDefPct": -20, "id": 847}, {"name": "Death's Toe", "tier": "Unique", "type": "boots", "poison": 110, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "eDef": -35, "lvl": 49, "dexReq": 10, "ls": 28, "ms": 10, "id": 846}, {"name": "Decoder Ring", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 41, "intReq": 8, "sdPct": 6, "xpb": 9, "lb": 6, "type": "ring", "id": 855}, {"name": "Deathsplinter", "tier": "Unique", "type": "wand", "poison": 1420, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-170", "eDam": "0-170", "atkSpd": "SLOW", "lvl": 94, "strReq": 40, "dexReq": 40, "ls": 725, "ms": 5, "str": 25, "dex": 25, "hprRaw": -500, "aDefPct": -30, "id": 850}, {"name": "Deepwood Root", "tier": "Unique", "type": "wand", "thorns": 6, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-50", "fDam": "0-0", "wDam": "40-85", "aDam": "0-0", "tDam": "0-0", "eDam": "50-75", "atkSpd": "SLOW", "lvl": 86, "strReq": 30, "intReq": 35, "mr": 5, "sdPct": 10, "wDamPct": 8, "fDefPct": -20, "eDefPct": 12, "id": 848}, {"name": "Defiance", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 50, "aDef": 50, "lvl": 60, "agiReq": 40, "defReq": 40, "sdPct": -8, "mdPct": -8, "agi": 8, "def": 8, "spd": -12, "wDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 854}, {"name": "Deja Vu", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "0-0", "fDam": "82-94", "wDam": "82-94", "aDam": "82-94", "tDam": "7-7", "eDam": "7-7", "atkSpd": "NORMAL", "lvl": 86, "strReq": 32, "dexReq": 32, "ls": 100, "lb": 25, "spd": 15, "hprRaw": -100, "fDamPct": -21, "wDamPct": -21, "aDamPct": -21, "tDamPct": 51, "eDamPct": 51, "id": 853}, {"name": "Delirium", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2225, "aDef": -200, "tDef": 125, "eDef": 70, "lvl": 87, "strReq": 50, "dexReq": 60, "mdPct": 14, "ls": -275, "ms": 5, "str": 13, "spd": 50, "tDamPct": 22, "eDamPct": 22, "id": 857}, {"name": "Demeter", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": -90, "aDef": 50, "eDef": 40, "lvl": 68, "strReq": 35, "agiReq": 35, "agi": 7, "def": -8, "spd": 8, "mdRaw": 165, "fDamPct": -40, "eDamPct": 16, "aDefPct": 12, "id": 859}, {"name": "Deluge", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 700, "lvl": 56, "strReq": 45, "dexReq": 15, "mdPct": 12, "dex": 4, "mdRaw": 100, "tDamPct": 12, "eDamPct": 6, "fDefPct": -15, "wDefPct": -15, "aDefPct": -15, "tDefPct": -15, "eDefPct": -15, "id": 852}, {"name": "Dematerialized", "tier": "Rare", "type": "dagger", "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, "intReq": 15, "agiReq": 40, "mr": 5, "ms": 5, "agi": 8, "spd": 16, "hpBonus": -180, "fDefPct": -15, "tDefPct": -15, "eDefPct": -15, "id": 861}, {"name": "Demon Seeker", "tier": "Rare", "type": "spear", "thorns": 10, "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, "sdPct": 20, "xpb": 20, "lb": 20, "ref": 10, "id": 858}, {"name": "Demon Tide", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2625, "fDef": 65, "wDef": -200, "tDef": 65, "lvl": 87, "dexReq": 65, "defReq": 45, "sdPct": -45, "mdPct": -40, "int": 10, "fDamPct": 10, "wDamPct": 20, "tDamPct": 10, "spPct1": -21, "spPct2": -14, "spPct3": -17, "spPct4": -21, "id": 860}, {"name": "Demon's Will", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "110-145", "fDam": "90-170", "wDam": "0-0", "aDam": "0-0", "tDam": "90-170", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 97, "dexReq": 35, "defReq": 35, "ls": 440, "ms": 10, "expd": 5, "spRegen": -5, "sdRaw": 135, "fDamPct": 12, "tDamPct": 15, "wDefPct": -12, "aDefPct": -12, "id": 863}, {"name": "Depressing Shears", "tier": "Normal", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 1, "id": 865}, {"name": "Depressing Bow", "tier": "Normal", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 1, "id": 864}, {"name": "Depressing Spear", "tier": "Normal", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 1, "id": 867}, {"name": "Deracine", "tier": "Legendary", "type": "spear", "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, "mr": 5, "mdPct": -20, "int": 5, "hpBonus": -50, "wDamPct": 12, "wDefPct": 10, "id": 869}, {"name": "Depressing Stick", "tier": "Normal", "type": "wand", "category": "weapon", "drop": "NORMAL", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "id": 866}, {"name": "Derecho", "tier": "Rare", "sprint": 9, "category": "accessory", "drop": "lootchest", "hp": -125, "aDef": -60, "lvl": 85, "agiReq": 65, "agi": 13, "aDamPct": -7, "type": "necklace", "id": 3603}, {"name": "Dern's Desolation", "tier": "Rare", "type": "spear", "poison": 100, "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, "dexReq": 15, "mr": 5, "ms": 5, "aDamPct": -15, "id": 868}, {"name": "Dern's Shadow", "tier": "Rare", "type": "spear", "poison": 24, "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, "mr": 5, "id": 873}, {"name": "Despair", "tier": "Unique", "type": "dagger", "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, "dexReq": 25, "defReq": 25, "hprPct": -13, "sdPct": 13, "ls": 75, "ms": 5, "spRegen": -7, "wDamPct": -13, "id": 872}, {"name": "Deserter", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-90", "fDam": "0-0", "wDam": "0-0", "aDam": "55-105", "tDam": "0-0", "eDam": "65-95", "atkSpd": "NORMAL", "lvl": 90, "strReq": 35, "agiReq": 35, "xpb": 8, "str": 16, "agi": 16, "spd": 8, "wDamPct": -20, "aDamPct": 12, "eDefPct": 12, "id": 870}, {"name": "Requiem", "displayName": "Desperado", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "12-40", "fDam": "13-91", "wDam": "0-0", "aDam": "0-0", "tDam": "22-30", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "dexReq": 40, "defReq": 50, "ms": 10, "agi": -10, "hpBonus": -1250, "sdRaw": 115, "fDamPct": 23, "wDamPct": -25, "tDamPct": 12, "eDefPct": -20, "id": 871}, {"name": "Detlas' Legacy", "tier": "Legendary", "type": "wand", "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, "dexReq": 10, "intReq": 5, "sdPct": 12, "mdPct": -5, "xpb": 8, "dex": 5, "int": 5, "wDamPct": 7, "id": 875}, {"name": "Determination", "tier": "Rare", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1750, "fDef": 75, "wDef": 75, "aDef": 75, "tDef": 75, "eDef": 75, "lvl": 78, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 30, "sdPct": -30, "mdPct": -30, "spRegen": 10, "hprRaw": 120, "id": 877}, {"name": "Detlas' Skin", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 172, "wDef": 20, "tDef": -15, "lvl": 29, "intReq": 5, "defReq": 5, "xpb": 15, "lb": 5, "wDamPct": 5, "aDamPct": 5, "fDefPct": -5, "id": 879}, {"name": "Detlas' Stick", "tier": "Unique", "type": "wand", "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, "mr": 5, "xpb": 6, "int": 4, "id": 876}, {"name": "Deux", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1900, "fDef": -80, "wDef": 150, "aDef": -80, "tDef": 150, "eDef": -80, "lvl": 81, "dexReq": 40, "intReq": 40, "mr": 10, "sdPct": 5, "mdPct": -20, "ms": 10, "str": -4, "dex": 6, "int": 6, "agi": -4, "def": -4, "spRegen": 5, "id": 913}, {"name": "Devilish", "tier": "Rare", "poison": 192, "category": "accessory", "drop": "lootchest", "wDef": -15, "aDef": -15, "lvl": 52, "dexReq": 5, "defReq": 10, "ls": 29, "expd": 5, "hpBonus": -90, "spRegen": -5, "type": "bracelet", "id": 884}, {"name": "Devil's Scissor", "tier": "Unique", "type": "dagger", "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, "dexReq": 10, "defReq": 10, "mdPct": 5, "ls": 25, "str": 7, "id": 878}, {"name": "Devotion", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": 10, "aDef": 15, "lvl": 58, "hprPct": 5, "sdPct": 5, "spRegen": 5, "mdRaw": -16, "type": "necklace", "id": 883}, {"name": "Dhoruba", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "120-160", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "160-190", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 81, "dexReq": 40, "ms": 10, "xpb": 15, "lb": 15, "str": -8, "dex": 8, "aDefPct": -30, "tDefPct": 15, "eDefPct": 15, "id": 882}, {"name": "Diablo", "tier": "Legendary", "type": "wand", "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, "strReq": 10, "defReq": 30, "sdPct": -24, "mdPct": 36, "def": 7, "expd": 33, "spd": -10, "fDamPct": 25, "wDamPct": -50, "wDefPct": -30, "id": 888}, {"name": "Devoreuse", "tier": "Unique", "type": "wand", "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, "hprPct": 10, "mr": 5, "ls": 41, "ms": 5, "int": -3, "wDamPct": -15, "id": 880}, {"name": "Diaminar", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-70", "fDam": "320-400", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 100, "defReq": 50, "ls": 315, "def": 8, "spd": -5, "hpBonus": 1500, "wDamPct": -14, "aDamPct": -14, "tDamPct": -14, "eDamPct": -14, "id": 886}, {"name": "Diamond Sky", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 15, "xpb": 8, "lb": 18, "id": 885}, {"name": "Diamond Dust", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2375, "lvl": 93, "xpb": 19, "lb": 34, "ref": 19, "fDefPct": -11, "wDefPct": -11, "aDefPct": -11, "tDefPct": -11, "eDefPct": -11, "id": 887}, {"name": "Digested Dagger", "tier": "Unique", "type": "dagger", "poison": 30, "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, "str": 3, "dex": 3, "id": 892}, {"name": "Diet", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 17, "agiReq": 5, "str": -2, "agi": 4, "spd": 6, "type": "ring", "id": 890}, {"name": "Diode", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 140, "lvl": 24, "dexReq": 10, "ref": 6, "dex": 5, "spd": 4, "tDamPct": 10, "id": 891}, {"name": "Dionaea", "tier": "Rare", "type": "leggings", "thorns": 20, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3850, "fDef": 80, "eDef": 110, "lvl": 96, "strReq": 40, "defReq": 40, "sdPct": -8, "mdPct": 12, "ls": 225, "mdRaw": 195, "wDefPct": 25, "aDefPct": -15, "tDefPct": -10, "id": 889}, {"name": "Diorite Boots", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 425, "fDef": 20, "wDef": -40, "eDef": 15, "lvl": 40, "strReq": 25, "defReq": 15, "mdPct": 12, "def": 8, "expd": 6, "fDamPct": 12, "eDamPct": 12, "wDefPct": -24, "id": 894}, {"name": "Disappeared", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -50, "aDef": 10, "lvl": 26, "agiReq": 8, "agi": 7, "type": "necklace", "id": 895}, {"name": "Dirge", "tier": "Unique", "type": "wand", "poison": 485, "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, "strReq": 20, "agiReq": 10, "ls": 110, "str": 7, "agi": -2, "aDamPct": -10, "eDamPct": 20, "id": 893}, {"name": "Disco", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 100, "lvl": 27, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "spd": 11, "id": 896}, {"name": "Discordant", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 92, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "fDefPct": -7, "wDefPct": -7, "aDefPct": -7, "tDefPct": -7, "eDefPct": -7, "type": "bracelet", "id": 897}, {"name": "Discord", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 370, "fDef": -15, "wDef": -15, "aDef": -15, "eDef": -30, "lvl": 40, "dexReq": 40, "sdPct": 6, "mdPct": 6, "dex": 7, "expd": 10, "spd": 6, "tDamPct": 20, "id": 899}, {"name": "Dislocater", "tier": "Legendary", "type": "dagger", "thorns": 7, "category": "weapon", "drop": "NORMAL", "nDam": "31-43", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 9, "sdPct": -10, "mdPct": 12, "str": 7, "id": 900}, {"name": "Discotek", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "23-33", "wDam": "23-33", "aDam": "23-33", "tDam": "23-33", "eDam": "23-33", "atkSpd": "FAST", "lvl": 49, "strReq": 11, "dexReq": 11, "intReq": 11, "agiReq": 11, "defReq": 11, "sdPct": 15, "mdPct": 15, "spd": 10, "hpBonus": -300, "spPct1": 25, "spPct3": -24, "jh": 1, "id": 898}, {"name": "Dissector", "tier": "Unique", "type": "dagger", "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, "ls": 55, "xpb": 5, "lb": 5, "spd": 5, "id": 902}, {"name": "Djinni", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "140-170", "wDam": "0-0", "aDam": "160-300", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 89, "agiReq": 35, "defReq": 40, "hprPct": 20, "sdPct": 16, "mdPct": -30, "lb": 15, "hprRaw": 160, "fDamPct": 25, "id": 904}, {"name": "Dizzy Spell", "tier": "Legendary", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 2750, "fDef": -120, "aDef": 120, "tDef": -120, "eDef": 120, "lvl": 88, "strReq": 50, "agiReq": 50, "mr": -10, "ls": 215, "ms": 10, "str": 9, "agi": 9, "spd": 16, "mdRaw": 215, "id": 901}, {"name": "Dofotri", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 9, "agi": 1, "spd": 5, "type": "ring", "id": 905}, {"name": "Dolomite", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 830, "aDef": -50, "eDef": 50, "lvl": 57, "strReq": 35, "sdPct": -10, "mdPct": 12, "lb": 7, "expd": 15, "spd": -10, "eDamPct": 8, "id": 903}, {"name": "Doppler", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "fDef": -45, "aDef": 30, "tDef": 30, "eDef": -45, "lvl": 50, "dexReq": 25, "agiReq": 25, "sdPct": 4, "def": -5, "spd": 15, "aDamPct": 12, "tDamPct": 12, "fDefPct": -13, "id": 907}, {"name": "Doomsday", "tier": "Rare", "type": "wand", "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, "strReq": 40, "dexReq": 15, "mr": -5, "mdPct": 10, "ms": 5, "dex": 8, "wDamPct": -20, "eDamPct": 20, "id": 906}, {"name": "Double Vision", "tier": "Fabled", "quest": "Realm of Light V - The Realm of Light", "majorIds": ["LIGHTWEIGHT"], "sprint": 11, "category": "accessory", "drop": "never", "hp": -750, "aDef": -50, "lvl": 79, "xpb": 17, "agi": 3, "spd": 11, "type": "bracelet", "sprintReg": 11, "jh": 3, "id": 3581}, {"name": "Dorian", "tier": "Rare", "type": "bow", "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, "defReq": 45, "hprPct": 15, "sdPct": 12, "mdPct": -10, "ls": -105, "def": 8, "hprRaw": 45, "wDamPct": -19, "id": 909}, {"name": "Doubt", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "530-600", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "560-670", "atkSpd": "SUPER_SLOW", "lvl": 93, "strReq": 35, "defReq": 50, "mdPct": 15, "fDamPct": 35, "wDamPct": -55, "aDamPct": -55, "tDamPct": -25, "fDefPct": 25, "wDefPct": 15, "tDefPct": 15, "eDefPct": 20, "id": 935}, {"name": "Downfall", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": -600, "wDef": -35, "aDef": -35, "lvl": 98, "strReq": 60, "defReq": 55, "str": 6, "spd": 12, "mdRaw": 70, "fDamPct": 8, "eDamPct": 8, "type": "ring", "id": 910}, {"name": "Paradox", "displayName": "Dragon Dance", "tier": "Rare", "type": "boots", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2300, "fDef": 30, "wDef": 30, "aDef": 150, "tDef": 30, "eDef": -150, "lvl": 98, "dexReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "mr": 15, "sdPct": 21, "mdPct": -50, "ls": -235, "ms": 5, "str": -99, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 20, "hprRaw": -195, "sdRaw": 145, "eDefPct": -20, "jh": 1, "id": 2092}, {"name": "Dragon Hide Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 510, "fDef": 50, "wDef": -50, "lvl": 47, "defReq": 25, "sdPct": 5, "lb": 5, "str": 7, "def": 7, "expd": 3, "fDamPct": 10, "wDamPct": -50, "fDefPct": 10, "wDefPct": -20, "id": 912}, {"name": "Dragon Fang", "tier": "Unique", "type": "spear", "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, "defReq": 15, "xpb": 5, "def": 7, "expd": 10, "fDamPct": 10, "wDamPct": -20, "fDefPct": 10, "id": 908}, {"name": "Dragon Hide Plate", "tier": "Rare", "type": "chestplate", "quest": "The Belly of the Beast", "category": "armor", "slots": 2, "drop": "never", "hp": 2000, "fDef": 100, "lvl": 82, "hprPct": 20, "mr": 5, "xpb": 20, "def": 10, "expd": 20, "fDamPct": 20, "fDefPct": 20, "id": 911}, {"name": "Dragon Slayer", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "65-80", "fDam": "60-70", "wDam": "0-0", "aDam": "15-25", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 79, "defReq": 40, "xpb": 7, "hpBonus": 500, "fDamPct": 5, "aDamPct": 10, "id": 914}, {"name": "Dragon Skin", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "fDef": 30, "wDef": -20, "lvl": 57, "defReq": 10, "sdPct": 5, "lb": 15, "fDamPct": 7, "wDamPct": -10, "id": 915}, {"name": "Dragon's Tongue", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-110", "fDam": "70-110", "wDam": "70-110", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "intReq": 55, "defReq": 55, "hprPct": 46, "mr": 10, "sdPct": -24, "mdPct": -24, "int": 10, "def": 10, "hprRaw": 131, "tDamPct": -45, "eDamPct": -45, "id": 918}, {"name": "Draken", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "tDef": 70, "eDef": -100, "lvl": 70, "dexReq": 65, "ms": 10, "str": -7, "dex": 9, "tDamPct": 18, "eDamPct": -12, "tDefPct": 10, "eDefPct": -12, "id": 919}, {"name": "Drale's Hide", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 38, "eDef": 5, "lvl": 9, "mdPct": 4, "str": 4, "spd": 6, "id": 917}, {"name": "Dread", "tier": "Rare", "type": "bow", "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, "sdPct": 4, "dex": 3, "spd": 4, "hpBonus": -18, "id": 921}, {"name": "Dravarden", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 950, "fDef": 30, "wDef": 30, "tDef": 30, "lvl": 56, "dexReq": 15, "intReq": 15, "defReq": 15, "hprPct": 20, "mr": 5, "sdPct": 15, "dex": 7, "int": 7, "def": 7, "aDamPct": -40, "eDamPct": -40, "aDefPct": -25, "eDefPct": -25, "id": 916}, {"name": "Dreamcloud", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2050, "fDef": 70, "wDef": 70, "aDef": 70, "tDef": 70, "eDef": 70, "lvl": 88, "intReq": 30, "agiReq": 30, "hprPct": 20, "mr": 10, "hprRaw": 160, "fDamPct": -8, "wDamPct": -2, "aDamPct": -2, "tDamPct": -8, "eDamPct": -5, "id": 922}, {"name": "Drifter", "tier": "Rare", "type": "spear", "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, "intReq": 30, "dex": -4, "int": 8, "agi": 4, "spd": 13, "sdRaw": 70, "wDamPct": 12, "wDefPct": 17, "tDefPct": -20, "id": 925}, {"name": "Drizzling Doublet", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 375, "tDef": -30, "lvl": 56, "intReq": 40, "mr": 10, "mdPct": -10, "ms": 10, "xpb": 15, "int": 5, "wDamPct": 7, "wDefPct": 7, "tDefPct": -20, "id": 923}, {"name": "Druid's Ring", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 200, "wDef": 20, "eDef": 20, "lvl": 65, "strReq": 5, "intReq": 5, "wDamPct": 5, "eDamPct": 5, "wDefPct": 10, "eDefPct": 10, "type": "ring", "id": 924}, {"name": "Droplets", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-95", "fDam": "0-0", "wDam": "55-65", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "intReq": 40, "mr": 10, "xpb": 8, "ref": 15, "wDamPct": 8, "wDefPct": 15, "tDefPct": -15, "id": 926}, {"name": "Dune Sandals", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "fDef": -15, "wDef": -15, "aDef": 20, "eDef": 15, "lvl": 33, "agiReq": 10, "str": 4, "spd": 7, "wDamPct": -10, "aDamPct": 9, "eDamPct": 12, "id": 928}, {"name": "Dunesweeper", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-110", "fDam": "0-0", "wDam": "0-0", "aDam": "110-150", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 92, "strReq": 25, "agiReq": 35, "lb": 12, "spd": 15, "mdRaw": 155, "tDamPct": -6, "eDamPct": 19, "aDefPct": 19, "id": 930}, {"name": "Drumstick", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-34", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "34-70", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 98, "dexReq": 40, "agiReq": 30, "dex": 13, "mdRaw": 41, "aDamPct": 25, "id": 927}, {"name": "Drifting Spear", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-50", "fDam": "0-0", "wDam": "50-100", "aDam": "15-50", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 82, "intReq": 25, "agiReq": 25, "xpb": 9, "int": 4, "agi": 5, "spd": 11, "fDamPct": -20, "aDamPct": 15, "wDefPct": 15, "aDefPct": 18, "id": 920}, {"name": "DuskHelm", "displayName": "Duskhelm", "tier": "Unique", "type": "helmet", "thorns": 5, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 125, "fDef": 10, "wDef": -7, "lvl": 26, "ref": 5, "fDamPct": -15, "wDamPct": 15, "fDefPct": 5, "wDefPct": -5, "id": 929}, {"name": "Durum's Journey", "tier": "Rare", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 550, "fDef": -20, "wDef": 15, "tDef": -25, "eDef": 30, "lvl": 48, "mr": 5, "sdPct": -15, "xpb": 15, "int": 7, "spd": 10, "hpBonus": 70, "hprRaw": 25, "aDefPct": -15, "id": 932}, {"name": "Dusk Painter", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "9-18", "eDam": "0-0", "atkSpd": "FAST", "lvl": 10, "mr": -5, "sdPct": 7, "mdPct": 7, "ls": 12, "ms": 10, "hprRaw": -8, "id": 931}, {"name": "Dust Bowl", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 500, "aDef": 20, "eDef": 15, "lvl": 51, "strReq": 20, "agiReq": 15, "str": 7, "spd": 10, "sdRaw": -30, "aDamPct": 10, "eDamPct": 12, "id": 939}, {"name": "Dust Devil", "tier": "Unique", "category": "accessory", "drop": "lootchest", "eDef": -10, "lvl": 88, "agiReq": 30, "spd": 8, "aDamPct": 9, "eDamPct": 9, "type": "ring", "id": 937}, {"name": "DuskShield", "displayName": "Duskshield", "tier": "Unique", "type": "leggings", "thorns": 8, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 350, "wDef": 15, "tDef": 15, "lvl": 42, "dexReq": 10, "intReq": 10, "sdPct": -5, "ref": 8, "fDamPct": -8, "eDamPct": -8, "wDefPct": 6, "tDefPct": 6, "id": 934}, {"name": "Dust", "tier": "Rare", "type": "chestplate", "poison": 105, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 190, "aDef": -15, "lvl": 32, "hprPct": -9, "agi": 5, "aDamPct": 8, "eDamPct": 4, "wDefPct": -6, "id": 933}, {"name": "Dusty Staff", "tier": "Unique", "type": "wand", "poison": 80, "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, "strReq": 8, "lb": 12, "aDefPct": -4, "eDefPct": 7, "id": 938}, {"name": "Dying Light", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "131-141", "aDam": "121-151", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "intReq": 38, "agiReq": 38, "sdPct": 20, "ls": -217, "int": 10, "agi": 10, "spd": 10, "wDamPct": 15, "aDamPct": 15, "id": 941}, {"name": "Dynamic", "tier": "Unique", "category": "accessory", "drop": "lootchest", "tDef": 7, "eDef": -7, "lvl": 28, "dexReq": 10, "dex": 4, "mdRaw": 5, "tDamPct": 6, "type": "bracelet", "id": 940}, {"name": "Dysnomia", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "wDef": -40, "aDef": -40, "lvl": 52, "strReq": 25, "dexReq": 40, "hprPct": -40, "ms": 10, "spd": 10, "wDamPct": -20, "eDamPct": 10, "id": 944}, {"name": "Earth Breaker", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2725, "fDef": 90, "aDef": -150, "eDef": 90, "lvl": 90, "strReq": 50, "defReq": 40, "ls": 220, "str": 9, "def": 8, "expd": 25, "atkTier": -10, "mdRaw": 1150, "fDamPct": 31, "eDamPct": 15, "id": 942}, {"name": "Earth Relic Bow", "tier": "Rare", "type": "bow", "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, "strReq": 20, "mdPct": 15, "xpb": 15, "lb": 15, "str": 7, "expd": 15, "eDamPct": 20, "eDefPct": 10, "id": 943}, {"name": "Earth Relic Daggers", "tier": "Rare", "type": "dagger", "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, "strReq": 25, "mdPct": 15, "xpb": 15, "lb": 15, "str": 7, "expd": 15, "eDamPct": 20, "eDefPct": 10, "id": 945}, {"name": "Earthquake", "tier": "Unique", "type": "wand", "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, "strReq": 25, "defReq": 25, "sdPct": -10, "mdPct": 10, "expd": 25, "spd": -15, "fDamPct": 10, "eDamPct": 10, "wDefPct": -15, "id": 948}, {"name": "Earth Relic Spear", "tier": "Rare", "type": "spear", "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, "strReq": 25, "mdPct": 15, "xpb": 15, "lb": 15, "str": 7, "expd": 15, "eDamPct": 20, "eDefPct": 10, "id": 949}, {"name": "Earth Relic Wand", "tier": "Rare", "type": "wand", "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, "strReq": 20, "mdPct": 15, "xpb": 15, "lb": 15, "str": 7, "expd": 15, "eDamPct": 20, "eDefPct": 10, "id": 946}, {"name": "Earthsky Equinox", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "100-165", "tDam": "0-0", "eDam": "120-145", "atkSpd": "FAST", "lvl": 98, "strReq": 50, "agiReq": 50, "mdPct": 15, "str": 16, "agi": 16, "spd": 15, "atkTier": 1, "tDefPct": -30, "id": 947}, {"name": "Dusty Ring", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 8, "agi": 3, "type": "ring", "id": 936}, {"name": "Eater", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 15, "ls": 3, "type": "ring", "id": 952}, {"name": "Ebrithil", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 71, "intReq": 40, "sdPct": 4, "int": 5, "spRegen": 8, "type": "necklace", "id": 950}, {"name": "Ebb and Flow", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "16-24", "fDam": "0-0", "wDam": "46-54", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 37, "intReq": 20, "mr": 5, "sdPct": 11, "str": -5, "dex": -5, "int": 14, "agi": -5, "def": -5, "spRegen": 16, "wDamPct": 11, "id": 951}, {"name": "Echolocation", "tier": "Unique", "type": "relik", "poison": 111, "thorns": -10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "39-45", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 35, "ls": 18, "ref": -10, "id": 954}, {"name": "Eclipse", "tier": "Unique", "type": "wand", "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, "intReq": 22, "defReq": 22, "hprPct": 15, "hprRaw": 20, "sdRaw": -10, "mdRaw": -13, "fDefPct": 10, "wDefPct": 10, "id": 956}, {"name": "Ectoplasm", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1025, "wDef": 55, "aDef": 55, "tDef": -100, "lvl": 63, "intReq": 40, "mr": 5, "sdPct": 10, "mdPct": -15, "ms": 10, "spd": -15, "wDefPct": 10, "aDefPct": -10, "id": 957}, {"name": "Echo", "tier": "Unique", "category": "accessory", "drop": "lootchest", "aDef": 4, "lvl": 22, "agiReq": 8, "agi": 3, "aDamPct": 7, "type": "ring", "id": 955}, {"name": "Edgy", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -10, "lvl": 12, "mdPct": 6, "dex": 3, "type": "bracelet", "id": 953}, {"name": "Effervescence", "tier": "Legendary", "type": "wand", "category": "weapon", "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, "intReq": 24, "mr": 5, "sdPct": 22, "int": 8, "hprRaw": -14, "id": 958}, {"name": "Efilim Sage Cloak", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1550, "wDef": 60, "eDef": 60, "lvl": 77, "strReq": 30, "intReq": 40, "mr": 5, "sdPct": 7, "mdPct": -10, "xpb": 10, "str": 7, "int": 7, "spRegen": 10, "hprRaw": 60, "id": 961}, {"name": "Efteling", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2500, "wDef": 50, "aDef": 50, "tDef": -200, "lvl": 94, "intReq": 60, "agiReq": 60, "mr": -25, "sdPct": 30, "ls": 175, "ms": 10, "spd": 16, "sdRaw": 150, "wDamPct": 20, "aDamPct": 20, "id": 959}, {"name": "Egression", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "aDef": 100, "eDef": -100, "lvl": 73, "agiReq": 60, "sdPct": -45, "mdPct": -45, "xpb": 15, "agi": 13, "spd": 23, "aDamPct": 70, "id": 960}, {"name": "Ehwaz", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 39, "agiReq": 10, "agi": 3, "spd": 10, "type": "ring", "id": 962}, {"name": "Eil", "tier": "Unique", "type": "spear", "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, "str": -2, "dex": -2, "int": -2, "agi": -2, "def": 13, "hpBonus": 500, "id": 963}, {"name": "Ekeloch", "tier": "Unique", "type": "boots", "poison": 455, "thorns": 5, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1310, "aDef": -150, "tDef": 150, "lvl": 69, "tDamPct": 5, "id": 966}, {"name": "Electric Torc", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 140, "tDef": 30, "eDef": -30, "lvl": 54, "dexReq": 20, "mdPct": 5, "dex": 4, "tDamPct": 8, "type": "necklace", "id": 965}, {"name": "Ein", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 1, "lvl": 1, "sdPct": 1, "mdPct": 1, "sdRaw": 1, "mdRaw": 1, "type": "ring", "id": 973}, {"name": "Electrolytic", "tier": "Rare", "type": "bow", "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, "dexReq": 33, "intReq": 33, "sdPct": 10, "mdPct": -10, "ms": 5, "sdRaw": 70, "fDamPct": -20, "aDamPct": -20, "eDamPct": -20, "id": 968}, {"name": "Electrocharge Greaves", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1000, "tDef": 60, "eDef": -60, "lvl": 61, "dexReq": 50, "ms": -5, "dex": 7, "spd": 10, "atkTier": 1, "hprRaw": -60, "mdRaw": 90, "tDamPct": 10, "eDefPct": -30, "id": 967}, {"name": "Electrophorus", "tier": "Unique", "type": "helmet", "poison": 300, "thorns": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "wDef": 60, "eDef": -60, "lvl": 64, "intReq": 40, "sdRaw": 74, "tDamPct": 12, "id": 971}, {"name": "Eitr", "tier": "Rare", "type": "leggings", "poison": 415, "category": "armor", "drop": "NORMAL", "hp": 1430, "fDef": 65, "wDef": -50, "tDef": 55, "eDef": -70, "lvl": 66, "dexReq": 15, "defReq": 30, "mr": -5, "def": 4, "fDamPct": 16, "wDamPct": -18, "tDamPct": 13, "id": 964}, {"name": "Eleven", "tier": "Unique", "type": "dagger", "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, "hprPct": 11, "mdPct": 11, "sdRaw": 11, "id": 996}, {"name": "Eliminere", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-83", "eDam": "0-213", "atkSpd": "SUPER_FAST", "lvl": 87, "strReq": 35, "dexReq": 35, "hprPct": -140, "sdPct": 20, "mdPct": 20, "expd": 25, "hpBonus": -1370, "hprRaw": -135, "id": 991}, {"name": "Electrum", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 780, "wDef": 45, "tDef": 45, "eDef": -90, "lvl": 58, "dexReq": 35, "intReq": 25, "sdPct": 6, "sdRaw": 75, "fDamPct": -20, "wDamPct": 8, "aDamPct": -20, "tDamPct": 8, "eDamPct": -30, "id": 969}, {"name": "Embers", "tier": "Rare", "type": "dagger", "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, "defReq": 10, "hprPct": 13, "ls": 17, "fDamPct": 7, "wDamPct": -9, "id": 974}, {"name": "Emerald Chopper", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "150-200", "fDam": "0-0", "wDam": "0-0", "aDam": "150-250", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 80, "agiReq": 25, "defReq": 35, "lb": 25, "expd": 25, "eSteal": 7, "fDamPct": 40, "id": 970}, {"name": "Emerald Staff", "tier": "Rare", "type": "wand", "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, "lb": 25, "eSteal": 10, "sdRaw": -50, "mdRaw": -65, "id": 975}, {"name": "Elven Moccasins", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 8, "lvl": 3, "hprPct": 8, "id": 972}, {"name": "Emotion", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "22-30", "fDam": "24-28", "wDam": "23-29", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 26, "intReq": 12, "defReq": 10, "mr": 5, "sdPct": -5, "mdPct": -5, "ls": -8, "int": 12, "agi": -5, "def": 10, "hprRaw": 8, "id": 977}, {"name": "Empire Builder", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 8, "drop": "NORMAL", "nDam": "50-65", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "id": 978}, {"name": "Enchanter", "tier": "Unique", "type": "wand", "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, "mr": 5, "str": -3, "int": 4, "id": 976}, {"name": "End of Limits", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "60-150", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "strReq": 60, "dexReq": 40, "mr": -5, "sdPct": 11, "mdPct": 16, "ls": -205, "xpb": 10, "sdRaw": 75, "mdRaw": 100, "eDamPct": 16, "id": 979}, {"name": "Enderman's Feet", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 920, "wDef": -30, "aDef": -60, "tDef": 80, "lvl": 62, "dexReq": 30, "sdPct": 6, "ref": 12, "dex": 8, "wDamPct": -5, "tDamPct": 6, "tDefPct": 10, "id": 981}, {"name": "Endurance", "tier": "Rare", "type": "chestplate", "thorns": 65, "category": "armor", "drop": "NORMAL", "hp": 2050, "wDef": -150, "lvl": 79, "def": 7, "hprRaw": 65, "fDamPct": 15, "wDamPct": -10, "id": 980}, {"name": "Enduzskam", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1950, "wDef": 50, "tDef": 80, "eDef": -90, "lvl": 83, "dexReq": 35, "intReq": 35, "mr": 5, "sdPct": 14, "dex": 9, "wDamPct": 12, "tDamPct": 16, "eDamPct": -14, "eDefPct": -10, "id": 986}, {"name": "Endotherm", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1300, "fDef": 80, "aDef": 80, "lvl": 71, "agiReq": 40, "defReq": 40, "hprPct": 25, "sdPct": -20, "mdPct": -20, "hpBonus": 300, "hprRaw": 75, "fDefPct": 14, "aDefPct": 14, "id": 982}, {"name": "Enmity", "tier": "Rare", "category": "accessory", "drop": "lootchest", "tDef": -80, "eDef": -40, "lvl": 100, "strReq": 60, "ms": 10, "dex": 4, "spd": 8, "sdRaw": 53, "mdRaw": 55, "fDefPct": -18, "wDefPct": -18, "aDefPct": -18, "type": "bracelet", "id": 983}, {"name": "Ensa's Failure", "tier": "Rare", "poison": 450, "thorns": 11, "category": "accessory", "drop": "lootchest", "hp": -250, "lvl": 98, "strReq": 40, "dexReq": 40, "spRegen": -15, "tDamPct": 11, "eDamPct": 11, "wDefPct": -8, "aDefPct": -8, "type": "bracelet", "id": 984}, {"name": "Ensa's Resolve", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-10", "fDam": "0-0", "wDam": "120-155", "aDam": "100-175", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 96, "intReq": 40, "agiReq": 35, "hprPct": 30, "mr": 10, "xpb": 19, "ref": 15, "agi": 7, "spRegen": 11, "mdRaw": -95, "fDefPct": 12, "wDefPct": 20, "id": 990}, {"name": "Enzan's Lucky Charm", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 3, "xpb": 3, "eSteal": 1, "type": "bracelet", "id": 988}, {"name": "Ensa's Ideals", "tier": "Rare", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 4000, "wDef": 100, "aDef": 100, "lvl": 84, "intReq": 45, "agiReq": 40, "hprPct": 15, "mr": 5, "xpb": 15, "ref": 15, "int": 7, "hpBonus": 962, "spRegen": 25, "hprRaw": 115, "wDefPct": 15, "aDefPct": 15, "id": 985}, {"name": "Entanglement", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2400, "wDef": 70, "aDef": -100, "tDef": 70, "lvl": 89, "dexReq": 50, "intReq": 45, "mr": -5, "sdPct": 25, "ms": -5, "dex": 10, "int": 10, "wDamPct": 9, "tDamPct": 9, "wDefPct": 9, "tDefPct": 9, "id": 3612}, {"name": "Equalizer", "tier": "Unique", "type": "leggings", "thorns": 18, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1555, "fDef": -30, "wDef": -30, "aDef": -30, "tDef": -30, "eDef": -30, "lvl": 86, "strReq": 22, "dexReq": 22, "intReq": 22, "agiReq": 22, "defReq": 22, "mr": 5, "sdPct": 18, "mdPct": 18, "ls": 155, "ms": 5, "ref": 18, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "hprRaw": 105, "id": 989}, {"name": "Equilibrium", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 120, "fDef": 8, "wDef": 8, "aDef": 8, "tDef": 8, "eDef": 8, "lvl": 24, "strReq": 2, "dexReq": 2, "intReq": 2, "agiReq": 2, "defReq": 2, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "id": 987}, {"name": "Erhu", "tier": "Rare", "type": "dagger", "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, "agiReq": 15, "mr": 5, "xpb": 15, "ref": 10, "agi": 7, "spRegen": 10, "fDamPct": -10, "wDamPct": 10, "tDamPct": -10, "id": 995}, {"name": "Equinox", "tier": "Rare", "category": "accessory", "drop": "lootchest", "tDef": -22, "lvl": 88, "intReq": 33, "defReq": 33, "expd": 6, "spRegen": 6, "fDamPct": 9, "wDamPct": 9, "type": "ring", "id": 994}, {"name": "Erratio", "tier": "Legendary", "type": "chestplate", "poison": 61, "thorns": 11, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 413, "lvl": 35, "dexReq": 6, "agiReq": 12, "ls": 55, "ref": 3, "spRegen": -2, "hprRaw": -6, "mdRaw": 16, "aDamPct": 4, "aDefPct": 13, "id": 993}, {"name": "Errant", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 500, "fDef": -60, "aDef": 60, "lvl": 95, "agiReq": 45, "sdPct": 7, "spd": 8, "fDamPct": -5, "aDamPct": 5, "fDefPct": -10, "type": "necklace", "id": 992}, {"name": "Eruption", "tier": "Legendary", "type": "bow", "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, "strReq": 30, "defReq": 10, "sdPct": -15, "mdPct": 25, "str": 7, "def": 9, "expd": 25, "spd": -15, "hpBonus": 550, "fDamPct": 20, "id": 997}, {"name": "Esclavage", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 550, "lvl": 93, "strReq": 15, "defReq": 45, "xpb": 7, "lb": 5, "str": 5, "dex": -1, "def": 5, "spd": -4, "type": "bracelet", "id": 999}, {"name": "Espoir", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 7, "lb": 7, "spRegen": 3, "type": "ring", "id": 1000}, {"name": "Esper's Focus", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "400-505", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 84, "intReq": 40, "mr": 5, "mdPct": -40, "xpb": 15, "hpBonus": -700, "wDamPct": 30, "id": 998}, {"name": "Estuarine", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-74", "fDam": "0-0", "wDam": "71-85", "aDam": "0-0", "tDam": "0-0", "eDam": "100-110", "atkSpd": "NORMAL", "lvl": 71, "strReq": 28, "intReq": 32, "mr": 5, "mdPct": -20, "int": 8, "spd": -12, "mdRaw": 130, "wDamPct": 35, "eDefPct": 30, "id": 1002}, {"name": "Essence Bastion", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "140-165", "fDam": "110-140", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 84, "defReq": 40, "spd": -10, "hpBonus": 1385, "spRegen": 10, "hprRaw": 125, "id": 1001}, {"name": "Eternity's Edge", "tier": "Unique", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "340-340", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "340-340", "eDam": "340-340", "atkSpd": "SUPER_SLOW", "lvl": 77, "strReq": 35, "dexReq": 35, "ms": 10, "str": 16, "dex": 16, "spd": -16, "sdRaw": 140, "spRaw2": -10, "id": 1004}, {"name": "Ethereal", "tier": "Legendary", "type": "wand", "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, "intReq": 60, "mr": 10, "sdPct": 25, "mdPct": -20, "int": 7, "agi": 7, "spRegen": 10, "wDamPct": 7, "aDamPct": 19, "eDamPct": -30, "tDefPct": -20, "id": 1003}, {"name": "Etikal", "tier": "Unique", "type": "bow", "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, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "xpb": 5, "lb": 5, "id": 1005}, {"name": "Euthanasia", "tier": "Rare", "type": "dagger", "poison": 100, "category": "weapon", "drop": "NORMAL", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 17, "spRegen": -10, "hprRaw": -8, "sdRaw": 32, "id": 1008}, {"name": "Evalach", "tier": "Rare", "type": "leggings", "thorns": 4, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "fDef": 12, "lvl": 27, "defReq": 12, "hprPct": 18, "ref": 4, "def": 8, "spd": -7, "wDamPct": -6, "wDefPct": -6, "id": 1010}, {"name": "Evanescent", "tier": "Legendary", "type": "bow", "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, "intReq": 30, "agiReq": 20, "mr": 5, "mdPct": -40, "ms": 5, "agi": 10, "spd": 15, "wDamPct": 15, "aDamPct": 20, "id": 1006}, {"name": "Evening Primrose", "tier": "Legendary", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 2000, "fDef": 60, "wDef": -40, "aDef": -40, "tDef": 60, "eDef": -40, "lvl": 67, "dexReq": 30, "defReq": 30, "hprPct": 12, "def": 13, "spd": -15, "hpBonus": -500, "hprRaw": 70, "fDamPct": 15, "tDamPct": 15, "id": 1015}, {"name": "Evaporator", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1400, "aDef": -70, "lvl": 60, "intReq": 20, "defReq": 35, "spd": -8, "aDamPct": -18, "aDefPct": -13, "id": 1009}, {"name": "Euouae", "tier": "Rare", "category": "accessory", "drop": "lootchest", "fDef": -75, "lvl": 75, "dexReq": 30, "agiReq": 60, "dex": 5, "agi": 9, "spd": 6, "fDamPct": -15, "tDamPct": 5, "type": "bracelet", "id": 1007}, {"name": "Event Horizon", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-140", "eDam": "0-140", "atkSpd": "VERY_FAST", "lvl": 99, "strReq": 55, "dexReq": 55, "hpBonus": 5000, "wDamPct": -35, "fDefPct": -76, "wDefPct": -76, "aDefPct": -76, "tDefPct": -76, "eDefPct": -76, "id": 1012}, {"name": "Example", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 78, "int": 8, "type": "bracelet", "id": 3626}, {"name": "Executioner Helmet", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "lvl": 75, "mdPct": 27, "ls": 265, "ms": 10, "hpBonus": 115, "sdRaw": 150, "id": 1013}, {"name": "Exhaustion", "tier": "Rare", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2750, "fDef": 140, "wDef": -65, "lvl": 90, "defReq": 70, "hprPct": 35, "mr": -5, "ls": 345, "def": 7, "spd": -20, "atkTier": -1, "hpBonus": 500, "hprRaw": 150, "fDefPct": 18, "id": 1014}, {"name": "Exion", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 21, "tDef": 3, "eDef": -6, "lvl": 5, "mr": 5, "spd": 6, "sdRaw": 4, "id": 1018}, {"name": "Facedown", "tier": "Unique", "type": "helmet", "thorns": -15, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2000, "fDef": -30, "wDef": -30, "aDef": -30, "tDef": -30, "eDef": -30, "lvl": 89, "dexReq": 55, "sdPct": 20, "mdPct": 20, "xpb": 15, "ref": -15, "dex": 10, "agi": -5, "tDamPct": 15, "id": 1017}, {"name": "Exosphere", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1800, "aDef": 60, "tDef": 60, "eDef": -120, "lvl": 81, "dexReq": 24, "agiReq": 24, "mr": 5, "sdPct": 18, "ref": 18, "spRegen": 6, "aDamPct": 6, "tDamPct": 6, "aDefPct": 6, "tDefPct": 6, "id": 1016}, {"name": "Facile", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 99, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 8, "sdPct": 6, "mdPct": 6, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "type": "ring", "id": 1019}, {"name": "Facetious", "tier": "Unique", "category": "accessory", "drop": "lootchest", "aDef": 40, "tDef": -20, "lvl": 98, "strReq": 50, "sdPct": 7, "mdPct": -6, "spd": 5, "wDamPct": 5, "type": "bracelet", "id": 1020}, {"name": "Faith Healer", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1750, "wDef": 65, "aDef": 65, "lvl": 78, "intReq": 40, "agiReq": 40, "hprPct": 15, "sdPct": -15, "mdPct": -15, "spRegen": 20, "hprRaw": 75, "wDefPct": 10, "aDefPct": 10, "id": 1021}, {"name": "Faith of the Bovemist", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 45, "int": 4, "spRegen": 15, "tDefPct": 7, "type": "ring", "id": 1023}, {"name": "Faded", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 190, "lvl": 39, "xpb": 15, "ref": 5, "spRegen": 3, "id": 1024}, {"name": "Far Cosmos", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 3500, "lvl": 100, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "str": 9, "dex": 9, "int": 9, "agi": 9, "def": 9, "spPct2": -1, "id": 1022}, {"name": "Fatigue", "tier": "Unique", "type": "dagger", "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, "spd": -6, "mdRaw": 26, "id": 1029}, {"name": "Fate's Shear", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "45-50", "aDam": "0-0", "tDam": "0-0", "eDam": "65-105", "atkSpd": "SUPER_FAST", "lvl": 97, "strReq": 45, "intReq": 50, "ms": 5, "spRegen": 10, "hprRaw": -300, "sdRaw": 180, "mdRaw": 85, "wDamPct": 15, "eDamPct": 15, "fDefPct": -35, "id": 1026}, {"name": "Fault Lines", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "125-130", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "125-130", "atkSpd": "VERY_SLOW", "lvl": 32, "strReq": 15, "defReq": 15, "mdPct": 18, "str": 8, "agi": -10, "def": 8, "spd": -15, "fDamPct": 18, "aDamPct": -20, "eDamPct": 18, "aDefPct": -20, "id": 1025}, {"name": "Faustian Contract", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "200-225", "wDam": "0-0", "aDam": "0-0", "tDam": "175-250", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 86, "dexReq": 50, "defReq": 40, "hprPct": -25, "mr": -10, "sdPct": 30, "ms": 10, "expd": 20, "spd": -20, "atkTier": -1, "mdRaw": 550, "id": 1027}, {"name": "Ex Nihilo", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4000, "fDef": -100, "wDef": -100, "lvl": 98, "strReq": 50, "agiReq": 50, "sdPct": 25, "ls": 280, "int": 15, "def": -15, "spd": 15, "mdRaw": 235, "fDamPct": -40, "id": 1011}, {"name": "Featherweight", "tier": "Rare", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 18, "lvl": 8, "agi": 4, "spd": 11, "id": 1031}, {"name": "Feedback", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "40-100", "eDam": "0-0", "atkSpd": "FAST", "lvl": 93, "dexReq": 45, "ref": 25, "dex": 17, "hprRaw": -90, "tDamPct": 16, "eDamPct": -16, "wDefPct": -8, "id": 1028}, {"name": "Fehu", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 97, "xpb": 7, "lb": 13, "type": "ring", "id": 1033}, {"name": "Feithid", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 270, "fDef": -5, "lvl": 40, "agiReq": 20, "ls": 20, "agi": 7, "spd": 7, "aDamPct": 7, "id": 1032}, {"name": "Female Pirate Wig", "tier": "Unique", "type": "helmet", "allowCraftsman": true, "category": "armor", "drop": "never", "hp": 3075, "lvl": 98, "xpb": 10, "lb": 15, "spd": 5, "eSteal": 3, "fixID": true, "id": 1037}, {"name": "Favian's Wing", "tier": "Rare", "category": "accessory", "drop": "lootchest", "aDef": -10, "tDef": -15, "lvl": 36, "agiReq": 20, "spd": 12, "aDamPct": 5, "type": "bracelet", "id": 1030}, {"name": "Fenmask", "tier": "Legendary", "type": "helmet", "thorns": 80, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "wDef": 105, "eDef": 140, "lvl": 81, "strReq": 30, "intReq": 30, "hprPct": 30, "mr": 5, "ref": -40, "wDamPct": 18, "eDamPct": 18, "id": 1035}, {"name": "Fermion", "tier": "Unique", "type": "boots", "thorns": 15, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3225, "fDef": 75, "wDef": 75, "aDef": 75, "tDef": 75, "eDef": 75, "lvl": 100, "strReq": 40, "dexReq": 40, "intReq": 40, "agiReq": 40, "defReq": 40, "mr": 10, "sdPct": -7, "mdPct": -7, "ref": 15, "spRegen": 15, "id": 1034}, {"name": "Fern", "tier": "Rare", "type": "spear", "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, "hprPct": 8, "ls": 11, "hpBonus": 40, "id": 1036}, {"name": "Fever Dream", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "39-39", "fDam": "39-39", "wDam": "0-0", "aDam": "39-39", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 79, "agiReq": 35, "defReq": 35, "mr": -5, "sdPct": 28, "mdPct": 28, "str": 10, "dex": 10, "fDefPct": -26, "wDefPct": -33, "aDefPct": -26, "id": 1041}, {"name": "Fibreglass", "tier": "Unique", "type": "dagger", "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, "strReq": 17, "agiReq": 17, "sdPct": -10, "mdPct": 10, "mdRaw": 46, "fDefPct": -30, "id": 1039}, {"name": "Fierte", "tier": "Legendary", "type": "spear", "thorns": 8, "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, "defReq": 35, "ref": 8, "def": 8, "hpBonus": 700, "fDamPct": 13, "wDefPct": -20, "id": 1040}, {"name": "Fierce Thunder", "tier": "Legendary", "type": "spear", "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, "dexReq": 20, "sdPct": 7, "mdPct": 7, "xpb": 8, "spd": 15, "wDamPct": 20, "tDefPct": 10, "eDefPct": -25, "id": 1038}, {"name": "Fiery Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "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, "id": 1043}, {"name": "Fiery Relik", "tier": "Normal", "type": "relik", "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, "id": 1045}, {"name": "Fiery Bow", "tier": "Normal", "type": "bow", "category": "weapon", "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, "id": 1042}, {"name": "Fiery Spear", "tier": "Normal", "type": "spear", "category": "weapon", "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, "id": 1044}, {"name": "Fiery Wand", "tier": "Normal", "type": "wand", "category": "weapon", "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, "id": 1048}, {"name": "Fiery Torc", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 400, "fDef": 40, "wDef": -40, "lvl": 69, "defReq": 25, "hprPct": 12, "def": 4, "fDamPct": 7, "type": "necklace", "id": 1047}, {"name": "Fighting Spirit", "tier": "Rare", "type": "spear", "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, "hprPct": 15, "sdPct": 12, "mdPct": 12, "fDamPct": 19, "wDamPct": 19, "aDamPct": 19, "tDamPct": 19, "eDamPct": 19, "fDefPct": -15, "wDefPct": -15, "aDefPct": -15, "tDefPct": -15, "eDefPct": -15, "id": 1046}, {"name": "Fingertrap", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 55, "dex": -1, "hprRaw": -5, "mdRaw": 26, "type": "ring", "id": 1049}, {"name": "Finesse", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 89, "dexReq": 25, "intReq": 25, "dex": 5, "int": 4, "sdRaw": 35, "type": "ring", "id": 1050}, {"name": "Fire Relic Bow", "tier": "Rare", "type": "bow", "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, "defReq": 20, "xpb": 15, "lb": 15, "def": 7, "hpBonus": 440, "hprRaw": 40, "fDamPct": 10, "fDefPct": 20, "id": 1055}, {"name": "Fire Relic Spear", "tier": "Rare", "type": "spear", "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, "defReq": 25, "xpb": 15, "lb": 15, "def": 7, "hpBonus": 770, "hprRaw": 65, "fDamPct": 10, "fDefPct": 20, "id": 1053}, {"name": "Fire Relic Daggers", "tier": "Rare", "type": "dagger", "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": 65, "defReq": 25, "xpb": 15, "lb": 15, "def": 7, "hpBonus": 920, "hprRaw": 80, "fDamPct": 10, "fDefPct": 20, "id": 1052}, {"name": "Fireball", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": -30, "lvl": 86, "defReq": 30, "sdPct": 5, "expd": 4, "fDamPct": 8, "wDamPct": -10, "type": "ring", "id": 1051}, {"name": "Fire Relic Wand", "tier": "Rare", "type": "wand", "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, "defReq": 20, "xpb": 15, "lb": 15, "def": 7, "hpBonus": 590, "hprRaw": 50, "fDamPct": 10, "fDefPct": 20, "id": 1068}, {"name": "Firecloud", "tier": "Unique", "category": "accessory", "drop": "lootchest", "aDef": 4, "lvl": 38, "def": 3, "mdRaw": 13, "fDamPct": 4, "type": "ring", "id": 1057}, {"name": "Firesworn", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "61-82", "fDam": "61-82", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 57, "defReq": 25, "sdPct": 61, "mdPct": 15, "hprRaw": -36, "fDamPct": 20, "fDefPct": -25, "id": 1060}, {"name": "Firequake", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 70, "wDef": -85, "aDef": -85, "eDef": 70, "lvl": 63, "strReq": 40, "defReq": 30, "xpb": 6, "str": 5, "expd": 26, "hprRaw": -65, "fDamPct": 21, "eDamPct": 21, "id": 1058}, {"name": "Firefly", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 65, "wDef": -70, "aDef": 50, "lvl": 66, "agiReq": 20, "defReq": 20, "hprPct": 20, "ls": 105, "agi": 5, "spd": 6, "fDamPct": 8, "aDefPct": 8, "id": 1054}, {"name": "Fishscale", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2525, "fDef": 80, "wDef": 80, "tDef": -180, "lvl": 93, "intReq": 40, "defReq": 40, "ms": 10, "spd": 7, "sdRaw": 175, "fDamPct": 15, "wDamPct": 15, "aDefPct": -15, "tDefPct": -30, "id": 1059}, {"name": "Fission Blade", "tier": "Rare", "type": "spear", "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, "dexReq": 25, "defReq": 25, "sdPct": 5, "mdPct": 5, "ls": 150, "expd": 33, "hprRaw": -70, "fDamPct": 5, "wDamPct": -143, "tDamPct": 5, "id": 1063}, {"name": "Flameshot Hilt", "tier": "Legendary", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "1100-1300", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 93, "defReq": 60, "mdPct": 15, "def": 20, "expd": 45, "fDamPct": 25, "wDamPct": -150, "fDefPct": 35, "spRaw3": -15, "id": 1062}, {"name": "Firestorm Bellows", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-95", "fDam": "45-135", "wDam": "0-0", "aDam": "45-135", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "agiReq": 50, "defReq": 50, "mdPct": 15, "int": -8, "expd": 30, "spd": 20, "hpBonus": 750, "hprRaw": -125, "fDamPct": 15, "wDefPct": -33, "id": 1056}, {"name": "Fissure", "tier": "Legendary", "type": "spear", "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, "strReq": 40, "sdPct": -9, "mdPct": 18, "str": 10, "expd": 26, "spd": -10, "fDamPct": 25, "aDamPct": -10, "eDamPct": 11, "aDefPct": -12, "id": 1061}, {"name": "Flamiche", "tier": "Unique", "type": "bow", "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, "defReq": 25, "hprPct": 16, "def": 7, "hpBonus": 250, "fDefPct": 10, "wDefPct": -5, "id": 1064}, {"name": "Flaming Bow", "tier": "Unique", "type": "bow", "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, "hpBonus": 16, "id": 1065}, {"name": "Flaming Fangs", "tier": "Unique", "type": "dagger", "thorns": 12, "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, "str": -3, "def": 10, "expd": 5, "sdRaw": 50, "id": 1066}, {"name": "Flash", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "36-100", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 75, "dexReq": 50, "agiReq": 20, "ms": 5, "dex": 4, "agi": 8, "spd": 20, "hpBonus": -400, "id": 1069}, {"name": "Flare Blitz", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "73-87", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 41, "defReq": 24, "mdPct": 10, "ls": 40, "def": 8, "hpBonus": -100, "hprRaw": -15, "fDamPct": 8, "id": 1067}, {"name": "Flashing Boots", "tier": "Unique", "type": "boots", "thorns": 20, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2100, "aDef": 60, "tDef": 100, "eDef": -200, "lvl": 87, "dexReq": 30, "agiReq": 15, "ref": 20, "int": -40, "spd": 8, "spPct1": -17, "spPct2": -10, "spPct3": -17, "spPct4": -10, "id": 1070}, {"name": "Flawed Golden Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 58, "lvl": 17, "id": 1074}, {"name": "Flawed Golden Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 44, "lvl": 15, "id": 1071}, {"name": "Flawless Andesite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "77-84", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 39, "id": 1075}, {"name": "Flawless Andesite Shears", "displayName": "Flawless Andesite Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "43-52", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 39, "id": 1076}, {"name": "Flawed Leather Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 35, "lvl": 13, "id": 1073}, {"name": "Flawless Andesite Bow", "tier": "Normal", "type": "bow", "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, "id": 1077}, {"name": "Flawless Andesite Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "80-109", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 39, "id": 1078}, {"name": "Flawed Leather Cap", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 31, "lvl": 11, "id": 1072}, {"name": "Flawless Birch Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "49-53", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 36, "id": 1080}, {"name": "Flawless Andesite Stick", "displayName": "Flawless Andesite Wand", "tier": "Normal", "type": "wand", "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, "id": 1083}, {"name": "Flawless Birch Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "63-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 36, "id": 1079}, {"name": "Flawless Birch Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "35-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 36, "id": 1085}, {"name": "Flawless Birch Stick", "displayName": "Flawless Birch Wand", "tier": "Normal", "type": "wand", "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, "id": 1082}, {"name": "Flawless Chain Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 155, "lvl": 33, "id": 1084}, {"name": "Flawless Birch Shears", "displayName": "Flawless Birch Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "29-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 36, "id": 1081}, {"name": "Flawless Chain Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 135, "lvl": 31, "id": 1089}, {"name": "Flawless Chain Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 192, "lvl": 37, "id": 1086}, {"name": "Flawless Chain Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 176, "lvl": 35, "id": 1087}, {"name": "Flawless Diorite Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "178-207", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 47, "id": 1092}, {"name": "Flawless Diorite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "104-112", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 47, "id": 1088}, {"name": "Flawless Diorite Shears", "displayName": "Flawless Diorite Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-68", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 47, "id": 1090}, {"name": "Flawless Diorite Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "112-145", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 47, "id": 1091}, {"name": "Flawless Granite Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "213-277", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 54, "id": 1097}, {"name": "Flawless Diorite Stick", "displayName": "Flawless Diorite Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "47-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 47, "id": 1095}, {"name": "Flawless Granite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "135-141", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 54, "id": 1093}, {"name": "Flawless Granite Shears", "displayName": "Flawless Granite Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "75-88", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 54, "id": 1094}, {"name": "Flawless Granite Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "150-176", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 54, "id": 1096}, {"name": "Flawless Jungle Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "122-143", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 53, "id": 1098}, {"name": "Flawless Granite Stick", "displayName": "Flawless Granite Wand", "tier": "Normal", "type": "wand", "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, "id": 1099}, {"name": "Flawless Jungle Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "92-97", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "id": 1101}, {"name": "Flawless Jungle Shears", "displayName": "Flawless Jungle Dagger", "tier": "Normal", "type": "dagger", "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, "id": 1122}, {"name": "Flawless Jungle Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "77-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 53, "id": 1100}, {"name": "Flawless Jungle Stick", "displayName": "Flawless Jungle Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "41-54", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "id": 1103}, {"name": "Flawless Light Birch Bow", "tier": "Normal", "type": "bow", "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, "id": 1104}, {"name": "Flawless Light Birch Shears", "displayName": "Flawless Light Birch Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 42, "id": 1107}, {"name": "Flawless Light Birch Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "50-52", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "id": 1102}, {"name": "Flawless Light Birch Spear", "tier": "Normal", "type": "spear", "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, "id": 1108}, {"name": "Flawless Light Jungle Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-82", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "id": 1110}, {"name": "Flawless Light Birch Stick", "displayName": "Flawless Light Birch Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "23-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "id": 1106}, {"name": "Flawless Light Jungle Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-112", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "id": 1105}, {"name": "Flawless Light Jungle Shears", "displayName": "Flawless Light Jungle Dagger", "tier": "Normal", "type": "dagger", "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, "id": 1111}, {"name": "Flawless Light Jungle Stick", "displayName": "Flawless Light Jungle Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "36-45", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "id": 1109}, {"name": "Flawless Light Jungle Spear", "tier": "Normal", "type": "spear", "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, "id": 1112}, {"name": "Flawless Light Oak Bow", "tier": "Normal", "type": "bow", "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, "id": 1113}, {"name": "Flawless Light Oak Shears", "displayName": "Flawless Light Oak Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "21-29", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 33, "id": 1118}, {"name": "Flawless Light Oak Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "35-37", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 33, "id": 1114}, {"name": "Flawless Light Oak Stick", "displayName": "Flawless Light Oak Wand", "tier": "Normal", "type": "wand", "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, "id": 1117}, {"name": "Flawless Light Oak Spear", "tier": "Normal", "type": "spear", "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, "id": 1115}, {"name": "Flawless Light Spruce Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "72-98", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 50, "id": 1119}, {"name": "Flawless Light Spruce Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "67-69", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "id": 1125}, {"name": "Flawless Light Spruce Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-63", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 50, "id": 1123}, {"name": "Flawless Light Spruce Stick", "displayName": "Flawless Light Spruce Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-38", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "id": 1120}, {"name": "Flawless Light Spruce Shears", "displayName": "Flawless Light Spruce Dagger", "tier": "Normal", "type": "dagger", "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, "id": 1116}, {"name": "Flawless Oak Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "41-58", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 28, "id": 1121}, {"name": "Flawless Oak Shears", "displayName": "Flawless Oak Dagger", "tier": "Normal", "type": "dagger", "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, "id": 1126}, {"name": "Flawless Oak Spear", "tier": "Normal", "type": "spear", "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, "id": 1127}, {"name": "Flawless Oak Stick", "displayName": "Flawless Oak Wand", "tier": "Normal", "type": "wand", "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, "id": 1129}, {"name": "Flawless Spruce Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-74", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "id": 1130}, {"name": "Flawless Spruce Bow", "tier": "Normal", "type": "bow", "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": "SLOW", "lvl": 45, "id": 1128}, {"name": "Flawless Spruce Shears", "displayName": "Flawless Spruce Dagger", "tier": "Normal", "type": "dagger", "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, "id": 1132}, {"name": "Flawless Spruce Spear", "tier": "Normal", "type": "spear", "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, "id": 1131}, {"name": "Flawless Stone Bow", "tier": "Normal", "type": "bow", "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, "id": 1137}, {"name": "Flawless Spruce Stick", "displayName": "Flawless Spruce Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "31-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "id": 1134}, {"name": "Flawless Stone Shears", "displayName": "Flawless Stone Dagger", "tier": "Normal", "type": "dagger", "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, "id": 1135}, {"name": "Flawless Stone Stick", "displayName": "Flawless Stone Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-31", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 30, "id": 1133}, {"name": "Flawless Stone Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "55-76", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 30, "id": 1136}, {"name": "Fleet", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 345, "wDef": 15, "aDef": 15, "tDef": -20, "lvl": 43, "intReq": 10, "agiReq": 20, "mdPct": -8, "xpb": 9, "int": 5, "spd": 14, "mdRaw": -45, "aDamPct": 7, "wDefPct": 11, "aDefPct": 10, "id": 1140}, {"name": "Flex", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -95, "aDef": 40, "eDef": 50, "lvl": 72, "strReq": 70, "mr": -5, "mdPct": 12, "str": 8, "int": -6, "agi": 5, "hpBonus": 400, "mdRaw": 130, "id": 1139}, {"name": "Flood Bath", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "150-156", "wDam": "147-159", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 76, "intReq": 30, "defReq": 30, "sdPct": -11, "mdPct": -11, "hpBonus": 661, "fDamPct": 33, "wDamPct": 33, "aDamPct": -33, "tDamPct": -33, "eDamPct": -33, "spPct3": -23, "id": 1143}, {"name": "Flintlock", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "145-150", "fDam": "40-170", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-170", "atkSpd": "SLOW", "lvl": 86, "strReq": 35, "defReq": 35, "mdPct": 7, "str": 25, "def": 25, "expd": 40, "spd": -7, "wDefPct": -14, "id": 1142}, {"name": "Floodgate", "tier": "Unique", "type": "spear", "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, "intReq": 55, "sdPct": 10, "int": 13, "fDamPct": -40, "wDamPct": 10, "aDamPct": -40, "tDamPct": -40, "eDamPct": -40, "id": 1141}, {"name": "Fluffster", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-95", "fDam": "0-0", "wDam": "0-0", "aDam": "85-140", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 72, "agiReq": 15, "hprPct": 19, "xpb": 5, "ref": 10, "spd": 15, "hpBonus": 300, "id": 1144}, {"name": "Hero's End", "displayName": "Flummox", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2750, "fDef": 115, "wDef": -130, "tDef": 115, "eDef": -100, "lvl": 94, "dexReq": 40, "defReq": 40, "hprPct": 25, "mdPct": -15, "ls": 245, "def": 9, "sdRaw": 175, "fDamPct": 14, "tDamPct": 14, "eDamPct": -35, "id": 1354}, {"name": "Flawless Stone Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "51-59", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 30, "id": 1138}, {"name": "Fluffy Spear", "tier": "Unique", "type": "spear", "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, "defReq": 10, "mdPct": -15, "def": 8, "hpBonus": 125, "fDefPct": 8, "aDefPct": 8, "id": 1148}, {"name": "Fluorescence", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "lvl": 82, "hprPct": 20, "ref": 20, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 20, "eSteal": 6, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "id": 88}, {"name": "Flux and Flow", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "28-34", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "12-14", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 25, "dexReq": 10, "sdPct": 5, "sdRaw": 27, "wDamPct": 13, "tDamPct": 5, "spPct1": 14, "id": 1145}, {"name": "Fluorine", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -1, "lvl": 9, "mdPct": 7, "expd": 2, "type": "necklace", "id": 1146}, {"name": "Foam Bracer", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": 30, "aDef": 10, "tDef": -45, "lvl": 66, "intReq": 15, "sdPct": 6, "xpb": 6, "wDamPct": 4, "type": "bracelet", "id": 1149}, {"name": "Flush", "tier": "Unique", "type": "wand", "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, "intReq": 30, "spd": 8, "wDamPct": 20, "tDefPct": -20, "id": 1147}, {"name": "Fog", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": 10, "aDef": 30, "tDef": -25, "eDef": -40, "lvl": 68, "intReq": 10, "agiReq": 25, "wDamPct": 4, "aDamPct": 7, "wDefPct": 4, "aDefPct": 7, "type": "bracelet", "id": 1151}, {"name": "Follow The Wind", "displayName": "Follow the Wind", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "aDef": 50, "eDef": 40, "lvl": 90, "agiReq": 60, "mdPct": -10, "xpb": 10, "ref": 10, "spd": 18, "eDamPct": -10, "type": "bracelet", "id": 1153}, {"name": "Fog of Creation", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "165-200", "fDam": "55-60", "wDam": "55-60", "aDam": "55-60", "tDam": "55-60", "eDam": "55-60", "atkSpd": "SLOW", "lvl": 100, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprRaw": 200, "sdRaw": 140, "mdRaw": 180, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 1182}, {"name": "Foot Warmers", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 550, "fDef": 30, "lvl": 48, "defReq": 10, "hprPct": 15, "xpb": 6, "def": 5, "spd": -5, "fDamPct": 7, "wDefPct": 6, "aDefPct": 6, "id": 1150}, {"name": "Foreboding", "tier": "Rare", "category": "accessory", "drop": "lootchest", "tDef": 50, "lvl": 93, "dexReq": 50, "mdPct": 5, "xpb": 5, "dex": 7, "eDamPct": -20, "type": "bracelet", "id": 1154}, {"name": "Fortitude", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 40, "fDef": 5, "wDef": -8, "lvl": 28, "defReq": 12, "mdPct": -6, "def": 5, "spd": -6, "hpBonus": 25, "hprRaw": 6, "type": "bracelet", "id": 1156}, {"name": "Forgotten", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 36, "lvl": 12, "lb": 7, "str": 2, "dex": 3, "int": 2, "agi": 1, "def": 3, "id": 1152}, {"name": "Fractured", "tier": "Legendary", "thorns": 6, "category": "accessory", "drop": "lootchest", "hp": 300, "fDef": 30, "wDef": -60, "tDef": 20, "lvl": 95, "dexReq": 40, "defReq": 40, "ls": 165, "int": -4, "hpBonus": 150, "type": "ring", "id": 1161}, {"name": "Fragment", "tier": "Rare", "type": "wand", "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, "dexReq": 40, "agiReq": 40, "mdPct": 18, "ms": -5, "aDamPct": 14, "tDamPct": 14, "fDefPct": -30, "wDefPct": -25, "eDefPct": -15, "id": 1159}, {"name": "Fourchette", "tier": "Unique", "type": "spear", "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, "hprPct": 11, "id": 1157}, {"name": "Frenzy", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "39-109", "fDam": "0-0", "wDam": "0-0", "aDam": "29-69", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "agiReq": 50, "spd": 23, "atkTier": 1, "mdRaw": 50, "fDefPct": -10, "wDefPct": -10, "aDefPct": -5, "tDefPct": -10, "eDefPct": -10, "id": 1164}, {"name": "Frenzied Mockery", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2727, "fDef": 95, "wDef": -135, "aDef": -75, "tDef": 115, "lvl": 90, "dexReq": 50, "defReq": 40, "sdPct": 20, "ms": 5, "hpBonus": -400, "sdRaw": 144, "fDamPct": 14, "tDamPct": 14, "fDefPct": -50, "tDefPct": -50, "id": 1158}, {"name": "Founder", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 500, "aDef": -50, "eDef": 50, "lvl": 97, "strReq": 25, "defReq": 35, "hprPct": 12, "str": 5, "def": 4, "spd": -6, "hpBonus": 270, "type": "necklace", "id": 1155}, {"name": "Frigid", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1270, "fDef": -75, "wDef": 75, "aDef": 75, "tDef": -75, "lvl": 74, "intReq": 35, "agiReq": 35, "mr": 5, "int": 4, "agi": 4, "wDamPct": 12, "aDamPct": 12, "fDefPct": -11, "tDefPct": -11, "id": 1160}, {"name": "Frontier", "tier": "Unique", "type": "relik", "thorns": 10, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "363-369", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "182-184", "atkSpd": "VERY_SLOW", "lvl": 78, "strReq": 45, "hprPct": 20, "hpBonus": 800, "aDefPct": 15, "eDefPct": 20, "id": 1163}, {"name": "Frontliner", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3500, "fDef": 50, "aDef": 50, "lvl": 82, "agiReq": 60, "defReq": 60, "ls": 190, "ms": 5, "agi": 9, "def": 15, "wDamPct": -25, "fDefPct": 30, "wDefPct": -30, "aDefPct": 30, "id": 1162}, {"name": "Frostbite", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -100, "wDef": 60, "aDef": 60, "lvl": 63, "intReq": 40, "agiReq": 30, "hprPct": -35, "ms": 10, "wDamPct": 15, "aDamPct": 15, "fDefPct": -20, "id": 1166}, {"name": "Frozen Brook", "tier": "Rare", "type": "wand", "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, "intReq": 20, "mr": 5, "sdPct": 12, "ref": 10, "int": 10, "agi": -5, "spd": -20, "wDamPct": 8, "wDefPct": 15, "tDefPct": -15, "id": 1168}, {"name": "Flawless Oak Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "34-37", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 28, "id": 1124}, {"name": "Frustration", "tier": "Rare", "type": "wand", "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, "defReq": 35, "expd": 15, "hpBonus": 300, "hprRaw": -90, "fDamPct": 10, "eDamPct": 17, "wDefPct": -12, "id": 1167}, {"name": "Frosted Leggings", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -60, "wDef": 60, "lvl": 57, "intReq": 30, "ms": 5, "int": 7, "spd": -5, "fDamPct": -15, "wDamPct": 20, "fDefPct": -35, "wDefPct": 30, "id": 1165}, {"name": "Full Charge", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "490-605", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 77, "mr": 5, "sdPct": 13, "ls": 305, "ms": -15, "spd": -15, "id": 1172}, {"name": "Fulmine Belt", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1775, "aDef": -50, "tDef": 100, "eDef": -50, "lvl": 83, "dexReq": 40, "sdPct": 14, "mdPct": 14, "dex": 6, "expd": 14, "aDamPct": -10, "tDamPct": 10, "tDefPct": 10, "id": 1169}, {"name": "Fyrespit", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "115-160", "fDam": "120-180", "wDam": "45-70", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 81, "intReq": 35, "defReq": 30, "mr": 5, "xpb": 8, "hpBonus": 1500, "hprRaw": 100, "fDamPct": 10, "wDamPct": 15, "id": 1173}, {"name": "Funnel", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 20, "lvl": 7, "ls": 2, "xpb": 5, "id": 1171}, {"name": "Fuse", "tier": "Rare", "category": "accessory", "drop": "lootchest", "fDef": 50, "lvl": 75, "hprRaw": 30, "type": "ring", "id": 1170}, {"name": "Gert Bow", "displayName": "Gert Shootstick Tossflinger", "tier": "Legendary", "type": "bow", "quest": "The Hunger of Gerts Part 2", "category": "weapon", "drop": "never", "restrict": "Untradable", "nDam": "1350-1750", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 79, "strReq": 70, "sdPct": -60, "mdPct": 30, "atkTier": -1, "mdRaw": 710, "fixID": true, "id": 1219}, {"name": "Gert Boots", "displayName": "Gert Shakestomper Toefeet", "tier": "Rare", "type": "boots", "quest": "The Hunger of Gerts Part 1", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 1800, "aDef": -80, "eDef": 70, "lvl": 78, "strReq": 60, "mdPct": 50, "expd": 40, "spd": -15, "atkTier": -1, "mdRaw": 300, "fixID": true, "id": 1174}, {"name": "Gert Knife", "displayName": "Gert Swingpoke Cuttyrock", "tier": "Legendary", "type": "dagger", "quest": "The Hunger of Gerts Part 2", "poison": 800, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "22-222", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 79, "strReq": 30, "dexReq": 40, "mr": -10, "atkTier": 1, "tDamPct": 20, "fixID": true, "id": 1176}, {"name": "Gert Hammer", "displayName": "Gert Rock Smashbanger", "tier": "Legendary", "type": "spear", "quest": "The Hunger of Gerts Part 2", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "450-550", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 79, "strReq": 40, "hprPct": -30, "str": 5, "eDamPct": 65, "fixID": true, "id": 1175}, {"name": "Gert Relik", "displayName": "Gert Bangswing Manypointystick", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NEVER", "restrict": "Untradable", "nDam": "650-880", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 79, "strReq": 55, "agiReq": 35, "sdPct": -300, "ms": 10, "xpb": 6, "atkTier": -1, "mdRaw": 410, "eDamPct": 20, "fixID": true, "id": 421}, {"name": "Gert Leggings", "displayName": "Gert Bumpstump Legcovercloth", "tier": "Rare", "type": "leggings", "quest": "The Hunger of Gerts Part 1", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2000, "fDef": 50, "wDef": 50, "aDef": 70, "eDef": 70, "lvl": 78, "strReq": 25, "agiReq": 25, "sdPct": -20, "mdPct": 8, "str": 4, "agi": 4, "fixID": true, "id": 1191}, {"name": "Gert Super Special Magic Ultistick", "tier": "Legendary", "type": "wand", "quest": "The Hunger of Gerts Part 2", "category": "weapon", "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, "sdPct": -1, "id": 1177}, {"name": "Gert Wand", "displayName": "Gert Whooshy Bonkpole", "tier": "Legendary", "type": "wand", "quest": "The Hunger of Gerts Part 2", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "140-340", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 79, "strReq": 40, "agiReq": 40, "sdPct": -45, "mdPct": 30, "spd": 7, "wDamPct": -20, "aDamPct": 30, "fixID": true, "id": 1179}, {"name": "Reinforced Gert Chestplate", "displayName": "Gert Veryhard Chestclothes", "tier": "Rare", "type": "chestplate", "quest": "The Hunger of Gerts Part 1", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2425, "fDef": 110, "wDef": -70, "lvl": 78, "defReq": 40, "sdPct": -15, "mdPct": 12, "def": 6, "eDamPct": 15, "fixID": true, "id": 1178}, {"name": "Gale's Force", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-123", "fDam": "0-0", "wDam": "0-0", "aDam": "100-123", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "agiReq": 55, "xpb": 15, "ref": 15, "dex": 7, "agi": 13, "spd": 30, "spRegen": 15, "aDamPct": 25, "eDamPct": -50, "id": 1180}, {"name": "Gale Rider", "tier": "Unique", "type": "spear", "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, "agiReq": 15, "lb": 12, "agi": 8, "def": -5, "spd": 20, "hpBonus": -60, "aDefPct": 11, "id": 1186}, {"name": "Galloping Spurs", "tier": "Fabled", "type": "boots", "majorIds": ["CAVALRYMAN"], "thorns": 10, "category": "armor", "drop": "NORMAL", "hp": 560, "eDef": 20, "lvl": 40, "strReq": 25, "mdPct": 8, "xpb": 15, "spd": 10, "eDamPct": 15, "id": 1187}, {"name": "Galaxy Piercer", "tier": "Rare", "type": "bow", "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, "hprPct": 5, "sdPct": 5, "dex": 3, "id": 1183}, {"name": "Galena", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "fDef": 60, "wDef": -80, "lvl": 59, "defReq": 45, "mdPct": -15, "ls": 60, "def": 5, "spd": -20, "hpBonus": 200, "hprRaw": 50, "fDamPct": 8, "id": 1181}, {"name": "Galvanization", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1800, "fDef": -80, "wDef": 60, "tDef": 60, "eDef": -80, "lvl": 83, "dexReq": 30, "intReq": 30, "hprPct": -12, "mr": 5, "sdPct": 12, "ms": 5, "fDamPct": -15, "wDamPct": 15, "tDamPct": 15, "eDamPct": -15, "fDefPct": -14, "id": 1185}, {"name": "Gargantuan", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 400, "lvl": 40, "strReq": 15, "sdPct": -10, "mdPct": 20, "str": 7, "spd": -10, "hpBonus": 50, "id": 1188}, {"name": "Garnet", "tier": "Rare", "type": "spear", "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, "intReq": 20, "defReq": 35, "sdPct": 10, "mdPct": -10, "def": 7, "hprRaw": -48, "fDamPct": 18, "id": 1184}, {"name": "Garnet Ring", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 200, "fDef": 20, "lvl": 67, "defReq": 20, "def": 4, "hprRaw": 18, "fDefPct": 6, "type": "ring", "id": 1189}, {"name": "Gavel's Memory", "tier": "Unique", "type": "wand", "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, "agiReq": 15, "agi": 4, "spd": 15, "wDamPct": 15, "eDefPct": -15, "id": 1190}, {"name": "Geis", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 850, "wDef": -90, "lvl": 54, "strReq": 40, "dexReq": 40, "ms": 10, "xpb": 25, "int": -15, "agi": -10, "def": -10, "hprRaw": 40, "tDamPct": 15, "eDamPct": 15, "id": 1192}, {"name": "Gemini", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 4550, "lvl": 95, "dexReq": 55, "agiReq": 55, "sdPct": -10, "mdPct": -10, "ls": 310, "ms": 10, "dex": 10, "agi": 10, "spd": 15, "eSteal": 8, "fDefPct": 25, "wDefPct": 25, "eDefPct": 25, "id": 1194}, {"name": "Gearbox Stave", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "80-115", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 96, "xpb": 20, "lb": 10, "id": 1193}, {"name": "Genoxyde", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "170-310", "fDam": "0-0", "wDam": "0-0", "aDam": "290-330", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "agiReq": 30, "defReq": 40, "ls": 290, "expd": 15, "spd": 12, "hpBonus": -1000, "fDamPct": 20, "wDefPct": -15, "tDefPct": -15, "eDefPct": -15, "id": 1196}, {"name": "Geothermal", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": -10, "eDef": 10, "lvl": 38, "strReq": 10, "defReq": 5, "hprPct": 10, "mdPct": 6, "fDefPct": 5, "eDefPct": 5, "type": "necklace", "id": 1200}, {"name": "Gert Mask", "tier": "Normal", "type": "helmet", "skin": "eyJ0aW1lc3RhbXAiOjE0MzY1MTUwOTY5NzcsInByb2ZpbGVJZCI6IjA3NmVjZDVhMzEzMzRjMzRiOTEyNDBhNTQ5MGY0YzgwIiwicHJvZmlsZU5hbWUiOiJibWFucnVsZXMiLCJpc1B1YmxpYyI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhhZWUyZjMwMTE2MzhjOTllNDI4NTk2NjRhZWIxM2RlYWRhOGRmZDZiM2ZkYmQ2YmNhNTEzNWE3ZTBlNiJ9fX0=", "category": "armor", "drop": "never", "restrict": "Quest Item", "hp": 1300, "fDef": -40, "eDef": 40, "lvl": 75, "id": 1198}, {"name": "Genesis", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 78, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 35, "spRegen": 10, "hprRaw": 140, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 1195}, {"name": "Gestation", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "42-44", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "21-33", "atkSpd": "SLOW", "lvl": 23, "strReq": 10, "xpb": 15, "str": 5, "spd": -8, "hpBonus": 60, "hprRaw": 25, "spPct1": 14, "spRaw3": -5, "id": 1197}, {"name": "Geyser", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2100, "fDef": 65, "wDef": 65, "aDef": 65, "lvl": 74, "intReq": 35, "agiReq": 35, "defReq": 35, "mr": 10, "mdPct": -20, "agi": 7, "expd": 19, "spd": 15, "hprRaw": 100, "tDamPct": -100, "aDefPct": 15, "id": 1203}, {"name": "Ghostly Blades", "tier": "Unique", "type": "dagger", "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, "intReq": 15, "agiReq": 15, "mdPct": -10, "ms": 10, "str": -5, "int": 7, "agi": 7, "spd": 10, "spRegen": 5, "sdRaw": 30, "id": 1206}, {"name": "Giant's Bracer", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "lvl": 42, "strReq": 20, "mdPct": 19, "str": 12, "dex": -2, "agi": -2, "spd": -7, "sdRaw": -70, "mdRaw": 90, "id": 1199}, {"name": "Ghost", "tier": "Unique", "category": "accessory", "drop": "lootchest", "aDef": 25, "lvl": 77, "intReq": 5, "agiReq": 15, "sdPct": 5, "agi": 5, "spd": 6, "spRegen": 5, "type": "ring", "id": 1201}, {"name": "Giant Step", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "lvl": 37, "hprPct": 25, "mr": 5, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spRegen": 10, "id": 1207}, {"name": "Giant Claw", "tier": "Unique", "type": "dagger", "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, "mdPct": 15, "xpb": 9, "id": 1204}, {"name": "Gibyeong", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-100", "fDam": "0-0", "wDam": "75-115", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 93, "intReq": 40, "defReq": 50, "mr": 5, "sdPct": 7, "ref": 13, "int": 8, "def": 9, "hprRaw": 140, "fDamPct": 25, "eDamPct": -15, "id": 1202}, {"name": "Ginto", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 180, "lvl": 28, "sdPct": 9, "lb": 18, "int": 4, "fDefPct": -6, "id": 1210}, {"name": "Gilded Cuff", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 24, "lb": 8, "type": "bracelet", "id": 1205}, {"name": "Gilded Mail", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "lvl": 24, "xpb": 8, "lb": 12, "id": 1211}, {"name": "Glare", "tier": "Legendary", "type": "wand", "thorns": 15, "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, "dexReq": 15, "xpb": 10, "ref": 40, "sdRaw": 50, "fDamPct": 10, "eDamPct": -15, "id": 1209}, {"name": "Glitchtean", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "48-71", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "2-117", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 84, "dexReq": 40, "sdPct": -18, "mdPct": -16, "xpb": 6, "lb": 10, "ref": 13, "sdRaw": 115, "mdRaw": 70, "id": 1215}, {"name": "Glissando", "tier": "Unique", "type": "relik", "sprint": 10, "category": "weapon", "drop": "NORMAL", "nDam": "0-7", "fDam": "0-7", "wDam": "0-7", "aDam": "0-7", "tDam": "0-7", "eDam": "0-7", "atkSpd": "FAST", "lvl": 92, "spd": 10, "eSteal": 10, "sdRaw": 1170, "mdRaw": 750, "sprintReg": 10, "jh": 1, "id": 1214}, {"name": "Glacial Crest", "tier": "Legendary", "type": "bow", "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, "agiReq": 20, "mr": 5, "sdPct": 8, "mdPct": 15, "ls": 36, "hpBonus": -75, "hprRaw": -15, "fDamPct": -30, "aDamPct": 15, "id": 1208}, {"name": "Glitz", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 34, "lb": 8, "type": "ring", "id": 1212}, {"name": "Glowing Wand", "tier": "Unique", "type": "wand", "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, "hprPct": 12, "hpBonus": 15, "spRegen": 1, "id": 1218}, {"name": "Gnarl", "tier": "Unique", "type": "wand", "thorns": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-125", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-175", "atkSpd": "VERY_SLOW", "lvl": 78, "strReq": 20, "sdPct": 12, "mdPct": 12, "ms": -10, "str": 7, "spd": -5, "aDefPct": -12, "eDefPct": 12, "id": 1216}, {"name": "Glowstone Killer", "tier": "Unique", "type": "spear", "thorns": 6, "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, "xpb": 17, "str": -3, "dex": 7, "tDamPct": 12, "id": 1221}, {"name": "Gloomstone", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": -25, "aDef": -15, "eDef": -10, "lvl": 85, "dexReq": 60, "sdPct": 6, "spd": 4, "spRegen": -5, "sdRaw": 25, "tDamPct": 6, "type": "ring", "id": 1213}, {"name": "Gnir", "tier": "Unique", "thorns": 7, "category": "accessory", "drop": "lootchest", "hp": 220, "wDef": 25, "lvl": 85, "strReq": 30, "intReq": 20, "str": 4, "spd": -7, "hprRaw": 25, "type": "ring", "id": 1217}, {"name": "Gnocchi", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 74, "lvl": 17, "mr": 5, "sdPct": 8, "mdPct": -5, "xpb": 8, "spRegen": 3, "id": 1234}, {"name": "Goliath", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 100, "fDef": 4, "wDef": 2, "aDef": 2, "tDef": 2, "eDef": 2, "lvl": 19, "defReq": 12, "hprRaw": 5, "id": 1225}, {"name": "Golden Pants of Fortune", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 70, "lvl": 19, "xpb": 5, "lb": 15, "dex": 3, "agi": 3, "id": 1220}, {"name": "Golden Embrace", "tier": "Rare", "type": "chestplate", "thorns": 4, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 116, "lvl": 19, "sdPct": -6, "mdPct": -6, "ref": 4, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "id": 1222}, {"name": "Gospel", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 78, "agiReq": 20, "xpb": 10, "spRegen": 10, "aDamPct": 5, "type": "necklace", "id": 1223}, {"name": "Goswhit", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "fDef": 50, "lvl": 48, "defReq": 40, "hprPct": 10, "def": 5, "spd": -12, "hprRaw": 23, "fDamPct": 8, "wDamPct": -10, "id": 1224}, {"name": "Grandfather", "tier": "Unique", "type": "spear", "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, "mr": 5, "ms": 5, "hpBonus": -24, "id": 1230}, {"name": "Gouttes", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": 8, "tDef": -4, "lvl": 38, "intReq": 20, "sdPct": 6, "int": 4, "type": "ring", "id": 1226}, {"name": "Grateful Dead", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "835-835", "fDam": "0-0", "wDam": "3-3", "aDam": "3-3", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 83, "intReq": 35, "agiReq": 35, "mr": 5, "ms": 5, "def": -10, "wDefPct": 15, "aDefPct": 15, "tDefPct": 20, "id": 1228}, {"name": "Granite Helm", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1550, "fDef": 20, "aDef": 60, "eDef": 20, "lvl": 63, "strReq": 45, "defReq": 5, "def": 9, "expd": 26, "spd": -9, "hpBonus": 400, "mdRaw": 130, "wDefPct": -25, "aDefPct": 20, "eDefPct": 20, "id": 1227}, {"name": "Graviton Lance", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "355-355", "aDam": "0-0", "tDam": "255-455", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 76, "dexReq": 36, "intReq": 36, "ms": -5, "str": -20, "dex": 55, "int": 55, "agi": -20, "def": -20, "id": 1232}, {"name": "Great Brace", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 150, "fDef": 20, "wDef": -20, "lvl": 51, "defReq": 25, "hprPct": 5, "hprRaw": 18, "wDamPct": -7, "fDefPct": 7, "type": "bracelet", "id": 1233}, {"name": "Gravity", "tier": "Legendary", "type": "chestplate", "majorIds": ["MAGNET"], "thorns": 30, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 5500, "fDef": 250, "wDef": 250, "aDef": 250, "tDef": 250, "eDef": 250, "lvl": 100, "strReq": 55, "dexReq": 55, "intReq": 55, "agiReq": 55, "defReq": 55, "ls": 295, "ms": 5, "ref": 30, "spd": -25, "atkTier": -1, "hprRaw": 200, "sdRaw": -105, "id": 1231}, {"name": "Great Charm", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 40, "xpb": 5, "hpBonus": 125, "type": "necklace", "id": 1236}, {"name": "Greaves of the Veneer", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 4000, "fDef": 200, "wDef": 65, "aDef": 65, "eDef": 200, "lvl": 89, "strReq": 30, "defReq": 60, "mr": 5, "def": 20, "spd": -10, "hpBonus": 1500, "hprRaw": 200, "wDamPct": -5, "aDamPct": -15, "tDamPct": -15, "wDefPct": 50, "aDefPct": 40, "tDefPct": 40, "id": 1237}, {"name": "Grenouille", "tier": "Unique", "type": "bow", "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, "intReq": 30, "sdPct": 8, "mdPct": -8, "agi": 5, "spd": 5, "aDamPct": 8, "id": 1241}, {"name": "Green Helmet", "tier": "Unique", "type": "helmet", "poison": 200, "category": "armor", "drop": "NORMAL", "hp": 1850, "eDef": 60, "lvl": 80, "xpb": 20, "eSteal": 2, "eDamPct": 20, "eDefPct": 20, "id": 1235}, {"name": "Gridlock", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "80-100", "aDam": "0-0", "tDam": "30-150", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "dexReq": 25, "intReq": 25, "ms": 10, "spd": -15, "wDamPct": 10, "tDamPct": 10, "eDefPct": -25, "id": 1242}, {"name": "Griffin", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-40", "fDam": "0-0", "wDam": "0-0", "aDam": "40-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 78, "intReq": 60, "agiReq": 30, "mr": 10, "sdPct": 8, "mdPct": -15, "int": 10, "spd": 15, "fDamPct": -20, "wDamPct": 19, "id": 1240}, {"name": "Green Perfection", "tier": "Unique", "type": "bow", "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, "lb": 6, "str": 5, "eSteal": 5, "eDamPct": 10, "id": 1238}, {"name": "Grillface", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3400, "fDef": 175, "aDef": 150, "eDef": -150, "lvl": 87, "agiReq": 55, "defReq": 70, "int": -20, "agi": 15, "expd": 25, "hprRaw": 192, "mdRaw": 240, "fDamPct": 20, "aDamPct": 20, "wDefPct": -40, "id": 1239}, {"name": "Griswold's Edge", "tier": "Unique", "type": "spear", "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, "mr": 5, "mdPct": 7, "xpb": 7, "lb": 7, "dex": 7, "spd": 7, "tDamPct": 7, "id": 1255}, {"name": "Grip of the Land", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 2350, "fDef": 140, "wDef": -120, "eDef": 140, "lvl": 88, "strReq": 55, "defReq": 45, "hprPct": 65, "str": 7, "def": 7, "spd": -15, "hprRaw": -65, "fDamPct": 12, "eDamPct": 12, "fDefPct": 12, "eDefPct": 12, "id": 1244}, {"name": "Groundshakers", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1400, "aDef": -80, "eDef": 80, "lvl": 72, "strReq": 35, "mr": -5, "mdPct": 7, "lb": 10, "str": 5, "sdRaw": -55, "mdRaw": 165, "eDamPct": 10, "eDefPct": 10, "id": 1245}, {"name": "Guacamole", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "128-131", "aDam": "0-0", "tDam": "0-0", "eDam": "128-131", "atkSpd": "NORMAL", "lvl": 88, "strReq": 30, "intReq": 30, "mr": 5, "str": 17, "int": 17, "hpBonus": 940, "hprRaw": 110, "spRaw4": -5, "id": 1243}, {"name": "Guillotine", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 3100, "fDef": 70, "wDef": 70, "aDef": -220, "tDef": 70, "eDef": 70, "lvl": 98, "strReq": 45, "dexReq": 45, "intReq": 45, "defReq": 45, "mr": 10, "sdPct": 10, "mdPct": 23, "ls": 215, "ms": 10, "str": 5, "dex": 5, "int": 5, "agi": -99, "def": 5, "hpBonus": -1429, "sdRaw": 150, "aDamPct": -50, "aDefPct": -15, "id": 3588}, {"name": "Gust", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": -5, "aDef": 5, "lvl": 20, "agiReq": 5, "spd": 5, "aDamPct": 5, "type": "bracelet", "id": 1246}, {"name": "Gungnir", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "155-175", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 76, "xpb": 25, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "id": 1247}, {"name": "Gwydion", "tier": "Rare", "type": "bow", "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, "strReq": 20, "intReq": 45, "sdPct": 12, "mdPct": -12, "int": 7, "eSteal": 5, "wDamPct": 20, "aDamPct": -12, "aDefPct": -12, "id": 1248}, {"name": "Gypsum", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 270, "aDef": -20, "eDef": 20, "lvl": 37, "strReq": 25, "sdPct": -12, "expd": 5, "spd": -10, "mdRaw": 70, "eDamPct": 8, "id": 1250}, {"name": "Abyss-Imbued Leggings", "tier": "Legendary", "type": "leggings", "quest": "The Qira Hive", "set": "Master Hive", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3400, "wDef": 175, "aDef": 175, "eDef": 175, "lvl": 100, "strReq": 40, "intReq": 40, "agiReq": 40, "ls": 425, "ms": 20, "dex": -30, "def": -30, "sdRaw": 265, "mdRaw": 320, "wDamPct": 20, "aDamPct": 20, "eDamPct": 20, "wDefPct": 15, "aDefPct": 15, "eDefPct": 15, "fixID": true, "id": 1252}, {"name": "Ambertoise Shell", "set": "Earth Hive", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 3000, "fDef": 100, "wDef": 150, "tDef": 150, "eDef": 100, "lvl": 88, "strReq": 30, "defReq": 30, "hprPct": 25, "mdPct": 20, "ms": 5, "str": 5, "agi": 10, "def": 5, "fDefPct": 20, "wDefPct": 25, "tDefPct": 25, "eDefPct": 20, "fixID": true, "id": 1251}, {"name": "Boreal-Patterned Aegis", "displayName": "Anima-Infused Cuirass", "tier": "Legendary", "type": "chestplate", "quest": "The Qira Hive", "set": "Master Hive", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3800, "fDef": 200, "wDef": 200, "tDef": 200, "lvl": 100, "dexReq": 40, "intReq": 40, "defReq": 40, "mr": 10, "str": -30, "agi": -30, "fDamPct": 20, "wDamPct": 20, "tDamPct": 20, "fDefPct": 15, "wDefPct": 15, "tDefPct": 15, "fixID": true, "spRaw1": -5, "spRaw3": -5, "spRaw4": -5, "id": 1249}, {"name": "Beetle Aegis", "set": "Earth Hive", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": -60, "aDef": -60, "tDef": 120, "eDef": 120, "lvl": 91, "strReq": 55, "dexReq": 45, "sdPct": 12, "mdPct": 12, "ms": 10, "str": 9, "dex": 9, "agi": -6, "def": -6, "tDamPct": 30, "eDamPct": 30, "fixID": true, "id": 1253}, {"name": "Bottled Thunderstorm", "set": "Thunder Hive", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 81, "dexReq": 20, "agiReq": 20, "dex": 6, "agi": 6, "aDamPct": 10, "tDamPct": 10, "type": "necklace", "fixID": true, "id": 1254}, {"name": "Breezehands", "set": "Air Hive", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 85, "dexReq": 55, "agiReq": 55, "spd": 5, "atkTier": 1, "type": "ring", "fixID": true, "id": 1257}, {"name": "Chaos-Woven Greaves", "tier": "Legendary", "type": "leggings", "quest": "The Qira Hive", "set": "Master Hive", "poison": 2250, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4200, "wDef": 100, "tDef": 100, "eDef": 100, "lvl": 100, "strReq": 40, "dexReq": 40, "intReq": 40, "sdPct": 50, "mdPct": 50, "ms": 15, "agi": -30, "def": -30, "wDamPct": 30, "tDamPct": 30, "eDamPct": 30, "wDefPct": 5, "tDefPct": 5, "eDefPct": 5, "fixID": true, "id": 1256}, {"name": "Grindcore", "tier": "Rare", "type": "relik", "poison": 100, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "36-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "24-28", "eDam": "20-28", "atkSpd": "SLOW", "lvl": 25, "strReq": 10, "dexReq": 10, "ls": -15, "str": 4, "dex": 4, "mdRaw": 52, "spPct1": 18, "id": 1261}, {"name": "Cinderchain", "set": "Fire Hive", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2875, "fDef": 150, "wDef": -150, "tDef": 150, "eDef": -150, "lvl": 98, "dexReq": 30, "defReq": 60, "sdPct": 10, "dex": 10, "def": 7, "expd": 25, "atkTier": -1, "mdRaw": 420, "fDamPct": 45, "aDamPct": -65, "tDamPct": 40, "eDamPct": -65, "fixID": true, "id": 1259}, {"name": "Clockwork", "set": "Fire Hive", "tier": "Rare", "thorns": 20, "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 1500, "fDef": 60, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 97, "defReq": 60, "hprPct": 20, "ref": 20, "type": "bracelet", "fixID": true, "id": 1258}, {"name": "Coral Ring", "set": "Water Hive", "tier": "Rare", "poison": -365, "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 800, "wDef": 50, "lvl": 93, "hprPct": 10, "mr": 5, "dex": -4, "type": "ring", "fixID": true, "id": 1262}, {"name": "Contrast", "tier": "Legendary", "quest": "The Qira Hive", "set": "Master Hive", "poison": 750, "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 900, "lvl": 100, "mr": 10, "ls": 200, "spd": 15, "hprRaw": 150, "type": "necklace", "fixID": true, "id": 1260}, {"name": "Dupliblaze", "set": "Fire Hive", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 40, "wDef": -80, "lvl": 98, "defReq": 60, "def": 6, "expd": 18, "fDamPct": 24, "wDefPct": -12, "type": "bracelet", "fixID": true, "id": 1265}, {"name": "Hephaestus-Forged Greaves", "displayName": "Eden-Blessed Guards", "tier": "Legendary", "type": "leggings", "quest": "The Qira Hive", "set": "Master Hive", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4600, "fDef": 300, "wDef": 300, "aDef": 300, "lvl": 100, "intReq": 40, "agiReq": 40, "defReq": 40, "hprPct": 50, "mr": 20, "str": -30, "dex": -30, "spRegen": 25, "hprRaw": 325, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "fDefPct": 30, "wDefPct": 30, "aDefPct": 30, "fixID": true, "id": 1263}, {"name": "Elder Oak Roots", "set": "Earth Hive", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2725, "wDef": 120, "eDef": 120, "lvl": 90, "strReq": 40, "intReq": 30, "hprPct": 20, "mr": 10, "sdPct": 15, "spd": -12, "hprRaw": 200, "wDamPct": 20, "eDamPct": 20, "aDefPct": -25, "fixID": true, "id": 1266}, {"name": "Elysium-Engraved Aegis", "tier": "Legendary", "type": "chestplate", "quest": "The Qira Hive", "set": "Master Hive", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4200, "fDef": 200, "aDef": 200, "eDef": 200, "lvl": 100, "strReq": 40, "agiReq": 40, "defReq": 40, "mdPct": 15, "dex": -30, "int": -30, "spd": 20, "hprRaw": 275, "mdRaw": 500, "fDamPct": 20, "aDamPct": 20, "eDamPct": 20, "fDefPct": 15, "aDefPct": 15, "eDefPct": 15, "fixID": true, "id": 1264}, {"name": "Flashstep", "set": "Air Hive", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2350, "aDef": 100, "lvl": 85, "agiReq": 50, "agi": 12, "spd": 40, "aDamPct": 15, "fDefPct": -20, "fixID": true, "id": 1270}, {"name": "Gaea-Hewn Boots", "tier": "Legendary", "type": "boots", "quest": "The Qira Hive", "set": "Master Hive", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 5000, "fDef": 225, "wDef": 225, "eDef": 225, "lvl": 100, "strReq": 40, "intReq": 40, "defReq": 40, "mr": 15, "sdPct": 15, "dex": -30, "agi": -30, "expd": 20, "hprRaw": 300, "fDamPct": 10, "wDamPct": 10, "eDamPct": 10, "fDefPct": 25, "wDefPct": 25, "eDefPct": 25, "fixID": true, "id": 1268}, {"name": "Golemlus Core", "set": "Earth Hive", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 1225, "fDef": 50, "wDef": -30, "aDef": 50, "tDef": -30, "eDef": 50, "lvl": 90, "strReq": 25, "defReq": 25, "spd": -6, "hprRaw": 110, "tDamPct": -10, "eDamPct": 8, "type": "necklace", "fixID": true, "id": 1271}, {"name": "Gale's Freedom", "set": "Air Hive", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2225, "aDef": 120, "tDef": 120, "lvl": 87, "dexReq": 30, "agiReq": 30, "sdPct": 20, "xpb": 20, "ref": 20, "dex": 7, "int": 12, "agi": 7, "spd": 20, "fixID": true, "id": 1269}, {"name": "Hephaestus-Forged Sabatons", "tier": "Legendary", "type": "boots", "quest": "The Qira Hive", "set": "Master Hive", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 5400, "fDef": 250, "aDef": 250, "tDef": 250, "lvl": 100, "dexReq": 40, "agiReq": 40, "defReq": 40, "ls": 500, "ms": 20, "str": -30, "int": -30, "spd": 25, "fDamPct": 10, "aDamPct": 10, "tDamPct": 10, "fDefPct": 25, "aDefPct": 25, "tDefPct": 25, "fixID": true, "spPct3": -28, "id": 1272}, {"name": "Humbark Moccasins", "set": "Earth Hive", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2400, "aDef": -100, "tDef": 80, "eDef": 80, "lvl": 89, "strReq": 50, "dexReq": 50, "sdPct": -20, "mdPct": 15, "ls": 210, "agi": 10, "spd": 15, "atkTier": 1, "fixID": true, "id": 1273}, {"name": "Infused Hive Dagger", "tier": "Legendary", "type": "dagger", "quest": "The Qira Hive", "set": "Master Hive", "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "200-260", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "mr": 5, "ms": 5, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fixID": true, "id": 1274}, {"name": "Infused Hive Bow", "tier": "Legendary", "type": "bow", "quest": "The Qira Hive", "set": "Master Hive", "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "250-300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "mr": 5, "ms": 5, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fixID": true, "id": 1276}, {"name": "Infused Hive Relik", "tier": "Legendary", "type": "relik", "quest": "The Qira Hive", "set": "Master Hive", "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "260-290", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "mr": 5, "ms": 5, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fixID": true, "id": 1277}, {"name": "Insulated Plate Mail", "set": "Thunder Hive", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": 150, "wDef": 100, "aDef": 100, "tDef": 150, "eDef": 150, "lvl": 83, "dexReq": 55, "defReq": 55, "ls": 270, "def": 10, "spd": -15, "atkTier": -1, "tDamPct": -15, "wDefPct": 30, "tDefPct": 40, "eDefPct": 40, "fixID": true, "spPct3": -17, "spPct4": -17, "id": 1279}, {"name": "Infused Hive Spear", "tier": "Legendary", "type": "spear", "quest": "The Qira Hive", "set": "Master Hive", "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "160-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "mr": 5, "ms": 5, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fixID": true, "id": 1275}, {"name": "Infused Hive Wand", "tier": "Legendary", "type": "wand", "quest": "The Qira Hive", "set": "Master Hive", "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "125-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "mr": 5, "ms": 5, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fixID": true, "id": 1278}, {"name": "Lightning Flash", "set": "Thunder Hive", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "tDef": 50, "lvl": 82, "sdPct": 10, "dex": 5, "spd": 12, "eDamPct": -5, "type": "necklace", "fixID": true, "id": 1296}, {"name": "Intensity", "tier": "Legendary", "quest": "The Qira Hive", "set": "Master Hive", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 425, "lvl": 100, "sdPct": 15, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "type": "ring", "fixID": true, "id": 1280}, {"name": "Mantlewalkers", "set": "Fire Hive", "tier": "Rare", "type": "boots", "thorns": 25, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4000, "fDef": 125, "eDef": 150, "lvl": 97, "strReq": 25, "defReq": 50, "str": 7, "def": 7, "expd": 50, "fDamPct": 40, "wDamPct": -20, "eDamPct": 40, "fixID": true, "id": 1281}, {"name": "Moon Pool Circlet", "set": "Water Hive", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 35, "lvl": 94, "intReq": 65, "mr": 10, "int": 3, "spRegen": 10, "type": "ring", "fixID": true, "id": 1282}, {"name": "Obsidian-Framed Helmet", "tier": "Legendary", "type": "helmet", "quest": "The Qira Hive", "set": "Master Hive", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 5400, "fDef": 225, "tDef": 225, "eDef": 225, "lvl": 100, "strReq": 40, "dexReq": 40, "defReq": 40, "ls": 450, "ms": 15, "int": -30, "agi": -30, "atkTier": -14, "mdRaw": 2000, "fDamPct": 15, "tDamPct": 15, "eDamPct": 15, "fDefPct": 20, "tDefPct": 20, "eDefPct": 20, "fixID": true, "id": 1283}, {"name": "Pride of the Aerie", "set": "Air Hive", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2450, "fDef": -70, "aDef": 140, "eDef": 140, "lvl": 84, "strReq": 40, "agiReq": 50, "hprPct": 28, "str": 14, "agi": 7, "spd": 21, "atkTier": 1, "tDefPct": -35, "eDefPct": 21, "fixID": true, "id": 1286}, {"name": "Silt of the Seafloor", "set": "Water Hive", "tier": "Rare", "type": "boots", "thorns": 35, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3250, "wDef": 240, "aDef": -70, "tDef": -70, "eDef": 200, "lvl": 93, "strReq": 30, "intReq": 40, "mr": 10, "ms": 10, "ref": 30, "str": 8, "int": 15, "spd": -12, "fDefPct": 40, "wDefPct": 30, "eDefPct": 40, "fixID": true, "id": 1285}, {"name": "Soulflare", "set": "Fire Hive", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3800, "fDef": 150, "wDef": 125, "tDef": -125, "lvl": 99, "intReq": 40, "defReq": 50, "mr": 10, "ls": 440, "ms": 10, "int": 10, "def": 10, "spRegen": 33, "wDefPct": 20, "tDefPct": -25, "fixID": true, "id": 1287}, {"name": "Sparkling Visor", "set": "Thunder Hive", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2000, "tDef": 125, "lvl": 80, "dexReq": 45, "sdPct": 20, "ms": 15, "xpb": 20, "ref": 20, "tDamPct": 20, "tDefPct": 15, "eDefPct": -25, "fixID": true, "id": 1288}, {"name": "Sparkweaver", "set": "Fire Hive", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3850, "fDef": 150, "tDef": 200, "lvl": 96, "defReq": 50, "ms": 15, "dex": 20, "def": 10, "wDamPct": -15, "fDefPct": 20, "tDefPct": 30, "fixID": true, "id": 1289}, {"name": "Stillwater Blue", "set": "Water Hive", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2500, "wDef": 180, "tDef": -100, "lvl": 95, "intReq": 60, "mr": 20, "ref": 30, "int": 10, "spRegen": 15, "wDamPct": 25, "tDamPct": -20, "wDefPct": 20, "fixID": true, "id": 1290}, {"name": "Static-charged Leggings", "displayName": "Static-Charged Leggings", "set": "Thunder Hive", "tier": "Rare", "type": "leggings", "thorns": 40, "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 2050, "tDef": 100, "eDef": -100, "lvl": 82, "dexReq": 55, "hprPct": -40, "ls": 175, "ref": 20, "atkTier": 1, "tDamPct": 40, "wDefPct": -25, "eDefPct": -15, "fixID": true, "id": 1293}, {"name": "Subur Clip", "set": "Earth Hive", "tier": "Rare", "thorns": 20, "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 60, "lvl": 89, "strReq": 30, "def": -2, "spd": 10, "mdRaw": 105, "eDamPct": 12, "type": "bracelet", "fixID": true, "id": 1291}, {"name": "Trench Scourer", "set": "Water Hive", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 2450, "wDef": 130, "tDef": 100, "lvl": 94, "dexReq": 35, "intReq": 50, "ms": 20, "xpb": 40, "lb": 40, "eSteal": 5, "wDamPct": 25, "tDamPct": 25, "fixID": true, "id": 1294}, {"name": "Thunderous Step", "set": "Thunder Hive", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2100, "fDef": -80, "tDef": 125, "lvl": 81, "dexReq": 45, "agiReq": 30, "agi": 15, "def": -5, "spd": 16, "sdRaw": 235, "mdRaw": 400, "eDamPct": -25, "fixID": true, "id": 1297}, {"name": "Twilight-Gilded Cloak", "tier": "Legendary", "type": "chestplate", "quest": "The Qira Hive", "set": "Master Hive", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3000, "aDef": 175, "tDef": 175, "eDef": 175, "lvl": 100, "strReq": 40, "dexReq": 40, "agiReq": 40, "sdPct": -40, "int": -30, "def": -30, "spd": 20, "atkTier": 2, "mdRaw": 90, "aDamPct": 25, "tDamPct": 25, "eDamPct": 25, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "fixID": true, "id": 1295}, {"name": "Vortex Bracer", "set": "Air Hive", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 400, "fDef": -40, "aDef": 40, "lvl": 86, "agiReq": 30, "spd": 10, "sdRaw": 65, "mdRaw": 85, "aDamPct": 12, "type": "bracelet", "fixID": true, "id": 1298}, {"name": "Whitecap Crown", "set": "Water Hive", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2300, "wDef": 150, "tDef": -120, "lvl": 92, "intReq": 75, "int": 10, "sdRaw": 250, "fDamPct": -10, "wDamPct": 20, "tDefPct": -20, "fixID": true, "id": 1299}, {"name": "Turbine Greaves", "set": "Air Hive", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": 100, "aDef": 100, "lvl": 86, "ref": 25, "agi": 7, "def": 7, "spd": 20, "mdRaw": 275, "fDefPct": 20, "aDefPct": 20, "fixID": true, "sprintReg": 16, "id": 1292}, {"name": "Hailstone", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "wDef": 40, "aDef": 40, "tDef": -80, "lvl": 56, "intReq": 30, "agiReq": 30, "sdPct": 10, "mdPct": -10, "spd": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": -10, "id": 1300}, {"name": "Hairy Cap", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 4, "lvl": 1, "dex": 3, "id": 1302}, {"name": "Halbert", "tier": "Rare", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "36-58", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 22, "sdPct": -6, "mdPct": 6, "lb": 6, "str": 8, "spd": -6, "id": 1303}, {"name": "Hammer of the Forge", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "120-180", "fDam": "190-390", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "190-390", "atkSpd": "SUPER_SLOW", "lvl": 90, "strReq": 25, "defReq": 25, "str": 7, "def": 7, "spd": -15, "hpBonus": 750, "fDamPct": 15, "wDamPct": -15, "eDamPct": 15, "wDefPct": -15, "id": 1304}, {"name": "Hammer of the Blacksmith", "tier": "Rare", "type": "spear", "category": "weapon", "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, "strReq": 25, "sdPct": -15, "mdPct": 22, "spd": -7, "mdRaw": 105, "eDamPct": 15, "aDefPct": -12, "id": 1306}, {"name": "Hamsey's Brilliance", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 720, "fDef": 30, "wDef": 30, "lvl": 96, "intReq": 30, "defReq": 30, "mdPct": -7, "ms": 5, "int": 4, "spd": -10, "hprRaw": 60, "tDefPct": -10, "type": "bracelet", "id": 1308}, {"name": "Hallfred's Greed", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 41, "spRegen": -3, "eSteal": 6, "type": "bracelet", "id": 1301}, {"name": "Handcuff", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 33, "strReq": 5, "defReq": 5, "mdPct": 7, "str": 4, "dex": -2, "def": 4, "spd": -4, "type": "bracelet", "id": 1305}, {"name": "Handmade Bucie Knife", "tier": "Unique", "type": "dagger", "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, "xpb": 7, "lb": 7, "str": 5, "hpBonus": 200, "eDamPct": 10, "wDefPct": -6, "id": 1310}, {"name": "Harbinger of Fate", "tier": "Rare", "type": "spear", "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, "dexReq": 40, "defReq": 40, "dex": 13, "def": 13, "expd": 40, "spRegen": -20, "hprRaw": -100, "fDamPct": 20, "tDamPct": 20, "id": 1313}, {"name": "Haqherphix", "tier": "Legendary", "type": "wand", "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, "strReq": 30, "dexReq": 30, "mr": -10, "ms": 20, "xpb": 9, "expd": 17, "mdRaw": 20, "id": 1309}, {"name": "Hard Light", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "51-57", "wDam": "51-57", "aDam": "51-57", "tDam": "51-57", "eDam": "51-57", "atkSpd": "FAST", "lvl": 96, "strReq": 23, "dexReq": 23, "intReq": 23, "agiReq": 23, "defReq": 23, "mr": 5, "sdPct": 15, "mdPct": 15, "ms": 5, "str": 17, "dex": 17, "int": 17, "agi": 17, "def": 17, "fDefPct": -25, "wDefPct": -25, "aDefPct": -25, "tDefPct": -25, "eDefPct": -25, "id": 1311}, {"name": "Hard Hat", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 180, "lvl": 31, "defReq": 10, "ref": 4, "def": 7, "hpBonus": 50, "id": 1307}, {"name": "Harmony", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2650, "fDef": 180, "wDef": 180, "tDef": 180, "eDef": 180, "lvl": 84, "agiReq": 65, "sdPct": 9, "mdPct": -18, "spd": 18, "spRegen": 18, "aDefPct": 45, "id": 1314}, {"name": "Hardline", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 650, "fDef": 20, "wDef": -20, "aDef": -20, "eDef": 35, "lvl": 51, "strReq": 25, "defReq": 25, "sdPct": -8, "mdPct": 8, "str": 4, "spd": -8, "hpBonus": 325, "fDamPct": 6, "id": 1316}, {"name": "Harsh Noise", "tier": "Legendary", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "10-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 6, "expd": 15, "eSteal": 2, "sdRaw": 15, "id": 1312}, {"name": "Harwrol", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "20-50", "fDam": "0-0", "wDam": "0-0", "aDam": "60-85", "tDam": "0-0", "eDam": "60-85", "atkSpd": "FAST", "lvl": 97, "strReq": 55, "agiReq": 55, "mdPct": 19, "str": 13, "agi": 13, "spd": 23, "hpBonus": 2500, "wDamPct": -25, "tDamPct": -25, "fDefPct": 25, "tDefPct": 25, "id": 1315}, {"name": "Haze", "tier": "Rare", "type": "bow", "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, "agiReq": 20, "defReq": 20, "agi": 10, "def": 10, "hpBonus": 350, "wDefPct": -15, "id": 1320}, {"name": "Head Knocker", "tier": "Unique", "type": "wand", "category": "weapon", "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, "strReq": 18, "sdPct": -12, "mdPct": 4, "int": -3, "spd": -4, "mdRaw": 36, "eDamPct": 4, "id": 1319}, {"name": "Heart of Fire", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 650, "fDef": 35, "wDef": -35, "lvl": 52, "defReq": 30, "hpBonus": 150, "hprRaw": 35, "fDamPct": 5, "wDamPct": -15, "fDefPct": 10, "id": 1317}, {"name": "Heartache", "tier": "Unique", "type": "spear", "thorns": 12, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-80", "fDam": "0-0", "wDam": "140-190", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 91, "intReq": 40, "ls": -175, "ref": 12, "int": 10, "sdRaw": 115, "wDamPct": 20, "tDamPct": -20, "id": 1321}, {"name": "Hearts Club", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "26-32", "fDam": "10-14", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 11, "hprPct": 10, "sdPct": -5, "hpBonus": 20, "hprRaw": 5, "id": 1318}, {"name": "Heat Death", "tier": "Fabled", "type": "wand", "majorIds": ["FLASHFREEZE"], "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "36-38", "aDam": "26-48", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 57, "intReq": 55, "agiReq": 35, "mr": 5, "ls": 110, "hpBonus": -500, "sdRaw": 110, "spPct4": -28, "id": 3557}, {"name": "Heartstrings", "tier": "Unique", "type": "bow", "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, "agiReq": 20, "defReq": 30, "hprPct": 20, "ls": 140, "xpb": 10, "def": 7, "hprRaw": 60, "fDefPct": 10, "aDefPct": 15, "id": 1322}, {"name": "Heat Burst", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-54", "fDam": "76-80", "wDam": "0-0", "aDam": "76-80", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 58, "agiReq": 20, "defReq": 20, "sdPct": -15, "ls": 95, "fDamPct": 32, "wDamPct": -35, "aDamPct": 32, "id": 1323}, {"name": "Heatwave", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "400-750", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 95, "defReq": 55, "def": 15, "fDamPct": 30, "wDamPct": -20, "fDefPct": 15, "wDefPct": -20, "id": 1324}, {"name": "Heatwind", "tier": "Unique", "type": "spear", "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, "agiReq": 20, "defReq": 30, "hprPct": 20, "agi": 5, "spd": 10, "aDamPct": 6, "fDefPct": 10, "id": 1326}, {"name": "Heavenly Wisp", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-30", "fDam": "0-0", "wDam": "30-45", "aDam": "30-45", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 88, "intReq": 25, "agiReq": 25, "mr": 10, "xpb": 10, "spd": 10, "spRegen": 10, "tDamPct": -20, "tDefPct": -20, "id": 1327}, {"name": "Heaven's Gate", "tier": "Legendary", "type": "spear", "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, "intReq": 30, "agiReq": 30, "sdPct": 15, "mdPct": -10, "spd": 13, "spRegen": 25, "wDamPct": 12, "aDamPct": 12, "id": 1325}, {"name": "Heliophilia", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 30, "fDef": 6, "lvl": 8, "hprPct": 20, "xpb": 12, "hpBonus": 30, "hprRaw": 10, "id": 1329}, {"name": "Heliophobia", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 950, "wDef": 80, "tDef": -65, "lvl": 60, "intReq": 25, "ms": 10, "lb": 15, "ref": 12, "spRegen": 5, "sdRaw": 75, "tDamPct": -18, "tDefPct": -8, "id": 1332}, {"name": "HellRaiser", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "30-35", "fDam": "26-36", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 38, "defReq": 10, "expd": 5, "fDamPct": 10, "wDamPct": -30, "id": 1328}, {"name": "Hell's Scream", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-130", "fDam": "120-200", "wDam": "0-0", "aDam": "80-240", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 92, "agiReq": 35, "defReq": 35, "ls": 255, "str": -8, "agi": 10, "expd": 20, "spd": 18, "eDamPct": -100, "fDefPct": 30, "aDefPct": 30, "id": 1330}, {"name": "Hell Walk", "tier": "Unique", "type": "boots", "thorns": 12, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 140, "wDef": -160, "lvl": 67, "spd": -8, "fDefPct": 22, "id": 1333}, {"name": "Hellion", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 380, "fDef": 40, "wDef": -40, "lvl": 91, "defReq": 45, "ls": 85, "def": 4, "fDamPct": 6, "wDamPct": -8, "type": "ring", "id": 1334}, {"name": "Heavensent", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-4", "fDam": "0-0", "wDam": "54-66", "aDam": "54-66", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "intReq": 17, "agiReq": 17, "mr": 5, "xpb": 10, "int": 15, "agi": 15, "def": -8, "spd": 10, "id": 1331}, {"name": "Hellkite's Beak", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-130", "fDam": "55-90", "wDam": "0-0", "aDam": "0-0", "tDam": "45-75", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 71, "dexReq": 25, "defReq": 25, "sdPct": 11, "mdPct": 11, "int": -6, "expd": 8, "spRegen": -6, "fDamPct": 8, "wDamPct": -8, "tDamPct": 8, "wDefPct": -20, "id": 1336}, {"name": "Hellbow", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-110", "fDam": "120-200", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-75", "atkSpd": "SLOW", "lvl": 76, "strReq": 10, "defReq": 40, "mdPct": 4, "spd": -3, "hpBonus": 300, "fDamPct": 3, "eDamPct": 7, "id": 1335}, {"name": "Hellkite's Wing", "tier": "Rare", "type": "wand", "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, "dexReq": 10, "defReq": 20, "sdPct": 9, "mdPct": 9, "ms": 5, "int": -5, "spRegen": -5, "fDamPct": 7, "wDamPct": -10, "tDamPct": 10, "wDefPct": -15, "id": 1337}, {"name": "Helm of Andesite", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 630, "fDef": 20, "wDef": -40, "eDef": 20, "lvl": 49, "strReq": 20, "agiReq": 10, "mdPct": 12, "str": 8, "expd": 6, "fDamPct": 12, "eDamPct": 10, "fDefPct": -5, "wDefPct": -15, "eDefPct": -5, "id": 1338}, {"name": "Hellstrand", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "230-290", "fDam": "150-220", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 92, "defReq": 55, "hprPct": 25, "mr": 5, "sdPct": 15, "ls": 655, "dex": 13, "spRegen": -25, "wDamPct": -40, "aDefPct": 30, "id": 1341}, {"name": "Helm of Darkness", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 140, "tDef": 15, "lvl": 35, "sdPct": 12, "ref": 30, "spd": 5, "tDamPct": 10, "id": 1339}, {"name": "Helm of the Dead", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 390, "aDef": -30, "tDef": 20, "eDef": 15, "lvl": 44, "strReq": 5, "dexReq": 5, "hprPct": 15, "ls": 27, "str": 7, "agi": -5, "aDamPct": -10, "tDefPct": 5, "eDefPct": 5, "id": 1340}, {"name": "Helmet of Blue Stone", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1050, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 62, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "sdPct": 7, "fDamPct": -5, "wDamPct": -5, "aDamPct": -5, "tDamPct": -5, "eDamPct": -5, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "id": 1346}, {"name": "Helmet of Intelligence", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 13, "lvl": 6, "int": 4, "id": 1344}, {"name": "Helter Skelter", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "19-29", "tDam": "19-29", "eDam": "0-0", "atkSpd": "FAST", "lvl": 19, "dexReq": 10, "agiReq": 5, "atkTier": 1, "hpBonus": -40, "sdRaw": -45, "aDamPct": 11, "tDamPct": 11, "spRaw2": -5, "jh": 1, "id": 1342}, {"name": "Heracul", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "580-840", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "120-225", "atkSpd": "VERY_SLOW", "lvl": 77, "strReq": 90, "mdPct": 30, "str": 20, "def": -10, "expd": 30, "spd": -20, "fDefPct": -8, "wDefPct": -6, "aDefPct": -10, "tDefPct": -4, "eDefPct": -2, "id": 1345}, {"name": "Helmet of Wisdom", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 30, "lvl": 12, "xpb": 3, "int": 5, "id": 1343}, {"name": "Hero's Beginning", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 140, "fDef": 3, "wDef": 3, "aDef": 3, "tDef": 3, "eDef": 3, "lvl": 27, "strReq": 15, "sdPct": 5, "mdPct": 7, "str": 3, "spRegen": 3, "mdRaw": 33, "id": 1375}, {"name": "Hertz", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "tDef": 8, "eDef": -10, "lvl": 23, "dexReq": 10, "mdPct": 6, "tDamPct": 14, "id": 1349}, {"name": "Heroism", "tier": "Rare", "type": "helmet", "thorns": 31, "sprint": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3500, "fDef": 120, "wDef": 50, "aDef": 120, "tDef": 50, "eDef": 50, "lvl": 96, "agiReq": 60, "defReq": 60, "hprPct": -143, "ls": 300, "ref": 31, "agi": 10, "def": 10, "spd": 23, "hpBonus": 1000, "hprRaw": -10, "id": 1348}, {"name": "Hesperium", "tier": "Fabled", "type": "bow", "majorIds": ["FISSION"], "poison": 600, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "239-239", "fDam": "94-239", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "94-239", "atkSpd": "VERY_SLOW", "lvl": 65, "strReq": 50, "defReq": 40, "hprPct": 30, "dex": -20, "expd": 12, "atkTier": 1, "sdRaw": -165, "tDefPct": -60, "id": 3642}, {"name": "Heura", "tier": "Unique", "type": "chestplate", "thorns": 34, "category": "armor", "drop": "NORMAL", "hp": 3025, "fDef": -110, "wDef": 80, "eDef": 110, "lvl": 96, "strReq": 50, "mdPct": 8, "str": 8, "spd": -7, "mdRaw": 180, "eDamPct": 15, "fDefPct": -20, "wDefPct": 10, "id": 1350}, {"name": "Hetusol", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4200, "fDef": 180, "wDef": 80, "tDef": -160, "eDef": -100, "lvl": 98, "defReq": 55, "hprPct": 60, "mr": 10, "def": 10, "spd": -10, "spRegen": 15, "hprRaw": 100, "tDamPct": -30, "eDamPct": -20, "id": 1347}, {"name": "Hewa", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "110-140", "fDam": "0-0", "wDam": "0-0", "aDam": "172-200", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "agiReq": 40, "ms": 10, "xpb": 15, "lb": 15, "agi": 8, "def": -8, "fDefPct": 15, "wDefPct": -30, "aDefPct": 15, "id": 1351}, {"name": "Hickory Stick", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "40-80", "fDam": "20-40", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 77, "defReq": 35, "sdPct": 6, "mdPct": 10, "def": 7, "hprRaw": 80, "fDefPct": 10, "wDefPct": -8, "aDefPct": 10, "id": 1355}, {"name": "Hiker's Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 85, "aDef": -5, "eDef": 7, "lvl": 20, "strReq": 7, "mdPct": 7, "str": 4, "sdRaw": -8, "id": 1358}, {"name": "Hidden", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 1, "xpb": 7, "type": "ring", "id": 1353}, {"name": "Hilltop", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 210, "aDef": -7, "eDef": 15, "lvl": 33, "mdPct": 6, "spd": -4, "mdRaw": 46, "eDefPct": 6, "id": 1356}, {"name": "Hilt", "tier": "Unique", "type": "spear", "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, "xpb": 6, "sdRaw": -6, "mdRaw": -8, "id": 1357}, {"name": "Hirudo", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "74-120", "aDam": "0-0", "tDam": "0-0", "eDam": "84-110", "atkSpd": "NORMAL", "lvl": 82, "strReq": 30, "intReq": 25, "hprPct": 30, "ms": 5, "xpb": 13, "mdRaw": 130, "tDamPct": -17, "tDefPct": -17, "id": 1359}, {"name": "Holiday Spirit", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "18-22", "fDam": "30-36", "wDam": "30-36", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "intReq": 15, "defReq": 20, "mr": 15, "mdPct": -10, "lb": 20, "hprRaw": 45, "fixID": true, "id": 1362}, {"name": "Hollow", "tier": "Unique", "type": "helmet", "thorns": 8, "category": "armor", "drop": "NORMAL", "hp": 1500, "lvl": 75, "strReq": 40, "agiReq": 40, "ls": 110, "agi": 7, "spd": 8, "mdRaw": 140, "eDamPct": 10, "id": 1363}, {"name": "Hollow Branch", "tier": "Unique", "type": "wand", "poison": 560, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-60", "fDam": "0-0", "wDam": "0-0", "aDam": "45-65", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "ms": 5, "hpBonus": -250, "sdRaw": 65, "wDamPct": 12, "aDamPct": -12, "eDamPct": 12, "id": 1360}, {"name": "Holocene", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "90-110", "atkSpd": "SLOW", "lvl": 49, "strReq": 25, "fDamPct": -8, "wDamPct": -8, "aDamPct": -8, "tDamPct": -8, "eDamPct": 15, "spRaw4": -5, "id": 1361}, {"name": "Holy Greaves", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "wDef": 25, "tDef": 25, "eDef": -30, "lvl": 40, "hprPct": 20, "mr": 5, "ref": 15, "int": 9, "hpBonus": 75, "spRegen": 5, "eDefPct": -8, "id": 1365}, {"name": "Hope", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "260-320", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 76, "mr": 5, "xpb": 18, "lb": 16, "id": 1364}, {"name": "Hook", "tier": "Unique", "type": "spear", "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, "agiReq": 10, "xpb": 7, "dex": 4, "spd": 7, "aDamPct": 4, "tDamPct": 6, "id": 1367}, {"name": "Horizon", "tier": "Rare", "type": "leggings", "thorns": 15, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2750, "fDef": -100, "aDef": 100, "eDef": 120, "lvl": 90, "strReq": 60, "agiReq": 45, "mdPct": -10, "ref": 15, "dex": 5, "agi": 10, "spd": 14, "atkTier": 1, "hprRaw": 150, "sdRaw": -160, "id": 1366}, {"name": "Hornblende", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 340, "aDef": -15, "eDef": 20, "lvl": 40, "strReq": 5, "mdPct": 8, "str": 5, "fDamPct": 10, "eDefPct": 12, "id": 1369}, {"name": "Hostage", "tier": "Unique", "type": "spear", "quest": "Prison Story", "category": "weapon", "drop": "NORMAL", "nDam": "7-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 5, "str": 3, "spd": -3, "hpBonus": 10, "id": 1371}, {"name": "Hunter", "tier": "Unique", "type": "spear", "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, "dexReq": 12, "xpb": 4, "lb": 5, "spd": 4, "eDamPct": -6, "id": 1373}, {"name": "Hothead", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 60, "fDef": 5, "lvl": 15, "mdPct": 8, "expd": 8, "hprRaw": 5, "id": 1368}, {"name": "Hunger", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 110, "lvl": 17, "mdPct": 10, "ls": 9, "ms": 5, "hprRaw": -7, "id": 1370}, {"name": "Hexed Amulet", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "lvl": 51, "xpb": 16, "lb": 16, "str": -2, "dex": -2, "int": -2, "agi": -2, "def": -2, "spRegen": 5, "eSteal": 5, "type": "necklace", "id": 1352}, {"name": "Hydra", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-66", "fDam": "77-99", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 77, "defReq": 55, "hprPct": 33, "ls": 160, "hpBonus": 777, "hprRaw": 99, "id": 1376}, {"name": "Hypercane", "tier": "Rare", "type": "dagger", "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, "intReq": 25, "defReq": 25, "sdPct": 10, "fDamPct": 12, "wDamPct": 12, "tDefPct": -20, "eDefPct": -20, "id": 1372}, {"name": "Icarus", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "fDef": -20, "aDef": 20, "lvl": 36, "agiReq": 15, "ref": 10, "agi": 5, "spd": 12, "fDamPct": -12, "aDamPct": 6, "fDefPct": -10, "id": 1378}, {"name": "Hysteria", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2075, "fDef": 70, "wDef": -100, "tDef": 80, "eDef": -100, "lvl": 86, "dexReq": 55, "defReq": 20, "hprPct": 40, "mr": -5, "mdPct": 7, "ms": 10, "dex": 4, "def": 8, "spd": 10, "atkTier": -1, "fDamPct": 18, "tDamPct": 20, "id": 1374}, {"name": "Ice Sickle", "tier": "Unique", "type": "dagger", "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, "intReq": 30, "agiReq": 30, "dex": -10, "int": 8, "agi": 8, "spd": 9, "wDamPct": 10, "aDamPct": 10, "tDamPct": -20, "tDefPct": -20, "id": 1380}, {"name": "Ice Band", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": -20, "wDef": 25, "lvl": 56, "intReq": 15, "ref": 9, "spd": -3, "wDamPct": 5, "type": "bracelet", "id": 1377}, {"name": "Ife", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "aDef": 25, "lvl": 59, "intReq": 10, "agiReq": 25, "mdPct": -9, "xpb": 6, "spd": 10, "hpBonus": 150, "spRegen": 10, "fDamPct": -14, "fDefPct": -10, "id": 1387}, {"name": "Ice Climbing Boots", "tier": "Rare", "type": "boots", "thorns": 9, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 440, "wDef": 30, "tDef": -40, "eDef": 10, "lvl": 43, "strReq": 5, "intReq": 10, "xpb": 8, "spd": -3, "sdRaw": 35, "fDamPct": -10, "wDamPct": 12, "eDamPct": 10, "id": 1379}, {"name": "Ignition", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "22-55", "fDam": "85-135", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "defReq": 65, "sdPct": -10, "mdPct": 10, "ls": 435, "def": 15, "expd": 40, "fDamPct": 20, "wDamPct": -30, "wDefPct": -30, "id": 1382}, {"name": "Ignatius", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-30", "fDam": "70-80", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 50, "defReq": 25, "hprPct": 5, "def": 5, "hpBonus": 150, "hprRaw": 25, "fDamPct": 10, "fDefPct": 10, "id": 1381}, {"name": "Ik-El-Van", "tier": "Rare", "type": "spear", "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, "intReq": 35, "hprPct": 16, "mr": 5, "sdPct": 10, "mdPct": -15, "ls": -120, "ms": 10, "tDamPct": -25, "tDefPct": -25, "id": 1383}, {"name": "Electro Mage's Boots", "tier": "Rare", "type": "boots", "quest": "The Envoy Part II", "category": "armor", "slots": 2, "drop": "never", "hp": 2400, "tDef": 80, "lvl": 89, "dexReq": 90, "xpb": 10, "dex": 10, "spd": 15, "tDamPct": 17, "eDefPct": -30, "spRaw1": -5, "spRaw2": 5, "spRaw3": -5, "id": 1386}, {"name": "Impact Winter", "tier": "Fabled", "type": "leggings", "majorIds": ["FLASHFREEZE"], "poison": 270, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1450, "fDef": -90, "aDef": -90, "lvl": 66, "strReq": 40, "intReq": 25, "sdPct": 14, "ms": 10, "hprRaw": -75, "wDamPct": 15, "eDamPct": 24, "fDefPct": -20, "id": 3558}, {"name": "Impeccable Andesite Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "450-517", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 86, "id": 1384}, {"name": "Impeccable Andesite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "258-271", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 86, "id": 1390}, {"name": "Impeccable Andesite Shears", "displayName": "Impeccable Andesite Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "143-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 86, "id": 1388}, {"name": "Impeccable Andesite Stick", "displayName": "Impeccable Andesite Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "115-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 86, "id": 1389}, {"name": "Impeccable Andesite Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "292-345", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 86, "id": 1391}, {"name": "Impeccable Birch Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "250-280", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 84, "id": 1394}, {"name": "Impeccable Birch Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "184-196", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 84, "id": 1392}, {"name": "Impeccable Birch Shears", "displayName": "Impeccable Birch Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "110-143", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 84, "id": 1393}, {"name": "Impeccable Birch Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "146-200", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 84, "id": 1397}, {"name": "Impeccable Birch Stick", "displayName": "Impeccable Birch Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "85-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 84, "id": 1398}, {"name": "Impeccable Diorite Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "310-367", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 93, "id": 1404}, {"name": "Impeccable Diorite Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "485-543", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 93, "id": 1395}, {"name": "Impeccable Diorite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "275-287", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 93, "id": 1399}, {"name": "Impeccable Diorite Shears", "displayName": "Impeccable Diorite Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "158-185", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "id": 1396}, {"name": "Impeccable Diorite Stick", "displayName": "Impeccable Diorite Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "125-155", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 93, "id": 1400}, {"name": "Impeccable Granite Shears", "displayName": "Impeccable Granite Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "162-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "id": 1492}, {"name": "Impeccable Granite Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "500-555", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 98, "id": 1403}, {"name": "Impeccable Granite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "280-298", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 98, "id": 1401}, {"name": "Impeccable Granite Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "320-375", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 98, "id": 1402}, {"name": "Impeccable Granite Stick", "displayName": "Impeccable Granite Wand", "tier": "Normal", "type": "wand", "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": "SLOW", "lvl": 98, "id": 1405}, {"name": "Impeccable Jungle Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "280-305", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 97, "id": 1406}, {"name": "Impeccable Jungle Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "204-216", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 97, "id": 1407}, {"name": "Impeccable Jungle Shears", "displayName": "Impeccable Jungle Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "130-155", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 97, "id": 1423}, {"name": "Impeccable Jungle Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "163-220", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 97, "id": 1409}, {"name": "Impeccable Jungle Stick", "displayName": "Impeccable Jungle Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 97, "id": 1411}, {"name": "Impeccable Light Birch Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "180-219", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "id": 1410}, {"name": "Impeccable Light Birch Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "160-167", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 89, "id": 1408}, {"name": "Impeccable Light Birch Shears", "displayName": "Impeccable Light Birch Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 89, "id": 1414}, {"name": "Illuminite", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 725, "tDef": 60, "lvl": 55, "dexReq": 15, "intReq": 20, "sdPct": 15, "ms": 5, "xpb": 15, "ref": 5, "wDamPct": 10, "tDamPct": 5, "tDefPct": -10, "eDefPct": -10, "id": 1385}, {"name": "Impeccable Light Birch Stick", "displayName": "Impeccable Light Birch Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "76-88", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 89, "id": 1413}, {"name": "Impeccable Light Birch Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "125-141", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "id": 1412}, {"name": "Impeccable Light Jungle Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "198-222", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "id": 1415}, {"name": "Impeccable Light Jungle Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "170-176", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 98, "id": 1417}, {"name": "Impeccable Light Jungle Shears", "displayName": "Impeccable Light Jungle Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "102-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 98, "id": 1416}, {"name": "Impeccable Light Oak Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "170-184", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 82, "id": 1422}, {"name": "Impeccable Light Jungle Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "131-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "id": 1418}, {"name": "Impeccable Light Jungle Stick", "displayName": "Impeccable Light Jungle Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-93", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 98, "id": 1420}, {"name": "Impeccable Light Oak Shears", "displayName": "Impeccable Light Oak Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-115", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 82, "id": 1421}, {"name": "Impeccable Light Oak Stick", "displayName": "Impeccable Light Oak Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-81", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "id": 1427}, {"name": "Impeccable Light Oak Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "150-155", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "id": 1419}, {"name": "Impeccable Light Spruce Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "190-226", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "id": 1425}, {"name": "Impeccable Light Oak Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "116-132", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 82, "id": 1424}, {"name": "Impeccable Light Spruce Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "168-174", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "id": 1426}, {"name": "Impeccable Light Spruce Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "132-145", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "id": 1431}, {"name": "Impeccable Light Spruce Shears", "displayName": "Impeccable Light Spruce Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "102-127", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "id": 1430}, {"name": "Impeccable Oak Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "175-181", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 78, "id": 1432}, {"name": "Impeccable Light Spruce Stick", "displayName": "Impeccable Light Spruce Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "id": 1429}, {"name": "Impeccable Oak Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "235-263", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 78, "id": 1428}, {"name": "Impeccable Oak Shears", "displayName": "Impeccable Oak Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "107-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 78, "id": 1433}, {"name": "Impeccable Oak Stick", "displayName": "Impeccable Oak Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-98", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 78, "id": 1434}, {"name": "Impeccable Oak Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "149-175", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 78, "id": 1435}, {"name": "Impeccable Spruce Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "270-298", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 91, "id": 1437}, {"name": "Impeccable Spruce Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "197-208", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "id": 1439}, {"name": "Impeccable Spruce Shears", "displayName": "Impeccable Spruce Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "120-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "id": 1436}, {"name": "Impeccable Spruce Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "154-215", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 91, "id": 1438}, {"name": "Impeccable Spruce Stick", "displayName": "Impeccable Spruce Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-112", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "id": 1440}, {"name": "Impeccable Stone Shears", "displayName": "Impeccable Stone Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "140-163", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 80, "id": 1441}, {"name": "Impeccable Stone Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "420-491", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 80, "id": 1444}, {"name": "Impeccable Stone Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "243-255", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "id": 1443}, {"name": "Impeccable Stone Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "280-320", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 80, "id": 1449}, {"name": "Imperious", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "385-385", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 92, "agiReq": 55, "int": 30, "agi": 15, "spd": 25, "eSteal": 8, "aDamPct": 15, "aDefPct": 15, "id": 1442}, {"name": "Impeccable Stone Stick", "displayName": "Impeccable Stone Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "110-139", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "id": 1450}, {"name": "Impudent", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 90, "strReq": 25, "agiReq": 25, "str": 5, "agi": 4, "mdRaw": 37, "type": "ring", "id": 1445}, {"name": "Incandescent", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "fDef": 30, "wDef": 30, "eDef": -50, "lvl": 50, "intReq": 20, "defReq": 20, "hprPct": 13, "xpb": 11, "ref": 17, "fDefPct": 8, "wDefPct": 8, "id": 1452}, {"name": "Impure Morph-Gold", "tier": "Unique", "type": "boots", "category": "armor", "drop": "never", "hp": 125, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 25, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "id": 1447}, {"name": "Incendiary", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 255, "fDef": 40, "wDef": -30, "lvl": 71, "dexReq": 20, "defReq": 30, "xpb": 6, "expd": 8, "mdRaw": 39, "fDamPct": 6, "wDefPct": -12, "type": "necklace", "id": 1448}, {"name": "Impulse", "tier": "Legendary", "type": "dagger", "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, "strReq": 25, "dexReq": 25, "mr": -35, "mdPct": 12, "ls": 110, "ms": 30, "int": -5, "hprRaw": -75, "tDamPct": 14, "eDamPct": 14, "id": 1446}, {"name": "Incense Burner", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "36-46", "fDam": "31-51", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 34, "defReq": 15, "xpb": 10, "def": 5, "spd": -5, "hpBonus": 70, "spRegen": 10, "hprRaw": 10, "id": 1453}, {"name": "Incinerator", "tier": "Unique", "type": "bow", "poison": 500, "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, "defReq": 30, "def": 7, "fDamPct": 18, "wDamPct": -10, "aDamPct": -10, "tDamPct": -10, "eDamPct": -10, "id": 1451}, {"name": "Infatuation", "tier": "Unique", "type": "dagger", "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, "agiReq": 5, "defReq": 25, "hprPct": 15, "ls": 48, "int": -5, "hpBonus": 450, "spRegen": 5, "sdRaw": -60, "aDamPct": 18, "id": 1456}, {"name": "Infected Band", "tier": "Unique", "poison": 220, "category": "accessory", "drop": "lootchest", "hp": -60, "lvl": 65, "hprPct": -8, "ls": 30, "type": "bracelet", "id": 1454}, {"name": "Inferna Flamewreath", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "330-350", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "defReq": 80, "sdPct": 10, "hprRaw": -200, "fDamPct": 20, "wDamPct": -50, "wDefPct": -30, "spRaw1": -5, "spRaw3": -5, "id": 1457}, {"name": "Infernal Impulse", "tier": "Fabled", "type": "leggings", "majorIds": ["RALLY"], "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2300, "fDef": 95, "wDef": -80, "aDef": -80, "tDef": 65, "lvl": 73, "dexReq": 20, "defReq": 55, "mr": -5, "sdPct": 16, "wDamPct": -30, "fDefPct": -14, "tDefPct": 18, "jh": 1, "id": 3599}, {"name": "Infilak", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "33-77", "fDam": "55-77", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 89, "defReq": 50, "expd": 99, "spd": 10, "mdRaw": 188, "id": 1455}, {"name": "Ingrainment", "tier": "Unique", "type": "leggings", "thorns": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 230, "fDef": -40, "wDef": 90, "eDef": 90, "lvl": 59, "strReq": 30, "intReq": 40, "hprPct": 30, "ls": 46, "spd": -25, "hprRaw": 55, "fDamPct": -50, "tDamPct": -50, "eDefPct": 10, "id": 1460}, {"name": "Iniquity", "tier": "Rare", "poison": 395, "category": "accessory", "drop": "lootchest", "wDef": -40, "aDef": -60, "tDef": 60, "eDef": 40, "lvl": 74, "strReq": 30, "dexReq": 25, "dex": 4, "spRegen": -8, "wDamPct": -10, "tDamPct": 6, "eDamPct": 6, "type": "bracelet", "id": 1461}, {"name": "Inmate Outfit", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 1550, "lvl": 72, "id": 773}, {"name": "Influence", "tier": "Legendary", "type": "dagger", "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, "hprPct": 14, "mdPct": 15, "ls": 46, "xpb": 19, "spRegen": -19, "tDamPct": 15, "id": 1458}, {"name": "Insulation", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 240, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 60, "fDamPct": -4, "tDamPct": -4, "type": "bracelet", "id": 1463}, {"name": "Interference", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "3-158", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 47, "dexReq": 28, "ls": -38, "dex": 7, "sdRaw": 56, "tDamPct": 9, "eDefPct": -21, "spRaw3": -5, "id": 1462}, {"name": "Ionian", "tier": "Unique", "type": "dagger", "poison": 488, "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, "strReq": 25, "sdPct": -5, "str": 5, "wDamPct": -15, "eDamPct": 12, "wDefPct": -10, "id": 1467}, {"name": "Inundatio", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": 35, "tDef": 30, "eDef": -65, "lvl": 88, "dexReq": 15, "intReq": 65, "sdPct": 5, "mdPct": -10, "sdRaw": 35, "wDamPct": 6, "eDefPct": -10, "type": "necklace", "id": 1464}, {"name": "Ionosphere", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2850, "fDef": 70, "aDef": -110, "tDef": 90, "lvl": 97, "dexReq": 55, "hprPct": -15, "ls": 190, "ms": 5, "dex": 7, "spd": 11, "tDamPct": 21, "eDefPct": -15, "id": 1466}, {"name": "Iodide", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1180, "tDef": 70, "eDef": -60, "lvl": 73, "dexReq": 20, "intReq": 15, "sdPct": 12, "int": 4, "wDamPct": 7, "tDamPct": 10, "id": 1465}, {"name": "Iris", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "28-32", "fDam": "28-32", "wDam": "28-32", "aDam": "28-32", "tDam": "28-32", "eDam": "28-32", "atkSpd": "SLOW", "lvl": 85, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "mr": 5, "sdPct": -10, "mdPct": -10, "fDefPct": 14, "wDefPct": 14, "aDefPct": 14, "tDefPct": 14, "eDefPct": 14, "id": 1468}, {"name": "Iron Bracer", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 10, "lvl": 10, "def": 4, "spd": -3, "type": "bracelet", "id": 1471}, {"name": "Iron Grippers", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "20-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "200-400", "eDam": "250-350", "atkSpd": "VERY_SLOW", "lvl": 84, "strReq": 35, "dexReq": 35, "ms": 5, "str": 10, "spd": -10, "mdRaw": 390, "tDamPct": 25, "eDamPct": 20, "id": 1469}, {"name": "Iron Knuckle", "tier": "Legendary", "type": "dagger", "thorns": 8, "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, "strReq": 5, "xpb": 8, "str": 5, "def": 5, "eDamPct": 10, "id": 1470}, {"name": "Iron Incrusted Pants", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 42, "wDef": -2, "eDef": 5, "lvl": 9, "def": 3, "spd": -7, "hpBonus": 10, "aDefPct": -5, "eDefPct": 10, "id": 1472}, {"name": "Iron Mail", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 40, "aDef": -2, "eDef": 5, "lvl": 12, "spd": -5, "hpBonus": 12, "eDamPct": 5, "id": 1476}, {"name": "Iron String", "tier": "Legendary", "type": "bow", "category": "weapon", "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, "sdPct": -3, "mdPct": 8, "str": 5, "agi": -2, "id": 1473}, {"name": "Iron Scrap", "tier": "Unique", "type": "chestplate", "thorns": 14, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "fDef": 30, "aDef": -40, "eDef": 30, "lvl": 48, "strReq": 10, "defReq": 15, "mdPct": 8, "spd": -5, "id": 1475}, {"name": "Irradiation", "tier": "Unique", "type": "wand", "poison": 487, "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, "dexReq": 28, "intReq": 28, "hprPct": -23, "dex": 8, "int": 5, "wDamPct": 20, "eDamPct": -30, "eDefPct": -15, "id": 1474}, {"name": "Ironclad", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": 30, "eDef": 30, "lvl": 66, "strReq": 25, "defReq": 40, "mdPct": 14, "def": 9, "expd": 10, "wDamPct": -10, "wDefPct": -18, "id": 1478}, {"name": "Isaz", "tier": "Unique", "type": "spear", "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, "mr": 5, "wDamPct": 10, "id": 1480}, {"name": "Island Chain", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "120-132", "fDam": "0-0", "wDam": "140-155", "aDam": "0-0", "tDam": "0-0", "eDam": "140-155", "atkSpd": "SLOW", "lvl": 83, "strReq": 40, "intReq": 40, "mr": 10, "mdPct": -20, "int": 10, "spd": -20, "hpBonus": 2500, "hprRaw": 165, "spRaw1": -5, "id": 1477}, {"name": "Ivory", "tier": "Legendary", "type": "dagger", "poison": -1000, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "95-130", "fDam": "0-0", "wDam": "0-0", "aDam": "55-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "agiReq": 35, "ms": 10, "ref": 30, "agi": 13, "spRegen": 25, "hprRaw": 225, "tDamPct": -40, "fDefPct": 30, "tDefPct": 30, "id": 1479}, {"name": "Ivy", "tier": "Unique", "type": "bow", "poison": 50, "thorns": 6, "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, "id": 1481}, {"name": "Ivory Bow", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "155-185", "fDam": "15-20", "wDam": "15-20", "aDam": "15-20", "tDam": "15-20", "eDam": "15-20", "atkSpd": "NORMAL", "lvl": 75, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "fDamPct": -10, "wDamPct": -10, "aDamPct": -10, "tDamPct": -10, "eDamPct": -10, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 1483}, {"name": "Infinity", "tier": "Legendary", "type": "bow", "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, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "id": 1459}, {"name": "Jackal Crest", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 20, "lvl": 24, "hprPct": 9, "hprRaw": 4, "type": "necklace", "id": 1482}, {"name": "Jackpot", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 77, "lvl": 77, "xpb": 7, "lb": 7, "eSteal": 7, "type": "necklace", "id": 1484}, {"name": "Jade Talon", "tier": "Unique", "type": "dagger", "category": "weapon", "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, "strReq": 15, "dexReq": 15, "mdPct": 19, "ms": 5, "str": 3, "dex": 3, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "id": 1487}, {"name": "Jate", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 63, "lvl": 17, "sdPct": 8, "xpb": 4, "ref": 5, "id": 1486}, {"name": "Jag", "tier": "Rare", "thorns": 4, "category": "accessory", "drop": "lootchest", "lvl": 4, "mdRaw": 3, "type": "ring", "id": 1485}, {"name": "Javelin", "tier": "Rare", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "8-14", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 5, "dex": 4, "mdRaw": 8, "id": 1491}, {"name": "Jera", "tier": "Rare", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 500, "fDef": -50, "wDef": -50, "aDef": -50, "tDef": -50, "eDef": -50, "lvl": 55, "xpb": 10, "lb": 40, "id": 1488}, {"name": "Jiandan Handwraps", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "lvl": 83, "strReq": 40, "defReq": 40, "mdPct": 10, "xpb": 10, "hpBonus": 827, "mdRaw": 45, "type": "bracelet", "id": 1489}, {"name": "Jewel", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1645, "fDef": 100, "wDef": -80, "lvl": 76, "sdPct": 7, "xpb": 10, "ref": 5, "fDamPct": -20, "wDamPct": 10, "id": 1490}, {"name": "Jike", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 60, "lvl": 16, "lb": 4, "spd": 5, "mdRaw": 14, "id": 1495}, {"name": "Jilted", "tier": "Unique", "type": "chestplate", "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "fDef": 8, "wDef": 8, "aDef": 8, "tDef": 8, "eDef": 8, "lvl": 45, "defReq": 30, "def": 5, "hpBonus": 100, "spRegen": -5, "fDamPct": 4, "fDefPct": 6, "id": 1497}, {"name": "Jingu Headband", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "wDef": 6, "tDef": 6, "eDef": -12, "lvl": 33, "dexReq": 10, "intReq": 10, "ms": 5, "xpb": 11, "wDamPct": 8, "tDamPct": 8, "eDefPct": -10, "id": 1494}, {"name": "Joker", "tier": "Rare", "type": "spear", "poison": 120, "thorns": 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, "strReq": 5, "agiReq": 5, "defReq": 5, "xpb": 10, "ref": 1, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "expd": 1, "spRegen": 1, "eSteal": 1, "id": 1493}, {"name": "Jolt of Inspiration", "tier": "Rare", "type": "dagger", "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, "dexReq": 10, "intReq": 15, "mr": 5, "sdPct": 8, "ms": 5, "xpb": 10, "int": 4, "tDefPct": -15, "eDefPct": -18, "id": 1498}, {"name": "Juneberry", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-85", "fDam": "0-0", "wDam": "65-90", "aDam": "65-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "intReq": 30, "agiReq": 30, "mr": 5, "sdPct": 10, "int": 8, "agi": 7, "spd": 12, "wDamPct": 12, "aDamPct": 12, "tDamPct": -14, "id": 1500}, {"name": "Jungle Sludge", "tier": "Unique", "type": "helmet", "poison": 265, "thorns": 5, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 950, "wDef": -60, "eDef": 50, "lvl": 60, "hprPct": -15, "hpBonus": -275, "wDamPct": 11, "tDefPct": -7, "id": 1499}, {"name": "Jungle Artifact", "tier": "Rare", "type": "bow", "category": "weapon", "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, "strReq": 21, "defReq": 21, "mdPct": 14, "str": 9, "agi": -7, "expd": 14, "spd": -21, "sdRaw": -77, "fDamPct": 14, "id": 1496}, {"name": "Jungle Wood Bow", "tier": "Normal", "type": "bow", "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, "id": 1505}, {"name": "Jungle Wood Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "23-26", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 19, "id": 1502}, {"name": "Jungle Wood Shears", "displayName": "Jungle Wood Dagger", "tier": "Normal", "type": "dagger", "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, "id": 1501}, {"name": "Jungle Wood Spear", "tier": "Normal", "type": "spear", "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, "id": 1511}, {"name": "Jungle Wood Stick", "displayName": "Jungle Wood Wand", "tier": "Normal", "type": "wand", "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, "id": 1504}, {"name": "Juniper", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 26, "strReq": 8, "hprRaw": 4, "eDamPct": 4, "type": "ring", "id": 1503}, {"name": "Justice", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 600, "fDef": 50, "wDef": -30, "tDef": -30, "lvl": 96, "defReq": 40, "hprPct": 12, "def": 5, "fDamPct": 8, "type": "bracelet", "id": 1507}, {"name": "Kaas' Fur", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "wDef": 40, "lvl": 40, "intReq": 15, "mr": 10, "sdPct": -12, "ms": 5, "tDefPct": -10, "id": 1506}, {"name": "Kanata", "tier": "Unique", "type": "dagger", "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, "agiReq": 20, "spd": 6, "eSteal": 3, "aDamPct": 6, "id": 1509}, {"name": "Kamikaze", "tier": "Rare", "type": "wand", "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, "defReq": 18, "sdPct": 10, "mdPct": 12, "ls": -8, "agi": 7, "def": -3, "expd": 10, "fDamPct": 5, "wDamPct": -10, "id": 1517}, {"name": "Kapok", "tier": "Rare", "type": "chestplate", "thorns": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": -60, "wDef": 60, "tDef": -60, "eDef": 60, "lvl": 64, "strReq": 35, "intReq": 35, "sdPct": 8, "mdPct": 8, "wDamPct": 8, "eDamPct": 8, "tDefPct": -15, "id": 1510}, {"name": "Kaleidoscope", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 570, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 47, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "xpb": 10, "fDefPct": 6, "wDefPct": 6, "aDefPct": 6, "tDefPct": 6, "eDefPct": 6, "id": 1508}, {"name": "Karabiner", "tier": "Unique", "type": "dagger", "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, "agiReq": 5, "defReq": 25, "hprPct": 18, "lb": 8, "agi": 5, "def": 4, "spd": 6, "aDamPct": 10, "aDefPct": 10, "id": 1512}, {"name": "Karraska", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 140, "aDef": -7, "lvl": 24, "strReq": 8, "sdPct": -5, "mdPct": 12, "str": 8, "agi": -2, "spd": -4, "hpBonus": 35, "eDamPct": 10, "aDefPct": -5, "eDefPct": 5, "id": 1513}, {"name": "Katana", "tier": "Rare", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "74-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "dex": 7, "spd": 10, "sdRaw": -20, "mdRaw": 46, "id": 1514}, {"name": "Katoa's Warmth", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 185, "fDef": 15, "lvl": 23, "hprPct": 45, "hpBonus": 75, "spRegen": 10, "sdRaw": -25, "mdRaw": -26, "id": 1515}, {"name": "Kayde", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 85, "xpb": 10, "spRegen": 7, "type": "bracelet", "id": 1516}, {"name": "Kaze", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "aDef": 20, "lvl": 91, "agiReq": 75, "agi": 5, "spd": 15, "aDefPct": 11, "type": "ring", "id": 1520}, {"name": "Keen Measure", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-18", "fDam": "0-0", "wDam": "11-12", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 17, "intReq": 5, "mr": 5, "dex": 3, "int": 3, "spd": -4, "spPct2": -14, "id": 1519}, {"name": "Keeper", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 4, "xpb": 4, "type": "bracelet", "id": 1518}, {"name": "Kekkai", "tier": "Unique", "type": "spear", "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, "agiReq": 30, "ref": 11, "spd": -10, "fDamPct": -30, "wDefPct": 10, "aDefPct": 25, "tDefPct": 10, "eDefPct": 10, "id": 1521}, {"name": "Kelight's Gauntlet", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 435, "wDef": -15, "aDef": -15, "lvl": 69, "strReq": 40, "mdPct": 7, "str": 4, "mdRaw": 18, "wDefPct": -7, "aDefPct": -7, "type": "bracelet", "id": 1522}, {"name": "Kelight's Shield", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1550, "fDef": 75, "wDef": -60, "aDef": -45, "tDef": 75, "eDef": 60, "lvl": 64, "defReq": 40, "hprPct": 25, "xpb": 10, "def": 9, "hpBonus": 550, "fDefPct": 22, "wDefPct": -8, "tDefPct": 22, "id": 1535}, {"name": "Kelvik", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 350, "fDef": 15, "lvl": 40, "defReq": 15, "def": 5, "spd": -6, "hpBonus": 80, "fDamPct": 8, "wDamPct": -7, "fDefPct": 10, "aDefPct": 5, "id": 1523}, {"name": "Kenaz", "tier": "Unique", "type": "spear", "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, "defReq": 20, "ref": 13, "hpBonus": 150, "spRegen": 3, "fDamPct": 8, "wDamPct": -5, "wDefPct": -10, "id": 1526}, {"name": "Kelight's Toothbrush", "tier": "Rare", "type": "wand", "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, "mdPct": 5, "xpb": 4, "lb": 9, "eDamPct": -5, "eDefPct": -5, "id": 1538}, {"name": "Kernel", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -150, "wDef": -60, "lvl": 94, "dexReq": 55, "intReq": 10, "int": 4, "sdRaw": 55, "wDamPct": -8, "tDamPct": 4, "type": "necklace", "id": 1524}, {"name": "Kickback", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3125, "fDef": -75, "aDef": 140, "eDef": -75, "lvl": 99, "agiReq": 80, "mdPct": 13, "str": 5, "agi": 5, "def": 5, "spd": 12, "mdRaw": 260, "aDamPct": 22, "wDefPct": -13, "tDefPct": -13, "jh": 1, "id": 1525}, {"name": "Kickers", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 34, "lvl": 10, "mdPct": 6, "hpBonus": -6, "id": 1529}, {"name": "Kilauea", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "88-112", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "80-120", "atkSpd": "FAST", "lvl": 68, "strReq": 30, "defReq": 25, "sdPct": 7, "str": 5, "expd": 15, "spd": 12, "hpBonus": -750, "mdRaw": 115, "id": 1528}, {"name": "Kilij", "tier": "Legendary", "type": "dagger", "thorns": 30, "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, "strReq": 20, "agiReq": 20, "sdPct": -30, "spd": 20, "mdRaw": 90, "aDamPct": 20, "tDamPct": -80, "eDamPct": 20, "id": 1531}, {"name": "Kilpkonn", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 360, "wDef": 25, "tDef": -15, "lvl": 37, "defReq": 12, "ref": 6, "def": 10, "spd": -12, "hpBonus": 40, "hprRaw": 16, "id": 1527}, {"name": "King of Hearts", "tier": "Rare", "type": "wand", "poison": -25000, "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, "intReq": 75, "defReq": 65, "mr": 15, "hpBonus": 3692, "hprRaw": 200, "sdRaw": -25000, "mdRaw": -25000, "wDamPct": 81, "spRaw1": -5, "id": 1533}, {"name": "Kindle", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 50, "lvl": 62, "defReq": 60, "hprPct": 7, "sdPct": -20, "mdPct": -20, "def": 9, "spRegen": 8, "hprRaw": 60, "fDefPct": 8, "id": 1532}, {"name": "King of Blocks", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "160-240", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-100", "atkSpd": "SLOW", "lvl": 73, "strReq": 20, "xpb": 15, "lb": 10, "fDamPct": 6, "wDamPct": 6, "aDamPct": 6, "tDamPct": 6, "id": 1534}, {"name": "Kitten Claw", "tier": "Unique", "type": "dagger", "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, "sdPct": -6, "mdPct": -4, "dex": 13, "spd": 8, "mdRaw": 52, "id": 1530}, {"name": "Kivilu", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-690", "wDam": "0-690", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 100, "intReq": 45, "defReq": 45, "hprPct": 15, "mr": 10, "int": 20, "def": -20, "hpBonus": -3900, "hprRaw": 465, "fDamPct": 31, "wDamPct": 31, "id": 1537}, {"name": "Kizuato", "tier": "Unique", "type": "chestplate", "thorns": 11, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1550, "fDef": 80, "wDef": -70, "aDef": -70, "tDef": 80, "lvl": 74, "dexReq": 20, "defReq": 20, "ls": 140, "def": 3, "expd": 11, "id": 1536}, {"name": "Knight Boots", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 230, "fDef": 10, "wDef": -5, "aDef": -5, "eDef": 10, "lvl": 33, "strReq": 12, "defReq": 12, "hprPct": 20, "sdPct": -5, "mdPct": 10, "fDamPct": 10, "eDamPct": 10, "id": 1540}, {"name": "Knucklebones", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "lvl": 99, "ls": -1835, "ms": -200, "xpb": 25, "lb": 25, "expd": 20, "atkTier": 2, "spRegen": -50, "eSteal": 5, "type": "bracelet", "id": 1539}, {"name": "Kolkhaar", "tier": "Unique", "type": "spear", "poison": 245, "category": "weapon", "drop": "NORMAL", "nDam": "21-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "13-33", "eDam": "17-29", "atkSpd": "SLOW", "lvl": 43, "strReq": 25, "dexReq": 25, "mdPct": -60, "spd": -7, "atkTier": 2, "spRegen": -10, "id": 1543}, {"name": "Kratke", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1000, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 58, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "sdPct": 10, "mdPct": 10, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "id": 1542}, {"name": "Krakem", "tier": "Rare", "type": "bow", "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, "intReq": 25, "mdPct": 9, "str": 5, "int": 9, "sdRaw": 80, "fDamPct": -16, "eDamPct": 20, "id": 1541}, {"name": "Krolton's Cruelty", "tier": "Rare", "poison": 500, "category": "accessory", "drop": "lootchest", "fDef": 40, "wDef": -80, "tDef": 60, "lvl": 88, "strReq": 40, "dexReq": 70, "str": 5, "dex": 5, "hprRaw": -70, "mdRaw": 55, "type": "bracelet", "id": 1544}, {"name": "Kuuichi", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 52, "wDef": 6, "tDef": -2, "lvl": 11, "xpb": 6, "int": 5, "sdRaw": 10, "id": 1563}, {"name": "Kuiper", "tier": "Unique", "type": "spear", "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, "strReq": 6, "dexReq": 6, "intReq": 6, "agiReq": 6, "defReq": 6, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "hpBonus": -39, "id": 1545}, {"name": "Bronze Basic Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 500, "lvl": 90, "xpb": 10, "lb": 10, "eSteal": 5, "type": "bracelet", "fixID": true, "id": 1546}, {"name": "Bronze Basic Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 500, "lvl": 90, "xpb": 10, "lb": 10, "spRegen": 10, "type": "necklace", "fixID": true, "id": 1547}, {"name": "Diamond Fiber Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 65, "lvl": 95, "strReq": 100, "mdPct": 16, "str": 6, "eDamPct": 16, "eDefPct": 5, "type": "bracelet", "fixID": true, "id": 1548}, {"name": "Bronze Basic Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 500, "lvl": 90, "xpb": 12, "lb": 12, "type": "ring", "fixID": true, "id": 1549}, {"name": "Diamond Fiber Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 80, "lvl": 95, "strReq": 100, "str": 12, "eDamPct": 10, "eDefPct": 16, "type": "necklace", "fixID": true, "id": 1550}, {"name": "Diamond Fiber Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 60, "lvl": 95, "strReq": 100, "mdPct": 14, "str": 7, "expd": 12, "spd": -5, "mdRaw": 95, "type": "ring", "fixID": true, "id": 1552}, {"name": "Diamond Fusion Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 95, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "lb": 12, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "type": "bracelet", "fixID": true, "id": 1554}, {"name": "Diamond Fusion Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 95, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "type": "necklace", "fixID": true, "id": 1553}, {"name": "Diamond Fusion Ring", "tier": "Legendary", "thorns": 10, "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 30, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 95, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "sdPct": 7, "mdPct": 7, "ref": 10, "hpBonus": 500, "type": "ring", "fixID": true, "id": 1551}, {"name": "Diamond Hydro Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 70, "lvl": 95, "intReq": 100, "mr": 5, "ms": 5, "int": 5, "wDamPct": 10, "wDefPct": 10, "type": "ring", "fixID": true, "id": 1556}, {"name": "Diamond Hydro Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 80, "lvl": 95, "intReq": 100, "mr": 10, "ref": 15, "int": 7, "sdRaw": 55, "type": "necklace", "fixID": true, "id": 1558}, {"name": "Diamond Hydro Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 70, "lvl": 95, "intReq": 100, "sdPct": 8, "ms": 15, "int": 7, "wDamPct": 12, "type": "bracelet", "fixID": true, "id": 1555}, {"name": "Diamond Solar Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 1500, "fDef": 80, "lvl": 95, "defReq": 100, "def": 8, "expd": 15, "fDamPct": 14, "fDefPct": 7, "type": "bracelet", "fixID": true, "id": 1557}, {"name": "Diamond Solar Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 120, "lvl": 95, "defReq": 100, "hprPct": 20, "def": 12, "fDamPct": 8, "fDefPct": 20, "type": "necklace", "fixID": true, "id": 1561}, {"name": "Diamond Static Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -450, "tDef": 100, "lvl": 95, "dexReq": 100, "sdPct": 8, "dex": 7, "sdRaw": 60, "tDamPct": 16, "tDefPct": 10, "type": "bracelet", "fixID": true, "id": 1559}, {"name": "Diamond Solar Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 1000, "fDef": 60, "lvl": 95, "defReq": 100, "hprPct": 16, "sdPct": -5, "mdPct": -2, "def": 3, "hprRaw": 110, "fDefPct": 7, "type": "ring", "fixID": true, "id": 1562}, {"name": "Diamond Static Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "tDef": 50, "lvl": 95, "dexReq": 100, "spd": 5, "atkTier": 1, "mdRaw": 29, "tDamPct": 6, "type": "necklace", "fixID": true, "id": 1560}, {"name": "Diamond Steam Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "aDef": 135, "lvl": 95, "agiReq": 100, "agi": 7, "spd": 18, "aDamPct": 8, "aDefPct": 12, "type": "bracelet", "fixID": true, "id": 1566}, {"name": "Diamond Static Ring", "tier": "Legendary", "thorns": 10, "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -350, "tDef": 70, "lvl": 95, "dexReq": 100, "hprPct": -10, "dex": 10, "tDamPct": 16, "type": "ring", "fixID": true, "id": 1564}, {"name": "Diamond Steam Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -240, "aDef": 100, "lvl": 95, "agiReq": 100, "ref": 16, "agi": 12, "spd": 16, "aDamPct": 8, "aDefPct": 16, "type": "necklace", "fixID": true, "id": 1565}, {"name": "Gold Fiber Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 50, "lvl": 95, "strReq": 75, "mdPct": 12, "str": 4, "eDamPct": 11, "type": "bracelet", "fixID": true, "id": 1569}, {"name": "Diamond Steam Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -240, "aDef": 50, "lvl": 95, "agiReq": 100, "agi": 5, "spd": 12, "aDamPct": 18, "aDefPct": 7, "type": "ring", "fixID": true, "id": 1568}, {"name": "Gold Fiber Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 60, "lvl": 95, "strReq": 75, "str": 9, "eDamPct": 7, "eDefPct": 12, "type": "necklace", "fixID": true, "id": 1567}, {"name": "Gold Fusion Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 35, "wDef": 35, "aDef": 35, "tDef": 35, "eDef": 35, "lvl": 95, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "lb": 8, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "type": "bracelet", "fixID": true, "id": 1572}, {"name": "Gold Fiber Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 40, "lvl": 95, "strReq": 75, "mdPct": 11, "str": 5, "expd": 8, "spd": -4, "mdRaw": 80, "type": "ring", "fixID": true, "id": 1570}, {"name": "Gold Hydro Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 55, "lvl": 95, "intReq": 75, "sdPct": 6, "ms": 10, "int": 5, "wDamPct": 8, "type": "bracelet", "fixID": true, "id": 1577}, {"name": "Gold Fusion Ring", "tier": "Legendary", "thorns": 7, "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 95, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "sdPct": 4, "mdPct": 4, "ref": 7, "hpBonus": 375, "type": "ring", "fixID": true, "id": 1571}, {"name": "Gold Fusion Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 95, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "type": "necklace", "fixID": true, "id": 1573}, {"name": "Gold Hydro Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 65, "lvl": 95, "intReq": 75, "mr": 5, "ref": 5, "int": 5, "sdRaw": 40, "type": "necklace", "fixID": true, "id": 1583}, {"name": "Gold Solar Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 775, "fDef": 50, "lvl": 95, "defReq": 75, "hprPct": 12, "sdPct": -3, "def": 2, "hprRaw": 70, "fDefPct": 4, "type": "ring", "fixID": true, "id": 1578}, {"name": "Gold Solar Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 1100, "fDef": 65, "lvl": 95, "defReq": 75, "def": 5, "expd": 5, "fDamPct": 9, "fDefPct": 4, "type": "bracelet", "fixID": true, "id": 1576}, {"name": "Gold Solar Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 825, "fDef": 90, "lvl": 95, "defReq": 75, "hprPct": 10, "def": 9, "fDamPct": 5, "fDefPct": 15, "type": "necklace", "fixID": true, "id": 1575}, {"name": "Gold Static Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "tDef": 40, "lvl": 95, "dexReq": 75, "spd": 2, "mdRaw": 25, "tDamPct": 4, "type": "necklace", "fixID": true, "id": 1580}, {"name": "Gold Static Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -350, "tDef": 75, "lvl": 95, "dexReq": 75, "sdPct": 5, "dex": 5, "sdRaw": 40, "tDamPct": 12, "tDefPct": 7, "type": "bracelet", "fixID": true, "id": 1581}, {"name": "Gold Steam Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "aDef": 105, "lvl": 95, "agiReq": 75, "agi": 4, "spd": 14, "aDamPct": 6, "aDefPct": 10, "type": "bracelet", "fixID": true, "id": 1585}, {"name": "Gold Static Ring", "tier": "Legendary", "thorns": 4, "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -280, "tDef": 50, "lvl": 95, "dexReq": 75, "hprPct": -7, "dex": 8, "tDamPct": 12, "type": "ring", "fixID": true, "id": 1579}, {"name": "Gold Steam Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -180, "aDef": 35, "lvl": 95, "agiReq": 75, "agi": 3, "spd": 9, "aDamPct": 14, "aDefPct": 5, "type": "ring", "fixID": true, "id": 1582}, {"name": "Legendary Medallion", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 100, "type": "necklace", "id": 1587}, {"name": "Gold Steam Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -180, "aDef": 75, "lvl": 95, "agiReq": 75, "ref": 8, "agi": 8, "spd": 12, "aDamPct": 4, "aDefPct": 10, "type": "necklace", "fixID": true, "id": 1626}, {"name": "Silver Fiber Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 40, "lvl": 95, "strReq": 50, "mdPct": 8, "str": 2, "eDamPct": 7, "type": "bracelet", "fixID": true, "id": 1589}, {"name": "Silver Fiber Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 50, "lvl": 95, "strReq": 50, "str": 6, "eDamPct": 5, "eDefPct": 8, "type": "necklace", "fixID": true, "id": 1586}, {"name": "Silver Fiber Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 20, "lvl": 95, "strReq": 50, "mdPct": 8, "str": 3, "spd": -3, "mdRaw": 65, "type": "ring", "fixID": true, "id": 1588}, {"name": "Silver Fusion Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 95, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "lb": 6, "fDefPct": 6, "wDefPct": 6, "aDefPct": 6, "tDefPct": 6, "eDefPct": 6, "type": "bracelet", "fixID": true, "id": 1584}, {"name": "Silver Fusion Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 95, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "type": "necklace", "fixID": true, "id": 1590}, {"name": "Silver Hydro Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 40, "lvl": 95, "intReq": 50, "sdPct": 3, "ms": 5, "int": 4, "wDamPct": 5, "type": "bracelet", "fixID": true, "id": 1593}, {"name": "Silver Fusion Ring", "tier": "Legendary", "thorns": 5, "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 95, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "sdPct": 3, "mdPct": 3, "ref": 5, "hpBonus": 250, "type": "ring", "fixID": true, "id": 1591}, {"name": "Silver Hydro Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 40, "lvl": 95, "intReq": 50, "ms": 5, "int": 3, "wDamPct": 5, "wDefPct": 5, "type": "ring", "fixID": true, "id": 1594}, {"name": "Silver Hydro Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 55, "lvl": 95, "intReq": 50, "int": 3, "sdRaw": 35, "type": "necklace", "fixID": true, "id": 1592}, {"name": "Gold Hydro Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 55, "lvl": 95, "intReq": 75, "mr": 5, "int": 4, "wDamPct": 7, "wDefPct": 7, "type": "ring", "fixID": true, "id": 1574}, {"name": "Silver Solar Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 50, "lvl": 95, "defReq": 50, "def": 3, "fDamPct": 6, "fDefPct": 2, "type": "bracelet", "fixID": true, "id": 1595}, {"name": "Silver Solar Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 750, "fDef": 70, "lvl": 95, "defReq": 50, "def": 6, "fDefPct": 10, "type": "necklace", "fixID": true, "id": 1599}, {"name": "Silver Solar Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 40, "lvl": 95, "defReq": 50, "hprPct": 8, "def": 1, "hprRaw": 40, "type": "ring", "fixID": true, "id": 1596}, {"name": "Silver Steam Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "aDef": 90, "lvl": 95, "agiReq": 50, "agi": 2, "spd": 10, "aDamPct": 4, "aDefPct": 8, "type": "bracelet", "fixID": true, "id": 1600}, {"name": "Silver Static Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "tDef": 30, "lvl": 95, "dexReq": 50, "mdRaw": 20, "tDamPct": 2, "type": "necklace", "fixID": true, "id": 1598}, {"name": "Silver Static Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -210, "tDef": 30, "lvl": 95, "dexReq": 50, "dex": 6, "tDamPct": 8, "type": "ring", "fixID": true, "id": 1602}, {"name": "Silver Steam Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -120, "aDef": 60, "lvl": 95, "agiReq": 50, "ref": 4, "agi": 4, "spd": 10, "aDefPct": 5, "type": "necklace", "fixID": true, "id": 1603}, {"name": "Silver Steam Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -120, "aDef": 20, "lvl": 95, "agiReq": 50, "agi": 1, "spd": 6, "aDamPct": 10, "aDefPct": 3, "type": "ring", "fixID": true, "id": 1601}, {"name": "Lacerator", "tier": "Unique", "type": "dagger", "poison": 195, "category": "weapon", "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, "ls": 23, "dex": 7, "id": 1604}, {"name": "Laen's Curiosity", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": 6, "lvl": 25, "intReq": 12, "xpb": 8, "int": 5, "type": "bracelet", "id": 1605}, {"name": "Lake", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 23, "int": 3, "sdRaw": 5, "wDamPct": 2, "wDefPct": 5, "type": "ring", "id": 1606}, {"name": "Laoc Alcher", "tier": "Unique", "type": "bow", "poison": 665, "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, "strReq": 35, "dexReq": 35, "hprPct": 25, "mr": -10, "ls": 220, "hpBonus": -1350, "hprRaw": 50, "mdRaw": 455, "id": 1608}, {"name": "Lapis Necklace", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 59, "intReq": 35, "mr": 5, "sdRaw": -25, "type": "necklace", "id": 1607}, {"name": "Largo", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "50-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-250", "atkSpd": "VERY_SLOW", "lvl": 36, "strReq": 25, "mdPct": 10, "str": 8, "dex": -12, "expd": 20, "spd": -15, "mdRaw": 175, "id": 1609}, {"name": "Silver Static Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -280, "tDef": 50, "lvl": 95, "dexReq": 50, "sdPct": 3, "dex": 3, "sdRaw": 25, "tDamPct": 8, "tDefPct": 5, "type": "bracelet", "fixID": true, "id": 1597}, {"name": "Last Perdition", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "320-330", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 76, "dexReq": 30, "defReq": 30, "mr": -5, "dex": 10, "hpBonus": -500, "fDamPct": 15, "tDamPct": 15, "wDefPct": -10, "id": 1610}, {"name": "Lasting", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 63, "spd": -5, "spRegen": 5, "hprRaw": 33, "type": "bracelet", "id": 1611}, {"name": "Latchkey", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 77, "def": 8, "type": "bracelet", "id": 1612}, {"name": "Layton", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-50", "fDam": "0-0", "wDam": "65-80", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 85, "intReq": 40, "xpb": 10, "int": 15, "sdRaw": 120, "id": 1613}, {"name": "Lazybones", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "265-335", "fDam": "0-0", "wDam": "110-145", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 74, "hprPct": 12, "mr": 5, "xpb": 15, "spd": -12, "id": 1617}, {"name": "Lead", "tier": "Unique", "poison": 235, "category": "accessory", "drop": "lootchest", "hp": -75, "eDef": 20, "lvl": 62, "strReq": 15, "str": 4, "int": -1, "spd": -4, "type": "ring", "id": 1615}, {"name": "Leaning Log", "tier": "Unique", "type": "wand", "thorns": 20, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "135-180", "aDam": "0-0", "tDam": "0-0", "eDam": "150-165", "atkSpd": "VERY_SLOW", "lvl": 92, "strReq": 35, "intReq": 35, "mdPct": 8, "str": 7, "int": 7, "hpBonus": 1200, "aDamPct": -20, "tDamPct": -20, "id": 1616}, {"name": "Leadlights", "tier": "Rare", "type": "boots", "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 3125, "lvl": 95, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "spRegen": 5, "fDamPct": 11, "wDamPct": 11, "aDamPct": 11, "tDamPct": 11, "eDamPct": 11, "fDefPct": 11, "wDefPct": 11, "aDefPct": 11, "tDefPct": 11, "eDefPct": 11, "id": 1614}, {"name": "Leather Face", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 40, "lvl": 13, "xpb": 3, "lb": 4, "def": 3, "tDefPct": 5, "id": 1621}, {"name": "Leech Bow", "tier": "Unique", "type": "bow", "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, "ls": 7, "def": 3, "id": 1620}, {"name": "Lecade's Rank", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 550, "lvl": 79, "mdPct": 8, "xpb": 8, "type": "bracelet", "id": 1618}, {"name": "Led Balloon", "tier": "Unique", "type": "relik", "sprint": -12, "category": "weapon", "drop": "NORMAL", "nDam": "97-114", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "51-57", "atkSpd": "SUPER_SLOW", "lvl": 23, "strReq": 10, "mdPct": 6, "spd": 5, "aDamPct": 10, "eDefPct": 8, "id": 1622}, {"name": "Leech Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 85, "lvl": 20, "ls": 8, "id": 1623}, {"name": "Leg of the Scared", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1050, "aDef": 80, "eDef": -60, "lvl": 66, "agiReq": 25, "agi": 5, "spd": 15, "aDamPct": 10, "id": 1619}, {"name": "Leggings of Desolation", "tier": "Rare", "type": "leggings", "poison": 800, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 2400, "fDef": 50, "wDef": -200, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 89, "dexReq": 40, "defReq": 40, "hprPct": -20, "sdPct": 20, "mdPct": 20, "ls": 240, "ms": 10, "spRegen": -50, "wDamPct": -20, "id": 1627}, {"name": "Legendary Smasher", "tier": "Legendary", "type": "spear", "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, "def": 4, "expd": 65, "wDamPct": -15, "wDefPct": -5, "id": 1624}, {"name": "Leggings of Haste", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1500, "aDef": 60, "lvl": 79, "agiReq": 80, "sdPct": -20, "spd": 15, "atkTier": 1, "mdRaw": 120, "aDamPct": 15, "fDefPct": -50, "id": 1625}, {"name": "Leggings of Restoration", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1400, "fDef": 60, "wDef": 60, "aDef": -60, "tDef": -60, "lvl": 74, "intReq": 20, "defReq": 20, "hprPct": 25, "mr": 5, "sdPct": -7, "mdPct": -7, "spRegen": 5, "hprRaw": 80, "id": 1629}, {"name": "Leictreach Makani", "tier": "Rare", "type": "leggings", "thorns": 35, "category": "armor", "slots": 3, "drop": "NORMAL", "aDef": 150, "tDef": 150, "lvl": 95, "dexReq": 60, "agiReq": 60, "sdPct": 19, "ms": 5, "ref": 35, "dex": 15, "agi": 15, "spd": 27, "atkTier": 1, "aDamPct": 32, "tDamPct": 32, "eDefPct": -60, "id": 1632}, {"name": "Leggings of the Halt", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 300, "lvl": 36, "defReq": 20, "spd": -19, "fDefPct": 10, "wDefPct": 10, "aDefPct": -5, "tDefPct": 10, "eDefPct": 10, "id": 1628}, {"name": "Leikkuri", "tier": "Rare", "type": "dagger", "thorns": 10, "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, "agiReq": 30, "defReq": 10, "agi": 7, "def": 7, "spd": 11, "fDefPct": 12, "wDefPct": -10, "aDefPct": 8, "id": 1630}, {"name": "Lemon Legs", "tier": "Legendary", "type": "leggings", "poison": 35, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 125, "tDef": 15, "eDef": -5, "lvl": 18, "mdPct": 15, "xpb": 7, "dex": 7, "sdRaw": 15, "tDamPct": 10, "eDamPct": -12, "eDefPct": -10, "id": 1633}, {"name": "Lethality", "tier": "Unique", "type": "relik", "poison": 575, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-32", "fDam": "30-32", "wDam": "0-0", "aDam": "0-0", "tDam": "30-32", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 65, "dexReq": 25, "defReq": 25, "mdPct": 12, "ls": 110, "ms": -10, "expd": 15, "id": 1635}, {"name": "Leo", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 4200, "fDef": 200, "wDef": -200, "lvl": 93, "sdPct": -30, "mdPct": -30, "hpBonus": 1400, "hprRaw": 200, "fDamPct": 30, "id": 1631}, {"name": "Lerteco", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1400, "eDef": -50, "lvl": 78, "dexReq": 50, "mdPct": 5, "str": -10, "dex": 13, "mdRaw": 135, "tDamPct": 5, "tDefPct": 5, "id": 1637}, {"name": "Ley Lines", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1975, "wDef": 90, "tDef": 90, "eDef": -175, "lvl": 82, "intReq": 50, "mr": 10, "xpb": 8, "hpBonus": -550, "spRegen": 8, "sdRaw": 120, "id": 1636}, {"name": "Leviathan", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2850, "wDef": 90, "aDef": -90, "tDef": -100, "eDef": 100, "lvl": 97, "strReq": 45, "intReq": 45, "str": 12, "atkTier": 1, "eSteal": 7, "wDamPct": 19, "eDamPct": 19, "tDefPct": -10, "id": 1634}, {"name": "Lichcall", "tier": "Unique", "type": "bow", "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, "dexReq": 20, "sdPct": 15, "mdPct": 11, "ms": 5, "wDamPct": -30, "aDamPct": -15, "id": 1638}, {"name": "Libella", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 32, "agi": 4, "spd": 4, "aDamPct": 4, "type": "ring", "id": 1639}, {"name": "Libra", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 3150, "lvl": 91, "strReq": 33, "dexReq": 33, "intReq": 33, "agiReq": 33, "defReq": 33, "mr": 5, "str": 7, "dex": 7, "int": 7, "agi": 7, "def": 7, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "id": 1641}, {"name": "Lichclaw", "tier": "Unique", "type": "wand", "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, "dexReq": 20, "sdPct": 11, "mdPct": 15, "ls": 135, "wDefPct": -20, "aDefPct": -10, "id": 1640}, {"name": "Lichenwal", "tier": "Unique", "type": "boots", "poison": 245, "thorns": 7, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2175, "aDef": -80, "eDef": 120, "lvl": 84, "strReq": 40, "str": 10, "expd": 15, "hprRaw": 100, "eDamPct": 10, "eDefPct": 15, "id": 1644}, {"name": "Ligfamblawende", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "111-111", "fDam": "200-244", "wDam": "0-0", "aDam": "167-277", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 87, "agiReq": 40, "defReq": 35, "ls": 260, "agi": 8, "def": 8, "hpBonus": 800, "fDamPct": 10, "wDamPct": -25, "fDefPct": 20, "aDefPct": 20, "id": 1643}, {"name": "Life Extractor", "tier": "Rare", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "32-46", "fDam": "32-46", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 26, "ls": 35, "lb": 5, "hpBonus": 46, "fDefPct": 5, "wDefPct": -10, "id": 1642}, {"name": "Light Birch Wood Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "14-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 11, "id": 1647}, {"name": "Light Jungle Wood Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 25, "id": 1646}, {"name": "Light Kaekell", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "aDef": 15, "tDef": 15, "lvl": 55, "dexReq": 25, "agiReq": 25, "sdPct": 10, "mdPct": 10, "dex": 4, "agi": 4, "spd": 10, "aDamPct": 10, "tDamPct": 10, "eDefPct": -30, "id": 1648}, {"name": "Light Oak Wood Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-8", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 4, "id": 1645}, {"name": "Lightning Edge", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "72-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "9-145", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 94, "dexReq": 50, "ls": 245, "ms": 5, "dex": 9, "hprRaw": -120, "tDamPct": 12, "tDefPct": 10, "eDefPct": -15, "id": 1686}, {"name": "Light Spruce Wood Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "18-19", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 17, "id": 1651}, {"name": "Limbo", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "155-275", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-1200", "eDam": "385-385", "atkSpd": "SUPER_SLOW", "lvl": 95, "strReq": 45, "dexReq": 45, "mr": -20, "mdPct": 25, "str": 9, "dex": 13, "hprRaw": -250, "aDamPct": 50, "tDamPct": 15, "eDamPct": 20, "id": 1655}, {"name": "Lightningrod", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-67", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-67", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 90, "dexReq": 30, "intReq": 35, "sdPct": 8, "dex": 8, "wDamPct": 23, "fDefPct": -20, "tDefPct": 30, "id": 1649}, {"name": "Lightshow", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "19-23", "wDam": "18-25", "aDam": "17-26", "tDam": "16-27", "eDam": "20-22", "atkSpd": "SUPER_FAST", "lvl": 60, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "ref": 70, "spRegen": 20, "fDefPct": 30, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "eDefPct": 30, "id": 1650}, {"name": "Liquified Sun", "displayName": "Liquefied Sun", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "72-90", "fDam": "80-85", "wDam": "0-0", "aDam": "0-0", "tDam": "45-120", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 92, "dexReq": 45, "defReq": 35, "ref": 20, "def": 10, "hpBonus": 1731, "wDamPct": -20, "eDamPct": -20, "fDefPct": 25, "tDefPct": 25, "id": 1654}, {"name": "Lithium", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 14, "xpb": 5, "hprRaw": 2, "type": "necklace", "id": 1652}, {"name": "Little Inferno", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 120, "wDef": -20, "lvl": 27, "defReq": 15, "sdPct": 20, "mdPct": 10, "expd": 25, "fDamPct": 15, "wDefPct": -25, "id": 1653}, {"name": "Little Machine", "tier": "Unique", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "13-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "4-8", "eDam": "0-0", "atkSpd": "FAST", "lvl": 13, "dex": 4, "sdRaw": 13, "mdRaw": 13, "spPct1": 18, "id": 1658}, {"name": "Lizard", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 18, "lvl": 18, "fDamPct": 5, "type": "ring", "id": 1656}, {"name": "Loaded Question", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "72-78", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "140-165", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 90, "dexReq": 70, "ms": 10, "int": -10, "def": -15, "sdRaw": 240, "mdRaw": 140, "tDamPct": 30, "fDefPct": -30, "wDefPct": -30, "id": 1660}, {"name": "Loam", "tier": "Unique", "type": "wand", "poison": 180, "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, "strReq": 10, "intReq": 5, "int": 5, "wDamPct": 10, "tDamPct": -5, "eDefPct": 7, "id": 1657}, {"name": "Lockpick\u058e", "displayName": "Lockpick", "tier": "Unique", "type": "dagger", "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, "dexReq": 15, "agiReq": 15, "dex": 7, "spd": 10, "eSteal": 5, "eDamPct": -12, "eDefPct": -12, "id": 1659}, {"name": "Lodestone", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "wDef": 10, "eDef": -15, "lvl": 56, "intReq": 25, "mr": -5, "sdPct": 11, "xpb": 10, "sdRaw": 30, "tDamPct": 6, "type": "ring", "id": 1665}, {"name": "Log Suit", "tier": "Unique", "type": "chestplate", "thorns": 6, "category": "armor", "drop": "NORMAL", "hp": 21, "fDef": -3, "eDef": 5, "lvl": 6, "spd": -2, "id": 1662}, {"name": "Locrian", "tier": "Legendary", "type": "dagger", "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, "dexReq": 15, "intReq": 20, "agiReq": 15, "ls": 115, "ms": 15, "dex": 7, "int": 9, "agi": 7, "sdRaw": 125, "fDefPct": -40, "eDefPct": -40, "id": 1661}, {"name": "Logistics", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1750, "wDef": 90, "tDef": 90, "eDef": -120, "lvl": 81, "dexReq": 50, "intReq": 40, "mdPct": -55, "dex": 8, "int": 8, "wDamPct": 40, "tDamPct": 40, "spRaw1": 5, "spRaw3": 5, "spRaw4": -5, "id": 1663}, {"name": "Lost Soul", "tier": "Rare", "type": "spear", "quest": "The Lost", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-90", "fDam": "0-0", "wDam": "0-0", "aDam": "70-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 87, "agiReq": 50, "ls": 260, "spd": 7, "mdRaw": 110, "aDamPct": 8, "aDefPct": 9, "id": 1668}, {"name": "Long Bow", "tier": "Unique", "type": "bow", "thorns": 5, "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, "strReq": 25, "hprPct": 15, "lb": 5, "str": 7, "agi": -5, "spd": -10, "aDefPct": -15, "eDefPct": 10, "id": 1664}, {"name": "Topaz Staff", "displayName": "Lonesome", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "190-270", "tDam": "0-0", "eDam": "240-320", "atkSpd": "SUPER_SLOW", "lvl": 91, "strReq": 35, "agiReq": 30, "sdPct": -25, "mdPct": 19, "ms": -5, "spd": 12, "spRegen": -10, "aDefPct": 15, "id": 1667}, {"name": "Luas", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 9, "agi": 3, "spd": 5, "type": "bracelet", "id": 1666}, {"name": "Lucky Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 150, "lvl": 28, "lb": 10, "spRegen": 3, "eSteal": 3, "id": 1670}, {"name": "Lumina", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "285-350", "fDam": "0-0", "wDam": "0-0", "aDam": "300-335", "tDam": "640-680", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 80, "dexReq": 45, "agiReq": 35, "spd": 25, "atkTier": -1, "hpBonus": -1250, "mdRaw": 875, "aDamPct": 20, "tDamPct": 30, "wDefPct": -30, "id": 1671}, {"name": "Lullaby", "tier": "Unique", "type": "wand", "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, "intReq": 10, "hprPct": 10, "mr": 5, "mdPct": -6, "spd": -5, "wDamPct": 7, "id": 1669}, {"name": "Luminiferous Aether", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1950, "tDef": 110, "eDef": -110, "lvl": 92, "dexReq": 60, "mdPct": -15, "dex": 10, "atkTier": 1, "hprRaw": 125, "mdRaw": 130, "tDamPct": 10, "id": 3627}, {"name": "Lucky Coin", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 30, "lvl": 31, "lb": 5, "eSteal": 2, "type": "necklace", "id": 1672}, {"name": "Luminis", "tier": "Rare", "category": "accessory", "drop": "lootchest", "tDef": -15, "lvl": 52, "intReq": 30, "ms": 5, "sdRaw": 15, "tDamPct": 6, "type": "necklace", "id": 1673}, {"name": "Lurrun", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1650, "fDef": 100, "aDef": 80, "tDef": -70, "eDef": -70, "lvl": 77, "agiReq": 40, "defReq": 40, "hprPct": 14, "mdPct": -8, "ref": 9, "spd": 16, "fDamPct": 6, "aDamPct": 6, "wDefPct": -10, "id": 1676}, {"name": "Luster Purge", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-18", "fDam": "0-0", "wDam": "40-48", "aDam": "35-53", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 60, "intReq": 25, "agiReq": 25, "sdPct": 15, "ref": -20, "hpBonus": 400, "mdRaw": -58, "wDamPct": 15, "aDamPct": 15, "spRaw3": -5, "id": 1677}, {"name": "Lunar Spine", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "616-616", "fDam": "0-0", "wDam": "0-210", "aDam": "0-210", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 87, "intReq": 50, "agiReq": 50, "mr": -330, "sdPct": 66, "mdPct": 66, "ls": -370, "ms": 110, "atkTier": -66, "hprRaw": -333, "wDamPct": 33, "aDamPct": 33, "id": 1674}, {"name": "Lustrous", "tier": "Unique", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "50-150", "fDam": "140-270", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "170-240", "atkSpd": "VERY_SLOW", "lvl": 98, "strReq": 40, "defReq": 30, "mdPct": 10, "str": 7, "int": -12, "hpBonus": -2400, "mdRaw": 280, "fDamPct": 12, "eDamPct": 12, "wDefPct": -30, "id": 1678}, {"name": "Luto Aquarum", "tier": "Rare", "type": "wand", "category": "weapon", "drop": "NORMAL", "nDam": "20-25", "fDam": "0-0", "wDam": "5-5", "aDam": "0-0", "tDam": "0-0", "eDam": "190-220", "atkSpd": "SLOW", "lvl": 98, "strReq": 50, "intReq": 40, "ls": 269, "ms": 15, "spd": -25, "hpBonus": 3000, "mdRaw": 169, "wDamPct": 40, "eDefPct": 20, "spPct3": -22, "id": 1680}, {"name": "Lycoris", "tier": "Legendary", "type": "boots", "poison": 155, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "wDef": 15, "tDef": 15, "eDef": -40, "lvl": 39, "dexReq": 15, "intReq": 15, "sdPct": 12, "ls": -33, "hpBonus": -150, "wDamPct": 10, "tDamPct": 10, "id": 1679}, {"name": "Lydian", "tier": "Rare", "type": "spear", "poison": 450, "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, "strReq": 25, "spd": -12, "aDamPct": -10, "eDamPct": 10, "id": 1681}, {"name": "Lust", "tier": "Rare", "type": "spear", "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, "intReq": 15, "defReq": 15, "hprPct": 10, "mr": 5, "hprRaw": 15, "fDefPct": 10, "wDefPct": 10, "id": 1675}, {"name": "Cracked Oak Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "id": 3560}, {"name": "Cracked Oak Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "id": 3559}, {"name": "Cracked Oak Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "id": 3563}, {"name": "Cracked Oak Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "id": 3562}, {"name": "Cracked Oak Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "id": 3561}, {"name": "Aftershock", "tier": "Mythic", "type": "relik", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "80-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "1245-1430", "atkSpd": "SUPER_SLOW", "lvl": 77, "strReq": 80, "sdPct": -20, "str": 20, "def": 20, "hpBonus": 1850, "eDamPct": 20, "eDefPct": 20, "spPct4": -28, "id": 1684}, {"name": "Alkatraz", "tier": "Mythic", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "1350-1500", "atkSpd": "SUPER_SLOW", "lvl": 94, "strReq": 110, "mdPct": 40, "str": 40, "dex": -10, "int": -10, "agi": -10, "def": -10, "expd": 40, "eDamPct": 40, "id": 1683}, {"name": "Apocalypse", "tier": "Mythic", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "420-680", "fDam": "255-475", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 81, "defReq": 95, "hprPct": -125, "ls": 666, "int": -20, "def": 35, "expd": 150, "spRegen": -20, "wDamPct": -50, "fDefPct": 20, "wDefPct": -50, "id": 1685}, {"name": "Az", "tier": "Mythic", "type": "bow", "category": "weapon", "slots": 5, "drop": "NORMAL", "nDam": "110-170", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-250", "eDam": "0-0", "atkSpd": "FAST", "lvl": 74, "dexReq": 80, "xpb": 15, "int": 15, "def": 15, "fDamPct": 40, "wDamPct": 40, "spPct1": -23, "id": 1689}, {"name": "Crusade Sabatons", "tier": "Mythic", "type": "boots", "thorns": 35, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 5050, "fDef": 200, "eDef": 125, "lvl": 90, "strReq": 60, "defReq": 70, "hprPct": 31, "str": 20, "def": 30, "spd": -15, "hpBonus": 2500, "fDefPct": 20, "eDefPct": 30, "id": 1696}, {"name": "Discoverer", "tier": "Mythic", "type": "chestplate", "category": "armor", "drop": "lootchest", "lvl": 89, "xpb": 15, "lb": 154, "id": 1694}, {"name": "Grandmother", "tier": "Mythic", "type": "bow", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "150-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "440-595", "atkSpd": "SLOW", "lvl": 95, "strReq": 110, "hprPct": -35, "sdPct": 21, "mdPct": 21, "xpb": 15, "lb": 25, "str": 15, "agi": 55, "spd": -6, "hprRaw": -605, "id": 1704}, {"name": "Hero", "tier": "Mythic", "type": "spear", "majorIds": ["HERO"], "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "50-70", "fDam": "0-0", "wDam": "0-0", "aDam": "120-150", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 91, "agiReq": 110, "hprPct": 40, "mdPct": 40, "str": 20, "agi": 30, "spd": 40, "id": 1708}, {"name": "Archangel", "tier": "Mythic", "type": "dagger", "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, "agiReq": 70, "hprPct": 30, "agi": 15, "def": 10, "spd": 41, "hpBonus": 1900, "hprRaw": 120, "id": 1688}, {"name": "Ignis", "tier": "Mythic", "type": "bow", "majorIds": ["ALTRUISM"], "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "150-210", "fDam": "160-235", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "defReq": 105, "hprPct": 40, "def": 20, "hpBonus": 4000, "hprRaw": 345, "fDamPct": 10, "fDefPct": 100, "aDefPct": 50, "spPct4": -35, "id": 1706}, {"name": "Moontower", "tier": "Mythic", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 4150, "fDef": 75, "wDef": 125, "aDef": 125, "tDef": 225, "eDef": 75, "lvl": 95, "intReq": 70, "agiReq": 80, "str": -10, "dex": -10, "int": 35, "agi": 60, "def": -40, "spd": 25, "wDefPct": 40, "aDefPct": 40, "id": 1709}, {"name": "Quetzalcoatl", "tier": "Mythic", "type": "wand", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "25-45", "fDam": "0-0", "wDam": "0-0", "aDam": "45-75", "tDam": "0-0", "eDam": "50-70", "atkSpd": "VERY_FAST", "lvl": 103, "strReq": 70, "agiReq": 70, "ls": 1423, "spd": 28, "sdRaw": 270, "mdRaw": 95, "wDamPct": -80, "jh": 2, "id": 3644}, {"name": "Singularity", "tier": "Mythic", "type": "wand", "category": "weapon", "slots": 15, "drop": "NORMAL", "nDam": "0-0", "fDam": "125-275", "wDam": "150-250", "aDam": "100-300", "tDam": "75-325", "eDam": "175-225", "atkSpd": "SUPER_SLOW", "lvl": 99, "strReq": 42, "dexReq": 42, "intReq": 42, "agiReq": 42, "defReq": 42, "sdPct": 10, "mdPct": 15, "dex": 35, "spd": -40, "hprRaw": 250, "sdRaw": 222, "mdRaw": 444, "id": 1715}, {"name": "Stratiformis", "tier": "Mythic", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "95-175", "fDam": "0-0", "wDam": "0-0", "aDam": "170-300", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 99, "agiReq": 115, "sdPct": 12, "mdPct": 12, "ref": 12, "agi": 25, "spd": 76, "hpBonus": -2000, "id": 1765}, {"name": "Sunstar", "tier": "Mythic", "type": "relik", "thorns": 30, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "200-260", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "375-545", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "dexReq": 115, "ls": 625, "ref": 90, "mdRaw": 577, "wDamPct": -30, "tDamPct": 20, "id": 1720}, {"name": "Mach", "tier": "Unique", "type": "dagger", "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, "agiReq": 25, "defReq": 10, "agi": 8, "expd": 12, "spd": 15, "atkTier": 1, "hprRaw": 30, "fDamPct": 20, "id": 1728}, {"name": "Warchief", "tier": "Mythic", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 5225, "fDef": -100, "wDef": -100, "aDef": -100, "tDef": -150, "eDef": -150, "lvl": 98, "strReq": 80, "dexReq": 80, "mdPct": 40, "str": 20, "dex": 10, "expd": 35, "spd": -15, "mdRaw": 315, "tDamPct": 50, "eDamPct": 40, "id": 1725}, {"name": "Macht", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 5, "mdPct": 5, "str": 3, "type": "bracelet", "id": 1731}, {"name": "Maelstrom", "tier": "Legendary", "type": "bow", "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, "dexReq": 20, "intReq": 20, "agiReq": 20, "sdPct": 15, "mdPct": 15, "dex": 8, "int": 8, "agi": 8, "spd": 20, "hpBonus": -550, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "id": 1727}, {"name": "Magic Bounce", "tier": "Unique", "type": "relik", "thorns": 35, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-37", "fDam": "30-37", "wDam": "30-37", "aDam": "30-37", "tDam": "30-37", "eDam": "30-37", "atkSpd": "FAST", "lvl": 78, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "sdPct": 10, "xpb": 10, "lb": 10, "ref": 35, "expd": 35, "spRaw2": -5, "id": 1732}, {"name": "Magellan's Sail", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1900, "wDef": 70, "aDef": 60, "eDef": -80, "lvl": 75, "intReq": 45, "agiReq": 40, "mr": 5, "spd": 16, "hprRaw": -90, "wDamPct": 14, "aDamPct": 9, "id": 1730}, {"name": "Magicant", "tier": "Rare", "type": "wand", "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, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "id": 1735}, {"name": "Magma Rod", "tier": "Unique", "type": "spear", "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, "defReq": 40, "str": 5, "expd": 25, "hprRaw": -35, "fDamPct": 20, "wDamPct": -30, "fDefPct": 20, "wDefPct": -30, "eDefPct": 10, "id": 1739}, {"name": "Magma Chalice", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-70", "fDam": "110-120", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 96, "strReq": 40, "defReq": 30, "hprPct": 31, "expd": 15, "hpBonus": 2335, "eDamPct": 20, "fDefPct": 20, "aDefPct": -15, "eDefPct": 20, "id": 1734}, {"name": "Magmarizer", "tier": "Unique", "type": "dagger", "thorns": 25, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-110", "fDam": "60-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "60-70", "atkSpd": "NORMAL", "lvl": 93, "strReq": 30, "defReq": 35, "sdPct": -15, "hpBonus": 3200, "hprRaw": 120, "fDefPct": 15, "eDefPct": 15, "id": 1736}, {"name": "Magmawalkers", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 775, "fDef": 15, "eDef": 40, "lvl": 56, "strReq": 15, "defReq": 15, "hprPct": 20, "str": 4, "def": 7, "expd": 8, "spd": -8, "aDamPct": -8, "fDefPct": 25, "eDefPct": 25, "id": 1738}, {"name": "Magmatic Plate", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 1400, "wDef": -130, "lvl": 72, "strReq": 40, "defReq": 50, "mdPct": 22, "str": 9, "def": 10, "expd": 19, "fDamPct": 28, "eDamPct": 28, "wDefPct": -34, "id": 1733}, {"name": "Magnet Repulsor", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3225, "fDef": -100, "wDef": 100, "tDef": -175, "eDef": -100, "lvl": 96, "dexReq": 55, "intReq": 60, "mdPct": -20, "ms": 10, "int": 5, "expd": 12, "sdRaw": 205, "tDefPct": -20, "id": 3597}, {"name": "Magnus", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "355-535", "fDam": "445-600", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 92, "intReq": 40, "defReq": 30, "sdPct": 15, "expd": 33, "wDamPct": 20, "aDamPct": -20, "fDefPct": 10, "wDefPct": 10, "id": 1737}, {"name": "Magnitude", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "260-300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-250", "atkSpd": "VERY_SLOW", "lvl": 98, "strReq": 50, "mdPct": 10, "ms": 5, "str": 7, "expd": 5, "fDamPct": -20, "aDamPct": -20, "eDamPct": 15, "id": 1740}, {"name": "Mail of the Sweltering", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 40, "wDef": -120, "aDef": 30, "lvl": 60, "agiReq": 20, "defReq": 20, "ls": 75, "def": 5, "expd": 3, "hprRaw": 40, "aDamPct": 10, "fDefPct": 12, "id": 1741}, {"name": "Maji", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "75-95", "fDam": "0-0", "wDam": "110-138", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 83, "intReq": 40, "ls": 200, "xpb": 15, "lb": 15, "dex": -8, "int": 8, "hprRaw": 100, "wDefPct": 15, "tDefPct": 15, "eDefPct": -30, "id": 1742}, {"name": "Major", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 20, "mdRaw": 9, "type": "ring", "id": 1743}, {"name": "Malachite", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": -30, "tDef": 20, "eDef": 20, "lvl": 75, "strReq": 10, "dexReq": 10, "str": 3, "dex": 3, "sdRaw": 35, "mdRaw": 31, "type": "ring", "id": 1744}, {"name": "Maltic's Old Spear", "tier": "Legendary", "type": "spear", "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, "xpb": 10, "str": 7, "dex": 7, "id": 1749}, {"name": "Malfunction", "tier": "Unique", "type": "spear", "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, "dexReq": 20, "intReq": 20, "hprPct": -20, "sdPct": 14, "ms": 5, "xpb": 10, "hpBonus": -150, "tDamPct": 12, "wDefPct": -20, "tDefPct": -20, "id": 1745}, {"name": "Maltic's Aid", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 75, "lvl": 18, "lb": 8, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "id": 1746}, {"name": "Manablast", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "180-215", "aDam": "0-0", "tDam": "180-215", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "dexReq": 40, "intReq": 40, "mr": 10, "sdPct": 20, "mdPct": -20, "ms": -15, "expd": 20, "sdRaw": 231, "mdRaw": -235, "id": 1748}, {"name": "Mama Zomble's Memory", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "lvl": 1, "id": 1747}, {"name": "Manaflux", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "wDef": 80, "eDef": -80, "lvl": 78, "intReq": 50, "mr": 5, "sdPct": 10, "mdPct": -13, "ls": -75, "str": -5, "int": 7, "wDamPct": 10, "eDamPct": -10, "id": 1751}, {"name": "Mangrove", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 630, "fDef": -65, "wDef": 50, "eDef": 50, "lvl": 52, "strReq": 30, "intReq": 30, "hprPct": 10, "mr": 5, "spd": -11, "hprRaw": 30, "wDefPct": 8, "eDefPct": 8, "id": 1750}, {"name": "Maple", "tier": "Unique", "type": "wand", "thorns": 11, "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, "str": 7, "hprRaw": 40, "eDamPct": 8, "fDefPct": -5, "id": 1752}, {"name": "Marble", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 90, "fDef": 4, "wDef": 4, "aDef": 4, "tDef": 4, "eDef": 4, "lvl": 48, "strReq": 4, "dexReq": 4, "intReq": 4, "agiReq": 4, "defReq": 4, "sdPct": 5, "sdRaw": 12, "type": "ring", "id": 1754}, {"name": "Marble Forest", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "133-136", "tDam": "0-0", "eDam": "133-136", "atkSpd": "NORMAL", "lvl": 87, "strReq": 30, "agiReq": 30, "str": 15, "dex": -15, "agi": 15, "def": -15, "fDamPct": -25, "aDamPct": 25, "tDamPct": -25, "eDamPct": 25, "fDefPct": -20, "aDefPct": 20, "tDefPct": -20, "eDefPct": 20, "id": 1753}, {"name": "Marrow", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "lvl": 65, "hprPct": 24, "mdPct": -4, "hprRaw": 60, "fDamPct": 7, "id": 1757}, {"name": "Marius' Lament", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -125, "fDef": -25, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": -25, "lvl": 49, "dexReq": 5, "intReq": 5, "agiReq": 5, "ls": 29, "agi": 5, "spRegen": 10, "type": "bracelet", "id": 1756}, {"name": "Marsh Runner", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 920, "wDef": 75, "tDef": -60, "lvl": 58, "intReq": 20, "xpb": 8, "ref": 12, "int": 5, "wDamPct": 7, "tDamPct": -4, "id": 1755}, {"name": "Marsh Waders", "tier": "Rare", "type": "leggings", "poison": 788, "thorns": 22, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2300, "wDef": 100, "aDef": -100, "tDef": -60, "eDef": 60, "lvl": 86, "strReq": 20, "intReq": 20, "mr": 5, "str": 8, "spd": -7, "wDamPct": 15, "id": 1758}, {"name": "Marvel", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": -100, "wDef": 15, "aDef": 15, "eDef": -25, "lvl": 72, "intReq": 50, "agiReq": 10, "sdPct": 11, "mdPct": -8, "ref": 14, "spd": 8, "type": "ring", "id": 1761}, {"name": "Martyr", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "fDef": 15, "aDef": 15, "lvl": 77, "agiReq": 30, "defReq": 30, "hprPct": -12, "sdPct": 8, "mdPct": 12, "hprRaw": -36, "type": "ring", "id": 1829}, {"name": "Mask of the Spirits", "skin": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjdlODQ5MGMwZjk3ZTU5ZTJjNjA5MzI3MjVmMTAyMzVlOTdiNzQ0YmRhYjU5ODcwMmEwYjJlNzk5MGRlMzA0YyJ9fX0= ", "tier": "Legendary", "type": "helmet", "category": "armor", "drop": "never", "lvl": 1, "id": 3649}, {"name": "Masochist", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "aDef": -40, "eDef": 30, "lvl": 59, "strReq": 30, "hprPct": 40, "sdPct": -45, "mdPct": 35, "ls": -230, "ms": -5, "xpb": 15, "str": 7, "eDamPct": 12, "id": 1759}, {"name": "Master", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": -10, "lvl": 11, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "type": "necklace", "id": 1760}, {"name": "Matchbook", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -125, "fDef": -60, "lvl": 83, "defReq": 65, "def": 13, "expd": 12, "fDamPct": -7, "type": "necklace", "id": 3622}, {"name": "Mazurka", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "1-207", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 73, "dexReq": 35, "dex": 5, "hpBonus": -750, "sdRaw": 101, "mdRaw": 54, "tDamPct": 15, "id": 1762}, {"name": "Meanderthal", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 335, "eDef": 20, "lvl": 29, "strReq": 12, "mdPct": 10, "xpb": 10, "str": 9, "def": 9, "spd": -10, "id": 1766}, {"name": "Mech Core", "tier": "Rare", "quest": "Desperate Metal", "category": "accessory", "drop": "never", "fDef": 50, "wDef": -25, "lvl": 86, "defReq": 35, "hprPct": 10, "mr": -5, "int": -5, "def": 8, "hpBonus": 630, "hprRaw": 75, "type": "necklace", "id": 1861}, {"name": "Medico", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 70, "lvl": 17, "hprPct": 14, "hpBonus": 22, "hprRaw": 6, "id": 1768}, {"name": "Meep", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -135, "lvl": 59, "sdPct": -6, "mdPct": -6, "agi": 5, "spd": 11, "type": "ring", "id": 1767}, {"name": "Meditation Robe", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 235, "wDef": 10, "tDef": -25, "lvl": 35, "intReq": 25, "mr": 5, "mdPct": -10, "ms": 5, "xpb": 10, "wDamPct": 12, "tDefPct": -10, "id": 1769}, {"name": "Meikyo Shisui", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1500, "wDef": 60, "lvl": 66, "intReq": 60, "mr": 10, "ref": 10, "int": 7, "spd": -15, "spRegen": 10, "hprRaw": 40, "id": 1770}, {"name": "Melody", "tier": "Unique", "category": "accessory", "drop": "lootchest", "aDef": 6, "lvl": 48, "agiReq": 24, "mdPct": 4, "agi": 3, "spd": 2, "sdRaw": 14, "type": "ring", "id": 1774}, {"name": "Melange", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-11", "fDam": "10-12", "wDam": "9-13", "aDam": "7-15", "tDam": "6-16", "eDam": "8-14", "atkSpd": "NORMAL", "lvl": 31, "strReq": 7, "dexReq": 7, "intReq": 7, "agiReq": 7, "defReq": 7, "sdPct": 7, "mdPct": 7, "xpb": 7, "lb": 7, "spd": 7, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "fDefPct": 7, "wDefPct": 7, "aDefPct": 7, "tDefPct": 7, "eDefPct": 7, "id": 1771}, {"name": "Melon Cutter", "tier": "Unique", "type": "wand", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-160", "atkSpd": "NORMAL", "lvl": 58, "strReq": 30, "mdPct": 20, "str": 10, "hpBonus": -350, "eDamPct": 10, "id": 1772}, {"name": "Melted Ruby", "tier": "Unique", "type": "wand", "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, "defReq": 10, "mr": 5, "sdPct": 9, "hpBonus": 25, "wDamPct": -5, "id": 1773}, {"name": "Meltok", "tier": "Rare", "type": "wand", "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, "hprPct": 10, "xpb": 4, "id": 1778}, {"name": "Meltsteel Greaves", "tier": "Unique", "type": "leggings", "thorns": 11, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2050, "fDef": 90, "wDef": -50, "aDef": -50, "lvl": 77, "strReq": 30, "defReq": 30, "mdPct": 11, "str": 5, "expd": 8, "spd": -8, "id": 1777}, {"name": "Memento", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "wDef": 150, "tDef": -150, "lvl": 92, "intReq": 80, "mr": 10, "sdPct": 15, "ls": -600, "xpb": 20, "spRegen": 15, "sdRaw": 120, "id": 1775}, {"name": "Mercury Bomb", "tier": "Legendary", "type": "relik", "poison": 1530, "thorns": 20, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "42-48", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 57, "dexReq": 35, "defReq": 35, "hprPct": -100, "ls": 30, "ms": -5, "def": 12, "expd": 39, "tDamPct": 20, "id": 1781}, {"name": "Mender", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 940, "fDef": 60, "wDef": 60, "tDef": -80, "lvl": 61, "intReq": 30, "defReq": 20, "hprPct": 30, "int": 5, "def": 4, "tDamPct": -20, "fDefPct": 10, "wDefPct": 12, "id": 1776}, {"name": "Meridian", "tier": "Rare", "type": "bow", "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, "intReq": 5, "mr": 5, "xpb": 12, "int": 7, "wDamPct": 5, "id": 1784}, {"name": "Mercy", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": 8, "wDef": 8, "aDef": 8, "tDef": 8, "eDef": 8, "lvl": 71, "hprPct": 15, "sdPct": -2, "mdPct": -2, "xpb": 8, "type": "ring", "id": 1780}, {"name": "Mesosphere", "tier": "Rare", "type": "boots", "thorns": 14, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2400, "wDef": -70, "aDef": 70, "tDef": 90, "eDef": -90, "lvl": 91, "dexReq": 50, "agiReq": 25, "mr": 5, "ms": 5, "ref": 15, "agi": 5, "spd": 11, "sdRaw": 145, "mdRaw": 190, "tDamPct": 13, "id": 1785}, {"name": "Mesarock Arch", "tier": "Legendary", "type": "bow", "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, "strReq": 10, "xpb": 10, "lb": 10, "dex": 4, "int": 4, "agi": 4, "def": 4, "fDamPct": 12, "wDamPct": 12, "aDamPct": 12, "tDamPct": 12, "id": 1782}, {"name": "Meteoric Aegis", "tier": "Unique", "type": "chestplate", "thorns": 15, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2150, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 85, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "mr": 10, "xpb": 10, "ref": 15, "id": 1783}, {"name": "Meteoric Arch", "tier": "Rare", "type": "bow", "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, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spRegen": 3, "hprRaw": 35, "sdRaw": 60, "id": 1786}, {"name": "Meteorite", "tier": "Unique", "type": "spear", "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, "strReq": 10, "defReq": 10, "mdPct": 15, "expd": 10, "wDefPct": -10, "aDefPct": -10, "id": 1800}, {"name": "Midnight Bell", "tier": "Rare", "type": "wand", "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, "agi": 7, "spd": 5, "fDefPct": -5, "id": 1788}, {"name": "Mighty Pants", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1000, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 61, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "sdPct": 15, "id": 1787}, {"name": "Mind Rot", "tier": "Rare", "type": "helmet", "poison": 420, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1700, "fDef": -15, "wDef": -15, "aDef": -15, "tDef": -15, "eDef": -15, "lvl": 70, "hprPct": -12, "mr": -5, "ls": 115, "ms": 10, "int": -6, "hpBonus": -150, "mdRaw": 130, "id": 1792}, {"name": "Millennium", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1200, "lvl": 63, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spRegen": 3, "hprRaw": 60, "sdRaw": 120, "id": 1789}, {"name": "Mind Cracker", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 8, "sdPct": 3, "int": 1, "type": "ring", "id": 1790}, {"name": "Minor", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 20, "sdRaw": 7, "type": "ring", "id": 1791}, {"name": "Minus", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "75-99", "eDam": "84-90", "atkSpd": "SLOW", "lvl": 42, "strReq": 18, "dexReq": 18, "spd": -10, "hpBonus": -185, "spRegen": -15, "spRaw1": -5, "spRaw3": -5, "id": 1794}, {"name": "Mirror", "tier": "Rare", "thorns": 8, "category": "accessory", "drop": "lootchest", "hp": 175, "lvl": 56, "ref": 14, "type": "ring", "id": 1793}, {"name": "Mirror's Edge", "tier": "Fabled", "type": "leggings", "sprint": 50, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 625, "lvl": 63, "agiReq": 60, "ref": 30, "agi": 20, "spd": 25, "spPct2": -42, "sprintReg": 100, "jh": 1, "id": 1795}, {"name": "Misericorde", "tier": "Rare", "type": "dagger", "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, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "mr": -10, "sdPct": -12, "mdPct": 10, "ls": 55, "ms": 15, "hprRaw": -28, "id": 1797}, {"name": "Mirror Shard", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "44-55", "aDam": "0-0", "tDam": "61-85", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 67, "dexReq": 25, "intReq": 30, "sdPct": 22, "ms": 5, "lb": 12, "ref": 30, "hprRaw": -71, "eDefPct": -25, "id": 1796}, {"name": "Misconduct", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "46-100", "aDam": "0-0", "tDam": "20-126", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 98, "dexReq": 40, "intReq": 40, "hprPct": -30, "sdPct": 20, "ms": 10, "spd": 12, "hpBonus": -1100, "hprRaw": -140, "id": 1799}, {"name": "Hornet", "displayName": "Missile", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "43-55", "fDam": "0-0", "wDam": "0-0", "aDam": "80-80", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "agiReq": 25, "defReq": 35, "mdPct": 15, "ls": -260, "expd": 50, "spd": 20, "mdRaw": 80, "fDamPct": 40, "tDamPct": -20, "eDamPct": 19, "id": 1809}, {"name": "Misfit", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "81-83", "eDam": "81-83", "atkSpd": "SUPER_FAST", "lvl": 96, "strReq": 60, "dexReq": 60, "mr": -5, "mdPct": 20, "ms": -15, "lb": 15, "expd": 25, "tDamPct": 15, "eDamPct": 15, "spRaw4": -10, "id": 1798}, {"name": "Mist", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 1000, "fDef": -100, "wDef": 50, "aDef": 50, "lvl": 56, "intReq": 20, "agiReq": 30, "sdPct": -10, "mdPct": -10, "xpb": 8, "ref": 8, "agi": 7, "spd": 4, "id": 1802}, {"name": "Mist Blade", "tier": "Rare", "type": "spear", "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, "agiReq": 10, "ms": 5, "agi": 4, "wDamPct": 5, "aDamPct": 5, "id": 1801}, {"name": "Mistral", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1800, "fDef": -80, "aDef": 80, "lvl": 85, "intReq": 30, "agiReq": 50, "mr": 5, "sdPct": 20, "mdPct": -20, "ref": 16, "spd": 16, "aDamPct": 20, "id": 1806}, {"name": "Mistweaver", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "69-75", "fDam": "0-0", "wDam": "69-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 66, "intReq": 20, "agiReq": 25, "agi": 5, "aDamPct": 20, "fDefPct": -15, "wDefPct": 30, "aDefPct": 30, "tDefPct": -15, "id": 1807}, {"name": "Mistpuff", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "wDef": 20, "aDef": 30, "tDef": -60, "lvl": 53, "intReq": 15, "agiReq": 20, "ref": 9, "int": 4, "agi": 5, "def": -3, "spd": 9, "eDamPct": -12, "id": 1804}, {"name": "Mithril Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 350, "fDef": -5, "wDef": -5, "aDef": -5, "tDef": -5, "lvl": 39, "strReq": 20, "mdPct": 5, "xpb": 5, "def": 10, "id": 1805}, {"name": "Mitten", "tier": "Unique", "type": "dagger", "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, "hpBonus": 5, "hprRaw": 1, "id": 1811}, {"name": "Missing", "tier": "Rare", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 2500, "lvl": 80, "dexReq": 40, "defReq": 40, "ls": 195, "ms": 10, "int": -23, "eSteal": 10, "spPct1": -14, "spPct3": -7, "id": 1803}, {"name": "Mixolydian", "tier": "Unique", "type": "spear", "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, "agiReq": 25, "agi": 7, "spd": 15, "aDamPct": 10, "id": 1812}, {"name": "Moisture", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "wDef": 15, "aDef": 20, "tDef": -50, "lvl": 51, "intReq": 30, "agiReq": 30, "mdPct": -20, "xpb": 15, "ref": 10, "spd": 10, "sdRaw": 40, "wDamPct": 8, "aDamPct": 10, "id": 1808}, {"name": "Molten Flow", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2425, "fDef": 120, "wDef": -130, "eDef": 50, "lvl": 84, "defReq": 50, "hprPct": 30, "str": 6, "def": 6, "spd": -8, "hprRaw": 110, "fDamPct": 16, "eDamPct": 14, "fDefPct": 6, "aDefPct": 20, "eDefPct": 18, "id": 1816}, {"name": "Molotov", "tier": "Legendary", "type": "bow", "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, "defReq": 20, "hprPct": -15, "mdPct": 12, "def": 5, "expd": 20, "fDamPct": 8, "id": 1810}, {"name": "Mercenary Hood", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 120, "fDef": 4, "tDef": 6, "eDef": -8, "lvl": 19, "dexReq": 5, "hprPct": 15, "dex": 3, "mdRaw": 20, "id": 1779}, {"name": "Monk's Cowl", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 52, "wDef": 2, "tDef": 2, "lvl": 12, "hprPct": 10, "xpb": 6, "spRegen": 10, "id": 1814}, {"name": "Momentum", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "lvl": 79, "strReq": 50, "ms": 5, "str": 5, "dex": 4, "spd": -8, "atkTier": -1, "mdRaw": 275, "type": "bracelet", "id": 1813}, {"name": "Monk's Battle Staff", "tier": "Rare", "type": "wand", "category": "weapon", "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, "strReq": 29, "sdPct": -10, "mdPct": 10, "spd": 3, "sdRaw": -45, "mdRaw": 130, "aDefPct": -12, "id": 1815}, {"name": "Montefiore", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1340, "lvl": 64, "hprPct": 25, "ms": -5, "spRegen": 5, "hprRaw": 65, "id": 1821}, {"name": "Moonsetter", "tier": "Unique", "type": "wand", "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, "dexReq": 10, "defReq": 20, "hprPct": 12, "xpb": 8, "int": -3, "expd": 5, "wDamPct": -15, "tDamPct": 10, "wDefPct": -5, "aDefPct": 5, "id": 1820}, {"name": "Morning Star", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-140", "fDam": "80-140", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 72, "mdPct": 10, "ref": 15, "spRegen": 5, "wDamPct": -5, "aDamPct": 10, "fDefPct": 10, "aDefPct": 5, "id": 1822}, {"name": "Moonbeam", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2200, "wDef": 80, "tDef": -80, "lvl": 89, "intReq": 60, "mr": 10, "sdPct": 8, "xpb": 12, "int": 8, "spRegen": 12, "wDamPct": 8, "wDefPct": 12, "aDefPct": 12, "id": 1817}, {"name": "Mortar", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 140, "aDef": -5, "eDef": 10, "lvl": 28, "strReq": 10, "mdPct": 10, "str": 4, "expd": 2, "aDamPct": -10, "eDamPct": 7, "id": 1819}, {"name": "Mosaic", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "40-60", "wDam": "40-60", "aDam": "40-60", "tDam": "40-60", "eDam": "40-60", "atkSpd": "SLOW", "lvl": 76, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "sdPct": -9, "mdPct": -9, "hprRaw": 80, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "id": 1826}, {"name": "Moulded Helm", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1050, "aDef": -80, "eDef": 100, "lvl": 67, "strReq": 35, "sdPct": 7, "mdPct": 11, "expd": 12, "spd": -8, "atkTier": -1, "eDamPct": 40, "aDefPct": -20, "eDefPct": 20, "id": 1823}, {"name": "Moss", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2300, "wDef": 65, "eDef": 65, "lvl": 81, "strReq": 30, "intReq": 30, "hprPct": 25, "sdPct": -5, "mdPct": -5, "hprRaw": 100, "wDefPct": 15, "tDefPct": 25, "eDefPct": 15, "id": 1824}, {"name": "Mountain Spirit", "tier": "Rare", "type": "dagger", "quest": "The Lost", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-120", "fDam": "0-0", "wDam": "0-0", "aDam": "30-70", "tDam": "30-70", "eDam": "0-0", "atkSpd": "FAST", "lvl": 86, "dexReq": 35, "agiReq": 35, "sdPct": 4, "xpb": 8, "dex": 5, "agi": 5, "mdRaw": 120, "aDamPct": 8, "tDamPct": 8, "id": 1825}, {"name": "Mouth of Fate", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "86-100", "tDam": "76-110", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 92, "dexReq": 38, "agiReq": 38, "sdPct": 9, "mdPct": 9, "dex": 9, "agi": 9, "spd": 9, "sdRaw": 135, "mdRaw": 110, "eDefPct": -30, "id": 1827}, {"name": "Mountaintop", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "wDef": -70, "aDef": 70, "tDef": -150, "eDef": 150, "lvl": 92, "strReq": 35, "agiReq": 15, "mdPct": 12, "dex": 10, "spd": 8, "mdRaw": 175, "fDamPct": -12, "aDamPct": 5, "eDamPct": 5, "eDefPct": 12, "id": 1830}, {"name": "Msitu", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-92", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-130", "atkSpd": "FAST", "lvl": 82, "strReq": 40, "mr": 10, "xpb": 15, "lb": 15, "str": 8, "agi": -8, "fDefPct": -30, "aDefPct": 15, "eDefPct": 15, "id": 1828}, {"name": "Mud Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 46, "wDef": 5, "aDef": -7, "eDef": 5, "lvl": 13, "mdPct": 7, "spd": -4, "wDamPct": 4, "id": 1831}, {"name": "Muddy Soles", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 410, "wDef": 10, "aDef": -20, "eDef": 15, "lvl": 45, "strReq": 15, "intReq": 5, "str": 7, "spd": -7, "aDamPct": -6, "fDefPct": 10, "wDefPct": 8, "tDefPct": 10, "eDefPct": 8, "id": 1833}, {"name": "Mullberry", "tier": "Unique", "type": "bow", "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, "hprPct": 10, "xpb": 6, "hpBonus": 15, "id": 1835}, {"name": "Multitool", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 76, "dex": 8, "type": "bracelet", "id": 3578}, {"name": "Murk", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 970, "wDef": 55, "tDef": -65, "lvl": 63, "intReq": 45, "sdPct": 5, "ms": 5, "spd": -6, "sdRaw": 85, "wDamPct": 5, "tDamPct": 8, "eDamPct": -6, "tDefPct": -8, "id": 1837}, {"name": "Mudskipper", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "wDef": 60, "aDef": 60, "tDef": -100, "eDef": 60, "lvl": 70, "strReq": 25, "intReq": 25, "agiReq": 25, "sdPct": 7, "mdPct": 7, "str": 4, "agi": 4, "spd": 8, "wDamPct": 8, "tDefPct": -10, "id": 1832}, {"name": "Muskeg", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 780, "wDef": 45, "aDef": -55, "eDef": 45, "lvl": 53, "strReq": 30, "intReq": 30, "mr": 5, "agi": -4, "spd": -8, "wDamPct": 12, "eDamPct": 12, "aDefPct": -10, "id": 1836}, {"name": "Muscle Shirt", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 140, "lvl": 25, "strReq": 15, "str": 8, "id": 1834}, {"name": "Mustard Helmet", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 90, "fDef": -10, "wDef": 5, "eDef": 5, "lvl": 22, "strReq": 3, "intReq": 3, "expd": 3, "wDamPct": 5, "eDefPct": 5, "id": 1838}, {"name": "Mycelium Plating", "tier": "Unique", "type": "leggings", "poison": 720, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3025, "wDef": -60, "aDef": -80, "eDef": 130, "lvl": 96, "strReq": 50, "ls": -100, "ms": -5, "str": 7, "hprRaw": 150, "aDamPct": -15, "eDamPct": 20, "eDefPct": 12, "id": 1839}, {"name": "Mystic Sandals", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 85, "wDef": 10, "tDef": -10, "lvl": 22, "intReq": 10, "mr": 5, "int": 4, "sdRaw": 15, "tDamPct": -6, "id": 1841}, {"name": "Myelin", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2050, "wDef": 120, "tDef": 50, "lvl": 87, "dexReq": 20, "intReq": 50, "sdPct": 10, "mdPct": -25, "ms": 10, "int": 7, "sdRaw": 165, "tDamPct": 8, "tDefPct": 12, "id": 1842}, {"name": "Mythical Trousers", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 500, "lvl": 42, "defReq": 25, "hprPct": 20, "mr": -5, "ls": 37, "hpBonus": 150, "hprRaw": 27, "wDamPct": -7, "aDamPct": -7, "tDamPct": -7, "eDamPct": -7, "fDefPct": 20, "id": 1843}, {"name": "Mystical Lance", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-95", "fDam": "0-0", "wDam": "0-0", "aDam": "45-45", "tDam": "45-45", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 84, "dexReq": 40, "agiReq": 40, "sdPct": 7, "mdPct": 7, "dex": 18, "agi": 18, "def": -22, "fDamPct": -96, "fDefPct": -41, "id": 1844}, {"name": "Abyssal Amulet", "tier": "Legendary", "quest": "Eye of the Storm", "poison": 450, "category": "accessory", "drop": "never", "fDef": 30, "tDef": 30, "lvl": 72, "hprPct": -15, "ls": 75, "spRegen": -10, "type": "necklace", "id": 1847}, {"name": "Abysso Galoshes", "tier": "Legendary", "type": "boots", "quest": "Beneath the Depths", "category": "armor", "slots": 2, "drop": "never", "restrict": "Quest Item", "hp": 1400, "wDef": 50, "tDef": 80, "lvl": 60, "hprPct": -20, "ms": 10, "dex": 7, "int": 7, "sdRaw": 100, "wDamPct": 10, "tDamPct": 10, "eDefPct": -35, "id": 1845}, {"name": "Aerolia Boots", "tier": "Unique", "type": "boots", "quest": "Suspended Flowers", "category": "armor", "slots": 1, "drop": "never", "hp": 55, "lvl": 14, "hprPct": 15, "mr": 5, "id": 1848}, {"name": "Air Relic Dagger", "displayName": "Air Relic Daggers", "tier": "Rare", "type": "dagger", "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, "agiReq": 30, "xpb": 15, "lb": 15, "agi": 7, "spd": 20, "sdRaw": 85, "aDamPct": 15, "aDefPct": 15, "id": 1846}, {"name": "Air Relic Relik", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "25-65", "fDam": "0-0", "wDam": "0-0", "aDam": "25-65", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 45, "agiReq": 15, "xpb": 15, "lb": 15, "agi": 5, "spd": 20, "sdRaw": 60, "aDamPct": 15, "aDefPct": 15, "id": 1852}, {"name": "Amulet of Rejuvenation", "tier": "Rare", "quest": "Aldorei^s Secret Part II", "poison": -20000, "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 80, "hprPct": 15, "sdPct": -500, "mdPct": -500, "spd": -300, "hprRaw": 750, "sdRaw": -10000, "mdRaw": -10000, "type": "necklace", "fixID": true, "id": 1850}, {"name": "Altum Spatium", "tier": "Legendary", "quest": "???\u058e", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 251, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 80, "xpb": 19, "ref": 19, "type": "necklace", "id": 1849}, {"name": "Anya's Penumbra", "tier": "Fabled", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 30, "tDef": 30, "lvl": 100, "int": 15, "spRegen": -14, "type": "bracelet", "spRaw2": 5, "id": 1860}, {"name": "Ancient Runic Relik", "tier": "Legendary", "type": "relik", "quest": "Reincarnation", "category": "weapon", "slots": 3, "drop": "never", "nDam": "290-320", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "sdPct": 10, "mdPct": 10, "xpb": 20, "lb": 20, "str": 10, "dex": 10, "int": 10, "agi": 10, "def": 10, "fixID": true, "id": 1851}, {"name": "Mvuke", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-72", "fDam": "90-120", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "defReq": 40, "mr": 10, "xpb": 15, "lb": 15, "int": -8, "def": 8, "fDefPct": 15, "wDefPct": 15, "tDefPct": -30, "id": 1840}, {"name": "Avalanche", "tier": "Rare", "type": "helmet", "quest": "Fate of the Fallen", "thorns": 20, "category": "armor", "slots": 2, "drop": "never", "hp": 225, "fDef": -20, "lvl": 43, "intReq": 20, "mr": 10, "xpb": 10, "int": 7, "fDamPct": -10, "wDamPct": 10, "aDamPct": 5, "fDefPct": -12, "id": 1853}, {"name": "Blood Moon", "tier": "Legendary", "type": "helmet", "category": "armor", "drop": "never", "hp": 2125, "wDef": -75, "eDef": 75, "lvl": 70, "sdPct": -50, "mdPct": 50, "sdRaw": -165, "mdRaw": 215, "id": 1856}, {"name": "Bear Head", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "hp": 72, "lvl": 15, "mdRaw": 25, "id": 2393, "set": "Bear"}, {"name": "Bob's Battle Chestplate", "tier": "Unique", "type": "chestplate", "quest": "Bob's Lost Soul", "category": "armor", "slots": 3, "drop": "never", "hp": 450, "lvl": 45, "sdPct": 8, "mdPct": 8, "xpb": 8, "lb": 8, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "id": 1855}, {"name": "Black Veil", "tier": "Rare", "type": "helmet", "allowCraftsman": true, "poison": 105, "category": "armor", "drop": "never", "hp": 570, "tDef": 30, "eDef": -30, "lvl": 51, "sdPct": 15, "ls": 49, "ms": 5, "xpb": -8, "lb": -8, "spRegen": -8, "id": 1866}, {"name": "Bob's Mythic Bow", "tier": "Legendary", "type": "bow", "quest": "Reincarnation", "category": "weapon", "slots": 3, "drop": "never", "nDam": "380-450", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "sdPct": 10, "mdPct": 10, "xpb": 20, "lb": 20, "str": 10, "dex": 10, "int": 10, "agi": 10, "def": 10, "fixID": true, "id": 1857}, {"name": "Bob's Mythic Daggers", "tier": "Legendary", "type": "dagger", "quest": "Reincarnation", "category": "weapon", "slots": 3, "drop": "never", "nDam": "185-235", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 75, "sdPct": 10, "mdPct": 10, "xpb": 20, "lb": 20, "str": 10, "dex": 10, "int": 10, "agi": 10, "def": 10, "fixID": true, "id": 1858}, {"name": "Bob's Mythic Spear", "tier": "Legendary", "type": "spear", "quest": "Reincarnation", "category": "weapon", "slots": 3, "drop": "never", "nDam": "250-310", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "sdPct": 10, "mdPct": 10, "xpb": 20, "lb": 20, "str": 10, "dex": 10, "int": 10, "agi": 10, "def": 10, "fixID": true, "id": 1918}, {"name": "Bob's Mythic Wand", "tier": "Legendary", "type": "wand", "quest": "Reincarnation", "category": "weapon", "slots": 3, "drop": "never", "nDam": "125-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "sdPct": 10, "mdPct": 10, "xpb": 20, "lb": 20, "str": 10, "dex": 10, "int": 10, "agi": 10, "def": 10, "fixID": true, "id": 1859}, {"name": "Bovine Cuff", "tier": "Rare", "category": "accessory", "drop": "never", "hp": 50, "eDef": 20, "lvl": 55, "mdPct": 5, "str": 7, "type": "bracelet", "id": 1862}, {"name": "Calamaro's Bow", "tier": "Rare", "type": "bow", "quest": "Underice", "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, "mr": 5, "sdPct": 12, "mdPct": -5, "int": 4, "spd": 10, "fixID": true, "id": 1863}, {"name": "Calamaro's Spear", "tier": "Rare", "type": "spear", "quest": "Underice", "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, "mr": 5, "sdPct": 12, "mdPct": -5, "int": 4, "spd": 10, "fixID": true, "id": 1870}, {"name": "Breathing Helmet II", "tier": "Unique", "type": "helmet", "allowCraftsman": true, "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 300, "wDef": 40, "tDef": -40, "lvl": 40, "ref": 20, "spd": 5, "wDamPct": 15, "fixID": true, "id": 1867}, {"name": "Calamaro's Relik", "tier": "Rare", "type": "relik", "quest": "Underice", "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, "mr": 5, "sdPct": 12, "mdPct": -5, "int": 4, "spd": 10, "fixID": true, "id": 1865}, {"name": "Calamaro's Staff", "tier": "Rare", "type": "wand", "quest": "Underice", "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, "mr": 5, "sdPct": 12, "mdPct": -5, "int": 4, "spd": 10, "fixID": true, "id": 1871}, {"name": "Calamaro's Sword", "tier": "Rare", "type": "dagger", "quest": "Underice", "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, "mr": 5, "sdPct": 12, "mdPct": -5, "int": 4, "spd": 10, "fixID": true, "id": 1868}, {"name": "Clearsight Spectacles", "tier": "Legendary", "type": "helmet", "quest": "Realm of Light IV - Finding the Light", "category": "armor", "slots": 3, "drop": "never", "hp": 1800, "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 71, "xpb": 20, "lb": 15, "ref": 50, "int": 5, "spRegen": 25, "hprRaw": 85, "id": 1873}, {"name": "Changeling's Chestplate", "tier": "Rare", "type": "chestplate", "quest": "General's Orders", "category": "armor", "slots": 3, "drop": "never", "hp": 2150, "fDef": 55, "wDef": 55, "aDef": 55, "tDef": 55, "eDef": 55, "lvl": 80, "xpb": 15, "lb": 15, "str": -1, "dex": -1, "int": -1, "agi": -1, "def": -1, "spd": 15, "hprRaw": 100, "sdRaw": 135, "mdRaw": 175, "jh": 1, "id": 1869}, {"name": "Climbing Helmet", "tier": "Unique", "type": "helmet", "quest": "Ice Nations", "category": "armor", "slots": 2, "drop": "never", "restrict": "Quest Item", "hp": 350, "aDef": 30, "eDef": 30, "lvl": 42, "xpb": 10, "lb": 10, "str": 5, "agi": 5, "spd": 10, "mdRaw": 56, "id": 1872}, {"name": "Confusing Cap", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "never", "hp": 99, "lvl": 18, "int": -20, "id": 1874}, {"name": "Contest Wynner Cap", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 5, "lvl": 1, "id": 1875}, {"name": "Dark Diadem", "tier": "Rare", "quest": "The Dark Descent", "category": "accessory", "drop": "never", "wDef": -20, "lvl": 24, "sdPct": 4, "ms": 5, "xpb": 6, "spRegen": -10, "type": "necklace", "id": 1876}, {"name": "Detective's Ring", "tier": "Rare", "quest": "Murder Mystery", "category": "accessory", "drop": "never", "lvl": 74, "sdPct": 7, "xpb": 6, "int": 7, "type": "ring", "id": 1926}, {"name": "Breathing Helmet I", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Quest Item", "hp": 20, "wDef": 5, "tDef": -3, "lvl": 8, "id": 1864}, {"name": "Digested Corpse", "tier": "Unique", "type": "chestplate", "poison": 480, "thorns": 20, "category": "armor", "slots": 2, "drop": "never", "hp": 1400, "wDef": -60, "lvl": 71, "strReq": 25, "dexReq": 25, "hprPct": -140, "mdPct": 7, "hprRaw": -9, "mdRaw": 125, "id": 1878}, {"name": "Cloak of Luminosity", "tier": "Rare", "type": "chestplate", "quest": "Realm of Light III - A Headless History", "category": "armor", "drop": "never", "hp": 1280, "fDef": 40, "wDef": 75, "aDef": 40, "tDef": 75, "eDef": 40, "lvl": 64, "mr": 5, "sdPct": 15, "ms": 5, "xpb": 15, "lb": 15, "ref": 15, "spRegen": 15, "wDamPct": 5, "tDamPct": 5, "id": 1877}, {"name": "Dragon's Eye Bracelet", "tier": "Fabled", "quest": "The Order of the Grook", "category": "accessory", "drop": "never", "fDef": 25, "lvl": 60, "defReq": 40, "xpb": 10, "expd": 5, "fDamPct": 11, "wDefPct": -8, "type": "bracelet", "spRaw3": -5, "id": 1879, "set": "Grookwarts"}, {"name": "Draoi Fair", "tier": "Fabled", "quest": "The Order of the Grook", "category": "accessory", "drop": "never", "wDef": 20, "eDef": 20, "lvl": 60, "strReq": 25, "intReq": 25, "xpb": 10, "hprRaw": 30, "type": "ring", "spRaw1": -5, "id": 1882, "set": "Grookwarts"}, {"name": "Earth Relic Dagger", "displayName": "Earth Relic Daggers", "tier": "Rare", "type": "dagger", "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, "strReq": 30, "mdPct": 15, "xpb": 15, "lb": 15, "str": 7, "expd": 15, "eDamPct": 20, "eDefPct": 10, "id": 1880}, {"name": "Dull Ancient Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 1350, "lvl": 77, "id": 1881}, {"name": "Earth Relic Relik", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "55-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "55-100", "atkSpd": "SLOW", "lvl": 45, "strReq": 15, "mdPct": 15, "xpb": 15, "lb": 15, "str": 5, "expd": 15, "eDamPct": 20, "eDefPct": 10, "id": 1884}, {"name": "Emerald Knife", "tier": "Rare", "type": "dagger", "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, "xpb": 7, "lb": 23, "eSteal": 7, "id": 1883}, {"name": "Empowered Ancient Helmet", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Quest Item", "hp": 1400, "wDef": 50, "tDef": -50, "lvl": 77, "id": 1888}, {"name": "Fire Relic Relik", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "40-70", "fDam": "40-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "defReq": 15, "xpb": 15, "lb": 15, "def": 5, "hpBonus": 335, "hprRaw": 30, "fDamPct": 10, "fDefPct": 20, "id": 1889}, {"name": "Fire Relic Dagger", "displayName": "Fire Relic Daggers", "tier": "Rare", "type": "dagger", "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": 65, "defReq": 30, "xpb": 15, "lb": 15, "def": 7, "hpBonus": 920, "hprRaw": 80, "fDamPct": 10, "fDefPct": 20, "id": 1887}, {"name": "Factory Helmet", "tier": "Unique", "type": "helmet", "quest": "An Iron Heart Part I", "thorns": 10, "category": "armor", "slots": 2, "drop": "never", "restrict": "Quest Item", "hp": 500, "lvl": 50, "hprPct": 15, "mr": -5, "xpb": 10, "lb": 15, "ref": 10, "def": 7, "hpBonus": 200, "id": 1886}, {"name": "Fire Wire", "tier": "Rare", "type": "leggings", "quest": "From The Mountains", "thorns": 15, "category": "armor", "slots": 1, "drop": "never", "hp": 1600, "fDef": 120, "wDef": -90, "lvl": 67, "hprPct": 35, "def": 7, "spd": -15, "hprRaw": 50, "wDamPct": -15, "fDefPct": 12, "id": 1891}, {"name": "First Steps", "tier": "Unique", "quest": "Cook Assistant", "category": "accessory", "drop": "never", "hp": 4, "lvl": 5, "xpb": 3, "spd": 5, "type": "ring", "id": 3545}, {"name": "Generator Amulet", "tier": "Rare", "quest": "Heart of Llevigar", "category": "accessory", "drop": "never", "fDef": 10, "wDef": 10, "aDef": -10, "tDef": 10, "eDef": -20, "lvl": 41, "sdPct": 8, "expd": 5, "sdRaw": 20, "type": "necklace", "id": 1890}, {"name": "Gernald's Amulet", "tier": "Rare", "category": "accessory", "drop": "never", "hp": 70, "fDef": 7, "wDef": 7, "aDef": 7, "tDef": 7, "eDef": 7, "lvl": 43, "xpb": -4, "lb": 11, "type": "necklace", "id": 1893}, {"name": "Gerten Ritual Mask", "tier": "Rare", "type": "helmet", "quest": "The Hunger of Gerts Part 2", "skin": "eyJ0aW1lc3RhbXAiOjE0Mzc5NTUxMDU1MjAsInByb2ZpbGVJZCI6ImRlZDdhMmFmMTVlNjRjOWVhYjIzZWFlOTkyMzUzMDY4IiwicHJvZmlsZU5hbWUiOiJFbmVyZ3l4eGVyIiwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzczYzIxYjNjYWY4YTZlYWI3ZDE4MTczNGE0MzBkYjUyMWIxZGI4MzNjODk4N2RkZTI0MTE4MDIzMWU0NzgyNiJ9fX0=", "category": "armor", "slots": 1, "drop": "never", "hp": 1800, "aDef": -60, "eDef": 100, "lvl": 78, "sdPct": -10, "str": 7, "spd": -10, "mdRaw": 180, "eDamPct": 20, "aDefPct": -10, "id": 1892}, {"name": "Essren's Coat", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 50, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 15, "int": 4, "sdRaw": 20, "wDamPct": 10, "id": 1885}, {"name": "Gnome's Ring", "tier": "Unique", "quest": "The Bigger Picture", "category": "accessory", "drop": "never", "hp": -250, "aDef": 30, "eDef": -10, "lvl": 76, "agiReq": 25, "mdPct": -8, "str": -3, "agi": 5, "spd": 8, "aDamPct": 7, "eDamPct": -8, "type": "ring", "id": 1895}, {"name": "Glaciate", "tier": "Rare", "type": "leggings", "quest": "Frost Bite", "category": "armor", "slots": 2, "drop": "never", "hp": 420, "wDef": 30, "eDef": -30, "lvl": 48, "dexReq": 20, "intReq": 25, "ms": 5, "lb": 10, "ref": 20, "dex": 7, "spd": 10, "wDamPct": 6, "tDamPct": 8, "eDefPct": -15, "id": 1897}, {"name": "Giant's Ring", "tier": "Unique", "quest": "The Bigger Picture", "category": "accessory", "drop": "never", "hp": 250, "aDef": -10, "eDef": 30, "lvl": 76, "strReq": 25, "mdPct": 7, "str": 5, "agi": -3, "spd": -8, "aDamPct": -8, "eDamPct": 7, "type": "ring", "id": 1894}, {"name": "Gnomish Topper", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 1500, "eDef": 50, "lvl": 75, "agiReq": 35, "sdPct": -10, "mdPct": 5, "xpb": 10, "str": 7, "agi": 4, "spd": 15, "id": 1896}, {"name": "Guard's Uniform", "tier": "Normal", "type": "helmet", "allowCraftsman": true, "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 1150, "lvl": 72, "id": 1898}, {"name": "Greaves of Honor", "tier": "Rare", "type": "leggings", "quest": "An Iron Heart Part II", "thorns": 10, "category": "armor", "slots": 2, "drop": "never", "hp": 1050, "lvl": 58, "hprPct": 20, "xpb": 30, "ref": 10, "spRegen": 3, "id": 1900}, {"name": "Hallowynn Mask", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "never", "hp": 115, "tDef": 5, "lvl": 22, "xpb": 5, "sdRaw": 15, "mdRaw": 16, "id": 1899}, {"name": "Helmet of Legends", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Quest Item", "hp": 1000, "lvl": 68, "id": 1901}, {"name": "Helmet of Shimmering Light", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "restrict": "Quest Item", "hp": 1850, "lvl": 74, "id": 1902}, {"name": "Hide of Gregg'r", "tier": "Rare", "type": "chestplate", "quest": "Green Skinned Trouble", "category": "armor", "slots": 1, "drop": "never", "hp": 600, "fDef": 40, "wDef": -50, "aDef": 20, "lvl": 44, "agiReq": 10, "defReq": 15, "sdPct": -10, "mdPct": 10, "expd": 8, "spd": 8, "fDamPct": 12, "id": 1903}, {"name": "Howler Hide", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 430, "fDef": -20, "eDef": 25, "lvl": 41, "strReq": 25, "mdPct": 20, "str": 10, "expd": 8, "spd": -5, "aDamPct": 16, "id": 1908}, {"name": "Inhibitor", "tier": "Fabled", "type": "chestplate", "category": "armor", "drop": "NEVER", "lvl": 100, "mr": -15, "sdPct": -300, "mdPct": -300, "spRegen": -150, "sdRaw": -800, "mdRaw": -1000, "id": 3650}, {"name": "Lazarus' Brace", "tier": "Rare", "quest": "Lazarus Pit", "category": "accessory", "drop": "never", "hp": -250, "lvl": 69, "hprPct": 10, "xpb": 5, "hprRaw": 40, "type": "bracelet", "id": 1904}, {"name": "Mask of the Dark Curse", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 70, "wDef": -5, "tDef": 10, "lvl": 15, "mr": -5, "sdPct": 6, "ls": 7, "ms": 5, "xpb": 10, "spRegen": -5, "id": 1906}, {"name": "Mummy's Rag", "tier": "Legendary", "type": "chestplate", "quest": "Wrath of the Mummy", "thorns": 5, "category": "armor", "drop": "never", "hp": 400, "aDef": 20, "eDef": 20, "lvl": 38, "ref": 5, "spd": -20, "atkTier": 1, "spRegen": -3, "id": 1907}, {"name": "Olux's Prized Bow", "tier": "Legendary", "type": "bow", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "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, "mr": 5, "xpb": 15, "str": 5, "int": 5, "eDamPct": 10, "wDefPct": 10, "fixID": true, "id": 1905}, {"name": "Olux's Prized Dagger", "tier": "Legendary", "type": "dagger", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "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, "mr": 5, "xpb": 15, "str": 5, "int": 5, "eDamPct": 10, "wDefPct": 10, "fixID": true, "id": 1911}, {"name": "Olux's Prized Spear", "tier": "Legendary", "type": "spear", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "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, "mr": 5, "xpb": 15, "str": 5, "int": 5, "eDamPct": 10, "wDefPct": 10, "fixID": true, "id": 1910}, {"name": "Olux's Prized Relik", "tier": "Legendary", "type": "relik", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "category": "weapon", "slots": 2, "drop": "never", "nDam": "60-64", "fDam": "0-0", "wDam": "40-48", "aDam": "0-0", "tDam": "0-0", "eDam": "70-72", "atkSpd": "NORMAL", "lvl": 55, "mr": 5, "xpb": 15, "str": 5, "int": 5, "eDamPct": 10, "wDefPct": 10, "fixID": true, "id": 1909}, {"name": "Olux's Prized Wand", "tier": "Legendary", "type": "wand", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "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, "mr": 5, "xpb": 15, "str": 5, "int": 5, "eDamPct": 10, "wDefPct": 10, "fixID": true, "id": 1915}, {"name": "Ominous Wind", "tier": "Rare", "quest": "One Thousand Meters Under", "thorns": 10, "category": "accessory", "drop": "never", "hp": -400, "aDef": 55, "eDef": 55, "lvl": 95, "sdPct": 6, "mdPct": -4, "xpb": 10, "spd": 11, "type": "necklace", "id": 1912}, {"name": "Orc Mask", "tier": "Normal", "type": "helmet", "skin": "eyJ0aW1lc3RhbXAiOjE0NDA2OTQ3MTUyMDQsInByb2ZpbGVJZCI6ImU3MzE3OWViMzBkMTQ0NjY5NTMyNWIwOTEyODQwZDQyIiwicHJvZmlsZU5hbWUiOiJKZWVvcmMiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RiMzdmM2ViMWEzMWQ5MzU5ZmQ1OTk2YmJkMmFiNGU4YzM5MjRjM2UxYzhiNTFiYWU2YTU0MTVlZWRkNjkxNCJ9fX0=", "category": "armor", "drop": "never", "restrict": "Quest Item", "hp": 900, "lvl": 64, "id": 1913}, {"name": "Upgraded Orc Mask", "tier": "Unique", "type": "helmet", "quest": "A Fighting Species", "skin": "eyJ0aW1lc3RhbXAiOjE0NDA2OTQ3MTUyMDQsInByb2ZpbGVJZCI6ImU3MzE3OWViMzBkMTQ0NjY5NTMyNWIwOTEyODQwZDQyIiwicHJvZmlsZU5hbWUiOiJKZWVvcmMiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RiMzdmM2ViMWEzMWQ5MzU5ZmQ1OTk2YmJkMmFiNGU4YzM5MjRjM2UxYzhiNTFiYWU2YTU0MTVlZWRkNjkxNCJ9fX0=", "category": "armor", "slots": 3, "drop": "never", "hp": 1100, "lvl": 64, "mdPct": 10, "xpb": 20, "str": 5, "def": 4, "spd": -8, "hprRaw": 65, "id": 1914}, {"name": "Ornate Shadow Cloud", "set": "Ornate Shadow", "tier": "Fabled", "type": "boots", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4000, "tDef": 100, "eDef": 100, "lvl": 103, "sdPct": 20, "mdPct": 20, "spd": 15, "spRegen": -15, "sdRaw": 170, "mdRaw": 170, "fixID": true, "id": 1916}, {"name": "Ornate Shadow Cowl", "set": "Ornate Shadow", "tier": "Fabled", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4000, "tDef": 100, "eDef": 100, "lvl": 103, "sdPct": 20, "mdPct": 20, "spd": 15, "spRegen": -15, "sdRaw": 170, "mdRaw": 170, "fixID": true, "id": 1917}, {"name": "Ornate Shadow Cover", "set": "Ornate Shadow", "tier": "Fabled", "type": "leggings", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4000, "tDef": 100, "eDef": 100, "lvl": 103, "sdPct": 20, "mdPct": 20, "spd": 15, "spRegen": -15, "sdRaw": 170, "mdRaw": 170, "fixID": true, "id": 1919}, {"name": "Ornate Shadow Garb", "set": "Ornate Shadow", "tier": "Fabled", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4000, "tDef": 100, "eDef": 100, "lvl": 103, "sdPct": 20, "mdPct": 20, "spd": 15, "spRegen": -15, "sdRaw": 170, "mdRaw": 170, "fixID": true, "id": 1922}, {"name": "Pendant of Prosperity", "tier": "Rare", "quest": "Fantastic Voyage", "category": "accessory", "drop": "never", "lvl": 90, "lb": 16, "hpBonus": -100, "eSteal": 5, "type": "necklace", "id": 1923}, {"name": "Paw", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "lvl": 70, "agi": 16, "spd": 30, "fDamPct": -6, "wDamPct": -6, "aDamPct": 24, "eDamPct": -18, "id": 1920}, {"name": "Phoenix Prince's Crown", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3900, "fDef": 125, "wDef": -125, "aDef": 125, "lvl": 90, "agiReq": 35, "defReq": 35, "hprPct": 27, "agi": 9, "def": 7, "spd": 15, "spRegen": 20, "hprRaw": 205, "fDefPct": 20, "id": 1921}, {"name": "Psychomend Vest", "tier": "Rare", "type": "chestplate", "quest": "Shattered Minds", "category": "armor", "slots": 2, "drop": "never", "hp": 1500, "lvl": 70, "hprPct": 19, "sdPct": -15, "mdPct": -5, "int": -3, "hpBonus": 600, "hprRaw": 100, "id": 1925}, {"name": "Purified Helmet of the Legends", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Quest Item", "hp": 1450, "lvl": 68, "hprPct": 20, "sdPct": 12, "mdPct": 12, "xpb": 10, "lb": 10, "spRegen": 5, "id": 1927}, {"name": "Quartron's Eye", "tier": "Rare", "quest": "Rise of the Quartron", "category": "accessory", "drop": "never", "hp": -60, "lvl": 49, "expd": 10, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "type": "ring", "id": 1924}, {"name": "Quicksand Crossers", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 235, "wDef": -20, "aDef": 10, "eDef": 10, "lvl": 34, "agiReq": 15, "lb": 10, "agi": 7, "spd": 9, "eDefPct": 12, "id": 1928}, {"name": "Raging Wind", "tier": "Rare", "quest": "Beyond the Grave", "category": "accessory", "drop": "never", "fDef": -20, "aDef": 20, "lvl": 87, "agiReq": 40, "agi": 5, "spd": 12, "aDamPct": 9, "type": "ring", "id": 1929}, {"name": "Relic Relik", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "20-22", "fDam": "20-22", "wDam": "20-22", "aDam": "20-22", "tDam": "20-22", "eDam": "20-22", "atkSpd": "NORMAL", "lvl": 45, "xpb": 15, "lb": 15, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "id": 1932}, {"name": "Restored Ancient Helmet", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "hp": 2100, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 77, "mr": 5, "xpb": 15, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spRegen": 8, "id": 1934}, {"name": "Randall's Leg Plating", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 450, "lvl": 38, "defReq": 45, "sdPct": -15, "mdPct": -8, "lb": 15, "str": 4, "def": 15, "fDefPct": 17, "id": 1930}, {"name": "Ring of Generosity", "tier": "Rare", "quest": "Memory Paranoia", "category": "accessory", "drop": "never", "lvl": 69, "xpb": 10, "lb": 10, "hpBonus": 350, "spRegen": 5, "type": "ring", "id": 1933}, {"name": "Ring of Rubies", "tier": "Rare", "quest": "Flight in Distress", "category": "accessory", "drop": "never", "hp": -280, "lvl": 75, "xpb": 8, "lb": 12, "eSteal": 8, "type": "ring", "id": 1935}, {"name": "Pirate Queen's Ring of Rubies", "tier": "Rare", "quest": "Flight in Distress", "category": "accessory", "drop": "never", "hp": -50, "lvl": 75, "xpb": 6, "lb": 9, "eSteal": 2, "type": "ring", "id": 1936}, {"name": "Renda Langit", "tier": "Fabled", "quest": "The Order of the Grook", "category": "accessory", "drop": "never", "hp": 230, "aDef": 30, "lvl": 60, "agiReq": 40, "xpb": 10, "spd": 12, "eDefPct": -8, "type": "necklace", "spRaw2": -5, "spRaw4": -5, "id": 1931, "set": "Grookwarts"}, {"name": "Royal Blazing Amulet", "tier": "Legendary", "quest": "WynnExcavation Site D", "category": "accessory", "drop": "never", "lvl": 75, "xpb": 5, "lb": 5, "def": 3, "hpBonus": 650, "fDamPct": 5, "type": "necklace", "fixID": true, "id": 1939}, {"name": "Royal Cyclone Amulet", "tier": "Legendary", "quest": "WynnExcavation Site D", "category": "accessory", "drop": "never", "lvl": 75, "xpb": 5, "lb": 5, "agi": 3, "spd": 10, "aDamPct": 5, "type": "necklace", "fixID": true, "id": 1937}, {"name": "Royal Dusty Amulet", "tier": "Legendary", "quest": "WynnExcavation Site D", "category": "accessory", "drop": "never", "lvl": 75, "mdPct": 8, "xpb": 5, "lb": 5, "str": 3, "eDamPct": 5, "type": "necklace", "fixID": true, "id": 1938}, {"name": "Royal Shocking Amulet", "tier": "Legendary", "quest": "WynnExcavation Site D", "thorns": 5, "category": "accessory", "drop": "never", "lvl": 75, "xpb": 5, "lb": 5, "dex": 3, "mdRaw": 25, "tDamPct": 5, "type": "necklace", "fixID": true, "id": 1941}, {"name": "Royal Stormy Amulet", "tier": "Legendary", "quest": "WynnExcavation Site D", "category": "accessory", "drop": "never", "lvl": 75, "mr": 5, "xpb": 5, "lb": 5, "int": 3, "wDamPct": 5, "type": "necklace", "fixID": true, "id": 1943}, {"name": "Bandit's Bangle", "tier": "Set", "category": "accessory", "drop": "never", "hp": -15, "lvl": 36, "lb": 6, "eSteal": 4, "type": "bracelet", "id": 1942, "set": "Bandit's"}, {"name": "Bandit's Ring", "tier": "Set", "category": "accessory", "drop": "never", "hp": -20, "lvl": 32, "lb": 7, "eSteal": 3, "type": "ring", "id": 1946, "set": "Bandit's"}, {"name": "Builder's Boots", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 1947, "set": "Builder's"}, {"name": "Bandit's Locket", "tier": "Set", "category": "accessory", "drop": "never", "hp": -10, "lvl": 38, "lb": 4, "eSteal": 5, "type": "necklace", "id": 1945, "set": "Bandit's"}, {"name": "Builder's Helmet", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 1951, "set": "Builder's"}, {"name": "Builder's Breastplate", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 1944, "set": "Builder's"}, {"name": "Bandit's Knuckle", "tier": "Set", "category": "accessory", "drop": "never", "hp": -25, "lvl": 34, "lb": 3, "eSteal": 6, "type": "ring", "id": 1940, "set": "Bandit's"}, {"name": "GM's Boots", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 1949, "set": "GM's"}, {"name": "GM's Breastplate", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 1953, "set": "GM's"}, {"name": "GM's Trousers", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 1954, "set": "GM's"}, {"name": "Builder's Trousers", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 1950, "set": "Builder's"}, {"name": "GM's Helmet", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 1948, "set": "GM's"}, {"name": "Sandshooter", "tier": "Rare", "type": "bow", "thorns": 10, "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, "strReq": 15, "lb": 15, "str": 9, "wDamPct": -15, "aDamPct": 7, "id": 1952}, {"name": "Sandslasher", "tier": "Rare", "type": "dagger", "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, "strReq": 10, "agiReq": 10, "sdPct": -5, "spd": 4, "sdRaw": -20, "mdRaw": 52, "aDamPct": 12, "eDamPct": 10, "id": 1957}, {"name": "Santa Boots", "tier": "Rare", "type": "boots", "quest": "Meaningful Holiday", "category": "armor", "slots": 1, "drop": "never", "hp": 275, "fDef": 20, "lvl": 33, "hprPct": 20, "xpb": 15, "lb": 10, "hpBonus": 55, "aDefPct": 10, "id": 1955}, {"name": "Santa's Coat", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 260, "lvl": 32, "xpb": 15, "lb": 15, "hpBonus": 40, "hprRaw": 15, "id": 1958}, {"name": "Seekers Aid", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "lvl": 1, "id": 1959}, {"name": "Shameful Greaves", "tier": "Rare", "type": "leggings", "quest": "An Iron Heart Part II", "poison": 285, "category": "armor", "slots": 2, "drop": "never", "hp": 1050, "lvl": 58, "ls": 75, "lb": 30, "eSteal": 5, "id": 1961}, {"name": "Sodeta Boots", "tier": "Legendary", "type": "boots", "quest": "Lost Soles", "category": "armor", "slots": 3, "drop": "never", "hp": 1150, "lvl": 66, "hprPct": 14, "mr": 10, "sdPct": 22, "ls": 50, "xpb": 24, "id": 1965}, {"name": "Skeletal Legs", "tier": "Rare", "type": "leggings", "quest": "Pit of the Dead", "poison": 41, "category": "armor", "slots": 1, "drop": "never", "hp": 144, "lvl": 23, "ls": 11, "ms": 5, "def": -3, "hpBonus": -30, "id": 1962}, {"name": "Sound Proof Earmuff", "tier": "Rare", "type": "helmet", "allowCraftsman": true, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 1500, "tDef": 50, "eDef": -50, "lvl": 73, "id": 1964}, {"name": "Santa Hat", "tier": "Rare", "type": "helmet", "quest": "Craftmas Chaos", "category": "armor", "slots": 1, "drop": "never", "hp": 230, "lvl": 30, "hprPct": 30, "xpb": 15, "lb": 15, "hpBonus": 25, "wDefPct": 10, "id": 1956}, {"name": "Shadow Spear", "tier": "Rare", "type": "spear", "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, "dexReq": 10, "lb": 15, "dex": 10, "agi": 4, "spd": 10, "hpBonus": -60, "id": 1963}, {"name": "Spiketop", "tier": "Legendary", "type": "helmet", "category": "armor", "drop": "NEVER", "restrict": "Untradable", "fDef": 3, "lvl": 9, "hpBonus": 92, "id": 3546}, {"name": "Sunblight Boots", "tier": "Rare", "type": "boots", "category": "armor", "drop": "never", "restrict": "Quest Item", "hp": 1650, "wDef": 80, "aDef": -90, "tDef": -90, "eDef": 100, "lvl": 76, "id": 1968}, {"name": "Santa's Pants", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 250, "wDef": 25, "tDef": -20, "lvl": 31, "hprPct": 20, "xpb": 10, "lb": 15, "hpBonus": 35, "fDefPct": 5, "id": 1960}, {"name": "Temporal Cage", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "never", "restrict": "Untradable", "tDef": 30, "lvl": 20, "ms": 10, "spd": 10, "hprRaw": -7, "sdRaw": 20, "mdRaw": 26, "tDamPct": 10, "id": 1967}, {"name": "Spear of Testiness", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 1, "drop": "never", "nDam": "90-90", "fDam": "1-10", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 1, "id": 3651}, {"name": "The Juggernaut", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "never", "hp": 275, "fDef": 10, "wDef": -10, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 33, "defReq": 20, "lb": 10, "def": 9, "spd": -15, "hpBonus": 77, "id": 1969}, {"name": "The Queen's Headpiece", "tier": "Rare", "type": "helmet", "quest": "Royal Trials", "category": "armor", "slots": 2, "drop": "never", "hp": 2700, "aDef": 100, "tDef": 75, "lvl": 98, "dexReq": 25, "agiReq": 50, "ms": 5, "agi": 9, "spd": 19, "eSteal": 7, "mdRaw": 260, "aDamPct": 12, "tDamPct": 12, "fDefPct": -25, "eDefPct": -25, "id": 1966}, {"name": "Thoracic", "tier": "Rare", "type": "chestplate", "quest": "The Sewers of Ragni", "category": "armor", "slots": 1, "drop": "never", "hp": 45, "aDef": -2, "tDef": 5, "lvl": 9, "xpb": 7, "lb": -2, "dex": 7, "mdRaw": 13, "tDamPct": 6, "id": 1971}, {"name": "Thunder Relic Dagger", "displayName": "Thunder Relic Daggers", "tier": "Rare", "type": "dagger", "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, "dexReq": 30, "ms": 5, "xpb": 15, "lb": 15, "dex": 7, "mdRaw": 70, "tDamPct": 20, "tDefPct": 10, "id": 1972}, {"name": "Thunder Relic Relik", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "10-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-80", "eDam": "0-0", "atkSpd": "FAST", "lvl": 45, "dexReq": 15, "ms": 5, "xpb": 15, "lb": 15, "dex": 5, "mdRaw": 59, "tDamPct": 20, "tDefPct": 10, "id": 1974}, {"name": "Treasure Boots", "tier": "Unique", "type": "boots", "quest": "Underwater", "category": "armor", "slots": 1, "drop": "never", "hp": 24, "lvl": 7, "xpb": 5, "lb": 20, "id": 1973}, {"name": "Trick", "tier": "Set", "quest": "A Grave Mistake", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 50, "lvl": 50, "lb": -10, "expd": 10, "type": "ring", "id": 1975, "set": "Hallowynn 2016"}, {"name": "Treat", "tier": "Set", "quest": "A Grave Mistake", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 50, "lvl": 50, "lb": 10, "expd": -10, "type": "ring", "id": 1970, "set": "Hallowynn 2016"}, {"name": "Vandalizer", "tier": "Rare", "type": "dagger", "category": "weapon", "drop": "never", "nDam": "0-0", "fDam": "50-100", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 37, "defReq": 10, "ls": 39, "lb": 15, "expd": 10, "eSteal": 15, "wDefPct": -15, "id": 1980}, {"name": "Troms Kid Badge", "tier": "Rare", "quest": "Out of my Mind\u058e", "category": "accessory", "drop": "never", "lvl": 63, "xpb": 4, "lb": 7, "spd": 7, "spRegen": 4, "hprRaw": 19, "type": "necklace", "id": 1976}, {"name": "Vindicator", "tier": "Fabled", "quest": "The Mercenary", "majorIds": ["MAGNET"], "category": "accessory", "drop": "never", "hp": 50, "lvl": 30, "xpb": 7, "lb": 7, "type": "bracelet", "id": 1979}, {"name": "Waist Apron", "tier": "Rare", "type": "leggings", "quest": "Infested Plants", "thorns": 8, "category": "armor", "drop": "NEVER", "hp": 30, "lvl": 7, "xpb": 5, "expd": 8, "id": 3547}, {"name": "Dodegar's Ultimate Weapon", "tier": "Legendary", "type": "dagger", "quest": "The Ultimate Weapon", "category": "weapon", "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, "id": 1978}, {"name": "Water Relic Dagger", "displayName": "Water Relic Daggers", "tier": "Rare", "type": "dagger", "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": 65, "intReq": 30, "mr": 5, "sdPct": 20, "xpb": 15, "lb": 15, "int": 7, "wDamPct": 10, "wDefPct": 20, "id": 1977}, {"name": "Water Relic Relik", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "50-60", "fDam": "0-0", "wDam": "50-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "intReq": 15, "mr": 5, "sdPct": 20, "xpb": 15, "lb": 15, "int": 5, "wDamPct": 10, "wDefPct": 20, "id": 1982}, {"name": "Wynnter Fair 2017 Souvenir", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 1, "type": "necklace", "id": 1981}, {"name": "Wynnter Fair 2016 Souvenir", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 1, "type": "necklace", "id": 1983}, {"name": "Wynnterfest 2016 Souvenir", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 1, "type": "necklace", "id": 2109}, {"name": "Nacreous", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 600, "fDef": 30, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 51, "strReq": 11, "dexReq": 11, "intReq": 11, "agiReq": 11, "defReq": 11, "xpb": 9, "lb": 9, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "id": 1988}, {"name": "Yellow Content Cap of Fame", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 5, "lvl": 1, "id": 1986}, {"name": "Necklace of a Thousand Storms", "tier": "Fabled", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -300, "aDef": 60, "lvl": 98, "agiReq": 50, "hprPct": -20, "str": -5, "agi": 10, "spd": 15, "fDamPct": -15, "wDamPct": 14, "aDamPct": 14, "tDamPct": 14, "type": "necklace", "id": 1985}, {"name": "Naragath's Hoof", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 850, "fDef": 60, "wDef": -100, "tDef": 60, "lvl": 58, "dexReq": 30, "defReq": 30, "dex": 8, "int": -6, "def": 8, "expd": 10, "spRegen": -20, "fDamPct": 15, "wDamPct": -20, "tDamPct": 15, "wDefPct": -20, "id": 1991}, {"name": "Naga Viper", "tier": "Rare", "type": "leggings", "poison": 275, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 940, "lvl": 56, "strReq": 10, "agiReq": 10, "agi": 9, "spd": 9, "hpBonus": -125, "eSteal": 2, "eDamPct": 12, "aDefPct": -10, "id": 1984}, {"name": "Namazu", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "240-320", "fDam": "0-0", "wDam": "328-455", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 81, "strReq": 30, "intReq": 25, "str": 10, "spd": -7, "atkTier": -3, "mdRaw": 350, "eDamPct": 18, "tDefPct": -10, "id": 1989}, {"name": "Narcissist", "tier": "Fabled", "type": "relik", "majorIds": ["GEOCENTRISM"], "thorns": 50, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "225-340", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "600-600", "atkSpd": "VERY_SLOW", "lvl": 92, "strReq": 70, "sdPct": -20, "mdPct": -20, "ref": 65, "int": -5, "spd": 30, "hprRaw": 175, "eDefPct": 25, "id": 3648}, {"name": "Narima Pasukan", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 500, "lvl": 48, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "fDamPct": 9, "wDamPct": 9, "aDamPct": 9, "tDamPct": 9, "eDamPct": 9, "id": 1994}, {"name": "Nature's Gift", "tier": "Legendary", "poison": 240, "thorns": 8, "category": "accessory", "drop": "lootchest", "fDef": -50, "wDef": 20, "aDef": 20, "eDef": 20, "lvl": 61, "strReq": 30, "intReq": 20, "xpb": 5, "spRegen": 8, "hprRaw": 35, "fDefPct": -18, "type": "necklace", "id": 1987}, {"name": "Nebulous", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 99, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "sdPct": 9, "sdRaw": 45, "type": "bracelet", "id": 1995}, {"name": "Needle Cuff", "tier": "Unique", "thorns": 11, "category": "accessory", "drop": "lootchest", "lvl": 81, "dexReq": 20, "mdRaw": 13, "type": "bracelet", "id": 1993}, {"name": "Cancer", "displayName": "Necrosis", "tier": "Legendary", "type": "helmet", "poison": 4000, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3200, "aDef": -150, "tDef": 100, "lvl": 98, "dexReq": 120, "sdPct": -1000, "mdPct": -1000, "ls": 385, "ms": 10, "atkTier": 3, "mdRaw": -1000, "id": 1990}, {"name": "Neolithic", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 160, "lvl": 20, "strReq": 5, "defReq": 10, "hprPct": 20, "sdPct": -10, "mdPct": 5, "str": 3, "def": 7, "hpBonus": 80, "eDamPct": 12, "id": 1997}, {"name": "Nemract's Bow", "tier": "Unique", "type": "bow", "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, "xpb": 5, "lb": 5, "id": 1992}, {"name": "Neodymium", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 25, "tDef": 6, "eDef": -2, "lvl": 6, "hprRaw": 4, "sdRaw": 4, "mdRaw": 5, "id": 1998}, {"name": "Nemract's Ruin", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 235, "wDef": 20, "aDef": -10, "tDef": -10, "eDef": 20, "lvl": 27, "strReq": 10, "intReq": 5, "sdPct": 12, "int": 7, "mdRaw": 52, "fDamPct": -6, "wDamPct": 10, "tDamPct": -6, "eDamPct": 12, "id": 1999}, {"name": "Nemract's Rage", "tier": "Legendary", "type": "bow", "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, "intReq": 25, "mr": 10, "sdPct": 23, "tDefPct": -25, "id": 1996}, {"name": "Neon", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 71, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "fDamPct": 8, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 8, "type": "bracelet", "id": 2001}, {"name": "Nephilim", "tier": "Rare", "type": "helmet", "sprint": 16, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2075, "lvl": 88, "dexReq": 45, "agiReq": 55, "ls": 180, "ms": 10, "ref": 20, "dex": 8, "agi": 7, "spd": 20, "atkTier": 1, "aDamPct": 15, "tDamPct": 15, "id": 2002}, {"name": "Nepta Floodbringer", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "70-90", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "intReq": 80, "mr": 5, "sdPct": 20, "int": 13, "hpBonus": -1750, "wDamPct": 15, "tDamPct": -100, "tDefPct": -30, "id": 2000}, {"name": "Nerium Great Spear", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-70", "fDam": "0-0", "wDam": "0-0", "aDam": "150-230", "tDam": "0-0", "eDam": "150-230", "atkSpd": "VERY_SLOW", "lvl": 85, "strReq": 35, "agiReq": 35, "mdPct": 15, "str": 10, "spd": -16, "mdRaw": 220, "aDefPct": 12, "eDefPct": 12, "id": 2014}, {"name": "Nesaak's Shadow", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 730, "wDef": 50, "tDef": -30, "lvl": 54, "dexReq": 10, "agiReq": 10, "ls": 65, "lb": 8, "eSteal": 5, "aDamPct": 5, "tDamPct": 5, "id": 2003}, {"name": "Nesaak's Will", "tier": "Unique", "type": "spear", "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, "strReq": 10, "intReq": 10, "xpb": 11, "spd": -5, "spRegen": 3, "eDamPct": 10, "wDefPct": 10, "id": 2004}, {"name": "Nerium Long Spear", "tier": "Unique", "type": "spear", "poison": 360, "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, "strReq": 25, "agiReq": 25, "sdPct": -20, "mdPct": 10, "str": 8, "spd": -12, "aDefPct": 10, "eDefPct": 10, "id": 2005}, {"name": "Nerium Old Spear", "tier": "Unique", "type": "spear", "poison": 180, "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, "strReq": 15, "agiReq": 15, "sdPct": -10, "mdPct": 5, "str": 5, "spd": -8, "aDefPct": 8, "eDefPct": 8, "id": 2006}, {"name": "Nether's Deep", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-80", "fDam": "40-50", "wDam": "0-0", "aDam": "0-0", "tDam": "20-60", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 84, "dexReq": 25, "defReq": 35, "hprPct": 23, "ls": 225, "ms": -5, "hpBonus": 1154, "spRegen": -8, "wDamPct": -20, "tDamPct": 12, "fDefPct": 12, "wDefPct": -20, "id": 2010}, {"name": "Nether's Reach", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "fDef": 100, "wDef": -80, "tDef": 100, "eDef": -120, "lvl": 95, "dexReq": 20, "defReq": 40, "hprPct": 20, "str": 8, "hpBonus": 450, "hprRaw": 140, "mdRaw": 175, "fDamPct": 7, "wDamPct": -15, "tDamPct": 7, "id": 2008}, {"name": "Nether's Scar", "tier": "Legendary", "type": "boots", "poison": 525, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3350, "fDef": 140, "aDef": -140, "tDef": 140, "eDef": -140, "lvl": 95, "dexReq": 50, "defReq": 50, "hprPct": 140, "mdPct": 10, "dex": 12, "def": 12, "expd": 15, "atkTier": 1, "hprRaw": -571, "fDamPct": 10, "tDamPct": 10, "id": 2007}, {"name": "Neuron", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 2150, "wDef": 100, "tDef": -150, "lvl": 95, "dexReq": 50, "intReq": 20, "mr": 10, "sdPct": 20, "dex": 7, "wDamPct": 11, "tDamPct": 11, "id": 2011}, {"name": "Neutrino", "tier": "Rare", "type": "leggings", "poison": -3000, "thorns": 23, "category": "armor", "slots": 6, "drop": "NORMAL", "hp": 3575, "lvl": 100, "strReq": 40, "dexReq": 40, "intReq": 40, "agiReq": 40, "defReq": 40, "hprPct": 30, "ref": 23, "expd": -100, "fDefPct": 23, "wDefPct": 23, "aDefPct": 23, "tDefPct": 23, "eDefPct": 23, "id": 2015}, {"name": "Nettle", "tier": "Unique", "poison": 40, "category": "accessory", "drop": "lootchest", "lvl": 25, "strReq": 5, "hprPct": -4, "eDamPct": 4, "type": "necklace", "id": 2009}, {"name": "Nehza", "displayName": "Nezha", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 350, "fDef": -70, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 83, "defReq": 90, "fDamPct": 7, "type": "ring", "id": 2013}, {"name": "Niflheim", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "110-120", "fDam": "0-0", "wDam": "48-52", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 84, "intReq": 50, "mr": 10, "ms": -10, "ref": 20, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "eDefPct": 30, "id": 2012}, {"name": "NightMail", "displayName": "Nightmail", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 56, "fDef": -3, "aDef": 3, "tDef": 3, "eDef": -3, "lvl": 16, "dexReq": 3, "agiReq": 3, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "aDamPct": 5, "tDamPct": 5, "id": 2016}, {"name": "Night Rush", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "182-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 63, "agiReq": 50, "agi": 30, "spd": 25, "aDamPct": 35, "eDamPct": -20, "fDefPct": 20, "eDefPct": -20, "id": 2019}, {"name": "Nighthawk", "tier": "Fabled", "type": "helmet", "majorIds": ["HAWKEYE"], "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4000, "tDef": -125, "lvl": 94, "classReq": "Archer", "mdPct": -20, "spd": 12, "hpBonus": -1000, "sdRaw": 175, "id": 2021}, {"name": "Nightlife", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "80-94", "wDam": "0-0", "aDam": "0-0", "tDam": "160-190", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "dexReq": 32, "defReq": 32, "hprPct": -20, "mdPct": 11, "ls": 240, "def": 11, "spd": 11, "spRegen": 11, "fDamPct": 35, "id": 2025}, {"name": "NightVest", "displayName": "Nightvest", "tier": "Unique", "type": "chestplate", "sprint": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2150, "fDef": -100, "aDef": 175, "lvl": 93, "agiReq": 50, "agi": 20, "def": -15, "spd": 15, "sprintReg": 10, "id": 2018}, {"name": "Nimble Fingers", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 41, "dexReq": 25, "mdPct": -4, "lb": 5, "dex": 4, "eSteal": 4, "type": "bracelet", "id": 2020}, {"name": "Nightshade", "tier": "Unique", "poison": 400, "category": "accessory", "drop": "lootchest", "fDef": -20, "lvl": 82, "hprRaw": -15, "type": "ring", "id": 2028}, {"name": "Nipun", "tier": "Rare", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 27, "lvl": 7, "sdPct": 5, "mdPct": 5, "dex": 4, "id": 2029}, {"name": "Nightling", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1250, "tDef": 80, "eDef": -100, "lvl": 76, "dexReq": 35, "mdPct": 5, "dex": 8, "agi": 3, "spd": 12, "mdRaw": 125, "tDamPct": 8, "eDamPct": -20, "id": 2022}, {"name": "Nimbus", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "33-88", "aDam": "55-99", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 89, "intReq": 25, "agiReq": 30, "mr": 5, "xpb": 8, "int": 5, "agi": 8, "spd": 12, "fDamPct": -10, "aDamPct": 10, "id": 2024}, {"name": "Nivla's Arch", "tier": "Unique", "type": "bow", "poison": 250, "thorns": 5, "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, "spd": -10, "eDamPct": 5, "id": 2026}, {"name": "Nitre", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 660, "fDef": -20, "wDef": -30, "lvl": 55, "dexReq": 15, "defReq": 30, "hprPct": -15, "sdPct": 11, "mdPct": 5, "def": 5, "expd": 45, "wDamPct": -6, "id": 2023}, {"name": "Noble Phantasm", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-130", "fDam": "85-145", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "defReq": 55, "def": 30, "hpBonus": 2700, "hprRaw": 153, "fDefPct": -60, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 2027}, {"name": "Noise Stream", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "1-1", "wDam": "1-1", "aDam": "1-160", "tDam": "1-1", "eDam": "1-1", "atkSpd": "VERY_FAST", "lvl": 94, "agiReq": 55, "ls": 210, "ms": 5, "fDamPct": 10, "wDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fDefPct": -10, "wDefPct": -10, "tDefPct": -10, "eDefPct": -10, "id": 2030}, {"name": "Noisemaker", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 525, "fDef": -15, "aDef": 25, "eDef": -15, "lvl": 51, "agiReq": 35, "sdPct": 9, "mdPct": 9, "xpb": 12, "spd": 5, "hpBonus": -120, "aDamPct": 13, "id": 2031}, {"name": "Noctilucent", "tier": "Unique", "type": "bow", "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, "intReq": 17, "agiReq": 17, "sdPct": 6, "mdPct": -8, "spd": 8, "wDamPct": 6, "aDamPct": 6, "id": 2033}, {"name": "Nordstrom", "tier": "Unique", "type": "wand", "thorns": 8, "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, "strReq": 15, "mdPct": 9, "agi": 5, "spd": 7, "aDamPct": 12, "wDefPct": -8, "id": 2045}, {"name": "Nightstar", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "120-150", "fDam": "0-0", "wDam": "80-100", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "intReq": 45, "mr": 5, "sdPct": 12, "xpb": 8, "spRegen": 6, "wDamPct": 10, "tDamPct": -10, "wDefPct": 10, "id": 2017}, {"name": "Nucleoken", "tier": "Unique", "type": "dagger", "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, "strReq": 2, "dexReq": 2, "intReq": 2, "agiReq": 2, "defReq": 2, "sdPct": 5, "xpb": 8, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "id": 2034}, {"name": "Nuance", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2200, "wDef": -50, "eDef": -50, "lvl": 90, "dexReq": 55, "agiReq": 55, "mr": 5, "sdPct": 22, "ms": 5, "dex": 8, "agi": 8, "spd": 15, "mdRaw": 190, "aDefPct": -25, "tDefPct": -25, "sprintReg": 12, "id": 2032}, {"name": "Noun", "tier": "Unique", "type": "dagger", "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, "dexReq": 50, "ms": 5, "str": -7, "dex": 9, "tDamPct": 16, "eDamPct": -32, "id": 2037}, {"name": "Breakdown", "displayName": "Nychthemeron", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2375, "wDef": -50, "tDef": -50, "eDef": -50, "lvl": 93, "strReq": 65, "dexReq": 65, "sdPct": 10, "mdPct": 70, "ls": 190, "ms": 10, "str": 10, "dex": 10, "atkTier": -10, "spRegen": -15, "tDamPct": 15, "eDamPct": 15, "id": 3595}, {"name": "Nutrition", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 24, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "type": "necklace", "id": 2035}, {"name": "Nymeria", "tier": "Unique", "type": "dagger", "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, "dexReq": 5, "agi": 3, "spd": 5, "id": 2040}, {"name": "Oak Wood Relik", "tier": "Normal", "type": "relik", "allowCraftsman": true, "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, "id": 2038}, {"name": "Oak Wood Spear", "tier": "Normal", "type": "spear", "allowCraftsman": true, "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, "id": 2041}, {"name": "Oak Wood Shears", "displayName": "Oak Wood Dagger", "tier": "Normal", "type": "dagger", "allowCraftsman": true, "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, "id": 2039}, {"name": "Oak Wood Bow", "tier": "Normal", "type": "bow", "allowCraftsman": true, "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, "id": 2036}, {"name": "Oasis", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "36-37", "fDam": "0-0", "wDam": "108-128", "aDam": "0-0", "tDam": "0-0", "eDam": "108-128", "atkSpd": "VERY_SLOW", "lvl": 51, "strReq": 18, "intReq": 18, "mr": 5, "mdPct": -12, "lb": 12, "spd": -12, "hprRaw": 24, "id": 2044}, {"name": "Oak Wood Stick", "displayName": "Oak Wood Wand", "tier": "Normal", "type": "wand", "allowCraftsman": true, "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, "id": 2042}, {"name": "Obsidian", "tier": "Unique", "type": "dagger", "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, "strReq": 30, "sdPct": -5, "mdPct": 8, "lb": 8, "str": 5, "spd": -6, "fDamPct": -20, "eDamPct": 8, "id": 2043}, {"name": "Ocean Blade", "tier": "Unique", "type": "spear", "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, "intReq": 25, "mr": 5, "sdPct": 12, "def": -3, "sdRaw": 25, "wDamPct": 5, "tDamPct": -10, "id": 2048}, {"name": "Octahedron", "tier": "Unique", "type": "wand", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "10-40", "wDam": "15-35", "aDam": "5-45", "tDam": "0-50", "eDam": "20-30", "atkSpd": "FAST", "lvl": 91, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "sdPct": 16, "mdPct": -32, "str": 8, "dex": 8, "int": 8, "agi": 8, "def": 8, "id": 2049}, {"name": "Obsidian Spire", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "105-115", "fDam": "140-160", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "125-135", "atkSpd": "VERY_SLOW", "lvl": 61, "strReq": 20, "defReq": 25, "mdPct": 8, "spd": -8, "hpBonus": 500, "fDefPct": 36, "wDefPct": -24, "eDefPct": 18, "id": 2046}, {"name": "Ocelot Claw", "tier": "Unique", "type": "dagger", "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, "mr": -5, "sdPct": 8, "mdPct": 8, "spd": 12, "id": 2047}, {"name": "October Fires", "tier": "Legendary", "type": "relik", "thorns": 55, "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "730-740", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 70, "defReq": 65, "ls": 130, "ms": 5, "def": 12, "expd": 40, "hpBonus": -828, "hprRaw": 90, "wDamPct": -30, "id": 2050}, {"name": "Odyssey", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 61, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "mdPct": 15, "ls": -75, "ms": -5, "spd": 15, "fDamPct": 14, "wDamPct": 14, "aDamPct": 14, "tDamPct": 14, "eDamPct": 14, "id": 2051}, {"name": "Ogre Faceplate", "tier": "Unique", "type": "helmet", "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1925, "aDef": -110, "eDef": 75, "lvl": 83, "strReq": 30, "dexReq": 25, "mdPct": 15, "str": 9, "atkTier": -4, "mdRaw": 750, "tDamPct": 5, "eDamPct": 5, "id": 2053}, {"name": "Ohms' Wish", "tier": "Legendary", "type": "wand", "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, "dexReq": 25, "agiReq": 25, "sdPct": 15, "ms": 5, "dex": 9, "agi": 7, "spd": 10, "spRegen": 10, "aDamPct": 20, "eDamPct": -20, "aDefPct": 30, "id": 2052}, {"name": "Oktavist", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "190-250", "fDam": "445-495", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 84, "defReq": 50, "mdPct": 10, "def": 16, "expd": 20, "spd": -8, "hprRaw": 150, "mdRaw": 560, "tDefPct": -15, "id": 2054}, {"name": "Okit", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 55, "fDef": 10, "wDef": -2, "lvl": 42, "fDamPct": 6, "type": "ring", "id": 2056}, {"name": "Omnitread Boots", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 90, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 15, "agiReq": 10, "spd": 20, "id": 2062}, {"name": "Old Keeper's Ring", "tier": "Legendary", "majorIds": ["GREED"], "category": "accessory", "drop": "lootchest", "hp": -109, "lvl": 82, "lb": 22, "hpBonus": -300, "hprRaw": -50, "type": "ring", "id": 2055}, {"name": "Old Maple Spear", "tier": "Unique", "type": "spear", "thorns": 6, "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, "strReq": 35, "mdPct": 10, "mdRaw": 105, "eDefPct": 15, "id": 2060}, {"name": "Olive", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 600, "fDef": -30, "wDef": 40, "eDef": 40, "lvl": 98, "strReq": 40, "intReq": 30, "sdPct": 9, "int": 5, "eDamPct": 6, "type": "ring", "id": 2058}, {"name": "Oni Helm", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 240, "wDef": -15, "tDef": 20, "lvl": 30, "hprPct": -15, "mdPct": 10, "ls": 19, "ms": 5, "mdRaw": 39, "tDamPct": 8, "wDefPct": -15, "id": 2059}, {"name": "Omega", "tier": "Rare", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "32-116", "eDam": "32-116", "atkSpd": "SUPER_FAST", "lvl": 93, "strReq": 40, "dexReq": 40, "hprPct": -40, "sdPct": 15, "mdPct": 15, "int": -11, "agi": -11, "def": -11, "expd": -50, "sdRaw": 115, "mdRaw": 150, "id": 2057}, {"name": "One Thousand Voices", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "145-155", "fDam": "0-0", "wDam": "0-0", "aDam": "145-155", "tDam": "145-155", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "dexReq": 44, "agiReq": 44, "dex": 8, "agi": 8, "expd": 100, "hpBonus": -1250, "sdRaw": 150, "fDamPct": 45, "wDamPct": -25, "eDamPct": -25, "spPct3": -23, "id": 2063}, {"name": "Onion Ring", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 12, "xpb": 7, "lb": 7, "type": "ring", "id": 2064}, {"name": "Ophiolite", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2400, "fDef": 80, "wDef": -60, "aDef": 80, "tDef": -120, "eDef": -60, "lvl": 98, "strReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "mr": 20, "sdPct": 14, "mdPct": 40, "ls": -235, "str": 5, "dex": -99, "int": 5, "agi": 5, "def": 5, "expd": 30, "spd": -20, "hprRaw": 170, "tDefPct": -20, "id": 3596}, {"name": "Opalite", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1000, "lvl": 62, "intReq": 45, "mr": 5, "sdPct": 10, "xpb": 10, "ref": 10, "spRegen": 10, "fDefPct": -5, "wDefPct": -2, "aDefPct": -5, "tDefPct": -5, "eDefPct": -5, "id": 2066}, {"name": "Ophiuchus", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3800, "fDef": 100, "wDef": 100, "eDef": -200, "lvl": 98, "intReq": 70, "defReq": 70, "mr": 10, "sdPct": 15, "fDamPct": 15, "wDamPct": 15, "tDamPct": -20, "tDefPct": -40, "eDefPct": -15, "id": 2065}, {"name": "Onyx", "tier": "Unique", "type": "dagger", "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, "strReq": 15, "defReq": 15, "mdPct": 8, "str": 5, "def": 5, "hpBonus": 300, "wDefPct": -12, "id": 2067}, {"name": "Orient", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "75-130", "wDam": "85-120", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 88, "intReq": 30, "defReq": 35, "hprPct": 10, "mr": 10, "sdPct": -15, "mdPct": -15, "xpb": 15, "hprRaw": 70, "id": 2070}, {"name": "Opulenity", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 63, "lvl": 11, "xpb": 10, "lb": 25, "eSteal": 5, "id": 2068}, {"name": "Ormus", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "fDef": -75, "aDef": 55, "tDef": 55, "eDef": -45, "lvl": 61, "dexReq": 45, "agiReq": 25, "sdPct": 6, "xpb": 8, "spd": 12, "sdRaw": 55, "aDamPct": 8, "tDamPct": 10, "id": 2086}, {"name": "Ormrod's Isolation", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": -15, "aDef": 5, "eDef": 10, "lvl": 33, "strReq": 5, "agiReq": 8, "mdPct": 6, "spd": 8, "hprRaw": -7, "aDamPct": 4, "type": "bracelet", "id": 2069}, {"name": "Orographine", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 1350, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 73, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "sdPct": -15, "mdPct": -15, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": -12, "hpBonus": 400, "id": 2071}, {"name": "Ornithopter", "tier": "Fabled", "type": "helmet", "majorIds": ["FREERUNNER"], "sprint": -115, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3300, "lvl": 86, "strReq": 35, "agiReq": 70, "str": 15, "spd": 20, "mdRaw": 330, "sprintReg": 320, "id": 3608}, {"name": "Ouroboros", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2550, "lvl": 86, "strReq": 6, "dexReq": 6, "intReq": 6, "agiReq": 6, "defReq": 6, "ls": 110, "ms": 5, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "id": 2072}, {"name": "Outburst", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": -55, "eDef": -55, "lvl": 72, "dexReq": 45, "agiReq": 45, "mr": -5, "sdPct": 13, "mdPct": 13, "dex": 9, "agi": 9, "aDamPct": 16, "tDamPct": 16, "id": 2108}, {"name": "Outrage", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "fDef": -50, "wDef": -50, "aDef": -50, "tDef": -50, "eDef": 100, "lvl": 86, "strReq": 70, "mdPct": 50, "ls": 210, "fDamPct": -20, "wDamPct": -20, "aDamPct": -20, "tDamPct": -20, "eDamPct": 5, "id": 3619}, {"name": "Overcharger", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "325-400", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 77, "dexReq": 70, "ls": -220, "ms": 20, "expd": 25, "spd": 10, "hpBonus": -700, "id": 2073}, {"name": "Overdrive", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "104-112", "aDam": "0-0", "tDam": "104-112", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 88, "dexReq": 44, "intReq": 44, "sdPct": 1150, "mdPct": -35, "ms": 5, "atkTier": 7, "hprRaw": -100, "sdRaw": 940, "wDamPct": 10, "tDamPct": 10, "id": 2074}, {"name": "Overclocker", "tier": "Rare", "type": "bow", "category": "weapon", "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, "dexReq": 45, "intReq": 45, "sdPct": 20, "ms": 10, "fDefPct": -21, "aDefPct": -21, "eDefPct": -21, "id": 2076}, {"name": "Overgrown", "tier": "Rare", "type": "wand", "poison": 650, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-165", "atkSpd": "NORMAL", "lvl": 96, "strReq": 55, "mr": 5, "str": 10, "spd": -25, "fDamPct": -40, "eDamPct": 19, "eDefPct": 15, "id": 2075}, {"name": "Oxalate", "tier": "Unique", "type": "spear", "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, "strReq": 20, "intReq": 20, "hprPct": 16, "str": 5, "int": 5, "wDamPct": 9, "tDamPct": -2, "aDefPct": -15, "eDefPct": 9, "id": 2077}, {"name": "Oxford", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 225, "tDef": 20, "eDef": -25, "lvl": 35, "dexReq": 20, "hprPct": -15, "xpb": 12, "lb": 10, "ref": 10, "mdRaw": 39, "tDamPct": 10, "id": 2079}, {"name": "Overly Ironed Pants", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 610, "lvl": 51, "lb": 10, "expd": 10, "id": 2078}, {"name": "Oxidation", "tier": "Unique", "type": "leggings", "poison": 45, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 120, "lvl": 27, "agiReq": 10, "hprPct": -10, "xpb": 3, "spd": 8, "aDamPct": 6, "id": 2080}, {"name": "Oyster", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": 15, "lvl": 45, "intReq": 15, "lb": 6, "wDamPct": 5, "wDefPct": 4, "type": "necklace", "id": 2091}, {"name": "Ozoth's Breath", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 80, "fDef": 25, "lvl": 49, "defReq": 25, "dex": 5, "type": "ring", "id": 2083}, {"name": "Pacemaker", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 570, "fDef": -10, "wDef": -10, "aDef": -10, "tDef": 50, "eDef": -20, "lvl": 51, "dexReq": 20, "xpb": 8, "spd": 6, "hpBonus": 155, "tDamPct": 15, "tDefPct": 12, "id": 2084}, {"name": "Pacifist", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "wDef": 20, "eDef": 45, "lvl": 74, "intReq": 20, "agiReq": 25, "hprPct": 15, "mr": 10, "ls": -185, "ms": -10, "lb": 12, "spd": 21, "id": 2082}, {"name": "Paladin's Hammer", "tier": "Unique", "type": "spear", "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, "strReq": 20, "defReq": 20, "str": 8, "def": 8, "mdRaw": 57, "wDefPct": -12, "id": 2085}, {"name": "Palette", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-90", "fDam": "15-15", "wDam": "15-15", "aDam": "15-15", "tDam": "15-15", "eDam": "15-15", "atkSpd": "NORMAL", "lvl": 59, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "mr": 5, "spd": 10, "hprRaw": 50, "sdRaw": 50, "mdRaw": 65, "id": 2095}, {"name": "Pandemic", "tier": "Rare", "type": "leggings", "poison": 575, "category": "armor", "drop": "NORMAL", "hp": 1650, "lvl": 71, "hprPct": -25, "mr": -5, "ls": 135, "ms": 5, "expd": 10, "id": 2087}, {"name": "Pandemonium", "tier": "Legendary", "quest": "???\u058e", "majorIds": ["MADNESS"], "category": "accessory", "drop": "lootchest", "hp": -300, "fDef": -200, "wDef": -200, "aDef": -200, "tDef": -200, "eDef": -200, "lvl": 99, "strReq": 45, "dexReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "sdPct": 16, "mdPct": 16, "ls": -60, "spd": 7, "hpBonus": -1000, "spRegen": -120, "sdRaw": 55, "mdRaw": 35, "type": "bracelet", "id": 2089}, {"name": "Pangea", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-70", "fDam": "0-0", "wDam": "80-110", "aDam": "0-0", "tDam": "0-0", "eDam": "80-110", "atkSpd": "VERY_SLOW", "lvl": 40, "strReq": 18, "intReq": 18, "sdPct": 12, "mdPct": 12, "spd": -10, "wDamPct": 8, "eDamPct": 8, "id": 2090}, {"name": "Panic Attack", "tier": "Fabled", "majorIds": ["FREERUNNER"], "category": "accessory", "drop": "lootchest", "hp": -400, "lvl": 78, "strReq": 25, "dexReq": 30, "ls": 105, "str": 2, "dex": 3, "spd": 12, "spRegen": -12, "type": "bracelet", "id": 3582}, {"name": "Panorama", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 150, "lvl": 30, "strReq": 6, "dexReq": 6, "intReq": 6, "agiReq": 6, "defReq": 6, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "id": 2088}, {"name": "Papyrus", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 1000, "fDef": -50, "aDef": 90, "lvl": 77, "mr": 10, "xpb": 30, "sdRaw": 140, "id": 2094}, {"name": "Paradise", "tier": "Rare", "type": "wand", "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, "xpb": 5, "lb": 5, "id": 2093}, {"name": "Ozone", "tier": "Rare", "type": "bow", "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, "dexReq": 20, "agiReq": 20, "def": -10, "spd": 15, "aDamPct": 10, "tDamPct": 15, "fDefPct": -20, "tDefPct": 20, "id": 2081}, {"name": "One For All", "displayName": "Paradox", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2200, "fDef": -250, "aDef": 100, "tDef": -250, "eDef": 100, "lvl": 98, "strReq": 45, "dexReq": 45, "agiReq": 45, "defReq": 45, "hprPct": -150, "sdPct": 24, "ls": 235, "ms": 20, "str": 5, "dex": 5, "int": -99, "agi": 5, "def": 5, "mdRaw": 260, "fDefPct": 50, "aDefPct": -50, "tDefPct": 50, "eDefPct": -50, "id": 2061}, {"name": "Paradigm Shift", "tier": "Rare", "type": "wand", "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, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "fDamPct": 8, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 8, "fDefPct": -12, "wDefPct": -12, "aDefPct": -12, "tDefPct": -12, "eDefPct": -12, "id": 2096}, {"name": "Parang", "tier": "Unique", "type": "dagger", "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, "strReq": 30, "agiReq": 30, "str": 8, "spd": 9, "sdRaw": -100, "eDamPct": 15, "fDefPct": -20, "id": 2097}, {"name": "Paragon", "tier": "Unique", "type": "bow", "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, "intReq": 20, "agiReq": 20, "sdPct": 12, "mdPct": -26, "spd": 14, "tDefPct": -15, "id": 2101}, {"name": "Passus Lux", "tier": "Legendary", "type": "boots", "majorIds": ["LIGHTWEIGHT"], "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1700, "wDef": 120, "tDef": 120, "eDef": -110, "lvl": 73, "dexReq": 25, "intReq": 25, "mr": 10, "ms": 5, "ref": 20, "spd": -5, "spRegen": 8, "fDamPct": -10, "tDamPct": 15, "wDefPct": 30, "eDefPct": -10, "id": 2098}, {"name": "Particle Plating", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1300, "wDef": 80, "aDef": -40, "tDef": 60, "eDef": -100, "lvl": 73, "dexReq": 40, "intReq": 45, "ms": 5, "dex": 7, "int": 7, "sdRaw": 85, "aDamPct": -12, "eDefPct": -12, "id": 2099}, {"name": "Pebble Mesh", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 190, "aDef": -10, "eDef": 15, "lvl": 37, "strReq": 15, "mdPct": 10, "xpb": 11, "str": 5, "mdRaw": 49, "eDamPct": 7, "wDefPct": -5, "id": 2104}, {"name": "Pedometer", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 75, "agi": 8, "type": "bracelet", "id": 3593}, {"name": "Pass Band", "tier": "Unique", "poison": 475, "thorns": 10, "category": "accessory", "drop": "lootchest", "lvl": 90, "strReq": 25, "ref": 10, "type": "bracelet", "id": 2100}, {"name": "Penance", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1450, "fDef": 50, "wDef": 50, "lvl": 75, "hprPct": 12, "mr": 5, "sdPct": -15, "mdPct": -15, "xpb": 20, "spRegen": 12, "hprRaw": 50, "id": 2105}, {"name": "Pencuri", "tier": "Unique", "type": "dagger", "thorns": 15, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-110", "fDam": "70-120", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "defReq": 35, "ls": 340, "def": 13, "hpBonus": 1400, "eSteal": 5, "fDamPct": 15, "id": 2103}, {"name": "Pelier", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 565, "aDef": -40, "tDef": 20, "lvl": 42, "ls": 47, "lb": 25, "spRegen": 10, "mdRaw": 80, "eDefPct": 20, "id": 2102}, {"name": "Perfumed Chestplate", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 195, "tDef": -20, "lvl": 32, "intReq": 2, "wDamPct": 15, "id": 2111}, {"name": "Perun's Crown", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -75, "aDef": 50, "tDef": 50, "lvl": 59, "dexReq": 40, "agiReq": 50, "mr": -5, "sdPct": 8, "dex": 8, "agi": 8, "spd": 14, "fDamPct": -52, "aDamPct": 14, "tDamPct": 14, "fDefPct": -26, "id": 2106}, {"name": "Petrichor", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3050, "fDef": -100, "aDef": 100, "tDef": -100, "eDef": 100, "lvl": 98, "strReq": 30, "agiReq": 30, "sdPct": 12, "ms": 10, "str": 7, "agi": 7, "wDamPct": 10, "aDamPct": 10, "eDamPct": 10, "id": 2110}, {"name": "Petrified Horror", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "180-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "265-390", "eDam": "245-325", "atkSpd": "VERY_SLOW", "lvl": 94, "strReq": 40, "dexReq": 40, "mr": -20, "sdPct": 58, "mdPct": -480, "ms": 15, "str": 13, "expd": 60, "spd": -38, "mdRaw": 1050, "aDefPct": -35, "id": 2112}, {"name": "Phalanx", "tier": "Rare", "type": "leggings", "thorns": 12, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1800, "fDef": 75, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 78, "defReq": 55, "agi": -4, "def": 13, "spd": -15, "id": 2115}, {"name": "Petrified Bone", "tier": "Unique", "type": "wand", "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, "defReq": 25, "hprPct": 9, "mdPct": -4, "def": 7, "spd": -5, "hpBonus": 500, "hprRaw": 65, "fDefPct": 25, "eDefPct": 25, "id": 2107}, {"name": "Phantasmagoria", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2100, "fDef": -150, "aDef": 70, "tDef": 70, "lvl": 98, "strReq": 45, "dexReq": 45, "intReq": 45, "agiReq": 45, "mr": 5, "sdPct": 31, "ls": -355, "ms": 15, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": -99, "mdRaw": 200, "wDamPct": 6, "aDamPct": 6, "tDamPct": 6, "eDamPct": 6, "fDefPct": -30, "id": 3584}, {"name": "Petrified Stick", "tier": "Unique", "type": "wand", "category": "weapon", "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, "str": 4, "spd": -5, "id": 2113}, {"name": "Philophilia", "tier": "Rare", "type": "leggings", "thorns": -30, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3400, "lvl": 99, "hprPct": 25, "sdPct": -15, "mdPct": -15, "ls": 245, "ref": -30, "int": -10, "hpBonus": 769, "hprRaw": 165, "id": 2117}, {"name": "Phantom Blade", "tier": "Rare", "type": "dagger", "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, "intReq": 10, "agiReq": 10, "mr": 5, "sdPct": 8, "mdPct": -10, "ms": 5, "agi": 7, "def": -5, "sdRaw": 25, "id": 2151}, {"name": "Philosopher", "tier": "Fabled", "type": "leggings", "majorIds": ["PEACEFUL_EFFIGY"], "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 525, "fDef": 15, "lvl": 36, "classReq": "Shaman", "intReq": 20, "hprPct": 15, "sdPct": -8, "mdPct": -12, "ref": 45, "def": 4, "spd": -10, "wDamPct": 15, "id": 3552}, {"name": "Phantom", "tier": "Unique", "type": "bow", "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, "dexReq": 19, "agiReq": 19, "str": -8, "dex": 8, "agi": 8, "def": -8, "mdRaw": 29, "id": 2114}, {"name": "Philophobia", "tier": "Rare", "type": "boots", "poison": 255, "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 840, "lvl": 54, "mdPct": 10, "ref": 10, "spRegen": -3, "id": 2124}, {"name": "Phosphene", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "lvl": 40, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "sdPct": 12, "mdPct": 12, "sdRaw": 30, "mdRaw": 39, "id": 2122}, {"name": "Phoenix", "tier": "Rare", "type": "wand", "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, "defReq": 30, "hprPct": 15, "sdPct": -4, "hpBonus": 100, "hprRaw": 15, "fDamPct": 7, "id": 2116}, {"name": "Phoenix Wing", "tier": "Legendary", "type": "wand", "poison": -2000, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-45", "fDam": "20-50", "wDam": "0-0", "aDam": "60-130", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 94, "agiReq": 40, "defReq": 55, "hprPct": 150, "agi": 15, "hpBonus": 3600, "spRegen": 20, "aDefPct": 30, "eDefPct": -20, "id": 2118}, {"name": "Phrygian", "tier": "Rare", "type": "bow", "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, "dex": 4, "agi": 4, "spd": 5, "id": 2119}, {"name": "Photon Projector", "tier": "Unique", "type": "relik", "thorns": 25, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "150-177", "aDam": "150-177", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 100, "intReq": 35, "agiReq": 35, "mr": 5, "ref": 25, "spd": 12, "hprRaw": 155, "wDefPct": 40, "aDefPct": 40, "id": 2120}, {"name": "Physalis", "tier": "Legendary", "type": "leggings", "poison": 577, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2550, "aDef": -120, "tDef": 70, "eDef": 70, "lvl": 86, "strReq": 65, "dexReq": 40, "mdPct": -15, "str": 8, "dex": 8, "expd": 31, "atkTier": 1, "tDamPct": 13, "eDamPct": 13, "id": 2121}, {"name": "Pierced Helmet", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 260, "aDef": -10, "eDef": 20, "lvl": 37, "sdPct": 5, "mdPct": 5, "ref": -5, "dex": 7, "id": 2123}, {"name": "Pigman's Loincloth", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 63, "lvl": 16, "strReq": 5, "mdPct": 6, "str": 4, "mdRaw": 16, "id": 2129}, {"name": "Pickpockets", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 210, "lvl": 36, "dexReq": 15, "agiReq": 10, "lb": 15, "dex": 7, "agi": 5, "def": -5, "eSteal": 5, "id": 2126}, {"name": "Pilot Light", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2575, "fDef": 90, "wDef": -40, "aDef": -40, "tDef": 70, "eDef": 70, "lvl": 86, "defReq": 35, "hprPct": 18, "ref": 8, "def": 5, "hpBonus": 425, "spRegen": 15, "hprRaw": 110, "aDamPct": -7, "wDefPct": -7, "id": 2128}, {"name": "Pigman's Ribbing", "tier": "Unique", "type": "chestplate", "thorns": 5, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 550, "fDef": 10, "aDef": -20, "eDef": 30, "lvl": 50, "strReq": 20, "sdPct": -15, "mdPct": 10, "eDefPct": 15, "id": 2125}, {"name": "Pin", "tier": "Rare", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "24-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 6, "xpb": 7, "dex": 4, "id": 2127}, {"name": "Pisces", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3800, "wDef": 100, "eDef": 100, "lvl": 100, "strReq": 60, "intReq": 60, "mr": 10, "sdPct": 15, "mdPct": 15, "str": 10, "mdRaw": 235, "wDamPct": 12, "eDamPct": 12, "id": 2133}, {"name": "Pizzicato", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "51-57", "fDam": "51-57", "wDam": "51-57", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "intReq": 25, "defReq": 25, "mr": 10, "sdPct": -7, "mdPct": -7, "int": 7, "def": 7, "spd": 10, "hprRaw": 95, "jh": 1, "id": 2130}, {"name": "Planet Healer", "tier": "Legendary", "poison": 865, "category": "accessory", "drop": "lootchest", "lvl": 100, "hprPct": -15, "ms": 5, "hprRaw": -80, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "type": "necklace", "id": 2134}, {"name": "Placid Step", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 565, "wDef": 40, "tDef": -30, "lvl": 52, "intReq": 45, "mr": 5, "sdPct": 10, "mdPct": -12, "int": 7, "spRegen": 10, "wDamPct": 10, "id": 2131}, {"name": "Piston String", "tier": "Unique", "type": "bow", "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, "intReq": 20, "defReq": 20, "dex": -12, "hprRaw": 40, "fDamPct": 8, "wDamPct": 8, "id": 2132}, {"name": "Plankton", "tier": "Rare", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 210, "wDef": 20, "tDef": -30, "lvl": 34, "intReq": 25, "sdPct": 10, "xpb": 6, "int": 4, "spd": 5, "wDamPct": 15, "tDefPct": -15, "id": 2135}, {"name": "Plasma Staff", "tier": "Unique", "type": "wand", "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, "dexReq": 20, "defReq": 25, "hprPct": -17, "sdPct": 9, "mdPct": 9, "fDamPct": 9, "wDamPct": -10, "tDamPct": 9, "id": 2137}, {"name": "Planus Vest", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 18, "lvl": 7, "mdPct": 5, "spd": 4, "id": 2136}, {"name": "Plasma Sabre", "tier": "Unique", "type": "spear", "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, "dexReq": 20, "defReq": 25, "mdPct": 12, "ls": 110, "int": -7, "hprRaw": -43, "fDamPct": 8, "tDamPct": 8, "id": 2138}, {"name": "Plasma Ray", "tier": "Rare", "type": "bow", "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, "dexReq": 25, "defReq": 20, "sdPct": 18, "mdPct": -15, "ms": 5, "dex": 7, "def": 7, "wDefPct": -12, "aDefPct": -12, "eDefPct": -12, "id": 2140}, {"name": "Plasma Shear", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "48-60", "wDam": "0-0", "aDam": "0-0", "tDam": "22-70", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 78, "dexReq": 20, "defReq": 25, "dex": 9, "sdRaw": 122, "wDamPct": -15, "aDamPct": -15, "fDefPct": 12, "tDefPct": 12, "id": 2139}, {"name": "Photon", "tier": "Unique", "quest": "Realm of Light II - Taproot", "category": "accessory", "drop": "never", "lvl": 61, "mr": 5, "xpb": 8, "ref": 8, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 8, "tDamPct": 3, "type": "ring", "id": 3609}, {"name": "Plated Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 35, "lvl": 8, "str": 4, "id": 2142}, {"name": "Poison Ivy", "tier": "Rare", "type": "spear", "poison": 2000, "thorns": 18, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "200-300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "235-275", "atkSpd": "VERY_SLOW", "lvl": 96, "strReq": 55, "hprPct": -20, "mdPct": 15, "str": 15, "spd": -15, "id": 2145}, {"name": "Poison Touch", "tier": "Unique", "type": "dagger", "poison": 2000, "thorns": 15, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "440-630", "atkSpd": "VERY_SLOW", "lvl": 87, "hprRaw": -95, "wDefPct": -30, "id": 2141}, {"name": "Platinum", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 88, "xpb": -3, "lb": 12, "eSteal": 3, "type": "bracelet", "id": 2143}, {"name": "Post-Ultima", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2000, "fDef": -50, "wDef": -50, "aDef": -50, "tDef": -50, "eDef": -50, "lvl": 76, "strReq": 40, "dexReq": 25, "mdPct": 30, "str": 9, "dex": 7, "expd": 20, "mdRaw": 190, "tDamPct": 20, "eDamPct": 20, "id": 2146}, {"name": "Polaris", "tier": "Rare", "type": "spear", "category": "weapon", "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, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "sdPct": -15, "mdPct": -15, "xpb": 15, "lb": 15, "fDamPct": 30, "wDamPct": 30, "aDamPct": 30, "tDamPct": 30, "eDamPct": 30, "id": 2144}, {"name": "Polyphemus", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "wDef": 70, "aDef": -70, "tDef": -70, "eDef": 70, "lvl": 91, "strReq": 40, "intReq": 40, "sdPct": 13, "mdPct": 13, "ms": 10, "dex": 8, "sdRaw": 140, "aDamPct": -36, "aDefPct": -18, "id": 2149}, {"name": "Powder Snow", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "wDef": 90, "aDef": 90, "tDef": -145, "lvl": 88, "intReq": 45, "agiReq": 45, "mr": 5, "ref": 23, "int": 8, "agi": 8, "sdRaw": 160, "wDamPct": 13, "aDamPct": 13, "wDefPct": 13, "aDefPct": 13, "id": 2148}, {"name": "Power Creep", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 81, "strReq": 60, "sdPct": -12, "mdPct": 5, "eDamPct": 7, "type": "necklace", "id": 2147}, {"name": "Power Cell", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -125, "tDef": -60, "lvl": 86, "dexReq": 65, "dex": 13, "mdRaw": 34, "tDamPct": -7, "type": "necklace", "id": 2150}, {"name": "Power Bracelet", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 74, "str": 8, "type": "bracelet", "id": 2152}, {"name": "Praesidium", "tier": "Rare", "type": "spear", "thorns": 50, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "320-500", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "defReq": 80, "sdPct": -400, "ms": -20, "ref": 50, "def": 50, "hpBonus": 4000, "fDefPct": 77, "wDefPct": 77, "aDefPct": 77, "tDefPct": 77, "eDefPct": 77, "id": 2153}, {"name": "Pragmatism", "tier": "Unique", "type": "leggings", "poison": 154, "thorns": 9, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 425, "lvl": 48, "dexReq": 10, "ms": -5, "expd": 1, "hpBonus": -70, "eSteal": 3, "mdRaw": 59, "tDamPct": 8, "id": 2154}, {"name": "Precedence", "tier": "Unique", "type": "dagger", "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, "intReq": 20, "defReq": 20, "mr": 5, "hprRaw": 65, "tDamPct": -7, "tDefPct": -7, "id": 2159}, {"name": "Prayer", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1280, "wDef": 100, "tDef": -100, "lvl": 68, "intReq": 45, "sdPct": 12, "xpb": 8, "int": 5, "spRegen": 8, "fDamPct": -16, "wDefPct": 12, "id": 2155}, {"name": "Precious", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": -80, "lvl": 41, "xpb": 10, "int": 3, "agi": 4, "spd": 7, "spRegen": -12, "hprRaw": 12, "type": "ring", "id": 2157}, {"name": "Precision", "tier": "Unique", "type": "bow", "category": "weapon", "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, "mdPct": 8, "expd": 5, "id": 2158}, {"name": "Presto", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-20", "fDam": "0-0", "wDam": "0-0", "aDam": "6-9", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 16, "agiReq": 8, "sdPct": 5, "ref": 8, "spd": 15, "fDamPct": -10, "aDefPct": 7, "id": 2160}, {"name": "Priest's Underwears", "tier": "Unique", "type": "leggings", "thorns": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 215, "fDef": -15, "aDef": 10, "tDef": 25, "eDef": -15, "lvl": 34, "ref": 10, "spRegen": 10, "aDamPct": 5, "id": 2163}, {"name": "Predposledni", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "50-60", "aDam": "40-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 99, "intReq": 40, "agiReq": 50, "mr": 5, "sdPct": 12, "mdPct": -25, "int": 10, "spd": 12, "wDamPct": 15, "tDefPct": -16, "eDefPct": -10, "id": 2161}, {"name": "Prestidigitation", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "wDef": 60, "eDef": -70, "lvl": 68, "intReq": 40, "ms": 5, "str": -7, "expd": 15, "sdRaw": 65, "wDamPct": 8, "eDamPct": -17, "id": 2162}, {"name": "Prism", "tier": "Legendary", "quest": "The Realm of Light", "category": "accessory", "drop": "lootchest", "hp": -400, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 100, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "ref": 5, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "type": "ring", "id": 2165}, {"name": "Prismatic Pendulum", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "5-350", "fDam": "0-0", "wDam": "5-520", "aDam": "0-0", "tDam": "0-0", "eDam": "5-520", "atkSpd": "VERY_SLOW", "lvl": 92, "strReq": 35, "intReq": 45, "mr": 5, "hpBonus": 1725, "hprRaw": 170, "aDamPct": -30, "tDamPct": -30, "wDefPct": 20, "eDefPct": 20, "id": 2166}, {"name": "Procrastination", "tier": "Legendary", "type": "relik", "majorIds": ["PEACEFUL_EFFIGY"], "category": "weapon", "drop": "NORMAL", "nDam": "1250-1875", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 85, "sdPct": 20, "mdPct": 20, "xpb": -10, "lb": -10, "str": 17, "dex": 17, "int": 17, "agi": 17, "def": 17, "spd": -25, "atkTier": -10, "id": 2164}, {"name": "Preipice", "displayName": "Precipice", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "56-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "63-93", "atkSpd": "FAST", "lvl": 69, "strReq": 30, "mdPct": 12, "fDefPct": -18, "wDefPct": -18, "aDefPct": 15, "tDefPct": 15, "eDefPct": 30, "id": 2156}, {"name": "Prosto Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 350, "lvl": 42, "str": 5, "agi": -2, "def": 8, "id": 2167}, {"name": "Prosencephalon", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2900, "wDef": 80, "aDef": -120, "tDef": 80, "eDef": -120, "lvl": 94, "dexReq": 70, "intReq": 70, "hprPct": -20, "mr": 5, "ms": 5, "sdRaw": 100, "mdRaw": -350, "wDamPct": 31, "tDamPct": 31, "aDefPct": -20, "eDefPct": -20, "id": 3620}, {"name": "Prog", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-30", "fDam": "7-10", "wDam": "0-0", "aDam": "0-0", "tDam": "8-12", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 18, "dexReq": 10, "defReq": 5, "ms": 10, "spRaw1": 10, "spRaw2": -5, "id": 2168}, {"name": "Proto-Shield", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 1550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 74, "defReq": 75, "def": 13, "hpBonus": 423, "fDefPct": 4, "wDefPct": 2, "aDefPct": 2, "tDefPct": 2, "eDefPct": -6, "id": 2171}, {"name": "Protolith", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 900, "eDef": 30, "lvl": 60, "strReq": 45, "mdPct": 15, "str": 4, "wDamPct": -25, "eDamPct": 15, "id": 2169}, {"name": "Prymari", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-90", "fDam": "17-33", "wDam": "17-33", "aDam": "0-0", "tDam": "17-33", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 76, "dexReq": 25, "intReq": 25, "defReq": 25, "sdPct": 20, "ref": 30, "dex": 9, "int": 9, "def": 9, "hprRaw": 100, "aDamPct": -40, "eDamPct": -40, "fDefPct": 15, "wDefPct": 15, "tDefPct": 15, "id": 2174}, {"name": "Prowl", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "355-455", "fDam": "0-0", "wDam": "0-0", "aDam": "210-285", "tDam": "0-0", "eDam": "355-455", "atkSpd": "SUPER_SLOW", "lvl": 81, "strReq": 25, "agiReq": 40, "mdPct": 12, "xpb": 10, "str": 16, "hpBonus": -750, "sdRaw": -90, "aDamPct": 15, "id": 2170}, {"name": "Psion Marker", "tier": "Legendary", "type": "spear", "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, "dexReq": 20, "mr": -5, "mdPct": 20, "ms": 5, "dex": 5, "expd": 10, "tDamPct": 10, "id": 2176}, {"name": "Proxima", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "210-220", "fDam": "110-200", "wDam": "110-200", "aDam": "110-200", "tDam": "110-200", "eDam": "110-200", "atkSpd": "SUPER_SLOW", "lvl": 85, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "mdPct": 10, "ls": 290, "ms": -5, "xpb": 15, "hprRaw": -90, "id": 2172}, {"name": "Psychoruin", "tier": "Rare", "type": "wand", "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, "dexReq": 6, "intReq": 6, "int": 5, "sdRaw": 15, "wDamPct": -3, "tDamPct": 6, "wDefPct": 6, "tDefPct": -9, "id": 2175}, {"name": "Psithurism", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": -80, "aDef": 75, "eDef": 55, "lvl": 65, "strReq": 25, "agiReq": 35, "agi": 8, "spd": 10, "tDamPct": -8, "aDefPct": 12, "eDefPct": 8, "id": 2173}, {"name": "Puff", "tier": "Rare", "category": "accessory", "drop": "lootchest", "aDef": 50, "lvl": 79, "spd": 5, "type": "ring", "id": 2179}, {"name": "Pulsar", "tier": "Legendary", "type": "spear", "poison": -365, "thorns": 21, "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, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "sdPct": 14, "xpb": 8, "ref": 21, "spd": -15, "mdRaw": 46, "id": 2178}, {"name": "Pulse Mail", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1800, "tDef": 100, "eDef": -110, "lvl": 75, "dexReq": 75, "hprPct": -40, "mdPct": 10, "ms": 15, "str": -10, "sdRaw": 95, "tDamPct": 15, "eDamPct": -77, "eDefPct": -20, "id": 2177}, {"name": "Puppet Master", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "103-137", "fDam": "0-0", "wDam": "46-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 13, "sdPct": 15, "mdPct": -33, "ms": 5, "lb": 10, "str": -5, "spPct1": -25, "id": 2182}, {"name": "Pumpkin Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "lvl": 20, "id": 2180}, {"name": "Puppeteer", "tier": "Rare", "type": "chestplate", "thorns": 25, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1400, "lvl": 74, "mdPct": 50, "ls": -130, "str": 7, "dex": -5, "agi": 7, "spd": 21, "atkTier": -1, "id": 2181}, {"name": "Pure Andesite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "180-191", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 63, "id": 2184}, {"name": "Pure Andesite Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "303-360", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 63, "id": 2183}, {"name": "Pure Andesite Stick", "displayName": "Pure Andesite Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "86-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 63, "id": 2188}, {"name": "Pure Andesite Shears", "displayName": "Pure Andesite Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "103-118", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 63, "id": 2185}, {"name": "Pure Andesite Spear", "tier": "Normal", "type": "spear", "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, "id": 2187}, {"name": "Pure Birch Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "162-187", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 61, "id": 2186}, {"name": "Pure Birch Shears", "displayName": "Pure Birch Dagger", "tier": "Normal", "type": "dagger", "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, "id": 2189}, {"name": "Pure Birch Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "121-128", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 61, "id": 2190}, {"name": "Pure Birch Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "102-131", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 61, "id": 2191}, {"name": "Pure Birch Stick", "displayName": "Pure Birch Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "54-71", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 61, "id": 2192}, {"name": "Pure Diorite Shears", "displayName": "Pure Diorite Dagger", "tier": "Normal", "type": "dagger", "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, "id": 2196}, {"name": "Pure Diamond Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 700, "lvl": 57, "id": 2193}, {"name": "Pure Diorite Bow", "tier": "Normal", "type": "bow", "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, "id": 2195}, {"name": "Pure Diorite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "212-225", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 69, "id": 2194}, {"name": "Pure Diorite Stick", "displayName": "Pure Diorite Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "99-119", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 69, "id": 2197}, {"name": "Pure Diorite Spear", "tier": "Normal", "type": "spear", "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, "id": 2198}, {"name": "Pure Granite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "225-236", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "id": 2199}, {"name": "Pure Granite Shears", "displayName": "Pure Granite Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "130-151", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "id": 2204}, {"name": "Pure Granite Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "388-455", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 74, "id": 2201}, {"name": "Pure Granite Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "260-295", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 74, "id": 2200}, {"name": "Pure Iron Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 520, "lvl": 53, "id": 2203}, {"name": "Pure Granite Stick", "displayName": "Pure Granite Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "id": 2202}, {"name": "Pure Iron Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 600, "lvl": 55, "id": 2206}, {"name": "Pure Iron Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 440, "lvl": 51, "id": 2205}, {"name": "Pure Jungle Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "216-245", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 72, "id": 2208}, {"name": "Pure Jungle Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "162-167", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "id": 2209}, {"name": "Pure Jungle Shears", "displayName": "Pure Jungle Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "id": 2210}, {"name": "Pure Light Birch Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "133-148", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 65, "id": 2213}, {"name": "Pure Light Birch Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "111-114", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 65, "id": 2214}, {"name": "Pure Jungle Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "135-165", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 72, "id": 2207}, {"name": "Pure Jungle Stick", "displayName": "Pure Jungle Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-94", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "id": 2212}, {"name": "Pure Light Birch Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "85-102", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 65, "id": 2211}, {"name": "Pure Light Birch Shears", "displayName": "Pure Light Birch Dagger", "tier": "Normal", "type": "dagger", "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, "id": 2215}, {"name": "Pure Light Birch Stick", "displayName": "Pure Light Birch Wand", "tier": "Normal", "type": "wand", "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, "id": 2217}, {"name": "Pure Light Jungle Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "140-144", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 76, "id": 2218}, {"name": "Pure Light Jungle Stick", "displayName": "Pure Light Jungle Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "66-76", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 76, "id": 2222}, {"name": "Pure Light Jungle Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "158-188", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 76, "id": 2216}, {"name": "Pure Light Oak Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "92-95", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 59, "id": 2223}, {"name": "Pure Light Jungle Shears", "displayName": "Pure Light Jungle Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "86-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 76, "id": 2219}, {"name": "Pure Light Jungle Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "98-133", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 76, "id": 2221}, {"name": "Pure Light Oak Bow", "tier": "Normal", "type": "bow", "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, "id": 2220}, {"name": "Pure Light Oak Shears", "displayName": "Pure Light Oak Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "59-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 59, "id": 2226}, {"name": "Pure Light Oak Stick", "displayName": "Pure Light Oak Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "44-49", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 59, "id": 2227}, {"name": "Pure Light Spruce Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "128-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 70, "id": 2228}, {"name": "Pure Light Spruce Bow", "tier": "Normal", "type": "bow", "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, "id": 2224}, {"name": "Pure Light Spruce Stick", "displayName": "Pure Light Spruce Wand", "tier": "Normal", "type": "wand", "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, "id": 2230}, {"name": "Pure Light Spruce Shears", "displayName": "Pure Light Spruce Dagger", "tier": "Normal", "type": "dagger", "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, "id": 2229}, {"name": "Pure Light Oak Spear", "tier": "Normal", "type": "spear", "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, "id": 2225}, {"name": "Pure Light Spruce Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "99-114", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 70, "id": 2231}, {"name": "Pure Oak Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "102-108", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 56, "id": 2235}, {"name": "Pure Oak Wood Shears", "displayName": "Pure Oak Dagger", "tier": "Normal", "type": "dagger", "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, "id": 2234}, {"name": "Pure Oak Wood Bow", "displayName": "Pure Oak Bow", "tier": "Normal", "type": "bow", "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, "id": 2233}, {"name": "Pure Spruce Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "194-221", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 67, "id": 2238}, {"name": "Pure Oak Wood Spear", "displayName": "Pure Oak Spear", "tier": "Normal", "type": "spear", "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, "id": 2232}, {"name": "Pure Spruce Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "145-151", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 67, "id": 2241}, {"name": "Pure Spruce Shears", "displayName": "Pure Spruce Dagger", "tier": "Normal", "type": "dagger", "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, "id": 2236}, {"name": "Pure Spruce Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "129-148", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 67, "id": 2239}, {"name": "Pure Stone Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "249-296", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 57, "id": 2244}, {"name": "Pure Spruce Stick", "displayName": "Pure Spruce Wand", "tier": "Normal", "type": "wand", "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, "id": 2243}, {"name": "Pure Stone Shears", "displayName": "Pure Stone Dagger", "tier": "Normal", "type": "dagger", "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, "id": 2242}, {"name": "Pure Stone Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "147-158", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 57, "id": 2240}, {"name": "Pure Oak Wood Stick", "displayName": "Pure Oak Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 56, "id": 2237}, {"name": "Pure Stone Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "162-201", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 57, "id": 2246}, {"name": "Pyroclast", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "250-790", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "350-690", "atkSpd": "SUPER_SLOW", "lvl": 88, "strReq": 40, "defReq": 35, "expd": 15, "spd": -10, "hprRaw": -155, "mdRaw": 620, "fDamPct": 20, "eDamPct": 20, "wDefPct": -50, "aDefPct": -15, "id": 2247}, {"name": "Pure Stone Stick", "displayName": "Pure Stone Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "71-82", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 57, "id": 2248}, {"name": "Quartz Choker", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 125, "lvl": 52, "sdPct": 8, "xpb": 4, "type": "necklace", "id": 2309}, {"name": "Purgatory", "tier": "Unique", "type": "wand", "thorns": 11, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "150-185", "wDam": "0-0", "aDam": "0-0", "tDam": "100-235", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 93, "dexReq": 35, "defReq": 35, "hprPct": -23, "mr": -5, "sdPct": 18, "expd": 23, "fDamPct": 18, "tDamPct": 18, "id": 2245}, {"name": "Pyromaniac", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 200, "fDef": -40, "wDef": -40, "lvl": 90, "defReq": 50, "sdPct": 11, "int": -3, "expd": 10, "spd": 7, "hprRaw": -60, "type": "necklace", "id": 2250}, {"name": "Quartz-laced Leggings", "displayName": "Quartz-Laced Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 660, "lvl": 53, "sdPct": 10, "xpb": 10, "ref": 10, "id": 2251}, {"name": "Qaxezine", "tier": "Unique", "type": "bow", "thorns": 7, "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, "strReq": 25, "dexReq": 25, "lb": 11, "str": 14, "expd": 12, "spd": -21, "id": 2249}, {"name": "Quartzite Amulet", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 4, "sdPct": 4, "type": "necklace", "id": 2252}, {"name": "Quartzite Helm", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2300, "lvl": 91, "sdPct": 20, "sdRaw": 135, "id": 2254}, {"name": "Quartzite Bow", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-150", "fDam": "0-0", "wDam": "150-160", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 94, "dexReq": 35, "intReq": 30, "lb": 12, "int": 8, "sdRaw": 90, "aDamPct": -23, "tDamPct": 25, "aDefPct": -16, "id": 2255}, {"name": "Quartzite Wand", "tier": "Unique", "type": "wand", "category": "weapon", "drop": "NORMAL", "nDam": "2-4", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 1, "xpb": 4, "id": 2253}, {"name": "Quasar", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-130", "fDam": "0-40", "wDam": "0-40", "aDam": "0-40", "tDam": "0-40", "eDam": "0-40", "atkSpd": "SLOW", "lvl": 72, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "fDefPct": 13, "wDefPct": 13, "aDefPct": 13, "tDefPct": 13, "eDefPct": 13, "id": 2257}, {"name": "Quickshot", "tier": "Unique", "type": "bow", "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, "dexReq": 20, "xpb": 11, "dex": 8, "id": 2259}, {"name": "Quickstep", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "87-93", "wDam": "0-0", "aDam": "84-96", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 77, "agiReq": 30, "defReq": 25, "xpb": 7, "agi": 6, "spd": 14, "hpBonus": 600, "fDamPct": 12, "aDefPct": 10, "id": 2258}, {"name": "Quatrain", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 4, "lvl": 16, "hprPct": 4, "sdPct": 4, "mdPct": 4, "xpb": 4, "type": "ring", "id": 2256}, {"name": "Quill", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "75-80", "fDam": "0-0", "wDam": "0-0", "aDam": "75-80", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 80, "intReq": 30, "agiReq": 20, "mr": 5, "sdPct": 10, "xpb": 15, "wDamPct": 16, "aDefPct": 15, "tDefPct": -20, "id": 2260}, {"name": "Quinque", "tier": "Legendary", "type": "spear", "poison": 2000, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "5-235", "eDam": "5-7", "atkSpd": "SUPER_FAST", "lvl": 99, "dexReq": 65, "mr": -10, "spd": -20, "atkTier": 1, "sdRaw": 175, "mdRaw": 70, "eDamPct": 50, "id": 2261}, {"name": "Abrasion", "tier": "Fabled", "category": "accessory", "drop": "never", "fDef": 40, "wDef": 40, "lvl": 100, "mr": 5, "sdPct": 8, "ms": 5, "spd": -37, "fDamPct": 10, "type": "necklace", "id": 3624}, {"name": "Recalcitrance", "tier": "Fabled", "category": "accessory", "drop": "never", "hp": -2600, "aDef": -45, "eDef": 65, "lvl": 100, "strReq": 45, "hprPct": 9, "str": 6, "atkTier": 1, "eDamPct": 11, "type": "necklace", "jh": 1, "id": 3601}, {"name": "Eyes on All", "tier": "Fabled", "category": "accessory", "drop": "never", "wDef": -60, "tDef": -60, "lvl": 60, "dexReq": 45, "intReq": 45, "sdPct": -11, "ms": 10, "atkTier": -6, "type": "necklace", "id": 3602}, {"name": "Homeorhesis", "tier": "Fabled", "category": "accessory", "drop": "never", "wDef": 35, "eDef": 35, "lvl": 60, "strReq": 40, "sdPct": -45, "mdPct": -45, "ms": 5, "xpb": 10, "sdRaw": 120, "mdRaw": 60, "type": "bracelet", "id": 3576}, {"name": "Cacophony", "tier": "Fabled", "thorns": 6, "category": "accessory", "drop": "never", "fDef": -15, "wDef": -15, "aDef": -15, "tDef": -15, "eDef": -15, "lvl": 80, "agiReq": 55, "ls": 115, "ref": 6, "spRegen": -8, "hprRaw": 50, "sdRaw": -45, "type": "ring", "id": 3585}, {"name": "Racer's Shoes", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 950, "lvl": 60, "agiReq": 40, "mdPct": -5, "agi": 7, "spd": 19, "sdRaw": -25, "id": 2270}, {"name": "Metamorphosis", "tier": "Fabled", "category": "accessory", "drop": "never", "fDef": 20, "wDef": -100, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 80, "mr": -5, "sdPct": 20, "ms": -5, "type": "necklace", "id": 3575}, {"name": "Ragged", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 60, "fDef": -8, "aDef": 10, "lvl": 19, "ls": 7, "def": -2, "spd": 4, "hpBonus": -8, "id": 2271}, {"name": "Raecard", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 35, "fDef": 4, "wDef": 4, "aDef": 4, "tDef": 4, "eDef": 4, "lvl": 22, "strReq": 2, "dexReq": 2, "intReq": 2, "agiReq": 2, "defReq": 2, "lb": 15, "hpBonus": 110, "fDamPct": 6, "wDamPct": 6, "aDamPct": 6, "tDamPct": 6, "eDamPct": 6, "id": 2272}, {"name": "Radiance", "tier": "Unique", "type": "bow", "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, "intReq": 15, "defReq": 15, "hprPct": 15, "mr": 5, "spRegen": 5, "id": 2269}, {"name": "Ragni's Mail", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 850, "aDef": -30, "eDef": 60, "lvl": 50, "strReq": 20, "defReq": 5, "sdPct": -10, "mdPct": 10, "xpb": 10, "def": 7, "fDamPct": 10, "wDamPct": -25, "eDamPct": 10, "id": 2273}, {"name": "Ragni's Old Shoes", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 300, "aDef": -10, "eDef": 20, "lvl": 39, "mdPct": 7, "xpb": 6, "id": 2275}, {"name": "Ragni's Spear", "tier": "Unique", "type": "spear", "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, "mdPct": 3, "str": 3, "id": 2276}, {"name": "Ragon's Bracelet", "tier": "Rare", "quest": "Elemental Exercise", "category": "accessory", "drop": "never", "lvl": 10, "hpBonus": 13, "type": "bracelet", "id": 2277}, {"name": "Rainbow", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": 30, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 80, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "fDamPct": -3, "wDamPct": -3, "aDamPct": -3, "tDamPct": -3, "eDamPct": -3, "type": "ring", "id": 2274}, {"name": "Rainstorm", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "65-95", "fDam": "0-0", "wDam": "40-70", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "dexReq": 35, "intReq": 30, "sdPct": 10, "ms": 5, "xpb": 7, "dex": 8, "int": 5, "tDamPct": 22, "aDefPct": -25, "id": 2280}, {"name": "Raindrop", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -135, "wDef": 20, "lvl": 69, "intReq": 25, "mr": 5, "sdPct": -2, "mdPct": -2, "int": 5, "type": "ring", "id": 2279}, {"name": "Rapier", "tier": "Rare", "type": "dagger", "thorns": 30, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "66-76", "fDam": "66-88", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 82, "defReq": 45, "ls": 290, "ref": 15, "def": 12, "fDefPct": 15, "id": 2282}, {"name": "Raptor", "tier": "Rare", "type": "dagger", "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, "strReq": 30, "agiReq": 30, "mdPct": 12, "agi": 4, "def": -5, "spd": 15, "hpBonus": -200, "mdRaw": 65, "id": 2281}, {"name": "Rapids", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2125, "wDef": 130, "tDef": -130, "lvl": 89, "intReq": 55, "mr": 5, "sdPct": 23, "spd": 9, "fDamPct": -15, "wDamPct": 11, "id": 2278}, {"name": "Ration", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3600, "fDef": 100, "wDef": 100, "aDef": -75, "eDef": -75, "lvl": 99, "intReq": 45, "defReq": 45, "mr": 15, "sdPct": -18, "mdPct": -18, "int": 9, "hprRaw": 150, "id": 2283}, {"name": "Rarity", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "lvl": 1, "xpb": 12, "lb": 12, "spRegen": 8, "type": "ring", "id": 2284}, {"name": "Rayshyroth's Knowledge", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 66, "xpb": 12, "spRegen": 3, "type": "bracelet", "id": 2286}, {"name": "Reaction", "tier": "Unique", "type": "helmet", "thorns": 20, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 770, "tDef": 45, "eDef": -50, "lvl": 57, "dexReq": 30, "xpb": 6, "expd": 4, "sdRaw": 50, "tDamPct": 9, "wDefPct": -7, "id": 2290}, {"name": "Razor", "tier": "Unique", "type": "spear", "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, "sdPct": 5, "mdPct": 5, "str": 7, "dex": -5, "int": 7, "agi": 7, "def": 7, "spd": 15, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": -40, "eDamPct": 20, "id": 2285}, {"name": "Reaper of Soul", "tier": "Legendary", "type": "dagger", "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, "ls": 100, "ms": 10, "agi": 7, "spRegen": 10, "eSteal": 10, "id": 2287}, {"name": "Rebellion", "tier": "Legendary", "type": "spear", "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, "dexReq": 35, "defReq": 35, "sdPct": -6, "ls": 100, "int": -4, "expd": 19, "hpBonus": -230, "fDamPct": 17, "tDamPct": 17, "wDefPct": -12, "id": 2288}, {"name": "Reborn", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -125, "lvl": 100, "strReq": 45, "dexReq": 45, "int": -4, "agi": -2, "def": -2, "mdRaw": 50, "tDamPct": 10, "eDamPct": 10, "type": "necklace", "id": 2289}, {"name": "Reason", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "60-85", "wDam": "70-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 83, "intReq": 30, "defReq": 35, "mr": 5, "dex": -7, "int": 8, "def": 5, "hprRaw": 105, "tDamPct": -30, "fDefPct": 13, "wDefPct": 13, "id": 2291}, {"name": "Recharge", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1000, "lvl": 59, "mr": -45, "sdPct": 11, "mdPct": -9, "ms": 40, "sdRaw": 50, "id": 2292}, {"name": "Rectificator", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "hpBonus": 150, "fDamPct": 16, "wDamPct": 16, "aDamPct": 16, "tDamPct": 16, "eDamPct": 16, "id": 2294}, {"name": "Red Candle", "tier": "Legendary", "type": "wand", "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, "defReq": 15, "hprPct": 20, "ls": 31, "def": 7, "hpBonus": 100, "hprRaw": 15, "id": 2296}, {"name": "Red", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 25, "fDef": 4, "lvl": 30, "hpBonus": 5, "type": "ring", "id": 2293}, {"name": "Red Ko Rhu", "tier": "Rare", "type": "leggings", "thorns": 20, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 470, "fDef": -60, "aDef": 40, "eDef": 40, "lvl": 43, "str": 8, "expd": 10, "spd": -8, "eDefPct": 10, "id": 2295}, {"name": "Red String", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 12, "lvl": 16, "hprPct": 3, "xpb": 3, "spRegen": 2, "type": "ring", "id": 2297}, {"name": "Redirection", "tier": "Unique", "type": "leggings", "thorns": 12, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1050, "tDef": 30, "eDef": -70, "lvl": 65, "dexReq": 25, "ref": 12, "dex": 4, "tDamPct": 12, "tDefPct": 12, "id": 2300}, {"name": "Refined Bow", "tier": "Unique", "type": "bow", "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, "xpb": 4, "id": 2299}, {"name": "Redemption", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1475, "fDef": 50, "aDef": 50, "lvl": 71, "agiReq": 30, "defReq": 30, "hprPct": 18, "mr": -5, "ls": 120, "int": -6, "hprRaw": 40, "id": 2298}, {"name": "Refined Chainmail Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 245, "lvl": 41, "id": 2301}, {"name": "Reflection", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 67, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "sdPct": -17, "mdPct": -17, "ref": 25, "hprRaw": 65, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "id": 2304}, {"name": "Refined Iron Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 285, "lvl": 43, "id": 2302}, {"name": "Refined Iron Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 340, "lvl": 45, "id": 2306}, {"name": "Refined Iron Chainmail", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 380, "lvl": 47, "id": 2303}, {"name": "Reflex", "tier": "Unique", "thorns": 3, "category": "accessory", "drop": "lootchest", "lvl": 14, "spd": 5, "type": "ring", "id": 2305}, {"name": "Regal Chaps", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "lvl": 23, "xpb": 8, "lb": 8, "eSteal": 2, "id": 2308}, {"name": "Regulating Charge", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "57-97", "aDam": "0-0", "tDam": "57-97", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 67, "dexReq": 35, "intReq": 35, "sdPct": 13, "ms": -10, "sdRaw": 75, "wDamPct": 9, "tDamPct": 9, "id": 2313}, {"name": "Regrets", "tier": "Unique", "type": "dagger", "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, "intReq": 8, "sdPct": 12, "sdRaw": 21, "id": 2311}, {"name": "Relay", "tier": "Rare", "type": "leggings", "thorns": 8, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 160, "tDef": 15, "eDef": -15, "lvl": 24, "dexReq": 15, "ref": 8, "str": -4, "dex": 5, "id": 2314}, {"name": "Rekkr", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 4500, "fDef": 130, "eDef": 100, "lvl": 99, "strReq": 45, "defReq": 60, "mdPct": 40, "str": 13, "def": 13, "spd": -15, "fDefPct": 20, "aDefPct": 20, "eDefPct": 20, "id": 2310}, {"name": "Relend's Refrain", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": 20, "aDef": 40, "tDef": -50, "eDef": -15, "lvl": 90, "agiReq": 50, "xpb": 7, "spd": 12, "wDamPct": 5, "type": "bracelet", "id": 2312}, {"name": "Relentless", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-74", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "58-70", "eDam": "58-70", "atkSpd": "FAST", "lvl": 70, "strReq": 35, "dexReq": 35, "agi": -10, "def": -10, "expd": 25, "atkTier": 1, "hprRaw": -69, "mdRaw": 60, "id": 2316}, {"name": "Relfect", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-100", "fDam": "20-30", "wDam": "20-30", "aDam": "20-30", "tDam": "20-30", "eDam": "20-30", "atkSpd": "NORMAL", "lvl": 94, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "mdPct": 10, "ms": 5, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "expd": 10, "spd": 10, "hpBonus": 1650, "id": 2315}, {"name": "Relic", "tier": "Legendary", "type": "bow", "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, "sdPct": 6, "xpb": 8, "id": 2318}, {"name": "Relic Bow", "tier": "Rare", "type": "bow", "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, "xpb": 15, "lb": 15, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "id": 2317}, {"name": "Relic Spear", "tier": "Rare", "type": "spear", "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, "xpb": 15, "lb": 15, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "id": 2319}, {"name": "Refraction", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 74, "strReq": 18, "dexReq": 18, "intReq": 18, "agiReq": 18, "defReq": 18, "ls": 110, "ms": 5, "fDamPct": 11, "wDamPct": 11, "aDamPct": 11, "tDamPct": 11, "eDamPct": 11, "id": 2307}, {"name": "Relic Wand", "tier": "Rare", "type": "wand", "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, "xpb": 15, "lb": 15, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "id": 2320}, {"name": "Relic Daggers", "tier": "Rare", "type": "dagger", "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, "xpb": 15, "lb": 15, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "id": 2322}, {"name": "Remedy", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1050, "fDef": 60, "wDef": 60, "tDef": -60, "eDef": -60, "lvl": 70, "intReq": 35, "defReq": 35, "hprPct": 18, "mr": 5, "sdPct": -11, "mdPct": -11, "spRegen": 18, "hprRaw": 70, "sdRaw": -40, "mdRaw": -39, "id": 2321}, {"name": "Remikas' Sanctuary", "tier": "Rare", "type": "chestplate", "thorns": 8, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1700, "lvl": 68, "defReq": 50, "ref": 8, "def": 7, "spd": -10, "fDefPct": 7, "wDefPct": 7, "aDefPct": 7, "tDefPct": 7, "eDefPct": 7, "id": 2323}, {"name": "Remikas' Righteousness", "tier": "Legendary", "type": "spear", "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, "mr": 5, "xpb": 15, "str": 7, "int": 7, "spRegen": 10, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "id": 2325}, {"name": "Reminder", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 96, "int": 8, "type": "ring", "id": 2324}, {"name": "Reminiscence", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": 80, "fDef": 20, "wDef": 10, "eDef": -30, "lvl": 41, "intReq": 30, "defReq": 10, "hprPct": 8, "mr": 5, "spRegen": 8, "hprRaw": 10, "type": "bracelet", "id": 2326}, {"name": "Render", "tier": "Rare", "category": "accessory", "drop": "lootchest", "aDef": 15, "eDef": -15, "lvl": 60, "defReq": 25, "expd": 12, "fDamPct": 10, "wDamPct": -7, "type": "ring", "id": 2328}, {"name": "Resolve", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3425, "fDef": 100, "aDef": 100, "tDef": -150, "lvl": 98, "agiReq": 40, "defReq": 40, "ms": 5, "int": -20, "agi": 7, "def": 7, "wDamPct": -15, "spPct1": -10, "spPct3": -10, "id": 2327}, {"name": "Resistance", "tier": "Unique", "type": "leggings", "thorns": 13, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3200, "tDef": 100, "eDef": 175, "lvl": 97, "dexReq": 60, "ms": 15, "ref": 9, "tDamPct": -15, "tDefPct": 20, "eDefPct": 20, "id": 2333}, {"name": "Repulsion", "tier": "Rare", "type": "dagger", "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, "dexReq": 30, "intReq": 30, "mr": 5, "ref": 20, "sdRaw": 55, "wDamPct": 9, "tDamPct": 9, "eDamPct": -18, "eDefPct": -23, "id": 2329}, {"name": "Reticence", "tier": "Legendary", "type": "wand", "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, "xpb": 15, "str": 7, "sdRaw": -25, "mdRaw": 16, "id": 2331}, {"name": "Return", "tier": "Unique", "thorns": 9, "category": "accessory", "drop": "lootchest", "lvl": 53, "ref": 9, "type": "ring", "id": 2330}, {"name": "Retina Shooter", "tier": "Unique", "type": "bow", "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, "strReq": 5, "mdPct": 3, "dex": 7, "id": 2332}, {"name": "Return to Ether", "tier": "Legendary", "type": "bow", "poison": -4143, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "12-126", "fDam": "0-0", "wDam": "0-0", "aDam": "16-162", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 90, "intReq": 84, "agiReq": 49, "mr": 10, "mdPct": -27, "xpb": 26, "agi": 44, "spd": 22, "wDamPct": 34, "tDamPct": -149, "eDamPct": -13, "fDefPct": 45, "id": 2334}, {"name": "Reverie", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "108-144", "wDam": "108-144", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 68, "intReq": 25, "defReq": 25, "sdPct": 24, "mdPct": -15, "int": 8, "spd": -15, "fDefPct": 24, "wDefPct": 24, "id": 2336}, {"name": "Reverb", "tier": "Unique", "type": "boots", "thorns": 19, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -90, "aDef": 50, "tDef": 50, "lvl": 64, "dexReq": 30, "agiReq": 30, "ref": 19, "mdRaw": 90, "fDefPct": -15, "aDefPct": 11, "tDefPct": 11, "id": 2335}, {"name": "Reversal", "tier": "Unique", "type": "relik", "thorns": 30, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-23", "fDam": "0-0", "wDam": "0-0", "aDam": "23-30", "tDam": "0-0", "eDam": "23-30", "atkSpd": "NORMAL", "lvl": 36, "strReq": 12, "agiReq": 12, "mdPct": 10, "ref": 30, "spd": 10, "mdRaw": 39, "id": 2340}, {"name": "Revolt", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "110-140", "fDam": "60-60", "wDam": "0-0", "aDam": "0-0", "tDam": "60-60", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 82, "dexReq": 25, "defReq": 25, "mdPct": 12, "ls": 345, "ms": 10, "xpb": 10, "fDamPct": 9, "wDamPct": -25, "aDamPct": -25, "tDamPct": 9, "id": 2338}, {"name": "Revolutionine", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "315-327", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 83, "defReq": 40, "mdPct": 15, "def": 15, "hpBonus": -815, "fDamPct": 20, "wDamPct": -20, "wDefPct": -20, "id": 2339}, {"name": "Rewind", "tier": "Legendary", "type": "dagger", "majorIds": ["SORCERY"], "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-50", "fDam": "0-0", "wDam": "30-50", "aDam": "25-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 80, "intReq": 50, "agiReq": 50, "mr": 10, "ls": 250, "ms": -15, "agi": 10, "spd": 15, "hprRaw": -200, "id": 2337}, {"name": "Rheingold", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -60, "aDef": 70, "tDef": 50, "eDef": -60, "lvl": 66, "dexReq": 20, "agiReq": 25, "sdPct": 7, "mdPct": 12, "lb": 16, "dex": 5, "spd": 11, "fDamPct": -14, "id": 2342}, {"name": "Rhunaex", "tier": "Unique", "type": "dagger", "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, "strReq": 25, "dexReq": 25, "ls": 33, "dex": 5, "hprRaw": -15, "sdRaw": 25, "mdRaw": 33, "aDamPct": -19, "id": 2341}, {"name": "Ricin", "tier": "Rare", "type": "dagger", "poison": 1930, "thorns": 10, "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, "mdPct": -50, "ms": 5, "sdRaw": 125, "id": 2343}, {"name": "Rime", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "fDef": -30, "wDef": 10, "aDef": 15, "lvl": 43, "intReq": 15, "agiReq": 30, "sdPct": 7, "ms": 5, "agi": 4, "spd": -9, "aDamPct": 4, "fDefPct": -10, "type": "bracelet", "id": 2347}, {"name": "Ridge", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 100, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 34, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "fDamPct": 12, "wDamPct": 12, "aDamPct": 12, "tDamPct": 12, "eDamPct": 12, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "id": 2345}, {"name": "Ring of Focus", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 20, "intReq": 5, "sdPct": 5, "xpb": 4, "type": "ring", "id": 2349}, {"name": "Ring of Fire", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": -50, "lvl": 84, "expd": 8, "fDamPct": 11, "wDamPct": -7, "eDamPct": 8, "type": "ring", "id": 2346}, {"name": "Ringlets", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 1875, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 80, "mr": 10, "xpb": 20, "ref": 20, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spRaw4": -5, "id": 2348}, {"name": "Ringing Mail", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 265, "wDef": 20, "tDef": -20, "lvl": 41, "intReq": 20, "mr": 5, "spRegen": 5, "wDefPct": 10, "aDefPct": 5, "id": 2352}, {"name": "Ring of Strength", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 9, "str": 3, "type": "ring", "id": 2350}, {"name": "Ripper", "tier": "Unique", "category": "accessory", "drop": "lootchest", "eDef": -6, "lvl": 46, "dexReq": 25, "xpb": 3, "dex": 3, "mdRaw": 17, "type": "ring", "id": 2351}, {"name": "Rinkaku", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2000, "fDef": 80, "tDef": 80, "lvl": 79, "dexReq": 40, "defReq": 55, "hprPct": -20, "sdPct": 10, "ls": 110, "def": 8, "hpBonus": -400, "fDamPct": 8, "tDamPct": 8, "id": 2354}, {"name": "Rising Sun", "tier": "Unique", "type": "bow", "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, "defReq": 25, "xpb": 15, "spRegen": 6, "id": 2353}, {"name": "Rite Staff", "tier": "Unique", "type": "wand", "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, "intReq": 10, "defReq": 10, "sdPct": 8, "ls": 25, "lb": 8, "hpBonus": -150, "spRegen": -10, "eSteal": 4, "id": 2355}, {"name": "Riverflow", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "wDef": 200, "tDef": -100, "lvl": 93, "intReq": 95, "mr": 20, "ref": 5, "spd": 7, "tDamPct": -15, "wDefPct": 20, "tDefPct": -15, "id": 2357}, {"name": "Roaming Thief", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "lvl": 28, "ls": 13, "lb": 8, "dex": 3, "eSteal": 4, "id": 2356}, {"name": "Rock Chisel", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "164-165", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 83, "strReq": 25, "defReq": 35, "sdPct": -9, "lb": 19, "dex": 8, "eSteal": 3, "fDamPct": 24, "eDamPct": 7, "id": 2359}, {"name": "Robin", "tier": "Unique", "type": "wand", "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, "agiReq": 30, "defReq": 20, "hprPct": 20, "sdPct": -12, "mdPct": -12, "spd": 16, "hprRaw": 30, "id": 2358}, {"name": "Rockworm", "tier": "Unique", "poison": 135, "category": "accessory", "drop": "lootchest", "lvl": 57, "mdPct": 3, "str": 4, "eDamPct": 4, "type": "ring", "id": 2361}, {"name": "Rodoroc's Pride", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3700, "fDef": 125, "wDef": -175, "eDef": 125, "lvl": 98, "strReq": 40, "defReq": 40, "mr": 10, "str": 8, "def": 8, "spd": -8, "hpBonus": 700, "fDamPct": 8, "wDamPct": 10, "aDamPct": -20, "tDamPct": -20, "eDamPct": 8, "id": 2360}, {"name": "Rollick", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "wDef": 100, "tDef": -130, "lvl": 71, "intReq": 100, "sdPct": 15, "int": 7, "sdRaw": 75, "fDamPct": -30, "wDamPct": 20, "aDamPct": -20, "tDamPct": -20, "eDamPct": -20, "wDefPct": 20, "id": 2363}, {"name": "Ronin", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2225, "tDef": 175, "eDef": -100, "lvl": 91, "dexReq": 50, "str": -15, "dex": 20, "spd": 5, "mdRaw": 175, "tDamPct": 15, "id": 2364}, {"name": "Ronco", "tier": "Rare", "type": "bow", "category": "weapon", "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, "dexReq": 30, "sdPct": 12, "lb": 6, "dex": 5, "spd": 8, "hpBonus": -90, "eDefPct": -15, "id": 2362}, {"name": "Rosario", "tier": "Unique", "type": "wand", "thorns": 10, "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, "strReq": 20, "defReq": 20, "hprPct": 9, "sdPct": -20, "spd": -12, "hpBonus": 250, "hprRaw": 15, "id": 2365}, {"name": "Rot of Dernel", "tier": "Rare", "type": "wand", "poison": 2645, "thorns": 35, "category": "weapon", "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, "strReq": 15, "dexReq": 15, "ls": 300, "ms": 15, "int": -30, "hpBonus": -1850, "id": 2367}, {"name": "Rotten Wood", "tier": "Unique", "type": "wand", "poison": 1462, "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, "id": 2372}, {"name": "Rotary Crossbow", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-50", "fDam": "30-100", "wDam": "50-80", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 74, "intReq": 30, "defReq": 30, "ls": 225, "expd": 14, "hpBonus": 800, "tDefPct": -20, "eDefPct": -14, "id": 2366}, {"name": "Rotten", "tier": "Rare", "type": "chestplate", "poison": 160, "thorns": 10, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 280, "fDef": -15, "eDef": 25, "lvl": 37, "id": 2369}, {"name": "Rikter", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "312-670", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "330-570", "atkSpd": "SUPER_SLOW", "lvl": 84, "strReq": 55, "mdPct": 30, "expd": 25, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "fDefPct": -20, "wDefPct": -20, "aDefPct": -20, "tDefPct": -20, "eDefPct": -20, "id": 2344}, {"name": "Roughcut", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 560, "aDef": -50, "tDef": 20, "eDef": 30, "lvl": 53, "strReq": 15, "mdPct": 10, "dex": 7, "mdRaw": 85, "tDamPct": 10, "eDefPct": 5, "id": 2370}, {"name": "Rounding Test", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "never", "restrict": "Untradable", "lvl": 1, "xpb": 11, "atkTier": -1, "id": 2371}, {"name": "Runic Coin", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 375, "lvl": 90, "sdPct": 8, "lb": 5, "type": "necklace", "id": 2375}, {"name": "Rubber", "tier": "Rare", "category": "accessory", "drop": "lootchest", "tDef": 50, "lvl": 77, "mdRaw": 26, "type": "ring", "id": 2373}, {"name": "Rubber Rainboots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 225, "tDef": 10, "lvl": 34, "xpb": 5, "wDefPct": 20, "id": 2374}, {"name": "Rubber Helm", "tier": "Unique", "type": "helmet", "thorns": 10, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 165, "lvl": 29, "ref": 10, "dex": -3, "agi": -3, "id": 2377}, {"name": "Running Water", "tier": "Unique", "type": "relik", "sprint": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-30", "fDam": "0-0", "wDam": "50-70", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "intReq": 30, "int": 9, "spd": 15, "sprintReg": 10, "id": 2376}, {"name": "Runner's Vest", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 24, "lvl": 9, "agi": 3, "spd": 4, "id": 2378}, {"name": "Rust", "tier": "Rare", "type": "helmet", "poison": 665, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 2450, "wDef": -60, "aDef": -60, "lvl": 79, "defReq": 55, "ref": -23, "dex": 9, "tDamPct": 19, "eDamPct": 11, "id": 2399}, {"name": "Rusted Bracelet", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 7, "xpb": 2, "lb": 3, "type": "bracelet", "id": 2379}, {"name": "Rusted Ring", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 28, "wDef": 6, "tDef": -3, "lvl": 31, "wDefPct": 4, "tDefPct": -3, "type": "ring", "id": 2387}, {"name": "Rusted Root", "tier": "Legendary", "type": "relik", "poison": 900, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "190-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "190-200", "atkSpd": "SLOW", "lvl": 65, "strReq": 40, "dexReq": 45, "sdRaw": 130, "tDamPct": 35, "wDefPct": -40, "spRaw2": -10, "spPct3": 49, "spPct4": -42, "jh": -1, "id": 2381}, {"name": "Rycar's Bravado", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": -35, "aDef": 20, "eDef": 20, "lvl": 58, "strReq": 20, "str": 7, "dex": 3, "int": -10, "agi": 3, "type": "bracelet", "id": 2380}, {"name": "Adventurer's Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 147, "lvl": 27, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 2385, "set": "Adventurer's"}, {"name": "Rycar's Swagger", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 250, "lvl": 62, "strReq": 10, "agiReq": 10, "hprPct": -11, "str": 3, "agi": 5, "spd": -4, "eSteal": 2, "type": "necklace", "id": 2382}, {"name": "Adventurer's Cap", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 135, "lvl": 26, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 2383, "set": "Adventurer's"}, {"name": "Adventurer's Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 153, "lvl": 28, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 2386, "set": "Adventurer's"}, {"name": "Air Relic Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 145, "aDef": 5, "lvl": 25, "agiReq": 15, "agi": 4, "aDamPct": 7, "aDefPct": 7, "id": 2390, "set": "Air Relic"}, {"name": "Adventurer's Tunic", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 165, "lvl": 29, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 2384, "set": "Adventurer's"}, {"name": "Air Relic Helmet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 205, "aDef": 10, "lvl": 30, "agiReq": 21, "agi": 5, "aDamPct": 9, "aDefPct": 9, "id": 2391, "set": "Air Relic"}, {"name": "Beachside Conch", "tier": "Set", "type": "relik", "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, "intReq": 8, "sdPct": -8, "mdPct": -12, "wDamPct": 12, "wDefPct": 8, "id": 2392, "set": "Beachside"}, {"name": "Beachside Headwrap", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 75, "wDef": 6, "lvl": 17, "intReq": 5, "lb": 8, "int": 3, "wDefPct": 8, "id": 2394, "set": "Beachside"}, {"name": "Black Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "tDef": 7, "eDef": -10, "lvl": 33, "dexReq": 13, "ms": 5, "xpb": 5, "dex": 7, "id": 2398, "set": "Black"}, {"name": "Bear Mask", "tier": "Set", "type": "helmet", "skin": "eyJ0aW1lc3RhbXAiOjE0MDkxOTUyODE1ODUsInByb2ZpbGVJZCI6IjVkYTgwMWMxNzkwYzQ3Mzc4YzhiMzk2MjM2ZDlhNzk2IiwicHJvZmlsZU5hbWUiOiJDaHVtYmxlZG9yZSIsImlzUHVibGljIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjk1YmJmOWYxNzViMWU3NmE2MWI0Y2QwYmExODNiMThjOTQ2NzAxN2Y0MWVkMTA0NmFiZjY1YTRhNjNjNGEwIn19fQ==", "category": "armor", "drop": "never", "hp": 72, "lvl": 15, "mdRaw": 25, "fixID": true, "id": 1854, "set": "Bear"}, {"name": "Bear Body", "tier": "Set", "type": "chestplate", "category": "armor", "drop": "never", "hp": 78, "lvl": 16, "mdPct": 6, "fixID": true, "id": 2396, "set": "Bear"}, {"name": "Black Cap", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 195, "tDef": 7, "lvl": 33, "dexReq": 10, "dex": 4, "mdRaw": 26, "id": 2395, "set": "Black"}, {"name": "Black Tunic", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 245, "tDef": 7, "eDef": -10, "lvl": 33, "dexReq": 30, "lb": 10, "dex": 7, "sdRaw": 42, "id": 2397, "set": "Black"}, {"name": "Black Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "tDef": 7, "eDef": -10, "lvl": 33, "dexReq": 20, "dex": 5, "spd": 10, "mdRaw": 30, "id": 2400, "set": "Black"}, {"name": "Air Relic Chestplate", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 275, "aDef": 15, "lvl": 35, "agiReq": 27, "agi": 7, "aDamPct": 11, "aDefPct": 11, "id": 2389, "set": "Air Relic"}, {"name": "Bony Bow", "tier": "Set", "type": "bow", "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, "agiReq": 8, "mdPct": 8, "agi": 6, "id": 2401, "set": "Bony"}, {"name": "Champion Boots", "tier": "Set", "type": "boots", "quest": "Tower Of Ascension", "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "lvl": 75, "xpb": 20, "id": 2403, "set": "Champion"}, {"name": "Bony Circlet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "aDef": 5, "lvl": 21, "agiReq": 6, "mdPct": 8, "mdRaw": 30, "id": 2402, "set": "Bony"}, {"name": "Champion Helmet", "tier": "Set", "type": "helmet", "quest": "Tower Of Ascension", "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "lvl": 75, "xpb": 10, "lb": 10, "id": 2407, "set": "Champion"}, {"name": "Champion Chestplate", "tier": "Set", "type": "chestplate", "quest": "Tower Of Ascension", "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "lvl": 75, "xpb": 10, "lb": 10, "id": 2405, "set": "Champion"}, {"name": "Champion Leggings", "tier": "Set", "type": "leggings", "quest": "Tower Of Ascension", "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "lvl": 75, "lb": 20, "id": 2404, "set": "Champion"}, {"name": "Clock Amulet", "tier": "Set", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 86, "lb": 6, "fDefPct": 4, "wDefPct": 5, "aDefPct": 3, "tDefPct": 2, "eDefPct": 6, "type": "necklace", "fixID": true, "id": 2406, "set": "Clock"}, {"name": "Clock Helm", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1400, "lvl": 73, "mr": -5, "mdPct": 10, "ms": 5, "xpb": 6, "agi": 3, "spd": 6, "fixID": true, "id": 2408, "set": "Clock"}, {"name": "Clock Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 950, "lvl": 74, "sdPct": -40, "mdPct": -35, "xpb": 6, "str": -8, "dex": 3, "spd": 10, "atkTier": 1, "mdRaw": 26, "fixID": true, "id": 2410, "set": "Clock"}, {"name": "Clock Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 1500, "lvl": 75, "sdPct": 25, "mdPct": 30, "xpb": 5, "str": 3, "spd": -4, "atkTier": -1, "mdRaw": 13, "fixID": true, "id": 2411, "set": "Clock"}, {"name": "Clock Mail", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 1800, "lvl": 76, "hprPct": 15, "mr": 10, "sdPct": 5, "ms": -5, "def": 3, "spd": -3, "hpBonus": 200, "fixID": true, "id": 2409, "set": "Clock"}, {"name": "Clockwork Ring", "tier": "Set", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -25, "lvl": 80, "sdPct": 5, "lb": 6, "type": "ring", "fixID": true, "id": 2413, "set": "Clock"}, {"name": "Cosmic Vest", "tier": "Set", "type": "chestplate", "quest": "???\u058e", "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 2200, "lvl": 80, "mr": 5, "xpb": 19, "spd": 15, "id": 2478, "set": "Cosmic"}, {"name": "Air Relic Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 355, "aDef": 20, "lvl": 40, "agiReq": 42, "agi": 8, "aDamPct": 13, "aDefPct": 13, "id": 2388, "set": "Air Relic"}, {"name": "Cosmic Visor", "tier": "Set", "type": "helmet", "quest": "???\u058e", "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 1800, "lvl": 80, "mr": 5, "xpb": 19, "spRegen": 19, "id": 2414, "set": "Cosmic"}, {"name": "Cosmic Walkers", "tier": "Set", "type": "boots", "quest": "???\u058e", "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 1900, "lvl": 80, "xpb": 19, "spd": 15, "spRegen": 19, "id": 2412, "set": "Cosmic"}, {"name": "Dodge Core", "tier": "Set", "category": "accessory", "drop": "NORMAL", "lvl": 84, "agiReq": 30, "hprPct": 12, "spd": 12, "type": "ring", "id": 3606, "set": "Synch Core"}, {"name": "Earth Relic Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 150, "eDef": 4, "lvl": 25, "strReq": 15, "str": 4, "eDamPct": 8, "eDefPct": 6, "id": 2428, "set": "Earth Relic"}, {"name": "Cosmic Ward", "tier": "Set", "type": "leggings", "quest": "???\u058e", "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 2100, "lvl": 80, "xpb": 19, "spd": 15, "spRegen": 19, "id": 2416, "set": "Cosmic"}, {"name": "Earth Relic Helmet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 212, "eDef": 8, "lvl": 30, "strReq": 21, "str": 5, "eDamPct": 10, "eDefPct": 8, "id": 2415, "set": "Earth Relic"}, {"name": "Earth Relic Chestplate", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 285, "eDef": 12, "lvl": 35, "strReq": 27, "str": 7, "eDamPct": 12, "eDefPct": 10, "id": 2418, "set": "Earth Relic"}, {"name": "Earth Relic Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 375, "eDef": 16, "lvl": 40, "strReq": 42, "str": 8, "eDamPct": 14, "eDefPct": 12, "id": 2420, "set": "Earth Relic"}, {"name": "Fire Relic Helmet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 245, "fDef": 10, "lvl": 30, "defReq": 21, "def": 5, "fDamPct": 8, "fDefPct": 10, "id": 2419, "set": "Fire Relic"}, {"name": "Fire Relic Chestplate", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 330, "fDef": 15, "lvl": 35, "defReq": 27, "def": 7, "fDamPct": 10, "fDefPct": 12, "id": 2421, "set": "Fire Relic"}, {"name": "Fire Relic Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 170, "fDef": 5, "lvl": 25, "defReq": 15, "def": 4, "fDamPct": 6, "fDefPct": 8, "id": 2417, "set": "Fire Relic"}, {"name": "Ghostly Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 520, "wDef": 20, "eDef": -15, "lvl": 49, "intReq": 35, "mdPct": -18, "ms": 5, "spRegen": 5, "sdRaw": 65, "id": 2423, "set": "Ghostly"}, {"name": "Fire Relic Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 425, "fDef": 20, "lvl": 40, "defReq": 42, "def": 8, "fDamPct": 12, "fDefPct": 14, "id": 2422, "set": "Fire Relic"}, {"name": "Ghostly Cap", "tier": "Set", "type": "helmet", "allowCraftsman": true, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "tDef": 20, "eDef": -20, "lvl": 48, "mdPct": -6, "ms": 5, "spRegen": 5, "sdRaw": 65, "id": 2424, "set": "Ghostly"}, {"name": "Ghostly Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "tDef": 30, "eDef": -30, "lvl": 50, "dexReq": 45, "mdPct": -24, "ms": 5, "spRegen": 5, "tDamPct": 14, "id": 2425, "set": "Ghostly"}, {"name": "Ghostly Tunic", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 520, "wDef": 30, "eDef": -25, "lvl": 51, "intReq": 45, "mdPct": -12, "ms": 5, "spRegen": 5, "wDamPct": 14, "id": 2444, "set": "Ghostly"}, {"name": "Harden Core", "tier": "Set", "category": "accessory", "drop": "NORMAL", "hp": 888, "fDef": 20, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 84, "defReq": 30, "xpb": 5, "type": "ring", "id": 3616, "set": "Synch Core"}, {"name": "Hustle Core", "tier": "Set", "category": "accessory", "drop": "NORMAL", "lvl": 84, "strReq": 30, "sdPct": 10, "mdPct": 10, "ls": 70, "type": "ring", "id": 3623, "set": "Synch Core"}, {"name": "Horse Hoof", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 355, "fDef": -20, "aDef": 20, "lvl": 40, "agiReq": 25, "agi": 7, "spd": 10, "aDamPct": 8, "id": 2426, "set": "Horse"}, {"name": "Horse Mask", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 405, "fDef": -20, "eDef": 20, "lvl": 42, "strReq": 25, "mdPct": 7, "str": 7, "eDamPct": 8, "id": 2427, "set": "Horse"}, {"name": "Jester Bracelet", "tier": "Set", "thorns": 8, "category": "accessory", "drop": "lootchest", "lvl": 72, "xpb": -25, "lb": -25, "ref": 8, "type": "bracelet", "id": 2431, "set": "Jester"}, {"name": "Jester Necklace", "tier": "Set", "category": "accessory", "drop": "lootchest", "lvl": 54, "xpb": -25, "lb": -25, "eSteal": 4, "type": "necklace", "id": 2429, "set": "Jester"}, {"name": "Jester Ring", "tier": "Set", "category": "accessory", "drop": "lootchest", "lvl": 69, "ls": 50, "xpb": -25, "lb": -25, "type": "ring", "id": 2430, "set": "Jester"}, {"name": "Kaerynn's Body", "tier": "Set", "type": "chestplate", "quest": "Aldorei's Secret Part II", "category": "armor", "slots": 2, "drop": "never", "hp": 2075, "fDef": -50, "eDef": 120, "lvl": 78, "strReq": 45, "sdPct": 15, "mdPct": 15, "eDamPct": 20, "id": 2432, "set": "Kaerynn's"}, {"name": "Leaf Boots", "tier": "Set", "type": "boots", "set": "Leaf", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 14, "eDef": 2, "lvl": 4, "hprPct": 10, "hprRaw": 1, "id": 2435}, {"name": "Leaf Cap", "tier": "Set", "type": "helmet", "set": "Leaf", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 9, "eDef": 2, "lvl": 2, "hprPct": 6, "hprRaw": 1, "id": 2438}, {"name": "Kaerynn's Mind", "tier": "Set", "type": "helmet", "quest": "Aldorei's Secret Part II", "category": "armor", "slots": 2, "drop": "never", "hp": 2075, "fDef": -50, "wDef": 120, "lvl": 78, "intReq": 45, "hprPct": 25, "mr": 5, "wDamPct": 20, "id": 2433, "set": "Kaerynn's"}, {"name": "Leaf Pants", "tier": "Set", "type": "leggings", "set": "Leaf", "thorns": 7, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 17, "eDef": 3, "lvl": 5, "hprPct": 8, "id": 2434}, {"name": "Mask of the Dark Vexations", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 90, "lvl": 20, "dexReq": 5, "intReq": 5, "defReq": 5, "mdPct": -15, "xpb": 10, "fDamPct": 7, "wDamPct": 7, "tDamPct": 7, "id": 2437, "set": "Vexing"}, {"name": "Leaf Tunic", "tier": "Set", "type": "chestplate", "set": "Leaf", "thorns": 5, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 22, "lvl": 6, "str": 3, "hprRaw": 2, "id": 2450}, {"name": "Morph-Emerald", "tier": "Set", "category": "accessory", "drop": "lootchest", "hp": 50, "lvl": 37, "strReq": 16, "dexReq": 16, "intReq": 16, "agiReq": 16, "defReq": 16, "lb": 8, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "type": "ring", "id": 2439, "set": "Morph"}, {"name": "Morph-Iron", "tier": "Set", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 600, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 50, "strReq": 22, "dexReq": 22, "intReq": 22, "agiReq": 22, "defReq": 22, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "id": 2442, "set": "Morph"}, {"name": "Morph-Gold", "tier": "Set", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 150, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 25, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 15, "mr": 5, "sdPct": 10, "mdPct": 10, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 10, "id": 2440, "set": "Morph"}, {"name": "Morph-Amethyst", "tier": "Set", "category": "accessory", "drop": "lootchest", "hp": 225, "lvl": 87, "strReq": 41, "dexReq": 41, "intReq": 41, "agiReq": 41, "defReq": 41, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spRegen": 10, "type": "bracelet", "id": 2436, "set": "Morph"}, {"name": "Morph-Ruby", "tier": "Set", "category": "accessory", "drop": "lootchest", "hp": 175, "lvl": 62, "strReq": 29, "dexReq": 29, "intReq": 29, "agiReq": 29, "defReq": 29, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "eSteal": 5, "type": "necklace", "id": 2441, "set": "Morph"}, {"name": "Nether Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "fDef": 12, "wDef": -6, "lvl": 28, "defReq": 25, "lb": 6, "expd": 6, "fDamPct": 8, "id": 2449, "set": "Nether"}, {"name": "Morph-Steel", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1750, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 75, "strReq": 35, "dexReq": 35, "intReq": 35, "agiReq": 35, "defReq": 35, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 2443, "set": "Morph"}, {"name": "Morph-Topaz", "tier": "Set", "category": "accessory", "drop": "lootchest", "lvl": 12, "strReq": 4, "dexReq": 4, "intReq": 4, "agiReq": 4, "defReq": 4, "xpb": 8, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "type": "ring", "id": 2447, "set": "Morph"}, {"name": "Nether Cap", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 150, "fDef": 6, "wDef": -6, "lvl": 24, "defReq": 10, "lb": 9, "def": 4, "expd": 8, "id": 2446, "set": "Nether"}, {"name": "Nether Tunic", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 160, "fDef": 8, "wDef": -6, "lvl": 25, "defReq": 15, "def": 5, "fDamPct": 6, "id": 2452, "set": "Nether"}, {"name": "Outlaw Cap", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 370, "fDef": -30, "lvl": 39, "agiReq": 40, "ls": 31, "eSteal": 5, "mdRaw": 39, "id": 2454, "set": "Outlaw"}, {"name": "Nether Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 190, "fDef": 10, "wDef": -6, "lvl": 27, "defReq": 20, "lb": 7, "def": 7, "expd": 6, "id": 2448, "set": "Nether"}, {"name": "Outlaw Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 325, "eDef": -20, "lvl": 36, "agiReq": 30, "ls": 29, "agi": 7, "eSteal": 5, "id": 2453, "set": "Outlaw"}, {"name": "Outlaw Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 345, "tDef": -20, "lvl": 37, "agiReq": 35, "mdPct": 8, "ls": 29, "eSteal": 4, "id": 2451, "set": "Outlaw"}, {"name": "Outlaw Tunic", "tier": "Set", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 380, "wDef": -20, "lvl": 38, "agiReq": 35, "ls": 29, "eSteal": 4, "aDamPct": 8, "id": 2456, "set": "Outlaw"}, {"name": "Overload Core", "tier": "Set", "category": "accessory", "drop": "NORMAL", "lvl": 87, "xpb": 10, "type": "necklace", "id": 3613, "set": "Synch Core"}, {"name": "Relic Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 150, "fDef": 4, "wDef": 4, "aDef": 4, "tDef": 4, "eDef": 4, "lvl": 25, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "fDefPct": 7, "wDefPct": 7, "aDefPct": 7, "tDefPct": 7, "eDefPct": 7, "id": 2459, "set": "Relic"}, {"name": "Pigman Helmet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 80, "aDef": -5, "eDef": 5, "lvl": 15, "strReq": 5, "spd": -4, "eDamPct": 14, "id": 2455, "set": "Pigman"}, {"name": "Pigman Battle Hammer", "tier": "Set", "type": "spear", "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, "strReq": 5, "str": 4, "spd": -6, "id": 2457, "set": "Pigman"}, {"name": "Relic Helmet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 215, "fDef": 8, "wDef": 8, "aDef": 8, "tDef": 8, "eDef": 8, "lvl": 30, "strReq": 7, "dexReq": 7, "intReq": 7, "agiReq": 7, "defReq": 7, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "id": 2461, "set": "Relic"}, {"name": "Relic Chestplate", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 285, "fDef": 12, "wDef": 12, "aDef": 12, "tDef": 12, "eDef": 12, "lvl": 35, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "fDefPct": 9, "wDefPct": 9, "aDefPct": 9, "tDefPct": 9, "eDefPct": 9, "id": 2458, "set": "Relic"}, {"name": "Silverfish Boots", "tier": "Set", "type": "boots", "poison": 130, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 10, "aDef": 8, "eDef": 2, "lvl": 32, "agiReq": 30, "agi": 13, "id": 2462, "set": "Silverfish"}, {"name": "Silverfish Helm", "tier": "Set", "type": "helmet", "poison": 145, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 15, "aDef": 12, "eDef": 6, "lvl": 34, "agiReq": 35, "spd": 10, "id": 2463, "set": "Silverfish"}, {"name": "Skien Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 775, "lvl": 53, "sdPct": -12, "mdPct": 10, "str": 5, "spd": 5, "id": 2464, "set": "Skien's"}, {"name": "Skien Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 850, "lvl": 55, "def": 5, "spd": 5, "sdRaw": -115, "mdRaw": 95, "id": 2465, "set": "Skien's"}, {"name": "Slime Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 715, "lvl": 51, "strReq": 15, "defReq": 35, "str": 7, "agi": -4, "def": 5, "spd": -6, "id": 2467, "set": "Slime"}, {"name": "Morph-Stardust", "tier": "Set", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3250, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 100, "strReq": 45, "dexReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "mr": 5, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 15, "hprRaw": 200, "sdRaw": 140, "mdRaw": 135, "id": 2445, "set": "Morph"}, {"name": "Skien's Fatigues", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 1000, "lvl": 57, "strReq": 35, "defReq": 35, "sdPct": -20, "mdPct": 17, "str": 8, "def": 8, "sdRaw": -140, "mdRaw": 115, "id": 2466, "set": "Skien's"}, {"name": "Slime Plate", "tier": "Set", "type": "chestplate", "poison": 290, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "eDef": 30, "lvl": 53, "strReq": 20, "defReq": 35, "spd": -6, "id": 2469, "set": "Slime"}, {"name": "Snail Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3350, "fDef": 75, "eDef": 55, "lvl": 94, "strReq": 55, "defReq": 70, "hprPct": 20, "def": 9, "spd": -7, "fDefPct": 10, "id": 2471, "set": "Snail"}, {"name": "Relic Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 375, "fDef": 14, "wDef": 14, "aDef": 14, "tDef": 14, "eDef": 14, "lvl": 40, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "id": 2460, "set": "Relic"}, {"name": "Snail Leggings", "tier": "Set", "type": "leggings", "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3575, "fDef": 90, "eDef": 65, "lvl": 95, "strReq": 60, "defReq": 80, "hprPct": 20, "def": 9, "spd": -7, "id": 2470, "set": "Snail"}, {"name": "Snail Mail", "tier": "Set", "type": "chestplate", "thorns": 15, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3950, "fDef": 100, "eDef": 75, "lvl": 97, "strReq": 65, "defReq": 90, "hprPct": 20, "agi": -10, "fDefPct": 9, "eDefPct": 9, "id": 2473, "set": "Snail"}, {"name": "Snail Helm", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3125, "fDef": 60, "eDef": 45, "lvl": 93, "strReq": 50, "defReq": 60, "def": 9, "spd": -7, "hprRaw": 170, "eDefPct": 10, "id": 2468, "set": "Snail"}, {"name": "Snow Helmet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 405, "aDef": 15, "lvl": 42, "agiReq": 15, "hprPct": -15, "ref": 10, "aDefPct": 10, "id": 2480, "set": "Snow"}, {"name": "Snow Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 380, "wDef": 15, "lvl": 41, "intReq": 15, "hprPct": -15, "mr": 5, "wDefPct": 10, "id": 2472, "set": "Snow"}, {"name": "Spore Cap", "tier": "Set", "type": "helmet", "poison": 18, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 55, "lvl": 13, "str": 4, "id": 2475, "set": "Spore"}, {"name": "Snow Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 425, "wDef": 20, "aDef": 20, "lvl": 43, "intReq": 20, "agiReq": 20, "hprPct": -15, "ref": 10, "wDamPct": 8, "aDamPct": 8, "id": 2474, "set": "Snow"}, {"name": "Spore Shortsword", "tier": "Set", "type": "dagger", "poison": 36, "category": "weapon", "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, "expd": 10, "id": 2477, "set": "Spore"}, {"name": "Snow Tunic", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "wDef": 25, "aDef": 25, "lvl": 44, "intReq": 25, "agiReq": 25, "hprPct": -15, "mr": 5, "wDefPct": 8, "aDefPct": 8, "id": 2476, "set": "Snow"}, {"name": "Synchro Core", "tier": "Set", "category": "accessory", "drop": "NORMAL", "lvl": 87, "xpb": 10, "type": "bracelet", "id": 3604, "set": "Synch Core"}, {"name": "Thunder Relic Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 135, "tDef": 3, "lvl": 25, "dexReq": 15, "dex": 4, "tDamPct": 10, "tDefPct": 4, "id": 2482, "set": "Thunder Relic"}, {"name": "Staff of the Dark Vexations", "tier": "Set", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "4-9", "wDam": "6-7", "aDam": "0-0", "tDam": "1-13", "eDam": "0-0", "atkSpd": "FAST", "lvl": 25, "dexReq": 5, "intReq": 5, "defReq": 5, "mdPct": -10, "dex": 4, "int": 4, "def": 4, "id": 2479, "set": "Vexing"}, {"name": "Thunder Relic Chestplate", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 260, "tDef": 9, "lvl": 35, "dexReq": 27, "dex": 7, "tDamPct": 14, "tDefPct": 8, "id": 2481, "set": "Thunder Relic"}, {"name": "Thunder Relic Helmet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 190, "tDef": 6, "lvl": 30, "dexReq": 21, "dex": 5, "tDamPct": 12, "tDefPct": 6, "id": 2483, "set": "Thunder Relic"}, {"name": "Thunder Relic Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 335, "tDef": 12, "lvl": 40, "dexReq": 42, "dex": 8, "tDamPct": 16, "tDefPct": 10, "id": 2485, "set": "Thunder Relic"}, {"name": "Time Ring", "tier": "Set", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 80, "hprPct": 10, "type": "ring", "fixID": true, "id": 2488, "set": "Clock"}, {"name": "Tribal Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 80, "lvl": 18, "lb": 8, "mdRaw": 20, "fixID": true, "id": 2491, "set": "Tribal"}, {"name": "Tribal Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 75, "lvl": 18, "lb": 5, "agi": 3, "fixID": true, "id": 2484, "set": "Tribal"}, {"name": "Tribal Tunic", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "lvl": 18, "mdPct": 10, "lb": 5, "fixID": true, "id": 2490, "set": "Tribal"}, {"name": "Tribal Cap", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 70, "lvl": 18, "lb": 7, "agi": 2, "fixID": true, "id": 2487, "set": "Tribal"}, {"name": "Ultramarine Belt", "tier": "Set", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 950, "wDef": 40, "tDef": -40, "lvl": 63, "intReq": 90, "mr": 5, "lb": 8, "int": 7, "wDefPct": 8, "id": 2486, "set": "Ultramarine"}, {"name": "Ultramarine Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 880, "wDef": 80, "tDef": -20, "lvl": 61, "intReq": 80, "sdPct": 7, "lb": 7, "wDefPct": 8, "id": 2489, "set": "Ultramarine"}, {"name": "Veekhat's Horns", "tier": "Set", "type": "helmet", "quest": "Cowfusion", "sprint": 15, "category": "armor", "slots": 2, "drop": "never", "hp": 2675, "eDef": 150, "lvl": 89, "mdRaw": 180, "eDamPct": 20, "id": 2492, "set": "Veekhat's"}, {"name": "Ultramarine Cape", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 1000, "tDef": -70, "lvl": 65, "intReq": 100, "mr": 10, "mdPct": -14, "lb": 9, "wDefPct": 8, "id": 2495, "set": "Ultramarine"}, {"name": "Ultramarine Crown", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 800, "wDef": 140, "lvl": 59, "intReq": 70, "lb": 6, "int": 7, "wDefPct": 8, "id": 2493, "set": "Ultramarine"}, {"name": "Villager Mail", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 140, "lvl": 26, "xpb": 5, "lb": 10, "id": 2498, "set": "Villager"}, {"name": "Veekhat's Udders", "tier": "Set", "type": "chestplate", "quest": "Cowfusion", "sprint": 18, "category": "armor", "slots": 2, "drop": "never", "hp": 2550, "aDef": 150, "lvl": 89, "ms": 5, "aDamPct": 18, "id": 2494, "set": "Veekhat's"}, {"name": "Visceral Chest", "tier": "Set", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 1545, "fDef": -25, "wDef": -25, "aDef": -25, "tDef": -25, "eDef": -25, "lvl": 71, "mdPct": 15, "hprRaw": 50, "mdRaw": 100, "id": 2497, "set": "Visceral"}, {"name": "Visceral Skullcap", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1400, "lvl": 68, "mdPct": 13, "ls": 80, "hprRaw": 39, "id": 2496, "set": "Visceral"}, {"name": "Villager Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 120, "lvl": 24, "xpb": 10, "lb": 5, "id": 2500, "set": "Villager"}, {"name": "Visceral Toe", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1445, "lvl": 69, "mdPct": 10, "ls": 60, "mdRaw": 75, "id": 2503, "set": "Visceral"}, {"name": "Water Relic Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 130, "wDef": 6, "lvl": 25, "intReq": 15, "int": 4, "wDamPct": 4, "wDefPct": 10, "id": 2501, "set": "Water Relic"}, {"name": "Water Relic Chestplate", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 245, "wDef": 18, "lvl": 35, "intReq": 27, "int": 7, "wDamPct": 8, "wDefPct": 14, "id": 2505, "set": "Water Relic"}, {"name": "Watch Bracelet", "tier": "Set", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 86, "lb": 6, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "type": "bracelet", "fixID": true, "id": 2502, "set": "Clock"}, {"name": "Water Relic Helmet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 185, "wDef": 12, "lvl": 30, "intReq": 21, "int": 5, "wDamPct": 6, "wDefPct": 12, "id": 2504, "set": "Water Relic"}, {"name": "Water Relic Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 320, "wDef": 24, "lvl": 40, "intReq": 42, "int": 8, "wDamPct": 10, "wDefPct": 16, "id": 2506, "set": "Water Relic"}, {"name": "Reciprocator", "tier": "Rare", "type": "relik", "thorns": 40, "category": "weapon", "slots": 1, "drop": "never", "nDam": "240-300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 44, "ref": 40, "agi": 10, "def": -10, "spd": -10, "wDamPct": 15, "fixID": true, "spRaw1": -5, "id": 2509}, {"name": "Ablution", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "40-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 30, "intReq": 12, "mr": 5, "int": 6, "wDamPct": 10, "tDamPct": -10, "wDefPct": 10, "tDefPct": -10, "fixID": true, "id": 2507}, {"name": "Ciel", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "28-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "45-75", "eDam": "0-0", "atkSpd": "FAST", "lvl": 94, "dexReq": 50, "ms": 5, "xpb": 10, "dex": 5, "tDamPct": 22, "tDefPct": 8, "fixID": true, "id": 2508}, {"name": "Cloudwalkers", "tier": "Unique", "type": "boots", "sprint": 15, "category": "armor", "slots": 3, "drop": "never", "aDef": 100, "lvl": 94, "agiReq": 50, "sdPct": 40, "xpb": 10, "spd": 30, "aDamPct": 30, "aDefPct": 20, "fixID": true, "id": 2510}, {"name": "Ahms' Remains", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 4, "drop": "never", "hp": 2550, "aDef": -120, "eDef": 90, "lvl": 97, "strReq": 65, "sdPct": 15, "mdPct": 12, "ms": 10, "str": 8, "sdRaw": 205, "eDamPct": 10, "aDefPct": -15, "fixID": true, "id": 2512}, {"name": "Earth Drift", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "70-101", "tDam": "0-0", "eDam": "32-50", "atkSpd": "VERY_FAST", "lvl": 95, "strReq": 50, "agiReq": 30, "mdPct": 12, "str": 4, "agi": 8, "spd": 12, "sdRaw": -45, "mdRaw": 50, "eDamPct": 20, "fixID": true, "id": 2511}, {"name": "Highrise", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "120-142", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "agiReq": 50, "ms": 5, "hpBonus": -1200, "aDamPct": 20, "fDefPct": -20, "fixID": true, "jh": 2, "id": 2513}, {"name": "Fallbreakers", "tier": "Rare", "type": "boots", "thorns": 15, "category": "armor", "slots": 3, "drop": "never", "hp": 3600, "fDef": 120, "wDef": 110, "aDef": 80, "tDef": 100, "eDef": 90, "lvl": 95, "defReq": 40, "ref": 15, "def": 10, "hprRaw": 195, "fDefPct": 10, "wDefPct": 15, "aDefPct": 30, "tDefPct": 20, "eDefPct": 25, "fixID": true, "id": 2519}, {"name": "Island Sniper", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "425-845", "fDam": "0-0", "wDam": "0-0", "aDam": "400-425", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 96, "agiReq": 55, "mdPct": 15, "ms": 5, "dex": 7, "hpBonus": -1750, "tDamPct": 10, "fixID": true, "id": 2514}, {"name": "Restorator", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-60", "fDam": "80-100", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 96, "defReq": 55, "hprPct": 40, "str": 7, "def": 4, "hpBonus": 2500, "hprRaw": 230, "wDefPct": 20, "eDefPct": 15, "fixID": true, "id": 2515}, {"name": "Shard of Sky", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "nDam": "80-160", "fDam": "0-0", "wDam": "0-0", "aDam": "60-80", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 94, "agiReq": 55, "dex": 6, "agi": 10, "spd": 16, "aDamPct": 16, "aDefPct": 8, "fixID": true, "id": 2521}, {"name": "Stormcloud", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "never", "nDam": "40-60", "fDam": "0-0", "wDam": "145-170", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "intReq": 55, "mr": 10, "mdPct": -30, "int": 10, "fDefPct": -15, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "fixID": true, "id": 2520}, {"name": "Skyfloat", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 4, "drop": "never", "hp": 2750, "fDef": 50, "wDef": -150, "aDef": 150, "eDef": -50, "lvl": 94, "agiReq": 50, "mr": 10, "agi": 8, "def": 12, "spd": 15, "hprRaw": 230, "fixID": true, "jh": 1, "id": 2518}, {"name": "Vagabond's Disgrace", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "200-225", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "300-340", "eDam": "300-340", "atkSpd": "VERY_SLOW", "lvl": 96, "strReq": 65, "dexReq": 70, "mdPct": 30, "eSteal": 5, "wDamPct": -50, "tDamPct": 20, "eDamPct": 20, "wDefPct": -50, "fixID": true, "spPct4": 35, "id": 2522}, {"name": "Stalactite", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 2875, "wDef": -70, "aDef": -100, "tDef": 140, "eDef": 140, "lvl": 96, "strReq": 60, "dexReq": 50, "ls": 285, "lb": 10, "tDamPct": 14, "eDamPct": 14, "aDefPct": -12, "fixID": true, "spPct1": -14, "spPct3": -14, "spPct4": 35, "id": 2516}, {"name": "Visceral Legs", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1500, "lvl": 70, "ls": 110, "hprRaw": 65, "mdRaw": 60, "id": 2499, "set": "Visceral"}, {"name": "Clawctus", "tier": "Unique", "type": "dagger", "thorns": 8, "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, "dex": 3, "mdRaw": 25, "eDamPct": 7, "fixID": true, "id": 2523}, {"name": "Drought Savior", "tier": "Unique", "type": "dagger", "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, "intReq": 15, "hprPct": 5, "mr": 5, "hpBonus": 35, "hprRaw": 12, "fixID": true, "id": 2525}, {"name": "Crocodile", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 220, "wDef": 10, "lvl": 34, "intReq": 5, "int": 2, "spd": -6, "sdRaw": 30, "fixID": true, "id": 2524}, {"name": "Hood of the Resistance", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 175, "aDef": -8, "tDef": 5, "eDef": 5, "lvl": 32, "strReq": 15, "lb": 4, "str": 4, "eSteal": 3, "fixID": true, "id": 2526}, {"name": "Drywind", "tier": "Rare", "type": "spear", "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, "agiReq": 15, "sdPct": 6, "ref": 5, "agi": 2, "spd": 5, "fixID": true, "id": 2530}, {"name": "Venom", "tier": "Unique", "type": "bow", "poison": 160, "thorns": 5, "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, "hprPct": -12, "def": 3, "hprRaw": 14, "fixID": true, "id": 2529}, {"name": "Spider Silk Carduroys", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 185, "lvl": 29, "hprPct": 10, "ls": 13, "agi": 3, "fixID": true, "id": 2532}, {"name": "Boundary", "tier": "Rare", "type": "relik", "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, "strReq": 15, "sdPct": -10, "str": 8, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "fixID": true, "id": 2528}, {"name": "Vagabond", "tier": "Rare", "type": "chestplate", "poison": 90, "category": "armor", "slots": 1, "drop": "never", "hp": 160, "tDef": 10, "eDef": -12, "lvl": 33, "dexReq": 20, "agiReq": 10, "xpb": 7, "dex": 2, "agi": 2, "spd": 6, "fixID": true, "id": 2527}, {"name": "Horseshoe", "tier": "Rare", "category": "accessory", "drop": "never", "lvl": 44, "agiReq": 15, "agi": 2, "spd": 9, "mdRaw": 16, "type": "ring", "fixID": true, "id": 2535}, {"name": "Bountiful", "tier": "Unique", "type": "wand", "poison": -20, "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, "xpb": 10, "lb": 15, "hprRaw": 5, "fixID": true, "id": 2534}, {"name": "Savannah Wind", "tier": "Rare", "type": "bow", "category": "weapon", "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, "agiReq": 8, "xpb": 5, "ref": 8, "agi": 4, "spd": 8, "hpBonus": -40, "fixID": true, "id": 2531}, {"name": "Pursuit", "tier": "Unique", "type": "spear", "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, "agiReq": 5, "ls": 7, "dex": 4, "spd": 12, "aDamPct": 8, "fixID": true, "id": 2536}, {"name": "Acevro", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "105-150", "fDam": "0-0", "wDam": "0-0", "aDam": "85-130", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "agiReq": 30, "mr": 5, "def": -10, "spd": 15, "wDamPct": 40, "aDamPct": 20, "fixID": true, "id": 2541}, {"name": "Smithy", "tier": "Unique", "category": "accessory", "drop": "never", "wDef": -15, "eDef": 10, "lvl": 47, "fDamPct": 6, "eDamPct": 6, "fDefPct": 7, "eDefPct": 7, "type": "ring", "fixID": true, "id": 2543}, {"name": "Stainless Steel", "tier": "Rare", "category": "accessory", "drop": "never", "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 48, "defReq": 30, "ref": 8, "type": "bracelet", "fixID": true, "id": 2538}, {"name": "Ascension", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-30", "fDam": "0-0", "wDam": "0-0", "aDam": "60-60", "tDam": "60-60", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 72, "dexReq": 25, "agiReq": 25, "ms": 5, "str": -4, "dex": 8, "agi": 8, "def": -4, "spd": 12, "wDamPct": -15, "fixID": true, "id": 2540}, {"name": "Calor", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 1875, "fDef": 100, "lvl": 74, "defReq": 45, "hprPct": 15, "def": 7, "hprRaw": 70, "fDamPct": 10, "fDefPct": 10, "wDefPct": -20, "fixID": true, "id": 2546}, {"name": "Golem Gauntlet", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 45, "defReq": 20, "str": 1, "def": 5, "spd": -6, "type": "bracelet", "fixID": true, "id": 2533}, {"name": "Charger", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 850, "aDef": 35, "tDef": 35, "lvl": 72, "dexReq": 15, "agiReq": 15, "sdPct": 8, "mdPct": 8, "dex": 3, "agi": 3, "spd": 16, "aDamPct": 12, "tDamPct": 12, "fixID": true, "id": 2542}, {"name": "Cinfras Souvenir T-Shirt", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "NEVER", "hp": 10, "lvl": 1, "id": 3631}, {"name": "Cold Snap", "tier": "Unique", "type": "boots", "thorns": 15, "category": "armor", "slots": 3, "drop": "never", "hp": 1450, "wDef": 50, "aDef": 50, "lvl": 71, "intReq": 10, "agiReq": 15, "ref": 15, "int": 3, "agi": 3, "fDamPct": -15, "wDefPct": 10, "aDefPct": 10, "fixID": true, "id": 2544}, {"name": "Courser", "tier": "Unique", "type": "bow", "thorns": 25, "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, "dexReq": 15, "dex": 5, "spd": 5, "tDamPct": 25, "fixID": true, "id": 2545}, {"name": "Crying Heart", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "nDam": "30-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "25-100", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "dexReq": 25, "ls": -145, "dex": 10, "tDamPct": 10, "eDamPct": 15, "fixID": true, "id": 2549}, {"name": "Diabloviento", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "90-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 72, "agiReq": 25, "spd": 15, "fDamPct": 25, "aDamPct": 15, "fixID": true, "id": 2547}, {"name": "Blade of Instinct", "tier": "Rare", "type": "spear", "thorns": 20, "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, "defReq": 10, "ref": 20, "def": 2, "hpBonus": 30, "fixID": true, "id": 2537}, {"name": "Forge's Shock", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "95-105", "wDam": "0-0", "aDam": "0-0", "tDam": "100-125", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 71, "dexReq": 28, "defReq": 28, "xpb": 15, "spd": -15, "mdRaw": 130, "fDamPct": 20, "fDefPct": 20, "fixID": true, "id": 2550}, {"name": "Enerxia", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "nDam": "80-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "45-70", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "dexReq": 20, "mdPct": 10, "ms": 5, "dex": 5, "tDamPct": 20, "eDamPct": -15, "fixID": true, "id": 2548}, {"name": "Howler", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "hp": 1025, "aDef": 60, "lvl": 70, "agiReq": 20, "sdPct": 15, "agi": 5, "mdRaw": 100, "aDamPct": 15, "fixID": true, "id": 2559}, {"name": "Heart Piercer", "tier": "Unique", "type": "spear", "poison": 350, "category": "weapon", "slots": 2, "drop": "never", "nDam": "30-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-150", "eDam": "0-0", "atkSpd": "FAST", "lvl": 71, "sdRaw": -50, "mdRaw": 85, "fixID": true, "id": 2552}, {"name": "Ivoire", "tier": "Unique", "type": "wand", "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, "agiReq": 15, "int": 5, "hpBonus": 200, "wDamPct": 40, "fixID": true, "id": 2554}, {"name": "Pewter Ring", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 70, "lvl": 46, "defReq": 10, "def": 3, "type": "ring", "fixID": true, "id": 2539}, {"name": "Letum", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 1050, "tDef": 65, "lvl": 72, "dexReq": 35, "sdPct": 15, "mdPct": 15, "dex": 7, "def": -10, "expd": 10, "tDamPct": 25, "eDefPct": -15, "fixID": true, "id": 2556}, {"name": "Magic Cloak", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "hp": 1350, "wDef": 90, "lvl": 73, "intReq": 35, "sdPct": 12, "mdPct": -15, "int": 5, "sdRaw": 30, "wDamPct": 20, "fixID": true, "id": 2553}, {"name": "Regar", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "nDam": "80-125", "fDam": "0-0", "wDam": "25-44", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 73, "intReq": 25, "sdPct": 15, "sdRaw": 65, "mdRaw": -91, "wDamPct": 30, "fixID": true, "id": 2557}, {"name": "Miotal", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "144-240", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "72-120", "atkSpd": "SLOW", "lvl": 74, "strReq": 25, "def": 5, "hpBonus": 300, "fDamPct": 25, "fDefPct": 10, "eDefPct": 10, "fixID": true, "id": 2555}, {"name": "Rocher", "tier": "Rare", "type": "spear", "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, "strReq": 30, "mdPct": 15, "str": 10, "spd": -10, "eDefPct": 15, "fixID": true, "id": 2560}, {"name": "Silencer", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 1700, "fDef": 90, "lvl": 70, "defReq": 20, "def": 5, "hprRaw": 75, "sdRaw": -100, "fDefPct": 15, "fixID": true, "id": 2562}, {"name": "Router", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "fDef": 50, "eDef": 50, "lvl": 72, "strReq": 15, "defReq": 15, "str": 3, "agi": -5, "def": 3, "spd": -12, "fDamPct": 10, "eDamPct": 10, "fixID": true, "id": 2558}, {"name": "Searing Soles", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 1450, "fDef": 65, "lvl": 71, "defReq": 25, "hprPct": 20, "def": 5, "expd": 5, "fDamPct": 15, "wDamPct": -10, "fixID": true, "id": 2563}, {"name": "Stone Crunch", "tier": "Rare", "type": "relik", "thorns": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "100-113", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "145-175", "atkSpd": "NORMAL", "lvl": 74, "strReq": 40, "ms": -5, "mdRaw": 160, "eDamPct": 10, "wDefPct": -20, "fixID": true, "id": 2564}, {"name": "Sleek", "tier": "Unique", "type": "dagger", "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, "agiReq": 25, "lb": 5, "ref": 15, "agi": 10, "spd": 15, "fixID": true, "id": 2561}, {"name": "Solum", "tier": "Rare", "type": "leggings", "thorns": 15, "category": "armor", "slots": 3, "drop": "never", "hp": 1700, "eDef": 110, "lvl": 73, "strReq": 40, "str": 7, "eDamPct": 15, "fDefPct": 10, "aDefPct": -10, "tDefPct": 10, "eDefPct": 15, "fixID": true, "id": 2566}, {"name": "Vis", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 1350, "wDef": 75, "lvl": 71, "intReq": 30, "mr": 10, "int": 7, "wDamPct": 10, "tDefPct": -10, "fixID": true, "id": 2569}, {"name": "Torch", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "130-200", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 73, "defReq": 30, "def": 5, "hpBonus": 400, "fDamPct": 70, "wDamPct": -60, "fixID": true, "id": 2565}, {"name": "Tragedy", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "nDam": "50-65", "fDam": "0-0", "wDam": "40-85", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "intReq": 25, "mr": -5, "ms": -5, "str": -10, "hpBonus": -100, "wDamPct": 50, "fixID": true, "id": 2567}, {"name": "Composite Shooter", "displayName": "Pressure Blaster", "tier": "Rare", "type": "bow", "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, "intReq": 50, "mr": 10, "int": 12, "sdRaw": 150, "fixID": true, "id": 2568}, {"name": "Carbon Weave", "tier": "Unique", "type": "leggings", "thorns": 20, "category": "armor", "slots": 2, "drop": "never", "hp": 2650, "fDef": 70, "aDef": -120, "eDef": 70, "lvl": 86, "strReq": 35, "defReq": 35, "mdPct": 10, "str": 8, "def": 8, "fDamPct": 15, "eDamPct": 15, "fDefPct": 20, "eDefPct": 20, "fixID": true, "id": 2570}, {"name": "Heavy Aegis", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 1500, "eDef": 75, "lvl": 73, "strReq": 35, "sdPct": -12, "mdPct": 15, "str": 5, "eDamPct": 20, "eDefPct": 10, "fixID": true, "id": 2551}, {"name": "Corkian War Pick", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "115-140", "tDam": "115-140", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "dexReq": 35, "agiReq": 35, "mdPct": 10, "str": 8, "spd": 10, "mdRaw": 150, "aDamPct": 10, "tDamPct": 10, "fDefPct": -20, "wDefPct": -20, "fixID": true, "id": 2572}, {"name": "Genetor", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "65-125", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 87, "dexReq": 50, "ms": 5, "ref": 12, "dex": 5, "sdRaw": 145, "tDefPct": 10, "fixID": true, "id": 2575}, {"name": "Gear Grinder", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "nDam": "55-150", "fDam": "25-75", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 86, "defReq": 40, "mr": 5, "sdPct": 8, "mdPct": 12, "xpb": 8, "expd": 20, "fixID": true, "id": 2574}, {"name": "Cranial Panel", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 2150, "fDef": 60, "wDef": 60, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 85, "intReq": 30, "defReq": 30, "mr": 10, "sdPct": -15, "mdPct": -25, "int": 14, "def": 14, "hprRaw": 100, "fDefPct": 10, "wDefPct": 10, "fixID": true, "id": 2573}, {"name": "Corkian Jet Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 2225, "wDef": 60, "tDef": 60, "lvl": 86, "agi": 5, "spd": 20, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "fixID": true, "jh": 2, "id": 2571}, {"name": "Info Visor", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "hp": 1600, "wDef": 115, "eDef": -100, "lvl": 85, "dexReq": 30, "intReq": 40, "sdPct": 5, "xpb": 15, "int": 20, "sdRaw": 65, "fixID": true, "id": 2577}, {"name": "Latency", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 2250, "aDef": -180, "tDef": 120, "eDef": 30, "lvl": 87, "strReq": 50, "dexReq": 50, "sdPct": 12, "mdPct": 12, "ms": 10, "str": 5, "dex": 5, "spd": -15, "tDamPct": 18, "eDamPct": 18, "fixID": true, "id": 2580}, {"name": "Hydrocharger", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "nDam": "32-40", "fDam": "0-0", "wDam": "24-48", "aDam": "0-0", "tDam": "24-48", "eDam": "0-0", "atkSpd": "FAST", "lvl": 85, "dexReq": 30, "intReq": 30, "sdPct": 30, "mdPct": -30, "dex": 5, "int": 5, "aDefPct": -40, "fixID": true, "id": 2576}, {"name": "Metal Body Suit", "tier": "Unique", "type": "chestplate", "thorns": 10, "category": "armor", "slots": 2, "drop": "never", "hp": 2575, "fDef": 80, "wDef": -80, "tDef": 80, "eDef": -80, "lvl": 88, "dexReq": 40, "defReq": 40, "ls": 165, "ref": 15, "dex": 4, "int": -21, "agi": 6, "def": 4, "spd": 10, "fixID": true, "spPct1": -17, "id": 2579}, {"name": "Siliquartz Blend", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "never", "hp": 2300, "lvl": 87, "sdPct": 20, "xpb": 5, "sdRaw": 130, "fixID": true, "id": 2583}, {"name": "Skyline Cries", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "57-63", "fDam": "110-130", "wDam": "110-130", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 87, "intReq": 40, "defReq": 25, "int": 5, "def": 10, "spd": -10, "hpBonus": 2750, "fixID": true, "spRaw2": 15, "id": 2578}, {"name": "Shortout", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "nDam": "50-350", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "5-50", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 86, "dexReq": 40, "ls": -145, "ref": 14, "expd": 22, "tDamPct": 26, "wDefPct": -12, "fixID": true, "id": 2581}, {"name": "Solar Sword", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "nDam": "160-250", "fDam": "80-130", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 87, "defReq": 50, "hprPct": 20, "ls": 260, "def": 7, "hpBonus": 1600, "fDefPct": 30, "eDefPct": -10, "fixID": true, "id": 2585}, {"name": "The Airway", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "63-69", "fDam": "0-0", "wDam": "0-0", "aDam": "56-66", "tDam": "41-81", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 88, "dexReq": 35, "agiReq": 30, "dex": 8, "spd": 10, "aDamPct": 12, "tDamPct": 12, "eDefPct": -30, "fixID": true, "jh": 1, "id": 2582}, {"name": "Windmill", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "nDam": "100-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 85, "agiReq": 40, "ref": 30, "agi": 5, "spd": 7, "aDamPct": 30, "aDefPct": 20, "fixID": true, "id": 2587}, {"name": "Thermals", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "95-105", "fDam": "98-102", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 86, "defReq": 45, "spd": 10, "hprRaw": 160, "aDefPct": 15, "eDefPct": 15, "fixID": true, "spRaw2": -10, "id": 2586}, {"name": "Candy Cane", "tier": "Unique", "type": "spear", "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, "agiReq": 10, "defReq": 15, "hprPct": 25, "mdPct": -5, "ls": 90, "agi": 6, "spd": 12, "hprRaw": 15, "wDefPct": -8, "fixID": true, "id": 2589}, {"name": "Black Ice", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "nDam": "75-95", "fDam": "0-0", "wDam": "22-35", "aDam": "0-0", "tDam": "18-40", "eDam": "0-0", "atkSpd": "FAST", "lvl": 75, "dexReq": 20, "intReq": 20, "mr": 5, "sdPct": 12, "mdPct": -20, "dex": 5, "int": 5, "sdRaw": 75, "eDamPct": -20, "fixID": true, "id": 2588}, {"name": "The Modulator", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 5, "drop": "never", "hp": 2500, "lvl": 88, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "str": 8, "dex": 8, "int": 8, "agi": 8, "def": 8, "spd": 15, "fDefPct": 30, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "eDefPct": 30, "fixID": true, "id": 2584}, {"name": "Cornucopia", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "190-235", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "hprPct": 30, "mr": 5, "sdPct": -10, "mdPct": -10, "xpb": 10, "lb": 10, "hprRaw": 80, "fixID": true, "id": 2593}, {"name": "Evergreen", "tier": "Rare", "type": "dagger", "thorns": 30, "category": "weapon", "slots": 3, "drop": "never", "nDam": "90-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "130-170", "atkSpd": "NORMAL", "lvl": 85, "strReq": 35, "intReq": 45, "sdPct": 14, "mdPct": 10, "str": 5, "int": 5, "fDamPct": -18, "wDamPct": 25, "aDefPct": -30, "fixID": true, "id": 2591}, {"name": "Douglas Fir", "tier": "Rare", "type": "leggings", "thorns": 20, "category": "armor", "slots": 2, "drop": "never", "hp": 1950, "eDef": 100, "lvl": 75, "strReq": 35, "hprPct": 20, "str": 5, "def": 7, "mdRaw": 205, "aDefPct": -10, "eDefPct": 15, "fixID": true, "id": 2595}, {"name": "Charity", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 60, "hprPct": 12, "lb": 12, "spRegen": 15, "type": "ring", "fixID": true, "id": 2590}, {"name": "Fellowship", "tier": "Rare", "category": "accessory", "drop": "never", "lvl": 65, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spRegen": 10, "type": "bracelet", "fixID": true, "id": 2592}, {"name": "Frankincense", "tier": "Rare", "category": "accessory", "drop": "never", "hp": 200, "lvl": 55, "sdPct": -5, "hprRaw": 25, "type": "ring", "fixID": true, "id": 2597}, {"name": "Firewood", "tier": "Rare", "type": "spear", "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, "strReq": 25, "sdPct": -6, "mdPct": 12, "str": 5, "expd": 15, "eDamPct": 15, "wDefPct": -10, "fixID": true, "id": 2594}, {"name": "Gift of the Magi", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 4, "drop": "never", "nDam": "130-145", "fDam": "30-35", "wDam": "0-0", "aDam": "30-35", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "agiReq": 60, "defReq": 60, "mr": 5, "agi": 15, "def": 15, "hpBonus": 2500, "hprRaw": 135, "tDamPct": -50, "eDamPct": -50, "wDefPct": 30, "fixID": true, "id": 2599}, {"name": "Frost", "tier": "Unique", "category": "accessory", "drop": "never", "aDef": 20, "lvl": 70, "intReq": 25, "spd": -6, "sdRaw": 30, "wDamPct": 7, "aDamPct": 5, "type": "ring", "fixID": true, "id": 2596}, {"name": "Halation", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "90-125", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "dexReq": 45, "sdPct": 10, "xpb": 15, "ref": 33, "dex": 6, "aDamPct": 15, "tDefPct": 10, "fixID": true, "id": 2598}, {"name": "Holly", "tier": "Rare", "type": "wand", "thorns": 10, "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, "strReq": 10, "intReq": 5, "hprPct": 15, "mr": 5, "sdPct": 10, "mdPct": 5, "wDefPct": 15, "fixID": true, "id": 2602}, {"name": "Icicle", "tier": "Rare", "type": "dagger", "thorns": 15, "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, "intReq": 40, "ms": 5, "ref": 15, "int": 7, "sdRaw": 100, "wDamPct": 10, "fDefPct": -10, "fixID": true, "id": 2601}, {"name": "Hillich", "tier": "Rare", "type": "spear", "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, "mr": 5, "xpb": 20, "spRegen": 25, "hprRaw": 30, "fixID": true, "id": 2600}, {"name": "Joyous", "tier": "Unique", "type": "bow", "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, "xpb": 33, "lb": 10, "spRegen": 10, "fixID": true, "id": 2605}, {"name": "Mistletoe", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 120, "wDef": 20, "eDef": 20, "lvl": 50, "strReq": 10, "intReq": 10, "wDamPct": 5, "eDamPct": 5, "wDefPct": 6, "eDefPct": 6, "type": "bracelet", "fixID": true, "id": 2606}, {"name": "Myrrh", "tier": "Rare", "category": "accessory", "drop": "never", "hp": -100, "wDef": 10, "lvl": 65, "intReq": 50, "mr": 5, "sdPct": 4, "type": "ring", "fixID": true, "id": 2604}, {"name": "Nativitate", "tier": "Unique", "type": "dagger", "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, "xpb": 10, "lb": 33, "eSteal": 5, "fixID": true, "id": 2603}, {"name": "Polar Star", "tier": "Rare", "type": "bow", "category": "weapon", "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, "dexReq": 45, "sdPct": 10, "mdPct": 10, "xpb": 10, "dex": 10, "spd": 10, "sdRaw": 100, "eDamPct": -10, "fixID": true, "id": 2609}, {"name": "Reindeer Paws", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 800, "fDef": -40, "lvl": 60, "strReq": 15, "agiReq": 15, "mdPct": 12, "str": 4, "agi": 4, "spd": 16, "aDamPct": 8, "eDamPct": 8, "fixID": true, "id": 2607}, {"name": "Roasted Chestnut", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 60, "defReq": 25, "hprRaw": 50, "type": "necklace", "fixID": true, "id": 2610}, {"name": "Blue Ornament", "tier": "Set", "category": "accessory", "drop": "never", "wDef": 25, "lvl": 45, "xpb": 6, "wDamPct": 6, "type": "ring", "fixID": true, "id": 2611, "set": "Wynnterfest 2016"}, {"name": "North Pole", "tier": "Rare", "type": "wand", "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, "agiReq": 20, "defReq": 20, "lb": 15, "agi": 7, "def": 7, "spd": 10, "fDefPct": 20, "aDefPct": 20, "fixID": true, "id": 2608}, {"name": "Elf Cap", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 640, "fDef": 10, "aDef": 40, "lvl": 50, "agiReq": 35, "lb": 9, "agi": 5, "spd": 8, "fixID": true, "id": 2612, "set": "Elf"}, {"name": "Elf Robe", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "hp": 775, "fDef": 40, "aDef": 10, "lvl": 50, "defReq": 35, "lb": 8, "def": 5, "hprRaw": 35, "fixID": true, "id": 2613, "set": "Elf"}, {"name": "Elf Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 730, "fDef": 30, "aDef": 20, "lvl": 50, "agiReq": 10, "defReq": 25, "lb": 9, "spd": 6, "hprRaw": 30, "fixID": true, "id": 2614, "set": "Elf"}, {"name": "Elf Shoes", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 685, "fDef": 20, "aDef": 30, "lvl": 50, "agiReq": 25, "defReq": 10, "hprPct": 15, "lb": 9, "spd": 6, "fixID": true, "id": 2617, "set": "Elf"}, {"name": "Green Ornament", "tier": "Set", "category": "accessory", "drop": "never", "eDef": 25, "lvl": 55, "xpb": 6, "eDamPct": 6, "type": "necklace", "fixID": true, "id": 2615, "set": "Wynnterfest 2016"}, {"name": "Saint's Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 3, "drop": "never", "hp": 1650, "wDef": 30, "aDef": 40, "lvl": 70, "intReq": 60, "agiReq": 65, "xpb": 15, "int": 5, "spd": 15, "aDamPct": 15, "fixID": true, "id": 2620, "set": "Saint's"}, {"name": "Red Ornament", "tier": "Set", "category": "accessory", "drop": "never", "fDef": 25, "lvl": 50, "xpb": 6, "fDamPct": 6, "type": "bracelet", "fixID": true, "id": 2616, "set": "Wynnterfest 2016"}, {"name": "Saint's Shawl", "tier": "Set", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "hp": 1575, "wDef": 60, "lvl": 70, "intReq": 60, "xpb": 10, "ref": 15, "int": 8, "fixID": true, "id": 2619, "set": "Saint's"}, {"name": "Saint's Sandals", "tier": "Set", "type": "boots", "category": "armor", "slots": 3, "drop": "never", "hp": 1575, "aDef": 60, "lvl": 70, "agiReq": 60, "xpb": 10, "agi": 8, "spd": 15, "fixID": true, "id": 2618, "set": "Saint's"}, {"name": "Saint's Tunic", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "hp": 1800, "wDef": 40, "aDef": 30, "lvl": 70, "intReq": 65, "agiReq": 60, "xpb": 15, "ref": 15, "agi": 5, "wDamPct": 15, "fixID": true, "id": 2622, "set": "Saint's"}, {"name": "Sheet Ice", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "nDam": "15-80", "fDam": "0-0", "wDam": "35-100", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 85, "intReq": 50, "sdPct": 15, "mdPct": -15, "ref": 25, "int": 7, "sdRaw": 100, "fDamPct": -15, "fixID": true, "id": 2623}, {"name": "Yellow Ornament", "tier": "Set", "category": "accessory", "drop": "never", "tDef": 25, "lvl": 50, "xpb": 6, "tDamPct": 6, "type": "ring", "fixID": true, "id": 2621, "set": "Wynnterfest 2016"}, {"name": "Sleigh Bell", "tier": "Rare", "type": "bow", "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, "agiReq": 45, "agi": 15, "spd": 15, "aDamPct": 15, "aDefPct": 15, "fixID": true, "id": 2627}, {"name": "Silent Night", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1050-1225", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 85, "dexReq": 65, "ls": 250, "spd": -8, "tDamPct": 15, "tDefPct": 10, "fixID": true, "spRaw3": -15, "id": 2624}, {"name": "Snow Shovel", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "nDam": "100-140", "fDam": "0-0", "wDam": "220-300", "aDam": "160-220", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 75, "intReq": 30, "agiReq": 30, "sdPct": 25, "ms": 5, "int": 10, "spd": -10, "wDamPct": 10, "aDamPct": 15, "fDefPct": -10, "fixID": true, "id": 2626}, {"name": "Sleet", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "20-65", "fDam": "0-0", "wDam": "100-290", "aDam": "0-0", "tDam": "0-390", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 85, "dexReq": 35, "intReq": 35, "sdPct": 25, "ms": 5, "spd": -10, "hprRaw": -150, "sdRaw": 130, "fDamPct": -35, "wDamPct": 15, "aDamPct": -35, "tDamPct": 15, "eDamPct": -35, "fixID": true, "id": 2625}, {"name": "Snowdrift", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "nDam": "95-135", "fDam": "0-0", "wDam": "155-195", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "intReq": 30, "mr": 5, "sdPct": 20, "int": 8, "spd": -8, "wDamPct": 10, "wDefPct": 20, "fixID": true, "id": 2630}, {"name": "Snowflake", "tier": "Rare", "category": "accessory", "drop": "never", "wDef": 20, "aDef": 20, "lvl": 75, "intReq": 50, "mr": 5, "ms": 5, "hprRaw": -55, "type": "necklace", "fixID": true, "id": 2629}, {"name": "Thaw", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 1, "drop": "never", "nDam": "45-60", "fDam": "20-30", "wDam": "35-45", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "intReq": 25, "defReq": 25, "mr": 5, "sdPct": 12, "ref": 15, "int": 7, "def": 4, "expd": 20, "fDefPct": -12, "fixID": true, "id": 2631}, {"name": "Spearmint", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "nDam": "60-110", "fDam": "0-0", "wDam": "0-0", "aDam": "50-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "agiReq": 35, "sdPct": 8, "mdPct": 8, "agi": 10, "spd": 20, "aDamPct": 10, "aDefPct": 10, "fixID": true, "id": 2628}, {"name": "Splinter", "tier": "Rare", "type": "dagger", "thorns": 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, "xpb": 15, "expd": 15, "spRegen": 15, "mdRaw": 59, "fixID": true, "id": 2632}, {"name": "The Hearth", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "175-225", "fDam": "125-165", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "defReq": 50, "hprPct": 25, "sdPct": -15, "ls": 580, "def": 5, "spRegen": 10, "hprRaw": 180, "wDamPct": -12, "fixID": true, "id": 2633}, {"name": "Warming Heart", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 3000, "fDef": 140, "wDef": -250, "aDef": 110, "lvl": 90, "agiReq": 40, "defReq": 50, "hprPct": 25, "sdPct": 17, "ls": 255, "agi": 5, "def": 5, "fDefPct": 25, "fixID": true, "id": 2635}, {"name": "Wooly Cap", "tier": "Rare", "type": "helmet", "thorns": 5, "category": "armor", "slots": 2, "drop": "never", "hp": 575, "wDef": 40, "aDef": 30, "lvl": 45, "def": 10, "wDefPct": 15, "aDefPct": 20, "fixID": true, "id": 2637}, {"name": "Wishing Star", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "10-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-70", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 85, "strReq": 50, "dexReq": 35, "ms": 5, "lb": 30, "dex": 5, "int": -7, "mdRaw": 70, "eDamPct": 30, "fixID": true, "id": 2636}, {"name": "White Craftmas", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "44-48", "fDam": "0-0", "wDam": "125-140", "aDam": "0-0", "tDam": "0-0", "eDam": "125-140", "atkSpd": "SLOW", "lvl": 80, "strReq": 30, "intReq": 30, "lb": 15, "spd": -10, "wDamPct": 10, "eDamPct": 10, "wDefPct": 15, "aDefPct": 30, "eDefPct": 15, "fixID": true, "id": 2634}, {"name": "Poinsettia", "tier": "Rare", "type": "relik", "poison": 1000, "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "60-75", "aDam": "0-0", "tDam": "0-0", "eDam": "60-75", "atkSpd": "FAST", "lvl": 65, "strReq": 30, "intReq": 30, "ms": -5, "str": 5, "wDefPct": 25, "eDefPct": 25, "fixID": true, "id": 2640}, {"name": "Yuletide", "tier": "Unique", "type": "wand", "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, "defReq": 20, "mdPct": 15, "str": 6, "hpBonus": 150, "fDamPct": 15, "wDamPct": -5, "wDefPct": -10, "fixID": true, "id": 2639}, {"name": "Entamyx", "tier": "Rare", "type": "leggings", "quest": "Troubled Tribesmen", "thorns": 35, "category": "armor", "slots": 3, "drop": "never", "hp": 2150, "fDef": -100, "wDef": 150, "aDef": 150, "tDef": -100, "eDef": 150, "lvl": 76, "strReq": 50, "intReq": 50, "agiReq": 50, "ref": 35, "dex": -20, "def": -20, "wDamPct": 15, "aDamPct": 15, "eDamPct": 15, "wDefPct": 15, "aDefPct": 15, "eDefPct": 15, "fixID": true, "id": 2638}, {"name": "Gysdep", "tier": "Rare", "type": "helmet", "quest": "Troubled Tribesmen", "category": "armor", "slots": 3, "drop": "never", "hp": 2000, "fDef": 150, "wDef": 150, "aDef": 150, "tDef": -100, "eDef": -100, "lvl": 74, "intReq": 50, "agiReq": 50, "defReq": 50, "str": -20, "dex": -20, "hpBonus": 500, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "fDefPct": 25, "wDefPct": 25, "aDefPct": 25, "fixID": true, "id": 2642}, {"name": "Fuunyet", "tier": "Rare", "type": "spear", "quest": "Troubled Tribesmen", "poison": 1150, "category": "weapon", "slots": 3, "drop": "never", "nDam": "155-225", "fDam": "80-100", "wDam": "0-0", "aDam": "0-0", "tDam": "80-100", "eDam": "80-100", "atkSpd": "VERY_SLOW", "lvl": 75, "strReq": 30, "dexReq": 30, "defReq": 30, "ls": 240, "xpb": 15, "str": 6, "dex": 6, "def": 6, "expd": 20, "fixID": true, "id": 2641}, {"name": "Kal Hei", "tier": "Rare", "type": "wand", "quest": "Troubled Tribesmen", "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-40", "fDam": "0-0", "wDam": "20-30", "aDam": "20-30", "tDam": "0-0", "eDam": "20-30", "atkSpd": "FAST", "lvl": 75, "strReq": 30, "intReq": 30, "agiReq": 30, "mdPct": 30, "ms": 10, "xpb": 15, "str": 6, "int": 6, "agi": 6, "spd": 15, "fixID": true, "id": 2644}, {"name": "Hembwal", "tier": "Rare", "type": "chestplate", "quest": "Troubled Tribesmen", "category": "armor", "slots": 3, "drop": "never", "hp": 2150, "fDef": 150, "wDef": -100, "aDef": -100, "tDef": 150, "eDef": 150, "lvl": 76, "strReq": 50, "dexReq": 50, "defReq": 50, "ms": 15, "int": -20, "agi": -20, "fDamPct": 15, "tDamPct": 15, "eDamPct": 15, "fDefPct": 15, "tDefPct": 15, "eDefPct": 15, "fixID": true, "id": 2645}, {"name": "Olit Vaniek", "tier": "Rare", "type": "bow", "quest": "Troubled Tribesmen", "thorns": 20, "category": "weapon", "slots": 3, "drop": "never", "nDam": "140-175", "fDam": "70-85", "wDam": "0-0", "aDam": "70-85", "tDam": "0-0", "eDam": "70-85", "atkSpd": "SLOW", "lvl": 75, "strReq": 30, "agiReq": 30, "defReq": 30, "xpb": 15, "str": 6, "agi": 6, "def": 6, "expd": 30, "hpBonus": 1000, "fixID": true, "id": 2647}, {"name": "Vei Haon", "tier": "Rare", "type": "boots", "quest": "Troubled Tribesmen", "category": "armor", "slots": 3, "drop": "never", "hp": 2000, "fDef": 175, "wDef": -75, "aDef": 175, "tDef": -75, "eDef": 175, "lvl": 74, "strReq": 50, "agiReq": 50, "defReq": 50, "hprPct": 25, "dex": -20, "int": -20, "fDamPct": 15, "aDamPct": 15, "eDamPct": 15, "fDefPct": 40, "aDefPct": 40, "eDefPct": 40, "fixID": true, "id": 2649}, {"name": "Zawah Jed", "tier": "Rare", "type": "dagger", "quest": "Troubled Tribesmen", "category": "weapon", "slots": 3, "drop": "never", "nDam": "36-50", "fDam": "20-25", "wDam": "20-25", "aDam": "20-25", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 75, "intReq": 30, "agiReq": 30, "defReq": 30, "mr": 15, "xpb": 15, "ref": 15, "int": 6, "agi": 6, "def": 6, "hprRaw": 115, "fixID": true, "id": 2646}, {"name": "Fruma Imported Boots", "tier": "Unique", "type": "boots", "category": "armor", "drop": "never", "hp": 28, "aDef": 3, "lvl": 9, "hprPct": 6, "spd": 4, "hprRaw": 2, "fixID": true, "id": 2650}, {"name": "Armored Culottes", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "never", "hp": 28, "fDef": 3, "lvl": 8, "def": 4, "spd": -4, "fixID": true, "id": 2652}, {"name": "Black Wand", "tier": "Unique", "type": "wand", "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, "mdPct": 5, "dex": 3, "fixID": true, "id": 2653}, {"name": "Gavel Imported Bow", "tier": "Unique", "type": "bow", "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, "sdPct": 5, "int": 2, "wDamPct": 3, "fixID": true, "id": 2651}, {"name": "Guard Spear", "tier": "Unique", "type": "spear", "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, "hpBonus": 15, "hprRaw": 3, "fixID": true, "id": 2654}, {"name": "Merchant Sandals", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 18, "lvl": 7, "lb": 7, "spd": 3, "fixID": true, "id": 2658}, {"name": "Jeweled Vestments", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "never", "hp": 18, "fDef": 2, "wDef": 2, "aDef": 2, "tDef": 2, "eDef": 2, "lvl": 6, "xpb": 3, "lb": 8, "fixID": true, "id": 2655}, {"name": "Mail of the Berserker", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 34, "wDef": -3, "lvl": 12, "mdPct": 5, "mdRaw": 13, "fixID": true, "id": 2657}, {"name": "Messenger Cap", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "never", "hp": 24, "lvl": 8, "lb": 5, "agi": 3, "spd": 6, "fixID": true, "id": 2656}, {"name": "Almuj Turban", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 60, "tDef": 4, "eDef": -4, "lvl": 14, "lb": 5, "dex": 3, "mdRaw": 10, "tDamPct": 8, "eDefPct": -8, "fixID": true, "id": 2648}, {"name": "Nemract Waders", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 80, "wDef": 6, "tDef": -3, "lvl": 16, "sdPct": 5, "lb": 5, "int": 3, "wDamPct": 6, "tDefPct": -6, "fixID": true, "id": 2659}, {"name": "Slush Rush", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "40-68", "fDam": "0-0", "wDam": "74-86", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 75, "intReq": 40, "mr": -5, "agi": 5, "spd": 20, "sdRaw": 95, "wDefPct": 20, "aDefPct": 15, "fixID": true, "id": 2643}, {"name": "Pike of Fury", "tier": "Rare", "type": "spear", "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, "dex": 1, "spd": 6, "mdRaw": 8, "fixID": true, "id": 2661}, {"name": "Nesaak Snowshoes", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 65, "fDef": -4, "aDef": 5, "lvl": 14, "xpb": 5, "agi": 3, "spd": 7, "aDamPct": 7, "fDefPct": -7, "fixID": true, "id": 2660}, {"name": "Puncturing Dirk", "tier": "Unique", "type": "dagger", "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, "sdRaw": 6, "mdRaw": 5, "fixID": true, "id": 2664}, {"name": "Refined Longbow", "tier": "Unique", "type": "bow", "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, "xpb": 4, "dex": 2, "fixID": true, "id": 2663}, {"name": "Ragni Fatigues", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 76, "aDef": -4, "eDef": 5, "lvl": 15, "mdPct": 6, "xpb": 5, "str": 3, "eDamPct": 8, "aDefPct": -7, "fixID": true, "id": 2662}, {"name": "Reinforced Composite Bow", "tier": "Rare", "type": "bow", "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, "def": 3, "spd": -4, "hpBonus": 25, "fixID": true, "id": 2665}, {"name": "Scout Dagger", "tier": "Unique", "type": "dagger", "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, "xpb": 4, "agi": 3, "spd": 6, "fixID": true, "id": 2666}, {"name": "Spiritual Siphoner", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "never", "nDam": "15-18", "fDam": "0-0", "wDam": "3-6", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "mr": 5, "xpb": 8, "spRegen": 10, "fixID": true, "id": 2670}, {"name": "Staff of Wisdom", "tier": "Unique", "type": "wand", "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, "hprPct": 8, "xpb": 6, "fixID": true, "id": 2667}, {"name": "Tromsian Survival Knife", "tier": "Rare", "type": "dagger", "thorns": 9, "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, "mdPct": 6, "str": 4, "fixID": true, "id": 2672}, {"name": "The Magician", "tier": "Rare", "type": "wand", "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, "mr": 5, "mdPct": -6, "int": 3, "wDamPct": 6, "fixID": true, "id": 2668}, {"name": "Windcatcher Totem", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "never", "nDam": "10-11", "fDam": "0-0", "wDam": "0-0", "aDam": "4-5", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 8, "lb": 6, "spd": 10, "fixID": true, "id": 2674}, {"name": "Ashes", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 800, "wDef": -50, "aDef": -50, "lvl": 94, "defReq": 65, "hpBonus": 200, "wDefPct": -10, "aDefPct": -10, "type": "necklace", "fixID": true, "id": 2673}, {"name": "Cinders", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 675, "fDef": 50, "wDef": -70, "lvl": 93, "defReq": 55, "expd": 5, "fDamPct": 9, "wDefPct": -7, "type": "bracelet", "fixID": true, "id": 2675}, {"name": "War Spear", "tier": "Unique", "type": "spear", "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, "sdPct": 3, "mdPct": 5, "str": 2, "hpBonus": -10, "fixID": true, "id": 2671}, {"name": "Pride", "tier": "Rare", "category": "accessory", "drop": "never", "eDef": 20, "lvl": 93, "strReq": 50, "mdPct": 8, "xpb": 5, "str": 5, "type": "bracelet", "fixID": true, "id": 2679}, {"name": "Evapar", "tier": "Rare", "category": "accessory", "drop": "never", "fDef": -30, "wDef": 20, "aDef": 30, "lvl": 94, "agiReq": 60, "int": 3, "spd": 7, "wDamPct": 8, "aDamPct": 8, "type": "ring", "fixID": true, "id": 2698}, {"name": "Iron Will", "tier": "Rare", "category": "accessory", "drop": "never", "lvl": 95, "defReq": 75, "hprPct": 15, "sdPct": -5, "def": 4, "hprRaw": 50, "type": "ring", "fixID": true, "id": 2676}, {"name": "The Naturalist", "tier": "Rare", "type": "relik", "category": "weapon", "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "20-24", "aDam": "0-0", "tDam": "0-0", "eDam": "24-28", "atkSpd": "SLOW", "lvl": 12, "sdPct": 7, "mdPct": 7, "int": 4, "hprRaw": 8, "fixID": true, "id": 2669}, {"name": "Tungsten", "tier": "Rare", "category": "accessory", "drop": "never", "lvl": 92, "dexReq": 40, "dex": 2, "mdRaw": 16, "tDamPct": 8, "eDefPct": -8, "type": "necklace", "fixID": true, "id": 2677}, {"name": "Sparks", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 500, "fDef": 30, "wDef": -20, "lvl": 92, "defReq": 40, "fDamPct": 7, "wDamPct": -7, "type": "ring", "fixID": true, "id": 2678}, {"name": "Dujgon Warrior Hammer", "tier": "Legendary", "type": "spear", "quest": "Ice Nations", "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, "strReq": 15, "dexReq": 5, "str": 6, "dex": 2, "hpBonus": -130, "eDamPct": 8, "fixID": true, "id": 2681}, {"name": "Greysmith", "tier": "Rare", "type": "helmet", "quest": "Ice Nations", "category": "armor", "drop": "never", "hp": 400, "fDef": -60, "lvl": 43, "strReq": 10, "str": 3, "dex": 4, "tDamPct": 30, "eDamPct": 10, "fixID": true, "id": 2684}, {"name": "Dujgon Warrior Chestplate", "tier": "Legendary", "type": "chestplate", "quest": "Ice Nations", "category": "armor", "slots": 2, "drop": "never", "hp": 625, "aDef": 20, "tDef": 10, "lvl": 41, "hprPct": 10, "mdPct": 10, "agi": 8, "eSteal": 10, "aDamPct": 10, "tDamPct": 10, "aDefPct": 20, "tDefPct": 20, "fixID": true, "id": 2680}, {"name": "Rusher", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 150, "aDef": 10, "tDef": 10, "lvl": 40, "agiReq": 20, "agi": 5, "spd": 20, "aDamPct": 15, "tDamPct": 15, "fixID": true, "id": 2683}, {"name": "Antivenom", "tier": "Unique", "poison": -200, "category": "accessory", "drop": "never", "hp": 150, "lvl": 67, "hprRaw": 25, "type": "ring", "fixID": true, "id": 2685}, {"name": "Viking Breath", "tier": "Rare", "type": "wand", "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, "agiReq": 20, "sdPct": -10, "mdPct": 20, "hpBonus": -255, "aDamPct": 15, "eDamPct": 30, "fixID": true, "id": 2682}, {"name": "Cattail", "tier": "Unique", "category": "accessory", "drop": "never", "wDef": 10, "eDef": 10, "lvl": 70, "strReq": 15, "intReq": 10, "sdPct": 5, "mdPct": 5, "wDamPct": 5, "eDamPct": 5, "type": "bracelet", "fixID": true, "id": 2686}, {"name": "Boomslang", "tier": "Rare", "poison": 300, "category": "accessory", "drop": "never", "lvl": 71, "hprPct": -10, "str": 3, "hprRaw": -30, "type": "necklace", "fixID": true, "id": 2688}, {"name": "Glimmer", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 67, "xpb": 8, "lb": 8, "tDamPct": 7, "type": "ring", "fixID": true, "id": 2690}, {"name": "Creepvine", "tier": "Unique", "poison": 220, "category": "accessory", "drop": "never", "fDef": -15, "lvl": 69, "strReq": 25, "str": 3, "spd": -8, "eDamPct": 8, "type": "ring", "fixID": true, "id": 2687}, {"name": "Purity", "tier": "Rare", "category": "accessory", "drop": "never", "lvl": 69, "xpb": 10, "lb": 5, "spRegen": 15, "type": "necklace", "fixID": true, "id": 2694}, {"name": "Affluence", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 92, "lb": 12, "eSteal": 8, "type": "necklace", "fixID": true, "id": 2691}, {"name": "Diamond Cuff", "tier": "Rare", "category": "accessory", "drop": "never", "hp": 525, "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 88, "defReq": 40, "lb": 5, "type": "bracelet", "fixID": true, "id": 2692}, {"name": "Growth", "tier": "Rare", "category": "accessory", "drop": "never", "lvl": 68, "strReq": 30, "xpb": 4, "str": 4, "dex": 1, "int": 1, "agi": 1, "def": 1, "eDefPct": 6, "type": "bracelet", "fixID": true, "id": 2689}, {"name": "Emerald Pendant", "tier": "Rare", "category": "accessory", "drop": "never", "lvl": 89, "lb": 20, "type": "necklace", "fixID": true, "id": 2695}, {"name": "Jewelled Broach", "tier": "Rare", "category": "accessory", "drop": "never", "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 90, "fDefPct": 6, "wDefPct": 6, "aDefPct": 6, "tDefPct": 6, "eDefPct": 6, "type": "necklace", "fixID": true, "id": 2693}, {"name": "Silversplint", "tier": "Rare", "category": "accessory", "drop": "never", "aDef": 30, "lvl": 89, "agiReq": 35, "lb": 5, "ref": 11, "aDamPct": 8, "aDefPct": 5, "type": "bracelet", "fixID": true, "id": 2696}, {"name": "Foehn Wind", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "60-68", "fDam": "56-72", "wDam": "0-0", "aDam": "52-76", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 41, "agiReq": 14, "defReq": 14, "xpb": 14, "lb": 14, "spRegen": 14, "fDamPct": 14, "aDamPct": 14, "fDefPct": 14, "wDefPct": -28, "aDefPct": 14, "fixID": true, "id": 2700}, {"name": "Decay Burner", "tier": "Rare", "type": "bow", "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, "defReq": 25, "sdPct": 10, "ms": 5, "expd": 15, "fDamPct": 10, "wDefPct": -12, "fixID": true, "id": 2702}, {"name": "Value", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 91, "xpb": 10, "lb": 15, "type": "bracelet", "fixID": true, "id": 2699}, {"name": "Barkgraft", "tier": "Unique", "type": "relik", "poison": 400, "thorns": 25, "category": "weapon", "slots": 2, "drop": "never", "nDam": "60-85", "fDam": "0-0", "wDam": "0-0", "aDam": "160-180", "tDam": "0-0", "eDam": "160-180", "atkSpd": "VERY_SLOW", "lvl": 62, "strReq": 25, "agiReq": 25, "str": 5, "agi": 5, "spd": -15, "mdRaw": 145, "fDefPct": -50, "fixID": true, "id": 2697}, {"name": "Grave Digger", "tier": "Rare", "type": "dagger", "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, "strReq": 25, "ls": 145, "lb": 8, "str": 4, "eSteal": 2, "wDamPct": -7, "eDefPct": 5, "fixID": true, "id": 2705}, {"name": "Stringhollow", "tier": "Unique", "type": "bow", "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, "agiReq": 20, "ref": 8, "agi": 4, "spd": 12, "hpBonus": -100, "sdRaw": 60, "aDefPct": 8, "fixID": true, "id": 2708}, {"name": "Kerasot Spreader", "tier": "Unique", "type": "spear", "poison": 1000, "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, "int": -4, "expd": 6, "spd": 6, "fixID": true, "id": 2704}, {"name": "Lookout", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 790, "aDef": 30, "eDef": 30, "lvl": 59, "agiReq": 25, "mdPct": -5, "xpb": 10, "agi": 6, "spd": 12, "aDamPct": 6, "fixID": true, "id": 2701}, {"name": "Searchlight", "tier": "Unique", "type": "wand", "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, "defReq": 20, "sdPct": 10, "ref": 8, "dex": 3, "def": 4, "tDamPct": 12, "fixID": true, "id": 2709}, {"name": "The Silent", "tier": "Unique", "type": "boots", "category": "armor", "drop": "never", "hp": 900, "fDef": 40, "wDef": 40, "tDef": -60, "lvl": 62, "intReq": 25, "mr": 5, "sdPct": 12, "mdPct": -8, "xpb": 12, "spd": -8, "sdRaw": 40, "fixID": true, "id": 2707}, {"name": "Vampire Blocker", "tier": "Unique", "type": "helmet", "thorns": 10, "category": "armor", "drop": "never", "hp": 1100, "eDef": -25, "lvl": 64, "defReq": 20, "ls": 105, "ref": 5, "def": 4, "fixID": true, "id": 2706}, {"name": "Lycanthropy", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "21-44", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "44-107", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 64, "dexReq": 35, "int": -6, "hprRaw": -188, "mdRaw": 65, "tDamPct": 24, "wDefPct": -18, "aDefPct": -18, "fixID": true, "id": 2703}, {"name": "Wolf Tagger", "tier": "Unique", "type": "bow", "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, "dexReq": 10, "sdPct": 6, "mdPct": 8, "xpb": 10, "dex": 4, "fixID": true, "id": 2785}, {"name": "Wildfire", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 625, "fDef": 65, "wDef": -60, "lvl": 60, "defReq": 35, "sdPct": 8, "mdPct": 12, "expd": 7, "sdRaw": 70, "fDamPct": 15, "wDamPct": -10, "fixID": true, "id": 2710}, {"name": "Crystal-Blend Pendant", "tier": "Rare", "quest": "Green Gloop", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 34, "mr": 5, "sdPct": -5, "sdRaw": -15, "type": "necklace", "fixID": true, "id": 2716}, {"name": "Werepelt", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 975, "fDef": -30, "lvl": 61, "sdPct": -18, "mdPct": 15, "spd": 6, "sdRaw": -80, "mdRaw": 105, "fixID": true, "id": 2711}, {"name": "Blood-Tinted Necklace", "tier": "Unique", "quest": "Green Gloop", "poison": 60, "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 32, "type": "necklace", "fixID": true, "id": 2726}, {"name": "Emerald-Tinted Charm", "tier": "Unique", "quest": "Green Gloop", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 31, "xpb": 4, "lb": 8, "type": "necklace", "fixID": true, "id": 2714}, {"name": "Plain Glass Necklace", "tier": "Unique", "quest": "Green Gloop", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 30, "lvl": 31, "xpb": 7, "type": "necklace", "fixID": true, "id": 2713}, {"name": "Marrow-Tinted Necklace", "tier": "Unique", "quest": "Green Gloop", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 32, "ls": 10, "type": "necklace", "fixID": true, "id": 2712}, {"name": "Scarab-Shelled Charm", "tier": "Unique", "quest": "Green Gloop", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 32, "mdRaw": 13, "type": "necklace", "fixID": true, "id": 2715}, {"name": "Sting-Glass Necklace", "tier": "Rare", "quest": "Green Gloop", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -60, "lvl": 37, "sdPct": 5, "mdPct": 5, "sdRaw": 15, "mdRaw": 16, "type": "necklace", "fixID": true, "id": 2718}, {"name": "Goblin Arm Bracer", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 75, "lvl": 43, "mdPct": 4, "lb": 9, "def": 4, "type": "bracelet", "fixID": true, "id": 2719}, {"name": "Webbed Glass Charm", "tier": "Unique", "quest": "Green Gloop", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 32, "spd": 10, "type": "necklace", "fixID": true, "id": 2720}, {"name": "Goblin Cloak", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 470, "aDef": -20, "lvl": 45, "strReq": 30, "dexReq": 30, "ls": 33, "ms": 5, "lb": 15, "fixID": true, "id": 2725, "set": "Goblin"}, {"name": "Goblin Hex Focus", "tier": "Rare", "poison": 65, "category": "accessory", "drop": "never", "hp": -70, "lvl": 42, "sdPct": 6, "fDamPct": 3, "wDamPct": 3, "aDamPct": 3, "tDamPct": 3, "eDamPct": 3, "type": "ring", "fixID": true, "id": 2717}, {"name": "Goblin Hood", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 380, "aDef": -10, "lvl": 41, "strReq": 25, "dexReq": 10, "sdPct": -7, "ls": 27, "lb": 10, "spd": 8, "fixID": true, "id": 2721, "set": "Goblin"}, {"name": "Goblin Luck Charm", "tier": "Rare", "category": "accessory", "drop": "never", "lvl": 43, "lb": 12, "spRegen": 7, "eSteal": 4, "type": "necklace", "fixID": true, "id": 2722}, {"name": "Goblin-Silver Ring", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 30, "fDef": 6, "wDef": 6, "aDef": 6, "tDef": 6, "eDef": 6, "lvl": 40, "xpb": 4, "lb": 8, "type": "ring", "fixID": true, "id": 2723}, {"name": "Short Cutter", "tier": "Rare", "type": "dagger", "poison": 215, "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, "dexReq": 20, "ls": 46, "xpb": 8, "lb": 15, "dex": 5, "spd": 12, "mdRaw": 33, "fixID": true, "id": 2727}, {"name": "Goblin Runners", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 420, "lvl": 43, "strReq": 10, "dexReq": 25, "mdPct": -7, "ms": 5, "lb": 10, "spd": 12, "fixID": true, "id": 2724, "set": "Goblin"}, {"name": "Silver Short Spear", "tier": "Unique", "type": "spear", "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, "strReq": 20, "mdPct": 8, "xpb": 8, "lb": 15, "str": 4, "eSteal": 3, "fixID": true, "id": 2740}, {"name": "Quartz Driller", "tier": "Unique", "type": "bow", "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, "dexReq": 10, "xpb": 6, "lb": 6, "str": 3, "dex": 3, "mdRaw": 46, "fixID": true, "id": 2728}, {"name": "Hue", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "17-20", "fDam": "17-20", "wDam": "17-20", "aDam": "17-20", "tDam": "17-20", "eDam": "17-20", "atkSpd": "SLOW", "lvl": 39, "strReq": 9, "dexReq": 9, "intReq": 9, "agiReq": 9, "defReq": 9, "lb": 12, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "fixID": true, "id": 2731}, {"name": "Hotline", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "36-42", "fDam": "36-42", "wDam": "0-0", "aDam": "0-0", "tDam": "36-42", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 42, "dexReq": 15, "defReq": 15, "ls": 34, "xpb": 8, "dex": 7, "def": 7, "spd": 8, "hprRaw": -17, "fixID": true, "id": 2729}, {"name": "Orc Slasher", "tier": "Unique", "type": "dagger", "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, "hprPct": 10, "mdPct": 5, "spd": 3, "fixID": true, "id": 2730}, {"name": "Deark", "tier": "Rare", "quest": "Eye of the Storm", "category": "accessory", "drop": "never", "wDef": -30, "lvl": 76, "dexReq": 50, "dex": 2, "spRegen": -10, "mdRaw": 43, "tDamPct": 8, "tDefPct": 6, "type": "ring", "fixID": true, "id": 2732}, {"name": "Diminished", "tier": "Unique", "quest": "Eye of the Storm", "category": "accessory", "drop": "never", "lvl": 73, "sdPct": 7, "mdPct": 7, "ms": 5, "xpb": -8, "str": -2, "dex": -2, "int": -2, "agi": -2, "def": -2, "spd": 8, "hpBonus": 300, "type": "ring", "fixID": true, "id": 2734}, {"name": "Fanatic", "tier": "Unique", "quest": "Eye of the Storm", "category": "accessory", "drop": "never", "lvl": 72, "sdPct": 8, "int": -5, "sdRaw": 40, "type": "bracelet", "fixID": true, "id": 2736}, {"name": "Scum", "tier": "Unique", "quest": "Eye of the Storm", "poison": 250, "category": "accessory", "drop": "never", "wDef": 20, "lvl": 74, "intReq": 30, "wDamPct": 7, "type": "ring", "fixID": true, "id": 2737}, {"name": "Famine", "tier": "Unique", "quest": "Eye of the Storm", "category": "accessory", "drop": "never", "eDef": -20, "lvl": 75, "agiReq": 40, "ls": 50, "str": -3, "spd": 12, "hprRaw": -20, "type": "ring", "fixID": true, "id": 2733}, {"name": "Destrortur", "tier": "Rare", "quest": "Eye of the Storm", "category": "accessory", "drop": "never", "hp": -480, "fDef": -10, "wDef": -5, "aDef": -10, "eDef": -20, "lvl": 76, "dexReq": 50, "hprPct": -24, "dex": 4, "hprRaw": -48, "sdRaw": 45, "mdRaw": 29, "tDamPct": 16, "type": "bracelet", "fixID": true, "id": 2735}, {"name": "Recovery", "tier": "Unique", "quest": "Eye of the Storm", "category": "accessory", "drop": "never", "hp": 140, "lvl": 72, "hprPct": 8, "spd": -5, "hprRaw": 40, "type": "ring", "fixID": true, "id": 2739}, {"name": "Blessing", "tier": "Unique", "type": "wand", "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, "agiReq": 15, "xpb": 5, "lb": 5, "agi": 4, "spd": 6, "fDamPct": -10, "fixID": true, "id": 2738}, {"name": "Sacred", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 305, "wDef": 15, "aDef": 10, "lvl": 40, "intReq": 15, "agiReq": 10, "mr": 5, "xpb": 6, "agi": 3, "wDamPct": 5, "aDamPct": 5, "fixID": true, "id": 2744}, {"name": "Traitor", "tier": "Unique", "type": "spear", "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, "defReq": 10, "hprPct": 10, "agi": 2, "def": 3, "spd": 5, "fDamPct": -10, "aDamPct": 15, "fixID": true, "id": 2741}, {"name": "Black Mask", "tier": "Rare", "type": "helmet", "quest": "Creeper Infiltration", "category": "armor", "drop": "never", "hp": 100, "lvl": 18, "ls": 8, "lb": 10, "eSteal": 2, "tDamPct": 10, "fixID": true, "id": 2746}, {"name": "Stonebreaker", "tier": "Unique", "type": "dagger", "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, "strReq": 25, "sdPct": -5, "lb": 5, "str": 1, "wDamPct": -15, "fixID": true, "id": 2743}, {"name": "Bush Mask", "tier": "Unique", "type": "helmet", "quest": "Creeper Infiltration", "skin": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzc5NWVkZWViNmI3ZWQ0MWMyNjhjZWZlYWZiZTk2MGI3YzQ5NTUwZGFlYjYzMWI1NjE1NmJmNWZlYjk4NDcifX19", "thorns": 8, "category": "armor", "drop": "never", "hp": 55, "fDef": -10, "eDef": 10, "lvl": 16, "str": 4, "spd": 8, "fixID": true, "id": 2745}, {"name": "Metal Mask", "tier": "Unique", "type": "helmet", "quest": "Creeper Infiltration", "skin": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmJhODQ1OTE0NWQ4M2ZmYzQ0YWQ1OGMzMjYwZTc0Y2E1YTBmNjM0YzdlZWI1OWExYWQzMjM0ODQ5YzkzM2MifX19", "category": "armor", "slots": 1, "drop": "never", "hp": 80, "lvl": 16, "def": 7, "fixID": true, "id": 2747}, {"name": "Ice Mask", "tier": "Rare", "type": "helmet", "quest": "Creeper Infiltration", "skin": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTZhYWI1OGZhMDFmY2U5YWY0NjllZDc0N2FlZDgxMWQ3YmExOGM0NzZmNWE3ZjkwODhlMTI5YzMxYjQ1ZjMifX19", "category": "armor", "drop": "never", "hp": 60, "fDef": -8, "aDef": 12, "lvl": 17, "ms": 5, "ref": 12, "mdRaw": 20, "aDamPct": 10, "fixID": true, "id": 2748}, {"name": "Water Mask", "tier": "Rare", "type": "helmet", "quest": "Creeper Infiltration", "skin": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWM3ZWNiZmQ2ZDMzZTg3M2ExY2Y5YTkyZjU3ZjE0NjE1MmI1MmQ5ZDczMTE2OTQ2MDI2NzExMTFhMzAyZiJ9fX0=", "category": "armor", "drop": "never", "hp": -25, "wDef": 10, "lvl": 17, "mr": 5, "sdPct": 10, "int": 5, "wDamPct": 10, "fixID": true, "id": 2750}, {"name": "Mud Mask", "tier": "Unique", "type": "helmet", "quest": "Creeper Infiltration", "skin": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWVhNmY5MzJiNDVmZGYzYjY5M2Q5ZTQ0YmQwNWJjYTM2NGViNWI5YWZmNDk3MjI2ZmRiNTJhYmIyNDM2NDIyIn19fQ==", "poison": 15, "category": "armor", "drop": "never", "hp": 65, "wDef": 5, "aDef": -10, "eDef": 5, "lvl": 16, "sdPct": 6, "mdPct": 6, "spd": -8, "fixID": true, "id": 2749}, {"name": "Shiny Mask", "tier": "Unique", "type": "helmet", "quest": "Creeper Infiltration", "skin": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjVkN2JlZDhkZjcxNGNlYTA2M2U0NTdiYTVlODc5MzExNDFkZTI5M2RkMWQ5YjkxNDZiMGY1YWIzODM4NjYifX19", "category": "armor", "drop": "never", "hp": 50, "lvl": 15, "xpb": 15, "spRegen": 5, "sdRaw": 10, "fixID": true, "id": 2751}, {"name": "Solid Quartz Chestplate", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 360, "lvl": 43, "defReq": 20, "hprPct": 10, "def": 5, "hprRaw": 20, "fixID": true, "id": 2742}, {"name": "Rock Mask", "tier": "Unique", "type": "helmet", "quest": "Creeper Infiltration", "skin": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDU0ZDljNDg4YzNmYmRlNTQ1NGUzODYxOWY5Y2M1YjViYThjNmMwMTg2ZjhhYTFkYTYwOTAwZmNiYzNlYTYifX19", "category": "armor", "drop": "never", "hp": 60, "eDef": 5, "lvl": 15, "sdPct": -5, "mdPct": 10, "str": 3, "eDamPct": 5, "fixID": true, "id": 2752}, {"name": "Cracheur", "tier": "Unique", "type": "bow", "thorns": 4, "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, "intReq": 14, "sdPct": 6, "int": 2, "aDamPct": 4, "fixID": true, "id": 2753}, {"name": "Arcanic", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 70, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 21, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fixID": true, "id": 2756}, {"name": "Fisher's Mail", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 82, "wDef": 4, "lvl": 22, "hprPct": 8, "xpb": 4, "lb": 8, "dex": 2, "fixID": true, "id": 2755}, {"name": "Foundation", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 90, "eDef": 3, "lvl": 20, "mdPct": 5, "def": 2, "eDamPct": 6, "fixID": true, "id": 2754}, {"name": "Frog", "tier": "Unique", "type": "bow", "poison": 45, "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, "strReq": 12, "intReq": 8, "sdPct": -5, "mdPct": -5, "agi": 3, "fixID": true, "id": 2758}, {"name": "Memorial", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 100, "lvl": 19, "intReq": 5, "ms": 5, "spRegen": 10, "fixID": true, "id": 2759}, {"name": "Remembrance", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "never", "nDam": "20-23", "fDam": "0-0", "wDam": "0-0", "aDam": "13-16", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 21, "agiReq": 8, "ref": 8, "spRegen": 10, "aDefPct": 10, "fixID": true, "spPct1": -17, "id": 2763}, {"name": "Shajone", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 85, "lvl": 18, "hprRaw": 5, "sdRaw": 5, "mdRaw": 7, "fixID": true, "id": 2757}, {"name": "White Ghost", "tier": "Rare", "type": "dagger", "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, "agiReq": 15, "ms": 5, "agi": 4, "spd": 5, "fixID": true, "id": 2765}, {"name": "Swamp Treads", "tier": "Unique", "type": "boots", "poison": 35, "thorns": 7, "category": "armor", "slots": 1, "drop": "never", "hp": 105, "lvl": 23, "spd": -3, "eSteal": 2, "fixID": true, "id": 2762}, {"name": "The Fallen", "tier": "Unique", "type": "spear", "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, "xpb": 6, "def": 3, "hpBonus": 50, "fixID": true, "id": 2761}, {"name": "Bob's Sacrifice", "tier": "Unique", "type": "boots", "thorns": 10, "category": "armor", "slots": 1, "drop": "never", "hp": 290, "tDef": -25, "lvl": 45, "strReq": 10, "mdPct": 23, "str": 3, "spd": -6, "mdRaw": -13, "fixID": true, "id": 2764}, {"name": "Celsius", "tier": "Unique", "type": "dagger", "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, "intReq": 20, "agiReq": 15, "ref": 8, "spd": -4, "fDamPct": -20, "wDamPct": 10, "aDamPct": 10, "fixID": true, "id": 2767}, {"name": "Current", "tier": "Unique", "type": "spear", "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, "xpb": 6, "spd": 5, "sdRaw": 35, "wDamPct": 10, "fixID": true, "id": 2766}, {"name": "Nilrem's Curse", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 310, "wDef": 10, "tDef": 15, "lvl": 40, "dexReq": 15, "xpb": 6, "hprRaw": -15, "sdRaw": 35, "mdRaw": 39, "fixID": true, "id": 2770}, {"name": "Frozen Earth", "tier": "Rare", "type": "bow", "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, "strReq": 25, "intReq": 5, "mr": 5, "str": 5, "int": 2, "spd": -7, "aDamPct": 12, "fixID": true, "id": 2769}, {"name": "Homemade Fur Coat", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 375, "fDef": -30, "aDef": 30, "lvl": 44, "agiReq": 15, "hprPct": 15, "agi": 2, "spd": 5, "aDamPct": 7, "aDefPct": 6, "fixID": true, "id": 2768}, {"name": "Summer", "tier": "Unique", "type": "wand", "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, "defReq": 10, "hpBonus": 200, "fDamPct": 8, "eDamPct": 8, "fDefPct": 6, "fixID": true, "id": 2771}, {"name": "Seedling", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 5, "xpb": 4, "str": 2, "type": "necklace", "fixID": true, "id": 2772}, {"name": "Woljawh", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 425, "lvl": 37, "hprPct": 10, "ls": 26, "hprRaw": 20, "fixID": true, "id": 2773}, {"name": "Frankenstein", "tier": "Unique", "type": "wand", "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, "dexReq": 5, "hprPct": -5, "str": 3, "tDamPct": 7, "eDamPct": 7, "fixID": true, "id": 2760}, {"name": "Flaming War Spear", "tier": "Rare", "type": "spear", "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, "defReq": 5, "def": 5, "hpBonus": 350, "fDamPct": 15, "wDefPct": -20, "eDefPct": 20, "fixID": true, "id": 2776}, {"name": "Tree Bracelet", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 5, "hprPct": 6, "type": "bracelet", "fixID": true, "id": 2777}, {"name": "Vine", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 4, "mdPct": 5, "type": "ring", "fixID": true, "id": 2774}, {"name": "Nodguj Warrior Chestplate", "tier": "Legendary", "type": "chestplate", "quest": "Ice Nations", "category": "armor", "slots": 2, "drop": "never", "hp": 625, "fDef": 20, "eDef": 10, "lvl": 41, "hprPct": 25, "mdPct": 5, "def": 8, "eSteal": 10, "fDamPct": 10, "eDamPct": 10, "fDefPct": 20, "eDefPct": 20, "fixID": true, "id": 2775}, {"name": "Shield", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 250, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 40, "defReq": 20, "def": 15, "hprRaw": 20, "fixID": true, "id": 2778}, {"name": "Nodguj Warrior Sword", "tier": "Legendary", "type": "dagger", "quest": "Ice Nations", "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, "intReq": 10, "mr": 5, "sdPct": 15, "int": 5, "hpBonus": -200, "wDamPct": 20, "fixID": true, "id": 2779}, {"name": "Strategist", "tier": "Rare", "type": "helmet", "quest": "Ice Nations", "category": "armor", "slots": 2, "drop": "never", "hp": 150, "lvl": 43, "intReq": 15, "mr": -15, "sdPct": 25, "int": 4, "sdRaw": 40, "wDamPct": 30, "fixID": true, "id": 2781}, {"name": "Chasseur", "tier": "Unique", "type": "bow", "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, "strReq": 20, "agiReq": 20, "sdPct": -10, "str": 3, "agi": 2, "spd": 6, "aDamPct": 7, "fixID": true, "id": 2780}, {"name": "Longtail Boots", "tier": "Unique", "type": "boots", "thorns": 7, "category": "armor", "slots": 3, "drop": "never", "hp": 600, "lvl": 51, "hprPct": 20, "spd": 14, "fixID": true, "id": 2784}, {"name": "Rotten Swamp", "tier": "Unique", "type": "wand", "poison": 600, "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, "strReq": 28, "hprPct": -16, "sdPct": 5, "wDamPct": 10, "fixID": true, "id": 2782}, {"name": "Stagnant", "tier": "Rare", "type": "helmet", "poison": 230, "category": "armor", "slots": 2, "drop": "never", "hp": 370, "wDef": 40, "lvl": 49, "intReq": 15, "hprPct": -15, "wDamPct": 10, "eDamPct": 7, "fixID": true, "id": 2786}, {"name": "Waxed Overalls", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 675, "fDef": -45, "wDef": 45, "lvl": 54, "ref": 6, "agi": 4, "spd": 4, "wDefPct": 20, "fixID": true, "id": 2801}, {"name": "Vine Machete", "tier": "Rare", "type": "dagger", "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, "agiReq": 20, "mdPct": 12, "spd": 8, "fDamPct": 12, "eDefPct": 10, "fixID": true, "id": 2783}, {"name": "Captain's Razor", "tier": "Rare", "type": "spear", "thorns": 10, "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, "dexReq": 5, "dex": 7, "mdRaw": 47, "wDamPct": 16, "tDamPct": 10, "fixID": true, "id": 2787}, {"name": "Opium", "tier": "Rare", "type": "helmet", "poison": 405, "category": "armor", "slots": 2, "drop": "never", "hp": 1350, "lvl": 63, "xpb": 10, "spd": -10, "fDamPct": 10, "fixID": true, "id": 2788}, {"name": "Pirate Luck", "tier": "Legendary", "type": "boots", "quest": "Beneath The Depths", "category": "armor", "slots": 2, "drop": "never", "hp": 320, "wDef": 60, "lvl": 60, "xpb": 7, "lb": 32, "eSteal": 12, "fixID": true, "id": 2789}, {"name": "Battle Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 20, "lvl": 7, "hprPct": 7, "str": 3, "fixID": true, "id": 2791}, {"name": "Rusty Sword", "tier": "Unique", "type": "dagger", "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, "intReq": 10, "mdPct": 15, "str": 3, "eDamPct": 15, "fixID": true, "id": 2790}, {"name": "Plains Runner", "tier": "Unique", "type": "boots", "category": "armor", "drop": "never", "hp": 8, "lvl": 1, "agi": 2, "fixID": true, "id": 2792}, {"name": "Corkuff", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 87, "intReq": 15, "agiReq": 15, "int": 3, "spd": 6, "wDamPct": 6, "aDamPct": 8, "type": "bracelet", "fixID": true, "id": 2795}, {"name": "Coolant", "tier": "Rare", "category": "accessory", "drop": "never", "fDef": 25, "wDef": 25, "lvl": 86, "wDamPct": 5, "fDefPct": 8, "wDefPct": 6, "type": "ring", "fixID": true, "id": 2796}, {"name": "Solidified Chestplate", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "never", "hp": 14, "lvl": 4, "xpb": 5, "def": 2, "fixID": true, "id": 2794}, {"name": "Microchip", "tier": "Unique", "category": "accessory", "drop": "never", "tDef": -40, "lvl": 85, "dexReq": 35, "dex": 1, "mdRaw": 17, "tDamPct": 8, "type": "ring", "fixID": true, "id": 2799}, {"name": "Doodad", "tier": "Rare", "thorns": 4, "category": "accessory", "drop": "never", "lvl": 87, "xpb": 4, "lb": 4, "ref": 4, "expd": 4, "spd": 4, "spRegen": 4, "eSteal": 4, "type": "necklace", "fixID": true, "id": 2793}, {"name": "Ashen Helm", "tier": "Unique", "type": "helmet", "thorns": 10, "category": "armor", "slots": 2, "drop": "never", "hp": 2700, "fDef": 70, "aDef": -120, "tDef": 50, "lvl": 92, "dexReq": 40, "defReq": 45, "sdPct": 14, "ms": 10, "ref": -10, "agi": 5, "def": 5, "expd": 12, "fDamPct": 14, "aDamPct": 22, "tDamPct": 14, "fixID": true, "id": 2797}, {"name": "Wristviewer", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 86, "sdPct": 4, "xpb": 9, "fDamPct": 4, "wDamPct": 4, "aDamPct": 4, "tDamPct": 4, "eDamPct": 4, "type": "bracelet", "fixID": true, "id": 2800}, {"name": "Quicksilver", "tier": "Rare", "poison": 375, "category": "accessory", "drop": "never", "hp": -600, "aDef": 20, "lvl": 88, "agiReq": 30, "agi": 2, "spd": 10, "type": "necklace", "fixID": true, "id": 2798}, {"name": "Bane of War", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "nDam": "90-130", "fDam": "0-0", "wDam": "30-45", "aDam": "20-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "intReq": 40, "agiReq": 35, "mr": 5, "sdPct": 20, "mdPct": -15, "int": 5, "agi": 5, "spRegen": 10, "mdRaw": -75, "fixID": true, "id": 2802}, {"name": "Comrade", "tier": "Rare", "type": "bow", "thorns": 25, "category": "weapon", "slots": 3, "drop": "never", "nDam": "125-215", "fDam": "60-105", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "defReq": 50, "sdPct": -12, "def": 7, "hpBonus": 2250, "hprRaw": 180, "fDefPct": 20, "eDefPct": -15, "fixID": true, "id": 2807}, {"name": "Diamond Blade", "tier": "Unique", "type": "dagger", "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, "intReq": 35, "agiReq": 35, "hprPct": 20, "mr": 5, "ref": 12, "spd": 12, "fDamPct": -10, "wDefPct": 12, "aDefPct": 12, "fixID": true, "id": 2804}, {"name": "Darkiron Aegis", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 3275, "fDef": 150, "wDef": -80, "lvl": 90, "defReq": 65, "hprPct": 15, "dex": 10, "def": 5, "spd": -10, "atkTier": -4, "hprRaw": 160, "mdRaw": 850, "fDefPct": 40, "fixID": true, "id": 2803}, {"name": "Eradian Full Helm", "tier": "Unique", "type": "helmet", "thorns": 15, "category": "armor", "slots": 3, "drop": "never", "hp": 2500, "fDef": 80, "wDef": 80, "tDef": -60, "eDef": -60, "lvl": 90, "defReq": 50, "hprPct": 15, "sdPct": 20, "mdPct": 20, "ref": 10, "def": 8, "fDamPct": 5, "fixID": true, "id": 2808}, {"name": "Icejewel", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "65-95", "fDam": "0-0", "wDam": "35-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 94, "intReq": 55, "ref": 27, "int": 8, "spd": -8, "wDamPct": 20, "wDefPct": 25, "aDefPct": -20, "fixID": true, "id": 2809}, {"name": "Fulminate Staff", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "nDam": "90-120", "fDam": "80-95", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "defReq": 50, "mdPct": 12, "def": 6, "expd": 25, "hpBonus": 1000, "fDamPct": 15, "eDefPct": -15, "fixID": true, "id": 2805}, {"name": "Low World Greaves", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 2350, "wDef": 80, "aDef": -80, "eDef": 120, "lvl": 90, "strReq": 30, "intReq": 30, "sdPct": 18, "mdPct": 18, "eSteal": 6, "wDamPct": 12, "eDamPct": 12, "wDefPct": 30, "eDefPct": 30, "fixID": true, "id": 2806}, {"name": "Magma Flinger", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-345", "fDam": "0-445", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 92, "strReq": 40, "defReq": 25, "mdPct": 14, "def": 6, "sdRaw": -95, "mdRaw": 280, "fDamPct": 10, "eDamPct": 30, "wDefPct": -25, "fixID": true, "id": 2812}, {"name": "Mercurial Chestplate", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "hp": 2625, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 92, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "sdPct": 10, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fixID": true, "id": 2811}, {"name": "Ramhoof", "tier": "Unique", "type": "boots", "thorns": 15, "category": "armor", "slots": 2, "drop": "never", "hp": 2675, "fDef": -90, "lvl": 93, "strReq": 30, "agiReq": 25, "mdPct": 7, "ls": 190, "def": 7, "spd": 15, "mdRaw": 180, "fixID": true, "id": 2816}, {"name": "Mountain's Song", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "510-550", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "510-550", "atkSpd": "SUPER_SLOW", "lvl": 90, "strReq": 40, "defReq": 40, "mdPct": 15, "expd": 25, "hpBonus": 1000, "fixID": true, "spPct1": 35, "spPct4": -21, "id": 2810}, {"name": "Odin", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "nDam": "21-51", "fDam": "0-0", "wDam": "0-0", "aDam": "40-88", "tDam": "40-88", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 93, "dexReq": 35, "agiReq": 35, "sdPct": 8, "mdPct": 10, "dex": 6, "agi": 4, "aDamPct": 12, "tDamPct": 8, "eDamPct": -30, "fixID": true, "id": 2813}, {"name": "Rodoroc's Guard", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 3500, "fDef": 100, "aDef": 100, "lvl": 94, "agiReq": 35, "defReq": 35, "sdPct": -10, "mdPct": -8, "str": 10, "agi": 10, "def": 10, "spd": 10, "mdRaw": 195, "fDefPct": 10, "aDefPct": 10, "fixID": true, "id": 2818}, {"name": "Ornamental Plate", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "hp": 2250, "wDef": 100, "lvl": 91, "intReq": 50, "mr": 10, "sdPct": 12, "xpb": 15, "int": 5, "sdRaw": 190, "fixID": true, "id": 2814}, {"name": "Siege Ram", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "nDam": "130-185", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "65-110", "atkSpd": "SLOW", "lvl": 90, "strReq": 40, "sdPct": -15, "mdPct": 20, "lb": 10, "str": 6, "fixID": true, "id": 2815}, {"name": "Steamstone", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 2900, "fDef": 75, "wDef": 75, "tDef": -130, "eDef": 50, "lvl": 91, "intReq": 25, "defReq": 25, "hprPct": 25, "ms": 5, "int": 7, "def": 8, "aDamPct": -10, "tDamPct": -10, "eDamPct": 16, "fDefPct": 8, "wDefPct": 8, "fixID": true, "id": 2821}, {"name": "Stricken Bolt", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "325-1015", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 92, "dexReq": 35, "ms": 5, "mdRaw": 810, "tDamPct": 25, "wDefPct": -10, "fixID": true, "id": 2822}, {"name": "Vulcamail Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 2450, "fDef": 100, "tDef": -100, "eDef": 100, "lvl": 89, "strReq": 40, "defReq": 35, "hprPct": 20, "ls": 220, "ms": 10, "def": 6, "spd": -7, "hpBonus": 600, "wDefPct": 15, "aDefPct": 15, "fixID": true, "id": 2819}, {"name": "Broken Sandust", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 37, "dexReq": 15, "dex": 2, "spd": 1, "tDamPct": 1, "type": "ring", "fixID": true, "id": 2823}, {"name": "Sekaisin", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 1, "drop": "never", "nDam": "0-100", "fDam": "0-100", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "dexReq": 40, "defReq": 25, "hprPct": -20, "ls": 260, "dex": 10, "hpBonus": -1100, "tDamPct": 60, "fixID": true, "id": 2817}, {"name": "Enhanced Copper Plate", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 285, "fDef": -15, "tDef": -18, "lvl": 35, "dexReq": 15, "defReq": 5, "sdPct": 3, "ref": 2, "fDamPct": 4, "tDamPct": 8, "fixID": true, "id": 2824}, {"name": "Chipped Glitz", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 34, "sdPct": -2, "lb": 4, "type": "ring", "fixID": true, "id": 2820}, {"name": "Enhanced Coalwalkers", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 230, "fDef": 15, "wDef": -25, "eDef": 5, "lvl": 31, "strReq": 5, "defReq": 10, "str": 1, "def": 1, "expd": 3, "spd": -7, "hpBonus": 20, "fixID": true, "id": 2825}, {"name": "Enhanced DuskShield", "displayName": "Enhanced Duskshield", "tier": "Unique", "type": "leggings", "thorns": 3, "category": "armor", "slots": 2, "drop": "never", "hp": 460, "wDef": 10, "tDef": 10, "lvl": 42, "dexReq": 10, "intReq": 10, "sdPct": -8, "ref": 3, "fDamPct": -12, "eDamPct": -12, "fixID": true, "id": 2826}, {"name": "Cracked Stonehall", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 35, "strReq": 15, "str": 1, "spd": -4, "eDamPct": 3, "type": "ring", "fixID": true, "id": 2830}, {"name": "Enhanced Pickpockets", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 275, "lvl": 36, "dexReq": 15, "agiReq": 10, "lb": 8, "dex": 3, "agi": 2, "def": -7, "eSteal": 5, "fixID": true, "id": 2827}, {"name": "Upgraded Archpriest", "tier": "Rare", "type": "spear", "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, "intReq": 18, "agiReq": 18, "mr": 5, "ref": 2, "int": -1, "agi": 2, "mdRaw": -26, "tDamPct": -14, "tDefPct": 4, "fixID": true, "id": 2828}, {"name": "Upgraded Radiance", "tier": "Unique", "type": "bow", "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, "intReq": 15, "defReq": 15, "hprPct": 4, "mr": 5, "spRegen": -5, "fixID": true, "id": 2829}, {"name": "Upgraded Dark Needle", "tier": "Unique", "type": "wand", "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, "dexReq": 10, "sdPct": -8, "mdPct": 4, "eDefPct": -10, "fixID": true, "id": 2831}, {"name": "Upgraded Steel Buster", "tier": "Unique", "type": "spear", "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, "strReq": 15, "defReq": 5, "mdPct": 4, "expd": 3, "spd": -12, "aDamPct": -9, "eDamPct": 5, "fixID": true, "id": 2834}, {"name": "Upgraded Whisper", "tier": "Unique", "type": "dagger", "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, "agiReq": 20, "hprPct": 3, "agi": 1, "spd": 3, "aDamPct": 2, "fixID": true, "id": 2837}, {"name": "Backstaff", "tier": "Unique", "type": "wand", "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, "str": 3, "hpBonus": 60, "mdRaw": 16, "eDefPct": 10, "fixID": true, "id": 2835}, {"name": "Used Wolf Paw", "tier": "Unique", "category": "accessory", "drop": "never", "aDef": 4, "eDef": 4, "lvl": 30, "strReq": 8, "agiReq": 8, "mdPct": 2, "spd": 3, "aDamPct": 2, "eDamPct": 2, "type": "bracelet", "fixID": true, "id": 2832}, {"name": "Diving Boots II", "tier": "Unique", "type": "boots", "category": "armor", "drop": "never", "hp": 750, "wDef": 65, "tDef": -50, "lvl": 55, "spd": 10, "wDefPct": 15, "id": 2833}, {"name": "Eel Spear", "tier": "Unique", "type": "spear", "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, "intReq": 10, "xpb": 6, "spd": 5, "sdRaw": 24, "fixID": true, "id": 2841}, {"name": "Diving Boots III", "tier": "Rare", "type": "boots", "category": "armor", "drop": "never", "hp": 1350, "wDef": 90, "tDef": -75, "lvl": 70, "spd": 15, "wDefPct": 20, "id": 2836}, {"name": "Diving Boots I", "tier": "Unique", "type": "boots", "category": "armor", "drop": "never", "hp": 300, "wDef": 30, "tDef": -30, "lvl": 40, "spd": 5, "wDefPct": 10, "id": 2843}, {"name": "Fishing Hook", "tier": "Unique", "type": "dagger", "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, "dexReq": 5, "intReq": 5, "xpb": 5, "spd": 6, "tDamPct": 6, "fixID": true, "id": 2840}, {"name": "Harpoon", "tier": "Unique", "type": "bow", "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, "sdPct": 8, "mdPct": 4, "dex": 3, "spd": -5, "tDefPct": -7, "fixID": true, "id": 2838}, {"name": "Mage-Crafted Staff", "tier": "Rare", "type": "wand", "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, "intReq": 10, "defReq": 5, "hprPct": 12, "mdPct": -20, "ref": 5, "int": 4, "wDamPct": 15, "fixID": true, "id": 2839}, {"name": "Sea Legs", "tier": "Rare", "type": "leggings", "category": "armor", "drop": "never", "hp": 180, "wDef": 8, "tDef": -6, "lvl": 28, "intReq": 20, "mr": 5, "mdPct": -8, "int": 3, "wDamPct": 8, "fixID": true, "id": 2846}, {"name": "Portable Buoys", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 130, "wDef": 7, "lvl": 25, "ref": 9, "spd": 4, "wDefPct": 12, "fixID": true, "id": 2845}, {"name": "Seafarer's Coat", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 150, "wDef": 7, "aDef": 5, "lvl": 26, "sdPct": 4, "lb": 6, "fixID": true, "id": 2848}, {"name": "Selchar's Famous Breeches", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 125, "lvl": 25, "sdPct": 5, "mdPct": 7, "xpb": 7, "lb": 5, "fixID": true, "id": 2842}, {"name": "The Saltwater Rune", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "80-95", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-50", "atkSpd": "VERY_SLOW", "lvl": 24, "strReq": 8, "intReq": 12, "sdPct": -12, "wDamPct": 20, "wDefPct": 15, "eDefPct": 15, "fixID": true, "spRaw3": -10, "id": 2847}, {"name": "The Crow's Nest", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 135, "tDef": 5, "eDef": -3, "lvl": 27, "dexReq": 12, "xpb": 4, "dex": 5, "tDamPct": 7, "fixID": true, "id": 2844}, {"name": "Advancement", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 255, "lvl": 29, "ms": 10, "xpb": 10, "spRegen": 5, "fixID": true, "id": 3564}, {"name": "Tricorne", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 115, "lvl": 24, "lb": 7, "agi": 1, "spd": 7, "hprRaw": 5, "fixID": true, "id": 2850}, {"name": "Tearing Seam", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "20-26", "fDam": "17-23", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "23-29", "atkSpd": "FAST", "lvl": 43, "strReq": 16, "defReq": 16, "ls": 33, "xpb": 7, "dex": -7, "int": -7, "agi": -7, "hpBonus": 150, "mdRaw": 43, "fixID": true, "id": 2851}, {"name": "Dilation", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 295, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 31, "xpb": 15, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fixID": true, "id": 3633}, {"name": "Diminution", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 320, "lvl": 33, "lb": 15, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "fixID": true, "id": 3565}, {"name": "Hourslip", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 315, "aDef": 12, "lvl": 32, "lb": 15, "spd": 30, "fixID": true, "id": 3567}, {"name": "Intuition", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 30, "sdRaw": 12, "type": "bracelet", "fixID": true, "id": 3566}, {"name": "Longevity", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 30, "hprRaw": 15, "type": "necklace", "fixID": true, "id": 3568}, {"name": "Practice", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 30, "mdRaw": 16, "type": "bracelet", "fixID": true, "id": 3570}, {"name": "Reversion", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 295, "fDef": 10, "lvl": 31, "ls": 32, "lb": 10, "eSteal": 5, "fixID": true, "id": 3572}, {"name": "Secondsaver", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 270, "lvl": 30, "mdPct": -25, "xpb": 15, "atkTier": 1, "fixID": true, "id": 3573}, {"name": "Seal Breaker", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 335, "lvl": 34, "sdPct": 25, "xpb": 15, "fixID": true, "id": 3569}, {"name": "Slainte", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 100, "lvl": 30, "xpb": 5, "lb": 5, "spRegen": 10, "type": "necklace", "fixID": true, "id": 3571}, {"name": "Tempo Totem", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "86-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 35, "mr": 10, "ls": 30, "ms": 5, "xpb": 20, "lb": 20, "hprRaw": 15, "fixID": true, "id": 3632}, {"name": "Tempo Tanto", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "56-66", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 35, "mr": 10, "ls": 30, "ms": 5, "xpb": 20, "lb": 20, "hprRaw": 15, "fixID": true, "id": 3574}, {"name": "Tempo Ticker", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "40-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 35, "mr": 10, "ls": 30, "ms": 5, "xpb": 20, "lb": 20, "hprRaw": 15, "fixID": true, "id": 3634}, {"name": "Tempo Trebuchet", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "115-128", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 35, "mr": 10, "ls": 30, "ms": 5, "xpb": 20, "lb": 20, "hprRaw": 15, "fixID": true, "id": 3590}, {"name": "Tempo Trident", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "70-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 35, "mr": 10, "ls": 30, "ms": 5, "xpb": 20, "lb": 20, "hprRaw": 15, "fixID": true, "id": 3639}, {"name": "Timelocked Breath", "tier": "Unique", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 28, "xpb": 5, "agi": 3, "aDamPct": 5, "type": "ring", "fixID": true, "id": 3635}, {"name": "Timelocked Coal", "tier": "Unique", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 28, "xpb": 5, "def": 3, "fDamPct": 5, "type": "ring", "fixID": true, "id": 3636}, {"name": "Timelocked Dew", "tier": "Unique", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 28, "xpb": 5, "int": 3, "wDamPct": 5, "type": "ring", "fixID": true, "id": 3638}, {"name": "Timelocked Spark", "tier": "Unique", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 28, "xpb": 5, "dex": 3, "tDamPct": 5, "type": "ring", "fixID": true, "id": 3637}, {"name": "Brass Leg Plates", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 2125, "fDef": -120, "tDef": 75, "eDef": 75, "lvl": 81, "strReq": 20, "dexReq": 20, "ls": 160, "str": 9, "dex": 9, "tDamPct": 15, "eDamPct": 15, "fixID": true, "id": 2849}, {"name": "Trouble Tamer", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 315, "eDef": 12, "lvl": 32, "mdPct": 35, "lb": 15, "fixID": true, "id": 3641}, {"name": "Brass Choker", "tier": "Rare", "quest": "From The Bottom", "category": "accessory", "drop": "never", "hp": -350, "lvl": 81, "strReq": 10, "dexReq": 40, "mdPct": 4, "str": 1, "dex": 2, "tDamPct": 9, "type": "necklace", "fixID": true, "id": 2852}, {"name": "Crook's March", "tier": "Rare", "type": "relik", "quest": "From The Bottom", "category": "weapon", "slots": 3, "drop": "never", "nDam": "120-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "130-170", "eDam": "140-160", "atkSpd": "SLOW", "lvl": 82, "strReq": 45, "dexReq": 50, "mr": -10, "ls": 250, "ms": 10, "hpBonus": -900, "eSteal": 10, "tDamPct": 20, "eDamPct": 20, "fixID": true, "id": 2858}, {"name": "Double-Edge", "tier": "Rare", "type": "spear", "quest": "From The Bottom", "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "35-130", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "dexReq": 50, "hprPct": -30, "mdPct": 13, "ls": -215, "ms": 5, "dex": 7, "hpBonus": -1000, "sdRaw": 165, "fDamPct": -15, "eDefPct": -10, "fixID": true, "id": 2853}, {"name": "Dragulj Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "never", "hp": 1875, "lvl": 80, "xpb": 15, "lb": 15, "fDamPct": 18, "wDamPct": 18, "aDamPct": 18, "tDamPct": 18, "eDamPct": 18, "fDefPct": 18, "wDefPct": 18, "aDefPct": 18, "tDefPct": 18, "eDefPct": 18, "fixID": true, "id": 2854}, {"name": "Dragon Horned Helmet", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "hp": 1850, "fDef": 160, "wDef": -60, "eDef": -60, "lvl": 80, "defReq": 45, "ref": 15, "def": 4, "sdRaw": 160, "mdRaw": 205, "fDamPct": 10, "fDefPct": -10, "fixID": true, "id": 2855}, {"name": "Dragonspit", "tier": "Rare", "type": "bow", "quest": "From The Bottom", "category": "weapon", "slots": 2, "drop": "never", "nDam": "40-50", "fDam": "90-160", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 82, "defReq": 45, "ls": 335, "def": 4, "expd": 7, "hpBonus": 1200, "fDamPct": 10, "fixID": true, "id": 2879}, {"name": "Earthlink", "tier": "Rare", "type": "boots", "quest": "From The Bottom", "category": "armor", "slots": 2, "drop": "never", "hp": 1850, "lvl": 81, "strReq": 55, "xpb": 10, "str": 5, "spd": -5, "aDamPct": -5, "tDamPct": -5, "eDamPct": 35, "fixID": true, "id": 2857}, {"name": "Ehoole Drakeskin", "tier": "Rare", "type": "leggings", "quest": "From The Bottom", "category": "armor", "slots": 3, "drop": "never", "hp": 1750, "fDef": -140, "wDef": 90, "aDef": 80, "lvl": 82, "intReq": 30, "agiReq": 45, "mr": 10, "sdPct": 8, "mdPct": -16, "ref": 12, "spd": 16, "sdRaw": 210, "fDamPct": -16, "aDamPct": 12, "fixID": true, "id": 2856}, {"name": "Fire Pearl", "tier": "Rare", "quest": "From The Bottom", "category": "accessory", "drop": "never", "hp": 500, "fDef": 50, "wDef": -40, "lvl": 81, "defReq": 50, "expd": 6, "fDamPct": 6, "wDamPct": -10, "fDefPct": 4, "type": "necklace", "fixID": true, "id": 2860}, {"name": "Flexing Chain", "tier": "Unique", "category": "accessory", "drop": "never", "aDef": 25, "lvl": 80, "agiReq": 40, "str": -2, "agi": 3, "spd": 6, "aDamPct": 4, "aDefPct": 6, "type": "bracelet", "fixID": true, "id": 2859}, {"name": "Formation", "tier": "Rare", "quest": "From The Bottom", "category": "accessory", "drop": "never", "hp": 300, "aDef": -25, "eDef": 40, "lvl": 81, "strReq": 45, "defReq": 5, "spd": -4, "eDamPct": 7, "tDefPct": 4, "type": "bracelet", "fixID": true, "id": 2862}, {"name": "Forge Stoker", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-15", "fDam": "35-40", "wDam": "0-0", "aDam": "25-35", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 80, "agiReq": 35, "defReq": 25, "ls": 180, "agi": 4, "spd": 8, "hprRaw": -55, "aDamPct": 20, "fDefPct": 16, "wDefPct": -12, "fixID": true, "id": 2861}, {"name": "Ironbody", "tier": "Rare", "type": "chestplate", "thorns": 18, "category": "armor", "drop": "never", "hp": 2950, "fDef": 110, "wDef": 40, "aDef": 50, "tDef": 60, "eDef": 120, "lvl": 82, "strReq": 35, "defReq": 35, "hprPct": 16, "mdPct": 16, "def": 9, "spd": -10, "aDamPct": -30, "fDefPct": 10, "eDefPct": 12, "fixID": true, "id": 2865}, {"name": "Metal Breaker", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 1, "drop": "never", "nDam": "300-320", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "270-360", "atkSpd": "VERY_SLOW", "lvl": 80, "strReq": 40, "mdPct": 10, "str": 6, "def": -4, "expd": 25, "spd": -7, "fixID": true, "id": 2863}, {"name": "Jewel Cutter", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "nDam": "100-170", "fDam": "0-0", "wDam": "0-0", "aDam": "54-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "agiReq": 40, "lb": 20, "agi": 7, "spd": 10, "eSteal": 4, "mdRaw": 130, "fDefPct": 15, "wDefPct": -12, "aDefPct": 20, "fixID": true, "id": 2864}, {"name": "Mining Fever", "tier": "Rare", "type": "helmet", "quest": "From The Bottom", "category": "armor", "slots": 2, "drop": "never", "hp": 1850, "eDef": 60, "lvl": 81, "xpb": 5, "lb": 35, "eSteal": 7, "eDamPct": 15, "fixID": true, "id": 2868}, {"name": "Mithril Mantle", "tier": "Unique", "type": "chestplate", "thorns": 20, "category": "armor", "slots": 2, "drop": "never", "hp": 2125, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 81, "ls": 175, "ms": 10, "lb": 15, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "fixID": true, "id": 2867}, {"name": "Ring of Power", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 80, "mdPct": 8, "str": 2, "dex": 2, "type": "ring", "fixID": true, "id": 2870}, {"name": "Rask", "tier": "Rare", "quest": "From The Bottom", "category": "accessory", "drop": "never", "aDef": 30, "lvl": 81, "agiReq": 50, "agi": 5, "spd": 12, "fDefPct": -5, "type": "ring", "fixID": true, "id": 2869}, {"name": "Plate Shock", "tier": "Rare", "type": "wand", "quest": "From The Bottom", "category": "weapon", "slots": 3, "drop": "never", "nDam": "150-245", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 82, "dexReq": 45, "sdPct": 10, "mdPct": 10, "ref": 20, "dex": 4, "hprRaw": -75, "tDamPct": 18, "wDefPct": -10, "fixID": true, "id": 2866}, {"name": "Timelocked Stone", "tier": "Unique", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 28, "xpb": 5, "str": 3, "eDamPct": 5, "type": "ring", "fixID": true, "id": 3640}, {"name": "Rough Diamond", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 80, "strReq": 20, "intReq": 20, "sdPct": 6, "mdPct": 5, "xpb": 7, "str": 2, "aDamPct": -6, "type": "necklace", "fixID": true, "id": 2871}, {"name": "Thanos Legionnaire Greaves", "tier": "Set", "type": "boots", "quest": "The Belly of the Beast", "category": "armor", "slots": 2, "drop": "never", "hp": 2550, "fDef": 75, "lvl": 82, "defReq": 50, "xpb": 10, "lb": 10, "def": 10, "hprRaw": 150, "fDamPct": 20, "wDamPct": -20, "fDefPct": 20, "wDefPct": -20, "fixID": true, "id": 2905, "set": "Thanos Legionnaire"}, {"name": "Thanos Legionnaire Leggings", "tier": "Set", "type": "leggings", "quest": "The Belly of the Beast", "category": "armor", "slots": 2, "drop": "never", "hp": 1900, "aDef": 75, "lvl": 82, "agiReq": 50, "xpb": 15, "lb": 5, "agi": 10, "spd": 15, "aDamPct": 20, "tDamPct": -20, "aDefPct": 20, "fixID": true, "id": 2875, "set": "Thanos Legionnaire"}, {"name": "Ring of Wisdom", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 80, "sdPct": 7, "xpb": 10, "int": 3, "type": "ring", "fixID": true, "id": 2872}, {"name": "Thanos Legionnaire Plate", "tier": "Set", "type": "chestplate", "quest": "The Belly of the Beast", "category": "armor", "slots": 3, "drop": "never", "hp": 2400, "fDef": 125, "wDef": -90, "aDef": 125, "tDef": -90, "eDef": 125, "lvl": 83, "strReq": 40, "agiReq": 40, "defReq": 40, "str": 10, "agi": 10, "def": 10, "mdRaw": 225, "fDamPct": 20, "aDamPct": 20, "eDamPct": 20, "fixID": true, "id": 2873, "set": "Thanos Legionnaire"}, {"name": "Steady Grip", "tier": "Rare", "quest": "From The Bottom", "category": "accessory", "drop": "never", "lvl": 81, "dexReq": 25, "intReq": 25, "mdPct": -10, "dex": 3, "int": 3, "sdRaw": 45, "eDamPct": -8, "type": "bracelet", "fixID": true, "id": 2878}, {"name": "Shale Edge", "tier": "Rare", "type": "dagger", "quest": "From The Bottom", "category": "weapon", "slots": 2, "drop": "never", "nDam": "45-75", "fDam": "0-0", "wDam": "40-65", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 82, "intReq": 25, "sdPct": 8, "ms": 5, "str": 4, "sdRaw": 90, "aDamPct": -16, "eDamPct": 15, "aDefPct": -13, "fixID": true, "id": 2877}, {"name": "Silver Bay", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "150-160", "fDam": "0-0", "wDam": "48-52", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 80, "intReq": 40, "mr": 5, "lb": 10, "hpBonus": 1000, "wDamPct": 25, "wDefPct": 20, "fixID": true, "id": 2880}, {"name": "Tankard Basher", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "nDam": "45-65", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "50-110", "atkSpd": "FAST", "lvl": 81, "strReq": 25, "agiReq": 35, "mdPct": 12, "str": 8, "dex": -8, "agi": 8, "spd": 12, "aDamPct": 20, "fixID": true, "id": 2882}, {"name": "Sterling Silver", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 80, "dexReq": 15, "agiReq": 25, "lb": 7, "spd": 5, "sdRaw": 25, "mdRaw": 18, "eDamPct": -7, "type": "necklace", "fixID": true, "id": 2884}, {"name": "Sterk", "tier": "Rare", "quest": "From The Bottom", "category": "accessory", "drop": "never", "hp": 250, "fDef": 25, "wDef": -10, "eDef": 10, "lvl": 81, "strReq": 10, "defReq": 40, "def": 3, "fDefPct": 7, "aDefPct": 6, "eDefPct": 8, "type": "ring", "fixID": true, "id": 2876}, {"name": "Thanos Legionnaire Helm", "tier": "Set", "type": "helmet", "quest": "The Belly of the Beast", "category": "armor", "slots": 2, "drop": "never", "hp": 2125, "eDef": 75, "lvl": 82, "strReq": 50, "mdPct": 10, "xpb": 5, "lb": 15, "str": 10, "eDamPct": 20, "tDefPct": -20, "eDefPct": 20, "fixID": true, "id": 2874, "set": "Thanos Legionnaire"}, {"name": "Thanos Banner", "tier": "Legendary", "quest": "The Belly Of The Beast", "category": "accessory", "drop": "never", "eDef": 60, "lvl": 82, "strReq": 50, "lb": 10, "str": 6, "eDamPct": 10, "wDefPct": -10, "eDefPct": 10, "type": "bracelet", "fixID": true, "id": 2883}, {"name": "Thanos Crest", "tier": "Legendary", "quest": "The Belly Of The Beast", "category": "accessory", "drop": "never", "aDef": 60, "lvl": 82, "agiReq": 50, "xpb": 10, "agi": 6, "aDamPct": 10, "aDefPct": 10, "tDefPct": -10, "type": "necklace", "fixID": true, "id": 2886}, {"name": "Thanos Ironstaff", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "55-75", "fDam": "40-55", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-55", "atkSpd": "NORMAL", "lvl": 82, "strReq": 40, "defReq": 40, "hprPct": 20, "mdPct": 20, "dex": -10, "int": -10, "def": 10, "hpBonus": 1075, "fDefPct": 30, "eDefPct": 30, "fixID": true, "id": 2898}, {"name": "Thanos Brand", "tier": "Legendary", "quest": "The Belly Of The Beast", "category": "accessory", "drop": "never", "hp": 650, "fDef": 30, "lvl": 82, "defReq": 50, "xpb": 5, "lb": 5, "def": 5, "fDamPct": 5, "fDefPct": 5, "wDefPct": -5, "tDefPct": -5, "type": "ring", "fixID": true, "id": 2881}, {"name": "Thanos Stonesinger", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "120-126", "fDam": "57-66", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "60-63", "atkSpd": "FAST", "lvl": 82, "strReq": 40, "defReq": 40, "dex": -8, "expd": 20, "mdRaw": 160, "fDamPct": 15, "eDamPct": 15, "fDefPct": 20, "wDefPct": -20, "eDefPct": 20, "fixID": true, "id": 2889}, {"name": "Thanos Warhammer", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "nDam": "110-200", "fDam": "50-105", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "60-95", "atkSpd": "SLOW", "lvl": 82, "strReq": 40, "defReq": 40, "sdPct": -10, "mdPct": 20, "str": 10, "expd": 20, "spd": -10, "fDamPct": 15, "eDamPct": 15, "eDefPct": 25, "fixID": true, "id": 2887}, {"name": "Thanos Siege Bow", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 2, "drop": "never", "nDam": "150-280", "fDam": "70-130", "wDam": "0-0", "aDam": "55-145", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 82, "agiReq": 40, "defReq": 40, "mr": -5, "def": 10, "expd": 20, "spd": -15, "hpBonus": 750, "hprRaw": 160, "fDamPct": 15, "aDamPct": 15, "fixID": true, "id": 2885}, {"name": "Thanos Warsword", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "nDam": "80-140", "fDam": "0-0", "wDam": "0-0", "aDam": "40-80", "tDam": "0-0", "eDam": "50-70", "atkSpd": "FAST", "lvl": 82, "strReq": 40, "agiReq": 40, "mdPct": 20, "str": 8, "int": -8, "agi": 8, "spd": 15, "sdRaw": -90, "mdRaw": 170, "aDamPct": 12, "eDamPct": 12, "fixID": true, "id": 2890}, {"name": "Tight Clamp", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 450, "fDef": 30, "lvl": 80, "defReq": 40, "dex": -2, "def": 3, "type": "bracelet", "fixID": true, "id": 2888}, {"name": "Canyon Strider", "tier": "Unique", "type": "boots", "sprint": 15, "category": "armor", "slots": 2, "drop": "never", "hp": 2200, "fDef": -70, "aDef": 70, "eDef": 70, "lvl": 84, "strReq": 15, "agiReq": 25, "agi": 6, "spd": 15, "aDamPct": 10, "eDamPct": 10, "aDefPct": 12, "eDefPct": 12, "fixID": true, "sprintReg": 15, "id": 2892}, {"name": "Fir Needle", "tier": "Unique", "type": "dagger", "thorns": 20, "category": "weapon", "slots": 3, "drop": "never", "nDam": "25-55", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "50-80", "atkSpd": "SUPER_FAST", "lvl": 83, "strReq": 25, "agiReq": 35, "str": 8, "sdRaw": 134, "aDamPct": 19, "tDefPct": -15, "fixID": true, "id": 2894}, {"name": "Coal Duster", "tier": "Rare", "type": "chestplate", "poison": 3500, "category": "armor", "slots": 3, "drop": "never", "hp": 2575, "fDef": -65, "tDef": 90, "lvl": 83, "dexReq": 40, "defReq": 45, "sdPct": -15, "mdPct": -35, "dex": 7, "def": 8, "expd": 10, "atkTier": -17, "fDamPct": 25, "tDamPct": 20, "fDefPct": -25, "fixID": true, "id": 2893}, {"name": "Filter Mask", "tier": "Rare", "type": "helmet", "poison": -375, "category": "armor", "slots": 3, "drop": "never", "hp": 2750, "aDef": 120, "eDef": 120, "lvl": 85, "spd": 10, "aDamPct": 10, "eDamPct": 10, "aDefPct": 15, "eDefPct": 20, "fixID": true, "sprintReg": 20, "id": 2891}, {"name": "Pine Bow", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "180-255", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "60-85", "atkSpd": "NORMAL", "lvl": 85, "strReq": 40, "mdPct": 10, "xpb": 10, "str": 5, "eDefPct": 15, "fixID": true, "id": 2896}, {"name": "Shine Lamp", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "240-250", "wDam": "230-260", "aDam": "225-265", "tDam": "220-270", "eDam": "235-255", "atkSpd": "SUPER_SLOW", "lvl": 83, "strReq": 18, "dexReq": 18, "intReq": 18, "agiReq": 18, "defReq": 18, "mr": 5, "sdPct": -25, "fixID": true, "spPct1": -17, "spPct2": -17, "spPct3": -17, "spPct4": -17, "id": 2900}, {"name": "Plated Mining Helm", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 2500, "lvl": 83, "defReq": 20, "hprPct": 25, "lb": 10, "def": 10, "hprRaw": 60, "fixID": true, "id": 2897}, {"name": "Wood Hammer", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "nDam": "65-125", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "20-50", "atkSpd": "FAST", "lvl": 84, "strReq": 15, "mdPct": 10, "xpb": 10, "str": 5, "fDefPct": -5, "fixID": true, "id": 2902}, {"name": "Firestarter", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "nDam": "130-216", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 86, "defReq": 40, "expd": 5, "hprRaw": 70, "fDamPct": 20, "wDamPct": -10, "fixID": true, "id": 2895}, {"name": "Windwhistle", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "never", "nDam": "14-42", "fDam": "0-0", "wDam": "60-73", "aDam": "51-82", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 87, "intReq": 35, "agiReq": 35, "mr": 5, "sdPct": 10, "agi": 8, "def": -8, "spd": 20, "wDamPct": 15, "fDefPct": -20, "fixID": true, "id": 2899}, {"name": "Surefooter", "tier": "Unique", "type": "boots", "thorns": 7, "category": "armor", "slots": 3, "drop": "never", "hp": 1900, "aDef": -100, "eDef": 100, "lvl": 86, "strReq": 55, "ms": 10, "str": 8, "spd": -8, "mdRaw": 250, "eDamPct": 15, "fixID": true, "id": 2901}, {"name": "Wooly Long Johns", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "never", "hp": 2525, "wDef": 190, "aDef": 190, "lvl": 87, "sdPct": -5, "mdPct": -5, "xpb": 14, "hprRaw": 190, "wDefPct": 14, "aDefPct": 14, "fixID": true, "id": 2904}, {"name": "Battalion", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 640, "lvl": 50, "def": 5, "spd": 8, "fDamPct": 5, "wDamPct": -10, "aDamPct": -10, "fixID": true, "id": 2903}, {"name": "Battle Staff", "tier": "Unique", "type": "wand", "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, "sdPct": 4, "mdPct": 6, "expd": 5, "eDamPct": 5, "fixID": true, "id": 2907}, {"name": "Defender", "tier": "Unique", "type": "dagger", "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, "defReq": 30, "sdPct": -6, "def": 3, "hpBonus": 400, "fixID": true, "id": 2906}, {"name": "Dual", "tier": "Unique", "type": "spear", "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, "dexReq": 15, "agi": 5, "spd": 5, "aDamPct": 10, "tDamPct": 5, "fixID": true, "id": 2908}, {"name": "Dinosaur", "tier": "Unique", "type": "leggings", "thorns": 5, "category": "armor", "slots": 1, "drop": "never", "hp": 650, "aDef": -50, "eDef": 40, "lvl": 51, "mdPct": 6, "str": 3, "int": -5, "fixID": true, "id": 2909}, {"name": "Hurricane", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 750, "fDef": -100, "aDef": 100, "eDef": -40, "lvl": 55, "strReq": 10, "agiReq": 25, "str": 2, "agi": 4, "spd": 10, "aDamPct": 10, "eDamPct": 6, "fixID": true, "id": 2913}, {"name": "Medecin", "tier": "Unique", "type": "bow", "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, "intReq": 25, "mr": 5, "sdPct": 10, "mdPct": -10, "ref": 5, "int": 2, "fixID": true, "id": 2910}, {"name": "Moonlight", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "40-50", "fDam": "0-0", "wDam": "25-35", "aDam": "25-35", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 51, "intReq": 16, "agiReq": 16, "mdPct": -15, "hprRaw": 25, "fDefPct": 15, "wDefPct": 25, "aDefPct": 25, "tDefPct": 15, "eDefPct": 15, "fixID": true, "id": 2912}, {"name": "Wardrummer", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "155-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 52, "strReq": 16, "defReq": 16, "sdPct": -10, "mdPct": -10, "fDamPct": 20, "eDamPct": 20, "fixID": true, "id": 2914}, {"name": "Strikedown", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "112-120", "fDam": "0-0", "wDam": "70-80", "aDam": "0-0", "tDam": "60-90", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 60, "dexReq": 20, "intReq": 20, "mdPct": 10, "dex": 5, "spd": -10, "hprRaw": -40, "sdRaw": 95, "fixID": true, "spPct3": -10, "id": 2915}, {"name": "The Judge", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 750, "lvl": 52, "hprPct": 15, "sdPct": 15, "mdPct": 20, "ls": -80, "ms": -10, "xpb": 15, "lb": 15, "fixID": true, "id": 2911}, {"name": "Warlord", "tier": "Rare", "type": "spear", "category": "weapon", "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, "strReq": 25, "str": 2, "dex": -3, "agi": -3, "def": 2, "spd": -4, "hpBonus": 450, "hprRaw": 40, "fixID": true, "id": 2916}, {"name": "Voidstone Arpes", "tier": "Rare", "type": "spear", "quest": "One Thousand Meters Under", "thorns": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-219", "fDam": "0-0", "wDam": "0-0", "aDam": "219-219", "tDam": "0-0", "eDam": "219-219", "atkSpd": "VERY_SLOW", "lvl": 95, "strReq": 40, "agiReq": 40, "hprPct": -20, "sdPct": 20, "ls": 305, "ms": 10, "str": 8, "agi": 8, "spd": 12, "hpBonus": -1250, "fixID": true, "id": 2920}, {"name": "Voidstone Esbald", "tier": "Rare", "type": "dagger", "quest": "One Thousand Meters Under", "thorns": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "137-138", "fDam": "0-0", "wDam": "0-0", "aDam": "115-345", "tDam": "0-0", "eDam": "115-345", "atkSpd": "VERY_SLOW", "lvl": 95, "strReq": 40, "agiReq": 40, "hprPct": -20, "sdPct": 20, "ls": 305, "ms": 10, "str": 8, "agi": 8, "spd": 12, "hpBonus": -1250, "fixID": true, "id": 2919}, {"name": "Voidstone Elrik", "tier": "Rare", "type": "relik", "quest": "One Thousand Meters Under", "thorns": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "160-165", "fDam": "0-0", "wDam": "0-0", "aDam": "310-340", "tDam": "0-0", "eDam": "320-330", "atkSpd": "VERY_SLOW", "lvl": 95, "strReq": 40, "agiReq": 40, "hprPct": -20, "sdPct": 20, "ls": 305, "ms": 10, "str": 8, "agi": 8, "spd": 12, "hpBonus": -1250, "fixID": true, "id": 2917}, {"name": "Voidstone Lensing", "tier": "Rare", "type": "bow", "quest": "One Thousand Meters Under", "thorns": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "130-200", "fDam": "0-0", "wDam": "0-0", "aDam": "300-360", "tDam": "0-0", "eDam": "300-360", "atkSpd": "VERY_SLOW", "lvl": 95, "strReq": 40, "agiReq": 40, "hprPct": -20, "sdPct": 20, "ls": 305, "ms": 10, "str": 8, "agi": 8, "spd": 12, "hpBonus": -1250, "fixID": true, "id": 2918}, {"name": "Voidstone Recteps", "tier": "Rare", "type": "wand", "quest": "One Thousand Meters Under", "thorns": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "75-85", "fDam": "0-0", "wDam": "0-0", "aDam": "100-225", "tDam": "0-0", "eDam": "150-175", "atkSpd": "VERY_SLOW", "lvl": 95, "strReq": 40, "agiReq": 40, "hprPct": -20, "sdPct": 20, "ls": 305, "ms": 10, "str": 8, "agi": 8, "spd": 12, "hpBonus": -1250, "fixID": true, "id": 2922}, {"name": "Zhight Beaded Broach", "tier": "Unique", "quest": "Zhight Island", "category": "accessory", "drop": "never", "lvl": 55, "dexReq": 30, "lb": 8, "hprRaw": 10, "sdRaw": 10, "mdRaw": 13, "type": "necklace", "fixID": true, "id": 2921}, {"name": "Zhight Coral Band", "tier": "Rare", "quest": "Zhight Island", "category": "accessory", "drop": "never", "hp": 200, "wDef": 35, "lvl": 55, "intReq": 15, "defReq": 30, "sdPct": -6, "hprRaw": 15, "tDamPct": -8, "wDefPct": 10, "type": "bracelet", "fixID": true, "id": 2923}, {"name": "Zhight Powwow Bangle", "tier": "Unique", "quest": "Zhight Island", "category": "accessory", "drop": "never", "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 55, "strReq": 6, "dexReq": 6, "intReq": 6, "agiReq": 6, "defReq": 6, "xpb": 9, "lb": 9, "spRegen": 12, "eSteal": 5, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "type": "bracelet", "fixID": true, "id": 2925}, {"name": "Zhight Shiny Ring", "tier": "Rare", "quest": "Zhight Island", "category": "accessory", "drop": "never", "hp": -65, "lvl": 55, "dexReq": 30, "xpb": 6, "tDamPct": 9, "type": "ring", "fixID": true, "id": 2924}, {"name": "Zhight Souvenir Coin", "tier": "Unique", "quest": "Zhight Island", "category": "accessory", "drop": "never", "hp": 100, "lvl": 55, "xpb": 5, "lb": 10, "eSteal": 1, "type": "ring", "fixID": true, "id": 2926}, {"name": "Saffron Arch", "tier": "Unique", "type": "bow", "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, "dexReq": 8, "defReq": 8, "hprPct": 7, "sdPct": 6, "mdPct": -14, "ls": 33, "hpBonus": 160, "wDamPct": -7, "id": 2928}, {"name": "Sagittarius", "tier": "Legendary", "type": "leggings", "thorns": 18, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "aDef": 140, "eDef": -200, "lvl": 94, "agiReq": 80, "hprPct": -25, "ref": 18, "agi": 13, "spd": 18, "sdRaw": 175, "mdRaw": 230, "aDamPct": 25, "id": 2929}, {"name": "Zhight Weird Magic Necklace", "tier": "Rare", "quest": "Zhight Island", "category": "accessory", "drop": "never", "wDef": 5, "eDef": 5, "lvl": 55, "strReq": 25, "intReq": 20, "sdPct": 7, "str": 2, "spRegen": 7, "wDamPct": 7, "type": "necklace", "fixID": true, "id": 2930}, {"name": "Salamander", "tier": "Unique", "type": "wand", "poison": 130, "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, "agiReq": 5, "ls": 20, "spd": 10, "aDamPct": 6, "tDamPct": 6, "eDefPct": -8, "id": 2934}, {"name": "Salience", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 300, "fDef": 20, "wDef": 15, "lvl": 38, "intReq": 10, "defReq": 10, "hprPct": 12, "sdPct": -6, "mdPct": -10, "hprRaw": 10, "fDefPct": 9, "wDefPct": 9, "id": 2931}, {"name": "Sage", "tier": "Legendary", "type": "wand", "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, "mr": 10, "xpb": 32, "lb": 10, "aDamPct": 15, "id": 2927}, {"name": "Salmon", "tier": "Unique", "type": "bow", "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, "intReq": 5, "mr": 5, "sdPct": 7, "spd": 4, "wDamPct": 4, "aDamPct": 5, "id": 2933}, {"name": "Saint's Scar", "tier": "Unique", "type": "dagger", "poison": 85, "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, "strReq": 10, "sdPct": -5, "mdPct": 5, "fDefPct": -10, "id": 2932}, {"name": "Speedyboy", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 105, "lvl": 20, "mdPct": 15, "str": 7, "spd": 200, "eDamPct": 10, "id": 3548}, {"name": "Saltest Spear", "tier": "Normal", "type": "spear", "category": "weapon", "drop": "never", "nDam": "100-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 1, "id": 3549}, {"name": "Salvation", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "24-24", "fDam": "27-27", "wDam": "27-27", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "intReq": 35, "defReq": 35, "hprPct": 20, "ref": 15, "def": 5, "hpBonus": 1250, "tDamPct": -50, "fDefPct": 12, "wDefPct": 12, "id": 2937}, {"name": "SandStorm Walker", "displayName": "Sandstorm Walker", "tier": "Unique", "type": "boots", "thorns": 3, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 435, "aDef": -30, "tDef": 20, "lvl": 44, "strReq": 5, "xpb": 10, "lb": 10, "str": 4, "dex": 4, "eDamPct": 7, "id": 2938}, {"name": "Sandscar", "tier": "Unique", "type": "spear", "poison": 365, "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, "str": 5, "agi": 5, "wDamPct": -10, "eDamPct": 7, "wDefPct": -5, "aDefPct": 7, "id": 2943}, {"name": "Sandust", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 37, "dexReq": 15, "dex": 4, "spd": 5, "tDamPct": 6, "type": "ring", "id": 2941}, {"name": "Sandstorm", "tier": "Rare", "type": "spear", "poison": 50, "thorns": 7, "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, "agiReq": 20, "agi": 5, "spd": 15, "atkTier": 1, "eDefPct": -35, "id": 2939}, {"name": "Sano's Wisdom", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 565, "wDef": 35, "aDef": 15, "lvl": 51, "intReq": 15, "agiReq": 10, "mr": 10, "spRegen": 10, "hprRaw": 25, "fDamPct": -15, "tDamPct": -20, "eDamPct": -15, "wDefPct": 25, "aDefPct": 15, "id": 2942}, {"name": "Sandstone Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 270, "wDef": -15, "aDef": 8, "eDef": 8, "lvl": 37, "xpb": 8, "aDamPct": 8, "eDamPct": 8, "id": 2940}, {"name": "Sans", "tier": "Unique", "type": "dagger", "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": 85, "hprPct": 20, "sdPct": 20, "mdPct": 20, "id": 2944}, {"name": "Sapling", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "96-170", "aDam": "0-0", "tDam": "0-0", "eDam": "126-140", "atkSpd": "SLOW", "lvl": 75, "strReq": 35, "intReq": 35, "hprPct": 15, "mr": 10, "sdPct": -10, "mdPct": -10, "spd": -20, "hprRaw": 85, "wDefPct": 12, "eDefPct": 12, "id": 2946}, {"name": "Sano's Care", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "fDef": 200, "wDef": 200, "aDef": 75, "tDef": 75, "eDef": 75, "lvl": 90, "intReq": 45, "defReq": 55, "hprPct": 40, "mr": 10, "mdPct": -20, "xpb": 15, "int": 5, "def": 10, "hprRaw": 215, "fDefPct": 15, "wDefPct": 15, "id": 2948}, {"name": "Sapphire", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3050, "wDef": -80, "eDef": -80, "lvl": 97, "strReq": 40, "intReq": 40, "ms": 10, "ref": 18, "str": 5, "int": 5, "eSteal": 10, "sdRaw": 140, "mdRaw": 180, "fDefPct": -35, "id": 2949}, {"name": "Sargasso", "tier": "Rare", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 10, "wDef": 3, "lvl": 2, "sdPct": 6, "xpb": 4, "id": 2947}, {"name": "Saundersi Signet", "tier": "Legendary", "poison": 758, "category": "accessory", "drop": "lootchest", "hp": -125, "aDef": -30, "lvl": 87, "strReq": 40, "dexReq": 55, "mdPct": -7, "str": 3, "expd": 15, "type": "ring", "id": 2967}, {"name": "Sawdust", "tier": "Legendary", "type": "chestplate", "thorns": 30, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 700, "fDef": -40, "aDef": 45, "eDef": 30, "lvl": 49, "agi": 10, "spd": 9, "mdRaw": 80, "aDamPct": 13, "eDefPct": 18, "id": 2951}, {"name": "Sapphire Shard", "tier": "Unique", "type": "dagger", "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, "intReq": 20, "sdPct": 21, "ms": 5, "xpb": 14, "ref": 11, "int": 8, "fDamPct": -15, "tDefPct": -8, "id": 2945}, {"name": "Sarnfic's Lost Treasure", "tier": "Rare", "category": "accessory", "drop": "lootchest", "tDef": -15, "lvl": 63, "intReq": 25, "lb": 9, "eSteal": 3, "wDamPct": 7, "type": "ring", "id": 2954}, {"name": "Scalding Scimitar", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "110-230", "fDam": "60-200", "wDam": "60-200", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 72, "intReq": 30, "defReq": 30, "hprPct": -30, "sdPct": 7, "hprRaw": -100, "fDamPct": 25, "wDamPct": 25, "tDefPct": -30, "eDefPct": -30, "id": 2952}, {"name": "Sayleros' Brother's Misfortune", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 22, "str": 4, "dex": -2, "agi": -2, "def": 4, "type": "bracelet", "id": 2953}, {"name": "Scalpel", "tier": "Rare", "type": "dagger", "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, "dexReq": 15, "ls": 32, "hprRaw": 16, "id": 2958}, {"name": "Scarab", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 6, "lvl": 2, "def": 4, "id": 2955}, {"name": "Scale of Sieryu", "displayName": "Scale of Seiryu", "tier": "Rare", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 1500, "aDef": 50, "lvl": 78, "agiReq": 100, "mr": 20, "sdPct": -150, "mdPct": -50, "spd": 40, "atkTier": 1, "id": 2957}, {"name": "Scorcher", "tier": "Unique", "type": "bow", "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, "defReq": 30, "def": 7, "expd": 10, "fDamPct": 10, "fDefPct": 20, "id": 2959}, {"name": "Schist", "tier": "Rare", "poison": 120, "category": "accessory", "drop": "lootchest", "hp": -125, "eDef": -60, "lvl": 84, "strReq": 65, "str": 13, "eDamPct": -7, "type": "necklace", "id": 3583}, {"name": "Scorpio", "tier": "Legendary", "type": "boots", "poison": 1800, "thorns": 24, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "fDef": 80, "wDef": -200, "eDef": 160, "lvl": 90, "strReq": 65, "dexReq": 15, "defReq": 15, "str": 25, "expd": 40, "hprRaw": 125, "eDamPct": -140, "id": 2961}, {"name": "Saltine", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-45", "fDam": "0-0", "wDam": "0-0", "aDam": "60-70", "tDam": "40-90", "eDam": "0-0", "atkSpd": "FAST", "lvl": 78, "dexReq": 40, "agiReq": 40, "dex": 5, "agi": 5, "spd": 8, "hpBonus": -400, "aDamPct": 16, "tDamPct": 16, "eDefPct": -16, "id": 2936}, {"name": "Sanare", "tier": "Rare", "type": "wand", "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, "intReq": 35, "hprPct": 25, "sdPct": 15, "mdPct": -30, "int": 10, "wDamPct": 27, "id": 2935}, {"name": "Screech", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1675, "lvl": 80, "sdPct": 15, "mdPct": 15, "ls": 150, "spRegen": -3, "fDamPct": 11, "aDamPct": 11, "tDamPct": 11, "wDefPct": -12, "eDefPct": -12, "id": 2963}, {"name": "Scorpion", "tier": "Legendary", "type": "dagger", "poison": 450, "thorns": 25, "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, "ms": 10, "lb": 15, "fDefPct": -5, "wDefPct": -5, "aDefPct": -10, "tDefPct": -5, "id": 2960}, {"name": "Saving Grace", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "70-80", "wDam": "45-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 51, "intReq": 20, "defReq": 20, "mr": 5, "sdPct": 10, "mdPct": -25, "wDamPct": 20, "fDefPct": 10, "id": 2950}, {"name": "Scroll of Nythiar", "tier": "Rare", "type": "wand", "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, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 23, "mr": 10, "sdPct": 35, "mdPct": -70, "xpb": 15, "hprRaw": 42, "id": 2965}, {"name": "Scylla Shell", "tier": "Unique", "type": "helmet", "thorns": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "wDef": 15, "aDef": -40, "eDef": 15, "lvl": 45, "strReq": 20, "intReq": 20, "mr": 5, "mdPct": 8, "spd": -12, "wDamPct": 5, "eDamPct": 5, "id": 2962}, {"name": "Sculptor", "tier": "Unique", "type": "spear", "thorns": 10, "category": "weapon", "slots": 5, "drop": "NORMAL", "nDam": "170-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "strReq": 35, "intReq": 35, "mdPct": 20, "ref": 10, "mdRaw": 150, "wDamPct": 15, "eDamPct": 15, "id": 2964}, {"name": "Seagazer", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2175, "wDef": 100, "lvl": 84, "intReq": 60, "mr": 10, "xpb": 15, "int": 8, "fDamPct": 22, "wDamPct": 22, "aDamPct": 22, "tDamPct": 22, "eDamPct": 22, "wDefPct": 10, "id": 2966}, {"name": "Sealing Coin", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 330, "lvl": 76, "lb": 5, "spRegen": 5, "type": "necklace", "id": 2971}, {"name": "Scythe", "tier": "Legendary", "type": "spear", "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, "strReq": 40, "dexReq": 30, "hprPct": -23, "mdPct": 25, "ms": 10, "str": 13, "dex": 9, "int": -10, "spRegen": -15, "tDamPct": 10, "eDamPct": 15, "wDefPct": -25, "id": 2969}, {"name": "Searing Knife", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-110", "fDam": "45-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "defReq": 30, "hprPct": 18, "sdPct": 9, "expd": 6, "wDamPct": -5, "id": 2968}, {"name": "Seipodon", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "wDef": 140, "tDef": -90, "lvl": 98, "intReq": 75, "mr": 10, "sdPct": 10, "ref": 15, "int": 14, "fDamPct": -25, "wDamPct": 10, "fDefPct": 10, "wDefPct": 10, "id": 2970}, {"name": "Scarlet Veil", "tier": "Fabled", "type": "helmet", "majorIds": ["EXPLOSIVE_IMPACT"], "category": "armor", "drop": "NORMAL", "hp": 1000, "fDef": -30, "wDef": -30, "aDef": -30, "tDef": -30, "eDef": -30, "lvl": 52, "mdPct": 25, "spd": 8, "atkTier": 1, "mdRaw": 65, "fDefPct": -100, "wDefPct": -100, "aDefPct": -100, "tDefPct": -100, "eDefPct": -100, "id": 3587}, {"name": "Seeker", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 1, "lb": 6, "eSteal": 1, "type": "ring", "id": 2975}, {"name": "Seismosoul", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2300, "wDef": 65, "aDef": -130, "eDef": 65, "lvl": 92, "strReq": 45, "intReq": 45, "ms": 5, "xpb": 11, "str": 7, "int": 7, "atkTier": 1, "spRegen": 25, "wDamPct": 19, "eDamPct": 19, "fDefPct": -40, "tDefPct": -40, "id": 2976}, {"name": "Seismic Chaps", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 270, "lvl": 32, "strReq": 15, "mdPct": 10, "str": 7, "spd": -5, "mdRaw": 59, "aDamPct": -10, "eDamPct": 15, "aDefPct": -15, "id": 2974}, {"name": "Sempiternel", "displayName": "Sempiternal", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2700, "fDef": 170, "aDef": 130, "lvl": 88, "agiReq": 55, "defReq": 55, "hprPct": 25, "mr": 10, "atkTier": -1, "hpBonus": 900, "hprRaw": 185, "wDefPct": 16, "tDefPct": 18, "eDefPct": 24, "id": 2978}, {"name": "Spinal Tap", "displayName": "September", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2350, "fDef": 70, "wDef": -105, "aDef": 70, "tDef": -105, "eDef": 70, "lvl": 88, "agiReq": 35, "defReq": 35, "hprPct": -21, "ls": 215, "str": 10, "spd": 21, "mdRaw": 170, "fDamPct": 21, "aDamPct": 21, "eDamPct": 21, "id": 3106}, {"name": "Semreh", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 975, "fDef": -60, "aDef": 70, "lvl": 64, "agiReq": 30, "lb": 10, "ref": 6, "agi": 9, "spd": 11, "aDamPct": 11, "id": 2977}, {"name": "Sequoia", "tier": "Unique", "type": "wand", "poison": 3130, "thorns": 20, "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, "strReq": 50, "sdPct": -20, "str": 20, "spd": -30, "hpBonus": 1300, "wDamPct": 20, "wDefPct": 15, "eDefPct": 20, "id": 2980}, {"name": "Sequencer", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2345, "lvl": 83, "hprPct": 25, "sdPct": 15, "mdPct": 10, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "hprRaw": 100, "sdRaw": 125, "mdRaw": 165, "id": 2979}, {"name": "Seraph", "tier": "Unique", "type": "dagger", "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, "intReq": 5, "agiReq": 20, "mr": 5, "mdPct": -10, "spRegen": 4, "wDefPct": 10, "aDefPct": 15, "tDefPct": -12, "id": 2983}, {"name": "Sessanta", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 60, "lvl": 60, "defReq": 10, "hpBonus": 90, "type": "ring", "id": 2984}, {"name": "Shade of Night", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "41-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 78, "agiReq": 50, "sdPct": 15, "mdPct": -15, "spd": 15, "wDamPct": 13, "tDamPct": 13, "fDefPct": -26, "aDefPct": 20, "eDefPct": -26, "id": 2986}, {"name": "Sextant", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "aDef": -70, "eDef": 60, "lvl": 62, "strReq": 40, "mdPct": 9, "str": 7, "aDamPct": -15, "eDamPct": 9, "eDefPct": 9, "id": 2982}, {"name": "Seven-League Boots", "tier": "Legendary", "type": "boots", "majorIds": ["LIGHTWEIGHT"], "category": "armor", "drop": "NORMAL", "hp": 450, "aDef": 30, "eDef": -60, "lvl": 44, "agiReq": 50, "xpb": 15, "agi": 18, "spd": 27, "id": 2981}, {"name": "Shadow Blade", "tier": "Unique", "type": "dagger", "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, "mdPct": -8, "ls": 5, "agi": 5, "sdRaw": 8, "id": 2985}, {"name": "Shadow Flame", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "53-55", "fDam": "50-58", "wDam": "0-0", "aDam": "0-0", "tDam": "47-61", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 82, "dexReq": 30, "defReq": 30, "ms": 5, "agi": -10, "hpBonus": -800, "sdRaw": 125, "fDamPct": 17, "wDamPct": -25, "tDamPct": 17, "eDefPct": -20, "id": 2991}, {"name": "Secret", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 1, "xpb": 5, "spRegen": 5, "type": "bracelet", "id": 2972}, {"name": "Shaggy Boots", "tier": "Rare", "type": "boots", "thorns": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "tDef": 150, "eDef": -150, "lvl": 97, "dexReq": 60, "ls": 300, "ref": 10, "dex": 10, "atkTier": -10, "hpBonus": -800, "mdRaw": 1300, "tDamPct": 23, "id": 2987}, {"name": "Shajaea", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "65-115", "fDam": "100-175", "wDam": "100-175", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 97, "intReq": 45, "defReq": 45, "hprPct": 27, "mr": 10, "sdPct": -16, "mdPct": -16, "int": 5, "def": 5, "hpBonus": 2000, "fDefPct": 15, "wDefPct": 15, "id": 2989}, {"name": "Sharp", "tier": "Unique", "thorns": 3, "category": "accessory", "drop": "lootchest", "lvl": 58, "mdPct": -6, "dex": 4, "mdRaw": 26, "type": "ring", "id": 2993}, {"name": "Shark Tooth", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 3, "mdPct": 5, "mdRaw": 1, "type": "necklace", "id": 2988}, {"name": "Sharp Heels", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 130, "eDef": -5, "lvl": 29, "dexReq": 15, "mdPct": 7, "dex": 5, "mdRaw": 29, "id": 2990}, {"name": "Sharp Terror", "tier": "Unique", "type": "spear", "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, "intReq": 20, "sdPct": 10, "ms": 10, "int": 7, "tDamPct": -10, "tDefPct": -10, "id": 2994}, {"name": "Sharpened Harpoon", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "105-205", "fDam": "0-0", "wDam": "150-200", "aDam": "0-0", "tDam": "50-300", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "dexReq": 35, "intReq": 35, "sdPct": 20, "mdPct": 15, "lb": 11, "dex": 9, "int": 9, "spd": -19, "hpBonus": -1050, "fDefPct": -15, "aDefPct": -15, "eDefPct": -15, "id": 2992}, {"name": "Sharpened Stylus", "tier": "Unique", "type": "wand", "category": "weapon", "drop": "NORMAL", "nDam": "15-19", "fDam": "0-0", "wDam": "15-19", "aDam": "0-0", "tDam": "15-19", "eDam": "0-0", "atkSpd": "FAST", "lvl": 51, "dexReq": 17, "intReq": 17, "sdPct": 14, "mdPct": 14, "hpBonus": -170, "wDamPct": 14, "tDamPct": 14, "id": 2998}, {"name": "Sharpshooter", "tier": "Unique", "type": "bow", "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, "mdPct": 4, "xpb": 4, "dex": 5, "id": 2995}, {"name": "Shawl of Gaea", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3700, "fDef": 125, "aDef": -150, "eDef": 125, "lvl": 95, "strReq": 75, "defReq": 60, "str": 9, "def": 13, "expd": 30, "spd": -10, "mdRaw": 300, "fDamPct": 27, "eDamPct": 20, "wDefPct": -30, "id": 2996}, {"name": "Shatterglass", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "fDef": -20, "wDef": -20, "aDef": -20, "tDef": -20, "eDef": -20, "lvl": 91, "strReq": 50, "mdPct": 11, "str": 7, "def": -5, "expd": 11, "hpBonus": -500, "aDamPct": 5, "eDamPct": 5, "type": "necklace", "id": 2999}, {"name": "Shell of Genbu", "tier": "Rare", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 2500, "fDef": 75, "wDef": 75, "tDef": -90, "eDef": -60, "lvl": 82, "intReq": 45, "defReq": 40, "sdPct": 23, "ls": -160, "def": 8, "spd": -10, "fDamPct": 10, "wDamPct": 10, "id": 2997}, {"name": "Shimmersight", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2700, "lvl": 93, "mr": 5, "xpb": -10, "lb": -30, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "fDefPct": 10, "wDefPct": 12, "aDefPct": 10, "tDefPct": 12, "eDefPct": 10, "id": 3002}, {"name": "Shellcarve", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-48", "fDam": "0-0", "wDam": "100-120", "aDam": "0-0", "tDam": "0-0", "eDam": "100-120", "atkSpd": "FAST", "lvl": 93, "strReq": 42, "intReq": 42, "mr": 5, "ms": 5, "dex": -9, "agi": -9, "def": -9, "hprRaw": -280, "wDamPct": 28, "eDamPct": 28, "spRaw1": -5, "spRaw4": -5, "id": 3003}, {"name": "Shin Guards", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 9, "lvl": 3, "spd": 3, "id": 3001}, {"name": "Shield Buster", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "20-120", "fDam": "0-0", "wDam": "75-125", "aDam": "0-0", "tDam": "0-0", "eDam": "85-115", "atkSpd": "SLOW", "lvl": 95, "strReq": 35, "intReq": 35, "ms": 5, "xpb": 8, "expd": 20, "sdRaw": 110, "mdRaw": 160, "aDamPct": -20, "tDamPct": -20, "id": 3000}, {"name": "Sheathed Glaive", "tier": "Unique", "type": "spear", "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, "intReq": 25, "defReq": 25, "sdPct": 10, "mdPct": -30, "int": 4, "def": 4, "fDamPct": 10, "wDamPct": 10, "fDefPct": 15, "wDefPct": 15, "id": 3009}, {"name": "Shine Suffocator", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "36-42", "fDam": "0-0", "wDam": "26-32", "aDam": "0-0", "tDam": "26-32", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 52, "dexReq": 25, "intReq": 35, "sdPct": 20, "ms": 15, "dex": 10, "hprRaw": -40, "spPct1": 210, "spPct3": -56, "spRaw4": 10, "id": 3051}, {"name": "Shiny Coin", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 120, "lvl": 56, "xpb": 4, "lb": 8, "type": "necklace", "id": 3011}, {"name": "Shinespark", "tier": "Legendary", "type": "helmet", "thorns": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 575, "wDef": -20, "eDef": -30, "lvl": 47, "dexReq": 30, "defReq": 20, "mr": 5, "ref": 10, "expd": 20, "sdRaw": 60, "fDamPct": 16, "tDamPct": 15, "eDamPct": -50, "id": 3004}, {"name": "Shining Cloak", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 12, "lvl": 4, "sdPct": 4, "xpb": 4, "id": 3006}, {"name": "Shining Stave", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-54", "fDam": "0-0", "wDam": "0-0", "aDam": "16-48", "tDam": "16-48", "eDam": "0-0", "atkSpd": "FAST", "lvl": 83, "dexReq": 30, "mr": 5, "sdPct": 16, "mdPct": -12, "ref": 14, "int": 4, "id": 3005}, {"name": "Shock", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 6, "dex": 3, "type": "ring", "id": 3007}, {"name": "Shockmosis", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-108", "fDam": "0-0", "wDam": "40-45", "aDam": "0-0", "tDam": "40-45", "eDam": "0-0", "atkSpd": "FAST", "lvl": 81, "dexReq": 25, "intReq": 25, "sdPct": 5, "mdPct": 5, "ms": 5, "sdRaw": 90, "mdRaw": 115, "id": 3008}, {"name": "Shockwave", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1925, "fDef": -130, "aDef": 90, "tDef": 90, "lvl": 84, "dexReq": 50, "agiReq": 50, "hprPct": -12, "sdPct": 13, "ms": 10, "dex": 5, "agi": 5, "aDamPct": 8, "tDamPct": 8, "id": 3015}, {"name": "Shokku", "tier": "Unique", "type": "spear", "thorns": 5, "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, "dexReq": 40, "xpb": 10, "dex": 7, "spd": 10, "tDefPct": 5, "id": 3013}, {"name": "Short Circuit", "tier": "Rare", "type": "chestplate", "thorns": 18, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "tDef": -60, "lvl": 71, "dexReq": 50, "intReq": 15, "sdPct": 14, "ls": -120, "ms": 5, "wDamPct": 7, "tDamPct": 17, "wDefPct": -7, "id": 3010}, {"name": "Sightlines", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "fDef": -60, "aDef": 50, "lvl": 54, "strReq": 15, "agiReq": 35, "xpb": 7, "str": 7, "agi": 3, "spd": 10, "mdRaw": 85, "eDamPct": 7, "fDefPct": -10, "id": 3018}, {"name": "Sight of the Druid", "tier": "Unique", "type": "bow", "poison": 805, "thorns": 8, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "155-200", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "90-120", "atkSpd": "SLOW", "lvl": 78, "strReq": 35, "intReq": 15, "mr": 5, "tDamPct": -15, "fDefPct": -15, "wDefPct": 10, "eDefPct": 10, "id": 3016}, {"name": "Sigil of Existence", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-42", "fDam": "0-0", "wDam": "40-50", "aDam": "30-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 90, "intReq": 40, "agiReq": 40, "int": 16, "agi": 10, "hpBonus": 2050, "spRegen": 77, "fDefPct": 12, "wDefPct": 31, "aDefPct": 31, "tDefPct": -15, "eDefPct": 15, "id": 3017}, {"name": "Sigil of Resistance", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "83-89", "fDam": "84-90", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "84-90", "atkSpd": "NORMAL", "lvl": 97, "strReq": 40, "defReq": 40, "hprPct": 95, "str": 8, "def": 12, "hpBonus": 3000, "fDefPct": 31, "wDefPct": -15, "aDefPct": 12, "tDefPct": 15, "eDefPct": 31, "id": 3019}, {"name": "Sickle", "tier": "Unique", "type": "dagger", "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, "agiReq": 15, "xpb": 5, "lb": 5, "agi": 7, "spd": 15, "eDefPct": -10, "id": 3014}, {"name": "Shrok", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 385, "tDef": 30, "eDef": -25, "lvl": 46, "dexReq": 20, "mdPct": 4, "dex": 8, "mdRaw": 53, "tDamPct": 15, "tDefPct": 12, "id": 3012}, {"name": "Signal Flare", "tier": "Legendary", "type": "boots", "majorIds": ["TAUNT"], "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3200, "fDef": 100, "wDef": -50, "aDef": 100, "eDef": -100, "lvl": 85, "agiReq": 45, "defReq": 45, "ls": 235, "str": 10, "spd": 15, "mdRaw": 190, "fDamPct": 15, "aDamPct": 15, "wDefPct": -35, "id": 3020}, {"name": "Silhouette", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-27", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 22, "agiReq": 8, "ref": 10, "agi": 8, "spRegen": 5, "aDefPct": 12, "id": 3023}, {"name": "Silver", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "45-80", "fDam": "0-0", "wDam": "0-0", "aDam": "79-114", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "intReq": 50, "agiReq": 35, "mr": 5, "sdPct": 10, "int": 9, "spd": 14, "fDamPct": -20, "wDamPct": 20, "aDefPct": 23, "id": 3025}, {"name": "Silkweb Mail", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "fDef": -110, "aDef": 90, "eDef": 120, "lvl": 95, "strReq": 50, "agiReq": 20, "ls": 240, "ms": 10, "str": 9, "spd": -9, "atkTier": -1, "aDamPct": 30, "eDamPct": 20, "fDefPct": -15, "id": 3022}, {"name": "Silver Bell", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-50", "fDam": "0-0", "wDam": "75-100", "aDam": "60-115", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "intReq": 25, "agiReq": 25, "mr": 5, "mdPct": -15, "xpb": 15, "agi": 7, "spd": 10, "spRegen": 10, "wDefPct": 20, "aDefPct": 20, "id": 3026}, {"name": "Silver Sound", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "375-380", "wDam": "0-0", "aDam": "375-380", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 99, "agiReq": 40, "defReq": 40, "mr": -5, "int": -20, "agi": 10, "def": 10, "fDamPct": 29, "wDamPct": -42, "aDamPct": 29, "spRaw3": -10, "id": 3028}, {"name": "Silkworm", "tier": "Rare", "type": "boots", "poison": 260, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": -50, "aDef": 30, "lvl": 71, "agiReq": 38, "hprPct": 25, "agi": 9, "def": -10, "spd": 10, "aDamPct": 10, "id": 3024}, {"name": "Silicosis", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 900, "fDef": -100, "aDef": 45, "eDef": 55, "lvl": 63, "strReq": 40, "agiReq": 30, "str": 7, "agi": 5, "def": -3, "fDamPct": -30, "aDamPct": 13, "eDamPct": 15, "id": 3041}, {"name": "Simple Coin", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 10, "lvl": 18, "lb": 5, "type": "necklace", "id": 3030}, {"name": "Simplicity", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": 4, "wDef": 4, "aDef": 4, "tDef": 4, "eDef": 4, "lvl": 21, "spRegen": 1, "type": "ring", "id": 3029}, {"name": "Sinkhole", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "550-575", "atkSpd": "VERY_SLOW", "lvl": 61, "strReq": 30, "ls": 118, "agi": -5, "expd": 25, "hpBonus": -600, "mdRaw": 305, "aDefPct": -10, "id": 3033}, {"name": "Sinister", "tier": "Rare", "poison": 350, "category": "accessory", "drop": "lootchest", "wDef": -55, "tDef": 20, "lvl": 82, "dexReq": 25, "defReq": 15, "ls": 80, "ms": 5, "wDamPct": -8, "aDefPct": -13, "type": "bracelet", "id": 3031}, {"name": "Siwel's Guilt", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 74, "intReq": 40, "hprPct": 6, "xpb": 5, "lb": -5, "hpBonus": 370, "spRegen": -30, "hprRaw": 28, "type": "bracelet", "id": 3034}, {"name": "Sitis", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "75-105", "fDam": "0-0", "wDam": "75-180", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 99, "intReq": 65, "mr": -10, "sdPct": 20, "ls": 300, "ms": 10, "spd": -15, "hprRaw": -185, "wDamPct": 30, "id": 3032}, {"name": "Skaxis", "tier": "Unique", "type": "bow", "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, "strReq": 40, "dexReq": 50, "xpb": 10, "dex": 100, "agi": -77, "spd": -12, "hpBonus": -500, "id": 3035}, {"name": "Skeleton Bones", "tier": "Rare", "type": "chestplate", "poison": 82, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 210, "lvl": 31, "hprPct": -8, "ls": 18, "agi": 5, "id": 3038}, {"name": "Skeleton's Bone", "tier": "Unique", "type": "wand", "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, "hprPct": 8, "int": 4, "hpBonus": 5, "id": 3037}, {"name": "Silver Bow", "tier": "Unique", "type": "bow", "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, "xpb": 7, "lb": 13, "id": 3027}, {"name": "Skeleton Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 200, "fDef": -15, "aDef": 20, "lvl": 36, "agiReq": 10, "agi": 5, "spd": 6, "aDamPct": 7, "fDefPct": -5, "id": 3039}, {"name": "Skien's Madness", "tier": "Rare", "type": "spear", "category": "weapon", "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, "dexReq": 30, "mdPct": 13, "str": 7, "dex": 13, "spd": 7, "atkTier": 7, "spRegen": -10, "mdRaw": 105, "spRaw2": 10, "id": 3040}, {"name": "Skien's Paranoia", "tier": "Rare", "type": "dagger", "thorns": 40, "category": "weapon", "drop": "NORMAL", "nDam": "65-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 60, "ls": 140, "ms": -5, "ref": 25, "int": -5, "hpBonus": 475, "hprRaw": 60, "id": 3042}, {"name": "Skin Cap", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 16, "lvl": 7, "xpb": 5, "id": 3043}, {"name": "Skin Piercer", "tier": "Legendary", "type": "bow", "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, "dexReq": 5, "mdPct": 7, "dex": 9, "tDamPct": 10, "id": 3044}, {"name": "Sky Chef's Apron", "tier": "Rare", "type": "chestplate", "quest": "Recipe For Disaster", "category": "armor", "slots": 4, "drop": "never", "hp": 3200, "lvl": 96, "xpb": 15, "lb": 15, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "id": 3046}, {"name": "Sky Reflector", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": -60, "wDef": 15, "aDef": 70, "lvl": 65, "xpb": 5, "ref": 10, "wDamPct": 10, "aDefPct": 5, "id": 3048}, {"name": "Skyspiral", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "31-31", "fDam": "0-0", "wDam": "0-0", "aDam": "57-63", "tDam": "38-42", "eDam": "0-0", "atkSpd": "FAST", "lvl": 53, "dexReq": 20, "agiReq": 25, "dex": 5, "def": -5, "spd": 20, "hpBonus": -320, "sdRaw": 60, "mdRaw": 59, "id": 3047}, {"name": "Sky Glaze", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "25-25", "fDam": "0-0", "wDam": "20-30", "aDam": "15-35", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 30, "intReq": 10, "agiReq": 10, "sdPct": 12, "lb": 12, "dex": -10, "spd": 5, "tDamPct": -10, "id": 3045}, {"name": "Skyfall", "tier": "Legendary", "type": "spear", "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, "agiReq": 38, "xpb": 6, "spd": 18, "fDamPct": -12, "wDamPct": -12, "aDamPct": 24, "tDamPct": -12, "eDamPct": -12, "id": 3049}, {"name": "Slap", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 15, "agi": 3, "mdRaw": 5, "type": "bracelet", "id": 3050}, {"name": "Sizzling Shawl", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3050, "fDef": 60, "wDef": 80, "tDef": -180, "lvl": 98, "intReq": 45, "defReq": 55, "hprPct": -35, "sdPct": 23, "expd": 25, "hprRaw": -150, "sdRaw": 152, "fDamPct": 20, "wDamPct": 20, "tDefPct": -30, "id": 3036}, {"name": "Slash and Burn", "tier": "Unique", "type": "dagger", "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, "strReq": 20, "defReq": 20, "xpb": 8, "str": 7, "expd": 12, "eDamPct": 15, "fDefPct": -12, "id": 3055}, {"name": "Slate Bow", "tier": "Rare", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "10-18", "fDam": "10-18", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "10-18", "atkSpd": "NORMAL", "lvl": 19, "strReq": 10, "defReq": 10, "hprPct": 9, "def": 7, "expd": 6, "hpBonus": 30, "eDefPct": -10, "id": 3053}, {"name": "Sleeping Beast", "tier": "Unique", "type": "bow", "poison": 1730, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "145-200", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "50-200", "eDam": "95-155", "atkSpd": "SLOW", "lvl": 95, "strReq": 40, "dexReq": 40, "sdPct": 12, "mdPct": 12, "ms": 5, "dex": 9, "spd": -15, "fDefPct": -30, "id": 3054}, {"name": "Sledge", "tier": "Unique", "type": "spear", "category": "weapon", "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, "str": 7, "spd": -10, "mdRaw": 20, "id": 3056}, {"name": "Skywatcher", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1950, "fDef": -100, "wDef": 50, "aDef": 100, "lvl": 84, "intReq": 20, "agiReq": 35, "hprPct": -25, "mr": 5, "xpb": 12, "ref": 12, "int": 5, "agi": 7, "spd": 12, "spRegen": 12, "sdRaw": 150, "id": 3052}, {"name": "Slippery Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 30, "fDef": -4, "aDef": 4, "lvl": 11, "dex": -2, "agi": 3, "spd": 5, "id": 3060}, {"name": "Slicer", "tier": "Unique", "type": "dagger", "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, "mdPct": 3, "str": 1, "id": 3058}, {"name": "Slipstream", "tier": "Rare", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 1800, "aDef": 50, "lvl": 79, "agiReq": 60, "sdPct": -15, "mdPct": 10, "lb": 20, "agi": 7, "expd": -30, "spd": 15, "aDamPct": 8, "id": 3059}, {"name": "Sloth", "tier": "Rare", "type": "spear", "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, "hprPct": 12, "def": 5, "spd": -15, "hprRaw": 7, "id": 3062}, {"name": "Slime-blend Leggings", "displayName": "Slime-Blend Leggings", "tier": "Rare", "type": "leggings", "poison": 17, "category": "armor", "drop": "NORMAL", "hp": 70, "wDef": 7, "tDef": -10, "lvl": 15, "wDamPct": 7, "eDamPct": 7, "id": 3057}, {"name": "Smack Jacket", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2200, "wDef": -100, "lvl": 89, "strReq": 55, "dexReq": 55, "hprPct": -30, "sdPct": -30, "mdPct": 8, "ls": 170, "str": 10, "dex": 10, "expd": 20, "atkTier": 1, "id": 3061}, {"name": "Sliver", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 87, "dexReq": 25, "dex": 4, "def": -3, "mdRaw": 49, "type": "ring", "id": 3063}, {"name": "Slumber", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "130-210", "fDam": "0-0", "wDam": "115-200", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "intReq": 40, "mr": 10, "sdPct": -15, "mdPct": -15, "spRegen": 3, "hprRaw": 70, "wDefPct": 10, "id": 3064}, {"name": "Smoldering Apron", "tier": "Rare", "type": "chestplate", "quest": "Recipe For Disaster", "category": "armor", "slots": 2, "drop": "never", "hp": 2550, "fDef": 80, "wDef": -180, "lvl": 96, "sdPct": 30, "mdPct": 30, "expd": 25, "spd": 20, "hprRaw": -100, "fDamPct": 6, "wDamPct": -30, "id": 3067}, {"name": "Snakeroot Bow", "tier": "Legendary", "type": "bow", "poison": 435, "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, "dexReq": 20, "defReq": 20, "sdPct": 10, "dex": 8, "spd": -15, "hpBonus": -200, "fDamPct": 12, "tDamPct": 12, "id": 3065}, {"name": "Snapdragon", "tier": "Unique", "type": "dagger", "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, "dexReq": 25, "defReq": 35, "ls": 140, "expd": 15, "hprRaw": 60, "eDamPct": -10, "wDefPct": -15, "id": 3066}, {"name": "Sneaky Caster", "tier": "Unique", "type": "wand", "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, "agiReq": 15, "mdPct": -12, "lb": 5, "spd": 10, "eSteal": 5, "id": 3068}, {"name": "Snowslicer", "tier": "Unique", "type": "dagger", "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, "intReq": 15, "mr": 5, "ref": 8, "wDamPct": 8, "fDefPct": -8, "id": 3070}, {"name": "Snow Dust", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": -20, "aDef": 25, "tDef": 25, "eDef": -20, "lvl": 52, "dex": 4, "agi": 4, "spd": 10, "tDamPct": 5, "aDefPct": 5, "id": 3069}, {"name": "Soaked Tunic", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 45, "wDef": 4, "tDef": -6, "lvl": 13, "wDamPct": 10, "fDefPct": 7, "id": 3072}, {"name": "Soft Helmet", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 10, "aDef": 3, "tDef": -1, "lvl": 4, "agi": 1, "id": 3075}, {"name": "Soarfae", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2650, "fDef": -125, "aDef": 150, "lvl": 97, "agiReq": 65, "ref": 17, "agi": 20, "spd": 30, "atkTier": 1, "aDamPct": 30, "aDefPct": 10, "id": 3071}, {"name": "Sokoto", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 15, "lvl": 4, "agi": 3, "spd": 8, "aDamPct": 4, "id": 3073}, {"name": "Solitude", "tier": "Unique", "type": "bow", "quest": "The Lost", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "85-120", "fDam": "0-0", "wDam": "0-0", "aDam": "75-95", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 84, "agiReq": 40, "sdPct": 9, "mdPct": -8, "xpb": 8, "spd": 14, "wDamPct": 7, "id": 3077}, {"name": "Solar Pillar", "tier": "Legendary", "type": "wand", "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, "intReq": 35, "defReq": 35, "sdPct": 10, "xpb": 12, "def": 7, "hpBonus": 600, "wDamPct": 25, "eDamPct": -120, "tDefPct": -25, "id": 3076}, {"name": "Solar Flare", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "wDef": -70, "tDef": 70, "lvl": 65, "dexReq": 30, "defReq": 30, "mdPct": 5, "expd": 10, "fDamPct": 8, "tDamPct": 8, "wDefPct": -10, "id": 3074}, {"name": "Solstice", "tier": "Unique", "type": "bow", "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, "intReq": 15, "defReq": 25, "hprPct": 14, "def": 7, "hpBonus": 240, "aDamPct": -14, "tDamPct": -14, "eDamPct": -14, "id": 3080}, {"name": "Soldier", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 160, "lvl": 78, "str": 4, "def": 4, "type": "ring", "id": 3078}, {"name": "Someone Else's Knife", "tier": "Rare", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "32-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 19, "hprPct": -8, "xpb": 10, "spRegen": -5, "mdRaw": 23, "id": 3079}, {"name": "Soul Wreath", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1100, "wDef": 50, "eDef": 50, "lvl": 64, "strReq": 30, "intReq": 35, "mr": 5, "int": 4, "spd": -10, "spRegen": 10, "hprRaw": 60, "id": 3085}, {"name": "Souffle", "tier": "Unique", "type": "dagger", "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, "agiReq": 28, "agi": 9, "spd": 10, "mdRaw": 80, "tDamPct": 15, "id": 3082}, {"name": "Sonicboom", "tier": "Legendary", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "417-531", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 36, "agiReq": 25, "sdPct": 30, "ms": 5, "agi": 12, "spd": 25, "aDamPct": 15, "spPct3": 35, "id": 3086}, {"name": "Soul", "tier": "Rare", "type": "wand", "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, "agiReq": 15, "sdPct": 5, "mdPct": 4, "agi": 3, "aDamPct": 6, "fDefPct": -20, "id": 3083}, {"name": "Sorcerer's Stick", "tier": "Unique", "type": "wand", "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, "dexReq": 20, "intReq": 10, "sdPct": 14, "mdPct": -9, "ref": 6, "sdRaw": 50, "id": 3081}, {"name": "Sound of Silence", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "aDef": 10, "lvl": 23, "agiReq": 12, "xpb": 15, "spd": 10, "mdRaw": 20, "aDamPct": 15, "id": 3084}, {"name": "Soul Signal", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2300, "wDef": 90, "tDef": 125, "eDef": -170, "lvl": 92, "dexReq": 50, "intReq": 50, "mdPct": -15, "ref": 25, "dex": 10, "int": 10, "spRegen": 25, "sdRaw": 222, "eDamPct": -80, "id": 3088}, {"name": "Soundgarden", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "82-86", "tDam": "0-0", "eDam": "87-99", "atkSpd": "FAST", "lvl": 72, "strReq": 20, "agiReq": 25, "ls": -140, "ref": 25, "sdRaw": 110, "wDamPct": -25, "aDamPct": 14, "eDamPct": 14, "spRaw1": -5, "id": 3087}, {"name": "Soundwave", "tier": "Legendary", "type": "bow", "category": "weapon", "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, "dexReq": 70, "sdPct": -40, "mdPct": 18, "dex": 8, "tDamPct": 12, "id": 3091}, {"name": "Sow Thistle", "tier": "Rare", "type": "leggings", "thorns": 10, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 450, "aDef": -40, "eDef": 30, "lvl": 44, "strReq": 30, "hprPct": -15, "mdPct": 10, "spd": -12, "mdRaw": 80, "eDamPct": 15, "id": 3092}, {"name": "Spark of Courage", "tier": "Unique", "type": "spear", "thorns": 8, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-20", "fDam": "0-35", "wDam": "0-0", "aDam": "35-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 86, "agiReq": 35, "defReq": 35, "hprPct": 15, "sdPct": -12, "mdPct": -12, "ref": 8, "hpBonus": 900, "hprRaw": 130, "wDamPct": -20, "id": 3089}, {"name": "Sowilo", "tier": "Unique", "thorns": 5, "category": "accessory", "drop": "lootchest", "hp": 575, "fDef": 45, "wDef": -55, "tDef": 45, "eDef": -55, "lvl": 87, "dexReq": 20, "defReq": 20, "mdPct": 6, "ref": 5, "expd": 6, "type": "necklace", "id": 3090}, {"name": "Sparkles", "tier": "Unique", "type": "bow", "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, "dexReq": 22, "xpb": 12, "ref": 10, "aDefPct": -10, "tDefPct": 10, "id": 3098}, {"name": "Speaker", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2300, "fDef": -100, "aDef": 100, "lvl": 87, "intReq": 40, "mr": 10, "xpb": 25, "ref": 10, "int": 7, "spRegen": 7, "id": 3100}, {"name": "Sparkling Tones", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "27-33", "fDam": "0-0", "wDam": "75-81", "aDam": "75-81", "tDam": "3-3", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 88, "intReq": 44, "agiReq": 44, "mr": 5, "xpb": 15, "dex": -25, "spd": 15, "eSteal": 5, "sdRaw": 143, "wDefPct": 20, "aDefPct": 20, "id": 3093}, {"name": "Sparklock", "tier": "Unique", "type": "wand", "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, "mr": 5, "int": 3, "tDamPct": 5, "id": 3095}, {"name": "Spear of Prosperity", "tier": "Unique", "type": "spear", "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, "xpb": 5, "lb": 15, "eSteal": 5, "id": 3097}, {"name": "Spear of Sin", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "55-125", "fDam": "105-175", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 89, "dexReq": 35, "defReq": 25, "ls": 290, "dex": 5, "def": 16, "spRegen": -13, "fDamPct": 15, "wDamPct": -50, "tDamPct": 15, "id": 3096}, {"name": "Spear of Vix", "tier": "Unique", "type": "spear", "thorns": 8, "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, "dexReq": 5, "agiReq": 25, "sdPct": 8, "xpb": 8, "spd": 8, "fDamPct": -8, "aDamPct": 8, "fDefPct": -8, "aDefPct": 8, "id": 3099}, {"name": "Sphyken", "tier": "Unique", "type": "spear", "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, "dexReq": 50, "ms": 10, "int": 7, "hpBonus": -250, "sdRaw": 40, "wDamPct": 15, "aDamPct": -20, "tDefPct": 15, "id": 3101}, {"name": "Spectral Slingshot", "tier": "Legendary", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "25-75", "wDam": "25-75", "aDam": "25-75", "tDam": "25-75", "eDam": "25-75", "atkSpd": "FAST", "lvl": 67, "strReq": 22, "dexReq": 22, "intReq": 22, "agiReq": 22, "defReq": 22, "xpb": 10, "id": 3102}, {"name": "Sparkling Plate", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3750, "fDef": 50, "wDef": -50, "aDef": 100, "tDef": 100, "eDef": -50, "lvl": 99, "dexReq": 50, "agiReq": 50, "ls": 220, "ref": 17, "int": -30, "def": 8, "hprRaw": 150, "spPct1": -7, "spPct2": -14, "spPct3": -10, "id": 3094}, {"name": "Spectre", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1600, "fDef": -50, "eDef": -50, "lvl": 65, "agiReq": 35, "sdPct": 25, "mdPct": -35, "ms": 10, "agi": 9, "hpBonus": -250, "spRegen": -10, "aDamPct": 19, "tDamPct": 19, "eDamPct": -19, "aDefPct": 10, "id": 3105}, {"name": "Spectrum", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 3300, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 97, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "fDamPct": 23, "wDamPct": 23, "aDamPct": 23, "tDamPct": 23, "eDamPct": 23, "id": 3104}, {"name": "Spicy", "tier": "Rare", "type": "dagger", "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, "defReq": 8, "def": 4, "mdRaw": 18, "fDamPct": 9, "id": 3103}, {"name": "Spike", "tier": "Rare", "type": "dagger", "poison": 320, "thorns": 25, "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, "strReq": 20, "sdPct": 5, "mdPct": 10, "spd": -5, "aDamPct": -20, "eDamPct": 20, "id": 3107}, {"name": "Spiked Cleats", "tier": "Unique", "type": "boots", "thorns": 6, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 48, "lvl": 13, "spd": -3, "mdRaw": 12, "id": 3140}, {"name": "Spirit", "tier": "Rare", "type": "bow", "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, "agiReq": 15, "ms": 5, "agi": 10, "def": -8, "spRegen": 4, "aDamPct": 10, "fDefPct": -10, "id": 3112}, {"name": "Spine", "tier": "Unique", "type": "wand", "thorns": 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, "dexReq": 30, "mdPct": 5, "expd": 10, "aDefPct": -10, "id": 3111}, {"name": "Spiked Helmet", "tier": "Rare", "type": "helmet", "thorns": 40, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1950, "aDef": -70, "eDef": 95, "lvl": 74, "strReq": 25, "defReq": 35, "mdPct": 18, "def": 7, "spd": -8, "fDefPct": 18, "id": 3108}, {"name": "Spiritdancer", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3600, "fDef": 100, "wDef": 100, "aDef": 100, "tDef": -100, "eDef": -100, "lvl": 94, "intReq": 65, "defReq": 65, "mr": 5, "sdPct": 21, "agi": 10, "spd": 15, "fDamPct": 8, "wDamPct": 8, "aDamPct": 15, "tDamPct": -15, "eDamPct": -15, "id": 3615}, {"name": "Spiritshock", "tier": "Legendary", "type": "bow", "poison": 1200, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "270-270", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "dexReq": 55, "ls": 375, "ms": 10, "dex": 13, "spRegen": -50, "sdRaw": 135, "eDefPct": -28, "id": 3110}, {"name": "Spleen Splitter", "tier": "Unique", "type": "relik", "poison": 3600, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "5-5", "atkSpd": "SLOW", "lvl": 96, "strReq": 50, "mr": -10, "ls": 280, "ms": 5, "str": 10, "spd": 10, "hprRaw": -210, "id": 3109}, {"name": "Spontaneous", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 71, "agiReq": 20, "defReq": 20, "ms": -5, "expd": 12, "spd": 8, "hpBonus": -330, "type": "bracelet", "id": 3113}, {"name": "Sprinter", "tier": "Unique", "type": "leggings", "sprint": 7, "category": "armor", "drop": "NORMAL", "hp": 30, "aDef": 3, "lvl": 12, "spd": 11, "id": 3115}, {"name": "Sprint Belt", "tier": "Rare", "type": "leggings", "sprint": 18, "category": "armor", "drop": "NORMAL", "lvl": 33, "agiReq": 33, "agi": 8, "spd": 18, "aDamPct": 18, "sprintReg": 18, "id": 3114}, {"name": "Spruce Wood Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "18-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 13, "id": 3119}, {"name": "Spruce Wood Bow", "tier": "Normal", "type": "bow", "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, "id": 3117}, {"name": "Sprintguard", "tier": "Rare", "type": "leggings", "sprint": 11, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2950, "fDef": 60, "aDef": 60, "tDef": -150, "lvl": 82, "agiReq": 45, "defReq": 45, "sdPct": 10, "mdPct": -10, "int": -20, "agi": 7, "def": 7, "spd": 23, "wDamPct": -10, "spPct1": -14, "spPct2": -7, "sprintReg": 11, "id": 3116}, {"name": "Spruce Wood Shears", "displayName": "Spruce Wood Dagger", "tier": "Normal", "type": "dagger", "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, "id": 3118}, {"name": "Spruce Wood Spear", "tier": "Normal", "type": "spear", "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, "id": 3120}, {"name": "Spruce Wood Stick", "displayName": "Spruce Wood Wand", "tier": "Normal", "type": "wand", "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, "id": 3121}, {"name": "Spyrr", "tier": "Unique", "type": "dagger", "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, "str": 3, "dex": 3, "id": 3122}, {"name": "Squall's Breath", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "0-0", "aDam": "55-95", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 89, "dexReq": 50, "agiReq": 40, "sdPct": 10, "agi": 9, "spd": 25, "hpBonus": -1000, "tDamPct": 20, "eDefPct": -11, "id": 3123}, {"name": "Squid Anklet", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": 40, "tDef": -60, "lvl": 83, "intReq": 45, "mr": 5, "fDamPct": -6, "wDamPct": 6, "type": "bracelet", "id": 3124}, {"name": "Squid Dagger", "tier": "Rare", "type": "dagger", "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, "intReq": 25, "mr": 5, "ms": 5, "xpb": 10, "int": 7, "eSteal": 1, "fDamPct": -10, "fDefPct": 10, "wDefPct": 10, "tDefPct": -30, "id": 3125}, {"name": "Sreggad", "tier": "Rare", "type": "dagger", "thorns": 333, "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, "ls": 354, "ref": 333, "agi": 20, "def": 20, "hpBonus": 2500, "hprRaw": 173, "fDefPct": 50, "wDefPct": 50, "aDefPct": 50, "tDefPct": 50, "eDefPct": 50, "id": 3129}, {"name": "Squidword's Clarinet", "tier": "Unique", "type": "wand", "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, "int": 4, "agi": 4, "spd": 5, "fDamPct": -10, "wDamPct": 8, "wDefPct": 7, "id": 3126}, {"name": "Staff of Regrowth", "tier": "Unique", "type": "wand", "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, "strReq": 20, "intReq": 20, "mr": 10, "mdPct": -25, "wDefPct": 10, "eDefPct": 10, "id": 3131}, {"name": "Staccato", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": -60, "tDef": 40, "eDef": 20, "lvl": 96, "strReq": 45, "dexReq": 45, "mr": -5, "ms": 10, "dex": 5, "mdRaw": 29, "type": "necklace", "id": 3128}, {"name": "StabSand", "displayName": "Stabsand", "tier": "Legendary", "type": "dagger", "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, "ls": 38, "dex": 8, "expd": 30, "aDamPct": 12, "id": 3127}, {"name": "Stad Aer", "tier": "Unique", "type": "helmet", "thorns": 11, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1925, "fDef": -100, "eDef": 100, "lvl": 85, "strReq": 40, "agiReq": 40, "mdPct": 7, "ms": 10, "ref": 11, "str": 8, "mdRaw": 185, "aDamPct": 11, "aDefPct": 11, "id": 3130}, {"name": "Starburst", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-80", "fDam": "0-0", "wDam": "0-0", "aDam": "35-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 90, "agiReq": 55, "ms": 10, "hprRaw": -150, "sdRaw": 160, "fDamPct": 10, "aDamPct": 20, "tDamPct": 10, "id": 3132}, {"name": "Stalagmites", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1700, "wDef": -130, "aDef": -130, "tDef": 100, "eDef": 100, "lvl": 67, "strReq": 20, "dexReq": 20, "ms": 5, "xpb": 10, "str": 7, "dex": 7, "tDamPct": 25, "eDamPct": 25, "tDefPct": 20, "eDefPct": 20, "id": 3135}, {"name": "Stamina", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 120, "aDef": 5, "lvl": 24, "def": 4, "spd": 6, "hprRaw": 5, "id": 3136}, {"name": "Standoff", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 350, "lvl": 33, "defReq": 25, "def": 5, "spd": -28, "hpBonus": 200, "id": 3134}, {"name": "Starched Pants", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 16, "lvl": 5, "def": 4, "id": 3133}, {"name": "Starglass", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3125, "fDef": -100, "wDef": 60, "aDef": 140, "tDef": -40, "lvl": 95, "intReq": 40, "agiReq": 40, "sdPct": 30, "mdPct": -15, "ref": 20, "int": 7, "def": 7, "spRegen": 15, "fDamPct": 15, "wDamPct": 5, "aDefPct": 5, "id": 2517}, {"name": "Stasis", "tier": "Unique", "type": "wand", "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, "strReq": 30, "mdPct": 10, "str": 7, "spd": -10, "eDamPct": 10, "aDefPct": -10, "eDefPct": 10, "id": 3137}, {"name": "Static Flood", "tier": "Unique", "type": "dagger", "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, "dexReq": 35, "intReq": 30, "hprPct": -15, "sdPct": 5, "mdPct": -16, "ms": 10, "wDamPct": 10, "tDamPct": 13, "id": 3138}, {"name": "Static Wand", "tier": "Unique", "type": "wand", "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, "dexReq": 30, "sdPct": 8, "mdPct": 5, "spd": 8, "tDamPct": 8, "tDefPct": 10, "id": 3139}, {"name": "Steam Vent", "tier": "Unique", "type": "bow", "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, "agiReq": 20, "defReq": 20, "ls": 225, "agi": 7, "def": 7, "spd": 9, "wDefPct": -12, "eDefPct": -12, "id": 3143}, {"name": "Stave of Tribute", "tier": "Unique", "type": "wand", "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, "xpb": 7, "lb": 15, "id": 3141}, {"name": "Statue", "tier": "Rare", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 7500, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 88, "spd": -200, "hpBonus": 3850, "id": 3142}, {"name": "Steamjet Walkers", "tier": "Legendary", "type": "boots", "majorIds": ["LIGHTWEIGHT"], "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2100, "tDef": -80, "lvl": 86, "dexReq": 30, "intReq": 30, "agiReq": 40, "sdPct": 24, "agi": 15, "spd": 21, "wDamPct": 21, "aDamPct": 24, "tDamPct": 21, "id": 3147}, {"name": "StealSkull", "displayName": "Stealskull", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 960, "lvl": 68, "ls": 110, "ms": 5, "eSteal": 5, "id": 3144}, {"name": "Steel Bracer", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 125, "fDef": 12, "wDef": -10, "lvl": 45, "defReq": 15, "ref": 7, "def": 5, "spd": -3, "type": "bracelet", "id": 3148}, {"name": "Steel Buster", "tier": "Unique", "type": "spear", "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, "strReq": 15, "defReq": 5, "mdPct": 9, "expd": 5, "spd": -10, "aDamPct": -7, "eDamPct": 6, "id": 3145}, {"name": "Steel Mail", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 415, "lvl": 46, "hprPct": 15, "mdPct": 6, "xpb": 10, "spd": -5, "id": 3150}, {"name": "Steel Wool", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2300, "fDef": 80, "wDef": -120, "aDef": 80, "tDef": 80, "eDef": -120, "lvl": 90, "dexReq": 35, "defReq": 35, "sdPct": 15, "ls": 200, "dex": 8, "int": -22, "wDefPct": -15, "eDefPct": -15, "spPct1": -7, "spPct2": -7, "spPct3": -7, "spPct4": -7, "id": 3151}, {"name": "Steel Toed Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 80, "fDef": 2, "eDef": 2, "lvl": 19, "def": 4, "hpBonus": 10, "id": 3152}, {"name": "Steel Sabre", "tier": "Unique", "type": "dagger", "poison": 150, "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, "sdPct": 7, "mdPct": 4, "str": 5, "fDamPct": -15, "fDefPct": -15, "id": 3146}, {"name": "Stick of Brilliance", "tier": "Unique", "type": "wand", "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, "intReq": 10, "mr": 5, "sdPct": 10, "ms": 5, "xpb": 7, "int": 4, "id": 3154}, {"name": "Stingray", "tier": "Unique", "type": "bow", "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, "dexReq": 27, "intReq": 27, "sdPct": 10, "ms": 5, "dex": 5, "int": 8, "tDamPct": 10, "eDamPct": -14, "eDefPct": -14, "id": 3156}, {"name": "Stone Cutter", "tier": "Unique", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "7-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 11, "eSteal": 2, "eDamPct": 6, "id": 3153}, {"name": "Stellar", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 95, "strReq": 45, "dexReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "sdPct": 13, "mdPct": 13, "ms": 5, "spd": 10, "hpBonus": 577, "type": "necklace", "id": 3149}, {"name": "Stonehall", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 35, "strReq": 15, "str": 5, "spd": -3, "eDamPct": 8, "type": "ring", "id": 3159}, {"name": "StoneWall", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1000, "fDef": -10, "wDef": -10, "aDef": -50, "tDef": -10, "eDef": 150, "lvl": 60, "strReq": 30, "mdPct": 5, "xpb": 10, "str": 8, "def": 5, "aDamPct": -40, "id": 3155}, {"name": "Storm Brewer", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2550, "wDef": -150, "tDef": 50, "lvl": 86, "dexReq": 65, "mr": -15, "mdPct": 15, "ms": 15, "dex": 12, "sdRaw": 160, "mdRaw": 190, "wDamPct": -20, "tDamPct": 15, "id": 3160}, {"name": "Storm Surge", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "50-330", "aDam": "0-0", "tDam": "1-420", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 93, "dexReq": 35, "intReq": 35, "hprPct": -20, "ms": 10, "atkTier": -1, "hpBonus": -900, "sdRaw": 146, "wDamPct": 18, "tDamPct": 18, "aDefPct": -30, "eDefPct": -71, "id": 3157}, {"name": "Storm Caller", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-115", "fDam": "0-0", "wDam": "0-0", "aDam": "55-70", "tDam": "50-85", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "dexReq": 30, "agiReq": 30, "sdPct": 12, "def": -8, "spd": 8, "aDamPct": 12, "tDamPct": 12, "wDefPct": -24, "eDefPct": -24, "id": 3158}, {"name": "Stormdrain", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "220-225", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 88, "intReq": 55, "mr": 20, "sdPct": -15, "mdPct": -30, "int": 15, "wDamPct": 55, "wDefPct": -20, "spRaw1": 5, "spRaw2": 5, "spRaw3": 5, "spRaw4": 5, "id": 3161}, {"name": "Stranglevine", "tier": "Unique", "type": "bow", "poison": 810, "thorns": 7, "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, "hprPct": -20, "ls": 175, "fDefPct": -10, "id": 3163}, {"name": "Stratosphere", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3200, "fDef": -60, "wDef": 120, "aDef": -60, "tDef": 120, "eDef": -120, "lvl": 98, "dexReq": 65, "intReq": 65, "mr": 10, "sdPct": 25, "wDamPct": 10, "tDamPct": 10, "fDefPct": -15, "aDefPct": -15, "eDefPct": -15, "jh": 3, "id": 3591}, {"name": "Stormflash", "tier": "Unique", "type": "wand", "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, "dexReq": 15, "intReq": 15, "hprPct": -9, "sdPct": 8, "xpb": 8, "dex": 5, "int": 5, "eDefPct": -10, "id": 3165}, {"name": "Straw Helmet", "tier": "Unique", "type": "helmet", "thorns": 6, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 95, "fDef": -5, "wDef": -5, "lvl": 20, "xpb": 5, "spd": 6, "id": 3167}, {"name": "Stormstrike", "tier": "Unique", "type": "bow", "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, "agi": 4, "id": 3162}, {"name": "Streak", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 175, "tDef": 10, "eDef": -10, "lvl": 30, "dexReq": 10, "ref": 3, "dex": 5, "spd": 10, "hpBonus": -30, "tDamPct": 10, "eDefPct": -15, "id": 3166}, {"name": "Stress", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "22-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 14, "xpb": 30, "lb": 10, "spd": 5, "hpBonus": -18, "spRegen": -10, "hprRaw": -7, "id": 3169}, {"name": "Striker", "tier": "Rare", "type": "dagger", "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, "sdPct": 5, "agi": 3, "def": -2, "hpBonus": -9, "mdRaw": 8, "id": 3168}, {"name": "Stringendo", "tier": "Unique", "type": "relik", "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": 10, "agi": 4, "spd": 12, "id": 3175}, {"name": "Struggle", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2500, "tDef": 180, "eDef": -150, "lvl": 90, "dexReq": 50, "mdPct": 20, "ms": 10, "dex": 10, "expd": 30, "atkTier": -6, "mdRaw": 775, "wDamPct": -23, "tDamPct": 31, "id": 3170}, {"name": "Sturdy", "tier": "Unique", "type": "boots", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 1800, "fDef": 40, "eDef": 40, "lvl": 79, "strReq": 40, "defReq": 40, "sdPct": -8, "xpb": 9, "def": 7, "hpBonus": 600, "eDefPct": 13, "id": 3171}, {"name": "Strobelight", "tier": "Fabled", "majorIds": ["TAUNT"], "category": "accessory", "drop": "lootchest", "hp": 350, "lvl": 54, "classReq": "Warrior", "defReq": 30, "ref": 15, "def": 7, "spd": -7, "type": "necklace", "id": 3172}, {"name": "Sublime", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 1350, "fDef": 60, "aDef": 60, "lvl": 64, "agiReq": 50, "defReq": 50, "sdPct": -15, "mdPct": -15, "agi": 7, "def": 7, "spd": 8, "hpBonus": 200, "fDefPct": 10, "aDefPct": 10, "id": 3178}, {"name": "Stylist's Scissors", "tier": "Rare", "type": "dagger", "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, "dexReq": 15, "xpb": 12, "lb": 10, "atkTier": 1, "eSteal": 5, "eDamPct": -5, "id": 3173}, {"name": "Sublimator", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1250, "fDef": 70, "wDef": -90, "eDef": 70, "lvl": 66, "strReq": 30, "defReq": 30, "mdPct": 14, "def": 5, "spd": -8, "fDamPct": 16, "eDamPct": 16, "wDefPct": -18, "id": 3174}, {"name": "Subsumere", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-80", "fDam": "0-0", "wDam": "30-50", "aDam": "0-0", "tDam": "20-55", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 76, "dexReq": 15, "intReq": 20, "sdPct": -10, "ls": 160, "ms": 10, "id": 3177}, {"name": "Stratus", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -350, "lvl": 93, "intReq": 60, "agiReq": 30, "ms": 5, "agi": 8, "spd": 11, "type": "ring", "id": 3164}, {"name": "Succulent Sneakers", "tier": "Unique", "type": "boots", "thorns": 14, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 835, "wDef": 30, "eDef": 40, "lvl": 60, "strReq": 30, "intReq": 20, "hprPct": 20, "sdPct": -8, "wDefPct": 9, "aDefPct": -11, "eDefPct": 9, "id": 3176}, {"name": "Jewelled Sinew", "displayName": "Subtle Calamity", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "80-135", "tDam": "0-0", "eDam": "80-135", "atkSpd": "VERY_FAST", "lvl": 90, "strReq": 35, "agiReq": 30, "mr": -5, "sdPct": 15, "ms": 5, "int": 10, "agi": 10, "fDefPct": -12, "tDefPct": -12, "id": 3179}, {"name": "Suchimu", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": 40, "wDef": 40, "lvl": 53, "intReq": 30, "defReq": 20, "hprPct": 15, "mr": 5, "sdPct": -8, "mdPct": -8, "int": 4, "def": 4, "hprRaw": 35, "tDamPct": -30, "id": 3180}, {"name": "Sulphurous Sling", "tier": "Unique", "type": "bow", "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, "dexReq": 25, "defReq": 10, "sdPct": 14, "mdPct": -20, "expd": 12, "tDamPct": 14, "wDefPct": -12, "id": 3181}, {"name": "Sunray", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2900, "fDef": 90, "tDef": 90, "lvl": 96, "dexReq": 20, "defReq": 20, "hprPct": 18, "ms": 5, "ref": 15, "dex": 5, "def": 5, "sdRaw": 160, "wDefPct": -10, "aDefPct": -10, "id": 3183}, {"name": "Sunbreeze", "tier": "Unique", "type": "wand", "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, "agiReq": 15, "defReq": 15, "agi": 5, "def": 5, "spd": 5, "hpBonus": 270, "wDefPct": -6, "id": 3184}, {"name": "Sunblock", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 124, "fDef": 10, "wDef": -7, "lvl": 24, "defReq": 5, "hprPct": 14, "ref": 6, "fDefPct": 5, "id": 3182}, {"name": "Sunsetter", "tier": "Unique", "type": "wand", "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, "intReq": 15, "agiReq": 5, "mr": 5, "xpb": 8, "ref": 5, "def": -3, "fDamPct": -15, "aDamPct": 10, "fDefPct": 5, "tDefPct": -5, "id": 3185}, {"name": "Sunrise", "tier": "Rare", "type": "wand", "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, "agiReq": 30, "defReq": 30, "hprPct": 18, "mr": 5, "xpb": 10, "lb": 10, "ref": 20, "id": 3186}, {"name": "Sunshade", "tier": "Rare", "type": "helmet", "thorns": -10, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 345, "fDef": 15, "wDef": -15, "lvl": 37, "ref": 15, "fDamPct": -5, "fDefPct": 8, "tDefPct": 8, "id": 3187}, {"name": "Sunshower", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2125, "fDef": 60, "wDef": 60, "aDef": 90, "eDef": -125, "lvl": 83, "intReq": 40, "defReq": 40, "mr": 5, "xpb": 13, "agi": 8, "hprRaw": 100, "fDamPct": 13, "wDamPct": 13, "fDefPct": 13, "wDefPct": 13, "eDefPct": -20, "id": 3189}, {"name": "Sunshine Shortsword", "tier": "Unique", "type": "dagger", "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, "dexReq": 20, "defReq": 20, "dex": 5, "def": 5, "hpBonus": 125, "id": 3188}, {"name": "Sunstruck", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "200-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 63, "defReq": 30, "spRegen": 20, "hprRaw": 80, "sdRaw": -63, "mdRaw": -109, "fDamPct": 15, "id": 3191}, {"name": "Supernova", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "11-30", "wDam": "11-30", "aDam": "11-30", "tDam": "11-30", "eDam": "11-30", "atkSpd": "SUPER_FAST", "lvl": 92, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "expd": 19, "fDamPct": 12, "wDamPct": 12, "aDamPct": 12, "tDamPct": 12, "eDamPct": 12, "fDefPct": -12, "wDefPct": -12, "aDefPct": -12, "tDefPct": -12, "eDefPct": -12, "id": 3190}, {"name": "Suppression", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -300, "lvl": 76, "hprPct": 4, "mr": 10, "ls": -145, "ms": -20, "type": "ring", "id": 3192}, {"name": "Svalinn", "tier": "Rare", "type": "helmet", "thorns": 8, "category": "armor", "drop": "NORMAL", "hp": 1450, "fDef": 150, "wDef": 50, "lvl": 66, "intReq": 15, "defReq": 30, "hprPct": 30, "mr": 5, "ref": 15, "agi": -5, "def": 12, "spd": -28, "eDefPct": -25, "id": 3193}, {"name": "Swift", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 4, "xpb": 3, "spd": 5, "mdRaw": 1, "type": "necklace", "id": 3194}, {"name": "Swamp Clay", "tier": "Unique", "type": "helmet", "poison": 350, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1500, "wDef": 65, "aDef": -70, "tDef": -70, "eDef": 65, "lvl": 78, "strReq": 35, "intReq": 30, "mr": 5, "sdPct": 6, "mdPct": 6, "spd": -7, "tDamPct": -12, "id": 3210}, {"name": "Switch Blade", "tier": "Unique", "type": "dagger", "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, "sdPct": 5, "dex": 3, "id": 3197}, {"name": "Symphony", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": 80, "wDef": 80, "tDef": -90, "eDef": -90, "lvl": 72, "intReq": 50, "defReq": 50, "hprPct": 20, "sdPct": 10, "mdPct": -10, "xpb": 12, "ref": 17, "hprRaw": 70, "id": 3196}, {"name": "Sweden", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "21-28", "fDam": "0-0", "wDam": "0-0", "aDam": "21-28", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 28, "agiReq": 14, "ref": 14, "agi": 7, "spd": 14, "jh": 1, "id": 3195}, {"name": "Sylar", "tier": "Rare", "type": "bow", "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, "agiReq": 15, "agi": 5, "spd": 11, "sdRaw": 25, "aDefPct": 10, "id": 3199}, {"name": "Synthesizer", "tier": "Unique", "type": "bow", "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, "dexReq": 30, "intReq": 35, "xpb": 12, "dex": 8, "sdRaw": 100, "wDamPct": 25, "eDamPct": -23, "eDefPct": -16, "id": 3202}, {"name": "Synergy", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 1000, "lvl": 59, "xpb": 6, "lb": 6, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "id": 3201}, {"name": "Syringe", "tier": "Unique", "type": "spear", "poison": -245, "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, "intReq": 15, "defReq": 15, "ls": 41, "hpBonus": 190, "hprRaw": 19, "fDamPct": 13, "id": 3200}, {"name": "Agile Loop", "tier": "Unique", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "aDef": 15, "lvl": 62, "agi": 3, "spd": 9, "aDamPct": 6, "type": "ring", "fixID": true, "id": 3203}, {"name": "Dark Band", "tier": "Rare", "quest": "Lost in the Jungle", "thorns": 8, "category": "accessory", "drop": "never", "tDef": 25, "eDef": 25, "lvl": 63, "strReq": 10, "dexReq": 10, "tDamPct": 6, "eDamPct": 6, "aDefPct": -8, "type": "bracelet", "fixID": true, "id": 3205}, {"name": "Barbaric Amulet", "tier": "Rare", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "aDef": 25, "eDef": 25, "lvl": 63, "strReq": 10, "agiReq": 10, "mdPct": 8, "aDamPct": 6, "eDamPct": 6, "fDefPct": -8, "type": "necklace", "fixID": true, "id": 3204}, {"name": "Chaotic Amulet", "tier": "Rare", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "wDef": 25, "tDef": 25, "lvl": 63, "dexReq": 10, "intReq": 10, "sdRaw": 30, "wDamPct": 6, "tDamPct": 6, "eDefPct": -8, "type": "necklace", "fixID": true, "id": 3206}, {"name": "Droughted Amulet", "tier": "Rare", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "fDef": 25, "aDef": 25, "lvl": 63, "agiReq": 10, "defReq": 10, "expd": 8, "fDamPct": 6, "aDamPct": 6, "wDefPct": -8, "type": "necklace", "fixID": true, "id": 3209}, {"name": "Energy Loop", "tier": "Unique", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "tDef": 15, "lvl": 62, "dex": 3, "mdRaw": 29, "tDamPct": 6, "type": "ring", "fixID": true, "id": 3208}, {"name": "Force Loop", "tier": "Unique", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "eDef": 15, "lvl": 62, "mdPct": 6, "str": 3, "eDamPct": 6, "type": "ring", "fixID": true, "id": 3212}, {"name": "Mask of Courage", "tier": "Legendary", "skin": "eyJ0aW1lc3RhbXAiOjE0NjUwNzU3NzYyMzIsInByb2ZpbGVJZCI6IjY2ODYxMDY1YzMzYjQ4MGNhOWQ0MWJiODlkYjcxMDhjIiwicHJvZmlsZU5hbWUiOiJEYXJrbmVzc2ZhbGwiLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzNhYTdlYzgyNGQ4NWViOWZjNzhlZmM5NjY4OWI4YTlmZTgyODgzOGJiMTZmZWU1MmZmOWNhYWFlODNjYzNhIn19fQ==", "type": "helmet", "quest": "The Passage", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1400, "fDef": 100, "lvl": 57, "defReq": 30, "hprPct": 20, "lb": 10, "def": 5, "hpBonus": 500, "fDamPct": 20, "fixID": true, "id": 3214}, {"name": "Magical Loop", "tier": "Unique", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "wDef": 15, "lvl": 62, "sdPct": 6, "int": 3, "wDamPct": 6, "type": "ring", "fixID": true, "id": 3211}, {"name": "Mask of Fear", "tier": "Legendary", "skin": "eyJ0aW1lc3RhbXAiOjE0NjUwNzU3MTAxODQsInByb2ZpbGVJZCI6IjY2ODYxMDY1YzMzYjQ4MGNhOWQ0MWJiODlkYjcxMDhjIiwicHJvZmlsZU5hbWUiOiJEYXJrbmVzc2ZhbGwiLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmFiZWVhYjUxYzM2NDc1ZDA2ZjY4M2M5MWVhOGIzZTM4MmE5ZTcxZTg0NzEyOWNlY2RlODcxMWQ5N2JkYTYifX19", "type": "helmet", "quest": "The Passage", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1000, "aDef": 80, "lvl": 57, "agiReq": 30, "lb": 10, "agi": 5, "spd": 15, "aDamPct": 20, "fixID": true, "id": 3215}, {"name": "Mask of Enlightement", "displayName": "Mask of Enlightenment", "skin": "eyJ0aW1lc3RhbXAiOjE0NjUwNzU1NjgzMzAsInByb2ZpbGVJZCI6IjY2ODYxMDY1YzMzYjQ4MGNhOWQ0MWJiODlkYjcxMDhjIiwicHJvZmlsZU5hbWUiOiJEYXJrbmVzc2ZhbGwiLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGI3NDgyNTdlZWU3NjhiNmQwM2I0ZWRhNTNjZmI1MmM1YWZmYmYxNmI3ZDhkOTNkNGQ2MWNlYjRjNmUyMTE0In19fQ==", "tier": "Legendary", "type": "helmet", "quest": "The Passage", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 750, "wDef": 60, "lvl": 57, "intReq": 30, "mr": 10, "sdPct": 10, "lb": 10, "int": 5, "wDamPct": 20, "fixID": true, "id": 3216}, {"name": "Guardian Loop", "tier": "Unique", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "fDef": 15, "lvl": 62, "def": 3, "hpBonus": 230, "fDamPct": 6, "type": "ring", "fixID": true, "id": 3207}, {"name": "Synapse", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "aDef": -60, "eDef": -60, "lvl": 93, "strReq": 35, "agiReq": 35, "hprPct": -15, "ms": 5, "sdRaw": 120, "mdRaw": -120, "type": "bracelet", "id": 3198}, {"name": "Mask of Rage", "tier": "Legendary", "skin": "eyJ0aW1lc3RhbXAiOjE0NjUwNzU2MTgwMzUsInByb2ZpbGVJZCI6IjY2ODYxMDY1YzMzYjQ4MGNhOWQ0MWJiODlkYjcxMDhjIiwicHJvZmlsZU5hbWUiOiJEYXJrbmVzc2ZhbGwiLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmFjYzg3MmEwZGQ3MjI3NDg5ZmRlZGJlYmMyZWE2MjE1OGVlZjdlNWRkOTZjYzg3Njk5OTc3YWI5MjBmYSJ9fX0=", "type": "helmet", "quest": "The Passage", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1050, "eDef": 40, "lvl": 57, "strReq": 30, "mdPct": 25, "lb": 10, "str": 5, "eDamPct": 20, "fixID": true, "id": 3219}, {"name": "Scalding Band", "tier": "Rare", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "fDef": 25, "wDef": 25, "lvl": 63, "intReq": 10, "defReq": 10, "sdPct": 8, "fDamPct": 6, "wDamPct": 6, "tDefPct": -8, "type": "bracelet", "fixID": true, "id": 3217}, {"name": "Tachypsychia", "tier": "Fabled", "type": "relik", "majorIds": ["FURIOUS_EFFIGY"], "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "85-125", "eDam": "85-125", "atkSpd": "VERY_FAST", "lvl": 77, "strReq": 50, "dexReq": 50, "sdPct": 40, "spd": 20, "hprRaw": -245, "spRaw1": 5, "spRaw4": 5, "id": 3550}, {"name": "Tainted Step", "tier": "Unique", "type": "boots", "poison": 140, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 550, "fDef": -25, "wDef": -25, "aDef": -25, "lvl": 51, "strReq": 30, "mdPct": 12, "ls": 42, "spRegen": -5, "hprRaw": -15, "id": 3220}, {"name": "Tactical Kukri", "tier": "Unique", "type": "dagger", "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, "defReq": 35, "lb": 10, "hpBonus": 680, "eSteal": 5, "id": 3218}, {"name": "Mask of Hate", "tier": "Legendary", "skin": "eyJ0aW1lc3RhbXAiOjE0NjUwNzU2NzA3NjIsInByb2ZpbGVJZCI6IjY2ODYxMDY1YzMzYjQ4MGNhOWQ0MWJiODlkYjcxMDhjIiwicHJvZmlsZU5hbWUiOiJEYXJrbmVzc2ZhbGwiLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWMzMmRlZDVkNzY1N2RmMzExMTRkZmRkMzE5MjE5MzM3ZTU3NjQ2NWI3Nzk3ZGMwNmI1NjMyY2ViZDRjMzcifX19", "type": "helmet", "quest": "The Passage", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1100, "tDef": 20, "lvl": 57, "dexReq": 30, "lb": 10, "dex": 5, "mdRaw": 110, "tDamPct": 20, "fixID": true, "id": 3213}, {"name": "Tailwind", "tier": "Unique", "type": "leggings", "sprint": 16, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2425, "fDef": -150, "aDef": 150, "lvl": 91, "agiReq": 45, "sdPct": 19, "mdPct": 12, "ms": 10, "agi": 8, "spd": 18, "aDamPct": 20, "eDamPct": -15, "aDefPct": 8, "eDefPct": -25, "id": 3221}, {"name": "Takeover", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1700, "fDef": 50, "wDef": -50, "tDef": 100, "eDef": -100, "lvl": 77, "dexReq": 45, "ls": 115, "dex": 5, "int": -4, "def": 4, "sdRaw": 75, "fDamPct": 9, "wDamPct": -12, "tDamPct": 6, "id": 3222}, {"name": "Talisman Charm", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 70, "sdPct": 5, "xpb": 5, "hpBonus": 340, "type": "necklace", "id": 3224}, {"name": "Takan's Treachery", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -45, "lvl": 30, "ls": 8, "dex": 4, "eSteal": 3, "type": "bracelet", "id": 3223}, {"name": "Talcum", "tier": "Unique", "type": "helmet", "poison": 280, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1325, "aDef": -80, "eDef": 40, "lvl": 72, "strReq": 40, "mdPct": 8, "lb": 11, "str": 8, "eDamPct": 14, "wDefPct": -13, "aDefPct": -10, "id": 3227}, {"name": "Talaria", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 770, "fDef": -40, "lvl": 59, "agiReq": 70, "mdPct": -20, "lb": 20, "agi": 9, "spd": 23, "id": 3225}, {"name": "Tarnhelm", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 240, "wDef": -20, "eDef": 20, "lvl": 33, "mdPct": 10, "str": 9, "id": 3230}, {"name": "Tarnish", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "wDef": 5, "aDef": -6, "lvl": 21, "intReq": 5, "ms": 5, "xpb": 8, "ref": -4, "wDamPct": 9, "aDefPct": -7, "id": 3226}, {"name": "Tarnkappe", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 900, "lvl": 59, "dexReq": 20, "agiReq": 40, "dex": 8, "agi": 10, "def": -15, "spd": 12, "mdRaw": 100, "aDamPct": 15, "tDamPct": 15, "id": 3229}, {"name": "Tarod's Search", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": 20, "aDef": 10, "lvl": 47, "intReq": 5, "agiReq": 5, "ref": 7, "spd": 7, "hpBonus": -40, "wDefPct": 6, "type": "bracelet", "id": 3228}, {"name": "Tashkil", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "75-100", "fDam": "80-105", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 86, "defReq": 50, "hprPct": 15, "sdPct": -7, "mdPct": 20, "ms": -5, "def": 8, "spd": -6, "hprRaw": 150, "fDefPct": 20, "id": 3232}, {"name": "Taurus", "tier": "Legendary", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 4000, "fDef": -80, "eDef": 200, "lvl": 96, "strReq": 90, "mdPct": 50, "str": 15, "expd": 30, "atkTier": -20, "mdRaw": 1500, "id": 3234}, {"name": "Tarok's Parka", "displayName": "Tarod's Parka", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 35, "fDef": -2, "wDef": 6, "lvl": 10, "mr": 5, "int": 4, "sdRaw": 5, "id": 3233}, {"name": "Tear of Pirate Cove", "tier": "Rare", "quest": "Redbeard^s Booty", "category": "accessory", "drop": "never", "wDef": 20, "lvl": 61, "intReq": 40, "mr": 5, "sdPct": 4, "ms": -10, "sdRaw": 20, "type": "bracelet", "id": 3237}, {"name": "Teal Helm", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "wDef": 50, "eDef": 30, "lvl": 71, "intReq": 25, "mr": 5, "xpb": 6, "str": 5, "eDamPct": 12, "wDefPct": 7, "id": 3231}, {"name": "Technicolor Phase", "tier": "Rare", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "7-9", "fDam": "7-9", "wDam": "7-9", "aDam": "7-9", "tDam": "7-9", "eDam": "7-9", "atkSpd": "NORMAL", "lvl": 21, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "xpb": 10, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spRegen": 10, "id": 3239}, {"name": "Tears", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 51, "intReq": 40, "sdPct": 3, "ls": -21, "ms": 5, "int": 3, "type": "ring", "id": 3236}, {"name": "Tectonics", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1130, "eDef": 40, "lvl": 65, "strReq": 50, "mdPct": 8, "str": 5, "spd": -12, "eDamPct": 10, "eDefPct": 12, "id": 3235}, {"name": "Tempest", "tier": "Unique", "type": "spear", "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, "dexReq": 20, "agiReq": 20, "dex": 7, "agi": 7, "spd": 10, "mdRaw": 33, "fDamPct": -15, "fDefPct": -15, "id": 3238}, {"name": "Templar", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 800, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 50, "agiReq": 25, "defReq": 35, "sdPct": -15, "xpb": 4, "lb": 6, "spd": -15, "spRegen": 5, "eSteal": -5, "wDamPct": -10, "id": 3244}, {"name": "Tempered Boots", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 1300, "lvl": 65, "defReq": 30, "def": 8, "fDamPct": 6, "fDefPct": 4, "wDefPct": 4, "aDefPct": 4, "tDefPct": 4, "eDefPct": 4, "id": 3240}, {"name": "Tenuto", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": 350, "fDef": 30, "wDef": -50, "tDef": 30, "lvl": 79, "dexReq": 40, "defReq": 40, "sdPct": 12, "dex": 4, "def": 4, "spd": -8, "atkTier": -6, "type": "necklace", "id": 3242}, {"name": "Tephra", "tier": "Unique", "type": "helmet", "thorns": 20, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1875, "fDef": 90, "wDef": -100, "eDef": 90, "lvl": 80, "strReq": 40, "defReq": 35, "hprPct": 18, "mdPct": 10, "str": 7, "def": 7, "expd": 15, "fDamPct": 18, "eDamPct": 18, "id": 3243}, {"name": "Tepid Plate", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 85, "fDef": 6, "wDef": -3, "lvl": 20, "defReq": 5, "def": 3, "hpBonus": 15, "fDamPct": 4, "wDamPct": -6, "id": 3246}, {"name": "Terraflux", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "wDef": -80, "eDef": 80, "lvl": 78, "strReq": 50, "mr": -5, "sdPct": -10, "mdPct": 13, "ls": 75, "str": 7, "int": -5, "wDamPct": -10, "eDamPct": 10, "id": 3248}, {"name": "Tesla", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": -1100, "wDef": 180, "tDef": 120, "lvl": 97, "dexReq": 80, "ls": 280, "ms": 15, "dex": 13, "sdRaw": 185, "tDamPct": 40, "eDamPct": -30, "aDefPct": -20, "id": 3247}, {"name": "Terra's Mold", "tier": "Legendary", "type": "chestplate", "poison": 1500, "thorns": 15, "sprint": -25, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3225, "wDef": 50, "aDef": -125, "eDef": 175, "lvl": 90, "strReq": 60, "hprPct": -20, "mdPct": 23, "ms": 5, "str": 10, "eDamPct": 31, "id": 3245}, {"name": "The Chapel", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 200, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 32, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 10, "xpb": 10, "spRegen": 15, "id": 3252}, {"name": "The Abacus", "tier": "Unique", "type": "bow", "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, "strReq": 35, "agiReq": 25, "mdPct": 7, "str": 7, "agi": 8, "aDamPct": 8, "eDamPct": 9, "fDefPct": -11, "wDefPct": -10, "id": 3250}, {"name": "Temporal Lantern", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "101-101", "wDam": "0-0", "aDam": "95-107", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 47, "agiReq": 22, "defReq": 22, "str": -3, "dex": -3, "int": -3, "agi": 8, "def": 8, "spd": -15, "hpBonus": 285, "hprRaw": 35, "wDamPct": 20, "id": 3241}, {"name": "The Dreamer", "tier": "Rare", "type": "bow", "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, "dexReq": 30, "agiReq": 30, "sdPct": 13, "dex": 14, "agi": 14, "spRegen": 15, "eDamPct": -30, "fDefPct": -30, "id": 3255}, {"name": "The Archaeologist", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 130, "aDef": -15, "eDef": 25, "lvl": 24, "strReq": 10, "xpb": 6, "lb": 6, "str": 4, "eDamPct": 7, "aDefPct": -8, "eDefPct": 10, "id": 3251}, {"name": "The Creationist", "tier": "Rare", "type": "wand", "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, "intReq": 35, "agiReq": 35, "sdPct": 19, "mdPct": -14, "str": -4, "dex": -4, "int": 8, "agi": 8, "def": -4, "id": 3249}, {"name": "The Sinner", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 1150, "fDef": 80, "wDef": -80, "aDef": -80, "tDef": 80, "lvl": 67, "dexReq": 25, "defReq": 25, "mdPct": 12, "dex": 5, "def": 5, "spRegen": -15, "hprRaw": -45, "fDamPct": 12, "tDamPct": 12, "id": 3256}, {"name": "The Medic", "tier": "Rare", "type": "wand", "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, "intReq": 35, "defReq": 35, "hprPct": 20, "mr": 10, "sdPct": -15, "mdPct": -15, "hprRaw": 50, "wDamPct": 10, "id": 3253}, {"name": "The Banhammer", "tier": "Rare", "type": "spear", "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, "sdPct": -10, "mdPct": 10, "expd": 10, "id": 3254}, {"name": "The Berserk", "tier": "Legendary", "type": "spear", "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, "strReq": 10, "sdPct": -10, "mdPct": 10, "str": 7, "dex": -5, "expd": 5, "aDamPct": -10, "eDamPct": 10, "aDefPct": -10, "id": 3258}, {"name": "The Berserker's Helm", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 310, "lvl": 34, "strReq": 25, "mdPct": 21, "ls": 26, "str": 9, "int": -3, "eSteal": 3, "hprRaw": -13, "id": 3257}, {"name": "The Brain Smasher", "tier": "Unique", "type": "wand", "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, "strReq": 5, "sdPct": -6, "mdPct": 4, "str": 4, "expd": 3, "aDefPct": -5, "id": 3260}, {"name": "The Brigand's Brogues", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 145, "lvl": 25, "dexReq": 10, "agiReq": 5, "dex": 4, "spd": 14, "eSteal": 4, "tDamPct": 10, "id": 3259}, {"name": "The Courier's Cape", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1900, "aDef": 50, "lvl": 86, "agiReq": 80, "mr": 10, "xpb": 15, "lb": 10, "agi": 10, "spd": 20, "aDamPct": 23, "aDefPct": 15, "eDefPct": 10, "id": 3261}, {"name": "The Elder Wand", "tier": "Unique", "type": "wand", "thorns": 5, "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, "strReq": 10, "intReq": 10, "def": -10, "mdRaw": 70, "fDamPct": -10, "eDamPct": 12, "fDefPct": -10, "id": 3263}, {"name": "The End", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "235-260", "tDam": "0-0", "eDam": "260-290", "atkSpd": "SLOW", "lvl": 100, "strReq": 55, "agiReq": 55, "mdPct": 35, "ls": 450, "agi": 10, "spd": 25, "sdRaw": -210, "mdRaw": 365, "wDefPct": -45, "id": 3265}, {"name": "The Eviscerator", "tier": "Rare", "type": "spear", "poison": 350, "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, "strReq": 20, "dexReq": 20, "ls": 150, "str": 13, "dex": 7, "spd": 10, "id": 3267}, {"name": "The Divide", "tier": "Legendary", "type": "dagger", "thorns": 10, "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, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "sdPct": 10, "ms": 5, "expd": 7, "spd": 8, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "id": 3262}, {"name": "The Ephemeral", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2125, "wDef": 100, "aDef": 100, "tDef": -130, "lvl": 87, "intReq": 45, "agiReq": 45, "mr": 10, "sdPct": 14, "mdPct": -15, "int": 7, "agi": 7, "aDamPct": 12, "tDefPct": -10, "id": 3264}, {"name": "The Euphoric Fedora", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 69, "lvl": 14, "ls": 5, "dex": 3, "spd": -4, "eSteal": 2, "id": 3266}, {"name": "The Exile", "tier": "Legendary", "type": "dagger", "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, "defReq": 50, "hprPct": 30, "mdPct": -5, "ls": 190, "str": -5, "def": 13, "spd": -5, "hpBonus": 1000, "fDefPct": 45, "id": 3269}, {"name": "The Forgery", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "fDef": 100, "aDef": 30, "tDef": 30, "lvl": 74, "defReq": 30, "hprPct": 36, "lb": 19, "def": 9, "spd": -8, "eSteal": 5, "fDamPct": 11, "fDefPct": 35, "wDefPct": -20, "aDefPct": -5, "tDefPct": -5, "eDefPct": -20, "id": 3268}, {"name": "The Gambler", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -325, "lvl": 81, "ls": 80, "ms": 5, "lb": 7, "hpBonus": 325, "eSteal": 4, "fDefPct": -20, "wDefPct": -20, "aDefPct": -20, "tDefPct": -20, "eDefPct": -20, "type": "ring", "id": 3270}, {"name": "The Golem", "tier": "Rare", "type": "leggings", "thorns": 50, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4300, "fDef": 200, "wDef": -150, "aDef": 150, "tDef": 100, "eDef": 100, "lvl": 97, "defReq": 100, "ls": 300, "ref": 30, "agi": 10, "def": 15, "spd": -25, "hprRaw": 200, "wDamPct": -20, "fDefPct": 30, "id": 3275}, {"name": "The King's Robe", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 11, "lvl": 3, "xpb": 8, "lb": 4, "id": 3274}, {"name": "The Jingling Jester", "tier": "Fabled", "type": "chestplate", "majorIds": ["GREED"], "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2325, "fDef": 1, "wDef": 1, "aDef": 1, "tDef": 1, "eDef": 1, "lvl": 69, "ls": 150, "xpb": 25, "lb": 25, "hprRaw": -101, "spPct2": -31, "spPct4": -10, "jh": 2, "id": 3621}, {"name": "The Head Ripper", "tier": "Unique", "type": "spear", "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, "strReq": 5, "agiReq": 5, "sdPct": 5, "mdPct": 5, "agi": 7, "spd": 5, "id": 3271}, {"name": "The Knight's Chestplate", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 440, "tDef": 15, "eDef": -20, "lvl": 43, "sdPct": 5, "xpb": 8, "str": 7, "dex": 7, "tDamPct": 15, "eDamPct": -30, "tDefPct": 10, "eDefPct": -10, "id": 3272}, {"name": "The Leech Spear", "tier": "Unique", "type": "spear", "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, "ls": 2, "id": 3278}, {"name": "The Levee", "tier": "Legendary", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 800, "fDef": 40, "wDef": 40, "lvl": 46, "intReq": 15, "defReq": 30, "sdPct": -10, "mdPct": -15, "def": 9, "spd": -15, "fDamPct": 15, "wDamPct": 15, "fDefPct": 20, "wDefPct": 20, "id": 3276}, {"name": "The Master's Gi", "tier": "Rare", "type": "chestplate", "quest": "Enter the Dojo", "category": "armor", "slots": 2, "drop": "never", "hp": 2650, "lvl": 89, "hprPct": 20, "mr": 5, "xpb": 15, "spd": 12, "fDamPct": 26, "eDamPct": 26, "id": 3277}, {"name": "The Mark", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 800, "wDef": -30, "lvl": 56, "dexReq": 35, "defReq": 35, "sdPct": 20, "lb": 10, "int": -5, "spRegen": -10, "wDamPct": -10, "fDefPct": 15, "tDefPct": 15, "id": 3273}, {"name": "The Meddler", "tier": "Rare", "thorns": 6, "category": "accessory", "drop": "lootchest", "lvl": 19, "intReq": 8, "ls": 4, "ref": 6, "hprRaw": -2, "sdRaw": 4, "mdRaw": -4, "type": "bracelet", "id": 3280}, {"name": "The Nautilus", "tier": "Rare", "type": "spear", "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, "intReq": 25, "mr": 5, "lb": 10, "ref": 5, "spd": 5, "fDefPct": 10, "wDefPct": 5, "tDefPct": -10, "id": 3281}, {"name": "The Mind", "tier": "Unique", "type": "dagger", "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, "intReq": 20, "sdPct": 16, "mdPct": -10, "xpb": 6, "int": 7, "id": 3279}, {"name": "The Old King's Crown", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 56, "fDef": 5, "wDef": -2, "lvl": 14, "def": 4, "fDefPct": 5, "id": 3284}, {"name": "The Out", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 5, "xpb": 6, "spd": 5, "hpBonus": 6, "id": 3285}, {"name": "The Oblivious", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 1450, "lvl": 62, "sdPct": 7, "mdPct": 11, "xpb": 25, "hpBonus": 550, "hprRaw": 35, "fDamPct": -40, "wDamPct": -40, "aDamPct": -40, "tDamPct": -40, "eDamPct": -40, "id": 3282}, {"name": "The Oppressors", "tier": "Rare", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 2000, "lvl": 75, "defReq": 75, "dex": -3, "int": -3, "agi": -3, "def": 17, "spd": -15, "atkTier": -1, "hpBonus": 900, "id": 3283}, {"name": "The Parasite", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-175", "eDam": "70-125", "atkSpd": "SLOW", "lvl": 98, "strReq": 45, "dexReq": 45, "mr": -15, "ls": 430, "ms": 10, "expd": 25, "hpBonus": -1350, "hprRaw": -200, "tDamPct": 17, "eDamPct": 17, "fDefPct": -28, "id": 3287}, {"name": "The Rainmaker", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-152", "aDam": "0-0", "tDam": "0-152", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "dexReq": 40, "intReq": 40, "ls": -365, "ms": -10, "atkTier": 1, "sdRaw": 155, "mdRaw": 95, "tDamPct": 20, "eDamPct": 20, "id": 3290}, {"name": "The Queen's Tiara", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 19, "lvl": 5, "xpb": 4, "lb": 8, "id": 3286}, {"name": "The Prisoner", "tier": "Rare", "type": "leggings", "thorns": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2100, "lvl": 79, "strReq": 55, "agi": -10, "def": 17, "spd": -40, "hpBonus": 1615, "id": 3288}, {"name": "The Rupturer", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "aDef": -100, "eDef": 80, "lvl": 81, "strReq": 60, "mdPct": 10, "str": 15, "expd": 25, "eDamPct": 25, "aDefPct": -10, "id": 3315}, {"name": "The Smoking Barrel", "tier": "Unique", "type": "bow", "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, "defReq": 20, "str": 5, "dex": 5, "expd": 15, "spd": -10, "eDamPct": 10, "id": 3292}, {"name": "The Scarecrow's Arm", "tier": "Unique", "type": "wand", "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, "mdPct": 3, "id": 3289}, {"name": "The Skin Tearer", "tier": "Unique", "type": "spear", "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, "mdPct": 3, "str": 4, "dex": 4, "id": 3291}, {"name": "The Stokers", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3100, "lvl": 95, "defReq": 75, "mr": 5, "mdPct": -25, "def": 15, "hprRaw": 135, "mdRaw": 285, "fDamPct": 10, "fDefPct": 15, "id": 3296}, {"name": "The Specialist", "tier": "Rare", "type": "dagger", "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, "xpb": 20, "str": 15, "dex": 15, "int": 15, "agi": 15, "def": 15, "fDamPct": 1176, "wDamPct": 1334, "aDamPct": 1176, "tDamPct": 889, "eDamPct": 1000, "id": 3293}, {"name": "The Thief", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 180, "lvl": 34, "mdPct": -4, "ls": 20, "ms": 5, "dex": 1, "spd": 4, "eSteal": 5, "id": 3295}, {"name": "The Vampire Blade", "tier": "Unique", "type": "spear", "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, "ls": 47, "spRegen": 5, "id": 3298}, {"name": "The Traveler", "tier": "Rare", "type": "bow", "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, "mdPct": 10, "agi": 8, "spd": 23, "eSteal": 2, "aDamPct": 10, "id": 3294}, {"name": "The Wildwing", "tier": "Unique", "type": "bow", "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, "agiReq": 5, "agi": 4, "spd": 5, "aDamPct": 5, "fDefPct": -10, "id": 3301}, {"name": "Thermosphere", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2150, "fDef": 70, "aDef": 70, "tDef": 100, "eDef": -110, "lvl": 81, "dexReq": 45, "ref": 19, "dex": 7, "agi": 5, "def": 5, "fDamPct": 9, "aDamPct": 9, "tDamPct": 15, "fDefPct": 15, "aDefPct": 15, "tDefPct": 9, "id": 3303}, {"name": "The Visionary's Vice", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "83-137", "aDam": "0-0", "tDam": "37-203", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "dexReq": 40, "intReq": 40, "ms": 10, "str": -15, "def": -15, "sdRaw": 175, "wDamPct": 12, "tDamPct": 12, "fDefPct": -35, "eDefPct": -35, "id": 3300}, {"name": "Thief's Dagger", "tier": "Unique", "type": "dagger", "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, "eSteal": 5, "id": 3307}, {"name": "Therck's Irritation", "tier": "Rare", "thorns": 3, "category": "accessory", "drop": "lootchest", "hp": -5, "lvl": 9, "mdRaw": 7, "fDamPct": 5, "type": "bracelet", "id": 3299}, {"name": "The Wool Trimmer", "tier": "Unique", "type": "dagger", "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, "xpb": 4, "lb": 8, "id": 3297}, {"name": "Thinking Helmet", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 8, "lvl": 4, "mr": 5, "id": 3304}, {"name": "Thrice", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "33-113", "fDam": "0-0", "wDam": "33-113", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 87, "intReq": 55, "mr": 5, "sdPct": 10, "int": 12, "sdRaw": 87, "fDamPct": -17, "wDamPct": 17, "wDefPct": 17, "id": 3308}, {"name": "Threshold", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "58-74", "aDam": "0-0", "tDam": "55-77", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 47, "dexReq": 20, "intReq": 20, "mdPct": -55, "ms": 5, "hpBonus": -120, "sdRaw": 60, "mdRaw": 105, "id": 3306}, {"name": "Thousand Waves", "tier": "Rare", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "966-1143", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 70, "intReq": 45, "hprPct": -45, "int": 15, "def": -8, "fDamPct": -30, "wDamPct": 20, "tDefPct": -25, "spPct3": -24, "id": 3309}, {"name": "Third Eye", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2600, "lvl": 88, "intReq": 80, "mr": 15, "int": 15, "spRegen": 15, "fDefPct": 15, "wDefPct": 20, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 3302}, {"name": "Throatcut", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "77-299", "fDam": "77-299", "wDam": "0-0", "aDam": "77-163", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 76, "agiReq": 40, "defReq": 40, "mdPct": 27, "ls": 145, "xpb": 10, "lb": 10, "dex": -10, "int": -10, "agi": 13, "def": 13, "expd": 10, "spd": -10, "id": 3305}, {"name": "Thrunda Ripsaw", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "100-385", "eDam": "0-0", "atkSpd": "FAST", "lvl": 93, "dexReq": 80, "hprPct": -33, "mdPct": 25, "ls": 335, "sdRaw": 155, "tDamPct": 15, "wDefPct": -20, "eDefPct": -30, "id": 3312}, {"name": "Thunder Relic Bow", "tier": "Rare", "type": "bow", "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, "dexReq": 20, "ms": 5, "xpb": 15, "lb": 15, "dex": 7, "mdRaw": 85, "tDamPct": 20, "tDefPct": 10, "id": 3310}, {"name": "Thunder Relic Daggers", "tier": "Rare", "type": "dagger", "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, "dexReq": 25, "ms": 5, "xpb": 15, "lb": 15, "dex": 7, "mdRaw": 70, "tDamPct": 20, "tDefPct": 10, "id": 3311}, {"name": "Thunder Relic Wand", "tier": "Rare", "type": "wand", "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, "dexReq": 20, "ms": 5, "xpb": 15, "lb": 15, "dex": 7, "mdRaw": 39, "tDamPct": 20, "tDefPct": 10, "id": 3316}, {"name": "Thundering Wind", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-85", "fDam": "0-0", "wDam": "0-0", "aDam": "30-160", "tDam": "30-160", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "dexReq": 40, "agiReq": 40, "sdPct": 15, "mdPct": 15, "dex": 7, "agi": 7, "spd": 14, "tDamPct": 15, "eDamPct": -30, "fDefPct": -30, "id": 3321}, {"name": "Thunderbolt", "tier": "Legendary", "type": "bow", "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, "dexReq": 20, "sdPct": 12, "mdPct": 12, "xpb": 12, "agi": 8, "spd": 12, "tDamPct": 12, "eDamPct": -144, "eDefPct": -36, "id": 3314}, {"name": "Thunderbird", "tier": "Unique", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "80-125", "tDam": "90-170", "eDam": "0-0", "atkSpd": "FAST", "lvl": 96, "dexReq": 40, "agiReq": 30, "sdPct": 14, "ms": 5, "dex": 9, "agi": 7, "spd": 15, "atkTier": 1, "fDefPct": -20, "id": 3318}, {"name": "Tidebinder", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "235-315", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "intReq": 65, "mr": 15, "mdPct": -25, "ref": 30, "int": 13, "fDefPct": 50, "wDefPct": 75, "tDefPct": -25, "id": 3325}, {"name": "Thunderlock", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "55-85", "fDam": "0-0", "wDam": "0-0", "aDam": "40-85", "tDam": "20-110", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 86, "dexReq": 40, "agiReq": 35, "sdPct": 9, "ref": 10, "dex": 4, "mdRaw": 110, "aDefPct": 10, "id": 3317}, {"name": "Thunderstruck", "tier": "Unique", "type": "spear", "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, "dexReq": 15, "agiReq": 15, "dex": 5, "agi": 5, "spd": 5, "fDamPct": -20, "aDamPct": 10, "tDamPct": 10, "eDamPct": -20, "id": 3322}, {"name": "Timbre", "tier": "Unique", "type": "wand", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "7-7", "wDam": "7-7", "aDam": "7-7", "tDam": "7-7", "eDam": "7-7", "atkSpd": "SLOW", "lvl": 27, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "xpb": 7, "lb": 7, "id": 3326}, {"name": "Time Rift", "tier": "Fabled", "type": "chestplate", "majorIds": ["SORCERY"], "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "wDef": -250, "lvl": 95, "intReq": 120, "mr": -15, "sdPct": 46, "ms": -20, "ref": 30, "atkTier": -1, "id": 3323}, {"name": "Timthriall", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "152-153", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "152-153", "atkSpd": "NORMAL", "lvl": 98, "strReq": 50, "mr": 10, "sdPct": 20, "mdPct": 20, "str": 15, "eDamPct": 10, "id": 3328}, {"name": "Tidebreaker", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "110-115", "atkSpd": "SLOW", "lvl": 55, "intReq": 30, "sdPct": 16, "mdPct": 8, "expd": 10, "wDamPct": 14, "tDefPct": -50, "id": 3324}, {"name": "Tiny", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 1, "lvl": 7, "sdPct": 2, "agi": 1, "spd": 2, "type": "necklace", "id": 3330}, {"name": "Tinderbox", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3200, "fDef": 110, "wDef": -110, "lvl": 93, "agiReq": 40, "defReq": 40, "ms": 5, "int": -30, "agi": 8, "expd": 25, "spd": 10, "fDamPct": 10, "wDamPct": -15, "spPct1": -10, "spPct3": -7, "spPct4": -10, "id": 3327}, {"name": "Tisaun's Honour", "tier": "Rare", "thorns": 8, "category": "accessory", "drop": "lootchest", "fDef": 20, "eDef": 15, "lvl": 88, "strReq": 35, "defReq": 35, "mdPct": 6, "ref": 8, "def": 7, "type": "ring", "id": 3329}, {"name": "Thundersnow", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 900, "wDef": 50, "tDef": 50, "eDef": -100, "lvl": 63, "dexReq": 25, "intReq": 40, "mr": 5, "sdPct": 14, "ls": -75, "dex": 4, "int": 3, "mdRaw": -91, "wDamPct": 5, "tDamPct": 11, "id": 3320}, {"name": "Tizatuko", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 125, "aDef": 7, "eDef": -4, "lvl": 21, "lb": 13, "agi": 5, "aDamPct": 8, "eDefPct": -6, "id": 3331}, {"name": "Tidal", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": 50, "tDef": -30, "eDef": -30, "lvl": 92, "intReq": 40, "ms": 5, "int": 4, "wDamPct": 7, "eDamPct": -5, "type": "bracelet", "id": 3319}, {"name": "Tisaun's Proof", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-50", "fDam": "55-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "55-70", "atkSpd": "FAST", "lvl": 88, "strReq": 55, "defReq": 55, "sdPct": 15, "mdPct": 10, "str": 20, "dex": 20, "def": 20, "atkTier": 1, "id": 3335}, {"name": "Toes Tickler", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 20, "lvl": 8, "spd": 7, "id": 3332}, {"name": "Toaster", "tier": "Rare", "type": "spear", "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, "defReq": 38, "sdPct": 11, "mdPct": 11, "fDefPct": 20, "id": 3333}, {"name": "Thunder Relic Spear", "tier": "Rare", "type": "spear", "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, "dexReq": 25, "ms": 5, "xpb": 15, "lb": 15, "dex": 7, "mdRaw": 80, "tDamPct": 20, "tDefPct": 10, "id": 3313}, {"name": "Togak's Vision", "tier": "Rare", "category": "accessory", "drop": "lootchest", "fDef": -50, "aDef": 25, "eDef": 25, "lvl": 77, "strReq": 15, "agiReq": 15, "ref": 6, "str": 4, "spRegen": 4, "fDamPct": -10, "fDefPct": -10, "aDefPct": 5, "eDefPct": 5, "type": "bracelet", "id": 3337}, {"name": "Tormenter", "tier": "Unique", "type": "bow", "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, "xpb": 5, "lb": 5, "id": 3336}, {"name": "Tonbo", "tier": "Rare", "type": "bow", "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, "strReq": 15, "agiReq": 15, "sdPct": -19, "mdPct": 11, "str": 7, "agi": 7, "spd": 10, "aDamPct": 10, "aDefPct": -10, "id": 3334}, {"name": "Torrential Tide", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "1-85", "fDam": "0-0", "wDam": "1-255", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 85, "intReq": 55, "mdPct": -40, "int": 25, "expd": -40, "sdRaw": 300, "fDamPct": -150, "wDamPct": 25, "tDefPct": -30, "id": 3339}, {"name": "Touroto Trousers", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 2600, "fDef": 65, "wDef": 65, "aDef": 65, "tDef": 65, "eDef": 65, "lvl": 85, "mdPct": 60, "str": 7, "def": 7, "atkTier": -1, "hpBonus": 350, "id": 3341}, {"name": "Tosach", "tier": "Unique", "type": "helmet", "allowCraftsman": true, "category": "armor", "drop": "NORMAL", "hp": 2, "lvl": 1, "xpb": 2, "id": 3340}, {"name": "Toxin", "tier": "Rare", "type": "helmet", "poison": 500, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "aDef": -80, "tDef": 60, "eDef": 60, "lvl": 79, "strReq": 40, "dexReq": 40, "hprPct": -10, "mdPct": 9, "hprRaw": -60, "tDamPct": 9, "eDamPct": 9, "aDefPct": -13, "id": 3367}, {"name": "Tower", "tier": "Rare", "type": "spear", "thorns": 10, "category": "weapon", "drop": "NORMAL", "nDam": "200-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 80, "defReq": 45, "hprPct": 20, "def": 13, "spd": -15, "hpBonus": 1715, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 3342}, {"name": "Tourmaline Lyre", "tier": "Unique", "type": "bow", "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, "agiReq": 15, "defReq": 20, "hprPct": 20, "xpb": 15, "lb": 10, "agi": 5, "def": 5, "spd": 10, "hprRaw": 20, "id": 3338}, {"name": "Toxotes", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "175-235", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 73, "strReq": 20, "intReq": 40, "mdPct": 10, "int": 7, "hpBonus": -600, "wDamPct": 10, "tDefPct": -15, "id": 3344}, {"name": "Trace", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 2, "lvl": 11, "xpb": 2, "lb": 2, "spRegen": 2, "hprRaw": 2, "sdRaw": 2, "mdRaw": 2, "type": "necklace", "id": 3343}, {"name": "Trauma", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1650, "aDef": 30, "tDef": 30, "lvl": 73, "dexReq": 45, "agiReq": 45, "dex": 5, "int": -10, "agi": 5, "mdRaw": 145, "aDamPct": 11, "tDamPct": 11, "id": 3348}, {"name": "Tracer", "tier": "Rare", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "198-205", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 88, "agiReq": 55, "sdPct": -150, "mdPct": 15, "agi": 13, "spd": 15, "atkTier": 1, "hpBonus": -1500, "mdRaw": 160, "aDefPct": 10, "id": 3345}, {"name": "Travel Charm", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 10, "xpb": 5, "hpBonus": 20, "type": "necklace", "id": 3346}, {"name": "Tremorstep", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 875, "aDef": -65, "eDef": 50, "lvl": 63, "strReq": 40, "mdPct": 12, "ls": -60, "str": 4, "agi": -3, "expd": 7, "spd": -12, "fDamPct": 5, "eDamPct": 15, "eDefPct": 11, "id": 3353}, {"name": "Tribulation", "tier": "Unique", "type": "bow", "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, "dexReq": 30, "defReq": 30, "ls": 115, "expd": 15, "spd": -14, "spRegen": -15, "fDamPct": 12, "tDamPct": 12, "wDefPct": -20, "id": 3349}, {"name": "Tribal Flute", "tier": "Rare", "type": "wand", "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, "agiReq": 15, "sdPct": -15, "mdPct": 8, "str": 4, "agi": 4, "spd": 5, "eDamPct": 5, "fDefPct": -10, "id": 3347}, {"name": "Tribal Headdress", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 200, "lvl": 35, "agiReq": 5, "sdPct": -5, "str": 5, "agi": 3, "spd": 5, "mdRaw": 46, "aDefPct": 5, "eDefPct": 5, "id": 3351}, {"name": "Trinket", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 37, "xpb": 6, "lb": 6, "eSteal": 2, "type": "bracelet", "id": 3352}, {"name": "Troms' Climbing Trousers", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "fDef": -30, "aDef": 30, "lvl": 53, "agiReq": 30, "xpb": 7, "agi": 7, "def": -5, "spd": 10, "fDamPct": -10, "aDamPct": 5, "id": 3357}, {"name": "Troms' Pride", "tier": "Unique", "type": "spear", "thorns": 9, "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, "ref": 9, "sdRaw": 70, "mdRaw": 90, "fDamPct": -7, "aDamPct": -7, "id": 3356}, {"name": "Triumph", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1900, "lvl": 75, "xpb": 10, "lb": 10, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spRegen": 2, "id": 3350}, {"name": "Tropics", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "323-395", "aDam": "0-0", "tDam": "0-0", "eDam": "323-395", "atkSpd": "VERY_SLOW", "lvl": 96, "strReq": 35, "intReq": 35, "sdPct": 8, "mdPct": 8, "ms": 5, "str": 7, "int": 7, "hpBonus": -1500, "fDefPct": -30, "id": 3355}, {"name": "Tsunami", "tier": "Legendary", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 100, "wDef": 15, "tDef": -15, "lvl": 24, "intReq": 30, "mr": 10, "wDamPct": 5, "tDamPct": -8, "tDefPct": -15, "id": 3354}, {"name": "Turbulence", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 490, "fDef": -40, "aDef": 40, "tDef": -50, "lvl": 53, "agiReq": 30, "mdPct": 13, "dex": -4, "mdRaw": 65, "aDamPct": 8, "id": 3359}, {"name": "Turnpike", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "13-15", "atkSpd": "VERY_SLOW", "lvl": 8, "lb": 8, "def": 4, "spd": -5, "mdRaw": 20, "id": 3361}, {"name": "Tundra Strike", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "140-140", "fDam": "0-0", "wDam": "325-625", "aDam": "0-0", "tDam": "0-0", "eDam": "325-625", "atkSpd": "SUPER_SLOW", "lvl": 87, "strReq": 40, "intReq": 40, "sdPct": 12, "ms": 10, "ref": 45, "str": 8, "spd": -11, "fDamPct": -20, "fDefPct": -30, "id": 3360}, {"name": "Tsunasweep", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-80", "fDam": "0-0", "wDam": "50-90", "aDam": "0-0", "tDam": "30-120", "eDam": "0-0", "atkSpd": "FAST", "lvl": 94, "dexReq": 40, "intReq": 40, "sdPct": 20, "mdPct": -16, "ms": 5, "dex": 8, "fDamPct": -20, "wDamPct": 18, "tDamPct": 18, "eDamPct": -14, "eDefPct": -20, "id": 3358}, {"name": "Turmoil", "tier": "Rare", "type": "spear", "poison": 610, "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, "strReq": 30, "dexReq": 30, "sdPct": -8, "mdPct": 10, "tDamPct": 10, "eDamPct": 10, "id": 3362}, {"name": "Twilight", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "aDef": 50, "tDef": 50, "lvl": 66, "dexReq": 50, "agiReq": 50, "dex": 5, "agi": 5, "sdRaw": 30, "mdRaw": 39, "aDamPct": 10, "tDamPct": 10, "aDefPct": 10, "tDefPct": 10, "id": 3370}, {"name": "Turquoise", "tier": "Unique", "type": "leggings", "thorns": 18, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3175, "wDef": 90, "eDef": 90, "lvl": 95, "strReq": 30, "intReq": 30, "sdPct": 10, "xpb": 10, "str": 5, "int": 5, "eSteal": 8, "mdRaw": 175, "aDamPct": -15, "id": 3365}, {"name": "Ultraviolet", "tier": "Rare", "type": "bow", "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, "strReq": 7, "dexReq": 7, "intReq": 7, "agiReq": 7, "defReq": 7, "hprPct": -12, "spd": 7, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "id": 3368}, {"name": "Twin Daggers", "tier": "Unique", "type": "dagger", "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, "dexReq": 20, "agiReq": 20, "dex": 10, "spd": 12, "id": 3363}, {"name": "Twist Band", "tier": "Unique", "thorns": 6, "category": "accessory", "drop": "lootchest", "lvl": 49, "intReq": 10, "agiReq": 10, "ref": 6, "agi": 4, "sdRaw": 12, "type": "bracelet", "id": 3364}, {"name": "Undefined", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2750, "lvl": 94, "hprRaw": 135, "sdRaw": 135, "mdRaw": 175, "id": 3371}, {"name": "Umbral Mail", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2175, "fDef": -120, "wDef": 80, "tDef": 80, "lvl": 87, "dexReq": 40, "intReq": 40, "sdPct": 16, "ms": 10, "str": 7, "dex": 5, "int": 5, "fDamPct": -8, "wDamPct": 12, "tDamPct": 12, "fDefPct": -8, "wDefPct": 10, "tDefPct": 10, "id": 3366}, {"name": "Undertow", "tier": "Legendary", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 150, "wDef": 10, "tDef": -20, "lvl": 22, "intReq": 10, "mr": 5, "sdPct": 12, "mdPct": -10, "int": 5, "spd": -8, "wDefPct": 8, "id": 3372}, {"name": "Unhalting Eagle", "tier": "Unique", "type": "bow", "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, "strReq": 5, "agiReq": 10, "mdPct": 8, "str": 5, "spd": 15, "fDefPct": -15, "id": 3373}, {"name": "Undying", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-40", "fDam": "300-400", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "300-400", "atkSpd": "SUPER_SLOW", "lvl": 95, "strReq": 35, "defReq": 55, "hprPct": 25, "sdPct": -7, "mdPct": -7, "ls": 400, "def": 20, "spd": -15, "hpBonus": 2500, "hprRaw": 196, "wDefPct": 25, "id": 3381}, {"name": "Union", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 39, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "xpb": 8, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "type": "bracelet", "id": 3376}, {"name": "Unravel", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "fDef": -110, "aDef": 70, "lvl": 92, "agiReq": 80, "mdPct": -50, "ms": 10, "ref": 18, "agi": 9, "sdRaw": 222, "aDamPct": 27, "id": 3377}, {"name": "Unholy Wand", "tier": "Rare", "type": "wand", "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, "dexReq": 20, "xpb": 5, "dex": 4, "agi": -3, "expd": 5, "spRegen": -10, "tDamPct": 10, "aDefPct": -25, "id": 3374}, {"name": "Unsheathed Glaive", "tier": "Unique", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "75-90", "wDam": "75-90", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 84, "intReq": 30, "defReq": 30, "sdPct": -30, "mdPct": 10, "int": 8, "def": 8, "fDamPct": 15, "wDamPct": 15, "fDefPct": 10, "wDefPct": 10, "id": 3382}, {"name": "Updraft", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2825, "fDef": -70, "aDef": 80, "tDef": 120, "eDef": -110, "lvl": 96, "dexReq": 45, "ms": 5, "dex": 6, "agi": 6, "spd": 16, "aDamPct": 20, "tDamPct": 24, "fDefPct": -10, "jh": 1, "id": 3379}, {"name": "Unspeakable", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": -239, "lvl": 65, "strReq": 36, "dexReq": 47, "mr": -5, "ms": 10, "str": 4, "dex": 5, "sdRaw": -43, "mdRaw": -44, "type": "ring", "id": 3378}, {"name": "Umbrella Hat", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 200, "tDef": -20, "lvl": 34, "intReq": 25, "mr": 10, "sdPct": 5, "dex": -4, "wDefPct": 8, "tDefPct": -12, "id": 3369}, {"name": "Unrefined Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 500, "eDef": 30, "lvl": 50, "strReq": 25, "sdPct": -12, "mdPct": 5, "lb": 13, "spd": -12, "eDamPct": 20, "eDefPct": 20, "id": 3375}, {"name": "Upside Down Bowl", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 45, "aDef": -5, "eDef": 5, "lvl": 12, "lb": 5, "str": 3, "id": 3380}, {"name": "Urheus", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "fDef": 8, "wDef": -12, "eDef": 10, "lvl": 32, "strReq": 10, "defReq": 5, "hprPct": 15, "str": 5, "def": 3, "mdRaw": 48, "aDamPct": -8, "id": 3383}, {"name": "Uranium Aegis", "tier": "Fabled", "type": "chestplate", "majorIds": ["PLAGUE"], "poison": 900, "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2725, "wDef": -60, "tDef": 75, "lvl": 77, "strReq": 35, "dexReq": 45, "hprPct": -100, "expd": 50, "hpBonus": 1200, "spRaw3": 5, "id": 3386}, {"name": "Upside Down Bucket", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 350, "wDef": 25, "tDef": -15, "lvl": 42, "mdPct": -3, "ref": 8, "wDamPct": 16, "wDefPct": 9, "id": 3384}, {"name": "Vacancy", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2525, "lvl": 89, "agiReq": 50, "int": -24, "agi": 12, "spd": 15, "spPct1": -10, "spPct3": -7, "spPct4": -17, "id": 3385}, {"name": "Uriel", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 27, "agiReq": 5, "spd": 12, "type": "ring", "id": 3387}, {"name": "Vacarme", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1700, "tDef": 100, "eDef": -100, "lvl": 91, "dexReq": 70, "ms": 10, "dex": 7, "expd": 20, "hprRaw": -135, "sdRaw": 165, "tDamPct": 23, "tDefPct": -32, "id": 3586}, {"name": "Valix", "tier": "Unique", "type": "wand", "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, "xpb": 8, "spd": 8, "id": 3388}, {"name": "Valkyrie", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-95", "tDam": "0-125", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 89, "dexReq": 35, "agiReq": 30, "hprPct": -8, "spd": 15, "sdRaw": -55, "mdRaw": 70, "id": 3392}, {"name": "Vacuum", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 2475, "wDef": 60, "aDef": -130, "eDef": 70, "lvl": 93, "strReq": 45, "intReq": 55, "mr": 10, "spd": -12, "sdRaw": 155, "wDamPct": 15, "eDamPct": 15, "aDefPct": -30, "id": 3389}, {"name": "Valiant", "tier": "Unique", "type": "wand", "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, "strReq": 20, "agiReq": 10, "mdPct": 9, "xpb": 8, "str": 8, "spRegen": 6, "id": 3399}, {"name": "Valorheart", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "40-50", "wDam": "40-50", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 41, "intReq": 20, "defReq": 20, "def": 5, "spd": -10, "hpBonus": 250, "spRegen": 10, "fDefPct": 15, "wDefPct": 15, "id": 3390}, {"name": "Vandal's Touch", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-112", "fDam": "0-0", "wDam": "0-0", "aDam": "50-210", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "strReq": 20, "agiReq": 40, "mdPct": 12, "lb": 15, "str": 8, "eSteal": 5, "sdRaw": -60, "eDamPct": 16, "id": 3394}, {"name": "Vampire Touch", "tier": "Unique", "type": "dagger", "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, "dexReq": 12, "hprPct": 10, "mr": 5, "ls": 55, "id": 3395}, {"name": "Vanilla Spade", "tier": "Unique", "type": "spear", "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, "intReq": 20, "agiReq": 20, "mr": 5, "int": 10, "agi": 10, "spd": 10, "tDamPct": -5, "eDamPct": -5, "id": 3398}, {"name": "Vartija", "tier": "Unique", "type": "spear", "category": "weapon", "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, "agiReq": 10, "defReq": 10, "sdPct": -7, "def": 9, "spd": 15, "hpBonus": 160, "id": 3396}, {"name": "Vampire Stick", "tier": "Unique", "type": "wand", "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, "hprPct": -10, "ls": 32, "spRegen": 5, "id": 3393}, {"name": "Vaward", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3900, "lvl": 99, "hprPct": 15, "sdPct": 15, "mdPct": 15, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "spRegen": 15, "id": 3397}, {"name": "Veantur", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-110", "fDam": "0-0", "wDam": "50-85", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 83, "intReq": 50, "sdPct": 12, "mdPct": 10, "ref": 7, "int": 7, "hpBonus": -1000, "fDamPct": -25, "wDamPct": 15, "id": 3400}, {"name": "Valhalla", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3525, "fDef": 80, "aDef": 80, "eDef": 80, "lvl": 98, "strReq": 40, "agiReq": 40, "defReq": 40, "ls": 215, "str": 9, "agi": 9, "def": 9, "spd": 12, "spRegen": 12, "wDefPct": -25, "tDefPct": -25, "id": 3391}, {"name": "Vellalar", "tier": "Rare", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "13-18", "fDam": "0-0", "wDam": "11-15", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 13, "ms": 5, "str": 5, "fDamPct": -5, "id": 3401}, {"name": "Venison", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 735, "fDef": -75, "wDef": 45, "eDef": 60, "lvl": 54, "strReq": 20, "intReq": 15, "mr": 10, "mdPct": 19, "xpb": 15, "str": 7, "int": 7, "spRegen": 10, "fDefPct": -15, "tDefPct": -10, "id": 3406}, {"name": "Venomsoul", "tier": "Unique", "type": "chestplate", "poison": 525, "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "aDef": -90, "lvl": 75, "strReq": 30, "intReq": 20, "ms": 5, "spRegen": -10, "id": 3404}, {"name": "Veins", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "72-78", "wDam": "69-81", "aDam": "66-84", "tDam": "63-87", "eDam": "75-75", "atkSpd": "SLOW", "lvl": 89, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hpBonus": 965, "hprRaw": 115, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "id": 3402}, {"name": "Ventus Tail", "tier": "Legendary", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 2150, "aDef": 120, "tDef": 120, "eDef": -250, "lvl": 80, "dexReq": 35, "agiReq": 35, "sdPct": 10, "ms": 10, "dex": 8, "agi": 8, "spd": 7, "eSteal": 7, "aDamPct": 27, "tDamPct": 27, "eDamPct": -45, "id": 3403}, {"name": "Verglas", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 82, "intReq": 35, "agiReq": 35, "sdPct": 6, "int": 5, "spd": -10, "hprRaw": -55, "aDamPct": 5, "type": "necklace", "id": 3408}, {"name": "Ventilator", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "fDef": -6, "aDef": 6, "lvl": 25, "agiReq": 15, "spd": 12, "fDamPct": -8, "aDamPct": 6, "id": 3405}, {"name": "Verdigris Sabatons", "tier": "Unique", "type": "boots", "poison": 550, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1900, "fDef": 70, "wDef": -60, "tDef": 40, "lvl": 76, "dexReq": 20, "defReq": 35, "mr": -5, "def": 5, "spd": -7, "sdRaw": 100, "wDamPct": -14, "aDamPct": -12, "tDefPct": 10, "id": 3407}, {"name": "Vesuvius", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-50", "fDam": "100-200", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-200", "atkSpd": "VERY_SLOW", "lvl": 86, "strReq": 30, "defReq": 30, "mdPct": 12, "str": 8, "expd": 33, "fDamPct": 15, "wDamPct": -10, "eDamPct": 15, "wDefPct": -20, "id": 3409}, {"name": "Verstand", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 130, "wDef": 10, "tDef": -8, "lvl": 28, "intReq": 15, "mr": 5, "sdPct": 6, "mdPct": -6, "str": -3, "int": 4, "id": 3410}, {"name": "Vile", "tier": "Rare", "type": "bow", "poison": 1100, "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, "ls": 120, "hpBonus": -250, "mdRaw": 130, "eDamPct": 15, "wDefPct": -20, "id": 3414}, {"name": "Vigor", "tier": "Unique", "type": "bow", "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, "intReq": 25, "defReq": 25, "hprPct": 40, "sdPct": -7, "mdPct": -16, "def": 5, "hpBonus": 500, "hprRaw": 25, "wDefPct": 7, "id": 3412}, {"name": "Vibrato", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "21-22", "fDam": "0-0", "wDam": "0-0", "aDam": "55-56", "tDam": "55-56", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 44, "dexReq": 16, "agiReq": 16, "ms": 5, "def": -12, "spd": 12, "spPct1": -23, "id": 3413}, {"name": "Vinecrawlers", "tier": "Rare", "type": "boots", "poison": 425, "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1750, "aDef": -70, "eDef": 90, "lvl": 72, "strReq": 45, "str": 7, "def": 7, "spd": -8, "hprRaw": 60, "fDefPct": -25, "wDefPct": 15, "id": 3411}, {"name": "Viper", "tier": "Unique", "type": "wand", "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, "dexReq": 22, "mdPct": 6, "ls": 26, "dex": 4, "spd": 4, "mdRaw": 13, "id": 3416}, {"name": "Virgo", "tier": "Legendary", "type": "boots", "thorns": 1, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 5, "lvl": 97, "strReq": 70, "dexReq": 70, "mdPct": -45, "ref": 1, "agi": -20, "def": -20, "expd": 65, "atkTier": 2, "tDamPct": 16, "eDamPct": 16, "id": 3417}, {"name": "Virtuoso", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2250, "wDef": 70, "aDef": 70, "lvl": 94, "intReq": 50, "agiReq": 50, "mr": 5, "sdPct": 20, "ms": -40, "spd": 20, "sdRaw": 196, "id": 3415}, {"name": "Vital", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -220, "lvl": 67, "hprPct": 10, "hprRaw": 40, "type": "ring", "id": 3421}, {"name": "Virtue", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "15-350", "fDam": "0-0", "wDam": "210-250", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 74, "intReq": 45, "sdPct": 9, "ms": 15, "ref": 9, "agi": -6, "spd": -12, "atkTier": -1, "id": 3419}, {"name": "Vitium", "tier": "Rare", "poison": 50, "category": "accessory", "drop": "lootchest", "hp": -20, "aDef": -5, "lvl": 32, "ls": 10, "expd": 6, "type": "necklace", "id": 3418}, {"name": "Vitriol", "tier": "Unique", "poison": 83, "category": "accessory", "drop": "lootchest", "hp": -60, "wDef": -5, "eDef": 10, "lvl": 39, "strReq": 15, "hprPct": -10, "ls": 12, "type": "bracelet", "id": 3420}, {"name": "Vivace", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "13-18", "fDam": "0-0", "wDam": "0-0", "aDam": "9-13", "tDam": "9-13", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 29, "dexReq": 10, "agiReq": 10, "sdPct": 11, "dex": 5, "agi": 5, "spd": 11, "eDefPct": 18, "id": 3422}, {"name": "Voidlight", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-90", "tDam": "0-180", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 88, "dexReq": 35, "agiReq": 35, "sdPct": 10, "mdPct": -40, "ms": 10, "ref": 15, "str": -10, "agi": 13, "sdRaw": 205, "eDefPct": -25, "id": 3423}, {"name": "Void Catalyst", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-515", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 59, "dexReq": 43, "dex": 25, "tDamPct": 45, "spRaw1": 5, "spRaw2": 5, "spRaw3": 5, "spRaw4": 5, "id": 3425}, {"name": "Volcano", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "135-220", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "155-200", "atkSpd": "SLOW", "lvl": 98, "strReq": 40, "defReq": 40, "str": 13, "def": 13, "expd": 20, "spd": -25, "fDamPct": 12, "eDamPct": 12, "fDefPct": 18, "eDefPct": 18, "id": 3424}, {"name": "Voidshard", "tier": "Rare", "thorns": 5, "category": "accessory", "drop": "lootchest", "hp": -120, "lvl": 70, "strReq": 25, "agiReq": 25, "sdPct": 7, "ls": 44, "spd": 7, "type": "ring", "id": 3427}, {"name": "Voodoo", "tier": "Rare", "type": "dagger", "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, "sdPct": 6, "id": 3430}, {"name": "Voleur", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 270, "lvl": 36, "dexReq": 10, "agiReq": 5, "mdPct": -7, "lb": 12, "dex": 3, "agi": 3, "spd": 4, "eSteal": 6, "id": 3428}, {"name": "Volmor's Flair", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 85, "xpb": 5, "lb": 13, "hpBonus": -750, "type": "bracelet", "id": 3426}, {"name": "Vorpal", "tier": "Rare", "type": "dagger", "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, "dexReq": 25, "intReq": 25, "hprPct": -25, "mr": -5, "dex": 17, "hpBonus": -500, "sdRaw": 120, "wDamPct": 15, "tDamPct": 15, "id": 3436}, {"name": "Blue Team Helmet", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 25, "lvl": 20, "id": 3435, "set": "Blue Team"}, {"name": "Blue Team Leggings", "tier": "Set", "type": "leggings", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 50, "lvl": 20, "id": 3431, "set": "Blue Team"}, {"name": "Red Team Boots", "tier": "Set", "type": "boots", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 25, "lvl": 20, "id": 3434, "set": "Red Team"}, {"name": "Red Team Leggings", "tier": "Set", "type": "leggings", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 50, "lvl": 20, "id": 3437, "set": "Red Team"}, {"name": "Red Team Chestplate", "tier": "Set", "type": "chestplate", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 50, "lvl": 20, "id": 3443, "set": "Red Team"}, {"name": "Blitzen", "tier": "Rare", "category": "accessory", "drop": "never", "hp": -140, "wDef": 10, "lvl": 75, "dexReq": 40, "ms": 5, "wDamPct": 6, "type": "ring", "fixID": true, "id": 3438}, {"name": "Comet", "tier": "Unique", "category": "accessory", "drop": "never", "fDef": 12, "aDef": 12, "eDef": 12, "lvl": 70, "strReq": 20, "agiReq": 10, "defReq": 10, "mr": -5, "sdPct": -6, "mdPct": 8, "expd": 12, "mdRaw": 26, "type": "bracelet", "fixID": true, "id": 3441}, {"name": "Charcoal", "tier": "Rare", "type": "boots", "thorns": 10, "category": "armor", "slots": 2, "drop": "never", "hp": 3425, "fDef": 120, "aDef": 120, "lvl": 95, "strReq": 20, "defReq": 60, "ls": 285, "ref": 20, "str": 6, "def": 6, "hprRaw": 195, "fDamPct": 10, "aDefPct": 15, "eDefPct": 25, "fixID": true, "id": 3439}, {"name": "Conifer", "tier": "Rare", "type": "dagger", "thorns": 20, "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, "strReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 20, "spd": -10, "hpBonus": 250, "hprRaw": 30, "fixID": true, "id": 3442}, {"name": "Vortex", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1250, "aDef": 60, "tDef": 60, "eDef": -120, "lvl": 71, "dexReq": 35, "agiReq": 55, "ms": 10, "dex": 5, "agi": 8, "spd": 16, "sdRaw": 100, "mdRaw": 80, "id": 3432}, {"name": "Cupid", "tier": "Rare", "category": "accessory", "drop": "never", "wDef": 10, "eDef": 5, "lvl": 50, "strReq": 20, "intReq": 45, "hprPct": 10, "mr": 5, "sdPct": -10, "hprRaw": 12, "mdRaw": -19, "type": "bracelet", "fixID": true, "id": 3440}, {"name": "Dancer", "tier": "Unique", "category": "accessory", "drop": "never", "hp": -180, "lvl": 80, "agiReq": 50, "spd": 9, "hprRaw": -35, "aDamPct": 12, "type": "necklace", "fixID": true, "id": 3444}, {"name": "Dasher", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 320, "fDef": -25, "lvl": 85, "strReq": 30, "agiReq": 40, "mdPct": 9, "str": 4, "spd": 9, "type": "ring", "fixID": true, "id": 3445}, {"name": "Donner", "tier": "Unique", "category": "accessory", "drop": "never", "fDef": 15, "wDef": -25, "tDef": 15, "lvl": 65, "dexReq": 30, "dex": 5, "fDamPct": 9, "type": "ring", "fixID": true, "id": 3447}, {"name": "Dragster", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 750, "fDef": -50, "aDef": 40, "lvl": 60, "agiReq": 45, "agi": 3, "def": -6, "spd": 20, "mdRaw": 100, "aDamPct": 5, "fDefPct": -10, "aDefPct": 5, "fixID": true, "id": 3446}, {"name": "Frostburn", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "nDam": "40-40", "fDam": "30-90", "wDam": "40-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 80, "intReq": 30, "defReq": 35, "mr": -5, "sdPct": 12, "hprRaw": -85, "fDamPct": 24, "wDamPct": 18, "fixID": true, "id": 3450}, {"name": "Ice Skates", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 1200, "fDef": -160, "wDef": 80, "aDef": 55, "lvl": 75, "agiReq": 55, "mr": 5, "int": 4, "spd": 18, "fDamPct": -26, "wDamPct": 14, "aDamPct": 8, "fixID": true, "id": 3454}, {"name": "Garland", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 2275, "tDef": -160, "eDef": 90, "lvl": 90, "strReq": 45, "intReq": 40, "sdPct": 22, "sdRaw": 225, "aDefPct": -14, "tDefPct": -14, "fixID": true, "id": 3448}, {"name": "Prancer", "tier": "Rare", "category": "accessory", "drop": "never", "hp": 130, "fDef": 10, "tDef": 5, "eDef": 15, "lvl": 55, "strReq": 30, "str": 2, "def": 2, "eDamPct": 7, "type": "ring", "fixID": true, "id": 3449}, {"name": "Krampus", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "70-110", "wDam": "0-0", "aDam": "0-0", "tDam": "30-120", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 80, "dexReq": 30, "defReq": 30, "mr": -5, "mdPct": 25, "ls": 180, "def": 8, "eSteal": 3, "hprRaw": -90, "tDamPct": 20, "wDefPct": -22, "fixID": true, "id": 3453}, {"name": "Scrooge", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "never", "nDam": "35-95", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "225-365", "eDam": "225-365", "atkSpd": "VERY_SLOW", "lvl": 80, "strReq": 35, "dexReq": 35, "ls": 325, "ms": 10, "lb": 33, "spd": -20, "spRegen": -25, "eSteal": 10, "hprRaw": -150, "fixID": true, "id": 3451}, {"name": "Ski Mask", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 2300, "wDef": 60, "aDef": 60, "tDef": -120, "lvl": 90, "intReq": 60, "agiReq": 45, "mr": 15, "mdPct": -12, "wDamPct": 25, "aDamPct": 25, "fixID": true, "id": 3456}, {"name": "Sealskin Parka", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 1400, "wDef": 90, "aDef": 90, "tDef": -70, "lvl": 65, "intReq": 20, "agiReq": 20, "mr": 5, "xpb": 8, "ref": 12, "int": 6, "agi": 3, "spd": 12, "tDamPct": -40, "wDefPct": 16, "aDefPct": 16, "fixID": true, "id": 3452}, {"name": "Sleigher", "tier": "Rare", "type": "spear", "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, "strReq": 10, "agiReq": 20, "sdPct": -15, "mdPct": 12, "str": 8, "agi": 2, "spd": 12, "mdRaw": 46, "eDamPct": 20, "fDefPct": -20, "fixID": true, "id": 3457}, {"name": "Snowstorm", "tier": "Rare", "type": "bow", "category": "weapon", "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, "dexReq": 20, "intReq": 20, "agiReq": 20, "sdPct": 8, "ms": 10, "xpb": 12, "str": -5, "spd": 12, "sdRaw": 50, "fDefPct": -36, "fixID": true, "id": 3455}, {"name": "Toy Maker", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 1775, "aDef": 90, "tDef": 90, "eDef": -160, "lvl": 85, "dexReq": 35, "agiReq": 35, "mdPct": -25, "dex": 7, "agi": 7, "atkTier": 1, "mdRaw": 230, "aDamPct": 5, "tDamPct": 5, "fixID": true, "id": 3458}, {"name": "Wynnter Scarf", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 425, "fDef": 40, "wDef": -70, "aDef": 40, "lvl": 40, "agiReq": 20, "defReq": 20, "hprPct": 20, "agi": 3, "def": 3, "hprRaw": 20, "fDefPct": 25, "aDefPct": 25, "fixID": true, "id": 3463}, {"name": "Zenith", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "20-30", "tDam": "20-80", "eDam": "0-0", "atkSpd": "FAST", "lvl": 80, "dexReq": 35, "agiReq": 25, "mdPct": 15, "ls": -190, "ms": 5, "agi": 7, "expd": 60, "atkTier": 2, "tDamPct": 10, "aDefPct": 12, "eDefPct": -15, "fixID": true, "id": 3459}, {"name": "Wipe", "tier": "Rare", "type": "wand", "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, "agiReq": 50, "mdPct": 15, "ms": 10, "agi": 15, "spd": 28, "hprRaw": -250, "aDamPct": 22, "fixID": true, "id": 3461}, {"name": "Vixen", "tier": "Rare", "category": "accessory", "drop": "never", "hp": 300, "fDef": 20, "lvl": 60, "defReq": 70, "hprRaw": 25, "aDefPct": 7, "tDefPct": 4, "eDefPct": 5, "type": "necklace", "fixID": true, "id": 3460}, {"name": "Red Team Helmet", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 25, "lvl": 20, "id": 3466, "set": "Red Team"}, {"name": "Waking Nightmare", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-38", "fDam": "0-0", "wDam": "0-0", "aDam": "140-180", "tDam": "0-0", "eDam": "140-180", "atkSpd": "SLOW", "lvl": 79, "strReq": 27, "agiReq": 27, "mdPct": 12, "str": 8, "hpBonus": -1085, "wDamPct": -40, "aDamPct": 18, "eDamPct": 18, "fDefPct": -25, "spRaw1": -5, "id": 3462}, {"name": "The Lethe", "displayName": "Waking Vigil", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "20-30", "fDam": "0-0", "wDam": "0-0", "aDam": "30-65", "tDam": "0-0", "eDam": "30-65", "atkSpd": "FAST", "lvl": 98, "strReq": 40, "agiReq": 40, "sdPct": -50, "mdPct": 31, "xpb": -25, "spd": 12, "spRegen": -15, "mdRaw": 100, "fDamPct": 31, "id": 3464}, {"name": "War Pike", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "160-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "sdPct": -10, "mdPct": 10, "str": 7, "def": 7, "spd": -10, "hpBonus": 775, "id": 3469}, {"name": "Walking Stick", "tier": "Rare", "type": "wand", "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, "agiReq": 5, "xpb": 4, "agi": 4, "spd": 10, "id": 3465}, {"name": "Wastelands", "tier": "Unique", "poison": 90, "category": "accessory", "drop": "lootchest", "lvl": 44, "strReq": 20, "mdPct": 5, "str": 3, "spd": -3, "type": "ring", "id": 3467}, {"name": "Wasp", "tier": "Rare", "poison": 155, "category": "accessory", "drop": "lootchest", "lvl": 50, "dexReq": 20, "hprRaw": -12, "tDamPct": 6, "type": "ring", "id": 3470}, {"name": "Water Relic Bow", "tier": "Rare", "type": "bow", "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, "intReq": 20, "mr": 5, "sdPct": 20, "xpb": 15, "lb": 15, "int": 7, "wDamPct": 10, "wDefPct": 20, "id": 3471}, {"name": "Water Relic Daggers", "tier": "Rare", "type": "dagger", "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": 65, "intReq": 25, "mr": 5, "sdPct": 20, "xpb": 15, "lb": 15, "int": 7, "wDamPct": 10, "wDefPct": 20, "id": 3474}, {"name": "Water Relic Spear", "tier": "Rare", "type": "spear", "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, "intReq": 25, "mr": 5, "sdPct": 20, "xpb": 15, "lb": 15, "int": 7, "wDamPct": 10, "wDefPct": 20, "id": 3475}, {"name": "Water Relic Wand", "tier": "Rare", "type": "wand", "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, "intReq": 20, "mr": 5, "sdPct": 20, "xpb": 15, "lb": 15, "int": 7, "wDamPct": 10, "wDefPct": 20, "id": 3472}, {"name": "Waterspout", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "45-95", "fDam": "0-0", "wDam": "105-125", "aDam": "0-0", "tDam": "45-185", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "dexReq": 35, "intReq": 35, "sdPct": 6, "mdPct": -9, "ms": 5, "wDefPct": 22, "tDefPct": 22, "id": 3473}, {"name": "Warmth", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 10, "def": 3, "type": "ring", "id": 3468}, {"name": "Wavedash", "tier": "Unique", "type": "boots", "sprint": -10, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2250, "wDef": 90, "aDef": 90, "lvl": 89, "intReq": 25, "agiReq": 20, "mr": 10, "sdPct": 12, "agi": 8, "spd": 18, "wDamPct": 12, "aDamPct": 8, "sprintReg": 18, "id": 3476}, {"name": "Wavelength", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1400, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 67, "strReq": 14, "dexReq": 14, "intReq": 14, "agiReq": 14, "defReq": 14, "sdPct": 13, "mdPct": 13, "ms": -5, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "id": 3477}, {"name": "Waves Raiser", "tier": "Legendary", "type": "wand", "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, "intReq": 35, "sdPct": 12, "mdPct": 12, "wDamPct": 12, "wDefPct": 12, "id": 3478}, {"name": "Way Back Home", "tier": "Unique", "type": "boots", "thorns": 15, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1600, "fDef": -100, "aDef": 100, "tDef": -100, "eDef": 100, "lvl": 75, "strReq": 20, "agiReq": 20, "agi": 7, "spd": 12, "spRegen": 7, "id": 3479}, {"name": "Weather Warning", "tier": "Unique", "type": "bow", "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, "dexReq": 15, "intReq": 15, "sdPct": 10, "wDamPct": 10, "tDamPct": 10, "fDefPct": -13, "aDefPct": -13, "eDefPct": -13, "id": 3480}, {"name": "Wayfinder", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "75-100", "fDam": "0-0", "wDam": "35-50", "aDam": "32-40", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "intReq": 15, "agiReq": 20, "ms": 5, "lb": 10, "int": 4, "agi": 4, "spd": 8, "id": 3482}, {"name": "Wedding Ring", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 2, "lvl": 5, "hpBonus": 6, "type": "ring", "id": 3481}, {"name": "All for One", "displayName": "Weatherwalkers", "tier": "Rare", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "fDef": -90, "wDef": -90, "aDef": -90, "tDef": -100, "eDef": -90, "lvl": 92, "dexReq": 70, "mr": -5, "sdPct": 31, "dex": 8, "spd": 15, "tDamPct": 10, "wDefPct": -20, "tDefPct": -15, "id": 3625}, {"name": "Whimsy", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "1-35", "fDam": "0-0", "wDam": "0-0", "aDam": "45-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "intReq": 40, "agiReq": 30, "sdPct": -3, "mdPct": -5, "xpb": 25, "int": 13, "spd": 20, "eSteal": 2, "wDamPct": 22, "id": 3484}, {"name": "Whirlpool", "tier": "Unique", "type": "wand", "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, "intReq": 30, "sdRaw": 60, "wDamPct": 9, "tDefPct": -19, "id": 3483}, {"name": "Whistling Helmet", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 430, "fDef": -30, "aDef": 20, "lvl": 47, "agiReq": 30, "mdPct": 8, "agi": 4, "spd": 7, "aDamPct": 7, "eDefPct": -10, "id": 3488}, {"name": "Whisper", "tier": "Unique", "type": "dagger", "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, "agiReq": 20, "hprPct": 10, "agi": 4, "spd": 6, "aDamPct": 6, "id": 3485}, {"name": "White-hot Leggings", "displayName": "White-Hot Leggings", "tier": "Unique", "type": "leggings", "thorns": 8, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2250, "fDef": 170, "wDef": -100, "tDef": 100, "eDef": 30, "lvl": 88, "defReq": 55, "sdPct": 8, "spd": 8, "hpBonus": -220, "sdRaw": 140, "mdRaw": 180, "fDamPct": 12, "id": 3487}, {"name": "White", "tier": "Rare", "category": "accessory", "drop": "lootchest", "aDef": 5, "lvl": 30, "aDamPct": 7, "aDefPct": 7, "type": "ring", "id": 3486}, {"name": "Whitecap", "tier": "Unique", "type": "bow", "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, "intReq": 30, "sdPct": 16, "fDamPct": -15, "tDefPct": -15, "id": 3489}, {"name": "White Noise", "tier": "Unique", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "74-110", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 55, "agiReq": 25, "mdPct": -15, "xpb": 15, "sdRaw": 66, "aDamPct": 14, "eDamPct": -30, "eDefPct": -18, "id": 3490}, {"name": "White Storm", "tier": "Unique", "type": "helmet", "poison": 130, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 510, "fDef": -20, "aDef": 25, "lvl": 48, "agi": 7, "spd": 10, "eDamPct": 5, "id": 3493}, {"name": "Whitewater", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "wDef": 70, "tDef": -80, "lvl": 64, "intReq": 35, "mr": 5, "sdPct": 11, "mdPct": 8, "fDamPct": -20, "wDamPct": 13, "id": 3494}, {"name": "Blue Team Chestplate", "tier": "Set", "type": "chestplate", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 50, "lvl": 20, "id": 3433, "set": "Blue Team"}, {"name": "Blue Team Boots", "tier": "Set", "type": "boots", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 25, "lvl": 20, "id": 3429, "set": "Blue Team"}, {"name": "Wicked", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "wDef": -60, "lvl": 50, "dexReq": 20, "defReq": 20, "mr": -5, "sdPct": 15, "mdPct": 10, "expd": 8, "fDamPct": 10, "tDamPct": 10, "id": 3491}, {"name": "Whitestone", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1200, "lvl": 73, "intReq": 25, "agiReq": 15, "hprPct": 20, "sdPct": 7, "mdPct": -15, "xpb": 10, "ref": 8, "spd": 6, "wDefPct": 7, "aDefPct": 6, "id": 3492}, {"name": "Wild Gauntlet", "tier": "Unique", "type": "dagger", "thorns": 13, "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, "strReq": 25, "sdPct": -7, "mdPct": 10, "spd": -5, "id": 3495}, {"name": "Willpower", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": -15, "wDef": -15, "aDef": -15, "tDef": -15, "eDef": -15, "lvl": 42, "intReq": 15, "hprPct": 8, "mr": 5, "type": "necklace", "id": 3496}, {"name": "Windchime", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-60", "fDam": "0-0", "wDam": "0-0", "aDam": "30-45", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 80, "agiReq": 35, "ms": 10, "xpb": 12, "aDamPct": 10, "id": 3497}, {"name": "Wind Mimic", "tier": "Rare", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2425, "fDef": -120, "aDef": 200, "lvl": 94, "agiReq": 60, "ms": 10, "agi": 7, "spd": 20, "fDamPct": 20, "aDamPct": 20, "fDefPct": -20, "aDefPct": 10, "id": 3499}, {"name": "Wiggling Villager", "tier": "Unique", "type": "wand", "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, "xpb": 11, "lb": 19, "id": 3500}, {"name": "Window Pane", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-13", "fDam": "0-0", "wDam": "27-33", "aDam": "0-0", "tDam": "27-33", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 37, "dexReq": 13, "intReq": 13, "sdPct": 14, "mdPct": -14, "str": -6, "dex": 4, "int": 4, "wDamPct": 9, "tDamPct": 9, "eDamPct": -10, "eDefPct": -10, "id": 3503}, {"name": "Windforce", "tier": "Unique", "type": "bow", "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, "str": 7, "spd": 14, "eDamPct": 15, "aDefPct": 10, "eDefPct": -10, "id": 3501}, {"name": "Wind Murmurs", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-86", "fDam": "0-0", "wDam": "0-0", "aDam": "76-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 71, "agiReq": 35, "sdPct": -9, "mdPct": -18, "xpb": 15, "ref": 20, "agi": 12, "spd": 20, "id": 3498}, {"name": "Windowframe", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "27-33", "eDam": "27-33", "atkSpd": "NORMAL", "lvl": 34, "strReq": 12, "dexReq": 12, "sdPct": -14, "mdPct": 14, "str": 4, "dex": 4, "int": -6, "wDamPct": -10, "tDamPct": 9, "eDamPct": 9, "wDefPct": -10, "id": 3504}, {"name": "Gravesbane", "displayName": "Windshear", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "fDef": -120, "aDef": 90, "tDef": 90, "eDef": -30, "lvl": 94, "dexReq": 40, "agiReq": 40, "mr": 5, "ms": 5, "spd": 16, "eSteal": 6, "sdRaw": 170, "mdRaw": 195, "fDefPct": -20, "sprintReg": 12, "id": 1229}, {"name": "Windy Torc", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 350, "aDef": 50, "eDef": -50, "lvl": 83, "agiReq": 30, "agi": 4, "spd": 7, "aDamPct": 7, "type": "necklace", "id": 3506}, {"name": "Wing Cap", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 850, "aDef": 50, "tDef": -70, "lvl": 61, "agiReq": 15, "lb": 4, "agi": 5, "spd": 20, "aDamPct": 5, "aDefPct": 8, "tDefPct": -7, "id": 3502}, {"name": "Winter's Essence", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 360, "fDef": -100, "wDef": 50, "aDef": 50, "lvl": 44, "intReq": 20, "agiReq": 20, "mr": 10, "sdPct": 20, "ls": 41, "int": 8, "agi": 8, "hprRaw": -50, "id": 3508}, {"name": "Winterspell", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "120-200", "fDam": "0-0", "wDam": "0-0", "aDam": "110-165", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 79, "sdPct": 4, "str": -3, "spd": 5, "wDamPct": 10, "fDefPct": -5, "id": 3507}, {"name": "Wintergreen", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-100", "fDam": "0-0", "wDam": "0-0", "aDam": "45-50", "tDam": "0-0", "eDam": "45-50", "atkSpd": "NORMAL", "lvl": 54, "strReq": 20, "agiReq": 25, "sdPct": 15, "spd": 20, "atkTier": 1, "hpBonus": -1000, "spRaw1": -5, "spRaw2": -5, "spRaw3": -5, "spRaw4": -5, "id": 3505}, {"name": "Wirt's Leg", "tier": "Unique", "type": "wand", "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, "lb": 23, "eSteal": 5, "id": 3509}, {"name": "WitherString", "tier": "Unique", "type": "bow", "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, "mr": 5, "ms": 5, "id": 3511}, {"name": "Wolf Paw", "tier": "Unique", "category": "accessory", "drop": "lootchest", "aDef": 5, "eDef": 5, "lvl": 30, "strReq": 8, "agiReq": 8, "mdPct": 4, "spd": 4, "aDamPct": 4, "eDamPct": 4, "type": "bracelet", "id": 3513}, {"name": "Wolf Bow", "tier": "Unique", "type": "bow", "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, "hprPct": 30, "mr": 5, "id": 3510}, {"name": "Wolf Crest", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 90, "lvl": 46, "agiReq": 15, "str": 4, "agi": 4, "spd": 6, "type": "necklace", "id": 3512}, {"name": "Wormwood", "tier": "Unique", "type": "boots", "poison": 23, "category": "armor", "drop": "NORMAL", "hp": 70, "wDef": 6, "aDef": -6, "tDef": -6, "eDef": 6, "lvl": 17, "strReq": 5, "intReq": 5, "ls": 6, "hpBonus": -14, "id": 3514}, {"name": "Worry", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 11, "ref": 5, "int": 3, "spRegen": 3, "type": "bracelet", "id": 3516}, {"name": "Worship", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 84, "xpb": 7, "lb": 7, "hpBonus": 300, "spRegen": 7, "type": "ring", "id": 3518}, {"name": "Wybel Carved Relik", "tier": "Rare", "type": "relik", "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": "NORMAL", "lvl": 90, "xpb": 30, "lb": 20, "hpBonus": -500, "spRegen": 10, "id": 3519}, {"name": "Wrath", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-85", "fDam": "55-90", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "55-90", "atkSpd": "SLOW", "lvl": 78, "strReq": 39, "defReq": 39, "mdPct": 13, "ls": 280, "lb": 13, "spRegen": -39, "mdRaw": 150, "wDamPct": -26, "aDamPct": -26, "tDamPct": -26, "id": 3515}, {"name": "Wybel Fluff Bow", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "300-355", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 90, "xpb": 30, "lb": 20, "hpBonus": -500, "spRegen": 10, "id": 3521}, {"name": "Wybel Horn Spear", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "190-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 90, "xpb": 30, "lb": 20, "hpBonus": -500, "spRegen": 10, "id": 3520}, {"name": "Wybel Ivory Wand", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-135", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 90, "xpb": 30, "lb": 20, "hpBonus": -500, "spRegen": 10, "id": 3522}, {"name": "Wybel Tooth Dagger", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "140-170", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 90, "xpb": 30, "lb": 20, "hpBonus": -500, "spRegen": 10, "id": 3523}, {"name": "Xyloid", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1850, "wDef": 65, "tDef": -100, "eDef": 60, "lvl": 80, "strReq": 35, "intReq": 25, "mr": 5, "mdPct": 10, "spd": -10, "hprRaw": 90, "fDamPct": -15, "wDamPct": 8, "eDamPct": 12, "tDefPct": -20, "id": 3525}, {"name": "Xystus", "tier": "Unique", "type": "spear", "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, "agiReq": 30, "agi": 8, "spd": 8, "aDamPct": 10, "aDefPct": 12, "id": 3524}, {"name": "Yamato Spear", "tier": "Unique", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "120-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 87, "sdPct": 15, "mdPct": 15, "ms": 5, "xpb": 16, "dex": 13, "id": 3527}, {"name": "Yggdrasil", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-65", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "76-90", "atkSpd": "NORMAL", "lvl": 98, "strReq": 35, "intReq": 40, "mr": 5, "str": 9, "int": 5, "wDamPct": 20, "eDamPct": 8, "fDefPct": -15, "wDefPct": 10, "tDefPct": -10, "id": 3526}, {"name": "Yin", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": -30, "tDef": 30, "lvl": 92, "dexReq": 55, "sdPct": -8, "mdPct": 9, "dex": 4, "spRegen": -5, "sdRaw": -30, "mdRaw": 41, "type": "ring", "id": 3531}, {"name": "World Splitter", "tier": "Rare", "type": "dagger", "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, "dexReq": 40, "defReq": 25, "mdPct": 10, "ls": 150, "spRegen": -33, "fDamPct": 12, "wDamPct": -143, "tDamPct": 12, "wDefPct": -20, "id": 3517}, {"name": "Yang", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": 30, "tDef": -30, "lvl": 92, "intReq": 55, "sdPct": 9, "mdPct": -8, "int": 4, "spRegen": 5, "sdRaw": 30, "mdRaw": -41, "type": "ring", "id": 3528}, {"name": "Yol", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "110-116", "fDam": "240-260", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "defReq": 55, "hprPct": 30, "def": 15, "hpBonus": 2650, "hprRaw": 165, "fDefPct": 30, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "eDefPct": 30, "id": 3532}, {"name": "Yahya's Nail Clipper", "tier": "Unique", "type": "dagger", "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, "hprPct": 6, "mr": 5, "mdPct": 7, "aDefPct": 5, "eDefPct": 5, "id": 3529}, {"name": "Yume", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 385, "fDef": -40, "aDef": 15, "lvl": 37, "agiReq": 25, "xpb": 12, "agi": 5, "spd": 12, "sdRaw": 50, "aDamPct": 12, "id": 3530}, {"name": "Yverlian Blade", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "23-54", "wDam": "29-48", "aDam": "18-59", "tDam": "10-67", "eDam": "36-41", "atkSpd": "FAST", "lvl": 97, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "ref": 25, "spRegen": 5, "hprRaw": 150, "fDefPct": 16, "wDefPct": 16, "aDefPct": 16, "tDefPct": 16, "eDefPct": 16, "id": 3536}, {"name": "Ylem", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-127", "wDam": "0-0", "aDam": "0-0", "tDam": "0-127", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "dexReq": 30, "defReq": 35, "ls": 180, "hprRaw": -80, "sdRaw": 120, "fDamPct": 15, "tDamPct": 15, "wDefPct": -25, "eDefPct": -25, "id": 3533}, {"name": "Zephra Shredder", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "62-260", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 93, "agiReq": 80, "mr": -5, "sdPct": 15, "ls": -175, "spd": 30, "mdRaw": 180, "aDamPct": 25, "fDefPct": -30, "id": 3534}, {"name": "Zeal", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 275, "lvl": 38, "defReq": 15, "hprPct": 8, "sdPct": -8, "mdPct": 5, "spd": 4, "hpBonus": 50, "fDamPct": 4, "id": 3537}, {"name": "Zephyr", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-204", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 79, "agiReq": 90, "sdPct": 11, "mdPct": 11, "agi": 10, "spd": 18, "atkTier": 1, "id": 3535}, {"name": "Zero", "tier": "Legendary", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-133", "wDam": "0-133", "aDam": "0-133", "tDam": "0-133", "eDam": "0-133", "atkSpd": "FAST", "lvl": 87, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "mdPct": 18, "expd": 333, "hpBonus": -1250, "hprRaw": -125, "sdRaw": 210, "id": 3539}, {"name": "Zipper", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "5-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "50-70", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 38, "dexReq": 20, "xpb": 11, "lb": 11, "spd": 8, "tDamPct": 11, "tDefPct": 11, "eDefPct": -21, "id": 3544}, {"name": "Zombie Helm", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 75, "aDef": -4, "eDef": 4, "lvl": 18, "hprPct": 10, "xpb": 5, "str": 3, "hpBonus": 15, "id": 3538}, {"name": "Zjarr", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 20, "lvl": 25, "defReq": 10, "sdPct": -3, "def": 3, "hprRaw": 4, "type": "ring", "id": 3541}, {"name": "Zombified Pants", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 182, "fDef": -3, "aDef": -3, "tDef": -3, "lvl": 30, "hprPct": 14, "xpb": 5, "lb": 5, "hpBonus": 50, "id": 3540}, {"name": "default", "tier": "Normal", "type": "wand", "category": "weapon", "drop": "never", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 1, "int": 12, "id": 3543}, {"name": "Zombified Branch", "tier": "Unique", "type": "wand", "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, "ls": 55, "ms": 5, "spd": -12, "id": 3542}], "sets": {"Ornate Shadow": {"items": ["Ornate Shadow Cowl", "Ornate Shadow Garb", "Ornate Shadow Cover", "Ornate Shadow Cloud"], "bonuses": [{}, {"illegal": true}, {"illegal": true}, {"illegal": true}], "hidden": true}, "Grookwarts": {"items": ["Dragon's Eye Bracelet", "Draoi Fair", "Renda Langit"], "bonuses": [{}, {"illegal": true}, {"illegal": true}, {"illegal": true}], "hidden": true}, "Master Hive": {"items": ["Abyss-Imbued Leggings", "Boreal-Patterned Crown", "Anima-Infused Cuirass", "Chaos-Woven Greaves", "Elysium-Engraved Aegis", "Eden-Blessed Guards", "Gaea-Hewn Boots", "Hephaestus-Forged Sabatons", "Obsidian-Framed Helmet", "Twilight-Gilded Cloak", "Infused Hive Relik", "Infused Hive Wand", "Infused Hive Spear", "Infused Hive Dagger", "Infused Hive Bow", "Contrast", "Prowess", "Intensity"], "bonuses": [{}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}], "hidden": true}, "Thunder Hive": {"items": ["Sparkling Visor", "Insulated Plate Mail", "Static-Charged Leggings", "Thunderous Step", "Bottled Thunderstorm", "Lightning Flash"], "bonuses": [{}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}], "hidden": true}, "Air Hive": {"items": ["Pride of the Aerie", "Gale's Freedom", "Turbine Greaves", "Flashstep", "Breezehands", "Vortex Bracer"], "bonuses": [{}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}], "hidden": true}, "Earth Hive": {"items": ["Ambertoise Shell", "Beetle Aegis", "Elder Oak Roots", "Humbark Moccasins", "Subur Clip", "Golemlus Core"], "bonuses": [{}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}], "hidden": true}, "Water Hive": {"items": ["Whitecap Crown", "Stillwater Blue", "Trench Scourer", "Silt of the Seafloor", "Coral Ring", "Moon Pool Circlet"], "bonuses": [{}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}], "hidden": true}, "Fire Hive": {"items": ["Sparkweaver", "Soulflare", "Cinderchain", "Mantlewalkers", "Clockwork", "Dupliblaze"], "bonuses": [{}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}], "hidden": true}, "Synch Core": {"items": ["Overload Core", "Synchro Core", "Dodge Core", "Harden Core", "Hustle Core"], "bonuses": [{}, {"hprRaw": -20, "fDefPct": -8, "wDefPct": -8, "aDefPct": -8, "tDefPct": -8, "eDefPct": -8, "sprint": -8}, {"hprRaw": 150, "fDefPct": -40, "wDefPct": -40, "aDefPct": -40, "tDefPct": -40, "eDefPct": -40, "sprint": -35, "ws": 16, "hpBonus": 1150, "sdPct": 14, "mdPct": 14, "jh": 1, "mr": -1, "ms": -1}, {"hprRaw": 50, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "sprint": 8, "ws": 8, "hpBonus": 666, "sdPct": 7, "mdPct": 7, "jh": 1}]}, "Black": {"items": ["Black Cap", "Black Boots", "Black Pants", "Black Tunic"], "bonuses": [{}, {"ms": 1, "dex": 2, "sdRaw": 15, "mdRaw": 5}, {"ms": 1, "dex": 6, "sdRaw": 35, "mdRaw": 10}, {"ms": 3, "dex": 20, "sdRaw": 65, "mdRaw": 70}]}, "Red Team": {"items": ["Red Team Boots", "Red Team Leggings", "Red Team Chestplate", "Red Team Helmet"], "bonuses": [{}, {}, {}, {}]}, "Tribal": {"items": ["Tribal Cap", "Tribal Boots", "Tribal Pants", "Tribal Tunic"], "bonuses": [{}, {"str": 2, "spd": 5}, {"str": 5, "agi": 2, "spd": 10}, {"sdPct": -15, "str": 10, "agi": 5, "spd": 15, "atkTier": 1}]}, "Champion": {"items": ["Champion Helmet", "Champion Boots", "Champion Leggings", "Champion Chestplate"], "bonuses": [{}, {}, {}, {"mr": 5, "sdPct": 75, "mdPct": 75, "ms": 5, "ls": 400, "hprRaw": 600}]}, "Outlaw": {"items": ["Outlaw Cap", "Outlaw Boots", "Outlaw Pants", "Outlaw Tunic"], "bonuses": [{}, {"ls": 11, "xpb": 5, "agi": 4, "eSteal": 2}, {"ls": 22, "xpb": 10, "agi": 8, "eSteal": 4}, {"ls": 45, "xpb": 25, "agi": 28, "eSteal": 8}]}, "Snail": {"items": ["Snail Helm", "Snail Boots", "Snail Leggings", "Snail Mail"], "bonuses": [{}, {"str": 7, "agi": -5, "thorns": 10, "spd": -5, "poison": 880, "hpBonus": 1100, "hprRaw": 125}, {"str": 14, "agi": -10, "thorns": 20, "spd": -10, "poison": 2650, "hpBonus": 2675, "hprRaw": 275}, {"str": 21, "agi": -15, "thorns": 40, "spd": -15, "poison": 5500, "hpBonus": 5500, "hprRaw": 575}]}, "Thanos Legionnaire": {"items": ["Thanos Legionnaire Helm", "Thanos Legionnaire Greaves", "Thanos Legionnaire Leggings", "Thanos Legionnaire Plate"], "bonuses": [{}, {"str": 2, "dex": -2, "int": -2, "agi": 2, "def": 2, "spd": 5, "hprRaw": 55, "mdRaw": 135}, {"str": 5, "dex": -5, "int": -5, "agi": 5, "def": 5, "spd": 10, "hprRaw": 210, "mdRaw": 270}, {"str": 15, "dex": -15, "int": -15, "agi": 15, "def": 15, "spd": 25, "atkTier": 1, "hprRaw": 525, "mdRaw": 540}]}, "Ghostly": {"items": ["Ghostly Cap", "Ghostly Boots", "Ghostly Pants", "Ghostly Tunic"], "bonuses": [{}, {"mr": -1, "ms": 2, "sdRaw": 40, "wDamPct": 5, "tDamPct": 5, "eDamPct": -34}, {"mr": -2, "ms": 4, "sdRaw": 115, "wDamPct": 10, "tDamPct": 10, "eDamPct": -67}, {"mr": -3, "ms": 6, "sdRaw": 230, "wDamPct": 32, "tDamPct": 32, "eDamPct": -100, "atkTier": -2}]}, "Adventurer's": {"items": ["Adventurer's Cap", "Adventurer's Boots", "Adventurer's Pants", "Adventurer's Tunic"], "bonuses": [{}, {"sdPct": 4, "mdPct": 4, "xpb": 10, "lb": 5, "spd": 2, "hpBonus": 15, "spRegen": 5}, {"sdPct": 12, "mdPct": 12, "xpb": 20, "lb": 10, "spd": 5, "hpBonus": 40, "spRegen": 15}, {"mr": 2, "sdPct": 25, "mdPct": 25, "xpb": 50, "lb": 30, "spd": 15, "hpBonus": 175, "spRegen": 50}]}, "Air Relic": {"items": ["Air Relic Helmet", "Air Relic Boots", "Air Relic Leggings", "Air Relic Chestplate"], "bonuses": [{}, {"xpb": 5, "lb": 10, "spd": 10, "hpBonus": 60}, {"xpb": 10, "lb": 25, "spd": 20, "hpBonus": 190}, {"xpb": 25, "lb": 50, "agi": 20, "spd": 60, "hpBonus": 400}]}, "Spider": {"items": ["Spinneret", "Abdomen", "Cephalothorax"], "bonuses": [{}, {"xpb": 10, "dex": 2, "agi": 2, "spd": 7, "poison": 35}, {"xpb": 25, "dex": 6, "agi": 6, "spd": 19, "poison": 130}]}, "Pigman": {"items": ["Pigman Helmet", "Pigman Battle Hammer"], "bonuses": [{}, {"str": 20, "eDamPct": 40}]}, "Kaerynn's": {"items": ["Kaerynn's Mind", "Kaerynn's Body"], "bonuses": [{}, {"mr": 2, "xpb": 40, "def": 25, "fDamPct": 20, "hprRaw": 180}]}, "Bandit's": {"items": ["Bandit's Locket", "Bandit's Bangle", "Bandit's Knuckle", "Bandit's Ring"], "bonuses": [{}, {"xpb": 3, "lb": 4, "eSteal": 1}, {"xpb": 7, "lb": 9, "eSteal": 3}, {"xpb": 12, "lb": 15, "eSteal": 6}]}, "Jester": {"items": ["Jester Necklace", "Jester Bracelet", "Jester Ring"], "bonuses": [{"xpb": 20, "lb": 20}, {"xpb": 45, "lb": 45, "spd": 5, "hpBonus": 240, "eSteal": 5}, {"xpb": 75, "lb": 75, "spd": 10, "hpBonus": 480, "eSteal": 15, "thorns": 12, "ref": 12}, {"xpb": 120, "lb": 120, "spd": 25, "hpBonus": 720, "eSteal": 20, "thorns": 30, "ref": 30}]}, "Builder's": {"items": ["Builder's Helmet", "Builder's Boots", "Builder's Trousers", "Builder's Breastplate"], "bonuses": [{}, {"xpb": 5}, {"xpb": 10}, {"xpb": 15}]}, "Silverfish": {"items": ["Silverfish Helm", "Silverfish Boots"], "bonuses": [{"spd": 5}, {"agi": 10, "thorns": 20, "spd": 20, "poison": 290}]}, "Skien's": {"items": ["Skien Boots", "Skien Leggings", "Skien's Fatigues"], "bonuses": [{}, {"sdPct": -12, "mdPct": 12, "sdRaw": -50, "mdRaw": 60}, {"sdPct": -35, "mdPct": 35, "dex": 30, "spd": 11, "sdRaw": -150, "mdRaw": 180}]}, "Snow": {"items": ["Snow Helmet", "Snow Boots", "Snow Pants", "Snow Tunic"], "bonuses": [{}, {"hprPct": -10, "mr": 1, "sdPct": 6, "ref": 10, "thorns": 8}, {"hprPct": -20, "mr": 2, "sdPct": 14, "ref": 35, "thorns": 24}, {"hprPct": -30, "mr": 4, "sdPct": 30, "ref": 75, "thorns": 70}]}, "Veekhat's": {"items": ["Veekhat's Horns", "Veekhat's Udders"], "bonuses": [{}, {"mdPct": 30, "ms": 2, "spd": 25, "spPct2": -40}]}, "Morph": {"items": ["Morph-Stardust", "Morph-Ruby", "Morph-Amethyst", "Morph-Emerald", "Morph-Topaz", "Morph-Gold", "Morph-Iron", "Morph-Steel"], "bonuses": [{}, {"xpb": 5, "lb": 5}, {"mr": 1, "xpb": 10, "lb": 10, "spRaw2": -1, "hpBonus": 125}, {"mr": 1, "xpb": 15, "lb": 15, "spRaw2": -1, "hpBonus": 425}, {"mr": 2, "xpb": 35, "lb": 35, "hpBonus": 1325, "spRaw2": -1, "spRaw4": -1}, {"mr": 2, "xpb": 55, "lb": 55, "hpBonus": 2575, "spRaw2": -1, "spRaw4": -1}, {"mr": 3, "xpb": 80, "lb": 80, "hpBonus": 4450, "spRaw1": -1, "spRaw2": -1, "spRaw4": -1}, {"mr": 4, "xpb": 100, "lb": 100, "str": 15, "dex": 15, "int": 15, "agi": 15, "def": 15, "hpBonus": 8270, "spRaw1": -1, "spRaw2": -1, "spRaw3": -1, "spRaw4": -1}]}, "Black Catalyst": {"items": ["Black Catalyst"], "bonuses": [{"xpb": -5}, {"hpBonus": 325, "str": 0, "dex": 0, "int": 0, "def": 0, "agi": 0, "xpb": 25, "spRegen": 10, "sdPct": 8, "spPct1": -12, "spPct3": -12}]}, "Leaf": {"items": ["Leaf Cap", "Leaf Boots", "Leaf Pants", "Leaf Tunic"], "bonuses": [{}, {"hprPct": 5, "thorns": 7, "hpBonus": 10, "hprRaw": 1}, {"hprPct": 12, "thorns": 18, "hpBonus": 20, "hprRaw": 3}, {"hprPct": 25, "thorns": 35, "hpBonus": 60, "hprRaw": 7}]}, "Vexing": {"items": ["Mask of the Dark Vexations", "Staff of the Dark Vexations"], "bonuses": [{}, {"mr": 2, "sdPct": 15, "mdPct": -15, "sdRaw": 30, "spPct2": -50}]}, "Hallowynn 2016": {"items": ["Treat", "Trick"], "bonuses": [{}, {"xpb": 15, "spRegen": 10, "eSteal": 5}]}, "Spore": {"items": ["Spore Cap", "Spore Shortsword"], "bonuses": [{}, {"ls": 20, "expd": 20, "poison": 70}]}, "Horse": {"items": ["Horse Mask", "Horse Hoof"], "bonuses": [{}, {"mdPct": 11, "xpb": 25, "spd": 17, "aDamPct": 15, "eDamPct": 15, "sprint": 25, "sprintReg": 50}]}, "GM's": {"items": ["GM's Helmet", "GM's Boots", "GM's Trousers", "GM's Breastplate"], "bonuses": [{}, {"xpb": 5}, {"xpb": 10}, {"xpb": 15}]}, "Nether": {"items": ["Nether Cap", "Nether Boots", "Nether Pants", "Nether Tunic"], "bonuses": [{}, {"ls": 5, "expd": 2, "hprRaw": -1, "fDamPct": 2, "wDamPct": -10}, {"ls": 15, "expd": 10, "hprRaw": -2, "fDamPct": 8, "wDamPct": -25}, {"ls": 50, "def": 15, "expd": 60, "hprRaw": -20, "fDamPct": 42, "wDamPct": -45}]}, "Thunder Relic": {"items": ["Thunder Relic Helmet", "Thunder Relic Boots", "Thunder Relic Leggings", "Thunder Relic Chestplate"], "bonuses": [{}, {"xpb": 5, "lb": 10, "hpBonus": 55, "mdRaw": 12}, {"xpb": 10, "lb": 25, "hpBonus": 180, "mdRaw": 32}, {"xpb": 25, "lb": 50, "dex": 20, "hpBonus": 380, "mdRaw": 105}]}, "Visceral": {"items": ["Visceral Skullcap", "Visceral Toe", "Visceral Legs", "Visceral Chest"], "bonuses": [{}, {"hprPct": 30, "mdPct": 10, "ls": 45, "hpBonus": -1000, "hprRaw": 35, "mdRaw": 40}, {"hprPct": 100, "mdPct": 25, "ls": 90, "hpBonus": -2500, "hprRaw": 75, "mdRaw": 80}, {"hprPct": 350, "mdPct": 50, "ls": 180, "hpBonus": -4000, "hprRaw": 145, "mdRaw": 165}]}, "Bony": {"items": ["Bony Circlet", "Bony Bow"], "bonuses": [{}, {"agi": 8, "mdRaw": 45, "aDamPct": 15}]}, "Blue Team": {"items": ["Blue Team Boots", "Blue Team Leggings", "Blue Team Chestplate", "Blue Team Helmet"], "bonuses": [{}, {}, {}, {}]}, "Clock": {"items": ["Clock Helm", "Clock Amulet", "Watch Bracelet", "Clockwork Ring", "Time Ring", "Clock Boots", "Clock Leggings", "Clock Mail"], "bonuses": [{}, {"fDamPct": 15, "wDamPct": 6, "aDamPct": 5, "tDamPct": 18, "eDamPct": 8}, {"fDamPct": 14, "wDamPct": 12, "aDamPct": 13}, {"fDamPct": 13, "wDamPct": 18, "aDamPct": 20, "tDamPct": 18, "eDamPct": 14}, {"fDamPct": 12, "wDamPct": 24, "aDamPct": 28}, {"fDamPct": 11, "wDamPct": 24, "aDamPct": 24, "tDamPct": 18, "eDamPct": 22}, {"fDamPct": 10, "wDamPct": 24, "aDamPct": 19}, {"fDamPct": 9, "wDamPct": 24, "aDamPct": 14, "tDamPct": 18, "eDamPct": 34}]}, "Ultramarine": {"items": ["Ultramarine Crown", "Ultramarine Boots", "Ultramarine Belt", "Ultramarine Cape"], "bonuses": [{}, {"mr": 2, "mdPct": -24, "int": 5, "wDamPct": 10, "tDamPct": -8, "wDefPct": 16}, {"mr": 5, "mdPct": -54, "int": 15, "wDamPct": 20, "tDamPct": -18, "wDefPct": 36}, {"mr": 8, "mdPct": -90, "int": 25, "wDamPct": 40, "tDamPct": -30, "wDefPct": 56}]}, "Cosmic": {"items": ["Cosmic Visor", "Cosmic Walkers", "Cosmic Ward", "Cosmic Vest"], "bonuses": [{}, {"xpb": 25, "lb": 25, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "ms": 1}, {"xpb": 50, "lb": 50, "fDefPct": 50, "wDefPct": 50, "aDefPct": 50, "tDefPct": 50, "eDefPct": 50, "ms": 2}, {"xpb": 75, "lb": 75, "fDefPct": 100, "wDefPct": 100, "aDefPct": 100, "tDefPct": 100, "eDefPct": 100, "sdPct": 40, "ms": 6}]}, "Saint's": {"items": ["Saint's Shawl", "Saint's Sandals", "Saint's Leggings", "Saint's Tunic"], "bonuses": [{}, {"mr": 1, "sdPct": -10, "mdPct": -15, "def": 7, "spRegen": 10, "wDamPct": 15, "aDamPct": 15}, {"mr": 3, "sdPct": -20, "mdPct": -40, "def": 15, "spRegen": 25, "wDamPct": 40, "aDamPct": 40}, {"mr": 6, "sdPct": -40, "mdPct": -85, "def": 40, "spRegen": 100, "wDamPct": 85, "aDamPct": 85}]}, "Beachside": {"items": ["Beachside Headwrap", "Beachside Conch"], "bonuses": [{}, {"lb": 20, "wDamPct": 35, "wDefPct": 25}]}, "Villager": {"items": ["Villager Pants", "Villager Mail"], "bonuses": [{}, {"xpb": 20, "lb": 60, "eSteal": 8}]}, "Goblin": {"items": ["Goblin Hood", "Goblin Runners", "Goblin Cloak"], "bonuses": [{"sdPct": -5, "mdPct": -5, "sdRaw": 27, "mdRaw": 25}, {"sdPct": -13, "mdPct": -13, "ls": 30, "sdRaw": 55, "mdRaw": 70}, {"sdPct": -33, "mdPct": -33, "ls": 90, "ms": 2, "sdRaw": 160, "mdRaw": 105, "atkTier": 1}]}, "Corrupted Nii": {"items": ["Corrupted Nii Mukluk", "Corrupted Nii Plate", "Corrupted Nii Shako"], "bonuses": [{}, {"int": 3, "def": 3, "hprRaw": 90}, {"mr": 5, "int": 20, "def": 20, "hpBonus": 1500, "hprRaw": 330, "fDefPct": 75, "wDefPct": 75}]}, "Water Relic": {"items": ["Water Relic Helmet", "Water Relic Boots", "Water Relic Leggings", "Water Relic Chestplate"], "bonuses": [{}, {"mr": 1, "xpb": 5, "lb": 10, "hpBonus": 55}, {"mr": 2, "xpb": 10, "lb": 25, "hpBonus": 170}, {"mr": 4, "xpb": 25, "lb": 50, "int": 20, "hpBonus": 360}]}, "Elf": {"items": ["Elf Cap", "Elf Shoes", "Elf Pants", "Elf Robe"], "bonuses": [{}, {"hprPct": 10, "lb": 8, "agi": 3, "def": 3, "spd": 8}, {"hprPct": 20, "lb": 20, "agi": 7, "def": 7, "spd": 16}, {"hprPct": 45, "lb": 35, "agi": 15, "def": 15, "spd": 25, "hprRaw": 50}]}, "Relic": {"items": ["Relic Helmet", "Relic Boots", "Relic Leggings", "Relic Chestplate"], "bonuses": [{}, {"xpb": 10, "lb": 10, "hpBonus": 65, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5}, {"xpb": 25, "lb": 25, "hpBonus": 200, "fDamPct": 12, "wDamPct": 12, "aDamPct": 12, "tDamPct": 12, "eDamPct": 12}, {"xpb": 50, "lb": 50, "str": 8, "dex": 8, "int": 8, "agi": 8, "def": 8, "hpBonus": 425, "fDamPct": 25, "wDamPct": 25, "aDamPct": 25, "tDamPct": 25, "eDamPct": 25}]}, "Corrupted Uth": {"items": ["Corrupted Uth Sandals", "Corrupted Uth Belt", "Corrupted Uth Plume"], "bonuses": [{}, {"ls": 180, "agi": 3, "def": 3}, {"ls": 700, "ref": 80, "agi": 25, "def": 25, "thorns": 80, "fDefPct": 125, "aDefPct": 125}]}, "Fire Relic": {"items": ["Fire Relic Helmet", "Fire Relic Boots", "Fire Relic Leggings", "Fire Relic Chestplate"], "bonuses": [{}, {"xpb": 5, "lb": 10, "hpBonus": 90, "hprRaw": 12}, {"xpb": 10, "lb": 25, "hpBonus": 270, "hprRaw": 40}, {"xpb": 25, "lb": 50, "def": 20, "hpBonus": 570, "hprRaw": 100}]}, "Flashfire": {"items": ["Flashfire Gauntlet", "Flashfire Knuckle"], "bonuses": [{}, {"spd": 8, "atkTier": 1, "wDamPct": -15, "wDefPct": -15}, {"spd": 16, "atkTier": 1, "fDamPct": 12, "wDamPct": -15, "wDefPct": -15}]}, "Earth Relic": {"items": ["Earth Relic Helmet", "Earth Relic Boots", "Earth Relic Leggings", "Earth Relic Chestplate"], "bonuses": [{}, {"mdPct": 10, "xpb": 5, "lb": 10, "hpBonus": 65}, {"mdPct": 20, "xpb": 10, "lb": 25, "hpBonus": 200}, {"mdPct": 45, "xpb": 25, "lb": 50, "str": 20, "hpBonus": 425}]}, "Bear": {"items": ["Bear Mask", "Bear Head", "Bear Body"], "bonuses": [{}, {"mdPct": 14, "hpBonus": 75, "mdRaw": 25}]}, "Slime": {"items": ["Slime Boots", "Slime Plate"], "bonuses": [{}, {"hprPct": 35, "thorns": 15, "spd": -6, "poison": 300, "hpBonus": 600, "jh": 1}]}, "Wynnterfest 2016": {"items": ["Green Ornament", "Red Ornament", "Blue Ornament", "Yellow Ornament"], "bonuses": [{"sdPct": 3}, {"sdPct": 3, "mdPct": 3, "xpb": 6}, {"sdPct": 3, "mdPct": 3, "xpb": 12, "hpBonus": 120}, {"sdPct": 14, "mdPct": 14, "xpb": 24, "hpBonus": 480}]}}} \ No newline at end of file +{"items": [{"name": "Keratoconus", "type": "helmet", "tier": "Legendary", "majorIds": [], "tDamPct-base": -40, "wDamPct-base": 30, "aDamPct-base": 35, "hprPct-base": -50, "mr-base": 8, "spRaw4-base": -4, "category": "armor", "displayName": "Keratoconus", "slots": 3, "hp": 3900, "fDef": -150, "aDef": 250, "tDef": -150, "lvl": 101, "intReq": 65, "agiReq": 65, "hprPct": -50, "mr": 8, "int": 15, "def": -10, "wDamPct": 30, "aDamPct": 35, "tDamPct": -40, "spRaw4": -4, "id": 3579}, {"name": "Wanderlust", "type": "chestplate", "tier": "Legendary", "majorIds": [], "wDamPct-base": 20, "aDamPct-base": 30, "sdRaw-base": 208, "hprPct-base": -15, "ms-base": -11, "ls-base": 230, "spd-base": 25, "category": "armor", "displayName": "Wanderlust", "slots": 2, "hp": 3500, "fDef": -75, "wDef": 100, "aDef": 100, "tDef": 75, "lvl": 103, "dexReq": 45, "agiReq": 55, "hprPct": -15, "ls": 230, "ms": -12, "spd": 25, "sdRaw": 208, "wDamPct": 20, "aDamPct": 30, "id": 3592}, {"name": "Anaerobic", "type": "leggings", "tier": "Legendary", "majorIds": [], "eDamPct-base": 24, "aDamPct-base": 32, "atkTier-base": -1, "mr-base": 8, "ref-base": 48, "spRaw1-base": -5, "category": "armor", "displayName": "Anaerobic", "slots": 4, "hp": 3850, "wDef": -150, "aDef": 100, "eDef": 100, "lvl": 104, "strReq": 60, "agiReq": 60, "mr": 8, "ref": 48, "str": 12, "atkTier": -1, "aDamPct": 32, "eDamPct": 24, "spRaw1": -8, "id": 3611}, {"name": "Danse Macabre", "type": "relik", "tier": "Rare", "majorIds": [], "sdRaw-base": 184, "atkTier-base": 1, "hpBonus-base": -1150, "hprPct-base": -204, "ms-base": 13, "spRaw1-base": -7, "category": "weapon", "displayName": "Danse Macabre", "basedps": 238, "slots": 1, "nDam": "0-0", "fDam": "97-141", "wDam": "0-0", "aDam": "0-0", "tDam": "24-214", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 102, "classReq": "Shaman", "dexReq": 55, "defReq": 50, "ms": 13, "atkTier": 1, "hpBonus": -1150, "hprRaw": -204, "sdRaw": 184, "spRaw1": -7, "id": 3614}, {"name": "Darkness's Dogma", "type": "bow", "tier": "Rare", "majorIds": [], "hpBonus-base": 1500, "wDefPct-base": -50, "fDefPct-base": -50, "ms-base": 13, "ls-base": -700, "ref-base": 25, "category": "weapon", "displayName": "Darkness's Dogma", "basedps": 1250, "slots": 3, "nDam": "0-0", "fDam": "550-700", "wDam": "600-650", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 103, "classReq": "Archer", "intReq": 60, "defReq": 50, "ls": -700, "ms": 13, "ref": 25, "hpBonus": 1500, "fDefPct": -50, "wDefPct": -50, "id": 3654}, {"name": "Frameshift", "type": "wand", "tier": "Rare", "majorIds": [], "wDamPct-base": -30, "mdPct-base": 25, "mr-base": 7, "ls-base": 380, "spRaw1-base": -4, "category": "weapon", "displayName": "Frameshift", "basedps": 360, "slots": 3, "nDam": "0-0", "fDam": "160-200", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-210", "atkSpd": "VERY_SLOW", "lvl": 104, "classReq": "Mage", "strReq": 40, "defReq": 60, "mr": 7, "mdPct": 25, "ls": 380, "def": 20, "wDamPct": -30, "spRaw1": -4, "id": 3655}, {"name": "Helminth", "type": "spear", "tier": "Rare", "majorIds": [], "tDamPct-base": 20, "atkTier-base": 1, "hpBonus-base": -1250, "wDefPct-base": -35, "aDefPct-base": -35, "ls-base": 500, "category": "weapon", "displayName": "Helminth", "basedps": 100, "slots": 2, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-199", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 102, "classReq": "Warrior", "dexReq": 65, "ls": 500, "atkTier": 1, "hpBonus": -1250, "tDamPct": 20, "wDefPct": -35, "aDefPct": -35, "id": 3656}, {"name": "Lanternfly Leg", "type": "dagger", "tier": "Rare", "majorIds": [], "fDamPct-base": 23, "aDamPct-base": 23, "hpBonus-base": 1000, "jh-base": 1, "spd-base": 30, "spRaw2-base": -2, "category": "weapon", "displayName": "Lanternfly Leg", "basedps": 180, "slots": 3, "nDam": "150-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 101, "classReq": "Assassin", "agiReq": 50, "defReq": 50, "spd": 30, "hpBonus": 1000, "fDamPct": 23, "aDamPct": 23, "spRaw2": -4, "jh": 1, "id": 3657}, {"name": "Dissonance", "type": "helmet", "tier": "Unique", "majorIds": [], "tDamPct-base": 12, "wDamPct-base": 20, "sdPct-base": 20, "ls-base": -275, "spd-base": -20, "sprint-base": 20, "lb-base": 20, "category": "armor", "displayName": "Dissonance", "sprint": 20, "slots": 2, "hp": 3050, "wDef": 100, "aDef": -175, "tDef": 100, "lvl": 103, "dexReq": 50, "intReq": 50, "sdPct": 20, "ls": -275, "lb": 20, "spd": -20, "wDamPct": 20, "tDamPct": 12, "id": 3658}, {"name": "Roridula", "type": "chestplate", "tier": "Unique", "majorIds": [], "tDamPct-base": -30, "wDamPct-base": 25, "ms-base": 8, "spd-base": 15, "spPct4-base": 14, "xpb-base": 25, "category": "armor", "displayName": "Roridula", "slots": 2, "hp": 3675, "fDef": -150, "eDef": 150, "lvl": 104, "strReq": 55, "intReq": 55, "ms": 8, "xpb": 25, "str": 10, "spd": 15, "wDamPct": 25, "tDamPct": -30, "spPct4": 14, "id": 3659}, {"name": "Atomizer", "type": "leggings", "tier": "Unique", "majorIds": [], "poison-base": 600, "wDefPct-base": 31, "fDefPct-base": 31, "hprPct-base": 37, "thorns-base": 25, "jh-base": 1, "category": "armor", "displayName": "Atomizer", "poison": 600, "thorns": 25, "slots": 3, "hp": 4350, "fDef": 120, "wDef": 120, "aDef": 200, "lvl": 102, "agiReq": 75, "hprPct": 37, "agi": 8, "fDefPct": 31, "wDefPct": 31, "jh": 1, "id": 3660}, {"name": "Wasteland Azalea", "type": "boots", "tier": "Unique", "majorIds": [], "eDamPct-base": 25, "aDamPct-base": 25, "sdRaw-base": 140, "atkTier-base": -1, "poison-base": 500, "sprint-base": -15, "spRaw3-base": -6, "category": "armor", "displayName": "Wasteland Azalea", "poison": 500, "sprint": -15, "slots": 3, "hp": 2750, "fDef": -75, "eDef": 75, "lvl": 101, "strReq": 45, "agiReq": 50, "atkTier": -1, "sdRaw": 140, "aDamPct": 25, "eDamPct": 25, "spRaw3": -6, "id": 3661}, {"name": "Tranquility", "type": "ring", "tier": "Unique", "majorIds": [], "sdPct-base": 5, "hprPct-base": 17, "spd-base": -7, "category": "accessory", "displayName": "Tranquility", "hp": 550, "fDef": 50, "wDef": 50, "lvl": 101, "intReq": 45, "defReq": 45, "hprPct": 17, "sdPct": 5, "str": -3, "dex": -3, "spd": -7, "id": 3662}, {"name": "Misalignment", "type": "bracelet", "tier": "Unique", "majorIds": [], "eDamPct-base": 6, "tDamPct-base": 6, "wDamPct-base": 10, "mr-base": 3, "category": "accessory", "displayName": "Misalignment", "lvl": 101, "strReq": 35, "dexReq": 45, "mr": 3, "dex": 3, "int": 3, "wDamPct": 10, "tDamPct": 6, "eDamPct": 6, "id": 3663}, {"name": "Grafted Eyestalk", "type": "necklace", "tier": "Unique", "majorIds": [], "sdPct-base": 8, "hprPct-base": -11, "spRaw1-base": -1, "category": "accessory", "displayName": "Grafted Eyestalk", "hp": -600, "tDef": -40, "eDef": -40, "lvl": 101, "agiReq": 40, "defReq": 40, "hprPct": -12, "sdPct": 8, "agi": 5, "def": 5, "spRaw1": -1, "id": 3664}, {"name": "Forbearance", "type": "ring", "tier": "Fabled", "majorIds": [], "tDamPct-base": -15, "wDamPct-base": -15, "mr-base": 4, "ls-base": 120, "category": "accessory", "displayName": "Forbearance", "lvl": 105, "dexReq": 60, "intReq": 60, "mr": 4, "ls": 120, "dex": 6, "int": 6, "wDamPct": -15, "tDamPct": -15, "id": 3665}, {"name": "Ingress", "type": "ring", "tier": "Fabled", "majorIds": [], "eDamPct-base": 8, "aDamPct-base": 8, "sdRaw-base": 55, "category": "accessory", "displayName": "Ingress", "aDef": 55, "eDef": 55, "lvl": 105, "strReq": 55, "agiReq": 55, "dex": 4, "int": 2, "def": 4, "sdRaw": 55, "aDamPct": 8, "eDamPct": 8, "id": 3666}, {"name": "Breakthrough", "type": "bracelet", "tier": "Fabled", "majorIds": [], "sdPct-base": 13, "sdRaw-base": 75, "ms-base": 6, "spRaw2-base": -4, "category": "accessory", "displayName": "Breakthrough", "fDef": -30, "tDef": -45, "eDef": -45, "lvl": 105, "intReq": 45, "agiReq": 45, "sdPct": 13, "ms": 6, "str": -4, "dex": -4, "def": -6, "sdRaw": 75, "spRaw2": -4, "id": 3667}, {"name": "Detachment", "type": "bracelet", "tier": "Fabled", "majorIds": [], "mdRaw-base": -85, "sdRaw-base": -65, "spd-base": 13, "spPct4-base": -13, "category": "accessory", "displayName": "Detachment", "aDef": 60, "tDef": 60, "lvl": 105, "dexReq": 55, "agiReq": 60, "spd": 13, "sdRaw": -65, "mdRaw": -85, "spPct4": -13, "id": 3668}, {"name": "Exhibition", "type": "necklace", "tier": "Fabled", "majorIds": [], "mr-base": -4, "spRaw1-base": -2, "spRaw2-base": -2, "spRaw3-base": -2, "spRaw4-base": -2, "category": "accessory", "displayName": "Exhibition", "fDef": -30, "wDef": 60, "aDef": -30, "tDef": -30, "eDef": -30, "lvl": 105, "intReq": 80, "mr": -4, "spRaw1": -2, "spRaw2": -2, "spRaw3": -2, "spRaw4": -2, "id": 3669}, {"name": "Simulacrum", "type": "necklace", "tier": "Fabled", "majorIds": [], "sdRaw-base": 150, "hprRaw-base": -150, "mr-base": 5, "spd-base": 8, "category": "accessory", "displayName": "Simulacrum", "hp": -800, "fDef": -90, "eDef": -70, "lvl": 105, "strReq": 55, "defReq": 45, "mr": 5, "spd": 8, "hprRaw": -150, "sdRaw": 150, "id": 3670}, {"name": "Medeis", "type": "chestplate", "tier": "Unique", "majorIds": [], "tDamPct-base": 8, "wDamPct-base": 8, "fDamPct-base": 8, "sdPct-base": 8, "category": "armor", "displayName": "Medeis", "slots": 3, "hp": 2950, "fDef": 75, "wDef": 75, "aDef": -100, "tDef": 75, "eDef": -100, "lvl": 100, "dexReq": 40, "intReq": 40, "defReq": 40, "sdPct": 8, "dex": 10, "int": 10, "def": 10, "fDamPct": 8, "wDamPct": 8, "aDamPct": -75, "tDamPct": 8, "eDamPct": -75, "id": 1763}, {"name": "Roulette", "type": "dagger", "tier": "Rare", "majorIds": [], "category": "weapon", "displayName": "Roulette", "basedps": 29, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-58", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 79, "dexReq": 40, "xpb": 8, "lb": 8, "dex": 8, "tDamPct": 888, "id": 2368}, {"name": "Prowess", "type": "bracelet", "tier": "Legendary", "majorIds": [], "quest": "The Qira Hive", "category": "accessory", "displayName": "Prowess", "hp": 425, "lvl": 100, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "fixID": true, "id": 1284}, {"name": "Caesura", "type": "helmet", "tier": "Unique", "majorIds": [], "category": "armor", "displayName": "Caesura", "slots": 2, "hp": 2450, "wDef": -250, "tDef": 100, "eDef": 100, "lvl": 93, "strReq": 45, "dexReq": 60, "intReq": 30, "mr": -15, "sdPct": 10, "ms": -15, "str": 10, "int": 15, "sdRaw": 231, "tDamPct": 25, "eDamPct": 25, "id": 463}, {"name": "Gigabyte", "type": "necklace", "tier": "Legendary", "mr-base": -4, "category": "accessory", "displayName": "Gigabyte", "thorns": 8, "hp": -512, "lvl": 93, "mr": -4, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 8, "hprRaw": 48, "fixID": true, "id": 731}, {"name": "Pro Tempore", "type": "boots", "tier": "Unique", "majorIds": [], "sdRaw-base": 104, "category": "armor", "displayName": "Pro Tempore", "slots": 4, "hp": 2350, "wDef": -50, "tDef": -50, "lvl": 88, "dexReq": 40, "intReq": 50, "mr": 10, "sdPct": 20, "ls": 165, "ms": -15, "int": 10, "sdRaw": 104, "id": 3577}, {"name": "Orange Lily", "type": "bow", "tier": "Legendary", "category": "weapon", "displayName": "Orange Lily", "basedps": 507.5, "slots": 3, "nDam": "75-140", "fDam": "0-0", "wDam": "165-235", "aDam": "0-0", "tDam": "0-0", "eDam": "165-235", "atkSpd": "SLOW", "lvl": 96, "strReq": 50, "intReq": 60, "mr": 10, "wDamPct": 20, "aDamPct": -150, "eDamPct": 20, "aDefPct": -100, "fixID": true, "spRaw3": -5, "spRaw4": 50, "id": 717}, {"name": "Brainwash", "type": "helmet", "tier": "Rare", "majorIds": [], "mr-base": 10, "ms-base": 15, "category": "armor", "displayName": "Brainwash", "hp": 2800, "wDef": -220, "tDef": 100, "eDef": 70, "lvl": 96, "strReq": 40, "dexReq": 70, "hprPct": -40, "mr": 10, "sdPct": 10, "ms": 15, "str": 13, "int": -50, "sdRaw": 190, "wDamPct": -30, "tDamPct": 15, "id": 416}, {"name": "Second Wind", "type": "leggings", "tier": "Fabled", "majorIds": [], "ls-base": -475, "category": "armor", "displayName": "Second Wind", "slots": 3, "hp": 6325, "fDef": 120, "aDef": 120, "tDef": -350, "eDef": -350, "lvl": 83, "agiReq": 40, "defReq": 65, "hprPct": -30, "ls": -475, "agi": 20, "spd": 20, "atkTier": 1, "id": 2973}, {"name": "Cumulonimbus", "type": "helmet", "tier": "Rare", "majorIds": [], "sdPct-base": 15, "category": "armor", "displayName": "Cumulonimbus", "slots": 3, "hp": 1800, "wDef": 70, "aDef": 70, "tDef": 70, "lvl": 94, "dexReq": 30, "intReq": 30, "agiReq": 30, "sdPct": 15, "dex": 10, "int": 10, "agi": 10, "spd": 25, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "id": 696}, {"name": "Morrowind", "type": "wand", "tier": "Legendary", "majorIds": [], "sdRaw-base": 145, "category": "weapon", "displayName": "Morrowind", "basedps": 135, "slots": 3, "nDam": "30-60", "fDam": "0-0", "wDam": "0-0", "aDam": "45-135", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 96, "agiReq": 45, "ref": 46, "agi": 14, "spd": 23, "sdRaw": 145, "aDamPct": 23, "eDamPct": -15, "aDefPct": 23, "id": 1818}, {"name": "Anima-Infused Helmet", "displayName": "Boreal-Patterned Crown", "type": "helmet", "tier": "Legendary", "quest": "The Qira Hive", "category": "armor", "slots": 2, "hp": 3000, "wDef": 150, "aDef": 150, "tDef": 150, "lvl": 100, "dexReq": 40, "intReq": 40, "agiReq": 40, "mr": 8, "sdPct": 20, "mdPct": -40, "str": -30, "def": -30, "sdRaw": 300, "wDamPct": 25, "aDamPct": 25, "tDamPct": 25, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "fixID": true, "id": 1267}, {"name": "Corsair", "type": "helmet", "tier": "Unique", "majorIds": [], "ms-base": 5, "spPct1-base": -10, "spPct4-base": -14, "category": "armor", "displayName": "Corsair", "slots": 2, "hp": 2900, "aDef": 110, "tDef": 80, "eDef": -140, "lvl": 99, "dexReq": 55, "agiReq": 35, "ms": 5, "dex": 8, "spd": 11, "eSteal": 4, "aDamPct": 12, "tDamPct": 10, "spPct1": -10, "spPct4": -14, "id": 658}, {"name": "Scaldsteppers", "type": "boots", "tier": "Unique", "majorIds": [], "spRaw3-base": -4, "category": "armor", "displayName": "Scaldsteppers", "slots": 2, "hp": 2325, "fDef": 80, "wDef": 110, "aDef": -90, "tDef": -100, "lvl": 90, "intReq": 40, "defReq": 30, "sdPct": 20, "int": 7, "expd": 10, "fDamPct": 10, "wDamPct": 10, "aDamPct": -12, "spRaw3": -4, "id": 2956}, {"name": "Charging Flame", "type": "spear", "tier": "Rare", "majorIds": [], "mr-base": 5, "spRaw2-base": -12, "category": "weapon", "displayName": "Charging Flame", "basedps": 190, "slots": 2, "nDam": "20-40", "fDam": "20-140", "wDam": "40-120", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 94, "intReq": 40, "defReq": 40, "mr": 5, "sdPct": 12, "mdPct": 12, "expd": 24, "hpBonus": -1200, "fDamPct": 12, "wDamPct": 12, "tDefPct": -25, "spRaw2": -12, "id": 519}, {"name": "Aphotic", "type": "helmet", "tier": "Legendary", "majorIds": [], "spRaw3-base": -7, "category": "armor", "displayName": "Aphotic", "slots": 2, "hp": 3200, "wDef": 150, "tDef": -150, "lvl": 98, "intReq": 100, "sdPct": 50, "dex": -80, "int": 5, "atkTier": -6, "spRaw3": -7, "id": 133}, {"name": "Silent Ballet", "type": "relik", "tier": "Unique", "majorIds": [], "category": "weapon", "displayName": "Silent Ballet", "basedps": 231, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "110-121", "tDam": "0-0", "eDam": "110-121", "atkSpd": "FAST", "lvl": 83, "strReq": 40, "agiReq": 40, "sdPct": -40000, "mdPct": 40, "sdRaw": -40000, "spPct1": -40, "spRaw1": -400, "spPct2": -40, "spRaw2": -400, "spPct3": -40, "spRaw3": -400, "spPct4": -40, "spRaw4": -400, "id": 3021}, {"name": "Rhythm of the Seasons", "type": "spear", "tier": "Fabled", "majorIds": ["RALLY"], "mr-base": 15, "category": "weapon", "displayName": "Rhythm of the Seasons", "basedps": 165, "slots": 2, "nDam": "40-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-140", "atkSpd": "VERY_FAST", "lvl": 100, "strReq": 80, "defReq": 60, "mr": 15, "def": 12, "hpBonus": 1800, "hprRaw": -660, "wDamPct": 25, "id": 3598}, {"name": "Sorrow", "type": "chestplate", "tier": "Rare", "category": "armor", "displayName": "Sorrow", "slots": 1, "hp": 1400, "wDef": 150, "tDef": -150, "lvl": 72, "intReq": 95, "mr": 5, "sdPct": 8, "ms": -20, "spRegen": 20, "wDamPct": 42, "fixID": true, "spRaw1": -8, "id": 666}, {"name": "Condensation", "type": "boots", "tier": "Unique", "majorIds": [], "spRaw3-base": -6, "category": "armor", "displayName": "Condensation", "hp": 2000, "wDef": 100, "tDef": -120, "lvl": 87, "intReq": 75, "sdPct": 30, "mdPct": -30, "int": 10, "tDefPct": -20, "spRaw3": -6, "id": 586}, {"name": "Augoeides", "type": "chestplate", "tier": "Rare", "majorIds": [], "mr-base": 5, "spRaw3-base": -5, "category": "armor", "displayName": "Augoeides", "hp": 1000, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 63, "intReq": 65, "mr": 5, "xpb": 5, "lb": 8, "ref": 30, "spRegen": 10, "mdRaw": -52, "spRaw3": -5, "id": 169}, {"name": "Matryoshka Shell", "type": "chestplate", "tier": "Legendary", "majorIds": [], "spRaw1-base": -5, "category": "armor", "displayName": "Matryoshka Shell", "slots": 18, "hp": 550, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 55, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "xpb": 20, "lb": 20, "spd": 10, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "spRaw1": -5, "id": 1764}, {"name": "Pure", "type": "wand", "tier": "Mythic", "majorIds": ["ENTROPY"], "ms-base": 30, "spRaw3-base": 6, "category": "weapon", "displayName": "Pure", "basedps": 70, "nDam": "0-5", "fDam": "0-0", "wDam": "20-45", "aDam": "15-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 65, "intReq": 50, "agiReq": 30, "sdPct": 400, "mdPct": -100, "ms": 30, "xpb": 30, "ref": 20, "spRaw3": 6, "id": 1711}, {"name": "Resurgence", "type": "boots", "tier": "Mythic", "majorIds": [], "mr-base": 30, "category": "armor", "displayName": "Resurgence", "slots": 4, "hp": 4550, "fDef": 125, "wDef": 175, "lvl": 91, "intReq": 65, "defReq": 90, "mr": 30, "sdPct": -35, "mdPct": -45, "int": 25, "spd": -14, "spRegen": 20, "hprRaw": 390, "id": 1717}, {"name": "Galleon", "type": "boots", "tier": "Mythic", "majorIds": [], "ms-base": 20, "category": "armor", "displayName": "Galleon", "poison": 4231, "slots": 3, "hp": 4500, "wDef": 250, "aDef": -175, "eDef": 200, "lvl": 92, "strReq": 65, "intReq": 60, "mdPct": 45, "ms": 20, "lb": 20, "atkTier": -1, "eSteal": 15, "wDamPct": 36, "eDamPct": 36, "id": 1702}, {"name": "Boreal", "type": "boots", "tier": "Mythic", "majorIds": [], "mr-base": 10, "category": "armor", "displayName": "Boreal", "slots": 3, "hp": 5000, "fDef": 250, "aDef": 375, "lvl": 93, "agiReq": 65, "defReq": 75, "hprPct": 100, "mr": 10, "ref": 25, "spd": 25, "hprRaw": 269, "tDamPct": -75, "eDamPct": -75, "fDefPct": 50, "aDefPct": 50, "id": 1687}, {"name": "Freedom", "type": "bow", "tier": "Mythic", "majorIds": [], "mr-base": 10, "category": "weapon", "displayName": "Freedom", "basedps": 485, "slots": 4, "nDam": "0-0", "fDam": "75-119", "wDam": "65-129", "aDam": "55-139", "tDam": "45-149", "eDam": "85-109", "atkSpd": "NORMAL", "lvl": 93, "strReq": 40, "dexReq": 40, "intReq": 40, "agiReq": 40, "defReq": 40, "mr": 10, "agi": 30, "spd": 15, "hpBonus": 1000, "sdRaw": 111, "mdRaw": 111, "id": 1695}, {"name": "Olympic", "type": "relik", "tier": "Mythic", "majorIds": [], "spRaw1-base": -10, "spRaw2-base": -10, "category": "weapon", "displayName": "Olympic", "basedps": 360, "slots": 3, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "345-375", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 93, "agiReq": 105, "agi": 25, "spd": 35, "aDamPct": 20, "aDefPct": 30, "spRaw1": -10, "spRaw2": -10, "jh": 6, "id": 1718}, {"name": "Guardian", "type": "spear", "tier": "Mythic", "majorIds": ["GUARDIAN"], "category": "weapon", "displayName": "Guardian", "basedps": 255, "thorns": 25, "slots": 3, "nDam": "50-90", "fDam": "165-205", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "defReq": 110, "mr": 1, "def": 20, "hpBonus": 6000, "hprRaw": 585, "fDefPct": 20, "wDefPct": 20, "eDefPct": 20, "id": 1701}, {"name": "Hadal", "type": "relik", "tier": "Mythic", "majorIds": [], "mr-base": 30, "spPct3-base": 112, "spPct4-base": 112, "category": "weapon", "displayName": "Hadal", "basedps": 1950, "slots": 3, "nDam": "0-0", "fDam": "0-0", "wDam": "1750-2150", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 94, "intReq": 130, "mr": 30, "sdPct": 75, "spPct3": 112, "spPct4": 112, "id": 1703}, {"name": "Nullification", "type": "dagger", "tier": "Mythic", "majorIds": [], "ms-base": 16, "category": "weapon", "displayName": "Nullification", "basedps": 315, "poison": -7000, "slots": 3, "nDam": "0-0", "fDam": "36-90", "wDam": "46-80", "aDam": "28-98", "tDam": "22-104", "eDam": "60-66", "atkSpd": "FAST", "lvl": 95, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "ls": 495, "ms": 16, "ref": 80, "def": 40, "fDefPct": 143, "wDefPct": 143, "aDefPct": 143, "tDefPct": 143, "eDefPct": 143, "id": 1714}, {"name": "Idol", "type": "spear", "tier": "Mythic", "majorIds": [], "mr-base": 10, "spRaw2-base": -50, "category": "weapon", "displayName": "Idol", "basedps": 280, "slots": 3, "nDam": "0-0", "fDam": "0-0", "wDam": "230-330", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "intReq": 120, "mr": 10, "ref": 30, "int": 26, "spRegen": 25, "sdRaw": 264, "wDefPct": 15, "spRaw2": -50, "id": 1705}, {"name": "Dawnbreak", "type": "boots", "tier": "Mythic", "majorIds": [], "ms-base": 12, "category": "armor", "displayName": "Dawnbreak", "slots": 2, "hp": 4225, "fDef": 200, "wDef": -125, "aDef": -125, "tDef": 200, "lvl": 96, "dexReq": 65, "defReq": 65, "ls": 350, "ms": 12, "expd": 23, "atkTier": -20, "mdRaw": 2700, "fDamPct": 27, "tDamPct": 27, "id": 1691}, {"name": "Cataclysm", "type": "dagger", "tier": "Mythic", "majorIds": [], "category": "weapon", "displayName": "Cataclysm", "basedps": 265, "thorns": 21, "slots": 3, "nDam": "40-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "45-305", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 96, "dexReq": 120, "dex": 20, "hpBonus": -6000, "eSteal": 5, "tDamPct": 17, "spRaw1": -1, "id": 1690}, {"name": "Grimtrap", "type": "dagger", "tier": "Mythic", "majorIds": [], "ms-base": -10, "spRaw4-base": -10, "category": "weapon", "displayName": "Grimtrap", "basedps": 570, "poison": 2000, "thorns": 70, "slots": 3, "nDam": "175-235", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "305-425", "atkSpd": "SLOW", "lvl": 96, "strReq": 100, "ls": 650, "ms": -10, "str": 15, "spRaw2": 1, "spRaw4": -10, "id": 1699}, {"name": "Weathered", "type": "dagger", "tier": "Mythic", "majorIds": ["ROVINGASSASSIN"], "ms-base": 16, "category": "weapon", "displayName": "Weathered", "basedps": 245, "slots": 3, "nDam": "40-80", "fDam": "0-0", "wDam": "0-0", "aDam": "140-230", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "agiReq": 110, "ms": 16, "ref": 25, "agi": 15, "expd": -50, "spd": 25, "atkTier": 1, "aDamPct": 20, "id": 1726}, {"name": "Thrundacrack", "type": "spear", "tier": "Mythic", "majorIds": [], "spRaw3-base": -6, "category": "weapon", "displayName": "Thrundacrack", "basedps": 205, "slots": 4, "nDam": "50-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "50-220", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "dexReq": 105, "hprPct": -60, "dex": 35, "spd": 9, "wDamPct": 60, "tDamPct": 25, "spRaw3": -6, "id": 1722}, {"name": "Lament", "type": "wand", "tier": "Mythic", "majorIds": [], "ms-base": 40, "spPct1-base": -35, "category": "weapon", "displayName": "Lament", "basedps": 265, "slots": 3, "nDam": "70-90", "fDam": "0-0", "wDam": "180-190", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 96, "intReq": 110, "ls": -500, "ms": 40, "int": 20, "wDamPct": 80, "spPct1": -35, "id": 1710}, {"name": "Toxoplasmosis", "type": "relik", "tier": "Mythic", "majorIds": [], "ms-base": 18, "category": "weapon", "displayName": "Toxoplasmosis", "basedps": 3, "poison": 10000, "slots": 2, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "3-3", "atkSpd": "VERY_FAST", "lvl": 96, "strReq": 110, "ls": 500, "ms": 18, "lb": 20, "str": 40, "spd": 20, "id": 1724}, {"name": "Stardew", "type": "boots", "tier": "Mythic", "majorIds": [], "mr-base": -9, "ms-base": 15, "category": "armor", "displayName": "Stardew", "slots": 2, "hp": 4075, "fDef": -100, "wDef": 150, "aDef": -100, "tDef": 150, "eDef": -100, "lvl": 97, "dexReq": 65, "intReq": 75, "mr": -9, "ms": 15, "ref": 25, "sdRaw": 313, "wDamPct": 35, "tDamPct": 35, "id": 1723}, {"name": "Divzer", "type": "bow", "tier": "Mythic", "majorIds": [], "ms-base": 30, "category": "weapon", "displayName": "Divzer", "basedps": 299, "slots": 3, "nDam": "48-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "250-250", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "dexReq": 115, "ls": 973, "ms": 30, "dex": 37, "agi": -550, "def": -39, "atkTier": 1, "sdRaw": 253, "mdRaw": 536, "fDamPct": -550, "wDamPct": -550, "id": 1692}, {"name": "Inferno", "type": "dagger", "tier": "Mythic", "majorIds": [], "category": "weapon", "displayName": "Inferno", "basedps": 950, "slots": 3, "nDam": "0-0", "fDam": "855-1045", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "defReq": 105, "hprPct": -45, "mr": -1, "mdPct": 25, "def": 15, "spd": 25, "hpBonus": 1500, "mdRaw": 560, "fDamPct": 35, "wDefPct": -40, "spRaw1": -1, "id": 1707}, {"name": "Nirvana", "type": "dagger", "tier": "Mythic", "majorIds": ["ARCANES"], "mr-base": 10, "ms-base": -20, "category": "weapon", "displayName": "Nirvana", "basedps": 352.5, "slots": 3, "nDam": "0-0", "fDam": "0-0", "wDam": "320-385", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 97, "intReq": 110, "mr": 10, "sdPct": 25, "mdPct": -80, "ms": -20, "ref": 15, "int": 40, "hpBonus": -2000, "id": 1712}, {"name": "Collapse", "type": "spear", "tier": "Mythic", "majorIds": ["FISSION"], "ms-base": 18, "category": "weapon", "displayName": "Collapse", "basedps": 827.5, "slots": 3, "nDam": "40-65", "fDam": "0-310", "wDam": "0-310", "aDam": "0-310", "tDam": "0-310", "eDam": "0-310", "atkSpd": "VERY_SLOW", "lvl": 97, "strReq": 35, "dexReq": 35, "intReq": 35, "agiReq": 35, "defReq": 35, "mdPct": 50, "ms": 18, "str": 45, "expd": 250, "fDefPct": -65, "wDefPct": -65, "aDefPct": -65, "tDefPct": -65, "eDefPct": -65, "id": 1693}, {"name": "Gaia", "type": "wand", "tier": "Mythic", "majorIds": [], "spRaw4-base": -9, "category": "weapon", "displayName": "Gaia", "basedps": 620, "poison": 2500, "thorns": 15, "slots": 3, "nDam": "150-220", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "380-490", "atkSpd": "VERY_SLOW", "lvl": 97, "strReq": 105, "mdPct": 15, "str": 25, "sdRaw": -275, "mdRaw": 575, "spRaw4": -9, "id": 1700}, {"name": "Absolution", "type": "relik", "tier": "Mythic", "majorIds": [], "mr-base": 16, "spRaw1-base": -20, "category": "weapon", "displayName": "Absolution", "basedps": 200, "nDam": "0-0", "fDam": "195-205", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "defReq": 115, "mr": 16, "hpBonus": 3000, "spRegen": 23, "fDamPct": 20, "wDamPct": 200, "tDefPct": 45, "eDefPct": 45, "spRaw1": -20, "id": 1682}, {"name": "Spring", "type": "bow", "tier": "Mythic", "majorIds": [], "mr-base": 30, "category": "weapon", "displayName": "Spring", "basedps": 422.5, "slots": 3, "nDam": "150-185", "fDam": "0-0", "wDam": "200-310", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "intReq": 120, "mr": 30, "str": 15, "dex": -40, "int": 15, "wDamPct": 20, "tDamPct": -50, "id": 1721}, {"name": "Monster", "type": "wand", "tier": "Mythic", "majorIds": [], "ms-base": 10, "spRaw1-base": 4, "category": "weapon", "displayName": "Monster", "basedps": 315, "slots": 3, "nDam": "110-140", "fDam": "160-220", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 98, "defReq": 110, "mdPct": 40, "ls": 500, "ms": 10, "def": 40, "hpBonus": 3000, "fDamPct": 25, "spRaw1": 4, "id": 1713}, {"name": "Revenant", "type": "boots", "tier": "Mythic", "majorIds": [], "ms-base": 10, "spPct4-base": -28, "category": "armor", "displayName": "Revenant", "slots": 3, "hp": 7000, "aDef": 70, "eDef": 70, "lvl": 99, "strReq": 70, "agiReq": 70, "mdPct": -70, "ms": 10, "ref": 120, "spd": 40, "hpBonus": -2500, "mdRaw": 520, "aDamPct": 40, "eDamPct": 40, "spPct4": -28, "id": 1719}, {"name": "Fatal", "type": "wand", "tier": "Mythic", "majorIds": [], "spPct1-base": 28, "spPct2-base": -49, "category": "weapon", "displayName": "Fatal", "basedps": 180.5, "slots": 3, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-360", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 99, "dexReq": 110, "sdPct": 25, "ms": 1, "dex": 25, "spd": 15, "spPct1": 28, "spPct2": -49, "id": 1698}, {"name": "Warp", "type": "wand", "tier": "Mythic", "majorIds": [], "mr-base": -45, "spRaw1-base": 4, "spRaw2-base": -299, "category": "weapon", "displayName": "Warp", "basedps": 260, "slots": 3, "nDam": "40-70", "fDam": "0-0", "wDam": "0-0", "aDam": "190-220", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 99, "agiReq": 130, "hprPct": -200, "mr": -45, "ref": 90, "agi": 20, "expd": 50, "spd": 180, "hprRaw": -600, "aDamPct": 15, "spRaw1": 4, "spRaw2": -299, "id": 1729}, {"name": "Oblivion", "type": "dagger", "tier": "Mythic", "majorIds": [], "mr-base": -30, "ms-base": 15, "spRaw2-base": -20, "category": "weapon", "displayName": "Oblivion", "basedps": 1699.5, "slots": 4, "nDam": "1-200", "fDam": "0-0", "wDam": "600-999", "aDam": "0-0", "tDam": "600-999", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 101, "dexReq": 75, "intReq": 65, "mr": -30, "ms": 15, "dex": 15, "expd": 40, "spRegen": 40, "sdRaw": 265, "spRaw2": -20, "id": 3647}, {"name": "Epoch", "type": "bow", "tier": "Mythic", "majorIds": [], "sdPct-base": 40, "category": "weapon", "displayName": "Epoch", "basedps": 1680, "sprint": 70, "slots": 3, "nDam": "500-620", "fDam": "0-0", "wDam": "0-0", "aDam": "520-600", "tDam": "480-640", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 102, "dexReq": 70, "agiReq": 70, "sdPct": 40, "ls": 825, "ms": -1, "spd": -20, "mdRaw": 769, "spRaw1": -1, "spRaw4": -1, "id": 3645}, {"name": "Fantasia", "type": "relik", "tier": "Mythic", "majorIds": [], "spPct1-base": -27, "spPct2-base": -27, "spPct3-base": -27, "spPct4-base": -27, "category": "weapon", "displayName": "Fantasia", "basedps": 1350, "slots": 3, "nDam": "0-0", "fDam": "185-295", "wDam": "200-280", "aDam": "215-265", "tDam": "230-250", "eDam": "170-310", "atkSpd": "VERY_SLOW", "lvl": 96, "strReq": 45, "dexReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "mr": -20, "sdPct": 30, "ms": -20, "int": 50, "spPct1": -27, "spPct2": -27, "spPct3": -27, "spPct4": -27, "id": 1697}, {"name": "Slayer", "type": "boots", "tier": "Mythic", "majorIds": [], "spPct3-base": -30, "category": "armor", "displayName": "Slayer", "slots": 2, "hp": 3775, "wDef": -100, "lvl": 94, "dexReq": 75, "agiReq": 60, "dex": 20, "spd": 27, "atkTier": 1, "eSteal": 10, "hprRaw": -270, "mdRaw": 285, "spPct3": -30, "id": 1716}, {"name": "Immolation", "type": "relik", "tier": "Mythic", "majorIds": [], "spPct3-base": -14, "category": "weapon", "displayName": "Immolation", "basedps": 640, "slots": 3, "nDam": "0-0", "fDam": "200-440", "wDam": "0-0", "aDam": "310-330", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 101, "agiReq": 80, "defReq": 80, "hprPct": -180, "agi": 50, "def": 50, "hpBonus": -2750, "fDamPct": 45, "wDamPct": -1000, "aDamPct": 45, "spPct3": -14, "id": 3646}, {"name": "Convergence", "type": "spear", "tier": "Mythic", "majorIds": [], "spPct3-base": -45, "category": "weapon", "displayName": "Convergence", "basedps": 300, "slots": 3, "nDam": "70-90", "fDam": "105-115", "wDam": "100-120", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 104, "intReq": 65, "defReq": 75, "hprPct": 43, "tDamPct": 55, "eDamPct": 55, "aDefPct": 35, "spPct3": -45, "sprintReg": 43, "id": 3643}, {"name": "Panic Zealot", "tier": "Fabled", "type": "relik", "material": "273:7", "majorIds": ["FURIOUS_EFFIGY"], "category": "weapon", "slots": 3, "lore": "They must know what you went through. They must suffer the same as you did.", "drop": "never", "restrict": "Untradable", "nDam": "46-60", "fDam": "0-0", "wDam": "0-0", "aDam": "43-63", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 101, "agiReq": 85, "spd": 30, "atkTier": 3, "hpBonus": -5000, "tDamPct": -30, "spPct1": -100, "spPct2": -100, "spPct3": -100, "id": 3600}, {"name": "Ambivalence", "tier": "Legendary", "material": "259:29", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 70, "aDef": 70, "tDef": 70, "lvl": 100, "dexReq": 40, "agiReq": 40, "defReq": 40, "sdPct": 250, "int": -100, "wDamPct": 50, "type": "necklace", "fixID": true, "spPct1": 130, "spPct2": 85, "spPct3": 130, "spPct4": 100, "id": 3618}, {"name": "Dondasch", "tier": "Legendary", "type": "chestplate", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 3375, "aDef": 150, "eDef": 150, "lvl": 100, "strReq": 50, "agiReq": 50, "str": 20, "spd": 27, "spRegen": 15, "mdRaw": 280, "fDamPct": -100, "aDamPct": 25, "eDamPct": 25, "id": 0}, {"name": "Eidolon", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "520-570", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 95, "agiReq": 45, "ms": 5, "xpb": 10, "agi": 15, "spd": 30, "spRegen": 15, "fDamPct": -20, "aDefPct": 30, "tDefPct": 25, "id": 1}, {"name": "Nona", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "62-85", "tDam": "0-0", "eDam": "62-85", "atkSpd": "SUPER_FAST", "lvl": 95, "strReq": 50, "agiReq": 40, "xpb": 10, "agi": 13, "spd": 25, "atkTier": 1, "spRegen": 15, "hprRaw": -180, "sdRaw": 90, "mdRaw": 100, "fDefPct": -100, "id": 2}, {"name": "Breakbore", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "90-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "60-130", "eDam": "60-130", "atkSpd": "SLOW", "lvl": 90, "strReq": 35, "dexReq": 35, "mdPct": 30, "xpb": 10, "lb": 10, "str": 13, "expd": 57, "tDamPct": 20, "wDefPct": -20, "aDefPct": -20, "id": 4}, {"name": "Tera", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3225, "aDef": -200, "tDef": 100, "eDef": 100, "lvl": 90, "strReq": 50, "dexReq": 50, "xpb": 10, "lb": 20, "str": 10, "dex": 10, "tDamPct": 36, "eDamPct": 36, "id": 3}, {"name": "Summa", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": -25, "tDef": -25, "lvl": 95, "mr": 5, "xpb": 10, "str": 1, "dex": 4, "agi": 1, "def": 4, "hprRaw": -35, "type": "ring", "id": 5}, {"name": "Helm Splitter", "tier": "Legendary", "type": "spear", "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, "strReq": 60, "mdPct": 150, "xpb": 10, "lb": 10, "str": 20, "atkTier": -1, "sdRaw": -2000, "id": 8}, {"name": "Back-up Plan", "displayName": "Back-Up Plan", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 625, "lvl": 70, "defReq": 50, "xpb": 10, "agi": 7, "def": 7, "type": "bracelet", "id": 7}, {"name": "Quick-Strike Leggings", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1525, "lvl": 70, "classReq": "Assassin", "dexReq": 60, "dex": 20, "spd": 14, "atkTier": 1, "eDefPct": -14, "id": 6}, {"name": "Greenhoof", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 105, "lvl": 20, "strReq": 10, "agiReq": 5, "mdPct": 15, "str": 7, "spd": 12, "eDamPct": 10, "id": 11}, {"name": "Durum's Serenity", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 30, "wDef": 7, "eDef": 7, "lvl": 25, "strReq": 5, "intReq": 10, "xpb": 10, "str": 5, "int": 7, "spRegen": 12, "type": "necklace", "id": 10}, {"name": "The Scarecrow's Vest", "tier": "Legendary", "type": "chestplate", "thorns": 60, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 150, "fDef": -5, "lvl": 20, "ref": 40, "def": 7, "spd": -7, "hpBonus": 58, "id": 13}, {"name": "Kahontsi Ohstyen", "tier": "Legendary", "type": "spear", "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, "strReq": 80, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 20, "sdPct": 20, "xpb": 10, "lb": 10, "dex": -15, "expd": 35, "spd": 20, "tDamPct": -100, "id": 9}, {"name": "Onenya Hronkas", "tier": "Legendary", "type": "chestplate", "thorns": 30, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1750, "fDef": 100, "wDef": -60, "aDef": -60, "eDef": 100, "lvl": 60, "strReq": 30, "defReq": 85, "hprPct": 20, "mdPct": 40, "str": 7, "def": 7, "spd": -12, "atkTier": -1, "hprRaw": 70, "id": 15}, {"name": "Ohonte Kerhite", "tier": "Rare", "type": "wand", "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, "intReq": 100, "defReq": 15, "hprPct": 25, "mr": 15, "sdPct": 25, "mdPct": -75, "xpb": 10, "int": 13, "hpBonus": 770, "spRegen": 25, "wDamPct": 45, "id": 12}, {"name": "Blade of Shade", "tier": "Legendary", "type": "dagger", "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, "dexReq": 20, "agiReq": 20, "defReq": 20, "ls": 225, "ms": 10, "xpb": 10, "spd": 20, "hpBonus": -250, "hprRaw": -70, "fDamPct": 20, "aDamPct": 20, "id": 17}, {"name": "Shackle of Shade", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 50, "tDef": 50, "lvl": 70, "dexReq": 10, "defReq": 10, "xpb": 10, "wDefPct": -3, "aDefPct": 9, "eDefPct": -3, "type": "bracelet", "id": 16}, {"name": "Plague Mask", "tier": "Legendary", "type": "helmet", "poison": 400, "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 925, "fDef": 10, "wDef": 10, "aDef": 70, "tDef": 10, "eDef": 70, "lvl": 55, "hprPct": 20, "sdPct": -10, "mdPct": -15, "ls": 95, "xpb": 10, "def": 7, "spd": -15, "id": 20}, {"name": "Plague Staff", "tier": "Fabled", "type": "wand", "majorIds": ["PLAGUE"], "poison": 1800, "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, "intReq": 50, "int": 20, "hprRaw": 100, "id": 21}, {"name": "Shadestep", "tier": "Legendary", "type": "boots", "thorns": 30, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": -275, "aDef": 100, "tDef": 120, "lvl": 70, "classReq": "Archer", "dexReq": 30, "agiReq": 60, "ls": 175, "ref": 50, "agi": 13, "spd": 30, "hprRaw": -45, "mdRaw": 195, "id": 14}, {"name": "Purification Bead", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 55, "defReq": 20, "hprPct": 10, "def": 5, "spRegen": 5, "hprRaw": 30, "type": "necklace", "id": 18}, {"name": "Anxiolytic", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 3880, "fDef": -125, "wDef": 150, "aDef": 150, "tDef": 125, "eDef": -175, "lvl": 101, "strReq": 35, "dexReq": 40, "intReq": 50, "agiReq": 50, "defReq": 35, "mr": 20, "dex": 15, "int": 10, "agi": 12, "spRaw1": 5, "spRaw3": 5, "spRaw4": 5, "sprintReg": 13, "id": 3629}, {"name": "Deadeye", "tier": "Fabled", "type": "bow", "majorIds": ["HAWKEYE"], "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "577-578", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 45, "xpb": 10, "dex": 30, "id": 19}, {"name": "Redrock Bandanna", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 425, "fDef": 25, "lvl": 40, "defReq": 30, "xpb": 11, "str": 9, "fDamPct": 19, "fDefPct": 19, "id": 23}, {"name": "Sundown Poncho", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 25, "tDef": 30, "lvl": 40, "dexReq": 15, "defReq": 15, "mdPct": 34, "xpb": 11, "dex": 9, "def": 9, "atkTier": -1, "fDamPct": 30, "tDamPct": 30, "wDefPct": -25, "id": 24}, {"name": "Crossbolt", "tier": "Rare", "type": "bow", "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, "mdPct": 50, "spd": -5, "sdRaw": -25, "id": 22}, {"name": "Dissociation", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "lvl": 101, "mr": 10, "mdPct": 60, "str": -35, "int": -20, "def": -35, "hpBonus": 3550, "sdRaw": 231, "aDefPct": 75, "tDefPct": 75, "spRaw3": -5, "id": 3628}, {"name": "Obolus", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "fDef": 35, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 25, "ls": 38, "xpb": 10, "lb": 30, "def": 9, "spRegen": 20, "hprRaw": 42, "id": 25}, {"name": "Haros' Oar", "tier": "Legendary", "type": "wand", "poison": 75, "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, "intReq": 15, "sdPct": 15, "ms": 10, "xpb": 10, "dex": 7, "wDamPct": 11, "id": 28}, {"name": "Stave of the Legends", "tier": "Legendary", "type": "wand", "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, "mr": 10, "sdPct": 20, "str": 10, "dex": 10, "int": 10, "def": 10, "fDefPct": 25, "wDefPct": 25, "tDefPct": 25, "eDefPct": 25, "id": 26}, {"name": "Legend Guard's Plate", "tier": "Legendary", "type": "chestplate", "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, "defReq": 50, "sdPct": -10, "mdPct": 20, "xpb": 15, "str": 7, "def": 10, "spd": -10, "hpBonus": 339, "id": 27}, {"name": "Trainer's Pendant", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 70, "hprPct": 20, "sdPct": -7, "mdPct": -7, "xpb": 12, "hprRaw": 20, "type": "necklace", "id": 33}, {"name": "Binding Brace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "tDef": 25, "lvl": 50, "dexReq": 25, "sdPct": -4, "ms": -5, "xpb": 10, "dex": 7, "spd": 12, "tDamPct": 15, "type": "bracelet", "id": 32}, {"name": "Constrict Collar", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 100, "lvl": 45, "xpb": 15, "def": 7, "hpBonus": 96, "hprRaw": -10, "type": "necklace", "id": 29}, {"name": "Marius' Prison", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 700, "lvl": 50, "intReq": 45, "ls": 58, "ms": 20, "xpb": 10, "spd": -20, "atkTier": -1, "sdRaw": 80, "mdRaw": 105, "id": 31}, {"name": "Capsid Frame", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 165, "fDef": 60, "lvl": 60, "intReq": 50, "defReq": 40, "hprPct": 30, "mr": 15, "int": 10, "expd": 25, "fDamPct": 30, "wDamPct": 35, "aDefPct": -90, "id": 3553}, {"name": "Shackles of the Beast", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 525, "wDef": -60, "aDef": 50, "tDef": 50, "lvl": 45, "strReq": 10, "defReq": 20, "mr": -5, "sdPct": -10, "mdPct": 25, "str": 7, "def": 7, "expd": 20, "hpBonus": 525, "id": 30}, {"name": "Phage Pins", "tier": "Fabled", "type": "boots", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": -260, "fDef": 75, "eDef": 75, "lvl": 65, "defReq": 60, "mr": 20, "str": 15, "spd": 15, "hprRaw": 108, "fDamPct": 15, "eDamPct": 15, "spPct2": -47, "id": 3555}, {"name": "Bonder", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 4, "drop": "never", "restrict": "Untradable", "nDam": "210-270", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "hprPct": 30, "mr": 20, "sdPct": -20, "mdPct": -20, "expd": -500, "spRegen": 20, "hprRaw": 200, "id": 37}, {"name": "Crystal Coil", "tier": "Legendary", "type": "chestplate", "poison": 600, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 190, "eDef": 70, "lvl": 60, "strReq": 50, "ms": 10, "def": 15, "spd": -10, "atkTier": -13, "mdRaw": 1100, "eDamPct": 20, "id": 3554}, {"name": "Braker", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "405-555", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "sdPct": -100, "str": 13, "expd": 77, "spd": -20, "hpBonus": -2050, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "id": 34}, {"name": "About-Face", "tier": "Unique", "type": "chestplate", "thorns": 333, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2675, "fDef": 60, "eDef": 60, "lvl": 86, "strReq": 40, "defReq": 40, "sdPct": -55, "mdPct": -55, "ls": 195, "ms": 10, "ref": 333, "str": 10, "def": 10, "hprRaw": 160, "id": 40}, {"name": "Lower", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "350-430", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "str": 10, "spRaw1": 55, "spRaw2": -15, "spRaw3": -15, "spRaw4": -15, "id": 35}, {"name": "Abyssal Walkers", "tier": "Unique", "type": "boots", "poison": 480, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": 80, "wDef": -100, "aDef": -80, "tDef": 80, "lvl": 71, "dexReq": 25, "defReq": 25, "ls": 100, "dex": 7, "expd": 5, "spRegen": -15, "eDamPct": -8, "id": 46}, {"name": "Slider", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "140-240", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 99, "ms": 15, "dex": -30, "agi": 15, "spd": 40, "eSteal": 5, "sdRaw": 160, "mdRaw": -50, "id": 36}, {"name": "Accelerator", "tier": "Legendary", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 3500, "aDef": -150, "tDef": -150, "lvl": 92, "sdPct": -15, "mdPct": -20, "dex": 10, "agi": 10, "spd": 15, "atkTier": 1, "aDamPct": 11, "tDamPct": 11, "id": 74}, {"name": "Absorption", "tier": "Unique", "type": "spear", "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, "dexReq": 25, "intReq": 15, "mr": 5, "ms": 5, "xpb": 15, "id": 41}, {"name": "Ace of Spades", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "75-75", "wDam": "0-0", "aDam": "0-150", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 98, "agiReq": 50, "defReq": 45, "mr": -15, "agi": 13, "def": 10, "spd": 15, "hpBonus": 2700, "fDamPct": 15, "aDamPct": 25, "id": 44}, {"name": "Acid", "tier": "Unique", "poison": 550, "category": "accessory", "drop": "lootchest", "hp": -250, "wDef": -30, "lvl": 99, "def": -2, "type": "ring", "id": 43}, {"name": "Achromatic Gloom", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 98, "sdPct": 14, "mdPct": 14, "str": -4, "dex": -4, "int": -4, "agi": -4, "def": -4, "sdRaw": 85, "mdRaw": 65, "type": "necklace", "id": 42}, {"name": "Acidstream", "tier": "Rare", "type": "bow", "poison": 311, "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "31-37", "aDam": "0-0", "tDam": "0-0", "eDam": "12-14", "atkSpd": "SLOW", "lvl": 31, "ms": 5, "wDefPct": -35, "eDefPct": 15, "id": 45}, {"name": "Acrobat", "tier": "Rare", "type": "bow", "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, "dexReq": 10, "agiReq": 40, "mdPct": 5, "agi": 7, "spd": 10, "aDamPct": 4, "tDamPct": 6, "fDefPct": -12, "id": 48}, {"name": "Adamantite", "tier": "Legendary", "type": "chestplate", "thorns": 20, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2100, "fDef": -50, "wDef": -50, "aDef": -50, "tDef": -50, "eDef": -20, "lvl": 70, "hprPct": 25, "str": 7, "def": 13, "hpBonus": 1350, "fDamPct": -3, "wDamPct": -14, "aDamPct": -14, "tDamPct": -14, "eDamPct": -3, "id": 47}, {"name": "Adanac", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1000, "wDef": 50, "aDef": 50, "tDef": -50, "lvl": 63, "intReq": 30, "agiReq": 30, "mr": 5, "spd": -15, "hprRaw": 48, "wDefPct": 6, "aDefPct": 6, "id": 49}, {"name": "Adder Stone", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": 375, "wDef": 25, "eDef": 25, "lvl": 80, "strReq": 30, "intReq": 40, "mr": 5, "xpb": 10, "spd": -5, "hprRaw": 80, "tDamPct": -6, "type": "necklace", "id": 50}, {"name": "Adigard's Snowshoes", "tier": "Rare", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 200, "fDef": -5, "wDef": 15, "lvl": 30, "mr": 5, "xpb": 12, "agi": 5, "spd": 4, "tDefPct": -4, "id": 51}, {"name": "Admiral's Aegis", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 170, "wDef": -10, "tDef": -10, "lvl": 21, "defReq": 15, "xpb": 7, "def": 8, "spd": -6, "hprRaw": 7, "id": 52}, {"name": "Ado Saki", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 105, "wDef": 10, "tDef": -8, "lvl": 20, "intReq": 5, "ls": -6, "ms": 5, "xpb": 12, "ref": 3, "id": 72}, {"name": "Abandoned Tunic", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 22, "lvl": 6, "sdPct": 6, "lb": 5, "id": 39}, {"name": "Stinger", "tier": "Legendary", "type": "bow", "poison": 2000, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "1200-1555", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 99, "ls": 735, "ms": -5, "expd": 30, "atkTier": -99, "hprRaw": -240, "id": 38}, {"name": "Adrift", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "22-33", "fDam": "0-0", "wDam": "70-92", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 63, "intReq": 25, "mdPct": -15, "ref": 30, "spRegen": 30, "wDefPct": 40, "aDefPct": 15, "tDefPct": 15, "id": 53}, {"name": "Adrenaline", "tier": "Rare", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 2200, "fDef": -30, "wDef": -30, "aDef": -65, "tDef": -100, "eDef": -65, "lvl": 88, "intReq": 60, "defReq": 60, "sdPct": 17, "mdPct": -25, "ls": -450, "ms": 15, "int": 6, "def": 6, "spd": 13, "sdRaw": 170, "mdRaw": -170, "id": 3589}, {"name": "Aeolipile", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "80-121", "wDam": "110-162", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "intReq": 35, "defReq": 35, "mr": 5, "sdPct": 10, "mdPct": -10, "int": 9, "fDefPct": 20, "wDefPct": 10, "eDefPct": -15, "id": 54}, {"name": "Adventurous", "tier": "Rare", "category": "accessory", "drop": "lootchest", "aDef": 20, "lvl": 60, "agiReq": 30, "xpb": 5, "ref": 5, "spd": 8, "type": "bracelet", "id": 56}, {"name": "Aeolian", "tier": "Unique", "type": "bow", "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, "agiReq": 10, "str": -3, "agi": 5, "spd": 5, "aDamPct": 4, "id": 57}, {"name": "Aeolus", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 230, "fDef": -30, "lvl": 41, "agiReq": 25, "xpb": 15, "def": -7, "spd": 17, "aDamPct": 6, "fDefPct": -15, "id": 55}, {"name": "Aerodynamics", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1400, "fDef": -70, "aDef": 70, "tDef": 60, "eDef": -80, "lvl": 73, "dexReq": 35, "agiReq": 50, "mdPct": -10, "agi": 8, "spd": 16, "aDefPct": 12, "tDefPct": 10, "id": 60}, {"name": "Aerokinesis", "tier": "Legendary", "type": "wand", "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, "agiReq": 75, "agi": 5, "sdRaw": 120, "fDamPct": -29, "wDamPct": -29, "aDamPct": 20, "tDamPct": -29, "eDamPct": -29, "id": 59}, {"name": "Aeronaut", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 140, "fDef": -10, "aDef": 10, "lvl": 29, "agiReq": 15, "ref": 7, "agi": 5, "spd": 9, "aDamPct": 7, "fDefPct": -12, "id": 62}, {"name": "Aersectra", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "96-97", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "41-240", "eDam": "0-0", "atkSpd": "FAST", "lvl": 83, "dexReq": 30, "agiReq": 40, "sdPct": 21, "def": -10, "expd": 20, "hpBonus": -1000, "mdRaw": 115, "fDamPct": -30, "aDamPct": 24, "aDefPct": 20, "id": 64}, {"name": "Aether", "tier": "Unique", "type": "wand", "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, "dexReq": 25, "agiReq": 25, "spd": 15, "aDamPct": 15, "tDamPct": 15, "fDefPct": -15, "eDefPct": -15, "id": 61}, {"name": "Aerosol", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-92", "fDam": "0-0", "wDam": "0-0", "aDam": "50-125", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 86, "agiReq": 40, "agi": 8, "def": -6, "mdRaw": 75, "fDamPct": -60, "aDamPct": 12, "fDefPct": -60, "id": 58}, {"name": "Affrettando", "tier": "Unique", "type": "spear", "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, "dexReq": 30, "agiReq": 20, "str": -5, "spd": 21, "mdRaw": 20, "aDamPct": 5, "tDamPct": 15, "eDefPct": -30, "id": 63}, {"name": "Agave", "tier": "Rare", "thorns": 10, "category": "accessory", "drop": "lootchest", "hp": -275, "tDef": 30, "eDef": 30, "lvl": 97, "strReq": 35, "dexReq": 35, "atkTier": -3, "sdRaw": 59, "mdRaw": 85, "type": "ring", "id": 3594}, {"name": "Aggression", "tier": "Rare", "category": "accessory", "drop": "lootchest", "fDef": -20, "wDef": -20, "aDef": -20, "tDef": -20, "eDef": 10, "lvl": 44, "strReq": 15, "mdPct": 7, "str": 4, "expd": 5, "type": "bracelet", "id": 67}, {"name": "Afterimage", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-30", "fDam": "0-0", "wDam": "0-0", "aDam": "40-48", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 71, "agiReq": 90, "sdPct": 14, "agi": 9, "spd": 22, "atkTier": 1, "aDamPct": 14, "fDefPct": -12, "wDefPct": -12, "tDefPct": -12, "eDefPct": -12, "id": 65}, {"name": "Agitation", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "24-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "12-70", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 80, "dexReq": 50, "sdPct": 15, "mdPct": 23, "expd": 19, "hprRaw": -60, "tDamPct": 20, "tDefPct": -70, "id": 66}, {"name": "Air Relic Bow", "tier": "Rare", "type": "bow", "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, "agiReq": 20, "xpb": 15, "lb": 15, "agi": 7, "spd": 20, "sdRaw": 50, "aDamPct": 15, "aDefPct": 15, "id": 69}, {"name": "Air Relic Daggers", "tier": "Rare", "type": "dagger", "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, "agiReq": 25, "xpb": 15, "lb": 15, "agi": 7, "spd": 20, "sdRaw": 85, "aDamPct": 15, "aDefPct": 15, "id": 68}, {"name": "Air Relic Spear", "tier": "Rare", "type": "spear", "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, "agiReq": 25, "xpb": 15, "lb": 15, "agi": 7, "spd": 20, "sdRaw": 70, "aDamPct": 15, "aDefPct": 15, "id": 71}, {"name": "Alarm", "tier": "Unique", "type": "wand", "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, "dexReq": 15, "agiReq": 15, "str": -5, "dex": 5, "agi": 5, "mdRaw": 13, "eDamPct": -14, "id": 79}, {"name": "Air Relic Wand", "tier": "Rare", "type": "wand", "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, "agiReq": 20, "xpb": 15, "lb": 15, "agi": 7, "spd": 20, "sdRaw": 60, "aDamPct": 15, "aDefPct": 15, "id": 70}, {"name": "Ajax", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 525, "aDef": -30, "eDef": 30, "lvl": 45, "strReq": 25, "mdPct": 15, "str": 13, "agi": -10, "spd": -10, "sdRaw": -40, "mdRaw": 85, "id": 73}, {"name": "Alaxica", "tier": "Unique", "type": "wand", "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, "agiReq": 40, "sdPct": 15, "xpb": 15, "ref": 10, "agi": 8, "spd": 10, "spRegen": 5, "fDamPct": -20, "wDamPct": -20, "tDamPct": -20, "eDamPct": -20, "id": 76}, {"name": "Albacore", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "fDef": 80, "wDef": 80, "lvl": 97, "intReq": 45, "defReq": 35, "mr": 5, "ref": 8, "int": 5, "def": 5, "sdRaw": 154, "fDamPct": 13, "wDamPct": 13, "eDefPct": -18, "id": 75}, {"name": "Albedo", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2800, "fDef": 100, "wDef": 125, "aDef": 150, "tDef": 125, "eDef": 100, "lvl": 85, "agiReq": 60, "ref": 65, "agi": 10, "fDefPct": 21, "wDefPct": 18, "aDefPct": 15, "tDefPct": 18, "eDefPct": 21, "id": 77}, {"name": "Aldo", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-104", "fDam": "0-0", "wDam": "31-45", "aDam": "71-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "xpb": 19, "lb": 19, "int": 5, "agi": 4, "hpBonus": -190, "wDamPct": 10, "id": 78}, {"name": "Albakaya", "tier": "Unique", "type": "wand", "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, "hprPct": 10, "mr": 5, "hpBonus": 40, "fDefPct": 10, "wDefPct": -10, "id": 125}, {"name": "Alice's Sleeve", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 20, "lvl": 14, "hprPct": 6, "mdPct": -6, "def": 4, "type": "bracelet", "id": 80}, {"name": "Aldorei's Tear", "tier": "Unique", "type": "boots", "poison": 480, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1550, "wDef": 50, "aDef": -10, "tDef": -50, "eDef": 50, "lvl": 77, "strReq": 10, "intReq": 10, "ms": 5, "str": 8, "spd": -5, "id": 83}, {"name": "Aldorei's Vision", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-52", "fDam": "0-0", "wDam": "45-60", "aDam": "0-0", "tDam": "0-0", "eDam": "45-60", "atkSpd": "SLOW", "lvl": 82, "strReq": 25, "intReq": 25, "mr": 5, "str": 7, "int": 7, "spRegen": 5, "mdRaw": 100, "fDamPct": -10, "aDamPct": -10, "tDamPct": -10, "id": 81}, {"name": "Aldorei's Training Bow", "tier": "Unique", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "7-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 5, "hprPct": 7, "mr": 5, "dex": 1, "id": 84}, {"name": "Aliez", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": -225, "aDef": 25, "tDef": 25, "lvl": 75, "dexReq": 35, "agiReq": 40, "mdPct": -10, "ms": 5, "mdRaw": 50, "aDamPct": 11, "tDamPct": 9, "type": "ring", "id": 82}, {"name": "Alazarin", "displayName": "Alizarin", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 5, "drop": "NORMAL", "nDam": "15-28", "fDam": "17-60", "wDam": "17-60", "aDam": "17-60", "tDam": "17-60", "eDam": "17-60", "atkSpd": "FAST", "lvl": 89, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "xpb": 23, "hpBonus": 1250, "spRegen": 10, "hprRaw": 150, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 87}, {"name": "Alka Cometflinger", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "425-605", "atkSpd": "SLOW", "lvl": 93, "strReq": 80, "mdPct": 31, "str": 13, "expd": 31, "sdRaw": -175, "eDamPct": 31, "wDefPct": -30, "aDefPct": -30, "id": 85}, {"name": "Alkahest", "tier": "Rare", "type": "helmet", "poison": 3500, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2500, "lvl": 95, "strReq": 70, "defReq": 30, "hprPct": -20, "mr": -5, "ls": 145, "ms": 5, "atkTier": -18, "eDamPct": 10, "id": 86}, {"name": "Allegro", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1250, "fDef": -50, "lvl": 71, "agiReq": 40, "sdPct": -10, "mdPct": 10, "agi": 5, "spd": 18, "fDamPct": -30, "id": 89}, {"name": "Almuj's Daggers", "tier": "Legendary", "type": "dagger", "poison": 45, "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, "dexReq": 15, "agiReq": 8, "xpb": 5, "agi": 8, "spd": 20, "eSteal": 5, "id": 102}, {"name": "Alligator", "tier": "Rare", "type": "chestplate", "thorns": 4, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 75, "wDef": 7, "tDef": -5, "lvl": 16, "strReq": 5, "intReq": 5, "sdPct": 7, "mdPct": 7, "wDamPct": 4, "tDefPct": -6, "id": 91}, {"name": "Almuj's Walker", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 200, "lvl": 25, "lb": 15, "dex": 7, "agi": 7, "spd": 25, "eSteal": 8, "id": 90}, {"name": "Alternator", "tier": "Legendary", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 250, "wDef": -10, "tDef": 5, "eDef": -5, "lvl": 32, "dexReq": 20, "mr": -15, "sdPct": 19, "ms": 10, "lb": 7, "mdRaw": 52, "wDamPct": -15, "tDamPct": 11, "id": 94}, {"name": "Aloof", "tier": "Unique", "type": "spear", "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, "spd": -3, "hpBonus": 6, "id": 95}, {"name": "Amadeus", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "130-150", "fDam": "0-0", "wDam": "160-180", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "intReq": 50, "defReq": 30, "mr": 15, "sdPct": 15, "ls": -220, "def": 15, "spd": -15, "fDamPct": 20, "wDefPct": 15, "id": 97}, {"name": "Alumia", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 150, "tDef": 10, "eDef": -5, "lvl": 24, "dexReq": 8, "sdPct": 8, "ref": 6, "spRegen": 4, "tDamPct": 10, "eDamPct": -10, "id": 93}, {"name": "Altimeter", "tier": "Rare", "type": "wand", "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, "strReq": 25, "agiReq": 27, "sdPct": -8, "mdPct": 12, "spd": 15, "mdRaw": 34, "tDefPct": -10, "id": 92}, {"name": "Amethyst Ring", "tier": "Rare", "category": "accessory", "drop": "lootchest", "fDef": 4, "wDef": 4, "lvl": 36, "intReq": 5, "defReq": 10, "int": 3, "hprRaw": 10, "type": "ring", "id": 98}, {"name": "Amiscia", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 155, "tDef": 10, "eDef": -10, "lvl": 29, "dexReq": 15, "sdPct": 6, "ls": 13, "dex": 5, "tDamPct": 6, "id": 115}, {"name": "Amulet of the Necromancer", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": -5, "lvl": 18, "hprPct": -7, "mr": -5, "ls": 3, "ms": 5, "type": "necklace", "id": 101}, {"name": "Amplitude", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "tDef": 75, "eDef": -75, "lvl": 61, "dexReq": 50, "mdPct": 10, "str": -5, "dex": 7, "tDamPct": 10, "eDamPct": -10, "tDefPct": 10, "eDefPct": -10, "id": 100}, {"name": "Anarchy", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -350, "lvl": 70, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "sdPct": 7, "mdPct": 7, "expd": 5, "sdRaw": 30, "mdRaw": 26, "fDefPct": -7, "wDefPct": -7, "aDefPct": -7, "tDefPct": -7, "eDefPct": -7, "type": "bracelet", "id": 108}, {"name": "Anamnesis", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": -1600, "wDef": 200, "lvl": 82, "intReq": 100, "mr": 20, "mdPct": -55, "ref": 20, "int": 29, "spRegen": 20, "wDamPct": 55, "id": 103}, {"name": "Anchor Chain", "tier": "Legendary", "type": "spear", "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, "strReq": 15, "intReq": 15, "mdPct": 11, "str": 10, "spd": -15, "wDamPct": 12, "eDamPct": 12, "aDefPct": -19, "id": 104}, {"name": "Anchoryl", "tier": "Legendary", "type": "boots", "thorns": 11, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "fDef": 50, "lvl": 52, "defReq": 25, "hprPct": 23, "ref": 11, "spd": -15, "hpBonus": 250, "hprRaw": 50, "id": 106}, {"name": "Ancient Battle Crossbow", "tier": "Rare", "type": "bow", "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, "strReq": 45, "mdPct": 23, "xpb": 10, "lb": 12, "str": 15, "dex": 8, "spd": -10, "id": 107}, {"name": "Ancient Scout Shoes", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 30, "lvl": 10, "lb": 5, "agi": 4, "spd": 7, "id": 105}, {"name": "Ancient Wand", "tier": "Legendary", "type": "wand", "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, "mr": 10, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "id": 109}, {"name": "Aneroid", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 95, "aDef": -5, "eDef": 10, "lvl": 23, "strReq": 7, "sdPct": -6, "mdPct": 10, "str": 5, "int": -2, "id": 111}, {"name": "Aneurysm", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "wDef": -30, "lvl": 64, "strReq": 20, "dexReq": 45, "hprPct": -15, "mdPct": 10, "ls": -150, "sdRaw": 40, "mdRaw": 100, "wDamPct": -15, "eDamPct": 10, "id": 112}, {"name": "Andante", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "201-201", "atkSpd": "VERY_SLOW", "lvl": 54, "strReq": 25, "mdPct": 15, "str": 4, "spd": -15, "eDamPct": 10, "eDefPct": 8, "id": 110}, {"name": "Andesite Aegis", "tier": "Legendary", "type": "chestplate", "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2750, "fDef": 110, "wDef": -50, "aDef": -50, "tDef": 100, "eDef": 110, "lvl": 77, "strReq": 30, "defReq": 30, "str": 8, "def": 8, "spd": -10, "hprRaw": 80, "fDefPct": 15, "tDefPct": 10, "eDefPct": 15, "id": 119}, {"name": "Ambiguity", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -180, "fDef": 40, "wDef": -50, "aDef": 40, "lvl": 92, "agiReq": 45, "defReq": 45, "hprPct": 10, "agi": 5, "spd": 5, "hpBonus": 600, "hprRaw": 70, "type": "necklace", "id": 96}, {"name": "Animosity", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-85", "fDam": "0-0", "wDam": "0-0", "aDam": "60-80", "tDam": "60-80", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "dexReq": 40, "agiReq": 40, "sdPct": 16, "dex": 8, "agi": 8, "def": -8, "spd": 10, "fDefPct": -26, "wDefPct": -14, "eDefPct": -14, "id": 118}, {"name": "Anger Point", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": -80, "wDef": -80, "aDef": -80, "tDef": -80, "lvl": 68, "strReq": 40, "sdPct": 5, "mdPct": 15, "str": 7, "def": -7, "sdRaw": 30, "mdRaw": 145, "eDamPct": 15, "eDefPct": -15, "id": 113}, {"name": "Angel Robe", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1450, "fDef": -60, "aDef": 80, "tDef": 20, "eDef": -20, "lvl": 78, "agiReq": 40, "xpb": 5, "ref": 5, "agi": 7, "spd": 15, "aDefPct": 10, "id": 114}, {"name": "Anno", "tier": "Rare", "poison": 110, "category": "accessory", "drop": "lootchest", "hp": 40, "lvl": 39, "dexReq": 10, "defReq": 10, "hprRaw": 8, "type": "ring", "id": 116}, {"name": "Anokumeme", "tier": "Unique", "type": "wand", "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, "intReq": 40, "agiReq": 25, "mdPct": -12, "spRegen": 10, "wDamPct": 8, "aDamPct": 8, "wDefPct": 12, "aDefPct": 12, "id": 117}, {"name": "Anthracite Ballista", "tier": "Rare", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "545-675", "wDam": "0-0", "aDam": "545-675", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 98, "agiReq": 40, "defReq": 40, "sdPct": -20, "mdPct": 15, "ls": 500, "expd": 30, "hpBonus": 2000, "mdRaw": 560, "fDefPct": 20, "aDefPct": 20, "id": 122}, {"name": "Amanuensis", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -125, "wDef": -60, "lvl": 87, "intReq": 65, "sdPct": 4, "int": 13, "wDamPct": -7, "type": "necklace", "id": 3580}, {"name": "Antimony", "tier": "Rare", "type": "leggings", "poison": 465, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 975, "fDef": 75, "wDef": -80, "lvl": 59, "strReq": 25, "defReq": 10, "mr": -5, "str": 5, "def": 4, "expd": 10, "spd": -5, "fDefPct": 10, "wDefPct": -12, "id": 120}, {"name": "Aluminium", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 3, "hprPct": 5, "type": "ring", "id": 99}, {"name": "Antithesis", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1550, "fDef": 60, "wDef": 40, "tDef": -120, "lvl": 78, "intReq": 30, "defReq": 35, "hprPct": -27, "sdPct": 16, "hprRaw": -95, "fDamPct": 19, "wDamPct": 13, "tDamPct": -28, "id": 124}, {"name": "Apology", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "266-270", "fDam": "0-0", "wDam": "266-270", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 92, "intReq": 42, "mr": 10, "mdPct": -10, "hpBonus": 2000, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 123}, {"name": "Antim", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 99, "hprRaw": 45, "sdRaw": 21, "mdRaw": 23, "type": "necklace", "id": 121}, {"name": "Backburner", "displayName": "Anvil Crawler", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-1700", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 99, "dexReq": 50, "sdPct": -20, "dex": 15, "expd": 30, "spd": -20, "atkTier": -10, "mdRaw": 575, "tDamPct": 15, "aDefPct": -30, "id": 129}, {"name": "Antipode", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "31-35", "fDam": "30-45", "wDam": "30-45", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "intReq": 40, "defReq": 40, "mr": 5, "sdPct": 10, "int": 9, "def": 9, "expd": 10, "fDamPct": 10, "wDamPct": -10, "fDefPct": -10, "wDefPct": 10, "id": 128}, {"name": "Aquamarine", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2900, "wDef": 60, "eDef": 60, "lvl": 100, "strReq": 40, "intReq": 40, "mr": 10, "ref": 18, "str": 7, "int": 7, "eSteal": 6, "hprRaw": 150, "sdRaw": 105, "mdRaw": 105, "fDamPct": -25, "id": 135}, {"name": "Aquarius", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2550, "fDef": -100, "lvl": 95, "intReq": 110, "mr": 25, "mdPct": -20, "id": 126}, {"name": "Arakadicus' Claw", "tier": "Unique", "type": "dagger", "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, "strReq": 20, "dexReq": 20, "sdPct": -10, "mdPct": 20, "str": 12, "dex": 12, "aDamPct": -30, "wDefPct": -10, "aDefPct": -30, "id": 130}, {"name": "Arakadicus' Leg", "tier": "Unique", "type": "wand", "poison": 465, "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, "strReq": 15, "dexReq": 15, "sdPct": -10, "mdPct": 10, "xpb": 10, "aDamPct": -50, "tDamPct": 15, "aDefPct": -50, "id": 134}, {"name": "Arakadicus' Maw", "tier": "Rare", "type": "dagger", "poison": 1350, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "140-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-260", "atkSpd": "SLOW", "lvl": 98, "strReq": 55, "ms": 10, "str": 12, "mdRaw": 220, "fDefPct": -15, "wDefPct": -15, "aDefPct": -15, "id": 127}, {"name": "Arbalest", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "210-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "230-250", "atkSpd": "SLOW", "lvl": 87, "strReq": 55, "mdPct": -30, "dex": -12, "expd": 40, "sdRaw": 200, "wDamPct": -20, "eDamPct": 25, "spPct4": -45, "id": 131}, {"name": "Aratera", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1650, "fDef": 80, "wDef": -40, "aDef": -80, "eDef": 40, "lvl": 70, "strReq": 30, "defReq": 40, "str": 12, "expd": 11, "sdRaw": -125, "fDamPct": 20, "eDamPct": 20, "wDefPct": -20, "id": 132}, {"name": "Arc Bracer", "tier": "Unique", "thorns": 7, "category": "accessory", "drop": "lootchest", "wDef": -20, "tDef": 50, "eDef": -40, "lvl": 95, "dexReq": 40, "dex": 5, "tDamPct": 7, "type": "bracelet", "id": 136}, {"name": "Arc Rifle", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "27-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "70-240", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "dexReq": 55, "sdPct": 12, "mdPct": 12, "xpb": 8, "dex": 10, "hpBonus": -1550, "tDamPct": 20, "eDefPct": -30, "id": 137}, {"name": "Arcane Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 40, "fDef": 2, "wDef": 2, "aDef": 2, "tDef": 2, "eDef": 2, "lvl": 15, "mr": 5, "sdPct": 4, "mdPct": -7, "id": 139}, {"name": "Arcane Grieves", "displayName": "Arcane Greaves", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 35, "wDef": 3, "lvl": 10, "mr": 5, "int": 3, "id": 138}, {"name": "Archaic", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 350, "fDef": 40, "wDef": -30, "aDef": 20, "lvl": 83, "agiReq": 20, "defReq": 30, "sdPct": -8, "mdPct": -6, "agi": 4, "def": 5, "hprRaw": 50, "type": "ring", "id": 140}, {"name": "Aries", "tier": "Legendary", "type": "helmet", "thorns": 25, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "lvl": 92, "strReq": 55, "agiReq": 55, "mdPct": 25, "ls": 240, "ms": 5, "agi": 10, "spd": 25, "sdRaw": 175, "wDamPct": -20, "id": 143}, {"name": "Archpriest", "tier": "Rare", "type": "spear", "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, "intReq": 18, "agiReq": 18, "mr": 5, "ref": 11, "int": 5, "agi": 5, "spRegen": 4, "mdRaw": -21, "tDamPct": -10, "tDefPct": 7, "id": 154}, {"name": "Arcus", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "wDef": 40, "tDef": 40, "eDef": -90, "lvl": 63, "dexReq": 35, "intReq": 35, "ms": 10, "sdRaw": 100, "eDamPct": -12, "eDefPct": -12, "id": 141}, {"name": "Ardiente", "tier": "Unique", "type": "leggings", "poison": 500, "category": "armor", "drop": "NORMAL", "hp": 2600, "fDef": -80, "wDef": -120, "lvl": 93, "defReq": 60, "hprPct": -20, "sdPct": 10, "def": 7, "spd": 9, "fDamPct": 27, "wDamPct": -40, "wDefPct": -40, "id": 142}, {"name": "Arkhalis", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "122-182", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 98, "dexReq": 60, "ms": 5, "str": -15, "dex": 15, "spd": 15, "atkTier": -1, "hpBonus": -1350, "mdRaw": 310, "tDamPct": 15, "eDefPct": -30, "id": 145}, {"name": "Ariodo's Dial", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": -40, "lvl": 63, "dexReq": 10, "intReq": 5, "sdPct": 5, "int": 3, "tDamPct": 7, "type": "bracelet", "id": 144}, {"name": "Arma Gauntlet", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "106-150", "fDam": "40-90", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "50-80", "atkSpd": "NORMAL", "lvl": 75, "strReq": 25, "defReq": 25, "sdPct": -20, "mdPct": 25, "str": 8, "def": 10, "expd": 10, "spd": -12, "hpBonus": 1600, "hprRaw": 80, "sdRaw": -75, "id": 146}, {"name": "Armageddon", "tier": "Unique", "type": "bow", "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, "strReq": 10, "dexReq": 20, "sdPct": 6, "str": 9, "dex": 9, "eDamPct": 15, "id": 147}, {"name": "Artifice", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 200, "tDef": 20, "eDef": -25, "lvl": 35, "dexReq": 20, "mdPct": 6, "ms": 5, "spd": 5, "tDamPct": 8, "eDefPct": -9, "id": 149}, {"name": "Ashes Anew", "tier": "Rare", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "90-110", "wDam": "0-0", "aDam": "90-115", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 64, "agiReq": 25, "defReq": 30, "mr": 5, "sdPct": -10, "mdPct": -15, "hprRaw": 80, "wDamPct": 50, "id": 150}, {"name": "Asbestos", "tier": "Unique", "poison": 385, "category": "accessory", "drop": "lootchest", "hp": -375, "lvl": 80, "hprPct": -14, "ls": 65, "type": "necklace", "id": 148}, {"name": "Asher's Relic", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 17, "mr": 5, "ls": -10, "ms": -10, "spd": 6, "spRegen": -6, "hprRaw": 4, "type": "bracelet", "id": 151}, {"name": "Asphalt", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "87-88", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "87-88", "atkSpd": "VERY_FAST", "lvl": 77, "strReq": 32, "defReq": 32, "ls": 200, "int": -5, "agi": -5, "spd": 15, "mdRaw": 115, "wDefPct": -20, "aDefPct": -20, "id": 152}, {"name": "Asphyxia", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "aDef": -200, "tDef": 150, "lvl": 90, "dexReq": 75, "dex": 15, "agi": -13, "spd": -15, "sdRaw": 200, "mdRaw": 155, "aDamPct": -50, "tDamPct": 30, "id": 155}, {"name": "Assassin's Hood", "tier": "Unique", "type": "helmet", "poison": 110, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 315, "eDef": -10, "lvl": 41, "dex": 4, "eSteal": 5, "tDamPct": 5, "id": 153}, {"name": "Astigmatism", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 600, "fDef": -20, "wDef": -20, "aDef": -20, "tDef": -20, "eDef": -20, "lvl": 48, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "hprPct": -15, "mr": -5, "sdPct": 18, "mdPct": 18, "fDamPct": 13, "wDamPct": 13, "aDamPct": 13, "tDamPct": 13, "eDamPct": 13, "id": 156}, {"name": "Assurance", "tier": "Unique", "type": "spear", "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, "strReq": 15, "defReq": 15, "mdPct": 10, "spd": -10, "hpBonus": 200, "fDamPct": 10, "wDamPct": -15, "eDamPct": 10, "id": 158}, {"name": "Asterisk", "tier": "Unique", "type": "wand", "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, "dexReq": 20, "agiReq": 20, "sdPct": 13, "str": -4, "def": -4, "spd": 8, "id": 157}, {"name": "Asymptote", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1250, "aDef": -100, "tDef": 60, "eDef": 60, "lvl": 66, "strReq": 25, "dexReq": 25, "hprPct": -10, "mdPct": 10, "ls": 115, "ms": 5, "xpb": -10, "lb": 10, "hprRaw": -55, "id": 161}, {"name": "Astral Walkers", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1500, "fDef": 70, "wDef": -65, "tDef": 70, "eDef": -75, "lvl": 66, "dexReq": 25, "defReq": 45, "ref": 14, "dex": 5, "hprRaw": 60, "eDamPct": -15, "fDefPct": 12, "id": 159}, {"name": "Atheist", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 110, "eDef": 15, "lvl": 19, "strReq": 15, "str": 7, "fDamPct": -5, "tDamPct": -5, "eDamPct": 8, "wDefPct": -5, "aDefPct": -5, "eDefPct": 8, "id": 162}, {"name": "Ataraxy", "tier": "Unique", "category": "accessory", "drop": "lootchest", "tDef": 25, "eDef": 25, "lvl": 93, "strReq": 30, "intReq": 30, "sdPct": 6, "ms": 5, "atkTier": -2, "type": "ring", "spPct3": 7, "id": 3607}, {"name": "Atlas", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 94, "ls": 140, "ms": 5, "atkTier": -8, "type": "bracelet", "id": 167}, {"name": "Atoll", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 80, "wDef": 80, "tDef": -70, "eDef": -70, "lvl": 66, "intReq": 30, "defReq": 30, "sdPct": 6, "def": 4, "hprRaw": 60, "eDamPct": -18, "fDefPct": 13, "wDefPct": 14, "id": 160}, {"name": "Atroce", "tier": "Unique", "type": "chestplate", "poison": 240, "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 950, "wDef": -60, "aDef": -60, "tDef": 60, "eDef": 60, "lvl": 63, "strReq": 45, "dexReq": 45, "ref": 15, "str": 10, "dex": 10, "expd": 20, "id": 166}, {"name": "Audacity", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 35, "lvl": 9, "xpb": 10, "sdRaw": 15, "mdRaw": 13, "id": 165}, {"name": "Aura of Element", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 5, "drop": "NORMAL", "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 79, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "xpb": 20, "fDamPct": 23, "wDamPct": 23, "aDamPct": 23, "tDamPct": 23, "eDamPct": 23, "id": 168}, {"name": "Auric", "tier": "Rare", "thorns": 9, "category": "accessory", "drop": "lootchest", "lvl": 80, "ls": 70, "ref": 9, "hprRaw": 60, "sdRaw": -55, "mdRaw": -60, "type": "bracelet", "id": 163}, {"name": "Australis", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "0-0", "fDam": "34-40", "wDam": "34-40", "aDam": "34-40", "tDam": "34-40", "eDam": "34-40", "atkSpd": "FAST", "lvl": 72, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "sdPct": -12, "mdPct": -12, "xpb": 12, "ref": 24, "hpBonus": 600, "spRegen": 24, "id": 171}, {"name": "Autumn Tree", "tier": "Unique", "type": "wand", "poison": 25, "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, "str": 7, "id": 170}, {"name": "Aurora", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 94, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "fDamPct": 8, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 8, "type": "ring", "id": 164}, {"name": "Autotomized", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -300, "lvl": 73, "agiReq": 35, "xpb": -3, "str": -3, "agi": 7, "def": -3, "spd": 12, "type": "necklace", "id": 173}, {"name": "Average Golden Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 73, "lvl": 23, "id": 172}, {"name": "Average Golden Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 71, "lvl": 21, "id": 177}, {"name": "Average Golden Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 112, "lvl": 27, "id": 174}, {"name": "Awakening", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "45-72", "wDam": "45-72", "aDam": "45-72", "tDam": "45-72", "eDam": "45-72", "atkSpd": "NORMAL", "lvl": 94, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "fDamPct": 8, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 8, "id": 175}, {"name": "Average Golden Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 86, "lvl": 25, "id": 176}, {"name": "Avocado", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "25-29", "aDam": "0-0", "tDam": "0-0", "eDam": "25-29", "atkSpd": "NORMAL", "lvl": 29, "strReq": 10, "intReq": 10, "str": 7, "int": 7, "hpBonus": 65, "hprRaw": 20, "id": 269}, {"name": "Azar", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 2, "lb": 4, "type": "bracelet", "id": 180}, {"name": "Azimuth", "tier": "Rare", "type": "spear", "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, "strReq": 40, "agiReq": 45, "sdPct": -9, "mdPct": 9, "str": 7, "agi": 8, "spd": 17, "wDamPct": -20, "aDamPct": 15, "eDamPct": 12, "wDefPct": -15, "id": 178}, {"name": "Azotar", "tier": "Rare", "type": "relik", "poison": 250, "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, "strReq": 14, "dexReq": 14, "intReq": 14, "agiReq": 14, "defReq": 14, "ls": 140, "ms": 10, "hprRaw": -200, "fixID": true, "spRaw4": -5, "id": 181}, {"name": "Awesome Bandanna", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 5, "lvl": 1, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 179}, {"name": "Azure Halo", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3300, "wDef": 150, "aDef": 150, "lvl": 91, "intReq": 60, "agiReq": 30, "hprPct": 10, "mr": 10, "xpb": 10, "ref": 23, "def": 8, "spRegen": 30, "hprRaw": 170, "tDamPct": -10, "eDamPct": -10, "fDefPct": 20, "sprintReg": 10, "id": 182}, {"name": "Ba'al's Betrayal", "tier": "Rare", "category": "accessory", "drop": "never", "hp": -45, "lvl": 30, "ls": 23, "dex": 4, "eSteal": 3, "type": "bracelet", "id": 185}, {"name": "Azurite", "tier": "Unique", "type": "chestplate", "thorns": 18, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2675, "wDef": 90, "eDef": 80, "lvl": 92, "strReq": 35, "intReq": 35, "sdPct": 27, "mdPct": 20, "str": 7, "int": 9, "eSteal": 6, "mdRaw": 175, "tDamPct": -25, "id": 184}, {"name": "Babbling Bow", "tier": "Unique", "type": "bow", "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, "intReq": 15, "mr": 5, "sdPct": 6, "mdPct": -12, "ref": 13, "int": 7, "spd": 5, "sdRaw": 30, "fDamPct": -30, "id": 183}, {"name": "Back Protector", "tier": "Unique", "type": "leggings", "thorns": 2, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 130, "wDef": -6, "lvl": 24, "strReq": 5, "def": 5, "id": 186}, {"name": "Babylon's Scale", "tier": "Legendary", "type": "dagger", "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, "agiReq": 65, "agi": 13, "def": -10, "expd": -13, "spd": 13, "fDamPct": -19, "aDamPct": 19, "fDefPct": -16, "aDefPct": 16, "id": 187}, {"name": "Bakteri", "tier": "Rare", "type": "boots", "poison": 680, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2150, "fDef": -50, "wDef": -70, "aDef": -50, "tDef": 65, "eDef": 90, "lvl": 77, "strReq": 50, "dexReq": 50, "ls": 140, "atkTier": -1, "hprRaw": -120, "wDamPct": -30, "tDamPct": 45, "eDamPct": 30, "id": 191}, {"name": "Backfire", "tier": "Unique", "type": "wand", "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, "strReq": 30, "defReq": 30, "mdPct": 8, "ls": -105, "ms": -5, "str": 5, "expd": 14, "id": 189}, {"name": "Backlash", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "25-185", "eDam": "85-85", "atkSpd": "SLOW", "lvl": 77, "strReq": 20, "dexReq": 35, "mdPct": 12, "ls": 180, "str": 5, "dex": 5, "hpBonus": -500, "hprRaw": -90, "id": 207}, {"name": "Bad Wolf", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1350, "aDef": -100, "tDef": 70, "lvl": 60, "dexReq": 35, "mdPct": 15, "xpb": 32, "dex": 8, "spd": 7, "mdRaw": 65, "tDamPct": 15, "id": 188}, {"name": "Ballad", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "fDef": 20, "wDef": 20, "lvl": 50, "intReq": 30, "defReq": 20, "hprPct": 15, "mr": 5, "mdPct": -10, "spRegen": 15, "id": 192}, {"name": "Balankia", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 380, "lvl": 39, "str": -5, "dex": -5, "int": -5, "agi": -5, "def": -5, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "id": 193}, {"name": "Ballista", "tier": "Unique", "type": "bow", "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, "strReq": 30, "mdPct": 10, "dex": -2, "def": 5, "expd": 10, "spd": -10, "id": 190}, {"name": "Balloon's Bane", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-120", "fDam": "200-320", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 79, "defReq": 55, "sdPct": -15, "ls": 115, "def": 5, "expd": 15, "fDamPct": 9, "fDefPct": 15, "aDefPct": 9, "id": 194}, {"name": "Bantisu's Approach", "tier": "Unique", "type": "leggings", "sprint": 10, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2500, "fDef": 10, "wDef": 10, "aDef": 80, "tDef": 10, "eDef": 10, "lvl": 86, "mr": 5, "ms": 5, "xpb": 25, "lb": 15, "str": 1, "dex": 1, "int": 1, "agi": 8, "def": 1, "spd": 10, "aDefPct": 20, "sprintReg": 10, "id": 197}, {"name": "Balm", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 630, "aDef": 30, "lvl": 52, "agiReq": 30, "defReq": 20, "hprPct": 10, "xpb": 6, "str": -4, "agi": 4, "spd": 6, "hprRaw": 20, "id": 195}, {"name": "Barbarian", "tier": "Unique", "type": "leggings", "sprint": 9, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "aDef": 80, "eDef": 70, "lvl": 92, "strReq": 40, "agiReq": 30, "sdPct": -15, "mdPct": 12, "def": 9, "spd": 9, "mdRaw": 300, "tDamPct": -10, "id": 198}, {"name": "Bamboo Cuff", "tier": "Unique", "poison": 125, "category": "accessory", "drop": "lootchest", "lvl": 53, "strReq": 15, "dexReq": 15, "mdRaw": 26, "tDamPct": 4, "eDamPct": 4, "fDefPct": -8, "aDefPct": -8, "type": "bracelet", "id": 196}, {"name": "Bard's Song", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "23-69", "aDam": "23-69", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "intReq": 45, "agiReq": 35, "sdPct": -7, "mdPct": -11, "xpb": 12, "ref": 12, "spRegen": 12, "wDamPct": 19, "aDamPct": 19, "id": 203}, {"name": "Barbed Spear", "tier": "Unique", "type": "spear", "poison": 120, "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, "strReq": 10, "hprPct": -10, "sdPct": -7, "id": 199}, {"name": "Barrage", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 28, "dexReq": 10, "dex": 4, "tDamPct": 5, "type": "ring", "id": 201}, {"name": "Bardiche", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-170", "fDam": "0-0", "wDam": "70-180", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "intReq": 35, "agiReq": 40, "hprPct": 25, "ref": 15, "agi": 12, "spd": 14, "spRegen": 10, "aDamPct": 18, "eDamPct": -20, "wDefPct": 23, "id": 200}, {"name": "Basaltic Schynbalds", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 620, "wDef": 40, "eDef": 40, "lvl": 50, "strReq": 20, "intReq": 20, "hprPct": 12, "spd": -8, "wDefPct": 10, "eDefPct": 10, "id": 208}, {"name": "Andesite-hewn Bow", "displayName": "Andesite-Hewn Bow", "tier": "Normal", "type": "bow", "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, "id": 202}, {"name": "Andesite-hewn Relik", "displayName": "Andesite-Hewn Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "18-22", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 8, "id": 204}, {"name": "Andesite-hewn Shears", "displayName": "Andesite-Hewn Dagger", "tier": "Normal", "type": "dagger", "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, "id": 205}, {"name": "Standard Chain Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 445, "lvl": 50, "id": 211}, {"name": "Andesite-hewn Stick", "displayName": "Andesite-Hewn Wand", "tier": "Normal", "type": "wand", "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, "id": 206}, {"name": "Andesite-hewn Spear", "displayName": "Andesite-Hewn Spear", "tier": "Normal", "type": "spear", "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, "id": 209}, {"name": "Unfinished Chain Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 265, "lvl": 41, "id": 210}, {"name": "Standard Chain Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 470, "lvl": 51, "id": 212}, {"name": "Standard Chain Mail", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "lvl": 52, "id": 213}, {"name": "Refined Chain Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 560, "lvl": 54, "id": 214}, {"name": "Refined Chain Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 590, "lvl": 55, "id": 218}, {"name": "Refined Chain Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 530, "lvl": 53, "id": 215}, {"name": "Refined Chain Mail", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 625, "lvl": 56, "id": 216}, {"name": "High-Quality Chain Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "lvl": 58, "id": 220}, {"name": "High-Quality Chain Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 735, "lvl": 59, "id": 222}, {"name": "Unfinished Chain Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 300, "lvl": 43, "id": 223}, {"name": "Unfinished Chain Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 285, "lvl": 42, "id": 219}, {"name": "Unfinished Chain Mail", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 320, "lvl": 44, "id": 225}, {"name": "Flawed Chain Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 355, "lvl": 46, "id": 224}, {"name": "Flawed Chain Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 380, "lvl": 47, "id": 227}, {"name": "Flawed Chain Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 335, "lvl": 45, "id": 226}, {"name": "Standard Chain Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 420, "lvl": 49, "id": 229}, {"name": "Flawed Chain Mail", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 400, "lvl": 48, "id": 228}, {"name": "Dim Diamond Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1540, "lvl": 81, "id": 230}, {"name": "Cloudy Diamond Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1985, "lvl": 90, "id": 233}, {"name": "Cloudy Diamond Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2040, "lvl": 91, "id": 240}, {"name": "Cloudy Diamond Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2100, "lvl": 92, "id": 232}, {"name": "Clear Diamond Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2215, "lvl": 94, "id": 231}, {"name": "High-Quality Chain Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 660, "lvl": 57, "id": 217}, {"name": "Clear Diamond Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2155, "lvl": 93, "id": 234}, {"name": "Clear Diamond Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2335, "lvl": 96, "id": 235}, {"name": "Clear Diamond Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2270, "lvl": 95, "id": 236}, {"name": "Brilliant Diamond Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2400, "lvl": 97, "id": 237}, {"name": "High-Quality Chain Mail", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 770, "lvl": 60, "id": 221}, {"name": "Brilliant Diamond Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2460, "lvl": 98, "id": 238}, {"name": "Brilliant Diamond Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2530, "lvl": 99, "id": 242}, {"name": "Brilliant Diamond Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2600, "lvl": 100, "id": 244}, {"name": "Dim Diamond Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1630, "lvl": 83, "id": 243}, {"name": "Dim Diamond Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1680, "lvl": 84, "id": 248}, {"name": "Smoky Diamond Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1725, "lvl": 85, "id": 241}, {"name": "Dim Diamond Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1585, "lvl": 82, "id": 239}, {"name": "Smoky Diamond Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1775, "lvl": 86, "id": 246}, {"name": "Smoky Diamond Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1830, "lvl": 87, "id": 253}, {"name": "Smoky Diamond Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1880, "lvl": 88, "id": 251}, {"name": "Diorite-hewn Bow", "displayName": "Diorite-Hewn Bow", "tier": "Normal", "type": "bow", "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, "id": 249}, {"name": "Diorite-hewn Shears", "displayName": "Diorite-Hewn Dagger", "tier": "Normal", "type": "dagger", "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, "id": 252}, {"name": "Diorite-hewn Relik", "displayName": "Diorite-Hewn Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "27-31", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 15, "id": 247}, {"name": "Cloudy Diamond Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1935, "lvl": 89, "id": 245}, {"name": "Aged Golden Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 71, "lvl": 21, "id": 256}, {"name": "Diorite-hewn Stick", "displayName": "Diorite-Hewn Wand", "tier": "Normal", "type": "wand", "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, "id": 255}, {"name": "Used Golden Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 127, "lvl": 30, "id": 254}, {"name": "Used Golden Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 148, "lvl": 32, "id": 266}, {"name": "Used Golden Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 137, "lvl": 31, "id": 261}, {"name": "New Golden Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 158, "lvl": 33, "id": 257}, {"name": "Diorite-hewn Spear", "displayName": "Diorite-Hewn Spear", "tier": "Normal", "type": "spear", "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, "id": 250}, {"name": "New Golden Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 168, "lvl": 34, "id": 258}, {"name": "New Golden Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 178, "lvl": 35, "id": 259}, {"name": "Shining Golden Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 206, "lvl": 37, "id": 262}, {"name": "New Golden Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 192, "lvl": 36, "id": 260}, {"name": "Aged Golden Boots", "tier": "Normal", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 78, "lvl": 22, "id": 264}, {"name": "Shining Golden Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 233, "lvl": 39, "id": 263}, {"name": "Aged Golden Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 86, "lvl": 24, "id": 267}, {"name": "Shining Golden Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "lvl": 38, "id": 265}, {"name": "Aged Golden Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 80, "lvl": 23, "id": 268}, {"name": "Shining Golden Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 247, "lvl": 40, "id": 270}, {"name": "Worn Golden Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 92, "lvl": 25, "id": 271}, {"name": "Worn Golden Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "lvl": 26, "id": 272}, {"name": "Worn Golden Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 109, "lvl": 27, "id": 274}, {"name": "Worn Golden Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 111, "lvl": 28, "id": 273}, {"name": "Granite-hewn Bow", "displayName": "Granite-Hewn Bow", "tier": "Normal", "type": "bow", "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, "id": 276}, {"name": "Granite-hewn Shears", "displayName": "Granite-Hewn Dagger", "tier": "Normal", "type": "dagger", "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, "id": 279}, {"name": "Granite-hewn Relik", "displayName": "Granite-Hewn Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "38-42", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 22, "id": 277}, {"name": "Granite-hewn Spear", "displayName": "Granite-Hewn Spear", "tier": "Normal", "type": "spear", "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, "id": 278}, {"name": "Granite-hewn Stick", "displayName": "Granite-Hewn Wand", "tier": "Normal", "type": "wand", "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, "id": 281}, {"name": "Cracked Iron Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "lvl": 61, "id": 282}, {"name": "Used Golden Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 119, "lvl": 29, "id": 275}, {"name": "Plated Iron Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1090, "lvl": 70, "id": 280}, {"name": "Plated Iron Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1130, "lvl": 71, "id": 283}, {"name": "Plated Iron Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1165, "lvl": 72, "id": 285}, {"name": "Solid Iron Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1205, "lvl": 73, "id": 284}, {"name": "Solid Iron Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1280, "lvl": 75, "id": 286}, {"name": "Solid Iron Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1320, "lvl": 76, "id": 288}, {"name": "Solid Iron Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1240, "lvl": 74, "id": 287}, {"name": "Reinforced Iron Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1405, "lvl": 78, "id": 289}, {"name": "Reinforced Iron Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1450, "lvl": 79, "id": 290}, {"name": "Reinforced Iron Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1365, "lvl": 77, "id": 291}, {"name": "Reinforced Iron Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1490, "lvl": 80, "id": 296}, {"name": "Cracked Iron Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 860, "lvl": 63, "id": 293}, {"name": "Cracked Iron Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 830, "lvl": 62, "id": 292}, {"name": "Cracked Iron Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 890, "lvl": 64, "id": 294}, {"name": "Thin Iron Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 955, "lvl": 66, "id": 295}, {"name": "Thin Iron Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 920, "lvl": 65, "id": 299}, {"name": "Plated Iron Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1055, "lvl": 69, "id": 297}, {"name": "Thin Iron Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 990, "lvl": 67, "id": 300}, {"name": "Thin Iron Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1025, "lvl": 68, "id": 298}, {"name": "Padded Leather Boots", "tier": "Normal", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 26, "lvl": 10, "id": 305}, {"name": "Padded Leather Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 30, "lvl": 11, "id": 301}, {"name": "Plain Leather Cap", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 3, "lvl": 1, "id": 302}, {"name": "Hard Leather Cap", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 36, "lvl": 13, "id": 304}, {"name": "Padded Leather Tunic", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 34, "lvl": 12, "id": 303}, {"name": "Hard Leather Boots", "tier": "Normal", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 40, "lvl": 14, "id": 308}, {"name": "Hard Leather Tunic", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 49, "lvl": 16, "id": 309}, {"name": "Studded Leather Cap", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 54, "lvl": 17, "id": 306}, {"name": "Hard Leather Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 44, "lvl": 15, "id": 307}, {"name": "Studded Leather Boots", "tier": "Normal", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 55, "lvl": 18, "id": 317}, {"name": "Plain Leather Boots", "tier": "Normal", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 5, "lvl": 2, "id": 311}, {"name": "Studded Leather Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 60, "lvl": 19, "id": 310}, {"name": "Studded Leather Tunic", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 65, "lvl": 20, "id": 314}, {"name": "Plain Leather Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 7, "lvl": 3, "id": 312}, {"name": "Tanned Leather Boots", "tier": "Normal", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 14, "lvl": 6, "id": 316}, {"name": "Plain Leather Tunic", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 9, "lvl": 4, "id": 313}, {"name": "Tanned Leather Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 17, "lvl": 7, "id": 319}, {"name": "Tanned Leather Tunic", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 20, "lvl": 8, "id": 318}, {"name": "Tanned Leather Cap", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 11, "lvl": 5, "id": 315}, {"name": "Padded Leather Cap", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 23, "lvl": 9, "id": 321}, {"name": "Light Birch Wood Bow", "tier": "Normal", "type": "bow", "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, "id": 320}, {"name": "Light Birch Wood Shears", "displayName": "Light Birch Wood Dagger", "tier": "Normal", "type": "dagger", "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, "id": 324}, {"name": "Light Birch Wood Stick", "displayName": "Light Birch Wood Wand", "tier": "Normal", "type": "wand", "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, "id": 329}, {"name": "Light Jungle Wood Bow", "tier": "Normal", "type": "bow", "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, "id": 326}, {"name": "Light Birch Wood Spear", "tier": "Normal", "type": "spear", "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, "id": 322}, {"name": "Light Jungle Wood Spear", "tier": "Normal", "type": "spear", "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, "id": 323}, {"name": "Light Jungle Wood Stick", "displayName": "Light Jungle Wood Wand", "tier": "Normal", "type": "wand", "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, "id": 325}, {"name": "Light Jungle Wood Shears", "displayName": "Light Jungle Wood Dagger", "tier": "Normal", "type": "dagger", "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, "id": 327}, {"name": "Light Oak Wood Bow", "tier": "Normal", "type": "bow", "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, "id": 332}, {"name": "Light Oak Wood Spear", "tier": "Normal", "type": "spear", "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, "id": 328}, {"name": "Light Oak Wood Shears", "displayName": "Light Oak Wood Dagger", "tier": "Normal", "type": "dagger", "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, "id": 331}, {"name": "Light Oak Wood Stick", "displayName": "Light Oak Wood Wand", "tier": "Normal", "type": "wand", "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, "id": 330}, {"name": "Light Spruce Wood Bow", "tier": "Normal", "type": "bow", "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, "id": 336}, {"name": "Light Spruce Wood Shears", "displayName": "Light Spruce Wood Dagger", "tier": "Normal", "type": "dagger", "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, "id": 333}, {"name": "Stone-hewn Bow", "displayName": "Stone-Hewn Bow", "tier": "Normal", "type": "bow", "category": "weapon", "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, "id": 337}, {"name": "Light Spruce Wood Stick", "displayName": "Light Spruce Wood Wand", "tier": "Normal", "type": "wand", "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, "id": 335}, {"name": "Stone-hewn Relik", "displayName": "Stone-Hewn Relik", "tier": "Normal", "type": "relik", "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": "SLOW", "lvl": 2, "id": 339}, {"name": "Stone-hewn Shears", "displayName": "Stone-Hewn Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "5-7", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 2, "id": 365}, {"name": "Light Spruce Wood Spear", "tier": "Normal", "type": "spear", "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, "id": 334}, {"name": "Stone-hewn Spear", "displayName": "Stone-Hewn Spear", "tier": "Normal", "type": "spear", "category": "weapon", "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, "id": 343}, {"name": "Stone-hewn Stick", "displayName": "Stone-Hewn Wand", "tier": "Normal", "type": "wand", "category": "weapon", "drop": "NORMAL", "nDam": "3-6", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 2, "id": 340}, {"name": "Battle Bishop", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 430, "wDef": 60, "tDef": -30, "lvl": 50, "intReq": 35, "sdPct": 10, "mdPct": 5, "str": 4, "int": 4, "sdRaw": 45, "wDamPct": 15, "id": 344}, {"name": "Battleground Dancer", "tier": "Unique", "type": "boots", "thorns": 20, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2750, "fDef": -120, "aDef": 80, "eDef": 80, "lvl": 98, "strReq": 50, "agiReq": 60, "sdPct": -25, "mdPct": -8, "str": 6, "agi": 6, "spd": 16, "atkTier": 1, "mdRaw": 135, "id": 342}, {"name": "Bear Opener", "tier": "Unique", "type": "dagger", "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, "strReq": 35, "hprPct": -15, "sdPct": -12, "ls": 55, "xpb": 12, "str": 5, "expd": 8, "id": 346}, {"name": "Bastille", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3600, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 98, "defReq": 50, "sdPct": -5, "mdPct": -5, "ms": 10, "dex": 13, "spd": -10, "fDamPct": 17, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "id": 338}, {"name": "Bedrock Eater", "tier": "Unique", "type": "spear", "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, "ls": 3, "ms": 5, "id": 348}, {"name": "Bear Pelt", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 57, "lvl": 13, "sdPct": -6, "str": 4, "spd": -3, "hpBonus": 10, "mdRaw": 17, "id": 345}, {"name": "Bedruthan", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "120-170", "atkSpd": "NORMAL", "lvl": 92, "strReq": 45, "intReq": 55, "mr": 5, "sdPct": 12, "mdPct": 12, "ms": 5, "str": 9, "int": 9, "wDamPct": 30, "tDefPct": -25, "id": 349}, {"name": "Beauty", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 6, "xpb": 4, "type": "necklace", "id": 347}, {"name": "Behemoth", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "110-610", "eDam": "375-535", "atkSpd": "SUPER_SLOW", "lvl": 92, "strReq": 40, "dexReq": 35, "sdPct": -10, "mdPct": 20, "str": 10, "expd": 25, "spd": -20, "tDamPct": 15, "eDamPct": 15, "id": 350}, {"name": "Bejeweled Bracelet", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 17, "lb": 5, "type": "bracelet", "id": 353}, {"name": "Belcon", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "65-105", "fDam": "0-0", "wDam": "60-110", "aDam": "0-0", "tDam": "0-0", "eDam": "50-80", "atkSpd": "NORMAL", "lvl": 92, "strReq": 30, "intReq": 40, "sdPct": 8, "mdPct": 8, "str": 8, "spRegen": 30, "eDamPct": 20, "aDefPct": -30, "tDefPct": -30, "id": 354}, {"name": "Bete Noire", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 2150, "tDef": 100, "eDef": 100, "lvl": 80, "strReq": 80, "dexReq": 80, "sdPct": 30, "ms": 10, "str": 20, "dex": 20, "atkTier": -7, "spRegen": -150, "hprRaw": -155, "mdRaw": 1100, "id": 352}, {"name": "Battery", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-75", "fDam": "0-0", "wDam": "50-150", "aDam": "0-0", "tDam": "0-200", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "dexReq": 60, "intReq": 60, "mr": 5, "sdPct": 15, "ms": 5, "wDamPct": 15, "tDamPct": 15, "eDamPct": -20, "eDefPct": -30, "id": 341}, {"name": "Belligerence", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "lvl": 91, "sdPct": -15, "mdPct": 25, "ls": -145, "str": 8, "dex": 8, "hprRaw": 125, "id": 351}, {"name": "Bianco", "tier": "Unique", "type": "wand", "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, "xpb": 9, "ref": 12, "agi": 5, "spRegen": 10, "id": 355}, {"name": "Bibliotek", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "207-207", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 49, "xpb": 15, "lb": 15, "str": 11, "dex": 11, "int": 11, "agi": 11, "def": 11, "hpBonus": -300, "spPct2": 25, "spPct4": -24, "id": 359}, {"name": "Birch Wood Bow", "tier": "Normal", "type": "bow", "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, "id": 361}, {"name": "Big Arm", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "430-900", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 90, "strReq": 55, "mdPct": 30, "str": 15, "expd": 15, "spd": -15, "eDamPct": 231, "aDefPct": -25, "id": 357}, {"name": "Birch Wood Shears", "displayName": "Birch Wood Dagger", "tier": "Normal", "type": "dagger", "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, "id": 360}, {"name": "Big Ol' Hammer", "tier": "Unique", "type": "spear", "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, "strReq": 20, "mdPct": 6, "str": 5, "agi": -4, "spd": -4, "fDamPct": 7, "eDamPct": 7, "id": 356}, {"name": "Birch Wood Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-12", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 6, "id": 358}, {"name": "Birch Wood Spear", "tier": "Normal", "type": "spear", "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, "id": 367}, {"name": "Bismuthinite", "tier": "Legendary", "type": "wand", "poison": 1825, "thorns": 35, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "125-195", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "55-95", "atkSpd": "SLOW", "lvl": 82, "strReq": 35, "dexReq": 55, "str": 12, "spd": 15, "tDamPct": 40, "fDefPct": -12, "wDefPct": -12, "aDefPct": -12, "id": 368}, {"name": "Birch Wood Stick", "displayName": "Birch Wood Wand", "tier": "Normal", "type": "wand", "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, "id": 364}, {"name": "Bishop", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 120, "lvl": 20, "classReq": "Mage", "intReq": 30, "sdPct": -25, "mdPct": -25, "int": 5, "wDamPct": 35, "id": 362}, {"name": "Black Abyss", "tier": "Unique", "type": "relik", "poison": 1414, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "690-715", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 94, "dexReq": 55, "mdPct": 15, "str": 75, "dex": -100, "spd": -12, "fDamPct": -10, "wDamPct": -10, "aDamPct": -10, "tDamPct": 22, "eDamPct": -50, "id": 366}, {"name": "Bizzles", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-125", "fDam": "0-0", "wDam": "125-185", "aDam": "0-0", "tDam": "25-255", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 85, "dexReq": 30, "intReq": 30, "sdPct": 15, "ms": 5, "int": 7, "hpBonus": -850, "wDamPct": 8, "aDamPct": -25, "tDamPct": 13, "id": 363}, {"name": "Black Arrow", "tier": "Unique", "type": "bow", "poison": 2000, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "283-450", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 89, "strReq": 40, "ls": 215, "ms": -15, "id": 370}, {"name": "Black", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-80", "fDam": "65-115", "wDam": "0-0", "aDam": "0-0", "tDam": "30-150", "eDam": "0-0", "atkSpd": "FAST", "lvl": 99, "dexReq": 55, "defReq": 55, "mr": -10, "sdPct": 19, "ms": 15, "spRegen": -25, "fDamPct": 19, "wDamPct": -30, "tDamPct": 19, "aDefPct": -40, "eDefPct": -40, "id": 369}, {"name": "Black Ring", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 72, "dexReq": 15, "mdPct": 6, "tDamPct": 6, "type": "ring", "id": 379}, {"name": "Black Sheep", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1800, "lvl": 79, "strReq": 50, "spd": 20, "eDamPct": 8, "id": 373}, {"name": "Black Spear", "tier": "Unique", "type": "spear", "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, "agiReq": 10, "mdPct": 10, "ls": 135, "dex": -5, "agi": 9, "spd": 5, "aDamPct": 9, "id": 374}, {"name": "Blackened Boots", "tier": "Unique", "type": "boots", "poison": 110, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 300, "tDef": 20, "eDef": -15, "lvl": 41, "dexReq": 15, "sdPct": 6, "ms": 5, "dex": 4, "spRegen": -15, "wDamPct": -10, "tDamPct": 12, "id": 371}, {"name": "Blade of Purity", "tier": "Legendary", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "175-225", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 78, "mr": 10, "sdPct": 15, "mdPct": 15, "xpb": 20, "spRegen": 20, "sdRaw": 160, "mdRaw": 165, "fDamPct": -150, "wDamPct": -150, "aDamPct": -150, "tDamPct": -150, "eDamPct": -150, "id": 377}, {"name": "Blackout", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 20, "fDef": 6, "tDef": -6, "lvl": 22, "defReq": 5, "dex": -2, "def": 3, "fDamPct": 5, "tDamPct": -5, "type": "bracelet", "id": 372}, {"name": "Blade of Snow", "tier": "Unique", "type": "dagger", "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, "intReq": 10, "mr": 5, "sdPct": 6, "ref": 8, "spd": -9, "aDamPct": 5, "fDefPct": -7, "aDefPct": 10, "id": 376}, {"name": "Bladeguard", "tier": "Unique", "type": "dagger", "thorns": 15, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "70-100", "fDam": "35-70", "wDam": "0-0", "aDam": "35-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 86, "agiReq": 35, "defReq": 25, "sdPct": -10, "ref": 15, "agi": 15, "def": 15, "fDefPct": 15, "aDefPct": 15, "id": 375}, {"name": "Blade of Wisdom", "tier": "Unique", "type": "spear", "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, "intReq": 8, "mr": 5, "xpb": 8, "lb": 8, "int": 4, "wDamPct": 5, "tDamPct": -5, "id": 378}, {"name": "Bladerunners", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "wDef": 40, "aDef": -20, "tDef": 20, "eDef": -40, "lvl": 53, "dexReq": 20, "intReq": 20, "hprPct": -16, "dex": 5, "int": 4, "spd": 7, "sdRaw": 35, "id": 382}, {"name": "Bleeding Wand", "tier": "Unique", "type": "wand", "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, "hprPct": -13, "ls": 33, "hpBonus": 50, "id": 381}, {"name": "Blank", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 2, "hprPct": 5, "type": "necklace", "id": 383}, {"name": "Blessed Wrappings", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 30, "lvl": 5, "hprPct": 12, "xpb": 10, "def": 3, "hpBonus": 15, "id": 385}, {"name": "Blight", "tier": "Rare", "type": "wand", "poison": 1000, "thorns": 15, "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, "eDefPct": 33, "id": 395}, {"name": "Bladestorm", "tier": "Unique", "type": "dagger", "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, "dex": 12, "spd": 15, "aDefPct": -7, "id": 380}, {"name": "Blightsaber", "tier": "Unique", "type": "relik", "poison": 800, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-76", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "70-76", "eDam": "70-76", "atkSpd": "FAST", "lvl": 91, "strReq": 33, "dexReq": 33, "sdPct": 19, "mdPct": 19, "ms": 5, "str": 8, "dex": 8, "hprRaw": -150, "spRaw1": -15, "spRaw2": 15, "id": 384}, {"name": "Blindblight", "tier": "Rare", "type": "helmet", "poison": 95, "category": "armor", "drop": "NORMAL", "hp": 200, "fDef": -3, "wDef": -3, "aDef": -3, "tDef": -3, "eDef": -3, "lvl": 29, "ls": 15, "str": 8, "dex": -4, "hprRaw": -10, "mdRaw": 36, "id": 386}, {"name": "Blind Thrust", "tier": "Fabled", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3725, "tDef": -300, "lvl": 90, "strReq": 95, "ms": 10, "str": 10, "atkTier": -14, "mdRaw": 1600, "eDamPct": 31, "id": 388}, {"name": "Blizzard", "tier": "Unique", "type": "bow", "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, "intReq": 35, "agiReq": 35, "sdPct": 11, "mdPct": -13, "int": 5, "spd": 10, "fDamPct": -12, "fDefPct": -17, "id": 387}, {"name": "Blood-Soaked Claws", "tier": "Unique", "type": "dagger", "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, "mdPct": 8, "ls": 12, "hprRaw": -6, "id": 390}, {"name": "Bloodless", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 250, "lvl": 44, "hprPct": -30, "ls": 41, "hpBonus": 300, "hprRaw": -20, "id": 397}, {"name": "Block Buster", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "130-160", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "90-100", "atkSpd": "SLOW", "lvl": 76, "strReq": 35, "expd": 48, "eDefPct": -6, "id": 389}, {"name": "Bloodlust", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "fDef": -100, "aDef": -100, "tDef": 100, "eDef": 100, "lvl": 87, "strReq": 45, "dexReq": 45, "hprPct": -25, "sdPct": -7, "mdPct": 20, "ls": 240, "str": 7, "dex": 7, "int": -8, "spd": 25, "mdRaw": 190, "id": 391}, {"name": "Blossom", "tier": "Legendary", "type": "wand", "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, "strReq": 30, "intReq": 10, "sdPct": 10, "int": 7, "spd": -10, "eDamPct": 8, "fDefPct": -20, "id": 392}, {"name": "Bloudil", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1380, "lvl": 65, "xpb": 14, "ref": 6, "agi": 5, "spd": 14, "id": 394}, {"name": "Blue Mask", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1, "lvl": 68, "str": 12, "dex": 12, "int": 12, "agi": 12, "def": 12, "id": 393}, {"name": "Blossom Haze", "tier": "Fabled", "type": "dagger", "majorIds": ["CHERRY_BOMBS"], "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "145-185", "atkSpd": "FAST", "lvl": 87, "strReq": 65, "ms": 5, "expd": 22, "spd": -20, "atkTier": -1, "aDamPct": 25, "eDamPct": 25, "wDefPct": 26, "spRaw4": -5, "id": 3610}, {"name": "Blueberry", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 870, "wDef": 40, "tDef": -30, "lvl": 58, "ms": 5, "xpb": 16, "ref": 6, "wDamPct": 5, "id": 396}, {"name": "Blur", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "55-73", "tDam": "40-90", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 100, "dexReq": 40, "agiReq": 40, "ms": 10, "dex": 9, "agi": 9, "spd": 14, "fDamPct": -21, "aDamPct": 14, "tDamPct": 14, "eDefPct": -18, "id": 398}, {"name": "Blues Whistle", "tier": "Unique", "type": "bow", "poison": 1500, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "140-160", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-100", "atkSpd": "FAST", "lvl": 99, "strReq": 50, "ls": -295, "ms": 10, "agi": 9, "def": 9, "eDamPct": 20, "fDefPct": -30, "id": 400}, {"name": "Bob's Lost Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 880, "fDef": 30, "lvl": 58, "sdPct": 5, "mdPct": 5, "xpb": 8, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "id": 402}, {"name": "Blushwind", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "fDef": 110, "wDef": -75, "aDef": 110, "lvl": 88, "agiReq": 60, "defReq": 30, "ms": 5, "int": -25, "agi": 7, "spd": 14, "hpBonus": 3000, "fDefPct": 12, "aDefPct": 12, "spPct2": -14, "spPct3": -7, "id": 399}, {"name": "Boiler", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-60", "fDam": "30-48", "wDam": "30-48", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "intReq": 35, "defReq": 35, "hprPct": 16, "mr": 10, "int": 4, "def": 4, "fDefPct": 13, "wDefPct": 13, "id": 403}, {"name": "Bombardier", "tier": "Unique", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "25-45", "fDam": "15-35", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 28, "defReq": 10, "expd": 20, "spd": -10, "hpBonus": -50, "id": 405}, {"name": "Bolt", "tier": "Unique", "type": "dagger", "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, "xpb": 5, "lb": 5, "tDamPct": 5, "id": 401}, {"name": "Bonethrasher", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "56-160", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 83, "agiReq": 40, "sdPct": -20, "dex": 13, "int": -7, "agi": 13, "mdRaw": 75, "id": 406}, {"name": "Bolter", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "100-110", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 85, "dexReq": 40, "sdPct": -15, "ref": 16, "dex": 8, "mdRaw": 75, "tDamPct": 8, "aDefPct": -8, "tDefPct": 12, "id": 404}, {"name": "Booster Plate", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2800, "wDef": 130, "aDef": 100, "lvl": 84, "intReq": 25, "agiReq": 50, "xpb": 12, "agi": 10, "spd": 35, "wDamPct": 15, "aDamPct": 15, "tDefPct": -18, "jh": 3, "id": 408}, {"name": "Boots of Blue Stone", "tier": "Unique", "type": "boots", "sprint": 13, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "fDef": 30, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 82, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "sdRaw": 120, "mdRaw": 160, "fDamPct": 13, "wDamPct": 13, "aDamPct": 13, "tDamPct": 13, "eDamPct": 13, "sprintReg": 13, "id": 407}, {"name": "Boots of the Sorcerer", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 96, "wDef": 5, "tDef": 10, "lvl": 26, "intReq": 10, "mr": 5, "sdPct": 10, "mdPct": -7, "int": 3, "wDamPct": 10, "tDamPct": 10, "id": 410}, {"name": "Boulder", "tier": "Unique", "category": "accessory", "drop": "lootchest", "eDef": 6, "lvl": 24, "strReq": 10, "sdRaw": -2, "mdRaw": 8, "eDefPct": 5, "type": "ring", "id": 409}, {"name": "Bottled Sky", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2700, "aDef": 150, "eDef": -100, "lvl": 95, "agiReq": 60, "ref": 10, "dex": 6, "int": -24, "agi": 6, "def": 6, "spd": 18, "wDamPct": -25, "spPct1": -7, "spPct3": -7, "spPct4": -14, "id": 446}, {"name": "Bourreau", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 13, "ls": -2, "sdRaw": 4, "mdRaw": 4, "type": "bracelet", "id": 415}, {"name": "Bough of Fir", "tier": "Legendary", "type": "wand", "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, "strReq": 20, "intReq": 10, "mr": 5, "sdPct": 16, "lb": 16, "int": 9, "spRegen": 19, "fDamPct": -20, "wDamPct": 20, "fDefPct": -15, "eDefPct": 30, "id": 411}, {"name": "Bovine Killer", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 65, "aDef": -5, "eDef": 5, "lvl": 12, "mdPct": 15, "str": 10, "agi": -4, "id": 413}, {"name": "Bovemist Amulet", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": 5, "tDef": 5, "lvl": 18, "intReq": 8, "hprPct": 8, "int": 3, "spRegen": 3, "type": "necklace", "id": 412}, {"name": "Bow of Retribution", "tier": "Unique", "type": "bow", "thorns": 18, "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, "ls": 39, "ms": 5, "ref": 18, "id": 414}, {"name": "Bow Of Wisdom", "tier": "Unique", "type": "bow", "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, "intReq": 5, "mr": 10, "sdPct": 4, "id": 417}, {"name": "Bow of Wisdom", "tier": "Unique", "type": "bow", "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, "intReq": 5, "mr": 10, "sdPct": 4, "id": 420}, {"name": "Brackenwall", "tier": "Unique", "type": "chestplate", "poison": 360, "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "aDef": -40, "eDef": 110, "lvl": 83, "strReq": 40, "mdPct": 13, "str": 7, "spd": -8, "mdRaw": 145, "eDamPct": 13, "fDefPct": -10, "id": 418}, {"name": "Brass Knuckle", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 53, "strReq": 20, "mdPct": 8, "str": 4, "eSteal": 3, "aDamPct": -6, "type": "ring", "id": 422}, {"name": "Brass Brand", "tier": "Legendary", "type": "dagger", "thorns": 60, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-220", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "110-160", "atkSpd": "FAST", "lvl": 86, "strReq": 40, "dexReq": 55, "ls": -290, "ref": 20, "dex": 25, "sdRaw": 169, "tDamPct": 40, "fDefPct": -20, "tDefPct": -20, "id": 426}, {"name": "Bravery", "tier": "Unique", "type": "dagger", "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, "strReq": 15, "agiReq": 20, "mdPct": 8, "str": 5, "spd": 6, "hpBonus": 150, "eDamPct": 8, "fDefPct": 10, "id": 419}, {"name": "Breakbeat", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 1800, "fDef": -40, "wDef": -20, "tDef": -20, "eDef": -20, "lvl": 79, "agiReq": 55, "sdPct": 5, "spd": 10, "mdRaw": 120, "fDamPct": 7, "wDamPct": 7, "aDamPct": 10, "tDamPct": 7, "eDamPct": 4, "id": 423}, {"name": "Breaker Bar", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "280-340", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 80, "strReq": 25, "agiReq": 25, "str": 8, "agi": 8, "spd": 15, "fDamPct": -40, "wDamPct": -40, "aDamPct": 40, "tDamPct": -40, "eDamPct": 40, "id": 424}, {"name": "Breath of the Dragon", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-10", "fDam": "13-17", "wDam": "0-0", "aDam": "23-27", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 27, "agiReq": 11, "defReq": 11, "agi": 6, "def": 6, "hprRaw": 9, "fDamPct": 15, "aDefPct": 15, "spRaw1": 5, "id": 428}, {"name": "Breath of the Vampire", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-70", "fDam": "0-0", "wDam": "0-0", "aDam": "35-85", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 81, "dexReq": 35, "agiReq": 25, "ls": 190, "agi": 7, "spd": 10, "aDamPct": 5, "tDamPct": 20, "id": 427}, {"name": "Bridge of the Divide", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 650, "wDef": 50, "tDef": 50, "lvl": 51, "dexReq": 20, "intReq": 20, "mr": 5, "ms": 5, "xpb": 20, "ref": 10, "wDamPct": -10, "tDamPct": 20, "wDefPct": 20, "tDefPct": -10, "id": 430}, {"name": "Brocach", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "aDef": -150, "eDef": 175, "lvl": 94, "strReq": 65, "mdPct": 10, "spd": -9, "eDamPct": 19, "aDefPct": -15, "eDefPct": 23, "id": 432}, {"name": "Breeze", "tier": "Unique", "type": "bow", "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, "xpb": 5, "dex": 3, "agi": 3, "spd": 5, "id": 425}, {"name": "Bright Boots", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 15, "tDef": 3, "eDef": -3, "lvl": 5, "xpb": 6, "id": 431}, {"name": "Broken Balance", "tier": "Legendary", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": -500, "lvl": 50, "sdPct": 75, "mdPct": 75, "str": -7, "dex": -7, "int": -7, "agi": -7, "def": -7, "id": 433}, {"name": "Broken Gauntlet", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 410, "wDef": -25, "aDef": -25, "lvl": 79, "strReq": 15, "defReq": 15, "sdPct": -5, "mdPct": 6, "type": "bracelet", "id": 434}, {"name": "Brimstone", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "55-85", "fDam": "110-130", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 85, "strReq": 25, "defReq": 45, "hprPct": 20, "mr": -5, "mdPct": 8, "str": 10, "expd": 12, "hpBonus": 1500, "fDamPct": 8, "eDamPct": 27, "id": 429}, {"name": "Broken Cross", "tier": "Unique", "type": "spear", "thorns": 45, "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, "strReq": 25, "dexReq": 15, "mdPct": 13, "xpb": 20, "lb": 10, "ref": 45, "def": -40, "hpBonus": 831, "spRegen": -13, "fDefPct": -30, "wDefPct": -30, "aDefPct": -30, "id": 435}, {"name": "Broken Harp", "tier": "Rare", "type": "wand", "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, "intReq": 10, "sdPct": 10, "int": 4, "tDamPct": -5, "wDefPct": 10, "id": 436}, {"name": "Broken Trident", "tier": "Unique", "type": "spear", "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, "intReq": 10, "sdPct": 8, "mdPct": -8, "wDamPct": 5, "wDefPct": 3, "id": 438}, {"name": "Bronze-Plated Greaves", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 160, "fDef": 8, "aDef": -5, "lvl": 26, "strReq": 10, "defReq": 10, "ref": 10, "str": 4, "def": 4, "id": 437}, {"name": "Bubble", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": 50, "lvl": 72, "sdPct": 4, "type": "ring", "id": 443}, {"name": "Brook", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "wDef": 130, "tDef": -150, "lvl": 73, "intReq": 45, "mr": 5, "ref": 10, "fDamPct": -7, "wDamPct": 10, "wDefPct": 10, "tDefPct": -15, "id": 439}, {"name": "Brook Keeper", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 460, "wDef": 30, "tDef": -20, "lvl": 49, "intReq": 15, "mr": 5, "sdPct": 10, "spd": 3, "fDamPct": -10, "wDamPct": 5, "id": 440}, {"name": "Bull", "tier": "Rare", "type": "dagger", "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, "mdPct": 8, "str": 5, "agi": -7, "def": 5, "hpBonus": 450, "aDamPct": -25, "fDefPct": 15, "eDefPct": 25, "id": 441}, {"name": "Bulldozer", "tier": "Legendary", "type": "dagger", "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, "strReq": 20, "mdPct": 10, "expd": 20, "spd": -20, "hpBonus": -100, "mdRaw": 105, "eDamPct": 8, "id": 444}, {"name": "Bullseye", "tier": "Rare", "type": "spear", "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, "dex": 4, "id": 449}, {"name": "Bubbline", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1875, "wDef": 140, "tDef": -90, "lvl": 81, "intReq": 40, "mr": 10, "mdPct": -15, "ref": 30, "int": 8, "fDefPct": 7, "wDefPct": 15, "id": 442}, {"name": "Bumblebee", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-18", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 2, "mdPct": 5, "xpb": 6, "id": 447}, {"name": "Burning Pants", "tier": "Rare", "type": "leggings", "thorns": 6, "category": "armor", "drop": "NORMAL", "hp": 100, "fDef": -5, "wDef": -5, "lvl": 18, "defReq": 10, "expd": 5, "spd": 8, "hpBonus": -20, "fDamPct": 7, "id": 448}, {"name": "Burn", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 73, "expd": 6, "fDamPct": 8, "type": "ring", "id": 445}, {"name": "Buster Bracer", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "fDef": -15, "wDef": -15, "aDef": -15, "tDef": -15, "eDef": -15, "lvl": 20, "strReq": 20, "sdPct": 10, "str": 5, "expd": 10, "hpBonus": -45, "mdRaw": 20, "type": "bracelet", "id": 451}, {"name": "Burning Torch", "tier": "Unique", "type": "wand", "category": "weapon", "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, "defReq": 25, "sdPct": -12, "mdPct": 5, "expd": 5, "hpBonus": -90, "fDamPct": 7, "wDamPct": -30, "wDefPct": -20, "aDefPct": -5, "id": 452}, {"name": "Butcher's Clever", "tier": "Unique", "type": "dagger", "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, "intReq": 15, "mr": 5, "int": 8, "wDamPct": 5, "tDamPct": -10, "tDefPct": -10, "id": 453}, {"name": "Burnout", "tier": "Rare", "type": "boots", "sprint": 16, "category": "armor", "drop": "NORMAL", "hp": 3200, "fDef": -80, "aDef": -80, "lvl": 96, "agiReq": 40, "defReq": 60, "mr": -5, "sdPct": -14, "def": 10, "spd": 12, "atkTier": 1, "hprRaw": 175, "fDamPct": 10, "aDamPct": 10, "sprintReg": -8, "id": 450}, {"name": "Butter Knife", "tier": "Rare", "type": "dagger", "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, "xpb": 5, "lb": 20, "id": 457}, {"name": "Butterfly Wings", "tier": "Unique", "type": "relik", "thorns": 8, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "33-49", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 19, "ref": 8, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "id": 454}, {"name": "Butter Helmet", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 56, "lvl": 15, "agi": 4, "id": 455}, {"name": "Bygones", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "120-960", "wDam": "0-0", "aDam": "0-0", "tDam": "390-690", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 85, "dexReq": 35, "defReq": 35, "hprPct": -30, "mdPct": 25, "ls": -290, "ms": 15, "expd": 20, "mdRaw": 610, "wDefPct": -35, "id": 456}, {"name": "Bylvis' Pitchfork", "tier": "Unique", "type": "spear", "thorns": 15, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-130", "fDam": "0-0", "wDam": "70-90", "aDam": "70-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "intReq": 35, "agiReq": 35, "mr": 5, "ref": 15, "wDamPct": 17, "aDamPct": 17, "tDamPct": -20, "fDefPct": -30, "tDefPct": -10, "id": 458}, {"name": "Wybel Paw", "tier": "Unique", "type": "dagger", "category": "weapon", "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, "hprPct": -100, "sdPct": -100, "mdPct": -100, "agi": 5, "spd": 35, "fixID": true, "id": 459}, {"name": "Cadence", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2750, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 94, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "xpb": 12, "lb": 12, "fDamPct": 17, "wDamPct": 17, "aDamPct": 17, "tDamPct": 17, "eDamPct": 17, "id": 461}, {"name": "Foreword", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "5-10", "fDam": "0-0", "wDam": "0-0", "aDam": "90-95", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "agiReq": 20, "xpb": 20, "lb": 20, "spd": 20, "aDamPct": 20, "aDefPct": 20, "fixID": true, "id": 460}, {"name": "Cactus", "tier": "Unique", "thorns": 12, "category": "accessory", "drop": "lootchest", "lvl": 36, "ls": -11, "type": "ring", "id": 464}, {"name": "Permafrosted Saxifrage", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "50-73", "tDam": "0-0", "eDam": "60-63", "atkSpd": "NORMAL", "lvl": 45, "strReq": 18, "agiReq": 18, "mdPct": 10, "str": 5, "agi": 5, "aDamPct": 10, "eDamPct": 10, "fDefPct": -20, "wDefPct": 20, "fixID": true, "id": 462}, {"name": "Calcined Estoc", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "90-99", "aDam": "0-0", "tDam": "0-0", "eDam": "90-99", "atkSpd": "NORMAL", "lvl": 68, "strReq": 40, "intReq": 40, "mr": 5, "mdPct": 15, "str": 8, "dex": -15, "spd": -15, "wDefPct": 10, "eDefPct": 10, "id": 465}, {"name": "Caffeine", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -160, "lvl": 74, "agiReq": 40, "agi": 3, "spd": 12, "hprRaw": -15, "aDamPct": 5, "type": "ring", "id": 469}, {"name": "Cage of Bones", "tier": "Legendary", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 800, "fDef": 80, "wDef": -100, "tDef": 60, "lvl": 57, "dexReq": 35, "defReq": 25, "hprPct": -20, "mdPct": 20, "def": 7, "spd": -10, "mdRaw": 130, "fDamPct": 15, "tDamPct": 20, "wDefPct": -20, "id": 466}, {"name": "Calcite", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1500, "fDef": 50, "lvl": 67, "defReq": 20, "mdPct": -3, "def": 13, "spd": -5, "fDamPct": 5, "fDefPct": 7, "id": 467}, {"name": "Caldera", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "36-60", "fDam": "40-85", "wDam": "55-70", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "intReq": 35, "defReq": 35, "sdPct": 10, "int": 5, "def": 7, "hpBonus": -1200, "fDamPct": 15, "wDamPct": 18, "tDefPct": -25, "eDefPct": -15, "id": 468}, {"name": "Calidade Mail", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2700, "fDef": -80, "aDef": -80, "tDef": -80, "lvl": 97, "dexReq": 55, "defReq": 50, "sdPct": -15, "mdPct": 30, "ms": 5, "dex": 5, "agi": 6, "def": 4, "atkTier": 1, "hprRaw": -145, "mdRaw": -113, "fDamPct": 10, "tDamPct": 10, "id": 471}, {"name": "Caledonia", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "200-455", "fDam": "180-225", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 79, "defReq": 90, "sdPct": -11, "mdPct": -11, "xpb": 15, "def": 9, "hpBonus": 825, "hprRaw": 125, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "id": 472}, {"name": "Call to Concord", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": 625, "fDef": 25, "aDef": 25, "eDef": 10, "lvl": 64, "defReq": 40, "hprPct": 15, "ref": 10, "def": 5, "spRegen": 5, "tDamPct": -8, "type": "bracelet", "id": 476}, {"name": "Calidum Aurea", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1650, "fDef": 100, "wDef": -95, "lvl": 74, "defReq": 25, "sdPct": -10, "xpb": 5, "lb": 19, "def": 5, "fDamPct": 12, "id": 470}, {"name": "Cancer\u058e", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 5200, "fDef": 180, "lvl": 98, "defReq": 80, "int": 10, "def": 15, "hprRaw": 300, "wDefPct": 50, "id": 475}, {"name": "Calming Torc", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 260, "wDef": 60, "tDef": -60, "lvl": 93, "intReq": 35, "int": 5, "wDamPct": 7, "wDefPct": 7, "type": "necklace", "id": 474}, {"name": "Canopy", "tier": "Unique", "type": "leggings", "thorns": 14, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 1300, "fDef": -100, "wDef": 80, "eDef": 60, "lvl": 69, "strReq": 30, "intReq": 30, "sdPct": 4, "ref": 8, "eDamPct": 8, "wDefPct": 10, "id": 485}, {"name": "Canyon Spirit", "tier": "Unique", "type": "wand", "quest": "The Lost", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-65", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-90", "atkSpd": "NORMAL", "lvl": 85, "strReq": 25, "agiReq": 35, "mdPct": 12, "xpb": 10, "lb": 10, "agi": 13, "aDamPct": 19, "id": 477}, {"name": "Capricorn", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3250, "wDef": 100, "aDef": 100, "tDef": -100, "eDef": -100, "lvl": 99, "intReq": 65, "agiReq": 65, "mr": 10, "sdPct": 15, "ms": 5, "int": 12, "agi": 12, "spd": 18, "id": 480}, {"name": "Capsaicin", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 700, "fDef": -40, "lvl": 52, "defReq": 20, "hprPct": -15, "sdPct": 20, "mdPct": 20, "spd": 15, "hprRaw": -40, "sdRaw": 50, "fDamPct": 20, "fDefPct": -20, "id": 483}, {"name": "Carapace", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 1400, "aDef": -70, "lvl": 70, "strReq": 20, "sdPct": -10, "mdPct": 10, "str": 13, "agi": -5, "spd": -10, "hpBonus": 700, "eDamPct": 10, "aDefPct": -20, "id": 479}, {"name": "Capstone", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 880, "fDef": 35, "wDef": -30, "aDef": -30, "eDef": 35, "lvl": 55, "strReq": 10, "defReq": 30, "lb": 14, "str": 4, "def": 7, "spd": -6, "fDefPct": 14, "eDefPct": 14, "id": 481}, {"name": "Cardiac Arrest", "tier": "Legendary", "type": "chestplate", "poison": 1000, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 4000, "tDef": 90, "eDef": 130, "lvl": 91, "strReq": 70, "dexReq": 50, "hprPct": -40, "sdPct": 30, "agi": -20, "def": -20, "atkTier": -1, "hprRaw": -200, "spPct2": -32, "spPct3": -21, "spPct4": -24, "id": 482}, {"name": "Cardinal Ruler", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "300-370", "fDam": "65-75", "wDam": "0-0", "aDam": "0-0", "tDam": "5-135", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 88, "dexReq": 35, "defReq": 35, "hprPct": -30, "sdPct": 15, "ls": 260, "ms": 10, "dex": 16, "spd": -20, "fDamPct": 15, "tDamPct": 15, "id": 488}, {"name": "Call of the Void", "tier": "Legendary", "type": "helmet", "thorns": 65, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "lvl": 56, "hprPct": 10, "ls": -75, "ref": 65, "agi": -8, "hprRaw": 50, "id": 473}, {"name": "Careless Whisper", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "165-188", "wDam": "0-0", "aDam": "165-188", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 86, "agiReq": 40, "defReq": 40, "mr": 5, "agi": 11, "def": 11, "spd": -8, "hpBonus": 1750, "hprRaw": 125, "spPct1": -48, "id": 490}, {"name": "Carnivorous", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -8, "lvl": 33, "mdPct": 6, "ls": 10, "hprRaw": 4, "mdRaw": 9, "type": "ring", "id": 484}, {"name": "Carvel's Creation", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 51, "wDef": 7, "aDef": 7, "lvl": 14, "mr": 5, "xpb": 6, "lb": 6, "spd": 9, "id": 487}, {"name": "Carrot", "tier": "Unique", "type": "spear", "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, "strReq": 15, "mdPct": 25, "ls": -90, "ms": -5, "str": 13, "int": -20, "agi": -5, "eDamPct": 40, "id": 486}, {"name": "Cascade", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "18-30", "fDam": "15-30", "wDam": "15-30", "aDam": "15-30", "tDam": "15-30", "eDam": "15-30", "atkSpd": "VERY_FAST", "lvl": 98, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "mr": 10, "sdPct": 30, "str": -6, "dex": -6, "int": -6, "agi": -6, "def": -6, "expd": 30, "spd": 30, "mdRaw": 65, "id": 489}, {"name": "Carvel's Sight", "tier": "Rare", "type": "bow", "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, "intReq": 8, "mr": 5, "sdPct": 4, "xpb": 4, "lb": 4, "id": 495}, {"name": "Candlestick", "tier": "Unique", "type": "wand", "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, "sdPct": 8, "int": 5, "expd": 4, "fDamPct": 10, "wDamPct": -20, "id": 478}, {"name": "Cassiterite", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1500, "fDef": 50, "eDef": 50, "lvl": 71, "strReq": 30, "defReq": 30, "hprPct": 15, "mdPct": 10, "xpb": 10, "mdRaw": 150, "fDefPct": 10, "eDefPct": 10, "id": 491}, {"name": "Cataract", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-1630", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 93, "intReq": 50, "sdPct": 15, "ls": -130, "ms": 10, "dex": -30, "int": 10, "atkTier": -1, "wDamPct": 15, "tDefPct": -30, "id": 492}, {"name": "Caterpillar", "tier": "Rare", "type": "leggings", "poison": 3500, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2885, "aDef": -110, "eDef": 130, "lvl": 92, "strReq": 55, "dexReq": 40, "xpb": 8, "str": 8, "def": 5, "spd": -8, "atkTier": -8, "eDamPct": 20, "id": 497}, {"name": "Cave In", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "50-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-55", "atkSpd": "SLOW", "lvl": 21, "strReq": 18, "lb": 10, "expd": 35, "spd": -20, "hprRaw": -20, "eDamPct": 25, "spPct3": -21, "id": 493}, {"name": "Celestial", "tier": "Rare", "type": "wand", "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, "agiReq": 8, "mr": 5, "xpb": 5, "ref": 3, "id": 501}, {"name": "Ceiling", "tier": "Unique", "type": "bow", "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, "strReq": 30, "agiReq": 35, "sdPct": -10, "mdPct": 10, "xpb": 15, "spd": 12, "wDamPct": -17, "id": 494}, {"name": "Celebration", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "120-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "xpb": 25, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spRegen": 5, "id": 500}, {"name": "Cementing Arrow", "tier": "Unique", "type": "bow", "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, "strReq": 30, "intReq": 30, "sdPct": 6, "mdPct": 6, "str": 8, "agi": -12, "spd": -12, "wDamPct": 8, "eDamPct": 8, "id": 496}, {"name": "Cemented Bow", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "160-200", "fDam": "0-0", "wDam": "360-465", "aDam": "0-0", "tDam": "0-0", "eDam": "360-465", "atkSpd": "SUPER_SLOW", "lvl": 80, "strReq": 30, "intReq": 30, "sdPct": 6, "mdPct": 6, "str": 10, "agi": -12, "spd": -12, "wDamPct": 12, "eDamPct": 12, "id": 498}, {"name": "Cementing String", "tier": "Unique", "type": "bow", "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, "strReq": 20, "intReq": 20, "sdPct": 8, "mdPct": 8, "str": 5, "agi": -8, "spd": -8, "wDamPct": 6, "eDamPct": 6, "id": 503}, {"name": "Cenote", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "wDef": 40, "eDef": 40, "lvl": 68, "strReq": 50, "intReq": 50, "hprPct": 20, "str": 4, "int": 4, "hprRaw": 55, "wDefPct": 12, "eDefPct": 12, "id": 504}, {"name": "Centrifugal", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "75-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "75-95", "atkSpd": "SLOW", "lvl": 90, "strReq": 25, "intReq": 25, "sdPct": 6, "mdPct": 6, "ms": 5, "spd": -7, "eDamPct": 8, "aDefPct": -10, "id": 502}, {"name": "Centennial", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 2125, "fDef": 100, "wDef": 100, "lvl": 80, "intReq": 20, "defReq": 20, "hprPct": 18, "mr": 5, "int": 8, "def": 8, "fDamPct": 15, "wDamPct": 15, "aDamPct": -10, "tDamPct": -10, "eDamPct": -10, "id": 499}, {"name": "Ceramic Shell Greaves", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2555, "fDef": 135, "aDef": 70, "tDef": -135, "eDef": -70, "lvl": 91, "agiReq": 25, "defReq": 45, "sdPct": -40, "int": -12, "agi": 8, "expd": 18, "spd": 15, "wDamPct": 40, "fDefPct": 12, "aDefPct": 12, "spPct1": -21, "id": 507}, {"name": "Cerid's Dynamo", "tier": "Rare", "type": "wand", "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, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "id": 506}, {"name": "Chain Hook", "tier": "Unique", "type": "spear", "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, "strReq": 50, "agiReq": 20, "sdPct": -12, "mdPct": 8, "str": 8, "agi": 4, "eDamPct": 19, "fDefPct": -9, "id": 508}, {"name": "Cerid's Precision", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 300, "wDef": -20, "tDef": 30, "eDef": -20, "lvl": 42, "dexReq": 25, "sdPct": 10, "dex": 9, "expd": 5, "mdRaw": 60, "tDamPct": 8, "eDamPct": -10, "wDefPct": -10, "eDefPct": -10, "id": 505}, {"name": "Chain Link", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 400, "lvl": 45, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "sdRaw": 30, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "id": 511}, {"name": "Chain Rule", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2475, "wDef": 85, "tDef": -75, "eDef": 145, "lvl": 85, "strReq": 105, "hprPct": -36, "ms": 5, "sdRaw": 135, "wDamPct": -20, "tDamPct": -22, "eDamPct": 20, "spRaw1": -5, "spRaw2": -5, "spRaw3": -5, "spRaw4": -5, "id": 3617}, {"name": "Chains of Steel", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 280, "lvl": 38, "xpb": 5, "str": 7, "hpBonus": 40, "id": 510}, {"name": "Chained Pixels", "tier": "Legendary", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 512, "fDef": 16, "wDef": 16, "aDef": 16, "tDef": 16, "eDef": 16, "lvl": 38, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "xpb": 16, "lb": 16, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "id": 509}, {"name": "Chakram", "tier": "Legendary", "type": "dagger", "poison": 350, "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, "dexReq": 60, "agi": 13, "spd": 21, "atkTier": 1, "eSteal": 5, "tDamPct": 10, "tDefPct": 10, "id": 513}, {"name": "Chaleur", "tier": "Legendary", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "70-125", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 33, "defReq": 25, "hprPct": -25, "int": -5, "def": 7, "expd": 15, "sdRaw": 35, "mdRaw": 59, "fDamPct": 15, "wDefPct": -25, "id": 512}, {"name": "Chandelle", "tier": "Unique", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "5-8", "fDam": "5-8", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 6, "hprPct": 5, "hpBonus": 10, "id": 540}, {"name": "Chameleon", "tier": "Unique", "type": "helmet", "thorns": 9, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 750, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 57, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "sdPct": 9, "mdPct": 9, "ref": 9, "str": -5, "dex": -5, "int": -5, "agi": -5, "def": -5, "spd": 9, "id": 515}, {"name": "Chaos", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 100, "lvl": 62, "sdPct": 30, "mdPct": 30, "hpBonus": 1200, "sdRaw": 70, "mdRaw": 90, "fDamPct": -20, "wDamPct": -20, "aDamPct": -20, "tDamPct": -20, "eDamPct": -20, "id": 514}, {"name": "Chaotic", "tier": "Unique", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "5-29", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "5-193", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 71, "dexReq": 40, "dex": 9, "expd": 7, "spd": 7, "eDamPct": -30, "eDefPct": -30, "id": 517}, {"name": "Charm of the Magma", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": 625, "fDef": 45, "eDef": 45, "lvl": 88, "classReq": "Warrior", "strReq": 40, "defReq": 40, "sdPct": -10, "mdPct": 10, "xpb": 6, "lb": 6, "spd": -8, "hpBonus": 500, "type": "necklace", "id": 516}, {"name": "Charm of the Storms", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": -200, "wDef": 30, "aDef": 30, "tDef": -70, "lvl": 88, "classReq": "Archer", "intReq": 40, "agiReq": 40, "mdPct": -8, "xpb": 6, "lb": 6, "agi": 5, "wDamPct": 13, "aDamPct": 13, "type": "necklace", "id": 518}, {"name": "Charm of the Tides", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": 400, "fDef": 40, "wDef": 40, "tDef": -80, "lvl": 88, "classReq": "Mage", "intReq": 40, "defReq": 40, "mr": 5, "sdPct": -21, "mdPct": -21, "xpb": 6, "lb": 6, "wDamPct": 15, "type": "necklace", "id": 520}, {"name": "Charm of the Tempest", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "aDef": 25, "tDef": 25, "eDef": -60, "lvl": 88, "classReq": "Assassin", "dexReq": 40, "agiReq": 40, "hprPct": -15, "xpb": 6, "lb": 6, "mdRaw": 52, "aDamPct": 11, "tDamPct": 11, "type": "necklace", "id": 523}, {"name": "Charm of the Flea", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 15, "lvl": 20, "agiReq": 8, "ls": 4, "agi": 3, "type": "necklace", "id": 522}, {"name": "Charm of the Leech", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 100, "lvl": 50, "intReq": 15, "ls": 21, "ms": 5, "tDefPct": -7, "type": "necklace", "id": 521}, {"name": "Charm of the Tick", "tier": "Unique", "poison": 60, "category": "accessory", "drop": "lootchest", "hp": 45, "lvl": 35, "ls": 9, "type": "necklace", "id": 524}, {"name": "Charon's Left Arm", "tier": "Rare", "type": "dagger", "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, "strReq": 10, "ls": 14, "ms": -5, "str": 4, "dex": 4, "spd": -5, "tDamPct": 10, "fDefPct": -15, "id": 525}, {"name": "Charm of the Vampire", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 225, "lvl": 65, "ls": 45, "tDamPct": 5, "type": "necklace", "id": 526}, {"name": "Charybdis", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2100, "wDef": 80, "tDef": -120, "eDef": 80, "lvl": 85, "strReq": 40, "intReq": 40, "mr": 5, "sdPct": 6, "str": 5, "int": 5, "spd": -8, "mdRaw": 190, "wDamPct": 12, "eDamPct": 12, "tDefPct": -12, "id": 528}, {"name": "Chef Hamsey's Apron", "tier": "Rare", "type": "chestplate", "quest": "Recipe For Disaster", "category": "armor", "slots": 3, "drop": "never", "hp": 2900, "fDef": -150, "wDef": -150, "tDef": 150, "lvl": 96, "hprPct": 25, "mr": 10, "int": 7, "def": 7, "spRegen": 10, "id": 527}, {"name": "Cherufe", "tier": "Rare", "type": "bow", "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, "strReq": 25, "defReq": 20, "ls": 50, "def": 5, "mdRaw": 145, "eDamPct": 10, "wDefPct": -18, "id": 530}, {"name": "Chief", "tier": "Unique", "type": "spear", "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, "xpb": 7, "lb": 8, "def": 4, "hpBonus": 40, "fDamPct": 5, "id": 533}, {"name": "Chest Breaker", "tier": "Unique", "type": "spear", "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, "strReq": 30, "sdPct": 7, "mdPct": 18, "str": 7, "def": -4, "expd": 8, "hpBonus": -210, "aDefPct": -15, "id": 531}, {"name": "Chestplate of Ineptitude", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3375, "lvl": 98, "sdPct": -10, "mdPct": 10, "str": -3, "dex": -3, "int": -3, "agi": -3, "def": -3, "atkTier": 1, "sdRaw": -110, "mdRaw": 140, "id": 529}, {"name": "Chill", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -40, "fDef": -5, "wDef": 5, "aDef": 5, "lvl": 41, "intReq": 15, "spd": -3, "sdRaw": 13, "wDamPct": 5, "aDamPct": 5, "type": "ring", "id": 534}, {"name": "Chimaera", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 78, "lvl": 13, "ls": 5, "str": 7, "agi": 7, "def": 7, "id": 536}, {"name": "Chinked Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1650, "fDef": 90, "aDef": -160, "lvl": 72, "defReq": 20, "hprPct": 12, "def": 8, "spd": -9, "hpBonus": 650, "fDefPct": 15, "aDefPct": -15, "tDefPct": 7, "eDefPct": 7, "id": 537}, {"name": "Chipped Leather Boots", "tier": "Normal", "type": "boots", "category": "armor", "drop": "never", "hp": 7, "lvl": 3, "id": 539}, {"name": "Chipped Leather Pants", "tier": "Normal", "type": "leggings", "category": "armor", "drop": "never", "hp": 11, "lvl": 5, "id": 535}, {"name": "Chipped Leather Cap", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "hp": 3, "lvl": 1, "id": 541}, {"name": "Chipped Leather Tunic", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "never", "hp": 16, "lvl": 7, "id": 538}, {"name": "Chimney", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 760, "fDef": 55, "wDef": -55, "aDef": 55, "lvl": 52, "agiReq": 25, "defReq": 25, "hprPct": 20, "agi": 5, "def": 5, "expd": 8, "wDamPct": -15, "fDefPct": 12, "aDefPct": 12, "id": 532}, {"name": "Chlorine", "tier": "Unique", "poison": 170, "category": "accessory", "drop": "lootchest", "tDef": -20, "lvl": 64, "intReq": 15, "hprPct": -7, "sdPct": 6, "wDamPct": 5, "type": "ring", "id": 542}, {"name": "Chlorofury", "tier": "Unique", "type": "spear", "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, "strReq": 30, "intReq": 30, "sdPct": 8, "mdPct": 8, "hpBonus": -250, "sdRaw": 60, "mdRaw": 80, "id": 545}, {"name": "Chroma Cannon", "tier": "Unique", "type": "bow", "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, "strReq": 11, "dexReq": 11, "intReq": 11, "agiReq": 11, "defReq": 11, "hpBonus": -150, "spRegen": -30, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "id": 543}, {"name": "Cigar", "tier": "Unique", "type": "wand", "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, "expd": 5, "fDamPct": 12, "eDamPct": 6, "id": 546}, {"name": "Chrysoprase", "tier": "Unique", "type": "bow", "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, "strReq": 25, "defReq": 25, "sdPct": -13, "mdPct": 11, "hpBonus": 300, "fDamPct": 12, "wDamPct": -15, "eDamPct": 12, "wDefPct": -15, "id": 544}, {"name": "Ciocca", "tier": "Unique", "type": "wand", "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, "agiReq": 15, "sdPct": 8, "mdPct": -5, "spd": 8, "fDefPct": -8, "eDefPct": 8, "id": 548}, {"name": "Circuit Buster", "tier": "Legendary", "type": "dagger", "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, "dexReq": 10, "hprPct": -9, "dex": 5, "sdRaw": 15, "mdRaw": 20, "id": 547}, {"name": "Cinnabar", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "fDef": 90, "wDef": -75, "aDef": 90, "tDef": -75, "lvl": 77, "agiReq": 55, "defReq": 55, "hprPct": 25, "sdPct": -12, "mdPct": -12, "agi": 9, "def": 9, "expd": 30, "hprRaw": 80, "fDefPct": 15, "aDefPct": 15, "id": 550}, {"name": "Cirrus", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 950, "wDef": 40, "aDef": 70, "tDef": -90, "eDef": -70, "lvl": 69, "agiReq": 50, "ms": 5, "agi": 7, "spd": 12, "wDamPct": 6, "aDamPct": 10, "wDefPct": 10, "aDefPct": 6, "id": 553}, {"name": "Clairvoyance", "tier": "Legendary", "type": "bow", "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, "intReq": 55, "sdPct": 20, "ms": 10, "ref": 20, "dex": 13, "spRegen": 5, "wDefPct": 14, "tDefPct": 14, "id": 551}, {"name": "Circuit Flights", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "43-60", "tDam": "52-74", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 66, "dexReq": 25, "agiReq": 25, "ls": -169, "xpb": 12, "mdRaw": 75, "aDamPct": 18, "tDamPct": 18, "eDefPct": 24, "id": 549}, {"name": "Clap", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 13, "mdPct": 4, "mdRaw": 4, "type": "ring", "id": 552}, {"name": "Clarity", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 12, "int": 3, "type": "ring", "id": 556}, {"name": "Cleanshear", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 875, "lvl": 63, "dexReq": 60, "ls": 75, "ref": 3, "dex": 8, "spd": 6, "mdRaw": 100, "eDamPct": -10, "id": 554}, {"name": "Cleansing Flame", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "8-16", "fDam": "45-55", "wDam": "45-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 40, "intReq": 20, "defReq": 20, "mr": 5, "def": 8, "spd": -10, "hpBonus": 200, "wDamPct": 15, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "id": 560}, {"name": "Claw", "tier": "Unique", "type": "dagger", "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, "mdPct": 5, "xpb": 3, "id": 557}, {"name": "Clash Hook", "tier": "Legendary", "type": "spear", "thorns": 34, "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, "mdPct": 10, "xpb": 10, "agi": 7, "spd": 5, "id": 555}, {"name": "Clearwater", "tier": "Unique", "type": "bow", "poison": -200, "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, "intReq": 55, "hprPct": 20, "mr": 5, "int": 9, "spRegen": 5, "wDefPct": 14, "tDefPct": -8, "id": 558}, {"name": "Clerical", "tier": "Rare", "type": "leggings", "thorns": 25, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3050, "wDef": 195, "tDef": -110, "lvl": 94, "intReq": 60, "mr": 5, "sdPct": -50, "mdPct": -60, "ref": 25, "int": 10, "wDamPct": 40, "tDamPct": -25, "wDefPct": 25, "id": 3605}, {"name": "Clay", "tier": "Rare", "category": "accessory", "drop": "lootchest", "eDef": 50, "lvl": 73, "mdPct": 6, "type": "ring", "id": 559}, {"name": "Clock Stick", "tier": "Unique", "type": "wand", "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, "xpb": 8, "id": 563}, {"name": "Cloud Cover", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "aDef": 80, "tDef": -70, "lvl": 72, "intReq": 15, "agiReq": 40, "ms": 5, "agi": 8, "spd": 6, "hprRaw": 60, "fDamPct": -11, "wDamPct": 8, "wDefPct": 11, "id": 561}, {"name": "Cloud Nine", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "5-30", "fDam": "0-0", "wDam": "30-100", "aDam": "10-10", "tDam": "50-80", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "dexReq": 40, "intReq": 40, "mdPct": -11, "ref": 20, "dex": 8, "int": 8, "fDamPct": -40, "fDefPct": 15, "wDefPct": 25, "aDefPct": 20, "tDefPct": 25, "eDefPct": 15, "id": 564}, {"name": "Cloudbreaker", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-65", "fDam": "0-0", "wDam": "0-0", "aDam": "45-65", "tDam": "35-52", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 77, "agiReq": 25, "dex": 7, "agi": 7, "spd": 20, "fDamPct": -5, "aDamPct": 20, "tDamPct": 20, "eDamPct": -10, "id": 562}, {"name": "Clovis Leg Guards", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 380, "fDef": -40, "aDef": 15, "eDef": 15, "lvl": 46, "strReq": 20, "agiReq": 20, "sdPct": -20, "mdPct": 8, "spd": 8, "mdRaw": 65, "aDamPct": 10, "eDamPct": 10, "id": 565}, {"name": "Cloudburst", "tier": "Legendary", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 80, "aDef": 10, "lvl": 19, "agiReq": 20, "def": -5, "spd": 12, "mdRaw": 30, "aDamPct": 15, "id": 568}, {"name": "Cnidocyte", "tier": "Unique", "type": "leggings", "poison": 450, "thorns": 12, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "wDef": 70, "aDef": -80, "tDef": -80, "eDef": 90, "lvl": 78, "strReq": 45, "intReq": 25, "hprPct": -16, "sdPct": 6, "mdPct": 6, "str": 7, "tDefPct": -20, "id": 566}, {"name": "Cluster", "tier": "Legendary", "type": "bow", "poison": 800, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "40-240", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 99, "dexReq": 65, "ls": 585, "ms": 10, "expd": 65, "eSteal": 10, "id": 567}, {"name": "Coalwalkers", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 210, "fDef": 15, "wDef": -15, "eDef": 5, "lvl": 31, "strReq": 5, "defReq": 10, "str": 3, "def": 4, "expd": 8, "spd": -5, "hpBonus": 70, "id": 570}, {"name": "Coba", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1700, "fDef": 80, "wDef": -70, "tDef": 80, "eDef": -100, "lvl": 78, "dexReq": 45, "defReq": 40, "sdPct": 7, "ls": 125, "xpb": 10, "lb": 15, "dex": 4, "hpBonus": -150, "spRegen": -5, "id": 569}, {"name": "Corase Torc", "displayName": "Coarse Torc", "tier": "Unique", "poison": 80, "category": "accessory", "drop": "lootchest", "hp": 55, "aDef": -20, "eDef": 20, "lvl": 43, "strReq": 15, "str": 3, "eDamPct": 7, "type": "necklace", "id": 571}, {"name": "Coat of Byakko", "tier": "Unique", "type": "chestplate", "thorns": 20, "sprint": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1925, "fDef": -100, "aDef": 75, "eDef": 75, "lvl": 85, "strReq": 30, "agiReq": 30, "mdPct": -10, "str": 5, "agi": 5, "spd": 10, "mdRaw": 220, "aDamPct": 10, "eDamPct": 10, "id": 574}, {"name": "Cobra", "tier": "Unique", "type": "bow", "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, "dexReq": 15, "xpb": 6, "lb": 6, "dex": 4, "eSteal": 6, "mdRaw": 23, "aDamPct": 6, "id": 573}, {"name": "Cockleburr", "tier": "Unique", "type": "dagger", "thorns": 35, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "145-235", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "105-155", "atkSpd": "SLOW", "lvl": 96, "strReq": 45, "ls": 290, "ms": 5, "spd": -8, "mdRaw": 190, "eDamPct": 7, "fDefPct": -10, "aDefPct": 12, "id": 575}, {"name": "Coconut\u058e", "displayName": "Coconut", "tier": "Unique", "type": "dagger", "category": "weapon", "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, "strReq": 20, "intReq": 15, "hprPct": 10, "mdPct": 12, "str": 7, "spd": -10, "id": 576}, {"name": "Coeur de Lion", "tier": "Rare", "type": "spear", "thorns": 5, "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, "defReq": 30, "hprPct": 15, "mr": 5, "def": 10, "hpBonus": 600, "fDefPct": 20, "wDefPct": -20, "id": 572}, {"name": "Cognizance", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 360, "lvl": 49, "intReq": 40, "str": -4, "int": 10, "def": -4, "wDamPct": 7, "eDamPct": -7, "fDefPct": -7, "wDefPct": 7, "id": 580}, {"name": "Coiled Briar", "tier": "Rare", "thorns": 11, "category": "accessory", "drop": "lootchest", "fDef": -15, "lvl": 90, "mdPct": 5, "ref": -6, "spd": -5, "eDamPct": 8, "type": "ring", "id": 578}, {"name": "Cold Integrity", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "48-51", "fDam": "0-0", "wDam": "0-0", "aDam": "24-27", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 74, "intReq": 55, "agiReq": 40, "mr": 5, "int": 15, "hpBonus": -1500, "spRegen": 15, "sdRaw": 800, "wDamPct": 72, "aDefPct": 30, "id": 579}, {"name": "Col Legno", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "25-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "30-35", "eDam": "30-35", "atkSpd": "FAST", "lvl": 48, "strReq": 24, "dexReq": 24, "ls": -50, "def": -10, "mdRaw": 52, "tDamPct": 10, "eDamPct": 10, "id": 577}, {"name": "Cold Wave", "tier": "Fabled", "majorIds": ["FLASHFREEZE"], "category": "accessory", "drop": "lootchest", "aDef": 20, "lvl": 75, "intReq": 40, "sdPct": 6, "spd": -10, "wDamPct": 8, "fDefPct": -14, "type": "ring", "id": 3556}, {"name": "Collector", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 1, "lb": 6, "eSteal": 1, "type": "necklace", "id": 583}, {"name": "Comfort", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 6, "hpBonus": 8, "hprRaw": 2, "mdRaw": -3, "type": "bracelet", "id": 588}, {"name": "Columns", "tier": "Rare", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 50, "aDef": -5, "eDef": 5, "lvl": 11, "str": 4, "def": 4, "spd": -5, "hpBonus": 20, "id": 584}, {"name": "Collier Tunic", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 55, "fDef": 7, "wDef": -5, "lvl": 14, "hprPct": 8, "def": 3, "hpBonus": 15, "id": 582}, {"name": "Concentration", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "lvl": 8, "mr": 5, "type": "ring", "id": 581}, {"name": "Conclave Crossfire", "tier": "Rare", "type": "relik", "poison": 99, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-9", "fDam": "12-15", "wDam": "0-0", "aDam": "0-0", "tDam": "12-15", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 29, "dexReq": 13, "defReq": 13, "str": -10, "dex": 15, "expd": -100, "aDamPct": -50, "eDamPct": -50, "id": 587}, {"name": "Conductor", "tier": "Legendary", "type": "leggings", "thorns": 9, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 180, "wDef": -10, "tDef": -10, "lvl": 25, "dexReq": 10, "intReq": 5, "sdPct": 14, "dex": 8, "expd": 7, "tDamPct": 16, "id": 585}, {"name": "Conflagrate", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": -1800, "fDef": 180, "lvl": 84, "defReq": 90, "ls": 260, "int": -16, "def": 16, "mdRaw": 285, "fDamPct": 50, "wDefPct": -30, "spRaw3": -5, "id": 589}, {"name": "Conductor's Baton", "tier": "Unique", "type": "wand", "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, "dexReq": 25, "intReq": 35, "sdPct": 12, "ls": -120, "ms": 5, "dex": 5, "int": 7, "eDefPct": -12, "id": 600}, {"name": "Conference Call", "tier": "Legendary", "type": "relik", "poison": 1111, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "24-30", "fDam": "72-78", "wDam": "0-0", "aDam": "0-0", "tDam": "72-78", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 94, "dexReq": 47, "defReq": 47, "ls": 350, "ms": 10, "str": -15, "dex": 15, "expd": -100, "fDamPct": 15, "tDamPct": 15, "aDefPct": -70, "eDefPct": -70, "id": 591}, {"name": "Conrupt", "tier": "Rare", "type": "helmet", "poison": 600, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2950, "wDef": -100, "aDef": -100, "tDef": 110, "eDef": 110, "lvl": 99, "strReq": 50, "dexReq": 50, "mdPct": 15, "ls": 295, "str": 8, "dex": 8, "spRegen": -20, "hprRaw": -125, "tDamPct": 20, "eDamPct": 20, "id": 590}, {"name": "Conspirator's Trickpockets", "tier": "Fabled", "type": "leggings", "majorIds": ["CHERRY_BOMBS"], "category": "armor", "drop": "NORMAL", "hp": 2000, "fDef": -80, "eDef": -80, "lvl": 78, "classReq": "Assassin", "agiReq": 65, "mr": 5, "expd": 23, "eSteal": 5, "sdRaw": 140, "aDamPct": 19, "tDamPct": -58, "wDefPct": -20, "spRaw4": 5, "id": 3551}, {"name": "Contrail", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": -50, "wDef": 10, "aDef": 50, "lvl": 94, "agiReq": 45, "agi": 4, "spd": 10, "aDamPct": 8, "type": "bracelet", "id": 597}, {"name": "Collier's Guard", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1100, "fDef": 75, "wDef": -40, "aDef": -40, "lvl": 64, "defReq": 25, "hprPct": 21, "agi": -2, "def": 7, "expd": 5, "spd": -7, "hpBonus": 275, "id": 598}, {"name": "Contamination", "tier": "Legendary", "type": "bow", "poison": 1000, "category": "weapon", "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "5-30", "atkSpd": "SLOW", "lvl": 51, "sdPct": -15, "expd": 65, "spd": 6, "id": 593}, {"name": "Convallaria", "tier": "Legendary", "type": "leggings", "poison": 300, "thorns": 12, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "aDef": -65, "eDef": 55, "lvl": 55, "strReq": 40, "ls": 75, "spd": -8, "mdRaw": 100, "eDamPct": 10, "eDefPct": 15, "id": 594}, {"name": "Cooler", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 490, "fDef": -30, "wDef": 40, "aDef": 25, "tDef": -30, "lvl": 50, "intReq": 20, "ms": 5, "ref": 12, "int": 5, "spd": -11, "sdRaw": 55, "fDamPct": -5, "id": 596}, {"name": "Cool", "tier": "Unique", "category": "accessory", "drop": "lootchest", "aDef": 4, "lvl": 8, "sdPct": 4, "agi": 3, "type": "bracelet", "id": 592}, {"name": "Copper-Alloy Pike", "tier": "Unique", "type": "spear", "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, "dexReq": 10, "defReq": 10, "sdPct": 5, "ms": 5, "fDamPct": 12, "tDamPct": 12, "eDefPct": -15, "id": 601}, {"name": "Copper-Alloy Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 275, "fDef": 8, "wDef": -10, "tDef": 8, "eDef": -10, "lvl": 38, "dexReq": 10, "defReq": 10, "mdPct": 8, "hprRaw": 15, "fDamPct": 5, "wDamPct": -7, "tDamPct": 5, "eDamPct": -7, "id": 599}, {"name": "Copper Plate", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 225, "fDef": -8, "tDef": -8, "lvl": 35, "dexReq": 15, "defReq": 5, "sdPct": 9, "ref": 5, "fDamPct": 6, "tDamPct": 8, "id": 605}, {"name": "Centipede", "tier": "Legendary", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 1000, "aDef": -50, "tDef": -50, "eDef": -50, "lvl": 80, "strReq": 45, "dexReq": 45, "agiReq": 45, "defReq": 45, "sdPct": -1000, "spd": 24, "atkTier": 2, "eSteal": 8, "fixID": true, "id": 604}, {"name": "Air Sanctuary", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "fDef": -50, "aDef": 300, "lvl": 80, "agiReq": 70, "aDamPct": 85, "fixID": true, "id": 602}, {"name": "Earth Sanctuary", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "aDef": -80, "eDef": 330, "lvl": 80, "strReq": 70, "eDamPct": 85, "fixID": true, "id": 603}, {"name": "Copper Knife", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "73-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "73-160", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "strReq": 40, "dexReq": 35, "ms": 10, "tDamPct": 12, "eDamPct": 25, "fDefPct": -20, "wDefPct": -20, "tDefPct": -15, "id": 595}, {"name": "Fire Sanctuary", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "fDef": 350, "wDef": -100, "lvl": 80, "defReq": 70, "fDamPct": 85, "fixID": true, "id": 608}, {"name": "Rainbow Sanctuary", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 80, "strReq": 40, "dexReq": 40, "intReq": 40, "agiReq": 40, "defReq": 40, "fDamPct": 85, "wDamPct": 85, "aDamPct": 85, "tDamPct": 85, "eDamPct": 85, "fixID": true, "id": 606}, {"name": "Thunder Sanctuary", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "tDef": 320, "eDef": -70, "lvl": 80, "dexReq": 70, "tDamPct": 85, "fixID": true, "id": 609}, {"name": "Dust Skaters", "tier": "Rare", "type": "boots", "poison": 800, "thorns": 18, "sprint": 12, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2375, "aDef": 55, "eDef": -80, "lvl": 87, "agiReq": 55, "sdPct": 18, "agi": 8, "spd": 24, "mdRaw": 210, "eDamPct": 15, "aDefPct": 45, "fixID": true, "sprintReg": 12, "id": 611}, {"name": "Corrupted Nii Mukluk", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2275, "fDef": 100, "tDef": -50, "lvl": 78, "defReq": 65, "def": 10, "fDamPct": 20, "fDefPct": 10, "fixID": true, "id": 610, "set": "Corrupted Nii"}, {"name": "Water Sanctuary", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "wDef": 340, "tDef": -90, "lvl": 80, "intReq": 70, "wDamPct": 85, "fixID": true, "id": 615}, {"name": "Dune Storm", "tier": "Rare", "type": "helmet", "sprint": 28, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": -1300, "aDef": 260, "eDef": 190, "lvl": 87, "strReq": 60, "agiReq": 70, "str": 12, "agi": 16, "spd": 36, "mdRaw": 520, "aDamPct": 56, "eDamPct": 48, "fixID": true, "id": 607}, {"name": "Golden Scarab", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2400, "tDef": 80, "lvl": 88, "dexReq": 80, "sdPct": 24, "mdPct": 24, "ms": 10, "xpb": 16, "lb": 32, "dex": 8, "spd": 8, "eSteal": 8, "tDamPct": 8, "eDamPct": -64, "fixID": true, "id": 613}, {"name": "Infidel", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-875", "fDam": "0-0", "wDam": "0-1000", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 88, "dexReq": 50, "intReq": 45, "sdPct": 20, "ms": 10, "dex": 5, "int": 10, "sdRaw": 285, "tDamPct": 30, "fDefPct": -70, "fixID": true, "id": 612}, {"name": "Judas", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "45-45", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 89, "dexReq": 60, "mdPct": 33, "ls": -1085, "ms": 10, "lb": 30, "dex": 10, "spRegen": -30, "sdRaw": 125, "wDamPct": -70, "tDamPct": 20, "fixID": true, "id": 619}, {"name": "Lion's Pelt", "tier": "Rare", "type": "leggings", "thorns": 50, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4000, "aDef": -70, "tDef": 100, "eDef": 120, "lvl": 89, "strReq": 60, "mdPct": 15, "ls": 310, "str": 8, "eDamPct": 20, "eDefPct": 40, "fixID": true, "id": 614}, {"name": "Plague", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 4, "drop": "never", "restrict": "Untradable", "nDam": "500-720", "fDam": "500-720", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 88, "dexReq": 55, "defReq": 45, "ls": 700, "ms": 15, "ref": 30, "def": 10, "expd": 30, "tDamPct": 15, "fDefPct": 30, "wDefPct": -40, "aDefPct": 35, "tDefPct": 25, "fixID": true, "id": 617}, {"name": "Manna", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "140-240", "fDam": "0-0", "wDam": "150-270", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 89, "strReq": 55, "intReq": 40, "mr": 10, "sdPct": 15, "str": 5, "int": 5, "hpBonus": 1800, "hprRaw": 175, "eDamPct": 20, "wDefPct": 15, "eDefPct": 15, "fixID": true, "id": 616}, {"name": "Sacramentalia", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 20, "aDef": 20, "tDef": 20, "lvl": 89, "strReq": 50, "intReq": 40, "mr": 10, "sdPct": -12, "spRegen": 10, "hprRaw": 50, "wDamPct": 8, "type": "bracelet", "fixID": true, "id": 618}, {"name": "Corrupted Nii Shako", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1650, "fDef": 50, "wDef": 50, "tDef": -50, "lvl": 70, "intReq": 50, "defReq": 50, "hprPct": 30, "mr": 5, "fDefPct": 15, "wDefPct": 15, "fixID": true, "id": 624, "set": "Corrupted Nii"}, {"name": "Corrupted Uth Belt", "tier": "Set", "type": "leggings", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2850, "fDef": 150, "wDef": -70, "lvl": 86, "defReq": 75, "def": 10, "fDamPct": 15, "fDefPct": 25, "aDefPct": 25, "fixID": true, "id": 620, "set": "Corrupted Uth"}, {"name": "Ghoul", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "50-60", "fDam": "0-0", "wDam": "0-0", "aDam": "75-85", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 76, "agiReq": 55, "ls": 235, "ms": 10, "agi": 10, "spd": 20, "aDamPct": 10, "tDamPct": 14, "fixID": true, "id": 621}, {"name": "Nest", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "20-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-90", "atkSpd": "NORMAL", "lvl": 76, "strReq": 20, "mdPct": 10, "xpb": 15, "fDamPct": -15, "aDamPct": -15, "tDamPct": -15, "eDamPct": 35, "fixID": true, "id": 623}, {"name": "Corrupted Nii Plate", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1625, "wDef": 100, "tDef": -75, "lvl": 74, "intReq": 65, "int": 10, "wDamPct": 20, "wDefPct": 10, "fixID": true, "id": 622, "set": "Corrupted Nii"}, {"name": "Salticidae", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "315-815", "tDam": "0-0", "eDam": "95-495", "atkSpd": "SUPER_SLOW", "lvl": 76, "strReq": 30, "agiReq": 40, "sdPct": -10, "agi": 30, "spd": 42, "fixID": true, "jh": 3, "id": 676}, {"name": "Scytodidae", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "180-230", "fDam": "0-0", "wDam": "130-175", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 77, "intReq": 40, "mr": 10, "ms": 10, "def": -20, "sdRaw": 130, "fDefPct": -10, "fixID": true, "id": 625}, {"name": "Vanguard", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 77, "sdPct": 10, "mdPct": 10, "xpb": 15, "lb": 10, "type": "bracelet", "fixID": true, "id": 626}, {"name": "Argos", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 3900, "lvl": 86, "defReq": 50, "sdPct": -65, "ls": 275, "def": 15, "atkTier": -1, "fDamPct": 100, "fDefPct": 20, "fixID": true, "id": 630}, {"name": "Achilles", "tier": "Legendary", "type": "boots", "thorns": 15, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3600, "fDef": 200, "wDef": -850, "aDef": 200, "tDef": 200, "eDef": 250, "lvl": 86, "strReq": 40, "defReq": 20, "str": 7, "def": 15, "mdRaw": 380, "fDamPct": 15, "eDamPct": 15, "fDefPct": 40, "eDefPct": 500, "fixID": true, "id": 627}, {"name": "Ossuary", "tier": "Legendary", "type": "helmet", "thorns": 30, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2550, "aDef": 90, "tDef": 90, "lvl": 84, "ls": 245, "int": -20, "spd": 15, "sdRaw": 170, "aDamPct": 12, "tDamPct": 15, "fixID": true, "spPct3": -10, "id": 629}, {"name": "Drain", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 375, "lvl": 85, "ls": 200, "xpb": 10, "spRegen": -75, "type": "necklace", "fixID": true, "id": 631}, {"name": "Corrupted Uth Plume", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2350, "wDef": -60, "aDef": 150, "lvl": 82, "agiReq": 75, "agi": 10, "spd": 20, "aDamPct": 15, "fixID": true, "id": 632, "set": "Corrupted Uth"}, {"name": "Black Catalyst", "tier": "Set", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -325, "lvl": 83, "xpb": -5, "str": -2, "dex": -2, "int": -2, "agi": -2, "def": -2, "spRegen": -5, "type": "ring", "fixID": true, "id": 628, "set": "Black Catalyst"}, {"name": "Tophet", "tier": "Legendary", "type": "leggings", "poison": 666, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3050, "fDef": 100, "wDef": -120, "tDef": 100, "lvl": 85, "dexReq": 40, "ms": 10, "str": 5, "dex": 8, "def": 5, "expd": 35, "fDamPct": 25, "wDamPct": -15, "tDamPct": 20, "eDamPct": 20, "eDefPct": 25, "fixID": true, "id": 635}, {"name": "Prognosticum", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 84, "intReq": 40, "ms": 10, "wDamPct": 12, "type": "bracelet", "fixID": true, "id": 634}, {"name": "Coronium", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 550, "wDef": -40, "tDef": 30, "lvl": 50, "dexReq": 20, "defReq": 15, "hprPct": -8, "xpb": 8, "def": 5, "expd": 12, "wDamPct": -10, "tDamPct": 10, "id": 638}, {"name": "Coriolis", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "aDef": 55, "eDef": -60, "lvl": 58, "agiReq": 35, "ref": 6, "agi": 4, "spd": 12, "aDamPct": 11, "aDefPct": 8, "eDefPct": -10, "id": 633}, {"name": "Brace of the Ninth", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "113-119", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 91, "intReq": 55, "mr": 10, "ref": 20, "int": 40, "spd": -20, "wDamPct": 15, "fixID": true, "id": 636}, {"name": "Desperation", "tier": "Rare", "type": "dagger", "thorns": -100, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-76", "wDam": "0-0", "aDam": "0-160", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 91, "agiReq": 35, "defReq": 50, "hprPct": 50, "ls": 360, "ref": -100, "str": -20, "spd": 35, "hpBonus": -1000, "wDamPct": -20, "fixID": true, "id": 637}, {"name": "Closure", "tier": "Rare", "type": "bow", "poison": 1500, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "120-225", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "160-355", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 91, "dexReq": 35, "defReq": 45, "ms": 15, "xpb": 15, "ref": 15, "sdRaw": 145, "fDamPct": 80, "aDamPct": -100, "aDefPct": -20, "fixID": true, "id": 643}, {"name": "Conduit of Spirit", "tier": "Legendary", "type": "chestplate", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 2800, "aDef": 150, "lvl": 93, "agiReq": 105, "mr": 5, "sdPct": 25, "ms": 15, "ref": 20, "spRegen": 50, "aDamPct": 20, "fixID": true, "id": 639}, {"name": "Final Compulsion", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "270-315", "fDam": "130-170", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "130-170", "atkSpd": "SUPER_SLOW", "lvl": 92, "strReq": 35, "defReq": 50, "hprPct": -100, "mdPct": 40, "ls": 290, "spd": -10, "hpBonus": 2875, "tDamPct": -20, "wDefPct": 20, "aDefPct": 20, "fixID": true, "id": 640}, {"name": "Pulse Stopper", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 20, "eDef": 20, "lvl": 91, "dexReq": 40, "defReq": 40, "hprPct": -10, "sdPct": 10, "ls": 130, "sdRaw": 50, "type": "necklace", "fixID": true, "id": 642}, {"name": "Peaceful Rest", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "16-24", "fDam": "52-60", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "intReq": 55, "defReq": 45, "sdPct": 35, "int": 8, "spd": -25, "atkTier": -30, "spRegen": 100, "wDamPct": 30, "tDamPct": -30, "fDefPct": 40, "wDefPct": 40, "aDefPct": 25, "tDefPct": 25, "eDefPct": 25, "fixID": true, "id": 644}, {"name": "Pulse Starter", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 650, "fDef": 35, "tDef": 35, "lvl": 91, "dexReq": 40, "defReq": 40, "hprPct": 10, "hprRaw": 80, "fDamPct": 7, "tDamPct": 7, "type": "necklace", "fixID": true, "id": 641}, {"name": "Rune of Safe Passage", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 1000, "fDef": -25, "wDef": -30, "aDef": -25, "lvl": 92, "spd": 7, "spRegen": 5, "fDefPct": 15, "wDefPct": 10, "aDefPct": 15, "type": "ring", "fixID": true, "id": 645}, {"name": "Corrupted Uth Sandals", "tier": "Set", "type": "boots", "thorns": 20, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3400, "fDef": 75, "wDef": -80, "aDef": 75, "lvl": 90, "agiReq": 85, "defReq": 85, "ref": 20, "spd": 30, "fixID": true, "id": 646, "set": "Corrupted Uth"}, {"name": "The Crossing", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3000, "tDef": -75, "eDef": -75, "lvl": 93, "mr": -10, "spRegen": 10, "sdRaw": 425, "wDamPct": -20, "fixID": true, "id": 651}, {"name": "Corrupted Witherhead's Bow", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "37-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-170", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 74, "dexReq": 75, "agiReq": 10, "sdPct": 20, "dex": 10, "spd": -15, "spRegen": -10, "aDamPct": 14, "tDamPct": 7, "fixID": true, "id": 667}, {"name": "Depth", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "45-55", "fDam": "30-45", "wDam": "0-0", "aDam": "55-65", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "agiReq": 40, "defReq": 20, "def": 5, "spd": 10, "hpBonus": 900, "fDamPct": 12, "aDamPct": 12, "fixID": true, "id": 649}, {"name": "Bane", "tier": "Rare", "type": "leggings", "thorns": 40, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 700, "tDef": 120, "lvl": 72, "dexReq": 50, "dex": 17, "expd": 30, "mdRaw": 125, "fixID": true, "id": 647}, {"name": "Demonio", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "restrict": "untradable", "nDam": "90-110", "fDam": "130-200", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 71, "defReq": 60, "ls": 190, "xpb": 10, "str": 5, "expd": 30, "eDamPct": 20, "fixID": true, "id": 648}, {"name": "Nightmare", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "200-225", "wDam": "0-0", "aDam": "50-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "defReq": 70, "hprPct": 30, "ls": 255, "agi": 12, "fDamPct": 10, "wDamPct": -20, "aDamPct": 15, "fixID": true, "id": 650}, {"name": "Gaze from the Snowbank", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3200, "wDef": -50, "aDef": -75, "lvl": 92, "strReq": 75, "ls": -240, "ms": 20, "spd": -12, "atkTier": -2, "eSteal": 8, "mdRaw": 700, "eDamPct": 40, "fixID": true, "id": 694}, {"name": "Destructor", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "460-500", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 73, "dexReq": 50, "sdPct": -15, "mdPct": 35, "expd": 100, "spd": -100, "mdRaw": 315, "tDamPct": 10, "eDamPct": 25, "fixID": true, "id": 652}, {"name": "Wall Breaker", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "225-335", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-1125", "atkSpd": "SUPER_SLOW", "lvl": 72, "strReq": 80, "sdPct": -60, "mdPct": 65, "str": 10, "expd": 100, "spd": -20, "aDamPct": 15, "fixID": true, "id": 654}, {"name": "Corruption Seal", "tier": "Unique", "type": "boots", "poison": 675, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2650, "wDef": -90, "aDef": -90, "tDef": 90, "eDef": 90, "lvl": 92, "strReq": 40, "dexReq": 40, "ls": 205, "ms": 5, "str": 7, "dex": 7, "spRegen": -10, "hprRaw": -125, "tDamPct": 23, "eDamPct": 23, "id": 655}, {"name": "Cotton Swab", "tier": "Unique", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "130-138", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 83, "agiReq": 40, "agi": 40, "fDefPct": -50, "wDefPct": -20, "aDefPct": -20, "tDefPct": -20, "eDefPct": -20, "id": 656}, {"name": "Void", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1400, "aDef": 80, "lvl": 73, "agiReq": 60, "xpb": 15, "lb": 15, "int": -10, "spd": 15, "aDamPct": 15, "fixID": true, "id": 653}, {"name": "Cosmium", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 450, "lvl": 92, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "type": "necklace", "id": 657}, {"name": "Couteau", "tier": "Unique", "type": "dagger", "category": "weapon", "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, "sdPct": -5, "mdPct": 10, "str": 8, "dex": 8, "id": 662}, {"name": "Countdown", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-52", "fDam": "10-62", "wDam": "10-62", "aDam": "0-72", "tDam": "0-72", "eDam": "20-52", "atkSpd": "FAST", "lvl": 84, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": -15, "sdPct": 15, "mdPct": 15, "hprRaw": -290, "fDamPct": 19, "wDamPct": 19, "aDamPct": 19, "tDamPct": 19, "eDamPct": 19, "id": 661}, {"name": "Coursing Mail", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 1250, "wDef": -60, "eDef": -60, "lvl": 68, "dexReq": 25, "dex": 7, "expd": 10, "mdRaw": 105, "wDamPct": -7, "tDamPct": 13, "eDamPct": -7, "id": 659}, {"name": "Coyote Crest", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 250, "lvl": 67, "dexReq": 20, "dex": 5, "agi": 3, "mdRaw": 16, "type": "necklace", "id": 663}, {"name": "Crack the Skies", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "80-160", "tDam": "80-110", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 100, "dexReq": 35, "agiReq": 50, "sdPct": 15, "dex": 7, "agi": 13, "spd": 15, "aDamPct": 10, "tDamPct": 12, "eDefPct": -16, "id": 664}, {"name": "Cracklers", "tier": "Unique", "type": "boots", "thorns": 25, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "fDef": 80, "wDef": -115, "tDef": 50, "lvl": 86, "defReq": 35, "hprPct": 30, "ls": 200, "def": 12, "expd": 20, "atkTier": -7, "mdRaw": 750, "fDamPct": 15, "tDamPct": 10, "wDefPct": -10, "id": 668}, {"name": "Coyopa", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "52-96", "eDam": "0-0", "atkSpd": "FAST", "lvl": 53, "dexReq": 25, "mr": -5, "sdPct": 12, "ls": 60, "ms": 5, "dex": 4, "expd": 15, "id": 660}, {"name": "Crackshot", "tier": "Legendary", "type": "bow", "category": "weapon", "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, "ms": 5, "xpb": 15, "id": 669}, {"name": "Crash", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -215, "wDef": -50, "tDef": 30, "eDef": 40, "lvl": 63, "strReq": 20, "dexReq": 10, "sdPct": 7, "mdPct": 7, "expd": 5, "spd": -5, "type": "necklace", "id": 692}, {"name": "Crafted Gem", "tier": "Unique", "type": "bow", "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, "xpb": 15, "lb": 12, "id": 665}, {"name": "Crater Print", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2525, "wDef": -80, "aDef": -120, "eDef": 120, "lvl": 93, "strReq": 70, "sdPct": 19, "ms": 5, "str": 10, "spd": -15, "hprRaw": 155, "mdRaw": 255, "eDamPct": 15, "id": 671}, {"name": "Creek", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "wDef": 50, "tDef": -50, "lvl": 54, "intReq": 20, "mr": 5, "ref": 7, "spd": -10, "spRegen": 10, "wDefPct": 20, "id": 670}, {"name": "Crescendo", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "fDef": 45, "wDef": 45, "lvl": 57, "intReq": 30, "defReq": 30, "hprPct": 22, "mr": 5, "sdPct": -15, "mdPct": -15, "aDefPct": 18, "tDefPct": 18, "eDefPct": 18, "id": 673}, {"name": "Creeper Mask", "tier": "Unique", "type": "helmet", "allowCraftsman": true, "thorns": 5, "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 50, "lvl": 14, "expd": 5, "fixID": true, "id": 672}, {"name": "Crescent", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-145", "fDam": "0-0", "wDam": "115-130", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "intReq": 50, "mr": 5, "xpb": 12, "spRegen": 10, "wDamPct": 15, "wDefPct": 15, "tDefPct": -10, "id": 677}, {"name": "Crestfallen", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "aDef": -90, "lvl": 99, "strReq": 50, "agiReq": 40, "sdPct": 10, "mdPct": -15, "ms": 10, "sdRaw": 170, "fDamPct": -20, "tDamPct": -20, "id": 675}, {"name": "Cross", "tier": "Unique", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "41-53", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 28, "sdPct": -4, "mdPct": -3, "xpb": 10, "lb": 5, "id": 674}, {"name": "Cross-aegis", "displayName": "Cross-Aegis", "tier": "Rare", "type": "bow", "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, "defReq": 30, "hprPct": 19, "def": 9, "spd": -12, "hpBonus": 450, "hprRaw": 32, "fDefPct": 13, "wDefPct": -30, "aDefPct": 13, "tDefPct": 12, "eDefPct": 12, "id": 678}, {"name": "Crimson", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "80-90", "fDam": "95-110", "wDam": "95-110", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "intReq": 45, "defReq": 45, "hprPct": 30, "ls": 436, "ms": -5, "int": 13, "def": 13, "hprRaw": 207, "aDefPct": 35, "tDefPct": 35, "eDefPct": 35, "id": 679}, {"name": "Crossbow", "tier": "Unique", "type": "bow", "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, "sdPct": 20, "mdPct": 20, "str": 7, "spd": -20, "id": 681}, {"name": "Crossroad Killer", "tier": "Rare", "type": "dagger", "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, "dexReq": 70, "sdPct": -15, "mdPct": 19, "dex": 14, "def": -5, "eDefPct": -10, "id": 680}, {"name": "Crowbeak", "tier": "Rare", "type": "dagger", "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, "sdPct": 5, "agi": 5, "spd": 6, "aDamPct": 6, "tDamPct": 6, "aDefPct": -6, "tDefPct": -6, "eDefPct": -6, "id": 682}, {"name": "Crown of Suzaku", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 2100, "fDef": 250, "wDef": -90, "aDef": 250, "lvl": 88, "strReq": 40, "dexReq": 40, "ls": 165, "ms": 5, "str": 5, "dex": 5, "agi": -5, "def": -5, "expd": 20, "spd": -9, "eSteal": 8, "tDamPct": 14, "eDamPct": 14, "id": 683}, {"name": "Crustacean", "tier": "Rare", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "35-42", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 6, "mr": 5, "hpBonus": 25, "id": 729}, {"name": "Crwth", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "65-125", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "95-120", "atkSpd": "VERY_FAST", "lvl": 83, "strReq": 35, "defReq": 35, "mr": 5, "ms": -5, "spd": -10, "fDamPct": 23, "eDamPct": 23, "aDefPct": -15, "id": 687}, {"name": "Cruel Sun", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "75-85", "fDam": "75-85", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 24, "defReq": 15, "mdPct": 20, "ls": 20, "def": 10, "expd": 30, "hprRaw": -10, "fDamPct": 15, "spRaw1": 10, "id": 684}, {"name": "Crust Crusher", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "195-210", "fDam": "210-270", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "210-270", "atkSpd": "VERY_SLOW", "lvl": 99, "strReq": 35, "defReq": 35, "sdPct": -8, "mdPct": 20, "str": 10, "def": 10, "expd": 20, "spd": -15, "id": 685}, {"name": "Cryoseism", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "241-275", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 97, "intReq": 70, "mr": 10, "mdPct": -35, "int": 15, "spd": -10, "wDamPct": 25, "spRaw1": 5, "spRaw3": -5, "spRaw4": 5, "id": 686}, {"name": "Crystal", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1575, "wDef": 110, "aDef": 110, "tDef": -70, "eDef": -70, "lvl": 69, "intReq": 45, "agiReq": 45, "mr": 10, "ref": 50, "int": 9, "agi": 9, "spd": 10, "id": 688}, {"name": "Crystal Senbon", "tier": "Unique", "type": "dagger", "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, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "id": 690}, {"name": "Crystal Necklace", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 28, "strReq": 3, "dexReq": 3, "intReq": 3, "agiReq": 3, "defReq": 3, "ref": 5, "type": "necklace", "id": 689}, {"name": "Crystal Thorn", "tier": "Rare", "type": "wand", "thorns": 12, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "55-65", "aDam": "0-0", "tDam": "0-0", "eDam": "55-75", "atkSpd": "NORMAL", "lvl": 80, "strReq": 30, "intReq": 30, "mr": 10, "mdPct": 5, "ref": 12, "aDefPct": -10, "tDefPct": -10, "id": 693}, {"name": "Culex", "tier": "Rare", "type": "leggings", "poison": 172, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 585, "aDef": -20, "tDef": -25, "lvl": 50, "agiReq": 20, "ls": 60, "agi": 9, "id": 695}, {"name": "Cue Stick", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "220-270", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "150-300", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 92, "dexReq": 50, "mdPct": 12, "ms": 5, "dex": 16, "eSteal": 5, "tDefPct": 77, "id": 691}, {"name": "Cumulus", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1225, "wDef": 30, "aDef": 60, "tDef": -80, "lvl": 70, "agiReq": 40, "agi": 8, "spd": 9, "wDamPct": 10, "id": 701}, {"name": "Curador Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3300, "fDef": 120, "wDef": 120, "tDef": -150, "lvl": 99, "intReq": 45, "defReq": 45, "hprPct": 20, "ls": 255, "ms": 10, "dex": 8, "int": 5, "def": 5, "expd": -30, "hprRaw": 160, "eDamPct": -20, "id": 698}, {"name": "Curse", "tier": "Rare", "type": "wand", "category": "weapon", "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, "strReq": 5, "hprPct": 12, "mr": 5, "ls": -20, "int": 7, "tDamPct": -10, "eDamPct": 10, "wDefPct": 10, "tDefPct": -10, "id": 697}, {"name": "Cursed Spike", "tier": "Rare", "type": "spear", "poison": 2000, "thorns": 10, "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, "strReq": 45, "hprPct": -30, "hpBonus": -1700, "spRegen": -15, "eDefPct": 6, "id": 699}, {"name": "Cursed Bow", "tier": "Rare", "type": "bow", "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, "dexReq": 18, "mr": -10, "ms": 20, "xpb": 10, "lb": 10, "spRegen": -5, "aDefPct": -15, "id": 702}, {"name": "Cursed Jackboots", "tier": "Legendary", "type": "boots", "quest": "Lost Soles", "category": "armor", "slots": 2, "drop": "never", "hp": 1400, "wDef": 80, "tDef": 50, "lvl": 66, "dexReq": 20, "intReq": 20, "hprPct": -20, "ms": 10, "dex": 7, "int": 7, "sdRaw": 120, "wDamPct": 12, "tDamPct": 12, "eDefPct": -35, "fixID": true, "id": 3630}, {"name": "Cyanine", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "wDef": 90, "tDef": -120, "lvl": 73, "intReq": 55, "mdPct": -17, "int": 5, "wDamPct": 25, "tDefPct": -12, "id": 700}, {"name": "Cyclo", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "lvl": 21, "dexReq": 4, "agiReq": 8, "dex": 4, "agi": 8, "spd": 10, "sdRaw": 23, "mdRaw": 26, "id": 705}, {"name": "Cyclone", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "10-45", "fDam": "0-0", "wDam": "0-0", "aDam": "30-99", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 100, "agiReq": 25, "defReq": 40, "agi": 10, "spd": 25, "hprRaw": -150, "mdRaw": 45, "fDamPct": 30, "fDefPct": 8, "aDefPct": 8, "id": 703}, {"name": "Cyclops' Spear", "tier": "Rare", "type": "spear", "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, "intReq": 10, "hprPct": -8, "mr": 5, "sdPct": 6, "int": 7, "sdRaw": 15, "id": 704}, {"name": "Cypress", "tier": "Rare", "type": "dagger", "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, "strReq": 18, "intReq": 18, "sdPct": 10, "mdPct": 10, "str": 4, "int": 4, "wDamPct": 8, "eDamPct": 8, "aDefPct": -19, "id": 706}, {"name": "Czytash's Compass", "tier": "Rare", "category": "accessory", "drop": "lootchest", "eDef": 20, "lvl": 55, "lb": 6, "agi": 4, "spd": 4, "type": "bracelet", "id": 707}, {"name": "Butterfly", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 70, "lvl": 24, "agiReq": 10, "agi": 12, "spd": 6, "aDefPct": 10, "fixID": true, "id": 709}, {"name": "Widow", "tier": "Rare", "type": "relik", "poison": 2400, "thorns": 55, "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, "dexReq": 40, "defReq": 30, "ls": 220, "ref": 30, "str": 40, "fixID": true, "spPct1": 105, "id": 708}, {"name": "Brise", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 135, "lvl": 24, "intReq": 12, "mr": 5, "sdPct": 15, "int": 5, "fixID": true, "id": 710}, {"name": "Garoth's Hope", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 160, "fDef": 15, "wDef": -20, "lvl": 26, "spd": -5, "fDamPct": 30, "fDefPct": 20, "fixID": true, "id": 713}, {"name": "Field", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 8, "wDef": 10, "aDef": 4, "tDef": 2, "eDef": 6, "lvl": 30, "fDamPct": 6, "wDamPct": 5, "aDamPct": 7, "tDamPct": 8, "eDamPct": 9, "type": "ring", "fixID": true, "id": 712}, {"name": "Gold Digger", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 120, "lvl": 25, "xpb": 10, "lb": 30, "spd": 3, "fixID": true, "id": 714}, {"name": "Mud", "tier": "Legendary", "type": "boots", "thorns": 5, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 280, "eDef": 20, "lvl": 28, "strReq": 15, "mdPct": 38, "str": 6, "spd": -10, "fixID": true, "id": 711}, {"name": "Nauticals", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "75-77", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "100-140", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 93, "dexReq": 45, "intReq": 60, "mr": 15, "sdPct": -25, "mdPct": -25, "ms": 15, "dex": 15, "int": 15, "spd": -10, "wDamPct": 30, "fixID": true, "id": 715}, {"name": "Vitre", "tier": "Unique", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 26, "int": 5, "def": -5, "type": "bracelet", "fixID": true, "id": 716}, {"name": "Black Amaranth", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "60-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "210-250", "atkSpd": "SLOW", "lvl": 95, "strReq": 60, "str": 10, "hpBonus": 1500, "hprRaw": -150, "eDamPct": 30, "eDefPct": 30, "fixID": true, "spRaw1": -10, "id": 718}, {"name": "Dying Lobelia", "tier": "Legendary", "poison": 1150, "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 97, "strReq": 65, "hprPct": -20, "mdPct": 13, "wDamPct": -25, "type": "bracelet", "fixID": true, "id": 719}, {"name": "Forest Aconite", "tier": "Rare", "type": "dagger", "poison": 3300, "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, "strReq": 70, "hpBonus": -1000, "aDefPct": -25, "fixID": true, "spPct4": 28, "rainbowRaw": 1275, "id": 720}, {"name": "Flashfire Gauntlet", "tier": "Set", "thorns": 6, "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 40, "lvl": 94, "defReq": 40, "def": 4, "hprRaw": 90, "type": "bracelet", "fixID": true, "id": 722, "set": "Flashfire"}, {"name": "Yellow Rose", "tier": "Rare", "type": "wand", "thorns": 80, "category": "weapon", "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-925", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 95, "dexReq": 60, "mdPct": 15, "ls": 400, "str": 30, "int": 30, "agi": -30, "def": -30, "fixID": true, "id": 723}, {"name": "Flashfire Knuckle", "tier": "Set", "thorns": 8, "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 450, "fDef": 10, "wDef": -30, "lvl": 94, "defReq": 40, "ls": 90, "sdRaw": -50, "type": "ring", "fixID": true, "id": 724, "set": "Flashfire"}, {"name": "Royal Hydrangea", "tier": "Legendary", "type": "relik", "category": "weapon", "drop": "never", "restrict": "Untradable", "nDam": "8-12", "fDam": "0-0", "wDam": "150-175", "aDam": "140-185", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 96, "intReq": 65, "agiReq": 65, "mr": 10, "sdPct": 65, "ref": 50, "int": 15, "agi": 25, "wDamPct": -25, "aDamPct": -25, "fixID": true, "spPct1": -105, "id": 721}, {"name": "Salpinx", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "113-167", "fDam": "0-0", "wDam": "0-0", "aDam": "113-167", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 88, "agiReq": 77, "mr": -35, "ls": -277, "ms": 35, "agi": 21, "aDamPct": 21, "fixID": true, "spPct2": -54, "spPct3": -34, "id": 726}, {"name": "Paranoia", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "81-81", "fDam": "80-80", "wDam": "0-0", "aDam": "80-80", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "agiReq": 35, "defReq": 35, "mr": -5, "ls": 200, "ms": 10, "spd": 15, "hprRaw": -100, "fixID": true, "spPct1": -28, "id": 730}, {"name": "Byte", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 512, "lvl": 91, "fDefPct": 14, "wDefPct": 14, "aDefPct": 14, "tDefPct": 14, "eDefPct": 14, "type": "ring", "fixID": true, "id": 727}, {"name": "Anti-Static", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2800, "tDef": 200, "eDef": 300, "lvl": 91, "strReq": 80, "ref": 15, "str": 10, "def": 8, "eDamPct": 15, "fDefPct": 10, "wDefPct": 5, "aDefPct": 15, "tDefPct": 30, "eDefPct": 20, "fixID": true, "id": 725}, {"name": "Discharge", "tier": "Rare", "type": "chestplate", "thorns": 15, "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 2800, "wDef": -100, "tDef": -50, "eDef": -150, "lvl": 91, "dexReq": 80, "dex": 10, "mdRaw": 155, "wDamPct": 10, "tDamPct": 70, "fixID": true, "id": 728}, {"name": "Compiler", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "500-685", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 92, "strReq": 55, "mdPct": 20, "xpb": 20, "str": 20, "dex": 20, "int": 20, "agi": 20, "def": 20, "eDamPct": 20, "fixID": true, "id": 856}, {"name": "Hardcore", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "145-149", "atkSpd": "SUPER_FAST", "lvl": 92, "strReq": 75, "ms": 5, "mdRaw": 90, "tDamPct": -20, "eDamPct": 30, "wDefPct": -20, "aDefPct": -35, "fixID": true, "spRaw3": -10, "id": 733}, {"name": "Heat Sink", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3750, "fDef": 160, "lvl": 92, "agiReq": 55, "defReq": 45, "hprPct": 25, "ls": 400, "agi": 10, "def": 5, "spd": 15, "fDamPct": 15, "aDefPct": 20, "fixID": true, "sprintReg": 10, "id": 732}, {"name": "Megabyte", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 512, "lvl": 92, "fDamPct": 14, "wDamPct": 14, "aDamPct": 14, "tDamPct": 14, "eDamPct": 14, "type": "bracelet", "fixID": true, "id": 737}, {"name": "Packet", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "65-185", "fDam": "0-0", "wDam": "0-0", "aDam": "155-155", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 92, "agiReq": 50, "sdPct": 10, "agi": 5, "expd": 100, "spd": 10, "sdRaw": 210, "aDamPct": 15, "fixID": true, "id": 735}, {"name": "Sawtooth", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "20-45", "fDam": "10-35", "wDam": "10-35", "aDam": "10-35", "tDam": "10-35", "eDam": "10-35", "atkSpd": "SUPER_FAST", "lvl": 91, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "sdPct": 20, "mdPct": 20, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fixID": true, "id": 736}, {"name": "Wick", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "58-90", "fDam": "0-0", "wDam": "0-0", "aDam": "30-55", "tDam": "20-65", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 91, "dexReq": 55, "agiReq": 45, "ms": 10, "ref": 30, "agi": 7, "spd": 25, "aDamPct": 15, "eDamPct": -25, "tDefPct": 20, "fixID": true, "id": 741}, {"name": "Sine", "tier": "Rare", "type": "boots", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2550, "wDef": 60, "tDef": 75, "lvl": 93, "dexReq": 75, "intReq": 75, "ms": 15, "dex": 15, "int": 15, "wDamPct": 15, "tDamPct": 15, "aDefPct": -45, "fixID": true, "id": 734}, {"name": "Ensa's Faith", "tier": "Legendary", "category": "accessory", "drop": "DUNGEON", "fDef": -30, "wDef": 60, "lvl": 73, "intReq": 25, "hprPct": 23, "mr": 5, "xpb": 10, "ref": 10, "spRegen": 15, "type": "necklace", "id": 2263}, {"name": "Gale's Sight", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 1, "drop": "DUNGEON", "hp": 2000, "fDef": -140, "aDef": 210, "tDef": 140, "lvl": 80, "agiReq": 60, "xpb": 30, "ref": 30, "dex": 7, "agi": 10, "spd": 20, "aDamPct": 15, "aDefPct": 25, "spRaw2": -15, "jh": 2, "id": 2265}, {"name": "Cerid's Ingenuity", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "DUNGEON", "hp": 630, "fDef": 50, "wDef": 50, "aDef": 30, "lvl": 45, "intReq": 15, "defReq": 20, "hprPct": 18, "mr": 5, "fDamPct": 23, "wDamPct": 23, "tDefPct": -18, "eDefPct": -23, "id": 2262}, {"name": "Remikas' Authority", "tier": "Legendary", "category": "accessory", "drop": "DUNGEON", "hp": 350, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 66, "defReq": 60, "str": 3, "dex": 2, "int": 3, "agi": 2, "def": 6, "type": "bracelet", "id": 2267}, {"name": "Rycar's Elation", "tier": "Legendary", "poison": 340, "category": "accessory", "drop": "DUNGEON", "hp": -140, "lvl": 59, "str": 7, "hprRaw": -25, "type": "ring", "id": 2266}, {"name": "Ohms' Rage", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "DUNGEON", "hp": 440, "aDef": 20, "tDef": 50, "lvl": 52, "dexReq": 40, "mr": -5, "mdPct": 30, "ms": -5, "tDamPct": 30, "wDefPct": -45, "eDefPct": -55, "spPct2": -14, "spPct3": -10, "id": 2264}, {"name": "Kindled Orchid", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2725, "wDef": -80, "eDef": -80, "lvl": 96, "dexReq": 50, "defReq": 45, "hprPct": -30, "mr": -5, "mdPct": 10, "ls": 265, "def": 10, "atkTier": 1, "sdRaw": -75, "fixID": true, "id": 740}, {"name": "Ra", "tier": "Legendary", "category": "accessory", "drop": "dungeon", "wDef": -20, "lvl": 36, "hprPct": 12, "hprRaw": 12, "fDamPct": 6, "type": "bracelet", "id": 739}, {"name": "Tisaun's Valor", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 1, "drop": "DUNGEON", "hp": 3075, "lvl": 87, "strReq": 50, "defReq": 60, "mdPct": 15, "xpb": 20, "str": 15, "def": 10, "atkTier": 1, "id": 2268}, {"name": "Rat Skull", "tier": "Unique", "type": "helmet", "poison": 4, "category": "armor", "slots": 1, "drop": "dungeon", "hp": 40, "aDef": 3, "lvl": 10, "spd": 8, "id": 744}, {"name": "Scorpion Tail", "tier": "Rare", "type": "leggings", "poison": 135, "category": "armor", "slots": 1, "drop": "dungeon", "restrict": "Untradable", "hp": 250, "lvl": 36, "spd": 5, "id": 738}, {"name": "Witherhead's Bow", "tier": "Legendary", "type": "bow", "poison": 40, "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, "ms": 5, "agi": -3, "sdRaw": 8, "id": 742}, {"name": "Vertebra", "tier": "Unique", "category": "accessory", "drop": "dungeon", "lvl": 8, "def": 4, "hpBonus": 8, "type": "bracelet", "id": 743}, {"name": "Arakadicus' Body", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 1, "drop": "dungeon", "hp": 145, "aDef": -10, "eDef": 15, "lvl": 21, "xpb": 10, "lb": 10, "str": 5, "dex": 5, "agi": 10, "spd": 10, "tDamPct": 15, "eDamPct": 15, "id": 745}, {"name": "Silkwrap", "tier": "Rare", "category": "accessory", "drop": "dungeon", "hp": 15, "lvl": 17, "defReq": 5, "mdPct": -3, "spd": -3, "hprRaw": 4, "type": "ring", "id": 747}, {"name": "Spider's Eye Pendant", "tier": "Rare", "category": "accessory", "drop": "dungeon", "lvl": 20, "mdPct": 8, "dex": 4, "type": "necklace", "id": 746}, {"name": "Spider Bracelet", "tier": "Unique", "poison": 18, "category": "accessory", "drop": "dungeon", "eDef": 5, "lvl": 19, "agi": 4, "type": "bracelet", "id": 748}, {"name": "Spiderweb String", "tier": "Unique", "type": "bow", "poison": 57, "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, "ls": 15, "spd": -6, "id": 752}, {"name": "Webstring", "tier": "Unique", "type": "bow", "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, "dexReq": 5, "ms": 5, "dex": 7, "spd": -6, "eSteal": 3, "id": 749}, {"name": "Blasphemy", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 500, "wDef": 30, "lvl": 50, "intReq": 40, "ls": 55, "ms": 30, "xpb": 10, "fixID": true, "id": 751}, {"name": "Brainfreeze", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 550, "wDef": 20, "aDef": 20, "lvl": 46, "sdPct": 18, "mdPct": 18, "int": -10, "spRegen": 10, "fixID": true, "id": 756}, {"name": "Criistal", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 49, "xpb": 15, "lb": 10, "spd": 5, "type": "necklace", "fixID": true, "id": 757}, {"name": "Heartbreak", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 550, "tDef": 30, "lvl": 49, "dexReq": 50, "dex": 5, "atkTier": 1, "tDamPct": 10, "fixID": true, "id": 753}, {"name": "Iron Foot", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 650, "lvl": 49, "strReq": 35, "mdPct": 25, "str": 8, "spd": -10, "eDamPct": 15, "fDefPct": -10, "eDefPct": 20, "fixID": true, "id": 758}, {"name": "Hearthfire", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 50, "lvl": 48, "defReq": 30, "ls": 50, "def": 7, "fDefPct": 45, "fixID": true, "id": 754}, {"name": "Shade", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 450, "aDef": 40, "lvl": 48, "agiReq": 30, "agi": 10, "spd": 20, "fDamPct": -10, "wDamPct": -10, "aDamPct": 25, "tDamPct": -10, "eDamPct": -10, "fixID": true, "id": 755}, {"name": "Vapor", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 45, "intReq": 35, "fDamPct": 15, "wDamPct": -10, "fDefPct": 15, "type": "ring", "fixID": true, "id": 760}, {"name": "Barbed", "tier": "Rare", "type": "spear", "thorns": 50, "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, "dexReq": 50, "mdPct": 10, "ref": 20, "def": 5, "tDamPct": 15, "tDefPct": 10, "fixID": true, "id": 759}, {"name": "Cuthroat", "tier": "Rare", "type": "dagger", "thorns": 15, "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, "defReq": 40, "ls": 75, "def": 5, "hpBonus": 980, "fixID": true, "id": 761}, {"name": "Jungle Spirit", "tier": "Rare", "type": "wand", "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, "agiReq": 45, "agi": 10, "spd": 10, "aDamPct": 22, "fixID": true, "id": 764}, {"name": "Granite Plate", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 800, "lvl": 55, "strReq": 40, "sdPct": -30, "mdPct": 40, "spd": -15, "eDamPct": 10, "fixID": true, "id": 763}, {"name": "Fetish", "tier": "Rare", "type": "leggings", "poison": 250, "thorns": 10, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 700, "tDef": 30, "lvl": 55, "dexReq": 35, "dex": 5, "spd": 5, "mdRaw": 90, "tDamPct": 10, "fixID": true, "id": 762}, {"name": "Lobotomy", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 640, "aDef": 40, "lvl": 54, "agiReq": 35, "int": -20, "agi": 5, "spd": 10, "aDamPct": 25, "fixID": true, "id": 768}, {"name": "Molten Greaves", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1100, "fDef": 80, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 56, "defReq": 30, "hprPct": 10, "str": 4, "fDamPct": 15, "eDamPct": 15, "fixID": true, "id": 765}, {"name": "Sacrificial", "tier": "Rare", "type": "relik", "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, "strReq": 30, "dexReq": 30, "ls": 85, "ms": 5, "tDamPct": 10, "eDamPct": 10, "fixID": true, "spRaw1": -5, "id": 770}, {"name": "Admiral", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1500, "fDef": 45, "wDef": 45, "aDef": 45, "tDef": 45, "eDef": 45, "lvl": 67, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "xpb": 15, "lb": 20, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "fixID": true, "id": 771}, {"name": "Whirlwind", "tier": "Rare", "type": "bow", "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, "agiReq": 40, "sdPct": 7, "ref": 40, "spd": 10, "aDamPct": 6, "wDefPct": 20, "aDefPct": 20, "fixID": true, "id": 767}, {"name": "Piranha", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "dungeon", "restrict": "Untradable", "hp": 470, "wDef": 20, "lvl": 56, "intReq": 35, "ms": 10, "dex": 5, "agi": 5, "wDamPct": 25, "fixID": true, "id": 766}, {"name": "Algaa", "tier": "Rare", "type": "spear", "thorns": 20, "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, "strReq": 40, "lb": 10, "str": 5, "int": 5, "wDamPct": 16, "fixID": true, "id": 774}, {"name": "Grounder", "tier": "Rare", "type": "bow", "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, "strReq": 40, "sdPct": -5, "mdPct": 10, "xpb": 18, "tDamPct": 10, "fixID": true, "id": 769}, {"name": "Ouragan", "tier": "Rare", "type": "dagger", "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, "intReq": 35, "mr": 10, "sdPct": 15, "agi": 4, "spd": 5, "aDamPct": 10, "fixID": true, "id": 772}, {"name": "Redbeard's Hand Cannon", "tier": "Legendary", "type": "bow", "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, "strReq": 10, "lb": 30, "expd": 40, "spd": -20, "eSteal": 10, "fixID": true, "id": 776}, {"name": "The Evolved", "tier": "Legendary", "type": "bow", "poison": 3500, "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": "VERY_FAST", "lvl": 100, "strReq": 75, "hprPct": -80, "str": 25, "hpBonus": 2250, "mdRaw": 550, "fixID": true, "spRaw1": -20, "id": 777}, {"name": "Gaping Cavity", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "fDef": -80, "lvl": 100, "dexReq": 10, "ls": 1200, "ms": 20, "fixID": true, "id": 775}, {"name": "Rumble", "tier": "Rare", "type": "wand", "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, "dexReq": 40, "mdPct": 10, "ls": 105, "eSteal": 5, "fDamPct": -10, "wDamPct": -10, "tDamPct": 15, "fixID": true, "id": 778}, {"name": "The Exploited", "tier": "Legendary", "type": "dagger", "majorIds": ["GREED"], "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "15-25", "fDam": "45-65", "wDam": "0-0", "aDam": "25-85", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 100, "agiReq": 40, "defReq": 65, "sdPct": -30, "spd": 12, "eSteal": 10, "mdRaw": 135, "fixID": true, "spRaw4": -15, "id": 779}, {"name": "The Forsaken", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "55-100", "fDam": "0-0", "wDam": "28-65", "aDam": "28-65", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 100, "intReq": 60, "agiReq": 60, "mr": -15, "ms": 15, "int": 10, "spd": 15, "sdRaw": 210, "tDamPct": 30, "fDefPct": -50, "eDefPct": -50, "fixID": true, "id": 780}, {"name": "The Watched", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "57-63", "wDam": "45-50", "aDam": "57-63", "tDam": "57-63", "eDam": "57-63", "atkSpd": "FAST", "lvl": 100, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "sdPct": -25, "hpBonus": 5000, "wDamPct": 35, "fDefPct": 25, "wDefPct": 25, "aDefPct": 25, "tDefPct": 25, "eDefPct": 25, "fixID": true, "spRaw1": -5, "id": 783}, {"name": "The Nothing", "tier": "Legendary", "type": "wand", "category": "weapon", "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, "dexReq": 55, "defReq": 55, "sdPct": 61600, "mdPct": 14000, "ls": 700, "ms": 15, "int": -25, "spd": 10, "fixID": true, "spRaw3": -10, "id": 781}, {"name": "Sprout", "tier": "Legendary", "type": "wand", "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, "strReq": 30, "sdPct": -25, "mdPct": 25, "spd": -25, "eDamPct": 12, "fixID": true, "id": 786}, {"name": "Clunderthap", "tier": "Rare", "type": "wand", "thorns": 15, "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, "dexReq": 20, "xpb": 20, "dex": 5, "hpBonus": -50, "tDamPct": 20, "fixID": true, "id": 784}, {"name": "Writhing Growth", "tier": "Legendary", "type": "leggings", "poison": 998, "thorns": 51, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4204, "fDef": 129, "tDef": 97, "eDef": 106, "lvl": 100, "strReq": 49, "dexReq": 31, "defReq": 37, "agi": -43, "atkTier": -6, "mdRaw": 1997, "fixID": true, "spPct1": 23, "spPct2": 15, "spPct3": 32, "spPct4": 23, "id": 782}, {"name": "Chaser", "tier": "Legendary", "type": "bow", "poison": 150, "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, "agiReq": 30, "agi": 10, "spd": 30, "fixID": true, "id": 785}, {"name": "Hashr Claw", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "10-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-50", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 39, "dexReq": 30, "xpb": 10, "spd": 10, "sdRaw": 40, "wDamPct": 10, "fixID": true, "id": 790}, {"name": "Dune Beast Jaw", "tier": "Rare", "type": "helmet", "thorns": 5, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 400, "lvl": 36, "strReq": 15, "mdPct": 10, "str": 10, "spd": 5, "fixID": true, "id": 787}, {"name": "Miasma", "tier": "Rare", "type": "bow", "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, "agiReq": 35, "ls": 39, "ms": 15, "agi": 3, "spd": 10, "fixID": true, "id": 802}, {"name": "Jaw Breaker", "tier": "Rare", "type": "dagger", "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, "strReq": 25, "mdPct": 10, "xpb": 10, "str": 8, "expd": 15, "spd": -5, "fixID": true, "id": 788}, {"name": "Springtrap", "tier": "Legendary", "type": "chestplate", "thorns": 65, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 650, "eDef": 50, "lvl": 39, "hprPct": -25, "ref": 50, "expd": 40, "fixID": true, "id": 791}, {"name": "Tremolo", "tier": "Rare", "type": "relik", "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, "dexReq": 13, "agiReq": 13, "xpb": 11, "lb": 11, "str": -11, "dex": 11, "agi": 11, "fixID": true, "jh": 1, "id": 750}, {"name": "Sol", "tier": "Rare", "type": "spear", "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, "defReq": 15, "hprPct": 12, "ref": 10, "hpBonus": 360, "hprRaw": 21, "eDamPct": 10, "fixID": true, "id": 794}, {"name": "Corpse", "tier": "Unique", "type": "spear", "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, "mdPct": 6, "lb": 6, "str": 1, "fixID": true, "id": 793}, {"name": "Defibrillator", "tier": "Unique", "type": "dagger", "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, "dex": 4, "mdRaw": 9, "tDamPct": 7, "fixID": true, "id": 792}, {"name": "Knee", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 38, "lvl": 9, "xpb": 5, "agi": 5, "fixID": true, "id": 797}, {"name": "Macabre", "tier": "Unique", "type": "relik", "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, "ls": 6, "def": 3, "fDamPct": 6, "fixID": true, "id": 798}, {"name": "Serpent's Kiss", "tier": "Rare", "type": "wand", "poison": 40, "category": "weapon", "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, "agi": 3, "fixID": true, "id": 795}, {"name": "Ribcage", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 58, "wDef": -3, "aDef": -3, "eDef": 5, "lvl": 12, "hprRaw": 5, "eDamPct": 6, "fixID": true, "id": 796}, {"name": "Sketiq", "tier": "Unique", "type": "wand", "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, "agi": 3, "spd": 5, "aDamPct": 6, "fixID": true, "id": 800}, {"name": "Skull Breaker", "tier": "Rare", "type": "spear", "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, "sdPct": -6, "mdPct": 8, "spd": -3, "fixID": true, "id": 801}, {"name": "Fangs", "tier": "Unique", "type": "dagger", "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, "sdPct": 7, "ms": 5, "xpb": 6, "int": 2, "fixID": true, "id": 799}, {"name": "Stale", "tier": "Unique", "type": "bow", "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, "sdPct": 10, "int": 3, "wDamPct": 6, "fixID": true, "id": 803}, {"name": "Witherhead's Talisman", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 12, "sdPct": 5, "xpb": 8, "lb": 5, "type": "necklace", "fixID": true, "id": 804}, {"name": "Hourglass", "tier": "Rare", "type": "relik", "poison": 135, "thorns": 18, "category": "weapon", "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, "agi": 4, "fixID": true, "spPct1": 105, "id": 805}, {"name": "Iklaj", "tier": "Unique", "type": "wand", "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, "agiReq": 5, "str": -3, "dex": 2, "agi": 4, "spd": 10, "tDamPct": 8, "fixID": true, "id": 812}, {"name": "Abdomen", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 100, "lvl": 20, "agi": 4, "spd": 7, "fixID": true, "id": 806, "set": "Spider"}, {"name": "Maul", "tier": "Rare", "type": "spear", "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, "strReq": 10, "mr": -5, "mdPct": 10, "spd": -6, "fixID": true, "id": 807}, {"name": "Cephalothorax", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 75, "lvl": 16, "dex": 4, "spd": 7, "fixID": true, "id": 809, "set": "Spider"}, {"name": "Spinneret", "tier": "Set", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 95, "lvl": 19, "dex": 3, "agi": 3, "spd": 7, "fixID": true, "id": 808, "set": "Spider"}, {"name": "Stingy", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 105, "wDef": -5, "lvl": 20, "wDamPct": -8, "tDamPct": 17, "fixID": true, "id": 813}, {"name": "Spider Ring", "tier": "Unique", "category": "accessory", "drop": "never", "restrict": "Untradable", "aDef": 3, "lvl": 18, "ls": 3, "spd": 3, "type": "ring", "fixID": true, "id": 811}, {"name": "Sting", "tier": "Unique", "type": "spear", "thorns": 5, "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, "defReq": 5, "ls": 10, "fixID": true, "id": 814}, {"name": "Web Plate", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": -10, "eDef": 5, "lvl": 22, "ls": 16, "ms": 10, "spd": -10, "eDamPct": 5, "fixID": true, "id": 810}, {"name": "Abolition", "tier": "Legendary", "type": "dagger", "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, "defReq": 15, "ls": 38, "xpb": 22, "lb": 22, "fDamPct": 10, "fixID": true, "id": 816}, {"name": "Black Ripper", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 250, "wDef": -10, "lvl": 30, "dexReq": 15, "mdRaw": 43, "tDamPct": 20, "fixID": true, "id": 820}, {"name": "Cathedral", "tier": "Rare", "type": "spear", "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, "agiReq": 20, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "aDefPct": 10, "fixID": true, "id": 817}, {"name": "Damnation", "tier": "Legendary", "type": "bow", "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, "defReq": 20, "xpb": 10, "def": 4, "mdRaw": 70, "fDamPct": 32, "fixID": true, "id": 818}, {"name": "Dead Samurai's Plate", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 150, "fDef": 10, "wDef": 10, "aDef": 12, "lvl": 27, "agiReq": 10, "xpb": 8, "spd": 15, "aDamPct": 10, "tDamPct": 15, "fixID": true, "id": 819}, {"name": "Hymn of the Dead", "tier": "Legendary", "type": "wand", "poison": 220, "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, "spd": 10, "aDamPct": 20, "fixID": true, "id": 823}, {"name": "Death's Reach", "tier": "Rare", "type": "bow", "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, "strReq": 10, "sdPct": -20, "mdPct": 20, "str": 4, "spd": -50, "eDamPct": 35, "fixID": true, "id": 822}, {"name": "Sanies", "tier": "Legendary", "type": "spear", "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, "intReq": 15, "sdPct": 40, "ms": -10, "wDamPct": 5, "eDamPct": 10, "fixID": true, "id": 821}, {"name": "Putrid", "tier": "Rare", "type": "wand", "poison": 60, "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, "spd": -3, "hpBonus": 150, "fixID": true, "id": 825}, {"name": "Thriller", "tier": "Legendary", "type": "relik", "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, "dexReq": 20, "ms": 5, "spd": 8, "hpBonus": -100, "sdRaw": 40, "tDamPct": 13, "tDefPct": 13, "fixID": true, "id": 824}, {"name": "Styx's Grab", "tier": "Rare", "type": "dagger", "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, "intReq": 12, "sdPct": 20, "ls": 24, "ms": 10, "fixID": true, "id": 826}, {"name": "Dalaam", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1480, "fDef": -75, "aDef": 75, "tDef": -75, "eDef": 75, "lvl": 67, "strReq": 30, "agiReq": 30, "mdPct": 10, "str": 10, "agi": 10, "spd": 10, "eDamPct": 10, "aDefPct": 10, "id": 828}, {"name": "Damasse", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 8, "lvl": 2, "lb": 6, "int": 3, "hpBonus": 3, "id": 827}, {"name": "Dance Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 360, "fDef": -10, "aDef": 15, "eDef": -10, "lvl": 46, "agiReq": 20, "agi": 5, "spd": 11, "fDamPct": -5, "aDamPct": 5, "eDamPct": -5, "id": 829}, {"name": "Web Spitter", "tier": "Unique", "type": "bow", "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, "agi": 3, "spd": 10, "aDamPct": 6, "fixID": true, "id": 815}, {"name": "Dancing Blade", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "35-55", "fDam": "0-0", "wDam": "0-0", "aDam": "50-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 98, "agiReq": 45, "ref": 15, "agi": 10, "spd": 15, "aDamPct": 15, "fDefPct": -15, "wDefPct": -15, "tDefPct": -15, "eDefPct": -15, "id": 832}, {"name": "Dancer's Rhythm", "tier": "Unique", "type": "bow", "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, "agiReq": 20, "agi": 7, "def": -5, "spd": 15, "id": 830}, {"name": "Dandelion", "tier": "Unique", "type": "chestplate", "thorns": 12, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "fDef": -6, "wDef": 5, "aDef": -6, "eDef": 5, "lvl": 22, "hprPct": 15, "sdRaw": 10, "id": 831}, {"name": "Dapper Trilby", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 38, "lvl": 9, "xpb": 5, "lb": 4, "int": 3, "id": 833}, {"name": "Dark Ambience", "tier": "Rare", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "7-9", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "3-3", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 4, "ls": 5, "lb": 7, "id": 835}, {"name": "Dark Channeler", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2225, "wDef": 90, "aDef": -100, "tDef": 90, "eDef": -100, "lvl": 93, "dexReq": 45, "intReq": 45, "mr": 5, "sdPct": 7, "ms": 5, "spRegen": -5, "sdRaw": 148, "wDamPct": 16, "tDamPct": 16, "aDefPct": -40, "eDefPct": -40, "id": 834}, {"name": "Dark Needle", "tier": "Unique", "type": "wand", "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, "dexReq": 10, "sdPct": -8, "mdPct": 6, "ms": 5, "eDefPct": -5, "id": 839}, {"name": "Dark Mage Robes", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 525, "wDef": 30, "tDef": 30, "lvl": 52, "dexReq": 15, "intReq": 15, "mr": 5, "sdPct": 10, "mdPct": -10, "ms": 5, "wDamPct": 12, "tDamPct": 12, "fDefPct": -10, "aDefPct": -10, "eDefPct": -10, "id": 841}, {"name": "Dark Shroud", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2675, "aDef": 50, "tDef": 70, "lvl": 82, "dexReq": 15, "agiReq": 50, "sdPct": -15, "mdPct": -20, "ms": 5, "ref": 30, "dex": 15, "agi": 35, "spd": 25, "aDefPct": 40, "id": 836}, {"name": "Karma", "tier": "Legendary", "type": "spear", "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, "intReq": 25, "mr": 10, "sdPct": 108, "int": 6, "wDamPct": 10, "aDamPct": 20, "fixID": true, "id": 789}, {"name": "Darkiron Ring", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 24, "defReq": 5, "def": 4, "spd": -3, "hprRaw": 5, "type": "ring", "id": 837}, {"name": "Darkiron Scrap", "tier": "Legendary", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 25, "lvl": 3, "def": 7, "spd": -4, "hprRaw": 3, "id": 838}, {"name": "Darksteel Full Helm", "tier": "Rare", "type": "helmet", "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2475, "fDef": 100, "wDef": -120, "tDef": 100, "eDef": -80, "lvl": 90, "dexReq": 45, "defReq": 45, "ref": 15, "str": 10, "dex": 10, "def": 10, "spd": 15, "atkTier": -15, "mdRaw": 1050, "fDamPct": 15, "wDamPct": -15, "tDamPct": 15, "id": 840}, {"name": "Darksteel Ring", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 450, "fDef": 40, "wDef": -30, "tDef": 40, "eDef": -30, "lvl": 96, "dexReq": 20, "defReq": 40, "dex": 5, "def": 4, "spd": -7, "hpBonus": 200, "type": "ring", "id": 862}, {"name": "Darkiron Zweihander", "tier": "Legendary", "type": "dagger", "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, "agiReq": 15, "defReq": 25, "mdPct": 10, "ls": 39, "def": 7, "wDamPct": -15, "fDefPct": 20, "aDefPct": 20, "id": 843}, {"name": "Daybreak", "tier": "Unique", "type": "wand", "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, "dexReq": 10, "defReq": 15, "hprPct": 10, "sdPct": 15, "lb": 10, "spd": -15, "atkTier": -1, "hpBonus": 125, "wDamPct": -15, "id": 881}, {"name": "Dart Frog's Skin", "tier": "Unique", "type": "boots", "poison": 3000, "thorns": 25, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2200, "fDef": 60, "aDef": -130, "eDef": 70, "lvl": 85, "strReq": 40, "defReq": 35, "sdPct": -10, "mdPct": -50, "ref": 20, "str": 4, "agi": 7, "spd": 12, "atkTier": -1, "tDefPct": -20, "id": 874}, {"name": "Darkweaver", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "250-380", "aDam": "0-0", "tDam": "250-380", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 89, "dexReq": 40, "intReq": 40, "mr": -15, "sdPct": 19, "ms": 10, "ref": 17, "spd": -10, "wDamPct": 17, "tDamPct": 17, "eDefPct": -17, "id": 842}, {"name": "Dart Sling", "tier": "Rare", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "10-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 8, "sdPct": 6, "dex": 4, "id": 844}, {"name": "Dead Man's Flats", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 620, "fDef": 40, "wDef": -75, "aDef": 30, "lvl": 55, "agiReq": 25, "defReq": 25, "hprPct": -10, "mdPct": 9, "spd": -9, "fDamPct": 12, "aDefPct": 11, "id": 845}, {"name": "Death Growl", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-27", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 7, "str": 6, "id": 851}, {"name": "Deathbringer", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "60-120", "eDam": "82-100", "atkSpd": "SLOW", "lvl": 83, "strReq": 35, "dexReq": 35, "mr": -5, "sdPct": 16, "mdPct": 22, "ls": 205, "ms": 5, "spd": -7, "hprRaw": -95, "id": 849}, {"name": "Dead Sands", "tier": "Legendary", "type": "leggings", "poison": 145, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 300, "lvl": 32, "hprPct": -35, "mdPct": 12, "ls": 26, "hpBonus": -100, "fDefPct": 15, "wDefPct": -20, "id": 847}, {"name": "Death's Toe", "tier": "Unique", "type": "boots", "poison": 110, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "eDef": -35, "lvl": 49, "dexReq": 10, "ls": 28, "ms": 10, "id": 846}, {"name": "Decoder Ring", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 41, "intReq": 8, "sdPct": 6, "xpb": 9, "lb": 6, "type": "ring", "id": 855}, {"name": "Deathsplinter", "tier": "Unique", "type": "wand", "poison": 1420, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-170", "eDam": "0-170", "atkSpd": "SLOW", "lvl": 94, "strReq": 40, "dexReq": 40, "ls": 725, "ms": 5, "str": 25, "dex": 25, "hprRaw": -500, "aDefPct": -30, "id": 850}, {"name": "Deepwood Root", "tier": "Unique", "type": "wand", "thorns": 6, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-50", "fDam": "0-0", "wDam": "40-85", "aDam": "0-0", "tDam": "0-0", "eDam": "50-75", "atkSpd": "SLOW", "lvl": 86, "strReq": 30, "intReq": 35, "mr": 5, "sdPct": 10, "wDamPct": 8, "fDefPct": -20, "eDefPct": 12, "id": 848}, {"name": "Defiance", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 50, "aDef": 50, "lvl": 60, "agiReq": 40, "defReq": 40, "sdPct": -8, "mdPct": -8, "agi": 8, "def": 8, "spd": -12, "wDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 854}, {"name": "Deja Vu", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "0-0", "fDam": "82-94", "wDam": "82-94", "aDam": "82-94", "tDam": "7-7", "eDam": "7-7", "atkSpd": "NORMAL", "lvl": 86, "strReq": 32, "dexReq": 32, "ls": 100, "lb": 25, "spd": 15, "hprRaw": -100, "fDamPct": -21, "wDamPct": -21, "aDamPct": -21, "tDamPct": 51, "eDamPct": 51, "id": 853}, {"name": "Delirium", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2225, "aDef": -200, "tDef": 125, "eDef": 70, "lvl": 87, "strReq": 50, "dexReq": 60, "mdPct": 14, "ls": -275, "ms": 5, "str": 13, "spd": 50, "tDamPct": 22, "eDamPct": 22, "id": 857}, {"name": "Demeter", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": -90, "aDef": 50, "eDef": 40, "lvl": 68, "strReq": 35, "agiReq": 35, "agi": 7, "def": -8, "spd": 8, "mdRaw": 165, "fDamPct": -40, "eDamPct": 16, "aDefPct": 12, "id": 859}, {"name": "Deluge", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 700, "lvl": 56, "strReq": 45, "dexReq": 15, "mdPct": 12, "dex": 4, "mdRaw": 100, "tDamPct": 12, "eDamPct": 6, "fDefPct": -15, "wDefPct": -15, "aDefPct": -15, "tDefPct": -15, "eDefPct": -15, "id": 852}, {"name": "Dematerialized", "tier": "Rare", "type": "dagger", "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, "intReq": 15, "agiReq": 40, "mr": 5, "ms": 5, "agi": 8, "spd": 16, "hpBonus": -180, "fDefPct": -15, "tDefPct": -15, "eDefPct": -15, "id": 861}, {"name": "Demon Seeker", "tier": "Rare", "type": "spear", "thorns": 10, "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, "sdPct": 20, "xpb": 20, "lb": 20, "ref": 10, "id": 858}, {"name": "Demon Tide", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2625, "fDef": 65, "wDef": -200, "tDef": 65, "lvl": 87, "dexReq": 65, "defReq": 45, "sdPct": -45, "mdPct": -40, "int": 10, "fDamPct": 10, "wDamPct": 20, "tDamPct": 10, "spPct1": -21, "spPct2": -14, "spPct3": -17, "spPct4": -21, "id": 860}, {"name": "Demon's Will", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "110-145", "fDam": "90-170", "wDam": "0-0", "aDam": "0-0", "tDam": "90-170", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 97, "dexReq": 35, "defReq": 35, "ls": 440, "ms": 10, "expd": 5, "spRegen": -5, "sdRaw": 135, "fDamPct": 12, "tDamPct": 15, "wDefPct": -12, "aDefPct": -12, "id": 863}, {"name": "Depressing Shears", "tier": "Normal", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 1, "id": 865}, {"name": "Depressing Bow", "tier": "Normal", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 1, "id": 864}, {"name": "Depressing Spear", "tier": "Normal", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 1, "id": 867}, {"name": "Deracine", "tier": "Legendary", "type": "spear", "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, "mr": 5, "mdPct": -20, "int": 5, "hpBonus": -50, "wDamPct": 12, "wDefPct": 10, "id": 869}, {"name": "Depressing Stick", "tier": "Normal", "type": "wand", "category": "weapon", "drop": "NORMAL", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "id": 866}, {"name": "Derecho", "tier": "Rare", "sprint": 9, "category": "accessory", "drop": "lootchest", "hp": -125, "aDef": -60, "lvl": 85, "agiReq": 65, "agi": 13, "aDamPct": -7, "type": "necklace", "id": 3603}, {"name": "Dern's Desolation", "tier": "Rare", "type": "spear", "poison": 100, "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, "dexReq": 15, "mr": 5, "ms": 5, "aDamPct": -15, "id": 868}, {"name": "Dern's Shadow", "tier": "Rare", "type": "spear", "poison": 24, "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, "mr": 5, "id": 873}, {"name": "Despair", "tier": "Unique", "type": "dagger", "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, "dexReq": 25, "defReq": 25, "hprPct": -13, "sdPct": 13, "ls": 75, "ms": 5, "spRegen": -7, "wDamPct": -13, "id": 872}, {"name": "Deserter", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-90", "fDam": "0-0", "wDam": "0-0", "aDam": "55-105", "tDam": "0-0", "eDam": "65-95", "atkSpd": "NORMAL", "lvl": 90, "strReq": 35, "agiReq": 35, "xpb": 8, "str": 16, "agi": 16, "spd": 8, "wDamPct": -20, "aDamPct": 12, "eDefPct": 12, "id": 870}, {"name": "Requiem", "displayName": "Desperado", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "12-40", "fDam": "13-91", "wDam": "0-0", "aDam": "0-0", "tDam": "22-30", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "dexReq": 40, "defReq": 50, "ms": 10, "agi": -10, "hpBonus": -1250, "sdRaw": 115, "fDamPct": 23, "wDamPct": -25, "tDamPct": 12, "eDefPct": -20, "id": 871}, {"name": "Detlas' Legacy", "tier": "Legendary", "type": "wand", "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, "dexReq": 10, "intReq": 5, "sdPct": 12, "mdPct": -5, "xpb": 8, "dex": 5, "int": 5, "wDamPct": 7, "id": 875}, {"name": "Determination", "tier": "Rare", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1750, "fDef": 75, "wDef": 75, "aDef": 75, "tDef": 75, "eDef": 75, "lvl": 78, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 30, "sdPct": -30, "mdPct": -30, "spRegen": 10, "hprRaw": 120, "id": 877}, {"name": "Detlas' Skin", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 172, "wDef": 20, "tDef": -15, "lvl": 29, "intReq": 5, "defReq": 5, "xpb": 15, "lb": 5, "wDamPct": 5, "aDamPct": 5, "fDefPct": -5, "id": 879}, {"name": "Detlas' Stick", "tier": "Unique", "type": "wand", "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, "mr": 5, "xpb": 6, "int": 4, "id": 876}, {"name": "Deux", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1900, "fDef": -80, "wDef": 150, "aDef": -80, "tDef": 150, "eDef": -80, "lvl": 81, "dexReq": 40, "intReq": 40, "mr": 10, "sdPct": 5, "mdPct": -20, "ms": 10, "str": -4, "dex": 6, "int": 6, "agi": -4, "def": -4, "spRegen": 5, "id": 913}, {"name": "Devilish", "tier": "Rare", "poison": 192, "category": "accessory", "drop": "lootchest", "wDef": -15, "aDef": -15, "lvl": 52, "dexReq": 5, "defReq": 10, "ls": 29, "expd": 5, "hpBonus": -90, "spRegen": -5, "type": "bracelet", "id": 884}, {"name": "Devil's Scissor", "tier": "Unique", "type": "dagger", "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, "dexReq": 10, "defReq": 10, "mdPct": 5, "ls": 25, "str": 7, "id": 878}, {"name": "Devotion", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": 10, "aDef": 15, "lvl": 58, "hprPct": 5, "sdPct": 5, "spRegen": 5, "mdRaw": -16, "type": "necklace", "id": 883}, {"name": "Dhoruba", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "120-160", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "160-190", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 81, "dexReq": 40, "ms": 10, "xpb": 15, "lb": 15, "str": -8, "dex": 8, "aDefPct": -30, "tDefPct": 15, "eDefPct": 15, "id": 882}, {"name": "Diablo", "tier": "Legendary", "type": "wand", "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, "strReq": 10, "defReq": 30, "sdPct": -24, "mdPct": 36, "def": 7, "expd": 33, "spd": -10, "fDamPct": 25, "wDamPct": -50, "wDefPct": -30, "id": 888}, {"name": "Devoreuse", "tier": "Unique", "type": "wand", "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, "hprPct": 10, "mr": 5, "ls": 41, "ms": 5, "int": -3, "wDamPct": -15, "id": 880}, {"name": "Diaminar", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-70", "fDam": "320-400", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 100, "defReq": 50, "ls": 315, "def": 8, "spd": -5, "hpBonus": 1500, "wDamPct": -14, "aDamPct": -14, "tDamPct": -14, "eDamPct": -14, "id": 886}, {"name": "Diamond Sky", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 15, "xpb": 8, "lb": 18, "id": 885}, {"name": "Diamond Dust", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2375, "lvl": 93, "xpb": 19, "lb": 34, "ref": 19, "fDefPct": -11, "wDefPct": -11, "aDefPct": -11, "tDefPct": -11, "eDefPct": -11, "id": 887}, {"name": "Digested Dagger", "tier": "Unique", "type": "dagger", "poison": 30, "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, "str": 3, "dex": 3, "id": 892}, {"name": "Diet", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 17, "agiReq": 5, "str": -2, "agi": 4, "spd": 6, "type": "ring", "id": 890}, {"name": "Diode", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 140, "lvl": 24, "dexReq": 10, "ref": 6, "dex": 5, "spd": 4, "tDamPct": 10, "id": 891}, {"name": "Dionaea", "tier": "Rare", "type": "leggings", "thorns": 20, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3850, "fDef": 80, "eDef": 110, "lvl": 96, "strReq": 40, "defReq": 40, "sdPct": -8, "mdPct": 12, "ls": 225, "mdRaw": 195, "wDefPct": 25, "aDefPct": -15, "tDefPct": -10, "id": 889}, {"name": "Diorite Boots", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 425, "fDef": 20, "wDef": -40, "eDef": 15, "lvl": 40, "strReq": 25, "defReq": 15, "mdPct": 12, "def": 8, "expd": 6, "fDamPct": 12, "eDamPct": 12, "wDefPct": -24, "id": 894}, {"name": "Disappeared", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -50, "aDef": 10, "lvl": 26, "agiReq": 8, "agi": 7, "type": "necklace", "id": 895}, {"name": "Dirge", "tier": "Unique", "type": "wand", "poison": 485, "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, "strReq": 20, "agiReq": 10, "ls": 110, "str": 7, "agi": -2, "aDamPct": -10, "eDamPct": 20, "id": 893}, {"name": "Disco", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 100, "lvl": 27, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "spd": 11, "id": 896}, {"name": "Discordant", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 92, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "fDefPct": -7, "wDefPct": -7, "aDefPct": -7, "tDefPct": -7, "eDefPct": -7, "type": "bracelet", "id": 897}, {"name": "Discord", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 370, "fDef": -15, "wDef": -15, "aDef": -15, "eDef": -30, "lvl": 40, "dexReq": 40, "sdPct": 6, "mdPct": 6, "dex": 7, "expd": 10, "spd": 6, "tDamPct": 20, "id": 899}, {"name": "Dislocater", "tier": "Legendary", "type": "dagger", "thorns": 7, "category": "weapon", "drop": "NORMAL", "nDam": "31-43", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 9, "sdPct": -10, "mdPct": 12, "str": 7, "id": 900}, {"name": "Discotek", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "23-33", "wDam": "23-33", "aDam": "23-33", "tDam": "23-33", "eDam": "23-33", "atkSpd": "FAST", "lvl": 49, "strReq": 11, "dexReq": 11, "intReq": 11, "agiReq": 11, "defReq": 11, "sdPct": 15, "mdPct": 15, "spd": 10, "hpBonus": -300, "spPct1": 25, "spPct3": -24, "jh": 1, "id": 898}, {"name": "Dissector", "tier": "Unique", "type": "dagger", "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, "ls": 55, "xpb": 5, "lb": 5, "spd": 5, "id": 902}, {"name": "Djinni", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "140-170", "wDam": "0-0", "aDam": "160-300", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 89, "agiReq": 35, "defReq": 40, "hprPct": 20, "sdPct": 16, "mdPct": -30, "lb": 15, "hprRaw": 160, "fDamPct": 25, "id": 904}, {"name": "Dizzy Spell", "tier": "Legendary", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 2750, "fDef": -120, "aDef": 120, "tDef": -120, "eDef": 120, "lvl": 88, "strReq": 50, "agiReq": 50, "mr": -10, "ls": 215, "ms": 10, "str": 9, "agi": 9, "spd": 16, "mdRaw": 215, "id": 901}, {"name": "Dofotri", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 9, "agi": 1, "spd": 5, "type": "ring", "id": 905}, {"name": "Dolomite", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 830, "aDef": -50, "eDef": 50, "lvl": 57, "strReq": 35, "sdPct": -10, "mdPct": 12, "lb": 7, "expd": 15, "spd": -10, "eDamPct": 8, "id": 903}, {"name": "Doppler", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "fDef": -45, "aDef": 30, "tDef": 30, "eDef": -45, "lvl": 50, "dexReq": 25, "agiReq": 25, "sdPct": 4, "def": -5, "spd": 15, "aDamPct": 12, "tDamPct": 12, "fDefPct": -13, "id": 907}, {"name": "Doomsday", "tier": "Rare", "type": "wand", "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, "strReq": 40, "dexReq": 15, "mr": -5, "mdPct": 10, "ms": 5, "dex": 8, "wDamPct": -20, "eDamPct": 20, "id": 906}, {"name": "Double Vision", "tier": "Fabled", "quest": "Realm of Light V - The Realm of Light", "majorIds": ["LIGHTWEIGHT"], "sprint": 11, "category": "accessory", "drop": "never", "hp": -750, "aDef": -50, "lvl": 79, "xpb": 17, "agi": 3, "spd": 11, "type": "bracelet", "sprintReg": 11, "jh": 3, "id": 3581}, {"name": "Dorian", "tier": "Rare", "type": "bow", "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, "defReq": 45, "hprPct": 15, "sdPct": 12, "mdPct": -10, "ls": -105, "def": 8, "hprRaw": 45, "wDamPct": -19, "id": 909}, {"name": "Doubt", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "530-600", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "560-670", "atkSpd": "SUPER_SLOW", "lvl": 93, "strReq": 35, "defReq": 50, "mdPct": 15, "fDamPct": 35, "wDamPct": -55, "aDamPct": -55, "tDamPct": -25, "fDefPct": 25, "wDefPct": 15, "tDefPct": 15, "eDefPct": 20, "id": 935}, {"name": "Downfall", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": -600, "wDef": -35, "aDef": -35, "lvl": 98, "strReq": 60, "defReq": 55, "str": 6, "spd": 12, "mdRaw": 70, "fDamPct": 8, "eDamPct": 8, "type": "ring", "id": 910}, {"name": "Paradox", "displayName": "Dragon Dance", "tier": "Rare", "type": "boots", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2300, "fDef": 30, "wDef": 30, "aDef": 150, "tDef": 30, "eDef": -150, "lvl": 98, "dexReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "mr": 15, "sdPct": 21, "mdPct": -50, "ls": -235, "ms": 5, "str": -99, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 20, "hprRaw": -195, "sdRaw": 145, "eDefPct": -20, "jh": 1, "id": 2092}, {"name": "Dragon Hide Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 510, "fDef": 50, "wDef": -50, "lvl": 47, "defReq": 25, "sdPct": 5, "lb": 5, "str": 7, "def": 7, "expd": 3, "fDamPct": 10, "wDamPct": -50, "fDefPct": 10, "wDefPct": -20, "id": 912}, {"name": "Dragon Fang", "tier": "Unique", "type": "spear", "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, "defReq": 15, "xpb": 5, "def": 7, "expd": 10, "fDamPct": 10, "wDamPct": -20, "fDefPct": 10, "id": 908}, {"name": "Dragon Hide Plate", "tier": "Rare", "type": "chestplate", "quest": "The Belly of the Beast", "category": "armor", "slots": 2, "drop": "never", "hp": 2000, "fDef": 100, "lvl": 82, "hprPct": 20, "mr": 5, "xpb": 20, "def": 10, "expd": 20, "fDamPct": 20, "fDefPct": 20, "id": 911}, {"name": "Dragon Slayer", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "65-80", "fDam": "60-70", "wDam": "0-0", "aDam": "15-25", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 79, "defReq": 40, "xpb": 7, "hpBonus": 500, "fDamPct": 5, "aDamPct": 10, "id": 914}, {"name": "Dragon Skin", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "fDef": 30, "wDef": -20, "lvl": 57, "defReq": 10, "sdPct": 5, "lb": 15, "fDamPct": 7, "wDamPct": -10, "id": 915}, {"name": "Dragon's Tongue", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-110", "fDam": "70-110", "wDam": "70-110", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "intReq": 55, "defReq": 55, "hprPct": 46, "mr": 10, "sdPct": -24, "mdPct": -24, "int": 10, "def": 10, "hprRaw": 131, "tDamPct": -45, "eDamPct": -45, "id": 918}, {"name": "Draken", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "tDef": 70, "eDef": -100, "lvl": 70, "dexReq": 65, "ms": 10, "str": -7, "dex": 9, "tDamPct": 18, "eDamPct": -12, "tDefPct": 10, "eDefPct": -12, "id": 919}, {"name": "Drale's Hide", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 38, "eDef": 5, "lvl": 9, "mdPct": 4, "str": 4, "spd": 6, "id": 917}, {"name": "Dread", "tier": "Rare", "type": "bow", "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, "sdPct": 4, "dex": 3, "spd": 4, "hpBonus": -18, "id": 921}, {"name": "Dravarden", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 950, "fDef": 30, "wDef": 30, "tDef": 30, "lvl": 56, "dexReq": 15, "intReq": 15, "defReq": 15, "hprPct": 20, "mr": 5, "sdPct": 15, "dex": 7, "int": 7, "def": 7, "aDamPct": -40, "eDamPct": -40, "aDefPct": -25, "eDefPct": -25, "id": 916}, {"name": "Dreamcloud", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2050, "fDef": 70, "wDef": 70, "aDef": 70, "tDef": 70, "eDef": 70, "lvl": 88, "intReq": 30, "agiReq": 30, "hprPct": 20, "mr": 10, "hprRaw": 160, "fDamPct": -8, "wDamPct": -2, "aDamPct": -2, "tDamPct": -8, "eDamPct": -5, "id": 922}, {"name": "Drifter", "tier": "Rare", "type": "spear", "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, "intReq": 30, "dex": -4, "int": 8, "agi": 4, "spd": 13, "sdRaw": 70, "wDamPct": 12, "wDefPct": 17, "tDefPct": -20, "id": 925}, {"name": "Drizzling Doublet", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 375, "tDef": -30, "lvl": 56, "intReq": 40, "mr": 10, "mdPct": -10, "ms": 10, "xpb": 15, "int": 5, "wDamPct": 7, "wDefPct": 7, "tDefPct": -20, "id": 923}, {"name": "Druid's Ring", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 200, "wDef": 20, "eDef": 20, "lvl": 65, "strReq": 5, "intReq": 5, "wDamPct": 5, "eDamPct": 5, "wDefPct": 10, "eDefPct": 10, "type": "ring", "id": 924}, {"name": "Droplets", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-95", "fDam": "0-0", "wDam": "55-65", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "intReq": 40, "mr": 10, "xpb": 8, "ref": 15, "wDamPct": 8, "wDefPct": 15, "tDefPct": -15, "id": 926}, {"name": "Dune Sandals", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "fDef": -15, "wDef": -15, "aDef": 20, "eDef": 15, "lvl": 33, "agiReq": 10, "str": 4, "spd": 7, "wDamPct": -10, "aDamPct": 9, "eDamPct": 12, "id": 928}, {"name": "Dunesweeper", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-110", "fDam": "0-0", "wDam": "0-0", "aDam": "110-150", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 92, "strReq": 25, "agiReq": 35, "lb": 12, "spd": 15, "mdRaw": 155, "tDamPct": -6, "eDamPct": 19, "aDefPct": 19, "id": 930}, {"name": "Drumstick", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-34", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "34-70", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 98, "dexReq": 40, "agiReq": 30, "dex": 13, "mdRaw": 41, "aDamPct": 25, "id": 927}, {"name": "Drifting Spear", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-50", "fDam": "0-0", "wDam": "50-100", "aDam": "15-50", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 82, "intReq": 25, "agiReq": 25, "xpb": 9, "int": 4, "agi": 5, "spd": 11, "fDamPct": -20, "aDamPct": 15, "wDefPct": 15, "aDefPct": 18, "id": 920}, {"name": "DuskHelm", "displayName": "Duskhelm", "tier": "Unique", "type": "helmet", "thorns": 5, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 125, "fDef": 10, "wDef": -7, "lvl": 26, "ref": 5, "fDamPct": -15, "wDamPct": 15, "fDefPct": 5, "wDefPct": -5, "id": 929}, {"name": "Durum's Journey", "tier": "Rare", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 550, "fDef": -20, "wDef": 15, "tDef": -25, "eDef": 30, "lvl": 48, "mr": 5, "sdPct": -15, "xpb": 15, "int": 7, "spd": 10, "hpBonus": 70, "hprRaw": 25, "aDefPct": -15, "id": 932}, {"name": "Dusk Painter", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "9-18", "eDam": "0-0", "atkSpd": "FAST", "lvl": 10, "mr": -5, "sdPct": 7, "mdPct": 7, "ls": 12, "ms": 10, "hprRaw": -8, "id": 931}, {"name": "Dust Bowl", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 500, "aDef": 20, "eDef": 15, "lvl": 51, "strReq": 20, "agiReq": 15, "str": 7, "spd": 10, "sdRaw": -30, "aDamPct": 10, "eDamPct": 12, "id": 939}, {"name": "Dust Devil", "tier": "Unique", "category": "accessory", "drop": "lootchest", "eDef": -10, "lvl": 88, "agiReq": 30, "spd": 8, "aDamPct": 9, "eDamPct": 9, "type": "ring", "id": 937}, {"name": "DuskShield", "displayName": "Duskshield", "tier": "Unique", "type": "leggings", "thorns": 8, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 350, "wDef": 15, "tDef": 15, "lvl": 42, "dexReq": 10, "intReq": 10, "sdPct": -5, "ref": 8, "fDamPct": -8, "eDamPct": -8, "wDefPct": 6, "tDefPct": 6, "id": 934}, {"name": "Dust", "tier": "Rare", "type": "chestplate", "poison": 105, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 190, "aDef": -15, "lvl": 32, "hprPct": -9, "agi": 5, "aDamPct": 8, "eDamPct": 4, "wDefPct": -6, "id": 933}, {"name": "Dusty Staff", "tier": "Unique", "type": "wand", "poison": 80, "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, "strReq": 8, "lb": 12, "aDefPct": -4, "eDefPct": 7, "id": 938}, {"name": "Dying Light", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "131-141", "aDam": "121-151", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "intReq": 38, "agiReq": 38, "sdPct": 20, "ls": -217, "int": 10, "agi": 10, "spd": 10, "wDamPct": 15, "aDamPct": 15, "id": 941}, {"name": "Dynamic", "tier": "Unique", "category": "accessory", "drop": "lootchest", "tDef": 7, "eDef": -7, "lvl": 28, "dexReq": 10, "dex": 4, "mdRaw": 5, "tDamPct": 6, "type": "bracelet", "id": 940}, {"name": "Dysnomia", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "wDef": -40, "aDef": -40, "lvl": 52, "strReq": 25, "dexReq": 40, "hprPct": -40, "ms": 10, "spd": 10, "wDamPct": -20, "eDamPct": 10, "id": 944}, {"name": "Earth Breaker", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2725, "fDef": 90, "aDef": -150, "eDef": 90, "lvl": 90, "strReq": 50, "defReq": 40, "ls": 220, "str": 9, "def": 8, "expd": 25, "atkTier": -10, "mdRaw": 1150, "fDamPct": 31, "eDamPct": 15, "id": 942}, {"name": "Earth Relic Bow", "tier": "Rare", "type": "bow", "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, "strReq": 20, "mdPct": 15, "xpb": 15, "lb": 15, "str": 7, "expd": 15, "eDamPct": 20, "eDefPct": 10, "id": 943}, {"name": "Earth Relic Daggers", "tier": "Rare", "type": "dagger", "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, "strReq": 25, "mdPct": 15, "xpb": 15, "lb": 15, "str": 7, "expd": 15, "eDamPct": 20, "eDefPct": 10, "id": 945}, {"name": "Earthquake", "tier": "Unique", "type": "wand", "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, "strReq": 25, "defReq": 25, "sdPct": -10, "mdPct": 10, "expd": 25, "spd": -15, "fDamPct": 10, "eDamPct": 10, "wDefPct": -15, "id": 948}, {"name": "Earth Relic Spear", "tier": "Rare", "type": "spear", "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, "strReq": 25, "mdPct": 15, "xpb": 15, "lb": 15, "str": 7, "expd": 15, "eDamPct": 20, "eDefPct": 10, "id": 949}, {"name": "Earth Relic Wand", "tier": "Rare", "type": "wand", "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, "strReq": 20, "mdPct": 15, "xpb": 15, "lb": 15, "str": 7, "expd": 15, "eDamPct": 20, "eDefPct": 10, "id": 946}, {"name": "Earthsky Equinox", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "100-165", "tDam": "0-0", "eDam": "120-145", "atkSpd": "FAST", "lvl": 98, "strReq": 50, "agiReq": 50, "mdPct": 15, "str": 16, "agi": 16, "spd": 15, "atkTier": 1, "tDefPct": -30, "id": 947}, {"name": "Dusty Ring", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 8, "agi": 3, "type": "ring", "id": 936}, {"name": "Eater", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 15, "ls": 3, "type": "ring", "id": 952}, {"name": "Ebrithil", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 71, "intReq": 40, "sdPct": 4, "int": 5, "spRegen": 8, "type": "necklace", "id": 950}, {"name": "Ebb and Flow", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "16-24", "fDam": "0-0", "wDam": "46-54", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 37, "intReq": 20, "mr": 5, "sdPct": 11, "str": -5, "dex": -5, "int": 14, "agi": -5, "def": -5, "spRegen": 16, "wDamPct": 11, "id": 951}, {"name": "Echolocation", "tier": "Unique", "type": "relik", "poison": 111, "thorns": -10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "39-45", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 35, "ls": 18, "ref": -10, "id": 954}, {"name": "Eclipse", "tier": "Unique", "type": "wand", "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, "intReq": 22, "defReq": 22, "hprPct": 15, "hprRaw": 20, "sdRaw": -10, "mdRaw": -13, "fDefPct": 10, "wDefPct": 10, "id": 956}, {"name": "Ectoplasm", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1025, "wDef": 55, "aDef": 55, "tDef": -100, "lvl": 63, "intReq": 40, "mr": 5, "sdPct": 10, "mdPct": -15, "ms": 10, "spd": -15, "wDefPct": 10, "aDefPct": -10, "id": 957}, {"name": "Echo", "tier": "Unique", "category": "accessory", "drop": "lootchest", "aDef": 4, "lvl": 22, "agiReq": 8, "agi": 3, "aDamPct": 7, "type": "ring", "id": 955}, {"name": "Edgy", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -10, "lvl": 12, "mdPct": 6, "dex": 3, "type": "bracelet", "id": 953}, {"name": "Effervescence", "tier": "Legendary", "type": "wand", "category": "weapon", "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, "intReq": 24, "mr": 5, "sdPct": 22, "int": 8, "hprRaw": -14, "id": 958}, {"name": "Efilim Sage Cloak", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1550, "wDef": 60, "eDef": 60, "lvl": 77, "strReq": 30, "intReq": 40, "mr": 5, "sdPct": 7, "mdPct": -10, "xpb": 10, "str": 7, "int": 7, "spRegen": 10, "hprRaw": 60, "id": 961}, {"name": "Efteling", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2500, "wDef": 50, "aDef": 50, "tDef": -200, "lvl": 94, "intReq": 60, "agiReq": 60, "mr": -25, "sdPct": 30, "ls": 175, "ms": 10, "spd": 16, "sdRaw": 150, "wDamPct": 20, "aDamPct": 20, "id": 959}, {"name": "Egression", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "aDef": 100, "eDef": -100, "lvl": 73, "agiReq": 60, "sdPct": -45, "mdPct": -45, "xpb": 15, "agi": 13, "spd": 23, "aDamPct": 70, "id": 960}, {"name": "Ehwaz", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 39, "agiReq": 10, "agi": 3, "spd": 10, "type": "ring", "id": 962}, {"name": "Eil", "tier": "Unique", "type": "spear", "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, "str": -2, "dex": -2, "int": -2, "agi": -2, "def": 13, "hpBonus": 500, "id": 963}, {"name": "Ekeloch", "tier": "Unique", "type": "boots", "poison": 455, "thorns": 5, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1310, "aDef": -150, "tDef": 150, "lvl": 69, "tDamPct": 5, "id": 966}, {"name": "Electric Torc", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 140, "tDef": 30, "eDef": -30, "lvl": 54, "dexReq": 20, "mdPct": 5, "dex": 4, "tDamPct": 8, "type": "necklace", "id": 965}, {"name": "Ein", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 1, "lvl": 1, "sdPct": 1, "mdPct": 1, "sdRaw": 1, "mdRaw": 1, "type": "ring", "id": 973}, {"name": "Electrolytic", "tier": "Rare", "type": "bow", "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, "dexReq": 33, "intReq": 33, "sdPct": 10, "mdPct": -10, "ms": 5, "sdRaw": 70, "fDamPct": -20, "aDamPct": -20, "eDamPct": -20, "id": 968}, {"name": "Electrocharge Greaves", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1000, "tDef": 60, "eDef": -60, "lvl": 61, "dexReq": 50, "ms": -5, "dex": 7, "spd": 10, "atkTier": 1, "hprRaw": -60, "mdRaw": 90, "tDamPct": 10, "eDefPct": -30, "id": 967}, {"name": "Electrophorus", "tier": "Unique", "type": "helmet", "poison": 300, "thorns": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "wDef": 60, "eDef": -60, "lvl": 64, "intReq": 40, "sdRaw": 74, "tDamPct": 12, "id": 971}, {"name": "Eitr", "tier": "Rare", "type": "leggings", "poison": 415, "category": "armor", "drop": "NORMAL", "hp": 1430, "fDef": 65, "wDef": -50, "tDef": 55, "eDef": -70, "lvl": 66, "dexReq": 15, "defReq": 30, "mr": -5, "def": 4, "fDamPct": 16, "wDamPct": -18, "tDamPct": 13, "id": 964}, {"name": "Eleven", "tier": "Unique", "type": "dagger", "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, "hprPct": 11, "mdPct": 11, "sdRaw": 11, "id": 996}, {"name": "Eliminere", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-83", "eDam": "0-213", "atkSpd": "SUPER_FAST", "lvl": 87, "strReq": 35, "dexReq": 35, "hprPct": -140, "sdPct": 20, "mdPct": 20, "expd": 25, "hpBonus": -1370, "hprRaw": -135, "id": 991}, {"name": "Electrum", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 780, "wDef": 45, "tDef": 45, "eDef": -90, "lvl": 58, "dexReq": 35, "intReq": 25, "sdPct": 6, "sdRaw": 75, "fDamPct": -20, "wDamPct": 8, "aDamPct": -20, "tDamPct": 8, "eDamPct": -30, "id": 969}, {"name": "Embers", "tier": "Rare", "type": "dagger", "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, "defReq": 10, "hprPct": 13, "ls": 17, "fDamPct": 7, "wDamPct": -9, "id": 974}, {"name": "Emerald Chopper", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "150-200", "fDam": "0-0", "wDam": "0-0", "aDam": "150-250", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 80, "agiReq": 25, "defReq": 35, "lb": 25, "expd": 25, "eSteal": 7, "fDamPct": 40, "id": 970}, {"name": "Emerald Staff", "tier": "Rare", "type": "wand", "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, "lb": 25, "eSteal": 10, "sdRaw": -50, "mdRaw": -65, "id": 975}, {"name": "Elven Moccasins", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 8, "lvl": 3, "hprPct": 8, "id": 972}, {"name": "Emotion", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "22-30", "fDam": "24-28", "wDam": "23-29", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 26, "intReq": 12, "defReq": 10, "mr": 5, "sdPct": -5, "mdPct": -5, "ls": -8, "int": 12, "agi": -5, "def": 10, "hprRaw": 8, "id": 977}, {"name": "Empire Builder", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 8, "drop": "NORMAL", "nDam": "50-65", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "id": 978}, {"name": "Enchanter", "tier": "Unique", "type": "wand", "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, "mr": 5, "str": -3, "int": 4, "id": 976}, {"name": "End of Limits", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "60-150", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "strReq": 60, "dexReq": 40, "mr": -5, "sdPct": 11, "mdPct": 16, "ls": -205, "xpb": 10, "sdRaw": 75, "mdRaw": 100, "eDamPct": 16, "id": 979}, {"name": "Enderman's Feet", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 920, "wDef": -30, "aDef": -60, "tDef": 80, "lvl": 62, "dexReq": 30, "sdPct": 6, "ref": 12, "dex": 8, "wDamPct": -5, "tDamPct": 6, "tDefPct": 10, "id": 981}, {"name": "Endurance", "tier": "Rare", "type": "chestplate", "thorns": 65, "category": "armor", "drop": "NORMAL", "hp": 2050, "wDef": -150, "lvl": 79, "def": 7, "hprRaw": 65, "fDamPct": 15, "wDamPct": -10, "id": 980}, {"name": "Enduzskam", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1950, "wDef": 50, "tDef": 80, "eDef": -90, "lvl": 83, "dexReq": 35, "intReq": 35, "mr": 5, "sdPct": 14, "dex": 9, "wDamPct": 12, "tDamPct": 16, "eDamPct": -14, "eDefPct": -10, "id": 986}, {"name": "Endotherm", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1300, "fDef": 80, "aDef": 80, "lvl": 71, "agiReq": 40, "defReq": 40, "hprPct": 25, "sdPct": -20, "mdPct": -20, "hpBonus": 300, "hprRaw": 75, "fDefPct": 14, "aDefPct": 14, "id": 982}, {"name": "Enmity", "tier": "Rare", "category": "accessory", "drop": "lootchest", "tDef": -80, "eDef": -40, "lvl": 100, "strReq": 60, "ms": 10, "dex": 4, "spd": 8, "sdRaw": 53, "mdRaw": 55, "fDefPct": -18, "wDefPct": -18, "aDefPct": -18, "type": "bracelet", "id": 983}, {"name": "Ensa's Failure", "tier": "Rare", "poison": 450, "thorns": 11, "category": "accessory", "drop": "lootchest", "hp": -250, "lvl": 98, "strReq": 40, "dexReq": 40, "spRegen": -15, "tDamPct": 11, "eDamPct": 11, "wDefPct": -8, "aDefPct": -8, "type": "bracelet", "id": 984}, {"name": "Ensa's Resolve", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-10", "fDam": "0-0", "wDam": "120-155", "aDam": "100-175", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 96, "intReq": 40, "agiReq": 35, "hprPct": 30, "mr": 10, "xpb": 19, "ref": 15, "agi": 7, "spRegen": 11, "mdRaw": -95, "fDefPct": 12, "wDefPct": 20, "id": 990}, {"name": "Enzan's Lucky Charm", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 3, "xpb": 3, "eSteal": 1, "type": "bracelet", "id": 988}, {"name": "Ensa's Ideals", "tier": "Rare", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 4000, "wDef": 100, "aDef": 100, "lvl": 84, "intReq": 45, "agiReq": 40, "hprPct": 15, "mr": 5, "xpb": 15, "ref": 15, "int": 7, "hpBonus": 962, "spRegen": 25, "hprRaw": 115, "wDefPct": 15, "aDefPct": 15, "id": 985}, {"name": "Entanglement", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2400, "wDef": 70, "aDef": -100, "tDef": 70, "lvl": 89, "dexReq": 50, "intReq": 45, "mr": -5, "sdPct": 25, "ms": -5, "dex": 10, "int": 10, "wDamPct": 9, "tDamPct": 9, "wDefPct": 9, "tDefPct": 9, "id": 3612}, {"name": "Equalizer", "tier": "Unique", "type": "leggings", "thorns": 18, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1555, "fDef": -30, "wDef": -30, "aDef": -30, "tDef": -30, "eDef": -30, "lvl": 86, "strReq": 22, "dexReq": 22, "intReq": 22, "agiReq": 22, "defReq": 22, "mr": 5, "sdPct": 18, "mdPct": 18, "ls": 155, "ms": 5, "ref": 18, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "hprRaw": 105, "id": 989}, {"name": "Equilibrium", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 120, "fDef": 8, "wDef": 8, "aDef": 8, "tDef": 8, "eDef": 8, "lvl": 24, "strReq": 2, "dexReq": 2, "intReq": 2, "agiReq": 2, "defReq": 2, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "id": 987}, {"name": "Erhu", "tier": "Rare", "type": "dagger", "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, "agiReq": 15, "mr": 5, "xpb": 15, "ref": 10, "agi": 7, "spRegen": 10, "fDamPct": -10, "wDamPct": 10, "tDamPct": -10, "id": 995}, {"name": "Equinox", "tier": "Rare", "category": "accessory", "drop": "lootchest", "tDef": -22, "lvl": 88, "intReq": 33, "defReq": 33, "expd": 6, "spRegen": 6, "fDamPct": 9, "wDamPct": 9, "type": "ring", "id": 994}, {"name": "Erratio", "tier": "Legendary", "type": "chestplate", "poison": 61, "thorns": 11, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 413, "lvl": 35, "dexReq": 6, "agiReq": 12, "ls": 55, "ref": 3, "spRegen": -2, "hprRaw": -6, "mdRaw": 16, "aDamPct": 4, "aDefPct": 13, "id": 993}, {"name": "Errant", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 500, "fDef": -60, "aDef": 60, "lvl": 95, "agiReq": 45, "sdPct": 7, "spd": 8, "fDamPct": -5, "aDamPct": 5, "fDefPct": -10, "type": "necklace", "id": 992}, {"name": "Eruption", "tier": "Legendary", "type": "bow", "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, "strReq": 30, "defReq": 10, "sdPct": -15, "mdPct": 25, "str": 7, "def": 9, "expd": 25, "spd": -15, "hpBonus": 550, "fDamPct": 20, "id": 997}, {"name": "Esclavage", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 550, "lvl": 93, "strReq": 15, "defReq": 45, "xpb": 7, "lb": 5, "str": 5, "dex": -1, "def": 5, "spd": -4, "type": "bracelet", "id": 999}, {"name": "Espoir", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 7, "lb": 7, "spRegen": 3, "type": "ring", "id": 1000}, {"name": "Esper's Focus", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "400-505", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 84, "intReq": 40, "mr": 5, "mdPct": -40, "xpb": 15, "hpBonus": -700, "wDamPct": 30, "id": 998}, {"name": "Estuarine", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-74", "fDam": "0-0", "wDam": "71-85", "aDam": "0-0", "tDam": "0-0", "eDam": "100-110", "atkSpd": "NORMAL", "lvl": 71, "strReq": 28, "intReq": 32, "mr": 5, "mdPct": -20, "int": 8, "spd": -12, "mdRaw": 130, "wDamPct": 35, "eDefPct": 30, "id": 1002}, {"name": "Essence Bastion", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "140-165", "fDam": "110-140", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 84, "defReq": 40, "spd": -10, "hpBonus": 1385, "spRegen": 10, "hprRaw": 125, "id": 1001}, {"name": "Eternity's Edge", "tier": "Unique", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "340-340", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "340-340", "eDam": "340-340", "atkSpd": "SUPER_SLOW", "lvl": 77, "strReq": 35, "dexReq": 35, "ms": 10, "str": 16, "dex": 16, "spd": -16, "sdRaw": 140, "spRaw2": -10, "id": 1004}, {"name": "Ethereal", "tier": "Legendary", "type": "wand", "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, "intReq": 60, "mr": 10, "sdPct": 25, "mdPct": -20, "int": 7, "agi": 7, "spRegen": 10, "wDamPct": 7, "aDamPct": 19, "eDamPct": -30, "tDefPct": -20, "id": 1003}, {"name": "Etikal", "tier": "Unique", "type": "bow", "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, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "xpb": 5, "lb": 5, "id": 1005}, {"name": "Euthanasia", "tier": "Rare", "type": "dagger", "poison": 100, "category": "weapon", "drop": "NORMAL", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 17, "spRegen": -10, "hprRaw": -8, "sdRaw": 32, "id": 1008}, {"name": "Evalach", "tier": "Rare", "type": "leggings", "thorns": 4, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "fDef": 12, "lvl": 27, "defReq": 12, "hprPct": 18, "ref": 4, "def": 8, "spd": -7, "wDamPct": -6, "wDefPct": -6, "id": 1010}, {"name": "Evanescent", "tier": "Legendary", "type": "bow", "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, "intReq": 30, "agiReq": 20, "mr": 5, "mdPct": -40, "ms": 5, "agi": 10, "spd": 15, "wDamPct": 15, "aDamPct": 20, "id": 1006}, {"name": "Evening Primrose", "tier": "Legendary", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 2000, "fDef": 60, "wDef": -40, "aDef": -40, "tDef": 60, "eDef": -40, "lvl": 67, "dexReq": 30, "defReq": 30, "hprPct": 12, "def": 13, "spd": -15, "hpBonus": -500, "hprRaw": 70, "fDamPct": 15, "tDamPct": 15, "id": 1015}, {"name": "Evaporator", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1400, "aDef": -70, "lvl": 60, "intReq": 20, "defReq": 35, "spd": -8, "aDamPct": -18, "aDefPct": -13, "id": 1009}, {"name": "Euouae", "tier": "Rare", "category": "accessory", "drop": "lootchest", "fDef": -75, "lvl": 75, "dexReq": 30, "agiReq": 60, "dex": 5, "agi": 9, "spd": 6, "fDamPct": -15, "tDamPct": 5, "type": "bracelet", "id": 1007}, {"name": "Event Horizon", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-140", "eDam": "0-140", "atkSpd": "VERY_FAST", "lvl": 99, "strReq": 55, "dexReq": 55, "hpBonus": 5000, "wDamPct": -35, "fDefPct": -76, "wDefPct": -76, "aDefPct": -76, "tDefPct": -76, "eDefPct": -76, "id": 1012}, {"name": "Example", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 78, "int": 8, "type": "bracelet", "id": 3626}, {"name": "Executioner Helmet", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "lvl": 75, "mdPct": 27, "ls": 265, "ms": 10, "hpBonus": 115, "sdRaw": 150, "id": 1013}, {"name": "Exhaustion", "tier": "Rare", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2750, "fDef": 140, "wDef": -65, "lvl": 90, "defReq": 70, "hprPct": 35, "mr": -5, "ls": 345, "def": 7, "spd": -20, "atkTier": -1, "hpBonus": 500, "hprRaw": 150, "fDefPct": 18, "id": 1014}, {"name": "Exion", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 21, "tDef": 3, "eDef": -6, "lvl": 5, "mr": 5, "spd": 6, "sdRaw": 4, "id": 1018}, {"name": "Facedown", "tier": "Unique", "type": "helmet", "thorns": -15, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2000, "fDef": -30, "wDef": -30, "aDef": -30, "tDef": -30, "eDef": -30, "lvl": 89, "dexReq": 55, "sdPct": 20, "mdPct": 20, "xpb": 15, "ref": -15, "dex": 10, "agi": -5, "tDamPct": 15, "id": 1017}, {"name": "Exosphere", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1800, "aDef": 60, "tDef": 60, "eDef": -120, "lvl": 81, "dexReq": 24, "agiReq": 24, "mr": 5, "sdPct": 18, "ref": 18, "spRegen": 6, "aDamPct": 6, "tDamPct": 6, "aDefPct": 6, "tDefPct": 6, "id": 1016}, {"name": "Facile", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 99, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 8, "sdPct": 6, "mdPct": 6, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "type": "ring", "id": 1019}, {"name": "Facetious", "tier": "Unique", "category": "accessory", "drop": "lootchest", "aDef": 40, "tDef": -20, "lvl": 98, "strReq": 50, "sdPct": 7, "mdPct": -6, "spd": 5, "wDamPct": 5, "type": "bracelet", "id": 1020}, {"name": "Faith Healer", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1750, "wDef": 65, "aDef": 65, "lvl": 78, "intReq": 40, "agiReq": 40, "hprPct": 15, "sdPct": -15, "mdPct": -15, "spRegen": 20, "hprRaw": 75, "wDefPct": 10, "aDefPct": 10, "id": 1021}, {"name": "Faith of the Bovemist", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 45, "int": 4, "spRegen": 15, "tDefPct": 7, "type": "ring", "id": 1023}, {"name": "Faded", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 190, "lvl": 39, "xpb": 15, "ref": 5, "spRegen": 3, "id": 1024}, {"name": "Far Cosmos", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 3500, "lvl": 100, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "str": 9, "dex": 9, "int": 9, "agi": 9, "def": 9, "spPct2": -1, "id": 1022}, {"name": "Fatigue", "tier": "Unique", "type": "dagger", "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, "spd": -6, "mdRaw": 26, "id": 1029}, {"name": "Fate's Shear", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "45-50", "aDam": "0-0", "tDam": "0-0", "eDam": "65-105", "atkSpd": "SUPER_FAST", "lvl": 97, "strReq": 45, "intReq": 50, "ms": 5, "spRegen": 10, "hprRaw": -300, "sdRaw": 180, "mdRaw": 85, "wDamPct": 15, "eDamPct": 15, "fDefPct": -35, "id": 1026}, {"name": "Fault Lines", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "125-130", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "125-130", "atkSpd": "VERY_SLOW", "lvl": 32, "strReq": 15, "defReq": 15, "mdPct": 18, "str": 8, "agi": -10, "def": 8, "spd": -15, "fDamPct": 18, "aDamPct": -20, "eDamPct": 18, "aDefPct": -20, "id": 1025}, {"name": "Faustian Contract", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "200-225", "wDam": "0-0", "aDam": "0-0", "tDam": "175-250", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 86, "dexReq": 50, "defReq": 40, "hprPct": -25, "mr": -10, "sdPct": 30, "ms": 10, "expd": 20, "spd": -20, "atkTier": -1, "mdRaw": 550, "id": 1027}, {"name": "Ex Nihilo", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4000, "fDef": -100, "wDef": -100, "lvl": 98, "strReq": 50, "agiReq": 50, "sdPct": 25, "ls": 280, "int": 15, "def": -15, "spd": 15, "mdRaw": 235, "fDamPct": -40, "id": 1011}, {"name": "Featherweight", "tier": "Rare", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 18, "lvl": 8, "agi": 4, "spd": 11, "id": 1031}, {"name": "Feedback", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "40-100", "eDam": "0-0", "atkSpd": "FAST", "lvl": 93, "dexReq": 45, "ref": 25, "dex": 17, "hprRaw": -90, "tDamPct": 16, "eDamPct": -16, "wDefPct": -8, "id": 1028}, {"name": "Fehu", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 97, "xpb": 7, "lb": 13, "type": "ring", "id": 1033}, {"name": "Feithid", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 270, "fDef": -5, "lvl": 40, "agiReq": 20, "ls": 20, "agi": 7, "spd": 7, "aDamPct": 7, "id": 1032}, {"name": "Female Pirate Wig", "tier": "Unique", "type": "helmet", "allowCraftsman": true, "category": "armor", "drop": "never", "hp": 3075, "lvl": 98, "xpb": 10, "lb": 15, "spd": 5, "eSteal": 3, "fixID": true, "id": 1037}, {"name": "Favian's Wing", "tier": "Rare", "category": "accessory", "drop": "lootchest", "aDef": -10, "tDef": -15, "lvl": 36, "agiReq": 20, "spd": 12, "aDamPct": 5, "type": "bracelet", "id": 1030}, {"name": "Fenmask", "tier": "Legendary", "type": "helmet", "thorns": 80, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "wDef": 105, "eDef": 140, "lvl": 81, "strReq": 30, "intReq": 30, "hprPct": 30, "mr": 5, "ref": -40, "wDamPct": 18, "eDamPct": 18, "id": 1035}, {"name": "Fermion", "tier": "Unique", "type": "boots", "thorns": 15, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3225, "fDef": 75, "wDef": 75, "aDef": 75, "tDef": 75, "eDef": 75, "lvl": 100, "strReq": 40, "dexReq": 40, "intReq": 40, "agiReq": 40, "defReq": 40, "mr": 10, "sdPct": -7, "mdPct": -7, "ref": 15, "spRegen": 15, "id": 1034}, {"name": "Fern", "tier": "Rare", "type": "spear", "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, "hprPct": 8, "ls": 11, "hpBonus": 40, "id": 1036}, {"name": "Fever Dream", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "39-39", "fDam": "39-39", "wDam": "0-0", "aDam": "39-39", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 79, "agiReq": 35, "defReq": 35, "mr": -5, "sdPct": 28, "mdPct": 28, "str": 10, "dex": 10, "fDefPct": -26, "wDefPct": -33, "aDefPct": -26, "id": 1041}, {"name": "Fibreglass", "tier": "Unique", "type": "dagger", "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, "strReq": 17, "agiReq": 17, "sdPct": -10, "mdPct": 10, "mdRaw": 46, "fDefPct": -30, "id": 1039}, {"name": "Fierte", "tier": "Legendary", "type": "spear", "thorns": 8, "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, "defReq": 35, "ref": 8, "def": 8, "hpBonus": 700, "fDamPct": 13, "wDefPct": -20, "id": 1040}, {"name": "Fierce Thunder", "tier": "Legendary", "type": "spear", "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, "dexReq": 20, "sdPct": 7, "mdPct": 7, "xpb": 8, "spd": 15, "wDamPct": 20, "tDefPct": 10, "eDefPct": -25, "id": 1038}, {"name": "Fiery Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "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, "id": 1043}, {"name": "Fiery Relik", "tier": "Normal", "type": "relik", "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, "id": 1045}, {"name": "Fiery Bow", "tier": "Normal", "type": "bow", "category": "weapon", "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, "id": 1042}, {"name": "Fiery Spear", "tier": "Normal", "type": "spear", "category": "weapon", "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, "id": 1044}, {"name": "Fiery Wand", "tier": "Normal", "type": "wand", "category": "weapon", "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, "id": 1048}, {"name": "Fiery Torc", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 400, "fDef": 40, "wDef": -40, "lvl": 69, "defReq": 25, "hprPct": 12, "def": 4, "fDamPct": 7, "type": "necklace", "id": 1047}, {"name": "Fighting Spirit", "tier": "Rare", "type": "spear", "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, "hprPct": 15, "sdPct": 12, "mdPct": 12, "fDamPct": 19, "wDamPct": 19, "aDamPct": 19, "tDamPct": 19, "eDamPct": 19, "fDefPct": -15, "wDefPct": -15, "aDefPct": -15, "tDefPct": -15, "eDefPct": -15, "id": 1046}, {"name": "Fingertrap", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 55, "dex": -1, "hprRaw": -5, "mdRaw": 26, "type": "ring", "id": 1049}, {"name": "Finesse", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 89, "dexReq": 25, "intReq": 25, "dex": 5, "int": 4, "sdRaw": 35, "type": "ring", "id": 1050}, {"name": "Fire Relic Bow", "tier": "Rare", "type": "bow", "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, "defReq": 20, "xpb": 15, "lb": 15, "def": 7, "hpBonus": 440, "hprRaw": 40, "fDamPct": 10, "fDefPct": 20, "id": 1055}, {"name": "Fire Relic Spear", "tier": "Rare", "type": "spear", "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, "defReq": 25, "xpb": 15, "lb": 15, "def": 7, "hpBonus": 770, "hprRaw": 65, "fDamPct": 10, "fDefPct": 20, "id": 1053}, {"name": "Fire Relic Daggers", "tier": "Rare", "type": "dagger", "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": 65, "defReq": 25, "xpb": 15, "lb": 15, "def": 7, "hpBonus": 920, "hprRaw": 80, "fDamPct": 10, "fDefPct": 20, "id": 1052}, {"name": "Fireball", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": -30, "lvl": 86, "defReq": 30, "sdPct": 5, "expd": 4, "fDamPct": 8, "wDamPct": -10, "type": "ring", "id": 1051}, {"name": "Fire Relic Wand", "tier": "Rare", "type": "wand", "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, "defReq": 20, "xpb": 15, "lb": 15, "def": 7, "hpBonus": 590, "hprRaw": 50, "fDamPct": 10, "fDefPct": 20, "id": 1068}, {"name": "Firecloud", "tier": "Unique", "category": "accessory", "drop": "lootchest", "aDef": 4, "lvl": 38, "def": 3, "mdRaw": 13, "fDamPct": 4, "type": "ring", "id": 1057}, {"name": "Firesworn", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "61-82", "fDam": "61-82", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 57, "defReq": 25, "sdPct": 61, "mdPct": 15, "hprRaw": -36, "fDamPct": 20, "fDefPct": -25, "id": 1060}, {"name": "Firequake", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 70, "wDef": -85, "aDef": -85, "eDef": 70, "lvl": 63, "strReq": 40, "defReq": 30, "xpb": 6, "str": 5, "expd": 26, "hprRaw": -65, "fDamPct": 21, "eDamPct": 21, "id": 1058}, {"name": "Firefly", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 65, "wDef": -70, "aDef": 50, "lvl": 66, "agiReq": 20, "defReq": 20, "hprPct": 20, "ls": 105, "agi": 5, "spd": 6, "fDamPct": 8, "aDefPct": 8, "id": 1054}, {"name": "Fishscale", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2525, "fDef": 80, "wDef": 80, "tDef": -180, "lvl": 93, "intReq": 40, "defReq": 40, "ms": 10, "spd": 7, "sdRaw": 175, "fDamPct": 15, "wDamPct": 15, "aDefPct": -15, "tDefPct": -30, "id": 1059}, {"name": "Fission Blade", "tier": "Rare", "type": "spear", "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, "dexReq": 25, "defReq": 25, "sdPct": 5, "mdPct": 5, "ls": 150, "expd": 33, "hprRaw": -70, "fDamPct": 5, "wDamPct": -143, "tDamPct": 5, "id": 1063}, {"name": "Flameshot Hilt", "tier": "Legendary", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "1100-1300", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 93, "defReq": 60, "mdPct": 15, "def": 20, "expd": 45, "fDamPct": 25, "wDamPct": -150, "fDefPct": 35, "spRaw3": -15, "id": 1062}, {"name": "Firestorm Bellows", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-95", "fDam": "45-135", "wDam": "0-0", "aDam": "45-135", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "agiReq": 50, "defReq": 50, "mdPct": 15, "int": -8, "expd": 30, "spd": 20, "hpBonus": 750, "hprRaw": -125, "fDamPct": 15, "wDefPct": -33, "id": 1056}, {"name": "Fissure", "tier": "Legendary", "type": "spear", "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, "strReq": 40, "sdPct": -9, "mdPct": 18, "str": 10, "expd": 26, "spd": -10, "fDamPct": 25, "aDamPct": -10, "eDamPct": 11, "aDefPct": -12, "id": 1061}, {"name": "Flamiche", "tier": "Unique", "type": "bow", "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, "defReq": 25, "hprPct": 16, "def": 7, "hpBonus": 250, "fDefPct": 10, "wDefPct": -5, "id": 1064}, {"name": "Flaming Bow", "tier": "Unique", "type": "bow", "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, "hpBonus": 16, "id": 1065}, {"name": "Flaming Fangs", "tier": "Unique", "type": "dagger", "thorns": 12, "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, "str": -3, "def": 10, "expd": 5, "sdRaw": 50, "id": 1066}, {"name": "Flash", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "36-100", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 75, "dexReq": 50, "agiReq": 20, "ms": 5, "dex": 4, "agi": 8, "spd": 20, "hpBonus": -400, "id": 1069}, {"name": "Flare Blitz", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "73-87", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 41, "defReq": 24, "mdPct": 10, "ls": 40, "def": 8, "hpBonus": -100, "hprRaw": -15, "fDamPct": 8, "id": 1067}, {"name": "Flashing Boots", "tier": "Unique", "type": "boots", "thorns": 20, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2100, "aDef": 60, "tDef": 100, "eDef": -200, "lvl": 87, "dexReq": 30, "agiReq": 15, "ref": 20, "int": -40, "spd": 8, "spPct1": -17, "spPct2": -10, "spPct3": -17, "spPct4": -10, "id": 1070}, {"name": "Flawed Golden Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 58, "lvl": 17, "id": 1074}, {"name": "Flawed Golden Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 44, "lvl": 15, "id": 1071}, {"name": "Flawless Andesite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "77-84", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 39, "id": 1075}, {"name": "Flawless Andesite Shears", "displayName": "Flawless Andesite Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "43-52", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 39, "id": 1076}, {"name": "Flawed Leather Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 35, "lvl": 13, "id": 1073}, {"name": "Flawless Andesite Bow", "tier": "Normal", "type": "bow", "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, "id": 1077}, {"name": "Flawless Andesite Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "80-109", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 39, "id": 1078}, {"name": "Flawed Leather Cap", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 31, "lvl": 11, "id": 1072}, {"name": "Flawless Birch Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "49-53", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 36, "id": 1080}, {"name": "Flawless Andesite Stick", "displayName": "Flawless Andesite Wand", "tier": "Normal", "type": "wand", "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, "id": 1083}, {"name": "Flawless Birch Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "63-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 36, "id": 1079}, {"name": "Flawless Birch Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "35-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 36, "id": 1085}, {"name": "Flawless Birch Stick", "displayName": "Flawless Birch Wand", "tier": "Normal", "type": "wand", "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, "id": 1082}, {"name": "Flawless Chain Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 155, "lvl": 33, "id": 1084}, {"name": "Flawless Birch Shears", "displayName": "Flawless Birch Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "29-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 36, "id": 1081}, {"name": "Flawless Chain Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 135, "lvl": 31, "id": 1089}, {"name": "Flawless Chain Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 192, "lvl": 37, "id": 1086}, {"name": "Flawless Chain Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 176, "lvl": 35, "id": 1087}, {"name": "Flawless Diorite Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "178-207", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 47, "id": 1092}, {"name": "Flawless Diorite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "104-112", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 47, "id": 1088}, {"name": "Flawless Diorite Shears", "displayName": "Flawless Diorite Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-68", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 47, "id": 1090}, {"name": "Flawless Diorite Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "112-145", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 47, "id": 1091}, {"name": "Flawless Granite Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "213-277", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 54, "id": 1097}, {"name": "Flawless Diorite Stick", "displayName": "Flawless Diorite Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "47-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 47, "id": 1095}, {"name": "Flawless Granite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "135-141", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 54, "id": 1093}, {"name": "Flawless Granite Shears", "displayName": "Flawless Granite Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "75-88", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 54, "id": 1094}, {"name": "Flawless Granite Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "150-176", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 54, "id": 1096}, {"name": "Flawless Jungle Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "122-143", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 53, "id": 1098}, {"name": "Flawless Granite Stick", "displayName": "Flawless Granite Wand", "tier": "Normal", "type": "wand", "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, "id": 1099}, {"name": "Flawless Jungle Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "92-97", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "id": 1101}, {"name": "Flawless Jungle Shears", "displayName": "Flawless Jungle Dagger", "tier": "Normal", "type": "dagger", "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, "id": 1122}, {"name": "Flawless Jungle Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "77-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 53, "id": 1100}, {"name": "Flawless Jungle Stick", "displayName": "Flawless Jungle Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "41-54", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "id": 1103}, {"name": "Flawless Light Birch Bow", "tier": "Normal", "type": "bow", "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, "id": 1104}, {"name": "Flawless Light Birch Shears", "displayName": "Flawless Light Birch Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 42, "id": 1107}, {"name": "Flawless Light Birch Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "50-52", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "id": 1102}, {"name": "Flawless Light Birch Spear", "tier": "Normal", "type": "spear", "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, "id": 1108}, {"name": "Flawless Light Jungle Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-82", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "id": 1110}, {"name": "Flawless Light Birch Stick", "displayName": "Flawless Light Birch Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "23-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "id": 1106}, {"name": "Flawless Light Jungle Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-112", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "id": 1105}, {"name": "Flawless Light Jungle Shears", "displayName": "Flawless Light Jungle Dagger", "tier": "Normal", "type": "dagger", "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, "id": 1111}, {"name": "Flawless Light Jungle Stick", "displayName": "Flawless Light Jungle Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "36-45", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "id": 1109}, {"name": "Flawless Light Jungle Spear", "tier": "Normal", "type": "spear", "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, "id": 1112}, {"name": "Flawless Light Oak Bow", "tier": "Normal", "type": "bow", "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, "id": 1113}, {"name": "Flawless Light Oak Shears", "displayName": "Flawless Light Oak Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "21-29", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 33, "id": 1118}, {"name": "Flawless Light Oak Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "35-37", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 33, "id": 1114}, {"name": "Flawless Light Oak Stick", "displayName": "Flawless Light Oak Wand", "tier": "Normal", "type": "wand", "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, "id": 1117}, {"name": "Flawless Light Oak Spear", "tier": "Normal", "type": "spear", "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, "id": 1115}, {"name": "Flawless Light Spruce Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "72-98", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 50, "id": 1119}, {"name": "Flawless Light Spruce Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "67-69", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "id": 1125}, {"name": "Flawless Light Spruce Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-63", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 50, "id": 1123}, {"name": "Flawless Light Spruce Stick", "displayName": "Flawless Light Spruce Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-38", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "id": 1120}, {"name": "Flawless Light Spruce Shears", "displayName": "Flawless Light Spruce Dagger", "tier": "Normal", "type": "dagger", "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, "id": 1116}, {"name": "Flawless Oak Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "41-58", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 28, "id": 1121}, {"name": "Flawless Oak Shears", "displayName": "Flawless Oak Dagger", "tier": "Normal", "type": "dagger", "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, "id": 1126}, {"name": "Flawless Oak Spear", "tier": "Normal", "type": "spear", "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, "id": 1127}, {"name": "Flawless Oak Stick", "displayName": "Flawless Oak Wand", "tier": "Normal", "type": "wand", "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, "id": 1129}, {"name": "Flawless Spruce Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-74", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "id": 1130}, {"name": "Flawless Spruce Bow", "tier": "Normal", "type": "bow", "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": "SLOW", "lvl": 45, "id": 1128}, {"name": "Flawless Spruce Shears", "displayName": "Flawless Spruce Dagger", "tier": "Normal", "type": "dagger", "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, "id": 1132}, {"name": "Flawless Spruce Spear", "tier": "Normal", "type": "spear", "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, "id": 1131}, {"name": "Flawless Stone Bow", "tier": "Normal", "type": "bow", "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, "id": 1137}, {"name": "Flawless Spruce Stick", "displayName": "Flawless Spruce Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "31-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "id": 1134}, {"name": "Flawless Stone Shears", "displayName": "Flawless Stone Dagger", "tier": "Normal", "type": "dagger", "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, "id": 1135}, {"name": "Flawless Stone Stick", "displayName": "Flawless Stone Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-31", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 30, "id": 1133}, {"name": "Flawless Stone Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "55-76", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 30, "id": 1136}, {"name": "Fleet", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 345, "wDef": 15, "aDef": 15, "tDef": -20, "lvl": 43, "intReq": 10, "agiReq": 20, "mdPct": -8, "xpb": 9, "int": 5, "spd": 14, "mdRaw": -45, "aDamPct": 7, "wDefPct": 11, "aDefPct": 10, "id": 1140}, {"name": "Flex", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -95, "aDef": 40, "eDef": 50, "lvl": 72, "strReq": 70, "mr": -5, "mdPct": 12, "str": 8, "int": -6, "agi": 5, "hpBonus": 400, "mdRaw": 130, "id": 1139}, {"name": "Flood Bath", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "150-156", "wDam": "147-159", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 76, "intReq": 30, "defReq": 30, "sdPct": -11, "mdPct": -11, "hpBonus": 661, "fDamPct": 33, "wDamPct": 33, "aDamPct": -33, "tDamPct": -33, "eDamPct": -33, "spPct3": -23, "id": 1143}, {"name": "Flintlock", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "145-150", "fDam": "40-170", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-170", "atkSpd": "SLOW", "lvl": 86, "strReq": 35, "defReq": 35, "mdPct": 7, "str": 25, "def": 25, "expd": 40, "spd": -7, "wDefPct": -14, "id": 1142}, {"name": "Floodgate", "tier": "Unique", "type": "spear", "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, "intReq": 55, "sdPct": 10, "int": 13, "fDamPct": -40, "wDamPct": 10, "aDamPct": -40, "tDamPct": -40, "eDamPct": -40, "id": 1141}, {"name": "Fluffster", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-95", "fDam": "0-0", "wDam": "0-0", "aDam": "85-140", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 72, "agiReq": 15, "hprPct": 19, "xpb": 5, "ref": 10, "spd": 15, "hpBonus": 300, "id": 1144}, {"name": "Hero's End", "displayName": "Flummox", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2750, "fDef": 115, "wDef": -130, "tDef": 115, "eDef": -100, "lvl": 94, "dexReq": 40, "defReq": 40, "hprPct": 25, "mdPct": -15, "ls": 245, "def": 9, "sdRaw": 175, "fDamPct": 14, "tDamPct": 14, "eDamPct": -35, "id": 1354}, {"name": "Flawless Stone Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "51-59", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 30, "id": 1138}, {"name": "Fluffy Spear", "tier": "Unique", "type": "spear", "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, "defReq": 10, "mdPct": -15, "def": 8, "hpBonus": 125, "fDefPct": 8, "aDefPct": 8, "id": 1148}, {"name": "Fluorescence", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "lvl": 82, "hprPct": 20, "ref": 20, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 20, "eSteal": 6, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "id": 88}, {"name": "Flux and Flow", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "28-34", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "12-14", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 25, "dexReq": 10, "sdPct": 5, "sdRaw": 27, "wDamPct": 13, "tDamPct": 5, "spPct1": 14, "id": 1145}, {"name": "Fluorine", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -1, "lvl": 9, "mdPct": 7, "expd": 2, "type": "necklace", "id": 1146}, {"name": "Foam Bracer", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": 30, "aDef": 10, "tDef": -45, "lvl": 66, "intReq": 15, "sdPct": 6, "xpb": 6, "wDamPct": 4, "type": "bracelet", "id": 1149}, {"name": "Flush", "tier": "Unique", "type": "wand", "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, "intReq": 30, "spd": 8, "wDamPct": 20, "tDefPct": -20, "id": 1147}, {"name": "Fog", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": 10, "aDef": 30, "tDef": -25, "eDef": -40, "lvl": 68, "intReq": 10, "agiReq": 25, "wDamPct": 4, "aDamPct": 7, "wDefPct": 4, "aDefPct": 7, "type": "bracelet", "id": 1151}, {"name": "Follow The Wind", "displayName": "Follow the Wind", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "aDef": 50, "eDef": 40, "lvl": 90, "agiReq": 60, "mdPct": -10, "xpb": 10, "ref": 10, "spd": 18, "eDamPct": -10, "type": "bracelet", "id": 1153}, {"name": "Fog of Creation", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "165-200", "fDam": "55-60", "wDam": "55-60", "aDam": "55-60", "tDam": "55-60", "eDam": "55-60", "atkSpd": "SLOW", "lvl": 100, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprRaw": 200, "sdRaw": 140, "mdRaw": 180, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 1182}, {"name": "Foot Warmers", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 550, "fDef": 30, "lvl": 48, "defReq": 10, "hprPct": 15, "xpb": 6, "def": 5, "spd": -5, "fDamPct": 7, "wDefPct": 6, "aDefPct": 6, "id": 1150}, {"name": "Foreboding", "tier": "Rare", "category": "accessory", "drop": "lootchest", "tDef": 50, "lvl": 93, "dexReq": 50, "mdPct": 5, "xpb": 5, "dex": 7, "eDamPct": -20, "type": "bracelet", "id": 1154}, {"name": "Fortitude", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 40, "fDef": 5, "wDef": -8, "lvl": 28, "defReq": 12, "mdPct": -6, "def": 5, "spd": -6, "hpBonus": 25, "hprRaw": 6, "type": "bracelet", "id": 1156}, {"name": "Forgotten", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 36, "lvl": 12, "lb": 7, "str": 2, "dex": 3, "int": 2, "agi": 1, "def": 3, "id": 1152}, {"name": "Fractured", "tier": "Legendary", "thorns": 6, "category": "accessory", "drop": "lootchest", "hp": 300, "fDef": 30, "wDef": -60, "tDef": 20, "lvl": 95, "dexReq": 40, "defReq": 40, "ls": 165, "int": -4, "hpBonus": 150, "type": "ring", "id": 1161}, {"name": "Fragment", "tier": "Rare", "type": "wand", "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, "dexReq": 40, "agiReq": 40, "mdPct": 18, "ms": -5, "aDamPct": 14, "tDamPct": 14, "fDefPct": -30, "wDefPct": -25, "eDefPct": -15, "id": 1159}, {"name": "Fourchette", "tier": "Unique", "type": "spear", "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, "hprPct": 11, "id": 1157}, {"name": "Frenzy", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "39-109", "fDam": "0-0", "wDam": "0-0", "aDam": "29-69", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "agiReq": 50, "spd": 23, "atkTier": 1, "mdRaw": 50, "fDefPct": -10, "wDefPct": -10, "aDefPct": -5, "tDefPct": -10, "eDefPct": -10, "id": 1164}, {"name": "Frenzied Mockery", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2727, "fDef": 95, "wDef": -135, "aDef": -75, "tDef": 115, "lvl": 90, "dexReq": 50, "defReq": 40, "sdPct": 20, "ms": 5, "hpBonus": -400, "sdRaw": 144, "fDamPct": 14, "tDamPct": 14, "fDefPct": -50, "tDefPct": -50, "id": 1158}, {"name": "Founder", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 500, "aDef": -50, "eDef": 50, "lvl": 97, "strReq": 25, "defReq": 35, "hprPct": 12, "str": 5, "def": 4, "spd": -6, "hpBonus": 270, "type": "necklace", "id": 1155}, {"name": "Frigid", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1270, "fDef": -75, "wDef": 75, "aDef": 75, "tDef": -75, "lvl": 74, "intReq": 35, "agiReq": 35, "mr": 5, "int": 4, "agi": 4, "wDamPct": 12, "aDamPct": 12, "fDefPct": -11, "tDefPct": -11, "id": 1160}, {"name": "Frontier", "tier": "Unique", "type": "relik", "thorns": 10, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "363-369", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "182-184", "atkSpd": "VERY_SLOW", "lvl": 78, "strReq": 45, "hprPct": 20, "hpBonus": 800, "aDefPct": 15, "eDefPct": 20, "id": 1163}, {"name": "Frontliner", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3500, "fDef": 50, "aDef": 50, "lvl": 82, "agiReq": 60, "defReq": 60, "ls": 190, "ms": 5, "agi": 9, "def": 15, "wDamPct": -25, "fDefPct": 30, "wDefPct": -30, "aDefPct": 30, "id": 1162}, {"name": "Frostbite", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -100, "wDef": 60, "aDef": 60, "lvl": 63, "intReq": 40, "agiReq": 30, "hprPct": -35, "ms": 10, "wDamPct": 15, "aDamPct": 15, "fDefPct": -20, "id": 1166}, {"name": "Frozen Brook", "tier": "Rare", "type": "wand", "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, "intReq": 20, "mr": 5, "sdPct": 12, "ref": 10, "int": 10, "agi": -5, "spd": -20, "wDamPct": 8, "wDefPct": 15, "tDefPct": -15, "id": 1168}, {"name": "Flawless Oak Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "34-37", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 28, "id": 1124}, {"name": "Frustration", "tier": "Rare", "type": "wand", "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, "defReq": 35, "expd": 15, "hpBonus": 300, "hprRaw": -90, "fDamPct": 10, "eDamPct": 17, "wDefPct": -12, "id": 1167}, {"name": "Frosted Leggings", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -60, "wDef": 60, "lvl": 57, "intReq": 30, "ms": 5, "int": 7, "spd": -5, "fDamPct": -15, "wDamPct": 20, "fDefPct": -35, "wDefPct": 30, "id": 1165}, {"name": "Full Charge", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "490-605", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 77, "mr": 5, "sdPct": 13, "ls": 305, "ms": -15, "spd": -15, "id": 1172}, {"name": "Fulmine Belt", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1775, "aDef": -50, "tDef": 100, "eDef": -50, "lvl": 83, "dexReq": 40, "sdPct": 14, "mdPct": 14, "dex": 6, "expd": 14, "aDamPct": -10, "tDamPct": 10, "tDefPct": 10, "id": 1169}, {"name": "Fyrespit", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "115-160", "fDam": "120-180", "wDam": "45-70", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 81, "intReq": 35, "defReq": 30, "mr": 5, "xpb": 8, "hpBonus": 1500, "hprRaw": 100, "fDamPct": 10, "wDamPct": 15, "id": 1173}, {"name": "Funnel", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 20, "lvl": 7, "ls": 2, "xpb": 5, "id": 1171}, {"name": "Fuse", "tier": "Rare", "category": "accessory", "drop": "lootchest", "fDef": 50, "lvl": 75, "hprRaw": 30, "type": "ring", "id": 1170}, {"name": "Gert Bow", "displayName": "Gert Shootstick Tossflinger", "tier": "Legendary", "type": "bow", "quest": "The Hunger of Gerts Part 2", "category": "weapon", "drop": "never", "restrict": "Untradable", "nDam": "1350-1750", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 79, "strReq": 70, "sdPct": -60, "mdPct": 30, "atkTier": -1, "mdRaw": 710, "fixID": true, "id": 1219}, {"name": "Gert Boots", "displayName": "Gert Shakestomper Toefeet", "tier": "Rare", "type": "boots", "quest": "The Hunger of Gerts Part 1", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 1800, "aDef": -80, "eDef": 70, "lvl": 78, "strReq": 60, "mdPct": 50, "expd": 40, "spd": -15, "atkTier": -1, "mdRaw": 300, "fixID": true, "id": 1174}, {"name": "Gert Knife", "displayName": "Gert Swingpoke Cuttyrock", "tier": "Legendary", "type": "dagger", "quest": "The Hunger of Gerts Part 2", "poison": 800, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "22-222", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 79, "strReq": 30, "dexReq": 40, "mr": -10, "atkTier": 1, "tDamPct": 20, "fixID": true, "id": 1176}, {"name": "Gert Hammer", "displayName": "Gert Rock Smashbanger", "tier": "Legendary", "type": "spear", "quest": "The Hunger of Gerts Part 2", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "450-550", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 79, "strReq": 40, "hprPct": -30, "str": 5, "eDamPct": 65, "fixID": true, "id": 1175}, {"name": "Gert Relik", "displayName": "Gert Bangswing Manypointystick", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NEVER", "restrict": "Untradable", "nDam": "650-880", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 79, "strReq": 55, "agiReq": 35, "sdPct": -300, "ms": 10, "xpb": 6, "atkTier": -1, "mdRaw": 410, "eDamPct": 20, "fixID": true, "id": 421}, {"name": "Gert Leggings", "displayName": "Gert Bumpstump Legcovercloth", "tier": "Rare", "type": "leggings", "quest": "The Hunger of Gerts Part 1", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2000, "fDef": 50, "wDef": 50, "aDef": 70, "eDef": 70, "lvl": 78, "strReq": 25, "agiReq": 25, "sdPct": -20, "mdPct": 8, "str": 4, "agi": 4, "fixID": true, "id": 1191}, {"name": "Gert Super Special Magic Ultistick", "tier": "Legendary", "type": "wand", "quest": "The Hunger of Gerts Part 2", "category": "weapon", "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, "sdPct": -1, "id": 1177}, {"name": "Gert Wand", "displayName": "Gert Whooshy Bonkpole", "tier": "Legendary", "type": "wand", "quest": "The Hunger of Gerts Part 2", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "140-340", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 79, "strReq": 40, "agiReq": 40, "sdPct": -45, "mdPct": 30, "spd": 7, "wDamPct": -20, "aDamPct": 30, "fixID": true, "id": 1179}, {"name": "Reinforced Gert Chestplate", "displayName": "Gert Veryhard Chestclothes", "tier": "Rare", "type": "chestplate", "quest": "The Hunger of Gerts Part 1", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2425, "fDef": 110, "wDef": -70, "lvl": 78, "defReq": 40, "sdPct": -15, "mdPct": 12, "def": 6, "eDamPct": 15, "fixID": true, "id": 1178}, {"name": "Gale's Force", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-123", "fDam": "0-0", "wDam": "0-0", "aDam": "100-123", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "agiReq": 55, "xpb": 15, "ref": 15, "dex": 7, "agi": 13, "spd": 30, "spRegen": 15, "aDamPct": 25, "eDamPct": -50, "id": 1180}, {"name": "Gale Rider", "tier": "Unique", "type": "spear", "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, "agiReq": 15, "lb": 12, "agi": 8, "def": -5, "spd": 20, "hpBonus": -60, "aDefPct": 11, "id": 1186}, {"name": "Galloping Spurs", "tier": "Fabled", "type": "boots", "majorIds": ["CAVALRYMAN"], "thorns": 10, "category": "armor", "drop": "NORMAL", "hp": 560, "eDef": 20, "lvl": 40, "strReq": 25, "mdPct": 8, "xpb": 15, "spd": 10, "eDamPct": 15, "id": 1187}, {"name": "Galaxy Piercer", "tier": "Rare", "type": "bow", "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, "hprPct": 5, "sdPct": 5, "dex": 3, "id": 1183}, {"name": "Galena", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "fDef": 60, "wDef": -80, "lvl": 59, "defReq": 45, "mdPct": -15, "ls": 60, "def": 5, "spd": -20, "hpBonus": 200, "hprRaw": 50, "fDamPct": 8, "id": 1181}, {"name": "Galvanization", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1800, "fDef": -80, "wDef": 60, "tDef": 60, "eDef": -80, "lvl": 83, "dexReq": 30, "intReq": 30, "hprPct": -12, "mr": 5, "sdPct": 12, "ms": 5, "fDamPct": -15, "wDamPct": 15, "tDamPct": 15, "eDamPct": -15, "fDefPct": -14, "id": 1185}, {"name": "Gargantuan", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 400, "lvl": 40, "strReq": 15, "sdPct": -10, "mdPct": 20, "str": 7, "spd": -10, "hpBonus": 50, "id": 1188}, {"name": "Garnet", "tier": "Rare", "type": "spear", "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, "intReq": 20, "defReq": 35, "sdPct": 10, "mdPct": -10, "def": 7, "hprRaw": -48, "fDamPct": 18, "id": 1184}, {"name": "Garnet Ring", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 200, "fDef": 20, "lvl": 67, "defReq": 20, "def": 4, "hprRaw": 18, "fDefPct": 6, "type": "ring", "id": 1189}, {"name": "Gavel's Memory", "tier": "Unique", "type": "wand", "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, "agiReq": 15, "agi": 4, "spd": 15, "wDamPct": 15, "eDefPct": -15, "id": 1190}, {"name": "Geis", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 850, "wDef": -90, "lvl": 54, "strReq": 40, "dexReq": 40, "ms": 10, "xpb": 25, "int": -15, "agi": -10, "def": -10, "hprRaw": 40, "tDamPct": 15, "eDamPct": 15, "id": 1192}, {"name": "Gemini", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 4550, "lvl": 95, "dexReq": 55, "agiReq": 55, "sdPct": -10, "mdPct": -10, "ls": 310, "ms": 10, "dex": 10, "agi": 10, "spd": 15, "eSteal": 8, "fDefPct": 25, "wDefPct": 25, "eDefPct": 25, "id": 1194}, {"name": "Gearbox Stave", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "80-115", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 96, "xpb": 20, "lb": 10, "id": 1193}, {"name": "Genoxyde", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "170-310", "fDam": "0-0", "wDam": "0-0", "aDam": "290-330", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "agiReq": 30, "defReq": 40, "ls": 290, "expd": 15, "spd": 12, "hpBonus": -1000, "fDamPct": 20, "wDefPct": -15, "tDefPct": -15, "eDefPct": -15, "id": 1196}, {"name": "Geothermal", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": -10, "eDef": 10, "lvl": 38, "strReq": 10, "defReq": 5, "hprPct": 10, "mdPct": 6, "fDefPct": 5, "eDefPct": 5, "type": "necklace", "id": 1200}, {"name": "Gert Mask", "tier": "Normal", "type": "helmet", "skin": "eyJ0aW1lc3RhbXAiOjE0MzY1MTUwOTY5NzcsInByb2ZpbGVJZCI6IjA3NmVjZDVhMzEzMzRjMzRiOTEyNDBhNTQ5MGY0YzgwIiwicHJvZmlsZU5hbWUiOiJibWFucnVsZXMiLCJpc1B1YmxpYyI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhhZWUyZjMwMTE2MzhjOTllNDI4NTk2NjRhZWIxM2RlYWRhOGRmZDZiM2ZkYmQ2YmNhNTEzNWE3ZTBlNiJ9fX0=", "category": "armor", "drop": "never", "restrict": "Quest Item", "hp": 1300, "fDef": -40, "eDef": 40, "lvl": 75, "id": 1198}, {"name": "Genesis", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 78, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 35, "spRegen": 10, "hprRaw": 140, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 1195}, {"name": "Gestation", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "42-44", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "21-33", "atkSpd": "SLOW", "lvl": 23, "strReq": 10, "xpb": 15, "str": 5, "spd": -8, "hpBonus": 60, "hprRaw": 25, "spPct1": 14, "spRaw3": -5, "id": 1197}, {"name": "Geyser", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2100, "fDef": 65, "wDef": 65, "aDef": 65, "lvl": 74, "intReq": 35, "agiReq": 35, "defReq": 35, "mr": 10, "mdPct": -20, "agi": 7, "expd": 19, "spd": 15, "hprRaw": 100, "tDamPct": -100, "aDefPct": 15, "id": 1203}, {"name": "Ghostly Blades", "tier": "Unique", "type": "dagger", "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, "intReq": 15, "agiReq": 15, "mdPct": -10, "ms": 10, "str": -5, "int": 7, "agi": 7, "spd": 10, "spRegen": 5, "sdRaw": 30, "id": 1206}, {"name": "Giant's Bracer", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "lvl": 42, "strReq": 20, "mdPct": 19, "str": 12, "dex": -2, "agi": -2, "spd": -7, "sdRaw": -70, "mdRaw": 90, "id": 1199}, {"name": "Ghost", "tier": "Unique", "category": "accessory", "drop": "lootchest", "aDef": 25, "lvl": 77, "intReq": 5, "agiReq": 15, "sdPct": 5, "agi": 5, "spd": 6, "spRegen": 5, "type": "ring", "id": 1201}, {"name": "Giant Step", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "lvl": 37, "hprPct": 25, "mr": 5, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spRegen": 10, "id": 1207}, {"name": "Giant Claw", "tier": "Unique", "type": "dagger", "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, "mdPct": 15, "xpb": 9, "id": 1204}, {"name": "Gibyeong", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-100", "fDam": "0-0", "wDam": "75-115", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 93, "intReq": 40, "defReq": 50, "mr": 5, "sdPct": 7, "ref": 13, "int": 8, "def": 9, "hprRaw": 140, "fDamPct": 25, "eDamPct": -15, "id": 1202}, {"name": "Ginto", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 180, "lvl": 28, "sdPct": 9, "lb": 18, "int": 4, "fDefPct": -6, "id": 1210}, {"name": "Gilded Cuff", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 24, "lb": 8, "type": "bracelet", "id": 1205}, {"name": "Gilded Mail", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "lvl": 24, "xpb": 8, "lb": 12, "id": 1211}, {"name": "Glare", "tier": "Legendary", "type": "wand", "thorns": 15, "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, "dexReq": 15, "xpb": 10, "ref": 40, "sdRaw": 50, "fDamPct": 10, "eDamPct": -15, "id": 1209}, {"name": "Glitchtean", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "48-71", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "2-117", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 84, "dexReq": 40, "sdPct": -18, "mdPct": -16, "xpb": 6, "lb": 10, "ref": 13, "sdRaw": 115, "mdRaw": 70, "id": 1215}, {"name": "Glissando", "tier": "Unique", "type": "relik", "sprint": 10, "category": "weapon", "drop": "NORMAL", "nDam": "0-7", "fDam": "0-7", "wDam": "0-7", "aDam": "0-7", "tDam": "0-7", "eDam": "0-7", "atkSpd": "FAST", "lvl": 92, "spd": 10, "eSteal": 10, "sdRaw": 1170, "mdRaw": 750, "sprintReg": 10, "jh": 1, "id": 1214}, {"name": "Glacial Crest", "tier": "Legendary", "type": "bow", "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, "agiReq": 20, "mr": 5, "sdPct": 8, "mdPct": 15, "ls": 36, "hpBonus": -75, "hprRaw": -15, "fDamPct": -30, "aDamPct": 15, "id": 1208}, {"name": "Glitz", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 34, "lb": 8, "type": "ring", "id": 1212}, {"name": "Glowing Wand", "tier": "Unique", "type": "wand", "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, "hprPct": 12, "hpBonus": 15, "spRegen": 1, "id": 1218}, {"name": "Gnarl", "tier": "Unique", "type": "wand", "thorns": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-125", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-175", "atkSpd": "VERY_SLOW", "lvl": 78, "strReq": 20, "sdPct": 12, "mdPct": 12, "ms": -10, "str": 7, "spd": -5, "aDefPct": -12, "eDefPct": 12, "id": 1216}, {"name": "Glowstone Killer", "tier": "Unique", "type": "spear", "thorns": 6, "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, "xpb": 17, "str": -3, "dex": 7, "tDamPct": 12, "id": 1221}, {"name": "Gloomstone", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": -25, "aDef": -15, "eDef": -10, "lvl": 85, "dexReq": 60, "sdPct": 6, "spd": 4, "spRegen": -5, "sdRaw": 25, "tDamPct": 6, "type": "ring", "id": 1213}, {"name": "Gnir", "tier": "Unique", "thorns": 7, "category": "accessory", "drop": "lootchest", "hp": 220, "wDef": 25, "lvl": 85, "strReq": 30, "intReq": 20, "str": 4, "spd": -7, "hprRaw": 25, "type": "ring", "id": 1217}, {"name": "Gnocchi", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 74, "lvl": 17, "mr": 5, "sdPct": 8, "mdPct": -5, "xpb": 8, "spRegen": 3, "id": 1234}, {"name": "Goliath", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 100, "fDef": 4, "wDef": 2, "aDef": 2, "tDef": 2, "eDef": 2, "lvl": 19, "defReq": 12, "hprRaw": 5, "id": 1225}, {"name": "Golden Pants of Fortune", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 70, "lvl": 19, "xpb": 5, "lb": 15, "dex": 3, "agi": 3, "id": 1220}, {"name": "Golden Embrace", "tier": "Rare", "type": "chestplate", "thorns": 4, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 116, "lvl": 19, "sdPct": -6, "mdPct": -6, "ref": 4, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "id": 1222}, {"name": "Gospel", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 78, "agiReq": 20, "xpb": 10, "spRegen": 10, "aDamPct": 5, "type": "necklace", "id": 1223}, {"name": "Goswhit", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "fDef": 50, "lvl": 48, "defReq": 40, "hprPct": 10, "def": 5, "spd": -12, "hprRaw": 23, "fDamPct": 8, "wDamPct": -10, "id": 1224}, {"name": "Grandfather", "tier": "Unique", "type": "spear", "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, "mr": 5, "ms": 5, "hpBonus": -24, "id": 1230}, {"name": "Gouttes", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": 8, "tDef": -4, "lvl": 38, "intReq": 20, "sdPct": 6, "int": 4, "type": "ring", "id": 1226}, {"name": "Grateful Dead", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "835-835", "fDam": "0-0", "wDam": "3-3", "aDam": "3-3", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 83, "intReq": 35, "agiReq": 35, "mr": 5, "ms": 5, "def": -10, "wDefPct": 15, "aDefPct": 15, "tDefPct": 20, "id": 1228}, {"name": "Granite Helm", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1550, "fDef": 20, "aDef": 60, "eDef": 20, "lvl": 63, "strReq": 45, "defReq": 5, "def": 9, "expd": 26, "spd": -9, "hpBonus": 400, "mdRaw": 130, "wDefPct": -25, "aDefPct": 20, "eDefPct": 20, "id": 1227}, {"name": "Graviton Lance", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "355-355", "aDam": "0-0", "tDam": "255-455", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 76, "dexReq": 36, "intReq": 36, "ms": -5, "str": -20, "dex": 55, "int": 55, "agi": -20, "def": -20, "id": 1232}, {"name": "Great Brace", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 150, "fDef": 20, "wDef": -20, "lvl": 51, "defReq": 25, "hprPct": 5, "hprRaw": 18, "wDamPct": -7, "fDefPct": 7, "type": "bracelet", "id": 1233}, {"name": "Gravity", "tier": "Legendary", "type": "chestplate", "majorIds": ["MAGNET"], "thorns": 30, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 5500, "fDef": 250, "wDef": 250, "aDef": 250, "tDef": 250, "eDef": 250, "lvl": 100, "strReq": 55, "dexReq": 55, "intReq": 55, "agiReq": 55, "defReq": 55, "ls": 295, "ms": 5, "ref": 30, "spd": -25, "atkTier": -1, "hprRaw": 200, "sdRaw": -105, "id": 1231}, {"name": "Great Charm", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 40, "xpb": 5, "hpBonus": 125, "type": "necklace", "id": 1236}, {"name": "Greaves of the Veneer", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 4000, "fDef": 200, "wDef": 65, "aDef": 65, "eDef": 200, "lvl": 89, "strReq": 30, "defReq": 60, "mr": 5, "def": 20, "spd": -10, "hpBonus": 1500, "hprRaw": 200, "wDamPct": -5, "aDamPct": -15, "tDamPct": -15, "wDefPct": 50, "aDefPct": 40, "tDefPct": 40, "id": 1237}, {"name": "Grenouille", "tier": "Unique", "type": "bow", "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, "intReq": 30, "sdPct": 8, "mdPct": -8, "agi": 5, "spd": 5, "aDamPct": 8, "id": 1241}, {"name": "Green Helmet", "tier": "Unique", "type": "helmet", "poison": 200, "category": "armor", "drop": "NORMAL", "hp": 1850, "eDef": 60, "lvl": 80, "xpb": 20, "eSteal": 2, "eDamPct": 20, "eDefPct": 20, "id": 1235}, {"name": "Gridlock", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "80-100", "aDam": "0-0", "tDam": "30-150", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "dexReq": 25, "intReq": 25, "ms": 10, "spd": -15, "wDamPct": 10, "tDamPct": 10, "eDefPct": -25, "id": 1242}, {"name": "Griffin", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-40", "fDam": "0-0", "wDam": "0-0", "aDam": "40-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 78, "intReq": 60, "agiReq": 30, "mr": 10, "sdPct": 8, "mdPct": -15, "int": 10, "spd": 15, "fDamPct": -20, "wDamPct": 19, "id": 1240}, {"name": "Green Perfection", "tier": "Unique", "type": "bow", "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, "lb": 6, "str": 5, "eSteal": 5, "eDamPct": 10, "id": 1238}, {"name": "Grillface", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3400, "fDef": 175, "aDef": 150, "eDef": -150, "lvl": 87, "agiReq": 55, "defReq": 70, "int": -20, "agi": 15, "expd": 25, "hprRaw": 192, "mdRaw": 240, "fDamPct": 20, "aDamPct": 20, "wDefPct": -40, "id": 1239}, {"name": "Griswold's Edge", "tier": "Unique", "type": "spear", "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, "mr": 5, "mdPct": 7, "xpb": 7, "lb": 7, "dex": 7, "spd": 7, "tDamPct": 7, "id": 1255}, {"name": "Grip of the Land", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 2350, "fDef": 140, "wDef": -120, "eDef": 140, "lvl": 88, "strReq": 55, "defReq": 45, "hprPct": 65, "str": 7, "def": 7, "spd": -15, "hprRaw": -65, "fDamPct": 12, "eDamPct": 12, "fDefPct": 12, "eDefPct": 12, "id": 1244}, {"name": "Groundshakers", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1400, "aDef": -80, "eDef": 80, "lvl": 72, "strReq": 35, "mr": -5, "mdPct": 7, "lb": 10, "str": 5, "sdRaw": -55, "mdRaw": 165, "eDamPct": 10, "eDefPct": 10, "id": 1245}, {"name": "Guacamole", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "128-131", "aDam": "0-0", "tDam": "0-0", "eDam": "128-131", "atkSpd": "NORMAL", "lvl": 88, "strReq": 30, "intReq": 30, "mr": 5, "str": 17, "int": 17, "hpBonus": 940, "hprRaw": 110, "spRaw4": -5, "id": 1243}, {"name": "Guillotine", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 3100, "fDef": 70, "wDef": 70, "aDef": -220, "tDef": 70, "eDef": 70, "lvl": 98, "strReq": 45, "dexReq": 45, "intReq": 45, "defReq": 45, "mr": 10, "sdPct": 10, "mdPct": 23, "ls": 215, "ms": 10, "str": 5, "dex": 5, "int": 5, "agi": -99, "def": 5, "hpBonus": -1429, "sdRaw": 150, "aDamPct": -50, "aDefPct": -15, "id": 3588}, {"name": "Gust", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": -5, "aDef": 5, "lvl": 20, "agiReq": 5, "spd": 5, "aDamPct": 5, "type": "bracelet", "id": 1246}, {"name": "Gungnir", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "155-175", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 76, "xpb": 25, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "id": 1247}, {"name": "Gwydion", "tier": "Rare", "type": "bow", "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, "strReq": 20, "intReq": 45, "sdPct": 12, "mdPct": -12, "int": 7, "eSteal": 5, "wDamPct": 20, "aDamPct": -12, "aDefPct": -12, "id": 1248}, {"name": "Gypsum", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 270, "aDef": -20, "eDef": 20, "lvl": 37, "strReq": 25, "sdPct": -12, "expd": 5, "spd": -10, "mdRaw": 70, "eDamPct": 8, "id": 1250}, {"name": "Abyss-Imbued Leggings", "tier": "Legendary", "type": "leggings", "quest": "The Qira Hive", "set": "Master Hive", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3400, "wDef": 175, "aDef": 175, "eDef": 175, "lvl": 100, "strReq": 40, "intReq": 40, "agiReq": 40, "ls": 425, "ms": 20, "dex": -30, "def": -30, "sdRaw": 265, "mdRaw": 320, "wDamPct": 20, "aDamPct": 20, "eDamPct": 20, "wDefPct": 15, "aDefPct": 15, "eDefPct": 15, "fixID": true, "id": 1252}, {"name": "Ambertoise Shell", "set": "Earth Hive", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 3000, "fDef": 100, "wDef": 150, "tDef": 150, "eDef": 100, "lvl": 88, "strReq": 30, "defReq": 30, "hprPct": 25, "mdPct": 20, "ms": 5, "str": 5, "agi": 10, "def": 5, "fDefPct": 20, "wDefPct": 25, "tDefPct": 25, "eDefPct": 20, "fixID": true, "id": 1251}, {"name": "Boreal-Patterned Aegis", "displayName": "Anima-Infused Cuirass", "tier": "Legendary", "type": "chestplate", "quest": "The Qira Hive", "set": "Master Hive", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3800, "fDef": 200, "wDef": 200, "tDef": 200, "lvl": 100, "dexReq": 40, "intReq": 40, "defReq": 40, "mr": 10, "str": -30, "agi": -30, "fDamPct": 20, "wDamPct": 20, "tDamPct": 20, "fDefPct": 15, "wDefPct": 15, "tDefPct": 15, "fixID": true, "spRaw1": -5, "spRaw3": -5, "spRaw4": -5, "id": 1249}, {"name": "Beetle Aegis", "set": "Earth Hive", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": -60, "aDef": -60, "tDef": 120, "eDef": 120, "lvl": 91, "strReq": 55, "dexReq": 45, "sdPct": 12, "mdPct": 12, "ms": 10, "str": 9, "dex": 9, "agi": -6, "def": -6, "tDamPct": 30, "eDamPct": 30, "fixID": true, "id": 1253}, {"name": "Bottled Thunderstorm", "set": "Thunder Hive", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 81, "dexReq": 20, "agiReq": 20, "dex": 6, "agi": 6, "aDamPct": 10, "tDamPct": 10, "type": "necklace", "fixID": true, "id": 1254}, {"name": "Breezehands", "set": "Air Hive", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 85, "dexReq": 55, "agiReq": 55, "spd": 5, "atkTier": 1, "type": "ring", "fixID": true, "id": 1257}, {"name": "Chaos-Woven Greaves", "tier": "Legendary", "type": "leggings", "quest": "The Qira Hive", "set": "Master Hive", "poison": 2250, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4200, "wDef": 100, "tDef": 100, "eDef": 100, "lvl": 100, "strReq": 40, "dexReq": 40, "intReq": 40, "sdPct": 50, "mdPct": 50, "ms": 15, "agi": -30, "def": -30, "wDamPct": 30, "tDamPct": 30, "eDamPct": 30, "wDefPct": 5, "tDefPct": 5, "eDefPct": 5, "fixID": true, "id": 1256}, {"name": "Grindcore", "tier": "Rare", "type": "relik", "poison": 100, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "36-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "24-28", "eDam": "20-28", "atkSpd": "SLOW", "lvl": 25, "strReq": 10, "dexReq": 10, "ls": -15, "str": 4, "dex": 4, "mdRaw": 52, "spPct1": 18, "id": 1261}, {"name": "Cinderchain", "set": "Fire Hive", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2875, "fDef": 150, "wDef": -150, "tDef": 150, "eDef": -150, "lvl": 98, "dexReq": 30, "defReq": 60, "sdPct": 10, "dex": 10, "def": 7, "expd": 25, "atkTier": -1, "mdRaw": 420, "fDamPct": 45, "aDamPct": -65, "tDamPct": 40, "eDamPct": -65, "fixID": true, "id": 1259}, {"name": "Clockwork", "set": "Fire Hive", "tier": "Rare", "thorns": 20, "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 1500, "fDef": 60, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 97, "defReq": 60, "hprPct": 20, "ref": 20, "type": "bracelet", "fixID": true, "id": 1258}, {"name": "Coral Ring", "set": "Water Hive", "tier": "Rare", "poison": -365, "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 800, "wDef": 50, "lvl": 93, "hprPct": 10, "mr": 5, "dex": -4, "type": "ring", "fixID": true, "id": 1262}, {"name": "Contrast", "tier": "Legendary", "quest": "The Qira Hive", "set": "Master Hive", "poison": 750, "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 900, "lvl": 100, "mr": 10, "ls": 200, "spd": 15, "hprRaw": 150, "type": "necklace", "fixID": true, "id": 1260}, {"name": "Dupliblaze", "set": "Fire Hive", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 40, "wDef": -80, "lvl": 98, "defReq": 60, "def": 6, "expd": 18, "fDamPct": 24, "wDefPct": -12, "type": "bracelet", "fixID": true, "id": 1265}, {"name": "Hephaestus-Forged Greaves", "displayName": "Eden-Blessed Guards", "tier": "Legendary", "type": "leggings", "quest": "The Qira Hive", "set": "Master Hive", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4600, "fDef": 300, "wDef": 300, "aDef": 300, "lvl": 100, "intReq": 40, "agiReq": 40, "defReq": 40, "hprPct": 50, "mr": 20, "str": -30, "dex": -30, "spRegen": 25, "hprRaw": 325, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "fDefPct": 30, "wDefPct": 30, "aDefPct": 30, "fixID": true, "id": 1263}, {"name": "Elder Oak Roots", "set": "Earth Hive", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2725, "wDef": 120, "eDef": 120, "lvl": 90, "strReq": 40, "intReq": 30, "hprPct": 20, "mr": 10, "sdPct": 15, "spd": -12, "hprRaw": 200, "wDamPct": 20, "eDamPct": 20, "aDefPct": -25, "fixID": true, "id": 1266}, {"name": "Elysium-Engraved Aegis", "tier": "Legendary", "type": "chestplate", "quest": "The Qira Hive", "set": "Master Hive", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4200, "fDef": 200, "aDef": 200, "eDef": 200, "lvl": 100, "strReq": 40, "agiReq": 40, "defReq": 40, "mdPct": 15, "dex": -30, "int": -30, "spd": 20, "hprRaw": 275, "mdRaw": 500, "fDamPct": 20, "aDamPct": 20, "eDamPct": 20, "fDefPct": 15, "aDefPct": 15, "eDefPct": 15, "fixID": true, "id": 1264}, {"name": "Flashstep", "set": "Air Hive", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2350, "aDef": 100, "lvl": 85, "agiReq": 50, "agi": 12, "spd": 40, "aDamPct": 15, "fDefPct": -20, "fixID": true, "id": 1270}, {"name": "Gaea-Hewn Boots", "tier": "Legendary", "type": "boots", "quest": "The Qira Hive", "set": "Master Hive", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 5000, "fDef": 225, "wDef": 225, "eDef": 225, "lvl": 100, "strReq": 40, "intReq": 40, "defReq": 40, "mr": 15, "sdPct": 15, "dex": -30, "agi": -30, "expd": 20, "hprRaw": 300, "fDamPct": 10, "wDamPct": 10, "eDamPct": 10, "fDefPct": 25, "wDefPct": 25, "eDefPct": 25, "fixID": true, "id": 1268}, {"name": "Golemlus Core", "set": "Earth Hive", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 1225, "fDef": 50, "wDef": -30, "aDef": 50, "tDef": -30, "eDef": 50, "lvl": 90, "strReq": 25, "defReq": 25, "spd": -6, "hprRaw": 110, "tDamPct": -10, "eDamPct": 8, "type": "necklace", "fixID": true, "id": 1271}, {"name": "Gale's Freedom", "set": "Air Hive", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2225, "aDef": 120, "tDef": 120, "lvl": 87, "dexReq": 30, "agiReq": 30, "sdPct": 20, "xpb": 20, "ref": 20, "dex": 7, "int": 12, "agi": 7, "spd": 20, "fixID": true, "id": 1269}, {"name": "Hephaestus-Forged Sabatons", "tier": "Legendary", "type": "boots", "quest": "The Qira Hive", "set": "Master Hive", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 5400, "fDef": 250, "aDef": 250, "tDef": 250, "lvl": 100, "dexReq": 40, "agiReq": 40, "defReq": 40, "ls": 500, "ms": 20, "str": -30, "int": -30, "spd": 25, "fDamPct": 10, "aDamPct": 10, "tDamPct": 10, "fDefPct": 25, "aDefPct": 25, "tDefPct": 25, "fixID": true, "spPct3": -28, "id": 1272}, {"name": "Humbark Moccasins", "set": "Earth Hive", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2400, "aDef": -100, "tDef": 80, "eDef": 80, "lvl": 89, "strReq": 50, "dexReq": 50, "sdPct": -20, "mdPct": 15, "ls": 210, "agi": 10, "spd": 15, "atkTier": 1, "fixID": true, "id": 1273}, {"name": "Infused Hive Dagger", "tier": "Legendary", "type": "dagger", "quest": "The Qira Hive", "set": "Master Hive", "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "200-260", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "mr": 5, "ms": 5, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fixID": true, "id": 1274}, {"name": "Infused Hive Bow", "tier": "Legendary", "type": "bow", "quest": "The Qira Hive", "set": "Master Hive", "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "250-300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "mr": 5, "ms": 5, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fixID": true, "id": 1276}, {"name": "Infused Hive Relik", "tier": "Legendary", "type": "relik", "quest": "The Qira Hive", "set": "Master Hive", "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "260-290", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "mr": 5, "ms": 5, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fixID": true, "id": 1277}, {"name": "Insulated Plate Mail", "set": "Thunder Hive", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": 150, "wDef": 100, "aDef": 100, "tDef": 150, "eDef": 150, "lvl": 83, "dexReq": 55, "defReq": 55, "ls": 270, "def": 10, "spd": -15, "atkTier": -1, "tDamPct": -15, "wDefPct": 30, "tDefPct": 40, "eDefPct": 40, "fixID": true, "spPct3": -17, "spPct4": -17, "id": 1279}, {"name": "Infused Hive Spear", "tier": "Legendary", "type": "spear", "quest": "The Qira Hive", "set": "Master Hive", "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "160-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "mr": 5, "ms": 5, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fixID": true, "id": 1275}, {"name": "Infused Hive Wand", "tier": "Legendary", "type": "wand", "quest": "The Qira Hive", "set": "Master Hive", "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "125-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "mr": 5, "ms": 5, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fixID": true, "id": 1278}, {"name": "Lightning Flash", "set": "Thunder Hive", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "tDef": 50, "lvl": 82, "sdPct": 10, "dex": 5, "spd": 12, "eDamPct": -5, "type": "necklace", "fixID": true, "id": 1296}, {"name": "Intensity", "tier": "Legendary", "quest": "The Qira Hive", "set": "Master Hive", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 425, "lvl": 100, "sdPct": 15, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "type": "ring", "fixID": true, "id": 1280}, {"name": "Mantlewalkers", "set": "Fire Hive", "tier": "Rare", "type": "boots", "thorns": 25, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4000, "fDef": 125, "eDef": 150, "lvl": 97, "strReq": 25, "defReq": 50, "str": 7, "def": 7, "expd": 50, "fDamPct": 40, "wDamPct": -20, "eDamPct": 40, "fixID": true, "id": 1281}, {"name": "Moon Pool Circlet", "set": "Water Hive", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 35, "lvl": 94, "intReq": 65, "mr": 10, "int": 3, "spRegen": 10, "type": "ring", "fixID": true, "id": 1282}, {"name": "Obsidian-Framed Helmet", "tier": "Legendary", "type": "helmet", "quest": "The Qira Hive", "set": "Master Hive", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 5400, "fDef": 225, "tDef": 225, "eDef": 225, "lvl": 100, "strReq": 40, "dexReq": 40, "defReq": 40, "ls": 450, "ms": 15, "int": -30, "agi": -30, "atkTier": -14, "mdRaw": 2000, "fDamPct": 15, "tDamPct": 15, "eDamPct": 15, "fDefPct": 20, "tDefPct": 20, "eDefPct": 20, "fixID": true, "id": 1283}, {"name": "Pride of the Aerie", "set": "Air Hive", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2450, "fDef": -70, "aDef": 140, "eDef": 140, "lvl": 84, "strReq": 40, "agiReq": 50, "hprPct": 28, "str": 14, "agi": 7, "spd": 21, "atkTier": 1, "tDefPct": -35, "eDefPct": 21, "fixID": true, "id": 1286}, {"name": "Silt of the Seafloor", "set": "Water Hive", "tier": "Rare", "type": "boots", "thorns": 35, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3250, "wDef": 240, "aDef": -70, "tDef": -70, "eDef": 200, "lvl": 93, "strReq": 30, "intReq": 40, "mr": 10, "ms": 10, "ref": 30, "str": 8, "int": 15, "spd": -12, "fDefPct": 40, "wDefPct": 30, "eDefPct": 40, "fixID": true, "id": 1285}, {"name": "Soulflare", "set": "Fire Hive", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3800, "fDef": 150, "wDef": 125, "tDef": -125, "lvl": 99, "intReq": 40, "defReq": 50, "mr": 10, "ls": 440, "ms": 10, "int": 10, "def": 10, "spRegen": 33, "wDefPct": 20, "tDefPct": -25, "fixID": true, "id": 1287}, {"name": "Sparkling Visor", "set": "Thunder Hive", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2000, "tDef": 125, "lvl": 80, "dexReq": 45, "sdPct": 20, "ms": 15, "xpb": 20, "ref": 20, "tDamPct": 20, "tDefPct": 15, "eDefPct": -25, "fixID": true, "id": 1288}, {"name": "Sparkweaver", "set": "Fire Hive", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3850, "fDef": 150, "tDef": 200, "lvl": 96, "defReq": 50, "ms": 15, "dex": 20, "def": 10, "wDamPct": -15, "fDefPct": 20, "tDefPct": 30, "fixID": true, "id": 1289}, {"name": "Stillwater Blue", "set": "Water Hive", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2500, "wDef": 180, "tDef": -100, "lvl": 95, "intReq": 60, "mr": 20, "ref": 30, "int": 10, "spRegen": 15, "wDamPct": 25, "tDamPct": -20, "wDefPct": 20, "fixID": true, "id": 1290}, {"name": "Static-charged Leggings", "displayName": "Static-Charged Leggings", "set": "Thunder Hive", "tier": "Rare", "type": "leggings", "thorns": 40, "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 2050, "tDef": 100, "eDef": -100, "lvl": 82, "dexReq": 55, "hprPct": -40, "ls": 175, "ref": 20, "atkTier": 1, "tDamPct": 40, "wDefPct": -25, "eDefPct": -15, "fixID": true, "id": 1293}, {"name": "Subur Clip", "set": "Earth Hive", "tier": "Rare", "thorns": 20, "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 60, "lvl": 89, "strReq": 30, "def": -2, "spd": 10, "mdRaw": 105, "eDamPct": 12, "type": "bracelet", "fixID": true, "id": 1291}, {"name": "Trench Scourer", "set": "Water Hive", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 2450, "wDef": 130, "tDef": 100, "lvl": 94, "dexReq": 35, "intReq": 50, "ms": 20, "xpb": 40, "lb": 40, "eSteal": 5, "wDamPct": 25, "tDamPct": 25, "fixID": true, "id": 1294}, {"name": "Thunderous Step", "set": "Thunder Hive", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2100, "fDef": -80, "tDef": 125, "lvl": 81, "dexReq": 45, "agiReq": 30, "agi": 15, "def": -5, "spd": 16, "sdRaw": 235, "mdRaw": 400, "eDamPct": -25, "fixID": true, "id": 1297}, {"name": "Twilight-Gilded Cloak", "tier": "Legendary", "type": "chestplate", "quest": "The Qira Hive", "set": "Master Hive", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3000, "aDef": 175, "tDef": 175, "eDef": 175, "lvl": 100, "strReq": 40, "dexReq": 40, "agiReq": 40, "sdPct": -40, "int": -30, "def": -30, "spd": 20, "atkTier": 2, "mdRaw": 90, "aDamPct": 25, "tDamPct": 25, "eDamPct": 25, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "fixID": true, "id": 1295}, {"name": "Vortex Bracer", "set": "Air Hive", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 400, "fDef": -40, "aDef": 40, "lvl": 86, "agiReq": 30, "spd": 10, "sdRaw": 65, "mdRaw": 85, "aDamPct": 12, "type": "bracelet", "fixID": true, "id": 1298}, {"name": "Whitecap Crown", "set": "Water Hive", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2300, "wDef": 150, "tDef": -120, "lvl": 92, "intReq": 75, "int": 10, "sdRaw": 250, "fDamPct": -10, "wDamPct": 20, "tDefPct": -20, "fixID": true, "id": 1299}, {"name": "Turbine Greaves", "set": "Air Hive", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": 100, "aDef": 100, "lvl": 86, "ref": 25, "agi": 7, "def": 7, "spd": 20, "mdRaw": 275, "fDefPct": 20, "aDefPct": 20, "fixID": true, "sprintReg": 16, "id": 1292}, {"name": "Hailstone", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "wDef": 40, "aDef": 40, "tDef": -80, "lvl": 56, "intReq": 30, "agiReq": 30, "sdPct": 10, "mdPct": -10, "spd": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": -10, "id": 1300}, {"name": "Hairy Cap", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 4, "lvl": 1, "dex": 3, "id": 1302}, {"name": "Halbert", "tier": "Rare", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "36-58", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 22, "sdPct": -6, "mdPct": 6, "lb": 6, "str": 8, "spd": -6, "id": 1303}, {"name": "Hammer of the Forge", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "120-180", "fDam": "190-390", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "190-390", "atkSpd": "SUPER_SLOW", "lvl": 90, "strReq": 25, "defReq": 25, "str": 7, "def": 7, "spd": -15, "hpBonus": 750, "fDamPct": 15, "wDamPct": -15, "eDamPct": 15, "wDefPct": -15, "id": 1304}, {"name": "Hammer of the Blacksmith", "tier": "Rare", "type": "spear", "category": "weapon", "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, "strReq": 25, "sdPct": -15, "mdPct": 22, "spd": -7, "mdRaw": 105, "eDamPct": 15, "aDefPct": -12, "id": 1306}, {"name": "Hamsey's Brilliance", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 720, "fDef": 30, "wDef": 30, "lvl": 96, "intReq": 30, "defReq": 30, "mdPct": -7, "ms": 5, "int": 4, "spd": -10, "hprRaw": 60, "tDefPct": -10, "type": "bracelet", "id": 1308}, {"name": "Hallfred's Greed", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 41, "spRegen": -3, "eSteal": 6, "type": "bracelet", "id": 1301}, {"name": "Handcuff", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 33, "strReq": 5, "defReq": 5, "mdPct": 7, "str": 4, "dex": -2, "def": 4, "spd": -4, "type": "bracelet", "id": 1305}, {"name": "Handmade Bucie Knife", "tier": "Unique", "type": "dagger", "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, "xpb": 7, "lb": 7, "str": 5, "hpBonus": 200, "eDamPct": 10, "wDefPct": -6, "id": 1310}, {"name": "Harbinger of Fate", "tier": "Rare", "type": "spear", "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, "dexReq": 40, "defReq": 40, "dex": 13, "def": 13, "expd": 40, "spRegen": -20, "hprRaw": -100, "fDamPct": 20, "tDamPct": 20, "id": 1313}, {"name": "Haqherphix", "tier": "Legendary", "type": "wand", "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, "strReq": 30, "dexReq": 30, "mr": -10, "ms": 20, "xpb": 9, "expd": 17, "mdRaw": 20, "id": 1309}, {"name": "Hard Light", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "51-57", "wDam": "51-57", "aDam": "51-57", "tDam": "51-57", "eDam": "51-57", "atkSpd": "FAST", "lvl": 96, "strReq": 23, "dexReq": 23, "intReq": 23, "agiReq": 23, "defReq": 23, "mr": 5, "sdPct": 15, "mdPct": 15, "ms": 5, "str": 17, "dex": 17, "int": 17, "agi": 17, "def": 17, "fDefPct": -25, "wDefPct": -25, "aDefPct": -25, "tDefPct": -25, "eDefPct": -25, "id": 1311}, {"name": "Hard Hat", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 180, "lvl": 31, "defReq": 10, "ref": 4, "def": 7, "hpBonus": 50, "id": 1307}, {"name": "Harmony", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2650, "fDef": 180, "wDef": 180, "tDef": 180, "eDef": 180, "lvl": 84, "agiReq": 65, "sdPct": 9, "mdPct": -18, "spd": 18, "spRegen": 18, "aDefPct": 45, "id": 1314}, {"name": "Hardline", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 650, "fDef": 20, "wDef": -20, "aDef": -20, "eDef": 35, "lvl": 51, "strReq": 25, "defReq": 25, "sdPct": -8, "mdPct": 8, "str": 4, "spd": -8, "hpBonus": 325, "fDamPct": 6, "id": 1316}, {"name": "Harsh Noise", "tier": "Legendary", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "10-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 6, "expd": 15, "eSteal": 2, "sdRaw": 15, "id": 1312}, {"name": "Harwrol", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "20-50", "fDam": "0-0", "wDam": "0-0", "aDam": "60-85", "tDam": "0-0", "eDam": "60-85", "atkSpd": "FAST", "lvl": 97, "strReq": 55, "agiReq": 55, "mdPct": 19, "str": 13, "agi": 13, "spd": 23, "hpBonus": 2500, "wDamPct": -25, "tDamPct": -25, "fDefPct": 25, "tDefPct": 25, "id": 1315}, {"name": "Haze", "tier": "Rare", "type": "bow", "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, "agiReq": 20, "defReq": 20, "agi": 10, "def": 10, "hpBonus": 350, "wDefPct": -15, "id": 1320}, {"name": "Head Knocker", "tier": "Unique", "type": "wand", "category": "weapon", "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, "strReq": 18, "sdPct": -12, "mdPct": 4, "int": -3, "spd": -4, "mdRaw": 36, "eDamPct": 4, "id": 1319}, {"name": "Heart of Fire", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 650, "fDef": 35, "wDef": -35, "lvl": 52, "defReq": 30, "hpBonus": 150, "hprRaw": 35, "fDamPct": 5, "wDamPct": -15, "fDefPct": 10, "id": 1317}, {"name": "Heartache", "tier": "Unique", "type": "spear", "thorns": 12, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-80", "fDam": "0-0", "wDam": "140-190", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 91, "intReq": 40, "ls": -175, "ref": 12, "int": 10, "sdRaw": 115, "wDamPct": 20, "tDamPct": -20, "id": 1321}, {"name": "Hearts Club", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "26-32", "fDam": "10-14", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 11, "hprPct": 10, "sdPct": -5, "hpBonus": 20, "hprRaw": 5, "id": 1318}, {"name": "Heat Death", "tier": "Fabled", "type": "wand", "majorIds": ["FLASHFREEZE"], "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "36-38", "aDam": "26-48", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 57, "intReq": 55, "agiReq": 35, "mr": 5, "ls": 110, "hpBonus": -500, "sdRaw": 110, "spPct4": -28, "id": 3557}, {"name": "Heartstrings", "tier": "Unique", "type": "bow", "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, "agiReq": 20, "defReq": 30, "hprPct": 20, "ls": 140, "xpb": 10, "def": 7, "hprRaw": 60, "fDefPct": 10, "aDefPct": 15, "id": 1322}, {"name": "Heat Burst", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-54", "fDam": "76-80", "wDam": "0-0", "aDam": "76-80", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 58, "agiReq": 20, "defReq": 20, "sdPct": -15, "ls": 95, "fDamPct": 32, "wDamPct": -35, "aDamPct": 32, "id": 1323}, {"name": "Heatwave", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "400-750", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 95, "defReq": 55, "def": 15, "fDamPct": 30, "wDamPct": -20, "fDefPct": 15, "wDefPct": -20, "id": 1324}, {"name": "Heatwind", "tier": "Unique", "type": "spear", "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, "agiReq": 20, "defReq": 30, "hprPct": 20, "agi": 5, "spd": 10, "aDamPct": 6, "fDefPct": 10, "id": 1326}, {"name": "Heavenly Wisp", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-30", "fDam": "0-0", "wDam": "30-45", "aDam": "30-45", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 88, "intReq": 25, "agiReq": 25, "mr": 10, "xpb": 10, "spd": 10, "spRegen": 10, "tDamPct": -20, "tDefPct": -20, "id": 1327}, {"name": "Heaven's Gate", "tier": "Legendary", "type": "spear", "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, "intReq": 30, "agiReq": 30, "sdPct": 15, "mdPct": -10, "spd": 13, "spRegen": 25, "wDamPct": 12, "aDamPct": 12, "id": 1325}, {"name": "Heliophilia", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 30, "fDef": 6, "lvl": 8, "hprPct": 20, "xpb": 12, "hpBonus": 30, "hprRaw": 10, "id": 1329}, {"name": "Heliophobia", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 950, "wDef": 80, "tDef": -65, "lvl": 60, "intReq": 25, "ms": 10, "lb": 15, "ref": 12, "spRegen": 5, "sdRaw": 75, "tDamPct": -18, "tDefPct": -8, "id": 1332}, {"name": "HellRaiser", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "30-35", "fDam": "26-36", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 38, "defReq": 10, "expd": 5, "fDamPct": 10, "wDamPct": -30, "id": 1328}, {"name": "Hell's Scream", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-130", "fDam": "120-200", "wDam": "0-0", "aDam": "80-240", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 92, "agiReq": 35, "defReq": 35, "ls": 255, "str": -8, "agi": 10, "expd": 20, "spd": 18, "eDamPct": -100, "fDefPct": 30, "aDefPct": 30, "id": 1330}, {"name": "Hell Walk", "tier": "Unique", "type": "boots", "thorns": 12, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 140, "wDef": -160, "lvl": 67, "spd": -8, "fDefPct": 22, "id": 1333}, {"name": "Hellion", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 380, "fDef": 40, "wDef": -40, "lvl": 91, "defReq": 45, "ls": 85, "def": 4, "fDamPct": 6, "wDamPct": -8, "type": "ring", "id": 1334}, {"name": "Heavensent", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-4", "fDam": "0-0", "wDam": "54-66", "aDam": "54-66", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "intReq": 17, "agiReq": 17, "mr": 5, "xpb": 10, "int": 15, "agi": 15, "def": -8, "spd": 10, "id": 1331}, {"name": "Hellkite's Beak", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-130", "fDam": "55-90", "wDam": "0-0", "aDam": "0-0", "tDam": "45-75", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 71, "dexReq": 25, "defReq": 25, "sdPct": 11, "mdPct": 11, "int": -6, "expd": 8, "spRegen": -6, "fDamPct": 8, "wDamPct": -8, "tDamPct": 8, "wDefPct": -20, "id": 1336}, {"name": "Hellbow", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-110", "fDam": "120-200", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-75", "atkSpd": "SLOW", "lvl": 76, "strReq": 10, "defReq": 40, "mdPct": 4, "spd": -3, "hpBonus": 300, "fDamPct": 3, "eDamPct": 7, "id": 1335}, {"name": "Hellkite's Wing", "tier": "Rare", "type": "wand", "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, "dexReq": 10, "defReq": 20, "sdPct": 9, "mdPct": 9, "ms": 5, "int": -5, "spRegen": -5, "fDamPct": 7, "wDamPct": -10, "tDamPct": 10, "wDefPct": -15, "id": 1337}, {"name": "Helm of Andesite", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 630, "fDef": 20, "wDef": -40, "eDef": 20, "lvl": 49, "strReq": 20, "agiReq": 10, "mdPct": 12, "str": 8, "expd": 6, "fDamPct": 12, "eDamPct": 10, "fDefPct": -5, "wDefPct": -15, "eDefPct": -5, "id": 1338}, {"name": "Hellstrand", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "230-290", "fDam": "150-220", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 92, "defReq": 55, "hprPct": 25, "mr": 5, "sdPct": 15, "ls": 655, "dex": 13, "spRegen": -25, "wDamPct": -40, "aDefPct": 30, "id": 1341}, {"name": "Helm of Darkness", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 140, "tDef": 15, "lvl": 35, "sdPct": 12, "ref": 30, "spd": 5, "tDamPct": 10, "id": 1339}, {"name": "Helm of the Dead", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 390, "aDef": -30, "tDef": 20, "eDef": 15, "lvl": 44, "strReq": 5, "dexReq": 5, "hprPct": 15, "ls": 27, "str": 7, "agi": -5, "aDamPct": -10, "tDefPct": 5, "eDefPct": 5, "id": 1340}, {"name": "Helmet of Blue Stone", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1050, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 62, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "sdPct": 7, "fDamPct": -5, "wDamPct": -5, "aDamPct": -5, "tDamPct": -5, "eDamPct": -5, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "id": 1346}, {"name": "Helmet of Intelligence", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 13, "lvl": 6, "int": 4, "id": 1344}, {"name": "Helter Skelter", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "19-29", "tDam": "19-29", "eDam": "0-0", "atkSpd": "FAST", "lvl": 19, "dexReq": 10, "agiReq": 5, "atkTier": 1, "hpBonus": -40, "sdRaw": -45, "aDamPct": 11, "tDamPct": 11, "spRaw2": -5, "jh": 1, "id": 1342}, {"name": "Heracul", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "580-840", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "120-225", "atkSpd": "VERY_SLOW", "lvl": 77, "strReq": 90, "mdPct": 30, "str": 20, "def": -10, "expd": 30, "spd": -20, "fDefPct": -8, "wDefPct": -6, "aDefPct": -10, "tDefPct": -4, "eDefPct": -2, "id": 1345}, {"name": "Helmet of Wisdom", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 30, "lvl": 12, "xpb": 3, "int": 5, "id": 1343}, {"name": "Hero's Beginning", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 140, "fDef": 3, "wDef": 3, "aDef": 3, "tDef": 3, "eDef": 3, "lvl": 27, "strReq": 15, "sdPct": 5, "mdPct": 7, "str": 3, "spRegen": 3, "mdRaw": 33, "id": 1375}, {"name": "Hertz", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "tDef": 8, "eDef": -10, "lvl": 23, "dexReq": 10, "mdPct": 6, "tDamPct": 14, "id": 1349}, {"name": "Heroism", "tier": "Rare", "type": "helmet", "thorns": 31, "sprint": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3500, "fDef": 120, "wDef": 50, "aDef": 120, "tDef": 50, "eDef": 50, "lvl": 96, "agiReq": 60, "defReq": 60, "hprPct": -143, "ls": 300, "ref": 31, "agi": 10, "def": 10, "spd": 23, "hpBonus": 1000, "hprRaw": -10, "id": 1348}, {"name": "Hesperium", "tier": "Fabled", "type": "bow", "majorIds": ["FISSION"], "poison": 600, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "239-239", "fDam": "94-239", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "94-239", "atkSpd": "VERY_SLOW", "lvl": 65, "strReq": 50, "defReq": 40, "hprPct": 30, "dex": -20, "expd": 12, "atkTier": 1, "sdRaw": -165, "tDefPct": -60, "id": 3642}, {"name": "Heura", "tier": "Unique", "type": "chestplate", "thorns": 34, "category": "armor", "drop": "NORMAL", "hp": 3025, "fDef": -110, "wDef": 80, "eDef": 110, "lvl": 96, "strReq": 50, "mdPct": 8, "str": 8, "spd": -7, "mdRaw": 180, "eDamPct": 15, "fDefPct": -20, "wDefPct": 10, "id": 1350}, {"name": "Hetusol", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4200, "fDef": 180, "wDef": 80, "tDef": -160, "eDef": -100, "lvl": 98, "defReq": 55, "hprPct": 60, "mr": 10, "def": 10, "spd": -10, "spRegen": 15, "hprRaw": 100, "tDamPct": -30, "eDamPct": -20, "id": 1347}, {"name": "Hewa", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "110-140", "fDam": "0-0", "wDam": "0-0", "aDam": "172-200", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "agiReq": 40, "ms": 10, "xpb": 15, "lb": 15, "agi": 8, "def": -8, "fDefPct": 15, "wDefPct": -30, "aDefPct": 15, "id": 1351}, {"name": "Hickory Stick", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "40-80", "fDam": "20-40", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 77, "defReq": 35, "sdPct": 6, "mdPct": 10, "def": 7, "hprRaw": 80, "fDefPct": 10, "wDefPct": -8, "aDefPct": 10, "id": 1355}, {"name": "Hiker's Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 85, "aDef": -5, "eDef": 7, "lvl": 20, "strReq": 7, "mdPct": 7, "str": 4, "sdRaw": -8, "id": 1358}, {"name": "Hidden", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 1, "xpb": 7, "type": "ring", "id": 1353}, {"name": "Hilltop", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 210, "aDef": -7, "eDef": 15, "lvl": 33, "mdPct": 6, "spd": -4, "mdRaw": 46, "eDefPct": 6, "id": 1356}, {"name": "Hilt", "tier": "Unique", "type": "spear", "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, "xpb": 6, "sdRaw": -6, "mdRaw": -8, "id": 1357}, {"name": "Hirudo", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "74-120", "aDam": "0-0", "tDam": "0-0", "eDam": "84-110", "atkSpd": "NORMAL", "lvl": 82, "strReq": 30, "intReq": 25, "hprPct": 30, "ms": 5, "xpb": 13, "mdRaw": 130, "tDamPct": -17, "tDefPct": -17, "id": 1359}, {"name": "Holiday Spirit", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "18-22", "fDam": "30-36", "wDam": "30-36", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "intReq": 15, "defReq": 20, "mr": 15, "mdPct": -10, "lb": 20, "hprRaw": 45, "fixID": true, "id": 1362}, {"name": "Hollow", "tier": "Unique", "type": "helmet", "thorns": 8, "category": "armor", "drop": "NORMAL", "hp": 1500, "lvl": 75, "strReq": 40, "agiReq": 40, "ls": 110, "agi": 7, "spd": 8, "mdRaw": 140, "eDamPct": 10, "id": 1363}, {"name": "Hollow Branch", "tier": "Unique", "type": "wand", "poison": 560, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-60", "fDam": "0-0", "wDam": "0-0", "aDam": "45-65", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "ms": 5, "hpBonus": -250, "sdRaw": 65, "wDamPct": 12, "aDamPct": -12, "eDamPct": 12, "id": 1360}, {"name": "Holocene", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "90-110", "atkSpd": "SLOW", "lvl": 49, "strReq": 25, "fDamPct": -8, "wDamPct": -8, "aDamPct": -8, "tDamPct": -8, "eDamPct": 15, "spRaw4": -5, "id": 1361}, {"name": "Holy Greaves", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "wDef": 25, "tDef": 25, "eDef": -30, "lvl": 40, "hprPct": 20, "mr": 5, "ref": 15, "int": 9, "hpBonus": 75, "spRegen": 5, "eDefPct": -8, "id": 1365}, {"name": "Hope", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "260-320", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 76, "mr": 5, "xpb": 18, "lb": 16, "id": 1364}, {"name": "Hook", "tier": "Unique", "type": "spear", "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, "agiReq": 10, "xpb": 7, "dex": 4, "spd": 7, "aDamPct": 4, "tDamPct": 6, "id": 1367}, {"name": "Horizon", "tier": "Rare", "type": "leggings", "thorns": 15, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2750, "fDef": -100, "aDef": 100, "eDef": 120, "lvl": 90, "strReq": 60, "agiReq": 45, "mdPct": -10, "ref": 15, "dex": 5, "agi": 10, "spd": 14, "atkTier": 1, "hprRaw": 150, "sdRaw": -160, "id": 1366}, {"name": "Hornblende", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 340, "aDef": -15, "eDef": 20, "lvl": 40, "strReq": 5, "mdPct": 8, "str": 5, "fDamPct": 10, "eDefPct": 12, "id": 1369}, {"name": "Hostage", "tier": "Unique", "type": "spear", "quest": "Prison Story", "category": "weapon", "drop": "NORMAL", "nDam": "7-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 5, "str": 3, "spd": -3, "hpBonus": 10, "id": 1371}, {"name": "Hunter", "tier": "Unique", "type": "spear", "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, "dexReq": 12, "xpb": 4, "lb": 5, "spd": 4, "eDamPct": -6, "id": 1373}, {"name": "Hothead", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 60, "fDef": 5, "lvl": 15, "mdPct": 8, "expd": 8, "hprRaw": 5, "id": 1368}, {"name": "Hunger", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 110, "lvl": 17, "mdPct": 10, "ls": 9, "ms": 5, "hprRaw": -7, "id": 1370}, {"name": "Hexed Amulet", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "lvl": 51, "xpb": 16, "lb": 16, "str": -2, "dex": -2, "int": -2, "agi": -2, "def": -2, "spRegen": 5, "eSteal": 5, "type": "necklace", "id": 1352}, {"name": "Hydra", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-66", "fDam": "77-99", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 77, "defReq": 55, "hprPct": 33, "ls": 160, "hpBonus": 777, "hprRaw": 99, "id": 1376}, {"name": "Hypercane", "tier": "Rare", "type": "dagger", "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, "intReq": 25, "defReq": 25, "sdPct": 10, "fDamPct": 12, "wDamPct": 12, "tDefPct": -20, "eDefPct": -20, "id": 1372}, {"name": "Icarus", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "fDef": -20, "aDef": 20, "lvl": 36, "agiReq": 15, "ref": 10, "agi": 5, "spd": 12, "fDamPct": -12, "aDamPct": 6, "fDefPct": -10, "id": 1378}, {"name": "Hysteria", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2075, "fDef": 70, "wDef": -100, "tDef": 80, "eDef": -100, "lvl": 86, "dexReq": 55, "defReq": 20, "hprPct": 40, "mr": -5, "mdPct": 7, "ms": 10, "dex": 4, "def": 8, "spd": 10, "atkTier": -1, "fDamPct": 18, "tDamPct": 20, "id": 1374}, {"name": "Ice Sickle", "tier": "Unique", "type": "dagger", "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, "intReq": 30, "agiReq": 30, "dex": -10, "int": 8, "agi": 8, "spd": 9, "wDamPct": 10, "aDamPct": 10, "tDamPct": -20, "tDefPct": -20, "id": 1380}, {"name": "Ice Band", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": -20, "wDef": 25, "lvl": 56, "intReq": 15, "ref": 9, "spd": -3, "wDamPct": 5, "type": "bracelet", "id": 1377}, {"name": "Ife", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "aDef": 25, "lvl": 59, "intReq": 10, "agiReq": 25, "mdPct": -9, "xpb": 6, "spd": 10, "hpBonus": 150, "spRegen": 10, "fDamPct": -14, "fDefPct": -10, "id": 1387}, {"name": "Ice Climbing Boots", "tier": "Rare", "type": "boots", "thorns": 9, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 440, "wDef": 30, "tDef": -40, "eDef": 10, "lvl": 43, "strReq": 5, "intReq": 10, "xpb": 8, "spd": -3, "sdRaw": 35, "fDamPct": -10, "wDamPct": 12, "eDamPct": 10, "id": 1379}, {"name": "Ignition", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "22-55", "fDam": "85-135", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "defReq": 65, "sdPct": -10, "mdPct": 10, "ls": 435, "def": 15, "expd": 40, "fDamPct": 20, "wDamPct": -30, "wDefPct": -30, "id": 1382}, {"name": "Ignatius", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-30", "fDam": "70-80", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 50, "defReq": 25, "hprPct": 5, "def": 5, "hpBonus": 150, "hprRaw": 25, "fDamPct": 10, "fDefPct": 10, "id": 1381}, {"name": "Ik-El-Van", "tier": "Rare", "type": "spear", "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, "intReq": 35, "hprPct": 16, "mr": 5, "sdPct": 10, "mdPct": -15, "ls": -120, "ms": 10, "tDamPct": -25, "tDefPct": -25, "id": 1383}, {"name": "Electro Mage's Boots", "tier": "Rare", "type": "boots", "quest": "The Envoy Part II", "category": "armor", "slots": 2, "drop": "never", "hp": 2400, "tDef": 80, "lvl": 89, "dexReq": 90, "xpb": 10, "dex": 10, "spd": 15, "tDamPct": 17, "eDefPct": -30, "spRaw1": -5, "spRaw2": 5, "spRaw3": -5, "id": 1386}, {"name": "Impact Winter", "tier": "Fabled", "type": "leggings", "majorIds": ["FLASHFREEZE"], "poison": 270, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1450, "fDef": -90, "aDef": -90, "lvl": 66, "strReq": 40, "intReq": 25, "sdPct": 14, "ms": 10, "hprRaw": -75, "wDamPct": 15, "eDamPct": 24, "fDefPct": -20, "id": 3558}, {"name": "Impeccable Andesite Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "450-517", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 86, "id": 1384}, {"name": "Impeccable Andesite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "258-271", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 86, "id": 1390}, {"name": "Impeccable Andesite Shears", "displayName": "Impeccable Andesite Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "143-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 86, "id": 1388}, {"name": "Impeccable Andesite Stick", "displayName": "Impeccable Andesite Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "115-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 86, "id": 1389}, {"name": "Impeccable Andesite Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "292-345", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 86, "id": 1391}, {"name": "Impeccable Birch Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "250-280", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 84, "id": 1394}, {"name": "Impeccable Birch Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "184-196", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 84, "id": 1392}, {"name": "Impeccable Birch Shears", "displayName": "Impeccable Birch Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "110-143", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 84, "id": 1393}, {"name": "Impeccable Birch Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "146-200", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 84, "id": 1397}, {"name": "Impeccable Birch Stick", "displayName": "Impeccable Birch Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "85-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 84, "id": 1398}, {"name": "Impeccable Diorite Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "310-367", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 93, "id": 1404}, {"name": "Impeccable Diorite Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "485-543", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 93, "id": 1395}, {"name": "Impeccable Diorite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "275-287", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 93, "id": 1399}, {"name": "Impeccable Diorite Shears", "displayName": "Impeccable Diorite Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "158-185", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "id": 1396}, {"name": "Impeccable Diorite Stick", "displayName": "Impeccable Diorite Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "125-155", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 93, "id": 1400}, {"name": "Impeccable Granite Shears", "displayName": "Impeccable Granite Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "162-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "id": 1492}, {"name": "Impeccable Granite Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "500-555", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 98, "id": 1403}, {"name": "Impeccable Granite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "280-298", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 98, "id": 1401}, {"name": "Impeccable Granite Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "320-375", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 98, "id": 1402}, {"name": "Impeccable Granite Stick", "displayName": "Impeccable Granite Wand", "tier": "Normal", "type": "wand", "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": "SLOW", "lvl": 98, "id": 1405}, {"name": "Impeccable Jungle Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "280-305", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 97, "id": 1406}, {"name": "Impeccable Jungle Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "204-216", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 97, "id": 1407}, {"name": "Impeccable Jungle Shears", "displayName": "Impeccable Jungle Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "130-155", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 97, "id": 1423}, {"name": "Impeccable Jungle Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "163-220", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 97, "id": 1409}, {"name": "Impeccable Jungle Stick", "displayName": "Impeccable Jungle Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 97, "id": 1411}, {"name": "Impeccable Light Birch Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "180-219", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "id": 1410}, {"name": "Impeccable Light Birch Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "160-167", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 89, "id": 1408}, {"name": "Impeccable Light Birch Shears", "displayName": "Impeccable Light Birch Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 89, "id": 1414}, {"name": "Illuminite", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 725, "tDef": 60, "lvl": 55, "dexReq": 15, "intReq": 20, "sdPct": 15, "ms": 5, "xpb": 15, "ref": 5, "wDamPct": 10, "tDamPct": 5, "tDefPct": -10, "eDefPct": -10, "id": 1385}, {"name": "Impeccable Light Birch Stick", "displayName": "Impeccable Light Birch Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "76-88", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 89, "id": 1413}, {"name": "Impeccable Light Birch Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "125-141", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "id": 1412}, {"name": "Impeccable Light Jungle Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "198-222", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "id": 1415}, {"name": "Impeccable Light Jungle Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "170-176", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 98, "id": 1417}, {"name": "Impeccable Light Jungle Shears", "displayName": "Impeccable Light Jungle Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "102-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 98, "id": 1416}, {"name": "Impeccable Light Oak Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "170-184", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 82, "id": 1422}, {"name": "Impeccable Light Jungle Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "131-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "id": 1418}, {"name": "Impeccable Light Jungle Stick", "displayName": "Impeccable Light Jungle Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-93", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 98, "id": 1420}, {"name": "Impeccable Light Oak Shears", "displayName": "Impeccable Light Oak Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-115", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 82, "id": 1421}, {"name": "Impeccable Light Oak Stick", "displayName": "Impeccable Light Oak Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-81", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "id": 1427}, {"name": "Impeccable Light Oak Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "150-155", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "id": 1419}, {"name": "Impeccable Light Spruce Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "190-226", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "id": 1425}, {"name": "Impeccable Light Oak Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "116-132", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 82, "id": 1424}, {"name": "Impeccable Light Spruce Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "168-174", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "id": 1426}, {"name": "Impeccable Light Spruce Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "132-145", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "id": 1431}, {"name": "Impeccable Light Spruce Shears", "displayName": "Impeccable Light Spruce Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "102-127", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "id": 1430}, {"name": "Impeccable Oak Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "175-181", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 78, "id": 1432}, {"name": "Impeccable Light Spruce Stick", "displayName": "Impeccable Light Spruce Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "id": 1429}, {"name": "Impeccable Oak Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "235-263", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 78, "id": 1428}, {"name": "Impeccable Oak Shears", "displayName": "Impeccable Oak Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "107-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 78, "id": 1433}, {"name": "Impeccable Oak Stick", "displayName": "Impeccable Oak Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-98", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 78, "id": 1434}, {"name": "Impeccable Oak Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "149-175", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 78, "id": 1435}, {"name": "Impeccable Spruce Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "270-298", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 91, "id": 1437}, {"name": "Impeccable Spruce Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "197-208", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "id": 1439}, {"name": "Impeccable Spruce Shears", "displayName": "Impeccable Spruce Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "120-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "id": 1436}, {"name": "Impeccable Spruce Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "154-215", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 91, "id": 1438}, {"name": "Impeccable Spruce Stick", "displayName": "Impeccable Spruce Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-112", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "id": 1440}, {"name": "Impeccable Stone Shears", "displayName": "Impeccable Stone Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "140-163", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 80, "id": 1441}, {"name": "Impeccable Stone Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "420-491", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 80, "id": 1444}, {"name": "Impeccable Stone Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "243-255", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "id": 1443}, {"name": "Impeccable Stone Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "280-320", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 80, "id": 1449}, {"name": "Imperious", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "385-385", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 92, "agiReq": 55, "int": 30, "agi": 15, "spd": 25, "eSteal": 8, "aDamPct": 15, "aDefPct": 15, "id": 1442}, {"name": "Impeccable Stone Stick", "displayName": "Impeccable Stone Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "110-139", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "id": 1450}, {"name": "Impudent", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 90, "strReq": 25, "agiReq": 25, "str": 5, "agi": 4, "mdRaw": 37, "type": "ring", "id": 1445}, {"name": "Incandescent", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "fDef": 30, "wDef": 30, "eDef": -50, "lvl": 50, "intReq": 20, "defReq": 20, "hprPct": 13, "xpb": 11, "ref": 17, "fDefPct": 8, "wDefPct": 8, "id": 1452}, {"name": "Impure Morph-Gold", "tier": "Unique", "type": "boots", "category": "armor", "drop": "never", "hp": 125, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 25, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "id": 1447}, {"name": "Incendiary", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 255, "fDef": 40, "wDef": -30, "lvl": 71, "dexReq": 20, "defReq": 30, "xpb": 6, "expd": 8, "mdRaw": 39, "fDamPct": 6, "wDefPct": -12, "type": "necklace", "id": 1448}, {"name": "Impulse", "tier": "Legendary", "type": "dagger", "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, "strReq": 25, "dexReq": 25, "mr": -35, "mdPct": 12, "ls": 110, "ms": 30, "int": -5, "hprRaw": -75, "tDamPct": 14, "eDamPct": 14, "id": 1446}, {"name": "Incense Burner", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "36-46", "fDam": "31-51", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 34, "defReq": 15, "xpb": 10, "def": 5, "spd": -5, "hpBonus": 70, "spRegen": 10, "hprRaw": 10, "id": 1453}, {"name": "Incinerator", "tier": "Unique", "type": "bow", "poison": 500, "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, "defReq": 30, "def": 7, "fDamPct": 18, "wDamPct": -10, "aDamPct": -10, "tDamPct": -10, "eDamPct": -10, "id": 1451}, {"name": "Infatuation", "tier": "Unique", "type": "dagger", "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, "agiReq": 5, "defReq": 25, "hprPct": 15, "ls": 48, "int": -5, "hpBonus": 450, "spRegen": 5, "sdRaw": -60, "aDamPct": 18, "id": 1456}, {"name": "Infected Band", "tier": "Unique", "poison": 220, "category": "accessory", "drop": "lootchest", "hp": -60, "lvl": 65, "hprPct": -8, "ls": 30, "type": "bracelet", "id": 1454}, {"name": "Inferna Flamewreath", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "330-350", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "defReq": 80, "sdPct": 10, "hprRaw": -200, "fDamPct": 20, "wDamPct": -50, "wDefPct": -30, "spRaw1": -5, "spRaw3": -5, "id": 1457}, {"name": "Infernal Impulse", "tier": "Fabled", "type": "leggings", "majorIds": ["RALLY"], "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2300, "fDef": 95, "wDef": -80, "aDef": -80, "tDef": 65, "lvl": 73, "dexReq": 20, "defReq": 55, "mr": -5, "sdPct": 16, "wDamPct": -30, "fDefPct": -14, "tDefPct": 18, "jh": 1, "id": 3599}, {"name": "Infilak", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "33-77", "fDam": "55-77", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 89, "defReq": 50, "expd": 99, "spd": 10, "mdRaw": 188, "id": 1455}, {"name": "Ingrainment", "tier": "Unique", "type": "leggings", "thorns": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 230, "fDef": -40, "wDef": 90, "eDef": 90, "lvl": 59, "strReq": 30, "intReq": 40, "hprPct": 30, "ls": 46, "spd": -25, "hprRaw": 55, "fDamPct": -50, "tDamPct": -50, "eDefPct": 10, "id": 1460}, {"name": "Iniquity", "tier": "Rare", "poison": 395, "category": "accessory", "drop": "lootchest", "wDef": -40, "aDef": -60, "tDef": 60, "eDef": 40, "lvl": 74, "strReq": 30, "dexReq": 25, "dex": 4, "spRegen": -8, "wDamPct": -10, "tDamPct": 6, "eDamPct": 6, "type": "bracelet", "id": 1461}, {"name": "Inmate Outfit", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 1550, "lvl": 72, "id": 773}, {"name": "Influence", "tier": "Legendary", "type": "dagger", "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, "hprPct": 14, "mdPct": 15, "ls": 46, "xpb": 19, "spRegen": -19, "tDamPct": 15, "id": 1458}, {"name": "Insulation", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 240, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 60, "fDamPct": -4, "tDamPct": -4, "type": "bracelet", "id": 1463}, {"name": "Interference", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "3-158", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 47, "dexReq": 28, "ls": -38, "dex": 7, "sdRaw": 56, "tDamPct": 9, "eDefPct": -21, "spRaw3": -5, "id": 1462}, {"name": "Ionian", "tier": "Unique", "type": "dagger", "poison": 488, "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, "strReq": 25, "sdPct": -5, "str": 5, "wDamPct": -15, "eDamPct": 12, "wDefPct": -10, "id": 1467}, {"name": "Inundatio", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": 35, "tDef": 30, "eDef": -65, "lvl": 88, "dexReq": 15, "intReq": 65, "sdPct": 5, "mdPct": -10, "sdRaw": 35, "wDamPct": 6, "eDefPct": -10, "type": "necklace", "id": 1464}, {"name": "Ionosphere", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2850, "fDef": 70, "aDef": -110, "tDef": 90, "lvl": 97, "dexReq": 55, "hprPct": -15, "ls": 190, "ms": 5, "dex": 7, "spd": 11, "tDamPct": 21, "eDefPct": -15, "id": 1466}, {"name": "Iodide", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1180, "tDef": 70, "eDef": -60, "lvl": 73, "dexReq": 20, "intReq": 15, "sdPct": 12, "int": 4, "wDamPct": 7, "tDamPct": 10, "id": 1465}, {"name": "Iris", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "28-32", "fDam": "28-32", "wDam": "28-32", "aDam": "28-32", "tDam": "28-32", "eDam": "28-32", "atkSpd": "SLOW", "lvl": 85, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "mr": 5, "sdPct": -10, "mdPct": -10, "fDefPct": 14, "wDefPct": 14, "aDefPct": 14, "tDefPct": 14, "eDefPct": 14, "id": 1468}, {"name": "Iron Bracer", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 10, "lvl": 10, "def": 4, "spd": -3, "type": "bracelet", "id": 1471}, {"name": "Iron Grippers", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "20-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "200-400", "eDam": "250-350", "atkSpd": "VERY_SLOW", "lvl": 84, "strReq": 35, "dexReq": 35, "ms": 5, "str": 10, "spd": -10, "mdRaw": 390, "tDamPct": 25, "eDamPct": 20, "id": 1469}, {"name": "Iron Knuckle", "tier": "Legendary", "type": "dagger", "thorns": 8, "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, "strReq": 5, "xpb": 8, "str": 5, "def": 5, "eDamPct": 10, "id": 1470}, {"name": "Iron Incrusted Pants", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 42, "wDef": -2, "eDef": 5, "lvl": 9, "def": 3, "spd": -7, "hpBonus": 10, "aDefPct": -5, "eDefPct": 10, "id": 1472}, {"name": "Iron Mail", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 40, "aDef": -2, "eDef": 5, "lvl": 12, "spd": -5, "hpBonus": 12, "eDamPct": 5, "id": 1476}, {"name": "Iron String", "tier": "Legendary", "type": "bow", "category": "weapon", "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, "sdPct": -3, "mdPct": 8, "str": 5, "agi": -2, "id": 1473}, {"name": "Iron Scrap", "tier": "Unique", "type": "chestplate", "thorns": 14, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "fDef": 30, "aDef": -40, "eDef": 30, "lvl": 48, "strReq": 10, "defReq": 15, "mdPct": 8, "spd": -5, "id": 1475}, {"name": "Irradiation", "tier": "Unique", "type": "wand", "poison": 487, "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, "dexReq": 28, "intReq": 28, "hprPct": -23, "dex": 8, "int": 5, "wDamPct": 20, "eDamPct": -30, "eDefPct": -15, "id": 1474}, {"name": "Ironclad", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": 30, "eDef": 30, "lvl": 66, "strReq": 25, "defReq": 40, "mdPct": 14, "def": 9, "expd": 10, "wDamPct": -10, "wDefPct": -18, "id": 1478}, {"name": "Isaz", "tier": "Unique", "type": "spear", "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, "mr": 5, "wDamPct": 10, "id": 1480}, {"name": "Island Chain", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "120-132", "fDam": "0-0", "wDam": "140-155", "aDam": "0-0", "tDam": "0-0", "eDam": "140-155", "atkSpd": "SLOW", "lvl": 83, "strReq": 40, "intReq": 40, "mr": 10, "mdPct": -20, "int": 10, "spd": -20, "hpBonus": 2500, "hprRaw": 165, "spRaw1": -5, "id": 1477}, {"name": "Ivory", "tier": "Legendary", "type": "dagger", "poison": -1000, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "95-130", "fDam": "0-0", "wDam": "0-0", "aDam": "55-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "agiReq": 35, "ms": 10, "ref": 30, "agi": 13, "spRegen": 25, "hprRaw": 225, "tDamPct": -40, "fDefPct": 30, "tDefPct": 30, "id": 1479}, {"name": "Ivy", "tier": "Unique", "type": "bow", "poison": 50, "thorns": 6, "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, "id": 1481}, {"name": "Ivory Bow", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "155-185", "fDam": "15-20", "wDam": "15-20", "aDam": "15-20", "tDam": "15-20", "eDam": "15-20", "atkSpd": "NORMAL", "lvl": 75, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "fDamPct": -10, "wDamPct": -10, "aDamPct": -10, "tDamPct": -10, "eDamPct": -10, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 1483}, {"name": "Infinity", "tier": "Legendary", "type": "bow", "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, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "id": 1459}, {"name": "Jackal Crest", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 20, "lvl": 24, "hprPct": 9, "hprRaw": 4, "type": "necklace", "id": 1482}, {"name": "Jackpot", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 77, "lvl": 77, "xpb": 7, "lb": 7, "eSteal": 7, "type": "necklace", "id": 1484}, {"name": "Jade Talon", "tier": "Unique", "type": "dagger", "category": "weapon", "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, "strReq": 15, "dexReq": 15, "mdPct": 19, "ms": 5, "str": 3, "dex": 3, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "id": 1487}, {"name": "Jate", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 63, "lvl": 17, "sdPct": 8, "xpb": 4, "ref": 5, "id": 1486}, {"name": "Jag", "tier": "Rare", "thorns": 4, "category": "accessory", "drop": "lootchest", "lvl": 4, "mdRaw": 3, "type": "ring", "id": 1485}, {"name": "Javelin", "tier": "Rare", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "8-14", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 5, "dex": 4, "mdRaw": 8, "id": 1491}, {"name": "Jera", "tier": "Rare", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 500, "fDef": -50, "wDef": -50, "aDef": -50, "tDef": -50, "eDef": -50, "lvl": 55, "xpb": 10, "lb": 40, "id": 1488}, {"name": "Jiandan Handwraps", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "lvl": 83, "strReq": 40, "defReq": 40, "mdPct": 10, "xpb": 10, "hpBonus": 827, "mdRaw": 45, "type": "bracelet", "id": 1489}, {"name": "Jewel", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1645, "fDef": 100, "wDef": -80, "lvl": 76, "sdPct": 7, "xpb": 10, "ref": 5, "fDamPct": -20, "wDamPct": 10, "id": 1490}, {"name": "Jike", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 60, "lvl": 16, "lb": 4, "spd": 5, "mdRaw": 14, "id": 1495}, {"name": "Jilted", "tier": "Unique", "type": "chestplate", "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "fDef": 8, "wDef": 8, "aDef": 8, "tDef": 8, "eDef": 8, "lvl": 45, "defReq": 30, "def": 5, "hpBonus": 100, "spRegen": -5, "fDamPct": 4, "fDefPct": 6, "id": 1497}, {"name": "Jingu Headband", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "wDef": 6, "tDef": 6, "eDef": -12, "lvl": 33, "dexReq": 10, "intReq": 10, "ms": 5, "xpb": 11, "wDamPct": 8, "tDamPct": 8, "eDefPct": -10, "id": 1494}, {"name": "Joker", "tier": "Rare", "type": "spear", "poison": 120, "thorns": 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, "strReq": 5, "agiReq": 5, "defReq": 5, "xpb": 10, "ref": 1, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "expd": 1, "spRegen": 1, "eSteal": 1, "id": 1493}, {"name": "Jolt of Inspiration", "tier": "Rare", "type": "dagger", "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, "dexReq": 10, "intReq": 15, "mr": 5, "sdPct": 8, "ms": 5, "xpb": 10, "int": 4, "tDefPct": -15, "eDefPct": -18, "id": 1498}, {"name": "Juneberry", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-85", "fDam": "0-0", "wDam": "65-90", "aDam": "65-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "intReq": 30, "agiReq": 30, "mr": 5, "sdPct": 10, "int": 8, "agi": 7, "spd": 12, "wDamPct": 12, "aDamPct": 12, "tDamPct": -14, "id": 1500}, {"name": "Jungle Sludge", "tier": "Unique", "type": "helmet", "poison": 265, "thorns": 5, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 950, "wDef": -60, "eDef": 50, "lvl": 60, "hprPct": -15, "hpBonus": -275, "wDamPct": 11, "tDefPct": -7, "id": 1499}, {"name": "Jungle Artifact", "tier": "Rare", "type": "bow", "category": "weapon", "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, "strReq": 21, "defReq": 21, "mdPct": 14, "str": 9, "agi": -7, "expd": 14, "spd": -21, "sdRaw": -77, "fDamPct": 14, "id": 1496}, {"name": "Jungle Wood Bow", "tier": "Normal", "type": "bow", "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, "id": 1505}, {"name": "Jungle Wood Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "23-26", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 19, "id": 1502}, {"name": "Jungle Wood Shears", "displayName": "Jungle Wood Dagger", "tier": "Normal", "type": "dagger", "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, "id": 1501}, {"name": "Jungle Wood Spear", "tier": "Normal", "type": "spear", "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, "id": 1511}, {"name": "Jungle Wood Stick", "displayName": "Jungle Wood Wand", "tier": "Normal", "type": "wand", "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, "id": 1504}, {"name": "Juniper", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 26, "strReq": 8, "hprRaw": 4, "eDamPct": 4, "type": "ring", "id": 1503}, {"name": "Justice", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 600, "fDef": 50, "wDef": -30, "tDef": -30, "lvl": 96, "defReq": 40, "hprPct": 12, "def": 5, "fDamPct": 8, "type": "bracelet", "id": 1507}, {"name": "Kaas' Fur", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "wDef": 40, "lvl": 40, "intReq": 15, "mr": 10, "sdPct": -12, "ms": 5, "tDefPct": -10, "id": 1506}, {"name": "Kanata", "tier": "Unique", "type": "dagger", "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, "agiReq": 20, "spd": 6, "eSteal": 3, "aDamPct": 6, "id": 1509}, {"name": "Kamikaze", "tier": "Rare", "type": "wand", "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, "defReq": 18, "sdPct": 10, "mdPct": 12, "ls": -8, "agi": 7, "def": -3, "expd": 10, "fDamPct": 5, "wDamPct": -10, "id": 1517}, {"name": "Kapok", "tier": "Rare", "type": "chestplate", "thorns": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": -60, "wDef": 60, "tDef": -60, "eDef": 60, "lvl": 64, "strReq": 35, "intReq": 35, "sdPct": 8, "mdPct": 8, "wDamPct": 8, "eDamPct": 8, "tDefPct": -15, "id": 1510}, {"name": "Kaleidoscope", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 570, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 47, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "xpb": 10, "fDefPct": 6, "wDefPct": 6, "aDefPct": 6, "tDefPct": 6, "eDefPct": 6, "id": 1508}, {"name": "Karabiner", "tier": "Unique", "type": "dagger", "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, "agiReq": 5, "defReq": 25, "hprPct": 18, "lb": 8, "agi": 5, "def": 4, "spd": 6, "aDamPct": 10, "aDefPct": 10, "id": 1512}, {"name": "Karraska", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 140, "aDef": -7, "lvl": 24, "strReq": 8, "sdPct": -5, "mdPct": 12, "str": 8, "agi": -2, "spd": -4, "hpBonus": 35, "eDamPct": 10, "aDefPct": -5, "eDefPct": 5, "id": 1513}, {"name": "Katana", "tier": "Rare", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "74-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "dex": 7, "spd": 10, "sdRaw": -20, "mdRaw": 46, "id": 1514}, {"name": "Katoa's Warmth", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 185, "fDef": 15, "lvl": 23, "hprPct": 45, "hpBonus": 75, "spRegen": 10, "sdRaw": -25, "mdRaw": -26, "id": 1515}, {"name": "Kayde", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 85, "xpb": 10, "spRegen": 7, "type": "bracelet", "id": 1516}, {"name": "Kaze", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "aDef": 20, "lvl": 91, "agiReq": 75, "agi": 5, "spd": 15, "aDefPct": 11, "type": "ring", "id": 1520}, {"name": "Keen Measure", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-18", "fDam": "0-0", "wDam": "11-12", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 17, "intReq": 5, "mr": 5, "dex": 3, "int": 3, "spd": -4, "spPct2": -14, "id": 1519}, {"name": "Keeper", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 4, "xpb": 4, "type": "bracelet", "id": 1518}, {"name": "Kekkai", "tier": "Unique", "type": "spear", "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, "agiReq": 30, "ref": 11, "spd": -10, "fDamPct": -30, "wDefPct": 10, "aDefPct": 25, "tDefPct": 10, "eDefPct": 10, "id": 1521}, {"name": "Kelight's Gauntlet", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 435, "wDef": -15, "aDef": -15, "lvl": 69, "strReq": 40, "mdPct": 7, "str": 4, "mdRaw": 18, "wDefPct": -7, "aDefPct": -7, "type": "bracelet", "id": 1522}, {"name": "Kelight's Shield", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1550, "fDef": 75, "wDef": -60, "aDef": -45, "tDef": 75, "eDef": 60, "lvl": 64, "defReq": 40, "hprPct": 25, "xpb": 10, "def": 9, "hpBonus": 550, "fDefPct": 22, "wDefPct": -8, "tDefPct": 22, "id": 1535}, {"name": "Kelvik", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 350, "fDef": 15, "lvl": 40, "defReq": 15, "def": 5, "spd": -6, "hpBonus": 80, "fDamPct": 8, "wDamPct": -7, "fDefPct": 10, "aDefPct": 5, "id": 1523}, {"name": "Kenaz", "tier": "Unique", "type": "spear", "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, "defReq": 20, "ref": 13, "hpBonus": 150, "spRegen": 3, "fDamPct": 8, "wDamPct": -5, "wDefPct": -10, "id": 1526}, {"name": "Kelight's Toothbrush", "tier": "Rare", "type": "wand", "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, "mdPct": 5, "xpb": 4, "lb": 9, "eDamPct": -5, "eDefPct": -5, "id": 1538}, {"name": "Kernel", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -150, "wDef": -60, "lvl": 94, "dexReq": 55, "intReq": 10, "int": 4, "sdRaw": 55, "wDamPct": -8, "tDamPct": 4, "type": "necklace", "id": 1524}, {"name": "Kickback", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3125, "fDef": -75, "aDef": 140, "eDef": -75, "lvl": 99, "agiReq": 80, "mdPct": 13, "str": 5, "agi": 5, "def": 5, "spd": 12, "mdRaw": 260, "aDamPct": 22, "wDefPct": -13, "tDefPct": -13, "jh": 1, "id": 1525}, {"name": "Kickers", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 34, "lvl": 10, "mdPct": 6, "hpBonus": -6, "id": 1529}, {"name": "Kilauea", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "88-112", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "80-120", "atkSpd": "FAST", "lvl": 68, "strReq": 30, "defReq": 25, "sdPct": 7, "str": 5, "expd": 15, "spd": 12, "hpBonus": -750, "mdRaw": 115, "id": 1528}, {"name": "Kilij", "tier": "Legendary", "type": "dagger", "thorns": 30, "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, "strReq": 20, "agiReq": 20, "sdPct": -30, "spd": 20, "mdRaw": 90, "aDamPct": 20, "tDamPct": -80, "eDamPct": 20, "id": 1531}, {"name": "Kilpkonn", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 360, "wDef": 25, "tDef": -15, "lvl": 37, "defReq": 12, "ref": 6, "def": 10, "spd": -12, "hpBonus": 40, "hprRaw": 16, "id": 1527}, {"name": "King of Hearts", "tier": "Rare", "type": "wand", "poison": -25000, "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, "intReq": 75, "defReq": 65, "mr": 15, "hpBonus": 3692, "hprRaw": 200, "sdRaw": -25000, "mdRaw": -25000, "wDamPct": 81, "spRaw1": -5, "id": 1533}, {"name": "Kindle", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 50, "lvl": 62, "defReq": 60, "hprPct": 7, "sdPct": -20, "mdPct": -20, "def": 9, "spRegen": 8, "hprRaw": 60, "fDefPct": 8, "id": 1532}, {"name": "King of Blocks", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "160-240", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-100", "atkSpd": "SLOW", "lvl": 73, "strReq": 20, "xpb": 15, "lb": 10, "fDamPct": 6, "wDamPct": 6, "aDamPct": 6, "tDamPct": 6, "id": 1534}, {"name": "Kitten Claw", "tier": "Unique", "type": "dagger", "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, "sdPct": -6, "mdPct": -4, "dex": 13, "spd": 8, "mdRaw": 52, "id": 1530}, {"name": "Kivilu", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-690", "wDam": "0-690", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 100, "intReq": 45, "defReq": 45, "hprPct": 15, "mr": 10, "int": 20, "def": -20, "hpBonus": -3900, "hprRaw": 465, "fDamPct": 31, "wDamPct": 31, "id": 1537}, {"name": "Kizuato", "tier": "Unique", "type": "chestplate", "thorns": 11, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1550, "fDef": 80, "wDef": -70, "aDef": -70, "tDef": 80, "lvl": 74, "dexReq": 20, "defReq": 20, "ls": 140, "def": 3, "expd": 11, "id": 1536}, {"name": "Knight Boots", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 230, "fDef": 10, "wDef": -5, "aDef": -5, "eDef": 10, "lvl": 33, "strReq": 12, "defReq": 12, "hprPct": 20, "sdPct": -5, "mdPct": 10, "fDamPct": 10, "eDamPct": 10, "id": 1540}, {"name": "Knucklebones", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "lvl": 99, "ls": -1835, "ms": -200, "xpb": 25, "lb": 25, "expd": 20, "atkTier": 2, "spRegen": -50, "eSteal": 5, "type": "bracelet", "id": 1539}, {"name": "Kolkhaar", "tier": "Unique", "type": "spear", "poison": 245, "category": "weapon", "drop": "NORMAL", "nDam": "21-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "13-33", "eDam": "17-29", "atkSpd": "SLOW", "lvl": 43, "strReq": 25, "dexReq": 25, "mdPct": -60, "spd": -7, "atkTier": 2, "spRegen": -10, "id": 1543}, {"name": "Kratke", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1000, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 58, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "sdPct": 10, "mdPct": 10, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "id": 1542}, {"name": "Krakem", "tier": "Rare", "type": "bow", "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, "intReq": 25, "mdPct": 9, "str": 5, "int": 9, "sdRaw": 80, "fDamPct": -16, "eDamPct": 20, "id": 1541}, {"name": "Krolton's Cruelty", "tier": "Rare", "poison": 500, "category": "accessory", "drop": "lootchest", "fDef": 40, "wDef": -80, "tDef": 60, "lvl": 88, "strReq": 40, "dexReq": 70, "str": 5, "dex": 5, "hprRaw": -70, "mdRaw": 55, "type": "bracelet", "id": 1544}, {"name": "Kuuichi", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 52, "wDef": 6, "tDef": -2, "lvl": 11, "xpb": 6, "int": 5, "sdRaw": 10, "id": 1563}, {"name": "Kuiper", "tier": "Unique", "type": "spear", "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, "strReq": 6, "dexReq": 6, "intReq": 6, "agiReq": 6, "defReq": 6, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "hpBonus": -39, "id": 1545}, {"name": "Bronze Basic Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 500, "lvl": 90, "xpb": 10, "lb": 10, "eSteal": 5, "type": "bracelet", "fixID": true, "id": 1546}, {"name": "Bronze Basic Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 500, "lvl": 90, "xpb": 10, "lb": 10, "spRegen": 10, "type": "necklace", "fixID": true, "id": 1547}, {"name": "Diamond Fiber Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 65, "lvl": 95, "strReq": 100, "mdPct": 16, "str": 6, "eDamPct": 16, "eDefPct": 5, "type": "bracelet", "fixID": true, "id": 1548}, {"name": "Bronze Basic Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 500, "lvl": 90, "xpb": 12, "lb": 12, "type": "ring", "fixID": true, "id": 1549}, {"name": "Diamond Fiber Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 80, "lvl": 95, "strReq": 100, "str": 12, "eDamPct": 10, "eDefPct": 16, "type": "necklace", "fixID": true, "id": 1550}, {"name": "Diamond Fiber Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 60, "lvl": 95, "strReq": 100, "mdPct": 14, "str": 7, "expd": 12, "spd": -5, "mdRaw": 95, "type": "ring", "fixID": true, "id": 1552}, {"name": "Diamond Fusion Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 95, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "lb": 12, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "type": "bracelet", "fixID": true, "id": 1554}, {"name": "Diamond Fusion Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 95, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "type": "necklace", "fixID": true, "id": 1553}, {"name": "Diamond Fusion Ring", "tier": "Legendary", "thorns": 10, "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 30, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 95, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "sdPct": 7, "mdPct": 7, "ref": 10, "hpBonus": 500, "type": "ring", "fixID": true, "id": 1551}, {"name": "Diamond Hydro Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 70, "lvl": 95, "intReq": 100, "mr": 5, "ms": 5, "int": 5, "wDamPct": 10, "wDefPct": 10, "type": "ring", "fixID": true, "id": 1556}, {"name": "Diamond Hydro Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 80, "lvl": 95, "intReq": 100, "mr": 10, "ref": 15, "int": 7, "sdRaw": 55, "type": "necklace", "fixID": true, "id": 1558}, {"name": "Diamond Hydro Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 70, "lvl": 95, "intReq": 100, "sdPct": 8, "ms": 15, "int": 7, "wDamPct": 12, "type": "bracelet", "fixID": true, "id": 1555}, {"name": "Diamond Solar Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 1500, "fDef": 80, "lvl": 95, "defReq": 100, "def": 8, "expd": 15, "fDamPct": 14, "fDefPct": 7, "type": "bracelet", "fixID": true, "id": 1557}, {"name": "Diamond Solar Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 120, "lvl": 95, "defReq": 100, "hprPct": 20, "def": 12, "fDamPct": 8, "fDefPct": 20, "type": "necklace", "fixID": true, "id": 1561}, {"name": "Diamond Static Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -450, "tDef": 100, "lvl": 95, "dexReq": 100, "sdPct": 8, "dex": 7, "sdRaw": 60, "tDamPct": 16, "tDefPct": 10, "type": "bracelet", "fixID": true, "id": 1559}, {"name": "Diamond Solar Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 1000, "fDef": 60, "lvl": 95, "defReq": 100, "hprPct": 16, "sdPct": -5, "mdPct": -2, "def": 3, "hprRaw": 110, "fDefPct": 7, "type": "ring", "fixID": true, "id": 1562}, {"name": "Diamond Static Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "tDef": 50, "lvl": 95, "dexReq": 100, "spd": 5, "atkTier": 1, "mdRaw": 29, "tDamPct": 6, "type": "necklace", "fixID": true, "id": 1560}, {"name": "Diamond Steam Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "aDef": 135, "lvl": 95, "agiReq": 100, "agi": 7, "spd": 18, "aDamPct": 8, "aDefPct": 12, "type": "bracelet", "fixID": true, "id": 1566}, {"name": "Diamond Static Ring", "tier": "Legendary", "thorns": 10, "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -350, "tDef": 70, "lvl": 95, "dexReq": 100, "hprPct": -10, "dex": 10, "tDamPct": 16, "type": "ring", "fixID": true, "id": 1564}, {"name": "Diamond Steam Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -240, "aDef": 100, "lvl": 95, "agiReq": 100, "ref": 16, "agi": 12, "spd": 16, "aDamPct": 8, "aDefPct": 16, "type": "necklace", "fixID": true, "id": 1565}, {"name": "Gold Fiber Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 50, "lvl": 95, "strReq": 75, "mdPct": 12, "str": 4, "eDamPct": 11, "type": "bracelet", "fixID": true, "id": 1569}, {"name": "Diamond Steam Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -240, "aDef": 50, "lvl": 95, "agiReq": 100, "agi": 5, "spd": 12, "aDamPct": 18, "aDefPct": 7, "type": "ring", "fixID": true, "id": 1568}, {"name": "Gold Fiber Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 60, "lvl": 95, "strReq": 75, "str": 9, "eDamPct": 7, "eDefPct": 12, "type": "necklace", "fixID": true, "id": 1567}, {"name": "Gold Fusion Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 35, "wDef": 35, "aDef": 35, "tDef": 35, "eDef": 35, "lvl": 95, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "lb": 8, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "type": "bracelet", "fixID": true, "id": 1572}, {"name": "Gold Fiber Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 40, "lvl": 95, "strReq": 75, "mdPct": 11, "str": 5, "expd": 8, "spd": -4, "mdRaw": 80, "type": "ring", "fixID": true, "id": 1570}, {"name": "Gold Hydro Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 55, "lvl": 95, "intReq": 75, "sdPct": 6, "ms": 10, "int": 5, "wDamPct": 8, "type": "bracelet", "fixID": true, "id": 1577}, {"name": "Gold Fusion Ring", "tier": "Legendary", "thorns": 7, "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 95, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "sdPct": 4, "mdPct": 4, "ref": 7, "hpBonus": 375, "type": "ring", "fixID": true, "id": 1571}, {"name": "Gold Fusion Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 95, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "type": "necklace", "fixID": true, "id": 1573}, {"name": "Gold Hydro Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 65, "lvl": 95, "intReq": 75, "mr": 5, "ref": 5, "int": 5, "sdRaw": 40, "type": "necklace", "fixID": true, "id": 1583}, {"name": "Gold Solar Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 775, "fDef": 50, "lvl": 95, "defReq": 75, "hprPct": 12, "sdPct": -3, "def": 2, "hprRaw": 70, "fDefPct": 4, "type": "ring", "fixID": true, "id": 1578}, {"name": "Gold Solar Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 1100, "fDef": 65, "lvl": 95, "defReq": 75, "def": 5, "expd": 5, "fDamPct": 9, "fDefPct": 4, "type": "bracelet", "fixID": true, "id": 1576}, {"name": "Gold Solar Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 825, "fDef": 90, "lvl": 95, "defReq": 75, "hprPct": 10, "def": 9, "fDamPct": 5, "fDefPct": 15, "type": "necklace", "fixID": true, "id": 1575}, {"name": "Gold Static Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "tDef": 40, "lvl": 95, "dexReq": 75, "spd": 2, "mdRaw": 25, "tDamPct": 4, "type": "necklace", "fixID": true, "id": 1580}, {"name": "Gold Static Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -350, "tDef": 75, "lvl": 95, "dexReq": 75, "sdPct": 5, "dex": 5, "sdRaw": 40, "tDamPct": 12, "tDefPct": 7, "type": "bracelet", "fixID": true, "id": 1581}, {"name": "Gold Steam Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "aDef": 105, "lvl": 95, "agiReq": 75, "agi": 4, "spd": 14, "aDamPct": 6, "aDefPct": 10, "type": "bracelet", "fixID": true, "id": 1585}, {"name": "Gold Static Ring", "tier": "Legendary", "thorns": 4, "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -280, "tDef": 50, "lvl": 95, "dexReq": 75, "hprPct": -7, "dex": 8, "tDamPct": 12, "type": "ring", "fixID": true, "id": 1579}, {"name": "Gold Steam Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -180, "aDef": 35, "lvl": 95, "agiReq": 75, "agi": 3, "spd": 9, "aDamPct": 14, "aDefPct": 5, "type": "ring", "fixID": true, "id": 1582}, {"name": "Legendary Medallion", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 100, "type": "necklace", "id": 1587}, {"name": "Gold Steam Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -180, "aDef": 75, "lvl": 95, "agiReq": 75, "ref": 8, "agi": 8, "spd": 12, "aDamPct": 4, "aDefPct": 10, "type": "necklace", "fixID": true, "id": 1626}, {"name": "Silver Fiber Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 40, "lvl": 95, "strReq": 50, "mdPct": 8, "str": 2, "eDamPct": 7, "type": "bracelet", "fixID": true, "id": 1589}, {"name": "Silver Fiber Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 50, "lvl": 95, "strReq": 50, "str": 6, "eDamPct": 5, "eDefPct": 8, "type": "necklace", "fixID": true, "id": 1586}, {"name": "Silver Fiber Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "eDef": 20, "lvl": 95, "strReq": 50, "mdPct": 8, "str": 3, "spd": -3, "mdRaw": 65, "type": "ring", "fixID": true, "id": 1588}, {"name": "Silver Fusion Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 95, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "lb": 6, "fDefPct": 6, "wDefPct": 6, "aDefPct": 6, "tDefPct": 6, "eDefPct": 6, "type": "bracelet", "fixID": true, "id": 1584}, {"name": "Silver Fusion Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 95, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "type": "necklace", "fixID": true, "id": 1590}, {"name": "Silver Hydro Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 40, "lvl": 95, "intReq": 50, "sdPct": 3, "ms": 5, "int": 4, "wDamPct": 5, "type": "bracelet", "fixID": true, "id": 1593}, {"name": "Silver Fusion Ring", "tier": "Legendary", "thorns": 5, "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 95, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "sdPct": 3, "mdPct": 3, "ref": 5, "hpBonus": 250, "type": "ring", "fixID": true, "id": 1591}, {"name": "Silver Hydro Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 40, "lvl": 95, "intReq": 50, "ms": 5, "int": 3, "wDamPct": 5, "wDefPct": 5, "type": "ring", "fixID": true, "id": 1594}, {"name": "Silver Hydro Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 55, "lvl": 95, "intReq": 50, "int": 3, "sdRaw": 35, "type": "necklace", "fixID": true, "id": 1592}, {"name": "Gold Hydro Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 55, "lvl": 95, "intReq": 75, "mr": 5, "int": 4, "wDamPct": 7, "wDefPct": 7, "type": "ring", "fixID": true, "id": 1574}, {"name": "Silver Solar Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 50, "lvl": 95, "defReq": 50, "def": 3, "fDamPct": 6, "fDefPct": 2, "type": "bracelet", "fixID": true, "id": 1595}, {"name": "Silver Solar Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 750, "fDef": 70, "lvl": 95, "defReq": 50, "def": 6, "fDefPct": 10, "type": "necklace", "fixID": true, "id": 1599}, {"name": "Silver Solar Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 40, "lvl": 95, "defReq": 50, "hprPct": 8, "def": 1, "hprRaw": 40, "type": "ring", "fixID": true, "id": 1596}, {"name": "Silver Steam Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "aDef": 90, "lvl": 95, "agiReq": 50, "agi": 2, "spd": 10, "aDamPct": 4, "aDefPct": 8, "type": "bracelet", "fixID": true, "id": 1600}, {"name": "Silver Static Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "tDef": 30, "lvl": 95, "dexReq": 50, "mdRaw": 20, "tDamPct": 2, "type": "necklace", "fixID": true, "id": 1598}, {"name": "Silver Static Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -210, "tDef": 30, "lvl": 95, "dexReq": 50, "dex": 6, "tDamPct": 8, "type": "ring", "fixID": true, "id": 1602}, {"name": "Silver Steam Necklace", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -120, "aDef": 60, "lvl": 95, "agiReq": 50, "ref": 4, "agi": 4, "spd": 10, "aDefPct": 5, "type": "necklace", "fixID": true, "id": 1603}, {"name": "Silver Steam Ring", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -120, "aDef": 20, "lvl": 95, "agiReq": 50, "agi": 1, "spd": 6, "aDamPct": 10, "aDefPct": 3, "type": "ring", "fixID": true, "id": 1601}, {"name": "Lacerator", "tier": "Unique", "type": "dagger", "poison": 195, "category": "weapon", "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, "ls": 23, "dex": 7, "id": 1604}, {"name": "Laen's Curiosity", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": 6, "lvl": 25, "intReq": 12, "xpb": 8, "int": 5, "type": "bracelet", "id": 1605}, {"name": "Lake", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 23, "int": 3, "sdRaw": 5, "wDamPct": 2, "wDefPct": 5, "type": "ring", "id": 1606}, {"name": "Laoc Alcher", "tier": "Unique", "type": "bow", "poison": 665, "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, "strReq": 35, "dexReq": 35, "hprPct": 25, "mr": -10, "ls": 220, "hpBonus": -1350, "hprRaw": 50, "mdRaw": 455, "id": 1608}, {"name": "Lapis Necklace", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 59, "intReq": 35, "mr": 5, "sdRaw": -25, "type": "necklace", "id": 1607}, {"name": "Largo", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "50-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-250", "atkSpd": "VERY_SLOW", "lvl": 36, "strReq": 25, "mdPct": 10, "str": 8, "dex": -12, "expd": 20, "spd": -15, "mdRaw": 175, "id": 1609}, {"name": "Silver Static Bracelet", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -280, "tDef": 50, "lvl": 95, "dexReq": 50, "sdPct": 3, "dex": 3, "sdRaw": 25, "tDamPct": 8, "tDefPct": 5, "type": "bracelet", "fixID": true, "id": 1597}, {"name": "Last Perdition", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "320-330", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 76, "dexReq": 30, "defReq": 30, "mr": -5, "dex": 10, "hpBonus": -500, "fDamPct": 15, "tDamPct": 15, "wDefPct": -10, "id": 1610}, {"name": "Lasting", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 63, "spd": -5, "spRegen": 5, "hprRaw": 33, "type": "bracelet", "id": 1611}, {"name": "Latchkey", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 77, "def": 8, "type": "bracelet", "id": 1612}, {"name": "Layton", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-50", "fDam": "0-0", "wDam": "65-80", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 85, "intReq": 40, "xpb": 10, "int": 15, "sdRaw": 120, "id": 1613}, {"name": "Lazybones", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "265-335", "fDam": "0-0", "wDam": "110-145", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 74, "hprPct": 12, "mr": 5, "xpb": 15, "spd": -12, "id": 1617}, {"name": "Lead", "tier": "Unique", "poison": 235, "category": "accessory", "drop": "lootchest", "hp": -75, "eDef": 20, "lvl": 62, "strReq": 15, "str": 4, "int": -1, "spd": -4, "type": "ring", "id": 1615}, {"name": "Leaning Log", "tier": "Unique", "type": "wand", "thorns": 20, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "135-180", "aDam": "0-0", "tDam": "0-0", "eDam": "150-165", "atkSpd": "VERY_SLOW", "lvl": 92, "strReq": 35, "intReq": 35, "mdPct": 8, "str": 7, "int": 7, "hpBonus": 1200, "aDamPct": -20, "tDamPct": -20, "id": 1616}, {"name": "Leadlights", "tier": "Rare", "type": "boots", "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 3125, "lvl": 95, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "spRegen": 5, "fDamPct": 11, "wDamPct": 11, "aDamPct": 11, "tDamPct": 11, "eDamPct": 11, "fDefPct": 11, "wDefPct": 11, "aDefPct": 11, "tDefPct": 11, "eDefPct": 11, "id": 1614}, {"name": "Leather Face", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 40, "lvl": 13, "xpb": 3, "lb": 4, "def": 3, "tDefPct": 5, "id": 1621}, {"name": "Leech Bow", "tier": "Unique", "type": "bow", "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, "ls": 7, "def": 3, "id": 1620}, {"name": "Lecade's Rank", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 550, "lvl": 79, "mdPct": 8, "xpb": 8, "type": "bracelet", "id": 1618}, {"name": "Led Balloon", "tier": "Unique", "type": "relik", "sprint": -12, "category": "weapon", "drop": "NORMAL", "nDam": "97-114", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "51-57", "atkSpd": "SUPER_SLOW", "lvl": 23, "strReq": 10, "mdPct": 6, "spd": 5, "aDamPct": 10, "eDefPct": 8, "id": 1622}, {"name": "Leech Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 85, "lvl": 20, "ls": 8, "id": 1623}, {"name": "Leg of the Scared", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1050, "aDef": 80, "eDef": -60, "lvl": 66, "agiReq": 25, "agi": 5, "spd": 15, "aDamPct": 10, "id": 1619}, {"name": "Leggings of Desolation", "tier": "Rare", "type": "leggings", "poison": 800, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 2400, "fDef": 50, "wDef": -200, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 89, "dexReq": 40, "defReq": 40, "hprPct": -20, "sdPct": 20, "mdPct": 20, "ls": 240, "ms": 10, "spRegen": -50, "wDamPct": -20, "id": 1627}, {"name": "Legendary Smasher", "tier": "Legendary", "type": "spear", "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, "def": 4, "expd": 65, "wDamPct": -15, "wDefPct": -5, "id": 1624}, {"name": "Leggings of Haste", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1500, "aDef": 60, "lvl": 79, "agiReq": 80, "sdPct": -20, "spd": 15, "atkTier": 1, "mdRaw": 120, "aDamPct": 15, "fDefPct": -50, "id": 1625}, {"name": "Leggings of Restoration", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1400, "fDef": 60, "wDef": 60, "aDef": -60, "tDef": -60, "lvl": 74, "intReq": 20, "defReq": 20, "hprPct": 25, "mr": 5, "sdPct": -7, "mdPct": -7, "spRegen": 5, "hprRaw": 80, "id": 1629}, {"name": "Leictreach Makani", "tier": "Rare", "type": "leggings", "thorns": 35, "category": "armor", "slots": 3, "drop": "NORMAL", "aDef": 150, "tDef": 150, "lvl": 95, "dexReq": 60, "agiReq": 60, "sdPct": 19, "ms": 5, "ref": 35, "dex": 15, "agi": 15, "spd": 27, "atkTier": 1, "aDamPct": 32, "tDamPct": 32, "eDefPct": -60, "id": 1632}, {"name": "Leggings of the Halt", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 300, "lvl": 36, "defReq": 20, "spd": -19, "fDefPct": 10, "wDefPct": 10, "aDefPct": -5, "tDefPct": 10, "eDefPct": 10, "id": 1628}, {"name": "Leikkuri", "tier": "Rare", "type": "dagger", "thorns": 10, "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, "agiReq": 30, "defReq": 10, "agi": 7, "def": 7, "spd": 11, "fDefPct": 12, "wDefPct": -10, "aDefPct": 8, "id": 1630}, {"name": "Lemon Legs", "tier": "Legendary", "type": "leggings", "poison": 35, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 125, "tDef": 15, "eDef": -5, "lvl": 18, "mdPct": 15, "xpb": 7, "dex": 7, "sdRaw": 15, "tDamPct": 10, "eDamPct": -12, "eDefPct": -10, "id": 1633}, {"name": "Lethality", "tier": "Unique", "type": "relik", "poison": 575, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-32", "fDam": "30-32", "wDam": "0-0", "aDam": "0-0", "tDam": "30-32", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 65, "dexReq": 25, "defReq": 25, "mdPct": 12, "ls": 110, "ms": -10, "expd": 15, "id": 1635}, {"name": "Leo", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 4200, "fDef": 200, "wDef": -200, "lvl": 93, "sdPct": -30, "mdPct": -30, "hpBonus": 1400, "hprRaw": 200, "fDamPct": 30, "id": 1631}, {"name": "Lerteco", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1400, "eDef": -50, "lvl": 78, "dexReq": 50, "mdPct": 5, "str": -10, "dex": 13, "mdRaw": 135, "tDamPct": 5, "tDefPct": 5, "id": 1637}, {"name": "Ley Lines", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1975, "wDef": 90, "tDef": 90, "eDef": -175, "lvl": 82, "intReq": 50, "mr": 10, "xpb": 8, "hpBonus": -550, "spRegen": 8, "sdRaw": 120, "id": 1636}, {"name": "Leviathan", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2850, "wDef": 90, "aDef": -90, "tDef": -100, "eDef": 100, "lvl": 97, "strReq": 45, "intReq": 45, "str": 12, "atkTier": 1, "eSteal": 7, "wDamPct": 19, "eDamPct": 19, "tDefPct": -10, "id": 1634}, {"name": "Lichcall", "tier": "Unique", "type": "bow", "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, "dexReq": 20, "sdPct": 15, "mdPct": 11, "ms": 5, "wDamPct": -30, "aDamPct": -15, "id": 1638}, {"name": "Libella", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 32, "agi": 4, "spd": 4, "aDamPct": 4, "type": "ring", "id": 1639}, {"name": "Libra", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 3150, "lvl": 91, "strReq": 33, "dexReq": 33, "intReq": 33, "agiReq": 33, "defReq": 33, "mr": 5, "str": 7, "dex": 7, "int": 7, "agi": 7, "def": 7, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "id": 1641}, {"name": "Lichclaw", "tier": "Unique", "type": "wand", "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, "dexReq": 20, "sdPct": 11, "mdPct": 15, "ls": 135, "wDefPct": -20, "aDefPct": -10, "id": 1640}, {"name": "Lichenwal", "tier": "Unique", "type": "boots", "poison": 245, "thorns": 7, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2175, "aDef": -80, "eDef": 120, "lvl": 84, "strReq": 40, "str": 10, "expd": 15, "hprRaw": 100, "eDamPct": 10, "eDefPct": 15, "id": 1644}, {"name": "Ligfamblawende", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "111-111", "fDam": "200-244", "wDam": "0-0", "aDam": "167-277", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 87, "agiReq": 40, "defReq": 35, "ls": 260, "agi": 8, "def": 8, "hpBonus": 800, "fDamPct": 10, "wDamPct": -25, "fDefPct": 20, "aDefPct": 20, "id": 1643}, {"name": "Life Extractor", "tier": "Rare", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "32-46", "fDam": "32-46", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 26, "ls": 35, "lb": 5, "hpBonus": 46, "fDefPct": 5, "wDefPct": -10, "id": 1642}, {"name": "Light Birch Wood Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "14-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 11, "id": 1647}, {"name": "Light Jungle Wood Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 25, "id": 1646}, {"name": "Light Kaekell", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "aDef": 15, "tDef": 15, "lvl": 55, "dexReq": 25, "agiReq": 25, "sdPct": 10, "mdPct": 10, "dex": 4, "agi": 4, "spd": 10, "aDamPct": 10, "tDamPct": 10, "eDefPct": -30, "id": 1648}, {"name": "Light Oak Wood Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-8", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 4, "id": 1645}, {"name": "Lightning Edge", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "72-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "9-145", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 94, "dexReq": 50, "ls": 245, "ms": 5, "dex": 9, "hprRaw": -120, "tDamPct": 12, "tDefPct": 10, "eDefPct": -15, "id": 1686}, {"name": "Light Spruce Wood Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "18-19", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 17, "id": 1651}, {"name": "Limbo", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "155-275", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-1200", "eDam": "385-385", "atkSpd": "SUPER_SLOW", "lvl": 95, "strReq": 45, "dexReq": 45, "mr": -20, "mdPct": 25, "str": 9, "dex": 13, "hprRaw": -250, "aDamPct": 50, "tDamPct": 15, "eDamPct": 20, "id": 1655}, {"name": "Lightningrod", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-67", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-67", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 90, "dexReq": 30, "intReq": 35, "sdPct": 8, "dex": 8, "wDamPct": 23, "fDefPct": -20, "tDefPct": 30, "id": 1649}, {"name": "Lightshow", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "19-23", "wDam": "18-25", "aDam": "17-26", "tDam": "16-27", "eDam": "20-22", "atkSpd": "SUPER_FAST", "lvl": 60, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "ref": 70, "spRegen": 20, "fDefPct": 30, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "eDefPct": 30, "id": 1650}, {"name": "Liquified Sun", "displayName": "Liquefied Sun", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "72-90", "fDam": "80-85", "wDam": "0-0", "aDam": "0-0", "tDam": "45-120", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 92, "dexReq": 45, "defReq": 35, "ref": 20, "def": 10, "hpBonus": 1731, "wDamPct": -20, "eDamPct": -20, "fDefPct": 25, "tDefPct": 25, "id": 1654}, {"name": "Lithium", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 14, "xpb": 5, "hprRaw": 2, "type": "necklace", "id": 1652}, {"name": "Little Inferno", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 120, "wDef": -20, "lvl": 27, "defReq": 15, "sdPct": 20, "mdPct": 10, "expd": 25, "fDamPct": 15, "wDefPct": -25, "id": 1653}, {"name": "Little Machine", "tier": "Unique", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "13-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "4-8", "eDam": "0-0", "atkSpd": "FAST", "lvl": 13, "dex": 4, "sdRaw": 13, "mdRaw": 13, "spPct1": 18, "id": 1658}, {"name": "Lizard", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 18, "lvl": 18, "fDamPct": 5, "type": "ring", "id": 1656}, {"name": "Loaded Question", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "72-78", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "140-165", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 90, "dexReq": 70, "ms": 10, "int": -10, "def": -15, "sdRaw": 240, "mdRaw": 140, "tDamPct": 30, "fDefPct": -30, "wDefPct": -30, "id": 1660}, {"name": "Loam", "tier": "Unique", "type": "wand", "poison": 180, "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, "strReq": 10, "intReq": 5, "int": 5, "wDamPct": 10, "tDamPct": -5, "eDefPct": 7, "id": 1657}, {"name": "Lockpick\u058e", "displayName": "Lockpick", "tier": "Unique", "type": "dagger", "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, "dexReq": 15, "agiReq": 15, "dex": 7, "spd": 10, "eSteal": 5, "eDamPct": -12, "eDefPct": -12, "id": 1659}, {"name": "Lodestone", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "wDef": 10, "eDef": -15, "lvl": 56, "intReq": 25, "mr": -5, "sdPct": 11, "xpb": 10, "sdRaw": 30, "tDamPct": 6, "type": "ring", "id": 1665}, {"name": "Log Suit", "tier": "Unique", "type": "chestplate", "thorns": 6, "category": "armor", "drop": "NORMAL", "hp": 21, "fDef": -3, "eDef": 5, "lvl": 6, "spd": -2, "id": 1662}, {"name": "Locrian", "tier": "Legendary", "type": "dagger", "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, "dexReq": 15, "intReq": 20, "agiReq": 15, "ls": 115, "ms": 15, "dex": 7, "int": 9, "agi": 7, "sdRaw": 125, "fDefPct": -40, "eDefPct": -40, "id": 1661}, {"name": "Logistics", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1750, "wDef": 90, "tDef": 90, "eDef": -120, "lvl": 81, "dexReq": 50, "intReq": 40, "mdPct": -55, "dex": 8, "int": 8, "wDamPct": 40, "tDamPct": 40, "spRaw1": 5, "spRaw3": 5, "spRaw4": -5, "id": 1663}, {"name": "Lost Soul", "tier": "Rare", "type": "spear", "quest": "The Lost", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-90", "fDam": "0-0", "wDam": "0-0", "aDam": "70-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 87, "agiReq": 50, "ls": 260, "spd": 7, "mdRaw": 110, "aDamPct": 8, "aDefPct": 9, "id": 1668}, {"name": "Long Bow", "tier": "Unique", "type": "bow", "thorns": 5, "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, "strReq": 25, "hprPct": 15, "lb": 5, "str": 7, "agi": -5, "spd": -10, "aDefPct": -15, "eDefPct": 10, "id": 1664}, {"name": "Topaz Staff", "displayName": "Lonesome", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "190-270", "tDam": "0-0", "eDam": "240-320", "atkSpd": "SUPER_SLOW", "lvl": 91, "strReq": 35, "agiReq": 30, "sdPct": -25, "mdPct": 19, "ms": -5, "spd": 12, "spRegen": -10, "aDefPct": 15, "id": 1667}, {"name": "Luas", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 9, "agi": 3, "spd": 5, "type": "bracelet", "id": 1666}, {"name": "Lucky Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 150, "lvl": 28, "lb": 10, "spRegen": 3, "eSteal": 3, "id": 1670}, {"name": "Lumina", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "285-350", "fDam": "0-0", "wDam": "0-0", "aDam": "300-335", "tDam": "640-680", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 80, "dexReq": 45, "agiReq": 35, "spd": 25, "atkTier": -1, "hpBonus": -1250, "mdRaw": 875, "aDamPct": 20, "tDamPct": 30, "wDefPct": -30, "id": 1671}, {"name": "Lullaby", "tier": "Unique", "type": "wand", "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, "intReq": 10, "hprPct": 10, "mr": 5, "mdPct": -6, "spd": -5, "wDamPct": 7, "id": 1669}, {"name": "Luminiferous Aether", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1950, "tDef": 110, "eDef": -110, "lvl": 92, "dexReq": 60, "mdPct": -15, "dex": 10, "atkTier": 1, "hprRaw": 125, "mdRaw": 130, "tDamPct": 10, "id": 3627}, {"name": "Lucky Coin", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 30, "lvl": 31, "lb": 5, "eSteal": 2, "type": "necklace", "id": 1672}, {"name": "Luminis", "tier": "Rare", "category": "accessory", "drop": "lootchest", "tDef": -15, "lvl": 52, "intReq": 30, "ms": 5, "sdRaw": 15, "tDamPct": 6, "type": "necklace", "id": 1673}, {"name": "Lurrun", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1650, "fDef": 100, "aDef": 80, "tDef": -70, "eDef": -70, "lvl": 77, "agiReq": 40, "defReq": 40, "hprPct": 14, "mdPct": -8, "ref": 9, "spd": 16, "fDamPct": 6, "aDamPct": 6, "wDefPct": -10, "id": 1676}, {"name": "Luster Purge", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-18", "fDam": "0-0", "wDam": "40-48", "aDam": "35-53", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 60, "intReq": 25, "agiReq": 25, "sdPct": 15, "ref": -20, "hpBonus": 400, "mdRaw": -58, "wDamPct": 15, "aDamPct": 15, "spRaw3": -5, "id": 1677}, {"name": "Lunar Spine", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "616-616", "fDam": "0-0", "wDam": "0-210", "aDam": "0-210", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 87, "intReq": 50, "agiReq": 50, "mr": -330, "sdPct": 66, "mdPct": 66, "ls": -370, "ms": 110, "atkTier": -66, "hprRaw": -333, "wDamPct": 33, "aDamPct": 33, "id": 1674}, {"name": "Lustrous", "tier": "Unique", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "50-150", "fDam": "140-270", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "170-240", "atkSpd": "VERY_SLOW", "lvl": 98, "strReq": 40, "defReq": 30, "mdPct": 10, "str": 7, "int": -12, "hpBonus": -2400, "mdRaw": 280, "fDamPct": 12, "eDamPct": 12, "wDefPct": -30, "id": 1678}, {"name": "Luto Aquarum", "tier": "Rare", "type": "wand", "category": "weapon", "drop": "NORMAL", "nDam": "20-25", "fDam": "0-0", "wDam": "5-5", "aDam": "0-0", "tDam": "0-0", "eDam": "190-220", "atkSpd": "SLOW", "lvl": 98, "strReq": 50, "intReq": 40, "ls": 269, "ms": 15, "spd": -25, "hpBonus": 3000, "mdRaw": 169, "wDamPct": 40, "eDefPct": 20, "spPct3": -22, "id": 1680}, {"name": "Lycoris", "tier": "Legendary", "type": "boots", "poison": 155, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "wDef": 15, "tDef": 15, "eDef": -40, "lvl": 39, "dexReq": 15, "intReq": 15, "sdPct": 12, "ls": -33, "hpBonus": -150, "wDamPct": 10, "tDamPct": 10, "id": 1679}, {"name": "Lydian", "tier": "Rare", "type": "spear", "poison": 450, "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, "strReq": 25, "spd": -12, "aDamPct": -10, "eDamPct": 10, "id": 1681}, {"name": "Lust", "tier": "Rare", "type": "spear", "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, "intReq": 15, "defReq": 15, "hprPct": 10, "mr": 5, "hprRaw": 15, "fDefPct": 10, "wDefPct": 10, "id": 1675}, {"name": "Cracked Oak Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "id": 3560}, {"name": "Cracked Oak Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "id": 3559}, {"name": "Cracked Oak Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "id": 3563}, {"name": "Cracked Oak Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "id": 3562}, {"name": "Cracked Oak Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "id": 3561}, {"name": "Aftershock", "tier": "Mythic", "type": "relik", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "80-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "1245-1430", "atkSpd": "SUPER_SLOW", "lvl": 77, "strReq": 80, "sdPct": -20, "str": 20, "def": 20, "hpBonus": 1850, "eDamPct": 20, "eDefPct": 20, "spPct4": -28, "id": 1684}, {"name": "Alkatraz", "tier": "Mythic", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "1350-1500", "atkSpd": "SUPER_SLOW", "lvl": 94, "strReq": 110, "mdPct": 40, "str": 40, "dex": -10, "int": -10, "agi": -10, "def": -10, "expd": 40, "eDamPct": 40, "id": 1683}, {"name": "Apocalypse", "tier": "Mythic", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "420-680", "fDam": "255-475", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 81, "defReq": 95, "hprPct": -125, "ls": 666, "int": -20, "def": 35, "expd": 150, "spRegen": -20, "wDamPct": -50, "fDefPct": 20, "wDefPct": -50, "id": 1685}, {"name": "Az", "tier": "Mythic", "type": "bow", "category": "weapon", "slots": 5, "drop": "NORMAL", "nDam": "110-170", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-250", "eDam": "0-0", "atkSpd": "FAST", "lvl": 74, "dexReq": 80, "xpb": 15, "int": 15, "def": 15, "fDamPct": 40, "wDamPct": 40, "spPct1": -23, "id": 1689}, {"name": "Crusade Sabatons", "tier": "Mythic", "type": "boots", "thorns": 35, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 5050, "fDef": 200, "eDef": 125, "lvl": 90, "strReq": 60, "defReq": 70, "hprPct": 31, "str": 20, "def": 30, "spd": -15, "hpBonus": 2500, "fDefPct": 20, "eDefPct": 30, "id": 1696}, {"name": "Discoverer", "tier": "Mythic", "type": "chestplate", "category": "armor", "drop": "lootchest", "lvl": 89, "xpb": 15, "lb": 154, "id": 1694}, {"name": "Grandmother", "tier": "Mythic", "type": "bow", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "150-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "440-595", "atkSpd": "SLOW", "lvl": 95, "strReq": 110, "hprPct": -35, "sdPct": 21, "mdPct": 21, "xpb": 15, "lb": 25, "str": 15, "agi": 55, "spd": -6, "hprRaw": -605, "id": 1704}, {"name": "Hero", "tier": "Mythic", "type": "spear", "majorIds": ["HERO"], "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "50-70", "fDam": "0-0", "wDam": "0-0", "aDam": "120-150", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 91, "agiReq": 110, "hprPct": 40, "mdPct": 40, "str": 20, "agi": 30, "spd": 40, "id": 1708}, {"name": "Archangel", "tier": "Mythic", "type": "dagger", "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, "agiReq": 70, "hprPct": 30, "agi": 15, "def": 10, "spd": 41, "hpBonus": 1900, "hprRaw": 120, "id": 1688}, {"name": "Ignis", "tier": "Mythic", "type": "bow", "majorIds": ["ALTRUISM"], "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "150-210", "fDam": "160-235", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "defReq": 105, "hprPct": 40, "def": 20, "hpBonus": 4000, "hprRaw": 345, "fDamPct": 10, "fDefPct": 100, "aDefPct": 50, "spPct4": -35, "id": 1706}, {"name": "Moontower", "tier": "Mythic", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 4150, "fDef": 75, "wDef": 125, "aDef": 125, "tDef": 225, "eDef": 75, "lvl": 95, "intReq": 70, "agiReq": 80, "str": -10, "dex": -10, "int": 35, "agi": 60, "def": -40, "spd": 25, "wDefPct": 40, "aDefPct": 40, "id": 1709}, {"name": "Quetzalcoatl", "tier": "Mythic", "type": "wand", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "25-45", "fDam": "0-0", "wDam": "0-0", "aDam": "45-75", "tDam": "0-0", "eDam": "50-70", "atkSpd": "VERY_FAST", "lvl": 103, "strReq": 70, "agiReq": 70, "ls": 1423, "spd": 28, "sdRaw": 270, "mdRaw": 95, "wDamPct": -80, "jh": 2, "id": 3644}, {"name": "Singularity", "tier": "Mythic", "type": "wand", "category": "weapon", "slots": 15, "drop": "NORMAL", "nDam": "0-0", "fDam": "125-275", "wDam": "150-250", "aDam": "100-300", "tDam": "75-325", "eDam": "175-225", "atkSpd": "SUPER_SLOW", "lvl": 99, "strReq": 42, "dexReq": 42, "intReq": 42, "agiReq": 42, "defReq": 42, "sdPct": 10, "mdPct": 15, "dex": 35, "spd": -40, "hprRaw": 250, "sdRaw": 222, "mdRaw": 444, "id": 1715}, {"name": "Stratiformis", "tier": "Mythic", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "95-175", "fDam": "0-0", "wDam": "0-0", "aDam": "170-300", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 99, "agiReq": 115, "sdPct": 12, "mdPct": 12, "ref": 12, "agi": 25, "spd": 76, "hpBonus": -2000, "id": 1765}, {"name": "Sunstar", "tier": "Mythic", "type": "relik", "thorns": 30, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "200-260", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "375-545", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "dexReq": 115, "ls": 625, "ref": 90, "mdRaw": 577, "wDamPct": -30, "tDamPct": 20, "id": 1720}, {"name": "Mach", "tier": "Unique", "type": "dagger", "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, "agiReq": 25, "defReq": 10, "agi": 8, "expd": 12, "spd": 15, "atkTier": 1, "hprRaw": 30, "fDamPct": 20, "id": 1728}, {"name": "Warchief", "tier": "Mythic", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 5225, "fDef": -100, "wDef": -100, "aDef": -100, "tDef": -150, "eDef": -150, "lvl": 98, "strReq": 80, "dexReq": 80, "mdPct": 40, "str": 20, "dex": 10, "expd": 35, "spd": -15, "mdRaw": 315, "tDamPct": 50, "eDamPct": 40, "id": 1725}, {"name": "Macht", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 5, "mdPct": 5, "str": 3, "type": "bracelet", "id": 1731}, {"name": "Maelstrom", "tier": "Legendary", "type": "bow", "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, "dexReq": 20, "intReq": 20, "agiReq": 20, "sdPct": 15, "mdPct": 15, "dex": 8, "int": 8, "agi": 8, "spd": 20, "hpBonus": -550, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "id": 1727}, {"name": "Magic Bounce", "tier": "Unique", "type": "relik", "thorns": 35, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-37", "fDam": "30-37", "wDam": "30-37", "aDam": "30-37", "tDam": "30-37", "eDam": "30-37", "atkSpd": "FAST", "lvl": 78, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "sdPct": 10, "xpb": 10, "lb": 10, "ref": 35, "expd": 35, "spRaw2": -5, "id": 1732}, {"name": "Magellan's Sail", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1900, "wDef": 70, "aDef": 60, "eDef": -80, "lvl": 75, "intReq": 45, "agiReq": 40, "mr": 5, "spd": 16, "hprRaw": -90, "wDamPct": 14, "aDamPct": 9, "id": 1730}, {"name": "Magicant", "tier": "Rare", "type": "wand", "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, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "id": 1735}, {"name": "Magma Rod", "tier": "Unique", "type": "spear", "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, "defReq": 40, "str": 5, "expd": 25, "hprRaw": -35, "fDamPct": 20, "wDamPct": -30, "fDefPct": 20, "wDefPct": -30, "eDefPct": 10, "id": 1739}, {"name": "Magma Chalice", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-70", "fDam": "110-120", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 96, "strReq": 40, "defReq": 30, "hprPct": 31, "expd": 15, "hpBonus": 2335, "eDamPct": 20, "fDefPct": 20, "aDefPct": -15, "eDefPct": 20, "id": 1734}, {"name": "Magmarizer", "tier": "Unique", "type": "dagger", "thorns": 25, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-110", "fDam": "60-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "60-70", "atkSpd": "NORMAL", "lvl": 93, "strReq": 30, "defReq": 35, "sdPct": -15, "hpBonus": 3200, "hprRaw": 120, "fDefPct": 15, "eDefPct": 15, "id": 1736}, {"name": "Magmawalkers", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 775, "fDef": 15, "eDef": 40, "lvl": 56, "strReq": 15, "defReq": 15, "hprPct": 20, "str": 4, "def": 7, "expd": 8, "spd": -8, "aDamPct": -8, "fDefPct": 25, "eDefPct": 25, "id": 1738}, {"name": "Magmatic Plate", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 1400, "wDef": -130, "lvl": 72, "strReq": 40, "defReq": 50, "mdPct": 22, "str": 9, "def": 10, "expd": 19, "fDamPct": 28, "eDamPct": 28, "wDefPct": -34, "id": 1733}, {"name": "Magnet Repulsor", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3225, "fDef": -100, "wDef": 100, "tDef": -175, "eDef": -100, "lvl": 96, "dexReq": 55, "intReq": 60, "mdPct": -20, "ms": 10, "int": 5, "expd": 12, "sdRaw": 205, "tDefPct": -20, "id": 3597}, {"name": "Magnus", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "355-535", "fDam": "445-600", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 92, "intReq": 40, "defReq": 30, "sdPct": 15, "expd": 33, "wDamPct": 20, "aDamPct": -20, "fDefPct": 10, "wDefPct": 10, "id": 1737}, {"name": "Magnitude", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "260-300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-250", "atkSpd": "VERY_SLOW", "lvl": 98, "strReq": 50, "mdPct": 10, "ms": 5, "str": 7, "expd": 5, "fDamPct": -20, "aDamPct": -20, "eDamPct": 15, "id": 1740}, {"name": "Mail of the Sweltering", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 40, "wDef": -120, "aDef": 30, "lvl": 60, "agiReq": 20, "defReq": 20, "ls": 75, "def": 5, "expd": 3, "hprRaw": 40, "aDamPct": 10, "fDefPct": 12, "id": 1741}, {"name": "Maji", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "75-95", "fDam": "0-0", "wDam": "110-138", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 83, "intReq": 40, "ls": 200, "xpb": 15, "lb": 15, "dex": -8, "int": 8, "hprRaw": 100, "wDefPct": 15, "tDefPct": 15, "eDefPct": -30, "id": 1742}, {"name": "Major", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 20, "mdRaw": 9, "type": "ring", "id": 1743}, {"name": "Malachite", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": -30, "tDef": 20, "eDef": 20, "lvl": 75, "strReq": 10, "dexReq": 10, "str": 3, "dex": 3, "sdRaw": 35, "mdRaw": 31, "type": "ring", "id": 1744}, {"name": "Maltic's Old Spear", "tier": "Legendary", "type": "spear", "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, "xpb": 10, "str": 7, "dex": 7, "id": 1749}, {"name": "Malfunction", "tier": "Unique", "type": "spear", "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, "dexReq": 20, "intReq": 20, "hprPct": -20, "sdPct": 14, "ms": 5, "xpb": 10, "hpBonus": -150, "tDamPct": 12, "wDefPct": -20, "tDefPct": -20, "id": 1745}, {"name": "Maltic's Aid", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 75, "lvl": 18, "lb": 8, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "id": 1746}, {"name": "Manablast", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "180-215", "aDam": "0-0", "tDam": "180-215", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "dexReq": 40, "intReq": 40, "mr": 10, "sdPct": 20, "mdPct": -20, "ms": -15, "expd": 20, "sdRaw": 231, "mdRaw": -235, "id": 1748}, {"name": "Mama Zomble's Memory", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "lvl": 1, "id": 1747}, {"name": "Manaflux", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "wDef": 80, "eDef": -80, "lvl": 78, "intReq": 50, "mr": 5, "sdPct": 10, "mdPct": -13, "ls": -75, "str": -5, "int": 7, "wDamPct": 10, "eDamPct": -10, "id": 1751}, {"name": "Mangrove", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 630, "fDef": -65, "wDef": 50, "eDef": 50, "lvl": 52, "strReq": 30, "intReq": 30, "hprPct": 10, "mr": 5, "spd": -11, "hprRaw": 30, "wDefPct": 8, "eDefPct": 8, "id": 1750}, {"name": "Maple", "tier": "Unique", "type": "wand", "thorns": 11, "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, "str": 7, "hprRaw": 40, "eDamPct": 8, "fDefPct": -5, "id": 1752}, {"name": "Marble", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 90, "fDef": 4, "wDef": 4, "aDef": 4, "tDef": 4, "eDef": 4, "lvl": 48, "strReq": 4, "dexReq": 4, "intReq": 4, "agiReq": 4, "defReq": 4, "sdPct": 5, "sdRaw": 12, "type": "ring", "id": 1754}, {"name": "Marble Forest", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "133-136", "tDam": "0-0", "eDam": "133-136", "atkSpd": "NORMAL", "lvl": 87, "strReq": 30, "agiReq": 30, "str": 15, "dex": -15, "agi": 15, "def": -15, "fDamPct": -25, "aDamPct": 25, "tDamPct": -25, "eDamPct": 25, "fDefPct": -20, "aDefPct": 20, "tDefPct": -20, "eDefPct": 20, "id": 1753}, {"name": "Marrow", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "lvl": 65, "hprPct": 24, "mdPct": -4, "hprRaw": 60, "fDamPct": 7, "id": 1757}, {"name": "Marius' Lament", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -125, "fDef": -25, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": -25, "lvl": 49, "dexReq": 5, "intReq": 5, "agiReq": 5, "ls": 29, "agi": 5, "spRegen": 10, "type": "bracelet", "id": 1756}, {"name": "Marsh Runner", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 920, "wDef": 75, "tDef": -60, "lvl": 58, "intReq": 20, "xpb": 8, "ref": 12, "int": 5, "wDamPct": 7, "tDamPct": -4, "id": 1755}, {"name": "Marsh Waders", "tier": "Rare", "type": "leggings", "poison": 788, "thorns": 22, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2300, "wDef": 100, "aDef": -100, "tDef": -60, "eDef": 60, "lvl": 86, "strReq": 20, "intReq": 20, "mr": 5, "str": 8, "spd": -7, "wDamPct": 15, "id": 1758}, {"name": "Marvel", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": -100, "wDef": 15, "aDef": 15, "eDef": -25, "lvl": 72, "intReq": 50, "agiReq": 10, "sdPct": 11, "mdPct": -8, "ref": 14, "spd": 8, "type": "ring", "id": 1761}, {"name": "Martyr", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "fDef": 15, "aDef": 15, "lvl": 77, "agiReq": 30, "defReq": 30, "hprPct": -12, "sdPct": 8, "mdPct": 12, "hprRaw": -36, "type": "ring", "id": 1829}, {"name": "Mask of the Spirits", "skin": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjdlODQ5MGMwZjk3ZTU5ZTJjNjA5MzI3MjVmMTAyMzVlOTdiNzQ0YmRhYjU5ODcwMmEwYjJlNzk5MGRlMzA0YyJ9fX0= ", "tier": "Legendary", "type": "helmet", "category": "armor", "drop": "never", "lvl": 1, "id": 3649}, {"name": "Masochist", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "aDef": -40, "eDef": 30, "lvl": 59, "strReq": 30, "hprPct": 40, "sdPct": -45, "mdPct": 35, "ls": -230, "ms": -5, "xpb": 15, "str": 7, "eDamPct": 12, "id": 1759}, {"name": "Master", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": -10, "lvl": 11, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "type": "necklace", "id": 1760}, {"name": "Matchbook", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -125, "fDef": -60, "lvl": 83, "defReq": 65, "def": 13, "expd": 12, "fDamPct": -7, "type": "necklace", "id": 3622}, {"name": "Mazurka", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "1-207", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 73, "dexReq": 35, "dex": 5, "hpBonus": -750, "sdRaw": 101, "mdRaw": 54, "tDamPct": 15, "id": 1762}, {"name": "Meanderthal", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 335, "eDef": 20, "lvl": 29, "strReq": 12, "mdPct": 10, "xpb": 10, "str": 9, "def": 9, "spd": -10, "id": 1766}, {"name": "Mech Core", "tier": "Rare", "quest": "Desperate Metal", "category": "accessory", "drop": "never", "fDef": 50, "wDef": -25, "lvl": 86, "defReq": 35, "hprPct": 10, "mr": -5, "int": -5, "def": 8, "hpBonus": 630, "hprRaw": 75, "type": "necklace", "id": 1861}, {"name": "Medico", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 70, "lvl": 17, "hprPct": 14, "hpBonus": 22, "hprRaw": 6, "id": 1768}, {"name": "Meep", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -135, "lvl": 59, "sdPct": -6, "mdPct": -6, "agi": 5, "spd": 11, "type": "ring", "id": 1767}, {"name": "Meditation Robe", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 235, "wDef": 10, "tDef": -25, "lvl": 35, "intReq": 25, "mr": 5, "mdPct": -10, "ms": 5, "xpb": 10, "wDamPct": 12, "tDefPct": -10, "id": 1769}, {"name": "Meikyo Shisui", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1500, "wDef": 60, "lvl": 66, "intReq": 60, "mr": 10, "ref": 10, "int": 7, "spd": -15, "spRegen": 10, "hprRaw": 40, "id": 1770}, {"name": "Melody", "tier": "Unique", "category": "accessory", "drop": "lootchest", "aDef": 6, "lvl": 48, "agiReq": 24, "mdPct": 4, "agi": 3, "spd": 2, "sdRaw": 14, "type": "ring", "id": 1774}, {"name": "Melange", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-11", "fDam": "10-12", "wDam": "9-13", "aDam": "7-15", "tDam": "6-16", "eDam": "8-14", "atkSpd": "NORMAL", "lvl": 31, "strReq": 7, "dexReq": 7, "intReq": 7, "agiReq": 7, "defReq": 7, "sdPct": 7, "mdPct": 7, "xpb": 7, "lb": 7, "spd": 7, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "fDefPct": 7, "wDefPct": 7, "aDefPct": 7, "tDefPct": 7, "eDefPct": 7, "id": 1771}, {"name": "Melon Cutter", "tier": "Unique", "type": "wand", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-160", "atkSpd": "NORMAL", "lvl": 58, "strReq": 30, "mdPct": 20, "str": 10, "hpBonus": -350, "eDamPct": 10, "id": 1772}, {"name": "Melted Ruby", "tier": "Unique", "type": "wand", "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, "defReq": 10, "mr": 5, "sdPct": 9, "hpBonus": 25, "wDamPct": -5, "id": 1773}, {"name": "Meltok", "tier": "Rare", "type": "wand", "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, "hprPct": 10, "xpb": 4, "id": 1778}, {"name": "Meltsteel Greaves", "tier": "Unique", "type": "leggings", "thorns": 11, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2050, "fDef": 90, "wDef": -50, "aDef": -50, "lvl": 77, "strReq": 30, "defReq": 30, "mdPct": 11, "str": 5, "expd": 8, "spd": -8, "id": 1777}, {"name": "Memento", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "wDef": 150, "tDef": -150, "lvl": 92, "intReq": 80, "mr": 10, "sdPct": 15, "ls": -600, "xpb": 20, "spRegen": 15, "sdRaw": 120, "id": 1775}, {"name": "Mercury Bomb", "tier": "Legendary", "type": "relik", "poison": 1530, "thorns": 20, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "42-48", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 57, "dexReq": 35, "defReq": 35, "hprPct": -100, "ls": 30, "ms": -5, "def": 12, "expd": 39, "tDamPct": 20, "id": 1781}, {"name": "Mender", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 940, "fDef": 60, "wDef": 60, "tDef": -80, "lvl": 61, "intReq": 30, "defReq": 20, "hprPct": 30, "int": 5, "def": 4, "tDamPct": -20, "fDefPct": 10, "wDefPct": 12, "id": 1776}, {"name": "Meridian", "tier": "Rare", "type": "bow", "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, "intReq": 5, "mr": 5, "xpb": 12, "int": 7, "wDamPct": 5, "id": 1784}, {"name": "Mercy", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": 8, "wDef": 8, "aDef": 8, "tDef": 8, "eDef": 8, "lvl": 71, "hprPct": 15, "sdPct": -2, "mdPct": -2, "xpb": 8, "type": "ring", "id": 1780}, {"name": "Mesosphere", "tier": "Rare", "type": "boots", "thorns": 14, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2400, "wDef": -70, "aDef": 70, "tDef": 90, "eDef": -90, "lvl": 91, "dexReq": 50, "agiReq": 25, "mr": 5, "ms": 5, "ref": 15, "agi": 5, "spd": 11, "sdRaw": 145, "mdRaw": 190, "tDamPct": 13, "id": 1785}, {"name": "Mesarock Arch", "tier": "Legendary", "type": "bow", "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, "strReq": 10, "xpb": 10, "lb": 10, "dex": 4, "int": 4, "agi": 4, "def": 4, "fDamPct": 12, "wDamPct": 12, "aDamPct": 12, "tDamPct": 12, "id": 1782}, {"name": "Meteoric Aegis", "tier": "Unique", "type": "chestplate", "thorns": 15, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2150, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 85, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "mr": 10, "xpb": 10, "ref": 15, "id": 1783}, {"name": "Meteoric Arch", "tier": "Rare", "type": "bow", "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, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spRegen": 3, "hprRaw": 35, "sdRaw": 60, "id": 1786}, {"name": "Meteorite", "tier": "Unique", "type": "spear", "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, "strReq": 10, "defReq": 10, "mdPct": 15, "expd": 10, "wDefPct": -10, "aDefPct": -10, "id": 1800}, {"name": "Midnight Bell", "tier": "Rare", "type": "wand", "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, "agi": 7, "spd": 5, "fDefPct": -5, "id": 1788}, {"name": "Mighty Pants", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1000, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 61, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "sdPct": 15, "id": 1787}, {"name": "Mind Rot", "tier": "Rare", "type": "helmet", "poison": 420, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1700, "fDef": -15, "wDef": -15, "aDef": -15, "tDef": -15, "eDef": -15, "lvl": 70, "hprPct": -12, "mr": -5, "ls": 115, "ms": 10, "int": -6, "hpBonus": -150, "mdRaw": 130, "id": 1792}, {"name": "Millennium", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1200, "lvl": 63, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spRegen": 3, "hprRaw": 60, "sdRaw": 120, "id": 1789}, {"name": "Mind Cracker", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 8, "sdPct": 3, "int": 1, "type": "ring", "id": 1790}, {"name": "Minor", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 20, "sdRaw": 7, "type": "ring", "id": 1791}, {"name": "Minus", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "75-99", "eDam": "84-90", "atkSpd": "SLOW", "lvl": 42, "strReq": 18, "dexReq": 18, "spd": -10, "hpBonus": -185, "spRegen": -15, "spRaw1": -5, "spRaw3": -5, "id": 1794}, {"name": "Mirror", "tier": "Rare", "thorns": 8, "category": "accessory", "drop": "lootchest", "hp": 175, "lvl": 56, "ref": 14, "type": "ring", "id": 1793}, {"name": "Mirror's Edge", "tier": "Fabled", "type": "leggings", "sprint": 50, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 625, "lvl": 63, "agiReq": 60, "ref": 30, "agi": 20, "spd": 25, "spPct2": -42, "sprintReg": 100, "jh": 1, "id": 1795}, {"name": "Misericorde", "tier": "Rare", "type": "dagger", "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, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "mr": -10, "sdPct": -12, "mdPct": 10, "ls": 55, "ms": 15, "hprRaw": -28, "id": 1797}, {"name": "Mirror Shard", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "44-55", "aDam": "0-0", "tDam": "61-85", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 67, "dexReq": 25, "intReq": 30, "sdPct": 22, "ms": 5, "lb": 12, "ref": 30, "hprRaw": -71, "eDefPct": -25, "id": 1796}, {"name": "Misconduct", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "46-100", "aDam": "0-0", "tDam": "20-126", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 98, "dexReq": 40, "intReq": 40, "hprPct": -30, "sdPct": 20, "ms": 10, "spd": 12, "hpBonus": -1100, "hprRaw": -140, "id": 1799}, {"name": "Hornet", "displayName": "Missile", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "43-55", "fDam": "0-0", "wDam": "0-0", "aDam": "80-80", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "agiReq": 25, "defReq": 35, "mdPct": 15, "ls": -260, "expd": 50, "spd": 20, "mdRaw": 80, "fDamPct": 40, "tDamPct": -20, "eDamPct": 19, "id": 1809}, {"name": "Misfit", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "81-83", "eDam": "81-83", "atkSpd": "SUPER_FAST", "lvl": 96, "strReq": 60, "dexReq": 60, "mr": -5, "mdPct": 20, "ms": -15, "lb": 15, "expd": 25, "tDamPct": 15, "eDamPct": 15, "spRaw4": -10, "id": 1798}, {"name": "Mist", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 1000, "fDef": -100, "wDef": 50, "aDef": 50, "lvl": 56, "intReq": 20, "agiReq": 30, "sdPct": -10, "mdPct": -10, "xpb": 8, "ref": 8, "agi": 7, "spd": 4, "id": 1802}, {"name": "Mist Blade", "tier": "Rare", "type": "spear", "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, "agiReq": 10, "ms": 5, "agi": 4, "wDamPct": 5, "aDamPct": 5, "id": 1801}, {"name": "Mistral", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1800, "fDef": -80, "aDef": 80, "lvl": 85, "intReq": 30, "agiReq": 50, "mr": 5, "sdPct": 20, "mdPct": -20, "ref": 16, "spd": 16, "aDamPct": 20, "id": 1806}, {"name": "Mistweaver", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "69-75", "fDam": "0-0", "wDam": "69-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 66, "intReq": 20, "agiReq": 25, "agi": 5, "aDamPct": 20, "fDefPct": -15, "wDefPct": 30, "aDefPct": 30, "tDefPct": -15, "id": 1807}, {"name": "Mistpuff", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "wDef": 20, "aDef": 30, "tDef": -60, "lvl": 53, "intReq": 15, "agiReq": 20, "ref": 9, "int": 4, "agi": 5, "def": -3, "spd": 9, "eDamPct": -12, "id": 1804}, {"name": "Mithril Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 350, "fDef": -5, "wDef": -5, "aDef": -5, "tDef": -5, "lvl": 39, "strReq": 20, "mdPct": 5, "xpb": 5, "def": 10, "id": 1805}, {"name": "Mitten", "tier": "Unique", "type": "dagger", "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, "hpBonus": 5, "hprRaw": 1, "id": 1811}, {"name": "Missing", "tier": "Rare", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 2500, "lvl": 80, "dexReq": 40, "defReq": 40, "ls": 195, "ms": 10, "int": -23, "eSteal": 10, "spPct1": -14, "spPct3": -7, "id": 1803}, {"name": "Mixolydian", "tier": "Unique", "type": "spear", "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, "agiReq": 25, "agi": 7, "spd": 15, "aDamPct": 10, "id": 1812}, {"name": "Moisture", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "wDef": 15, "aDef": 20, "tDef": -50, "lvl": 51, "intReq": 30, "agiReq": 30, "mdPct": -20, "xpb": 15, "ref": 10, "spd": 10, "sdRaw": 40, "wDamPct": 8, "aDamPct": 10, "id": 1808}, {"name": "Molten Flow", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2425, "fDef": 120, "wDef": -130, "eDef": 50, "lvl": 84, "defReq": 50, "hprPct": 30, "str": 6, "def": 6, "spd": -8, "hprRaw": 110, "fDamPct": 16, "eDamPct": 14, "fDefPct": 6, "aDefPct": 20, "eDefPct": 18, "id": 1816}, {"name": "Molotov", "tier": "Legendary", "type": "bow", "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, "defReq": 20, "hprPct": -15, "mdPct": 12, "def": 5, "expd": 20, "fDamPct": 8, "id": 1810}, {"name": "Mercenary Hood", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 120, "fDef": 4, "tDef": 6, "eDef": -8, "lvl": 19, "dexReq": 5, "hprPct": 15, "dex": 3, "mdRaw": 20, "id": 1779}, {"name": "Monk's Cowl", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 52, "wDef": 2, "tDef": 2, "lvl": 12, "hprPct": 10, "xpb": 6, "spRegen": 10, "id": 1814}, {"name": "Momentum", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "lvl": 79, "strReq": 50, "ms": 5, "str": 5, "dex": 4, "spd": -8, "atkTier": -1, "mdRaw": 275, "type": "bracelet", "id": 1813}, {"name": "Monk's Battle Staff", "tier": "Rare", "type": "wand", "category": "weapon", "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, "strReq": 29, "sdPct": -10, "mdPct": 10, "spd": 3, "sdRaw": -45, "mdRaw": 130, "aDefPct": -12, "id": 1815}, {"name": "Montefiore", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1340, "lvl": 64, "hprPct": 25, "ms": -5, "spRegen": 5, "hprRaw": 65, "id": 1821}, {"name": "Moonsetter", "tier": "Unique", "type": "wand", "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, "dexReq": 10, "defReq": 20, "hprPct": 12, "xpb": 8, "int": -3, "expd": 5, "wDamPct": -15, "tDamPct": 10, "wDefPct": -5, "aDefPct": 5, "id": 1820}, {"name": "Morning Star", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-140", "fDam": "80-140", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 72, "mdPct": 10, "ref": 15, "spRegen": 5, "wDamPct": -5, "aDamPct": 10, "fDefPct": 10, "aDefPct": 5, "id": 1822}, {"name": "Moonbeam", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2200, "wDef": 80, "tDef": -80, "lvl": 89, "intReq": 60, "mr": 10, "sdPct": 8, "xpb": 12, "int": 8, "spRegen": 12, "wDamPct": 8, "wDefPct": 12, "aDefPct": 12, "id": 1817}, {"name": "Mortar", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 140, "aDef": -5, "eDef": 10, "lvl": 28, "strReq": 10, "mdPct": 10, "str": 4, "expd": 2, "aDamPct": -10, "eDamPct": 7, "id": 1819}, {"name": "Mosaic", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "40-60", "wDam": "40-60", "aDam": "40-60", "tDam": "40-60", "eDam": "40-60", "atkSpd": "SLOW", "lvl": 76, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "sdPct": -9, "mdPct": -9, "hprRaw": 80, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "id": 1826}, {"name": "Moulded Helm", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1050, "aDef": -80, "eDef": 100, "lvl": 67, "strReq": 35, "sdPct": 7, "mdPct": 11, "expd": 12, "spd": -8, "atkTier": -1, "eDamPct": 40, "aDefPct": -20, "eDefPct": 20, "id": 1823}, {"name": "Moss", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2300, "wDef": 65, "eDef": 65, "lvl": 81, "strReq": 30, "intReq": 30, "hprPct": 25, "sdPct": -5, "mdPct": -5, "hprRaw": 100, "wDefPct": 15, "tDefPct": 25, "eDefPct": 15, "id": 1824}, {"name": "Mountain Spirit", "tier": "Rare", "type": "dagger", "quest": "The Lost", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-120", "fDam": "0-0", "wDam": "0-0", "aDam": "30-70", "tDam": "30-70", "eDam": "0-0", "atkSpd": "FAST", "lvl": 86, "dexReq": 35, "agiReq": 35, "sdPct": 4, "xpb": 8, "dex": 5, "agi": 5, "mdRaw": 120, "aDamPct": 8, "tDamPct": 8, "id": 1825}, {"name": "Mouth of Fate", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "86-100", "tDam": "76-110", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 92, "dexReq": 38, "agiReq": 38, "sdPct": 9, "mdPct": 9, "dex": 9, "agi": 9, "spd": 9, "sdRaw": 135, "mdRaw": 110, "eDefPct": -30, "id": 1827}, {"name": "Mountaintop", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "wDef": -70, "aDef": 70, "tDef": -150, "eDef": 150, "lvl": 92, "strReq": 35, "agiReq": 15, "mdPct": 12, "dex": 10, "spd": 8, "mdRaw": 175, "fDamPct": -12, "aDamPct": 5, "eDamPct": 5, "eDefPct": 12, "id": 1830}, {"name": "Msitu", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-92", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-130", "atkSpd": "FAST", "lvl": 82, "strReq": 40, "mr": 10, "xpb": 15, "lb": 15, "str": 8, "agi": -8, "fDefPct": -30, "aDefPct": 15, "eDefPct": 15, "id": 1828}, {"name": "Mud Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 46, "wDef": 5, "aDef": -7, "eDef": 5, "lvl": 13, "mdPct": 7, "spd": -4, "wDamPct": 4, "id": 1831}, {"name": "Muddy Soles", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 410, "wDef": 10, "aDef": -20, "eDef": 15, "lvl": 45, "strReq": 15, "intReq": 5, "str": 7, "spd": -7, "aDamPct": -6, "fDefPct": 10, "wDefPct": 8, "tDefPct": 10, "eDefPct": 8, "id": 1833}, {"name": "Mullberry", "tier": "Unique", "type": "bow", "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, "hprPct": 10, "xpb": 6, "hpBonus": 15, "id": 1835}, {"name": "Multitool", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 76, "dex": 8, "type": "bracelet", "id": 3578}, {"name": "Murk", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 970, "wDef": 55, "tDef": -65, "lvl": 63, "intReq": 45, "sdPct": 5, "ms": 5, "spd": -6, "sdRaw": 85, "wDamPct": 5, "tDamPct": 8, "eDamPct": -6, "tDefPct": -8, "id": 1837}, {"name": "Mudskipper", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "wDef": 60, "aDef": 60, "tDef": -100, "eDef": 60, "lvl": 70, "strReq": 25, "intReq": 25, "agiReq": 25, "sdPct": 7, "mdPct": 7, "str": 4, "agi": 4, "spd": 8, "wDamPct": 8, "tDefPct": -10, "id": 1832}, {"name": "Muskeg", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 780, "wDef": 45, "aDef": -55, "eDef": 45, "lvl": 53, "strReq": 30, "intReq": 30, "mr": 5, "agi": -4, "spd": -8, "wDamPct": 12, "eDamPct": 12, "aDefPct": -10, "id": 1836}, {"name": "Muscle Shirt", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 140, "lvl": 25, "strReq": 15, "str": 8, "id": 1834}, {"name": "Mustard Helmet", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 90, "fDef": -10, "wDef": 5, "eDef": 5, "lvl": 22, "strReq": 3, "intReq": 3, "expd": 3, "wDamPct": 5, "eDefPct": 5, "id": 1838}, {"name": "Mycelium Plating", "tier": "Unique", "type": "leggings", "poison": 720, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3025, "wDef": -60, "aDef": -80, "eDef": 130, "lvl": 96, "strReq": 50, "ls": -100, "ms": -5, "str": 7, "hprRaw": 150, "aDamPct": -15, "eDamPct": 20, "eDefPct": 12, "id": 1839}, {"name": "Mystic Sandals", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 85, "wDef": 10, "tDef": -10, "lvl": 22, "intReq": 10, "mr": 5, "int": 4, "sdRaw": 15, "tDamPct": -6, "id": 1841}, {"name": "Myelin", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2050, "wDef": 120, "tDef": 50, "lvl": 87, "dexReq": 20, "intReq": 50, "sdPct": 10, "mdPct": -25, "ms": 10, "int": 7, "sdRaw": 165, "tDamPct": 8, "tDefPct": 12, "id": 1842}, {"name": "Mythical Trousers", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 500, "lvl": 42, "defReq": 25, "hprPct": 20, "mr": -5, "ls": 37, "hpBonus": 150, "hprRaw": 27, "wDamPct": -7, "aDamPct": -7, "tDamPct": -7, "eDamPct": -7, "fDefPct": 20, "id": 1843}, {"name": "Mystical Lance", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-95", "fDam": "0-0", "wDam": "0-0", "aDam": "45-45", "tDam": "45-45", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 84, "dexReq": 40, "agiReq": 40, "sdPct": 7, "mdPct": 7, "dex": 18, "agi": 18, "def": -22, "fDamPct": -96, "fDefPct": -41, "id": 1844}, {"name": "Abyssal Amulet", "tier": "Legendary", "quest": "Eye of the Storm", "poison": 450, "category": "accessory", "drop": "never", "fDef": 30, "tDef": 30, "lvl": 72, "hprPct": -15, "ls": 75, "spRegen": -10, "type": "necklace", "id": 1847}, {"name": "Abysso Galoshes", "tier": "Legendary", "type": "boots", "quest": "Beneath the Depths", "category": "armor", "slots": 2, "drop": "never", "restrict": "Quest Item", "hp": 1400, "wDef": 50, "tDef": 80, "lvl": 60, "hprPct": -20, "ms": 10, "dex": 7, "int": 7, "sdRaw": 100, "wDamPct": 10, "tDamPct": 10, "eDefPct": -35, "id": 1845}, {"name": "Aerolia Boots", "tier": "Unique", "type": "boots", "quest": "Suspended Flowers", "category": "armor", "slots": 1, "drop": "never", "hp": 55, "lvl": 14, "hprPct": 15, "mr": 5, "id": 1848}, {"name": "Air Relic Dagger", "displayName": "Air Relic Daggers", "tier": "Rare", "type": "dagger", "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, "agiReq": 30, "xpb": 15, "lb": 15, "agi": 7, "spd": 20, "sdRaw": 85, "aDamPct": 15, "aDefPct": 15, "id": 1846}, {"name": "Air Relic Relik", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "25-65", "fDam": "0-0", "wDam": "0-0", "aDam": "25-65", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 45, "agiReq": 15, "xpb": 15, "lb": 15, "agi": 5, "spd": 20, "sdRaw": 60, "aDamPct": 15, "aDefPct": 15, "id": 1852}, {"name": "Amulet of Rejuvenation", "tier": "Rare", "quest": "Aldorei^s Secret Part II", "poison": -20000, "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 80, "hprPct": 15, "sdPct": -500, "mdPct": -500, "spd": -300, "hprRaw": 750, "sdRaw": -10000, "mdRaw": -10000, "type": "necklace", "fixID": true, "id": 1850}, {"name": "Altum Spatium", "tier": "Legendary", "quest": "???\u058e", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 251, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 80, "xpb": 19, "ref": 19, "type": "necklace", "id": 1849}, {"name": "Anya's Penumbra", "tier": "Fabled", "category": "accessory", "drop": "never", "restrict": "Untradable", "wDef": 30, "tDef": 30, "lvl": 100, "int": 15, "spRegen": -14, "type": "bracelet", "spRaw2": 5, "id": 1860}, {"name": "Ancient Runic Relik", "tier": "Legendary", "type": "relik", "quest": "Reincarnation", "category": "weapon", "slots": 3, "drop": "never", "nDam": "290-320", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "sdPct": 10, "mdPct": 10, "xpb": 20, "lb": 20, "str": 10, "dex": 10, "int": 10, "agi": 10, "def": 10, "fixID": true, "id": 1851}, {"name": "Mvuke", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-72", "fDam": "90-120", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "defReq": 40, "mr": 10, "xpb": 15, "lb": 15, "int": -8, "def": 8, "fDefPct": 15, "wDefPct": 15, "tDefPct": -30, "id": 1840}, {"name": "Avalanche", "tier": "Rare", "type": "helmet", "quest": "Fate of the Fallen", "thorns": 20, "category": "armor", "slots": 2, "drop": "never", "hp": 225, "fDef": -20, "lvl": 43, "intReq": 20, "mr": 10, "xpb": 10, "int": 7, "fDamPct": -10, "wDamPct": 10, "aDamPct": 5, "fDefPct": -12, "id": 1853}, {"name": "Blood Moon", "tier": "Legendary", "type": "helmet", "category": "armor", "drop": "never", "hp": 2125, "wDef": -75, "eDef": 75, "lvl": 70, "sdPct": -50, "mdPct": 50, "sdRaw": -165, "mdRaw": 215, "id": 1856}, {"name": "Bear Head", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "hp": 72, "lvl": 15, "mdRaw": 25, "id": 2393, "set": "Bear"}, {"name": "Bob's Battle Chestplate", "tier": "Unique", "type": "chestplate", "quest": "Bob's Lost Soul", "category": "armor", "slots": 3, "drop": "never", "hp": 450, "lvl": 45, "sdPct": 8, "mdPct": 8, "xpb": 8, "lb": 8, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "id": 1855}, {"name": "Black Veil", "tier": "Rare", "type": "helmet", "allowCraftsman": true, "poison": 105, "category": "armor", "drop": "never", "hp": 570, "tDef": 30, "eDef": -30, "lvl": 51, "sdPct": 15, "ls": 49, "ms": 5, "xpb": -8, "lb": -8, "spRegen": -8, "id": 1866}, {"name": "Bob's Mythic Bow", "tier": "Legendary", "type": "bow", "quest": "Reincarnation", "category": "weapon", "slots": 3, "drop": "never", "nDam": "380-450", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "sdPct": 10, "mdPct": 10, "xpb": 20, "lb": 20, "str": 10, "dex": 10, "int": 10, "agi": 10, "def": 10, "fixID": true, "id": 1857}, {"name": "Bob's Mythic Daggers", "tier": "Legendary", "type": "dagger", "quest": "Reincarnation", "category": "weapon", "slots": 3, "drop": "never", "nDam": "185-235", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 75, "sdPct": 10, "mdPct": 10, "xpb": 20, "lb": 20, "str": 10, "dex": 10, "int": 10, "agi": 10, "def": 10, "fixID": true, "id": 1858}, {"name": "Bob's Mythic Spear", "tier": "Legendary", "type": "spear", "quest": "Reincarnation", "category": "weapon", "slots": 3, "drop": "never", "nDam": "250-310", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "sdPct": 10, "mdPct": 10, "xpb": 20, "lb": 20, "str": 10, "dex": 10, "int": 10, "agi": 10, "def": 10, "fixID": true, "id": 1918}, {"name": "Bob's Mythic Wand", "tier": "Legendary", "type": "wand", "quest": "Reincarnation", "category": "weapon", "slots": 3, "drop": "never", "nDam": "125-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "sdPct": 10, "mdPct": 10, "xpb": 20, "lb": 20, "str": 10, "dex": 10, "int": 10, "agi": 10, "def": 10, "fixID": true, "id": 1859}, {"name": "Bovine Cuff", "tier": "Rare", "category": "accessory", "drop": "never", "hp": 50, "eDef": 20, "lvl": 55, "mdPct": 5, "str": 7, "type": "bracelet", "id": 1862}, {"name": "Calamaro's Bow", "tier": "Rare", "type": "bow", "quest": "Underice", "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, "mr": 5, "sdPct": 12, "mdPct": -5, "int": 4, "spd": 10, "fixID": true, "id": 1863}, {"name": "Calamaro's Spear", "tier": "Rare", "type": "spear", "quest": "Underice", "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, "mr": 5, "sdPct": 12, "mdPct": -5, "int": 4, "spd": 10, "fixID": true, "id": 1870}, {"name": "Breathing Helmet II", "tier": "Unique", "type": "helmet", "allowCraftsman": true, "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 300, "wDef": 40, "tDef": -40, "lvl": 40, "ref": 20, "spd": 5, "wDamPct": 15, "fixID": true, "id": 1867}, {"name": "Calamaro's Relik", "tier": "Rare", "type": "relik", "quest": "Underice", "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, "mr": 5, "sdPct": 12, "mdPct": -5, "int": 4, "spd": 10, "fixID": true, "id": 1865}, {"name": "Calamaro's Staff", "tier": "Rare", "type": "wand", "quest": "Underice", "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, "mr": 5, "sdPct": 12, "mdPct": -5, "int": 4, "spd": 10, "fixID": true, "id": 1871}, {"name": "Calamaro's Sword", "tier": "Rare", "type": "dagger", "quest": "Underice", "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, "mr": 5, "sdPct": 12, "mdPct": -5, "int": 4, "spd": 10, "fixID": true, "id": 1868}, {"name": "Clearsight Spectacles", "tier": "Legendary", "type": "helmet", "quest": "Realm of Light IV - Finding the Light", "category": "armor", "slots": 3, "drop": "never", "hp": 1800, "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 71, "xpb": 20, "lb": 15, "ref": 50, "int": 5, "spRegen": 25, "hprRaw": 85, "id": 1873}, {"name": "Changeling's Chestplate", "tier": "Rare", "type": "chestplate", "quest": "General's Orders", "category": "armor", "slots": 3, "drop": "never", "hp": 2150, "fDef": 55, "wDef": 55, "aDef": 55, "tDef": 55, "eDef": 55, "lvl": 80, "xpb": 15, "lb": 15, "str": -1, "dex": -1, "int": -1, "agi": -1, "def": -1, "spd": 15, "hprRaw": 100, "sdRaw": 135, "mdRaw": 175, "jh": 1, "id": 1869}, {"name": "Climbing Helmet", "tier": "Unique", "type": "helmet", "quest": "Ice Nations", "category": "armor", "slots": 2, "drop": "never", "restrict": "Quest Item", "hp": 350, "aDef": 30, "eDef": 30, "lvl": 42, "xpb": 10, "lb": 10, "str": 5, "agi": 5, "spd": 10, "mdRaw": 56, "id": 1872}, {"name": "Confusing Cap", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "never", "hp": 99, "lvl": 18, "int": -20, "id": 1874}, {"name": "Contest Wynner Cap", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 5, "lvl": 1, "id": 1875}, {"name": "Dark Diadem", "tier": "Rare", "quest": "The Dark Descent", "category": "accessory", "drop": "never", "wDef": -20, "lvl": 24, "sdPct": 4, "ms": 5, "xpb": 6, "spRegen": -10, "type": "necklace", "id": 1876}, {"name": "Detective's Ring", "tier": "Rare", "quest": "Murder Mystery", "category": "accessory", "drop": "never", "lvl": 74, "sdPct": 7, "xpb": 6, "int": 7, "type": "ring", "id": 1926}, {"name": "Breathing Helmet I", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Quest Item", "hp": 20, "wDef": 5, "tDef": -3, "lvl": 8, "id": 1864}, {"name": "Digested Corpse", "tier": "Unique", "type": "chestplate", "poison": 480, "thorns": 20, "category": "armor", "slots": 2, "drop": "never", "hp": 1400, "wDef": -60, "lvl": 71, "strReq": 25, "dexReq": 25, "hprPct": -140, "mdPct": 7, "hprRaw": -9, "mdRaw": 125, "id": 1878}, {"name": "Cloak of Luminosity", "tier": "Rare", "type": "chestplate", "quest": "Realm of Light III - A Headless History", "category": "armor", "drop": "never", "hp": 1280, "fDef": 40, "wDef": 75, "aDef": 40, "tDef": 75, "eDef": 40, "lvl": 64, "mr": 5, "sdPct": 15, "ms": 5, "xpb": 15, "lb": 15, "ref": 15, "spRegen": 15, "wDamPct": 5, "tDamPct": 5, "id": 1877}, {"name": "Dragon's Eye Bracelet", "tier": "Fabled", "quest": "The Order of the Grook", "category": "accessory", "drop": "never", "fDef": 25, "lvl": 60, "defReq": 40, "xpb": 10, "expd": 5, "fDamPct": 11, "wDefPct": -8, "type": "bracelet", "spRaw3": -5, "id": 1879, "set": "Grookwarts"}, {"name": "Draoi Fair", "tier": "Fabled", "quest": "The Order of the Grook", "category": "accessory", "drop": "never", "wDef": 20, "eDef": 20, "lvl": 60, "strReq": 25, "intReq": 25, "xpb": 10, "hprRaw": 30, "type": "ring", "spRaw1": -5, "id": 1882, "set": "Grookwarts"}, {"name": "Earth Relic Dagger", "displayName": "Earth Relic Daggers", "tier": "Rare", "type": "dagger", "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, "strReq": 30, "mdPct": 15, "xpb": 15, "lb": 15, "str": 7, "expd": 15, "eDamPct": 20, "eDefPct": 10, "id": 1880}, {"name": "Dull Ancient Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 1350, "lvl": 77, "id": 1881}, {"name": "Earth Relic Relik", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "55-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "55-100", "atkSpd": "SLOW", "lvl": 45, "strReq": 15, "mdPct": 15, "xpb": 15, "lb": 15, "str": 5, "expd": 15, "eDamPct": 20, "eDefPct": 10, "id": 1884}, {"name": "Emerald Knife", "tier": "Rare", "type": "dagger", "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, "xpb": 7, "lb": 23, "eSteal": 7, "id": 1883}, {"name": "Empowered Ancient Helmet", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Quest Item", "hp": 1400, "wDef": 50, "tDef": -50, "lvl": 77, "id": 1888}, {"name": "Fire Relic Relik", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "40-70", "fDam": "40-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "defReq": 15, "xpb": 15, "lb": 15, "def": 5, "hpBonus": 335, "hprRaw": 30, "fDamPct": 10, "fDefPct": 20, "id": 1889}, {"name": "Fire Relic Dagger", "displayName": "Fire Relic Daggers", "tier": "Rare", "type": "dagger", "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": 65, "defReq": 30, "xpb": 15, "lb": 15, "def": 7, "hpBonus": 920, "hprRaw": 80, "fDamPct": 10, "fDefPct": 20, "id": 1887}, {"name": "Factory Helmet", "tier": "Unique", "type": "helmet", "quest": "An Iron Heart Part I", "thorns": 10, "category": "armor", "slots": 2, "drop": "never", "restrict": "Quest Item", "hp": 500, "lvl": 50, "hprPct": 15, "mr": -5, "xpb": 10, "lb": 15, "ref": 10, "def": 7, "hpBonus": 200, "id": 1886}, {"name": "Fire Wire", "tier": "Rare", "type": "leggings", "quest": "From The Mountains", "thorns": 15, "category": "armor", "slots": 1, "drop": "never", "hp": 1600, "fDef": 120, "wDef": -90, "lvl": 67, "hprPct": 35, "def": 7, "spd": -15, "hprRaw": 50, "wDamPct": -15, "fDefPct": 12, "id": 1891}, {"name": "First Steps", "tier": "Unique", "quest": "Cook Assistant", "category": "accessory", "drop": "never", "hp": 4, "lvl": 5, "xpb": 3, "spd": 5, "type": "ring", "id": 3545}, {"name": "Generator Amulet", "tier": "Rare", "quest": "Heart of Llevigar", "category": "accessory", "drop": "never", "fDef": 10, "wDef": 10, "aDef": -10, "tDef": 10, "eDef": -20, "lvl": 41, "sdPct": 8, "expd": 5, "sdRaw": 20, "type": "necklace", "id": 1890}, {"name": "Gernald's Amulet", "tier": "Rare", "category": "accessory", "drop": "never", "hp": 70, "fDef": 7, "wDef": 7, "aDef": 7, "tDef": 7, "eDef": 7, "lvl": 43, "xpb": -4, "lb": 11, "type": "necklace", "id": 1893}, {"name": "Gerten Ritual Mask", "tier": "Rare", "type": "helmet", "quest": "The Hunger of Gerts Part 2", "skin": "eyJ0aW1lc3RhbXAiOjE0Mzc5NTUxMDU1MjAsInByb2ZpbGVJZCI6ImRlZDdhMmFmMTVlNjRjOWVhYjIzZWFlOTkyMzUzMDY4IiwicHJvZmlsZU5hbWUiOiJFbmVyZ3l4eGVyIiwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzczYzIxYjNjYWY4YTZlYWI3ZDE4MTczNGE0MzBkYjUyMWIxZGI4MzNjODk4N2RkZTI0MTE4MDIzMWU0NzgyNiJ9fX0=", "category": "armor", "slots": 1, "drop": "never", "hp": 1800, "aDef": -60, "eDef": 100, "lvl": 78, "sdPct": -10, "str": 7, "spd": -10, "mdRaw": 180, "eDamPct": 20, "aDefPct": -10, "id": 1892}, {"name": "Essren's Coat", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 50, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 15, "int": 4, "sdRaw": 20, "wDamPct": 10, "id": 1885}, {"name": "Gnome's Ring", "tier": "Unique", "quest": "The Bigger Picture", "category": "accessory", "drop": "never", "hp": -250, "aDef": 30, "eDef": -10, "lvl": 76, "agiReq": 25, "mdPct": -8, "str": -3, "agi": 5, "spd": 8, "aDamPct": 7, "eDamPct": -8, "type": "ring", "id": 1895}, {"name": "Glaciate", "tier": "Rare", "type": "leggings", "quest": "Frost Bite", "category": "armor", "slots": 2, "drop": "never", "hp": 420, "wDef": 30, "eDef": -30, "lvl": 48, "dexReq": 20, "intReq": 25, "ms": 5, "lb": 10, "ref": 20, "dex": 7, "spd": 10, "wDamPct": 6, "tDamPct": 8, "eDefPct": -15, "id": 1897}, {"name": "Giant's Ring", "tier": "Unique", "quest": "The Bigger Picture", "category": "accessory", "drop": "never", "hp": 250, "aDef": -10, "eDef": 30, "lvl": 76, "strReq": 25, "mdPct": 7, "str": 5, "agi": -3, "spd": -8, "aDamPct": -8, "eDamPct": 7, "type": "ring", "id": 1894}, {"name": "Gnomish Topper", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 1500, "eDef": 50, "lvl": 75, "agiReq": 35, "sdPct": -10, "mdPct": 5, "xpb": 10, "str": 7, "agi": 4, "spd": 15, "id": 1896}, {"name": "Guard's Uniform", "tier": "Normal", "type": "helmet", "allowCraftsman": true, "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 1150, "lvl": 72, "id": 1898}, {"name": "Greaves of Honor", "tier": "Rare", "type": "leggings", "quest": "An Iron Heart Part II", "thorns": 10, "category": "armor", "slots": 2, "drop": "never", "hp": 1050, "lvl": 58, "hprPct": 20, "xpb": 30, "ref": 10, "spRegen": 3, "id": 1900}, {"name": "Hallowynn Mask", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "never", "hp": 115, "tDef": 5, "lvl": 22, "xpb": 5, "sdRaw": 15, "mdRaw": 16, "id": 1899}, {"name": "Helmet of Legends", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Quest Item", "hp": 1000, "lvl": 68, "id": 1901}, {"name": "Helmet of Shimmering Light", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "restrict": "Quest Item", "hp": 1850, "lvl": 74, "id": 1902}, {"name": "Hide of Gregg'r", "tier": "Rare", "type": "chestplate", "quest": "Green Skinned Trouble", "category": "armor", "slots": 1, "drop": "never", "hp": 600, "fDef": 40, "wDef": -50, "aDef": 20, "lvl": 44, "agiReq": 10, "defReq": 15, "sdPct": -10, "mdPct": 10, "expd": 8, "spd": 8, "fDamPct": 12, "id": 1903}, {"name": "Howler Hide", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 430, "fDef": -20, "eDef": 25, "lvl": 41, "strReq": 25, "mdPct": 20, "str": 10, "expd": 8, "spd": -5, "aDamPct": 16, "id": 1908}, {"name": "Inhibitor", "tier": "Fabled", "type": "chestplate", "category": "armor", "drop": "NEVER", "lvl": 100, "mr": -15, "sdPct": -300, "mdPct": -300, "spRegen": -150, "sdRaw": -800, "mdRaw": -1000, "id": 3650}, {"name": "Lazarus' Brace", "tier": "Rare", "quest": "Lazarus Pit", "category": "accessory", "drop": "never", "hp": -250, "lvl": 69, "hprPct": 10, "xpb": 5, "hprRaw": 40, "type": "bracelet", "id": 1904}, {"name": "Mask of the Dark Curse", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 70, "wDef": -5, "tDef": 10, "lvl": 15, "mr": -5, "sdPct": 6, "ls": 7, "ms": 5, "xpb": 10, "spRegen": -5, "id": 1906}, {"name": "Mummy's Rag", "tier": "Legendary", "type": "chestplate", "quest": "Wrath of the Mummy", "thorns": 5, "category": "armor", "drop": "never", "hp": 400, "aDef": 20, "eDef": 20, "lvl": 38, "ref": 5, "spd": -20, "atkTier": 1, "spRegen": -3, "id": 1907}, {"name": "Olux's Prized Bow", "tier": "Legendary", "type": "bow", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "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, "mr": 5, "xpb": 15, "str": 5, "int": 5, "eDamPct": 10, "wDefPct": 10, "fixID": true, "id": 1905}, {"name": "Olux's Prized Dagger", "tier": "Legendary", "type": "dagger", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "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, "mr": 5, "xpb": 15, "str": 5, "int": 5, "eDamPct": 10, "wDefPct": 10, "fixID": true, "id": 1911}, {"name": "Olux's Prized Spear", "tier": "Legendary", "type": "spear", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "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, "mr": 5, "xpb": 15, "str": 5, "int": 5, "eDamPct": 10, "wDefPct": 10, "fixID": true, "id": 1910}, {"name": "Olux's Prized Relik", "tier": "Legendary", "type": "relik", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "category": "weapon", "slots": 2, "drop": "never", "nDam": "60-64", "fDam": "0-0", "wDam": "40-48", "aDam": "0-0", "tDam": "0-0", "eDam": "70-72", "atkSpd": "NORMAL", "lvl": 55, "mr": 5, "xpb": 15, "str": 5, "int": 5, "eDamPct": 10, "wDefPct": 10, "fixID": true, "id": 1909}, {"name": "Olux's Prized Wand", "tier": "Legendary", "type": "wand", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "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, "mr": 5, "xpb": 15, "str": 5, "int": 5, "eDamPct": 10, "wDefPct": 10, "fixID": true, "id": 1915}, {"name": "Ominous Wind", "tier": "Rare", "quest": "One Thousand Meters Under", "thorns": 10, "category": "accessory", "drop": "never", "hp": -400, "aDef": 55, "eDef": 55, "lvl": 95, "sdPct": 6, "mdPct": -4, "xpb": 10, "spd": 11, "type": "necklace", "id": 1912}, {"name": "Orc Mask", "tier": "Normal", "type": "helmet", "skin": "eyJ0aW1lc3RhbXAiOjE0NDA2OTQ3MTUyMDQsInByb2ZpbGVJZCI6ImU3MzE3OWViMzBkMTQ0NjY5NTMyNWIwOTEyODQwZDQyIiwicHJvZmlsZU5hbWUiOiJKZWVvcmMiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RiMzdmM2ViMWEzMWQ5MzU5ZmQ1OTk2YmJkMmFiNGU4YzM5MjRjM2UxYzhiNTFiYWU2YTU0MTVlZWRkNjkxNCJ9fX0=", "category": "armor", "drop": "never", "restrict": "Quest Item", "hp": 900, "lvl": 64, "id": 1913}, {"name": "Upgraded Orc Mask", "tier": "Unique", "type": "helmet", "quest": "A Fighting Species", "skin": "eyJ0aW1lc3RhbXAiOjE0NDA2OTQ3MTUyMDQsInByb2ZpbGVJZCI6ImU3MzE3OWViMzBkMTQ0NjY5NTMyNWIwOTEyODQwZDQyIiwicHJvZmlsZU5hbWUiOiJKZWVvcmMiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RiMzdmM2ViMWEzMWQ5MzU5ZmQ1OTk2YmJkMmFiNGU4YzM5MjRjM2UxYzhiNTFiYWU2YTU0MTVlZWRkNjkxNCJ9fX0=", "category": "armor", "slots": 3, "drop": "never", "hp": 1100, "lvl": 64, "mdPct": 10, "xpb": 20, "str": 5, "def": 4, "spd": -8, "hprRaw": 65, "id": 1914}, {"name": "Ornate Shadow Cloud", "set": "Ornate Shadow", "tier": "Fabled", "type": "boots", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4000, "tDef": 100, "eDef": 100, "lvl": 103, "sdPct": 20, "mdPct": 20, "spd": 15, "spRegen": -15, "sdRaw": 170, "mdRaw": 170, "fixID": true, "id": 1916}, {"name": "Ornate Shadow Cowl", "set": "Ornate Shadow", "tier": "Fabled", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4000, "tDef": 100, "eDef": 100, "lvl": 103, "sdPct": 20, "mdPct": 20, "spd": 15, "spRegen": -15, "sdRaw": 170, "mdRaw": 170, "fixID": true, "id": 1917}, {"name": "Ornate Shadow Cover", "set": "Ornate Shadow", "tier": "Fabled", "type": "leggings", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4000, "tDef": 100, "eDef": 100, "lvl": 103, "sdPct": 20, "mdPct": 20, "spd": 15, "spRegen": -15, "sdRaw": 170, "mdRaw": 170, "fixID": true, "id": 1919}, {"name": "Ornate Shadow Garb", "set": "Ornate Shadow", "tier": "Fabled", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4000, "tDef": 100, "eDef": 100, "lvl": 103, "sdPct": 20, "mdPct": 20, "spd": 15, "spRegen": -15, "sdRaw": 170, "mdRaw": 170, "fixID": true, "id": 1922}, {"name": "Pendant of Prosperity", "tier": "Rare", "quest": "Fantastic Voyage", "category": "accessory", "drop": "never", "lvl": 90, "lb": 16, "hpBonus": -100, "eSteal": 5, "type": "necklace", "id": 1923}, {"name": "Paw", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "lvl": 70, "agi": 16, "spd": 30, "fDamPct": -6, "wDamPct": -6, "aDamPct": 24, "eDamPct": -18, "id": 1920}, {"name": "Phoenix Prince's Crown", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3900, "fDef": 125, "wDef": -125, "aDef": 125, "lvl": 90, "agiReq": 35, "defReq": 35, "hprPct": 27, "agi": 9, "def": 7, "spd": 15, "spRegen": 20, "hprRaw": 205, "fDefPct": 20, "id": 1921}, {"name": "Psychomend Vest", "tier": "Rare", "type": "chestplate", "quest": "Shattered Minds", "category": "armor", "slots": 2, "drop": "never", "hp": 1500, "lvl": 70, "hprPct": 19, "sdPct": -15, "mdPct": -5, "int": -3, "hpBonus": 600, "hprRaw": 100, "id": 1925}, {"name": "Purified Helmet of the Legends", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Quest Item", "hp": 1450, "lvl": 68, "hprPct": 20, "sdPct": 12, "mdPct": 12, "xpb": 10, "lb": 10, "spRegen": 5, "id": 1927}, {"name": "Quartron's Eye", "tier": "Rare", "quest": "Rise of the Quartron", "category": "accessory", "drop": "never", "hp": -60, "lvl": 49, "expd": 10, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "type": "ring", "id": 1924}, {"name": "Quicksand Crossers", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 235, "wDef": -20, "aDef": 10, "eDef": 10, "lvl": 34, "agiReq": 15, "lb": 10, "agi": 7, "spd": 9, "eDefPct": 12, "id": 1928}, {"name": "Raging Wind", "tier": "Rare", "quest": "Beyond the Grave", "category": "accessory", "drop": "never", "fDef": -20, "aDef": 20, "lvl": 87, "agiReq": 40, "agi": 5, "spd": 12, "aDamPct": 9, "type": "ring", "id": 1929}, {"name": "Relic Relik", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "20-22", "fDam": "20-22", "wDam": "20-22", "aDam": "20-22", "tDam": "20-22", "eDam": "20-22", "atkSpd": "NORMAL", "lvl": 45, "xpb": 15, "lb": 15, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "id": 1932}, {"name": "Restored Ancient Helmet", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "hp": 2100, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 77, "mr": 5, "xpb": 15, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spRegen": 8, "id": 1934}, {"name": "Randall's Leg Plating", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 450, "lvl": 38, "defReq": 45, "sdPct": -15, "mdPct": -8, "lb": 15, "str": 4, "def": 15, "fDefPct": 17, "id": 1930}, {"name": "Ring of Generosity", "tier": "Rare", "quest": "Memory Paranoia", "category": "accessory", "drop": "never", "lvl": 69, "xpb": 10, "lb": 10, "hpBonus": 350, "spRegen": 5, "type": "ring", "id": 1933}, {"name": "Ring of Rubies", "tier": "Rare", "quest": "Flight in Distress", "category": "accessory", "drop": "never", "hp": -280, "lvl": 75, "xpb": 8, "lb": 12, "eSteal": 8, "type": "ring", "id": 1935}, {"name": "Pirate Queen's Ring of Rubies", "tier": "Rare", "quest": "Flight in Distress", "category": "accessory", "drop": "never", "hp": -50, "lvl": 75, "xpb": 6, "lb": 9, "eSteal": 2, "type": "ring", "id": 1936}, {"name": "Renda Langit", "tier": "Fabled", "quest": "The Order of the Grook", "category": "accessory", "drop": "never", "hp": 230, "aDef": 30, "lvl": 60, "agiReq": 40, "xpb": 10, "spd": 12, "eDefPct": -8, "type": "necklace", "spRaw2": -5, "spRaw4": -5, "id": 1931, "set": "Grookwarts"}, {"name": "Royal Blazing Amulet", "tier": "Legendary", "quest": "WynnExcavation Site D", "category": "accessory", "drop": "never", "lvl": 75, "xpb": 5, "lb": 5, "def": 3, "hpBonus": 650, "fDamPct": 5, "type": "necklace", "fixID": true, "id": 1939}, {"name": "Royal Cyclone Amulet", "tier": "Legendary", "quest": "WynnExcavation Site D", "category": "accessory", "drop": "never", "lvl": 75, "xpb": 5, "lb": 5, "agi": 3, "spd": 10, "aDamPct": 5, "type": "necklace", "fixID": true, "id": 1937}, {"name": "Royal Dusty Amulet", "tier": "Legendary", "quest": "WynnExcavation Site D", "category": "accessory", "drop": "never", "lvl": 75, "mdPct": 8, "xpb": 5, "lb": 5, "str": 3, "eDamPct": 5, "type": "necklace", "fixID": true, "id": 1938}, {"name": "Royal Shocking Amulet", "tier": "Legendary", "quest": "WynnExcavation Site D", "thorns": 5, "category": "accessory", "drop": "never", "lvl": 75, "xpb": 5, "lb": 5, "dex": 3, "mdRaw": 25, "tDamPct": 5, "type": "necklace", "fixID": true, "id": 1941}, {"name": "Royal Stormy Amulet", "tier": "Legendary", "quest": "WynnExcavation Site D", "category": "accessory", "drop": "never", "lvl": 75, "mr": 5, "xpb": 5, "lb": 5, "int": 3, "wDamPct": 5, "type": "necklace", "fixID": true, "id": 1943}, {"name": "Bandit's Bangle", "tier": "Set", "category": "accessory", "drop": "never", "hp": -15, "lvl": 36, "lb": 6, "eSteal": 4, "type": "bracelet", "id": 1942, "set": "Bandit's"}, {"name": "Bandit's Ring", "tier": "Set", "category": "accessory", "drop": "never", "hp": -20, "lvl": 32, "lb": 7, "eSteal": 3, "type": "ring", "id": 1946, "set": "Bandit's"}, {"name": "Builder's Boots", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 1947, "set": "Builder's"}, {"name": "Bandit's Locket", "tier": "Set", "category": "accessory", "drop": "never", "hp": -10, "lvl": 38, "lb": 4, "eSteal": 5, "type": "necklace", "id": 1945, "set": "Bandit's"}, {"name": "Builder's Helmet", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 1951, "set": "Builder's"}, {"name": "Builder's Breastplate", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 1944, "set": "Builder's"}, {"name": "Bandit's Knuckle", "tier": "Set", "category": "accessory", "drop": "never", "hp": -25, "lvl": 34, "lb": 3, "eSteal": 6, "type": "ring", "id": 1940, "set": "Bandit's"}, {"name": "GM's Boots", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 1949, "set": "GM's"}, {"name": "GM's Breastplate", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 1953, "set": "GM's"}, {"name": "GM's Trousers", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 1954, "set": "GM's"}, {"name": "Builder's Trousers", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 1950, "set": "Builder's"}, {"name": "GM's Helmet", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 1948, "set": "GM's"}, {"name": "Sandshooter", "tier": "Rare", "type": "bow", "thorns": 10, "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, "strReq": 15, "lb": 15, "str": 9, "wDamPct": -15, "aDamPct": 7, "id": 1952}, {"name": "Sandslasher", "tier": "Rare", "type": "dagger", "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, "strReq": 10, "agiReq": 10, "sdPct": -5, "spd": 4, "sdRaw": -20, "mdRaw": 52, "aDamPct": 12, "eDamPct": 10, "id": 1957}, {"name": "Santa Boots", "tier": "Rare", "type": "boots", "quest": "Meaningful Holiday", "category": "armor", "slots": 1, "drop": "never", "hp": 275, "fDef": 20, "lvl": 33, "hprPct": 20, "xpb": 15, "lb": 10, "hpBonus": 55, "aDefPct": 10, "id": 1955}, {"name": "Santa's Coat", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 260, "lvl": 32, "xpb": 15, "lb": 15, "hpBonus": 40, "hprRaw": 15, "id": 1958}, {"name": "Seekers Aid", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "lvl": 1, "id": 1959}, {"name": "Shameful Greaves", "tier": "Rare", "type": "leggings", "quest": "An Iron Heart Part II", "poison": 285, "category": "armor", "slots": 2, "drop": "never", "hp": 1050, "lvl": 58, "ls": 75, "lb": 30, "eSteal": 5, "id": 1961}, {"name": "Sodeta Boots", "tier": "Legendary", "type": "boots", "quest": "Lost Soles", "category": "armor", "slots": 3, "drop": "never", "hp": 1150, "lvl": 66, "hprPct": 14, "mr": 10, "sdPct": 22, "ls": 50, "xpb": 24, "id": 1965}, {"name": "Skeletal Legs", "tier": "Rare", "type": "leggings", "quest": "Pit of the Dead", "poison": 41, "category": "armor", "slots": 1, "drop": "never", "hp": 144, "lvl": 23, "ls": 11, "ms": 5, "def": -3, "hpBonus": -30, "id": 1962}, {"name": "Sound Proof Earmuff", "tier": "Rare", "type": "helmet", "allowCraftsman": true, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 1500, "tDef": 50, "eDef": -50, "lvl": 73, "id": 1964}, {"name": "Santa Hat", "tier": "Rare", "type": "helmet", "quest": "Craftmas Chaos", "category": "armor", "slots": 1, "drop": "never", "hp": 230, "lvl": 30, "hprPct": 30, "xpb": 15, "lb": 15, "hpBonus": 25, "wDefPct": 10, "id": 1956}, {"name": "Shadow Spear", "tier": "Rare", "type": "spear", "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, "dexReq": 10, "lb": 15, "dex": 10, "agi": 4, "spd": 10, "hpBonus": -60, "id": 1963}, {"name": "Spiketop", "tier": "Legendary", "type": "helmet", "category": "armor", "drop": "NEVER", "restrict": "Untradable", "fDef": 3, "lvl": 9, "hpBonus": 92, "id": 3546}, {"name": "Sunblight Boots", "tier": "Rare", "type": "boots", "category": "armor", "drop": "never", "restrict": "Quest Item", "hp": 1650, "wDef": 80, "aDef": -90, "tDef": -90, "eDef": 100, "lvl": 76, "id": 1968}, {"name": "Santa's Pants", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 250, "wDef": 25, "tDef": -20, "lvl": 31, "hprPct": 20, "xpb": 10, "lb": 15, "hpBonus": 35, "fDefPct": 5, "id": 1960}, {"name": "Temporal Cage", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "never", "restrict": "Untradable", "tDef": 30, "lvl": 20, "ms": 10, "spd": 10, "hprRaw": -7, "sdRaw": 20, "mdRaw": 26, "tDamPct": 10, "id": 1967}, {"name": "Spear of Testiness", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 1, "drop": "never", "nDam": "90-90", "fDam": "1-10", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 1, "id": 3651}, {"name": "The Juggernaut", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "never", "hp": 275, "fDef": 10, "wDef": -10, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 33, "defReq": 20, "lb": 10, "def": 9, "spd": -15, "hpBonus": 77, "id": 1969}, {"name": "The Queen's Headpiece", "tier": "Rare", "type": "helmet", "quest": "Royal Trials", "category": "armor", "slots": 2, "drop": "never", "hp": 2700, "aDef": 100, "tDef": 75, "lvl": 98, "dexReq": 25, "agiReq": 50, "ms": 5, "agi": 9, "spd": 19, "eSteal": 7, "mdRaw": 260, "aDamPct": 12, "tDamPct": 12, "fDefPct": -25, "eDefPct": -25, "id": 1966}, {"name": "Thoracic", "tier": "Rare", "type": "chestplate", "quest": "The Sewers of Ragni", "category": "armor", "slots": 1, "drop": "never", "hp": 45, "aDef": -2, "tDef": 5, "lvl": 9, "xpb": 7, "lb": -2, "dex": 7, "mdRaw": 13, "tDamPct": 6, "id": 1971}, {"name": "Thunder Relic Dagger", "displayName": "Thunder Relic Daggers", "tier": "Rare", "type": "dagger", "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, "dexReq": 30, "ms": 5, "xpb": 15, "lb": 15, "dex": 7, "mdRaw": 70, "tDamPct": 20, "tDefPct": 10, "id": 1972}, {"name": "Thunder Relic Relik", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "10-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-80", "eDam": "0-0", "atkSpd": "FAST", "lvl": 45, "dexReq": 15, "ms": 5, "xpb": 15, "lb": 15, "dex": 5, "mdRaw": 59, "tDamPct": 20, "tDefPct": 10, "id": 1974}, {"name": "Treasure Boots", "tier": "Unique", "type": "boots", "quest": "Underwater", "category": "armor", "slots": 1, "drop": "never", "hp": 24, "lvl": 7, "xpb": 5, "lb": 20, "id": 1973}, {"name": "Trick", "tier": "Set", "quest": "A Grave Mistake", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 50, "lvl": 50, "lb": -10, "expd": 10, "type": "ring", "id": 1975, "set": "Hallowynn 2016"}, {"name": "Treat", "tier": "Set", "quest": "A Grave Mistake", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 50, "lvl": 50, "lb": 10, "expd": -10, "type": "ring", "id": 1970, "set": "Hallowynn 2016"}, {"name": "Vandalizer", "tier": "Rare", "type": "dagger", "category": "weapon", "drop": "never", "nDam": "0-0", "fDam": "50-100", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 37, "defReq": 10, "ls": 39, "lb": 15, "expd": 10, "eSteal": 15, "wDefPct": -15, "id": 1980}, {"name": "Troms Kid Badge", "tier": "Rare", "quest": "Out of my Mind\u058e", "category": "accessory", "drop": "never", "lvl": 63, "xpb": 4, "lb": 7, "spd": 7, "spRegen": 4, "hprRaw": 19, "type": "necklace", "id": 1976}, {"name": "Vindicator", "tier": "Fabled", "quest": "The Mercenary", "majorIds": ["MAGNET"], "category": "accessory", "drop": "never", "hp": 50, "lvl": 30, "xpb": 7, "lb": 7, "type": "bracelet", "id": 1979}, {"name": "Waist Apron", "tier": "Rare", "type": "leggings", "quest": "Infested Plants", "thorns": 8, "category": "armor", "drop": "NEVER", "hp": 30, "lvl": 7, "xpb": 5, "expd": 8, "id": 3547}, {"name": "Dodegar's Ultimate Weapon", "tier": "Legendary", "type": "dagger", "quest": "The Ultimate Weapon", "category": "weapon", "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, "id": 1978}, {"name": "Water Relic Dagger", "displayName": "Water Relic Daggers", "tier": "Rare", "type": "dagger", "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": 65, "intReq": 30, "mr": 5, "sdPct": 20, "xpb": 15, "lb": 15, "int": 7, "wDamPct": 10, "wDefPct": 20, "id": 1977}, {"name": "Water Relic Relik", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "50-60", "fDam": "0-0", "wDam": "50-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "intReq": 15, "mr": 5, "sdPct": 20, "xpb": 15, "lb": 15, "int": 5, "wDamPct": 10, "wDefPct": 20, "id": 1982}, {"name": "Wynnter Fair 2017 Souvenir", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 1, "type": "necklace", "id": 1981}, {"name": "Wynnter Fair 2016 Souvenir", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 1, "type": "necklace", "id": 1983}, {"name": "Wynnterfest 2016 Souvenir", "tier": "Legendary", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 1, "type": "necklace", "id": 2109}, {"name": "Nacreous", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 600, "fDef": 30, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 51, "strReq": 11, "dexReq": 11, "intReq": 11, "agiReq": 11, "defReq": 11, "xpb": 9, "lb": 9, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "id": 1988}, {"name": "Yellow Content Cap of Fame", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 5, "lvl": 1, "id": 1986}, {"name": "Necklace of a Thousand Storms", "tier": "Fabled", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -300, "aDef": 60, "lvl": 98, "agiReq": 50, "hprPct": -20, "str": -5, "agi": 10, "spd": 15, "fDamPct": -15, "wDamPct": 14, "aDamPct": 14, "tDamPct": 14, "type": "necklace", "id": 1985}, {"name": "Naragath's Hoof", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 850, "fDef": 60, "wDef": -100, "tDef": 60, "lvl": 58, "dexReq": 30, "defReq": 30, "dex": 8, "int": -6, "def": 8, "expd": 10, "spRegen": -20, "fDamPct": 15, "wDamPct": -20, "tDamPct": 15, "wDefPct": -20, "id": 1991}, {"name": "Naga Viper", "tier": "Rare", "type": "leggings", "poison": 275, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 940, "lvl": 56, "strReq": 10, "agiReq": 10, "agi": 9, "spd": 9, "hpBonus": -125, "eSteal": 2, "eDamPct": 12, "aDefPct": -10, "id": 1984}, {"name": "Namazu", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "240-320", "fDam": "0-0", "wDam": "328-455", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 81, "strReq": 30, "intReq": 25, "str": 10, "spd": -7, "atkTier": -3, "mdRaw": 350, "eDamPct": 18, "tDefPct": -10, "id": 1989}, {"name": "Narcissist", "tier": "Fabled", "type": "relik", "majorIds": ["GEOCENTRISM"], "thorns": 50, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "225-340", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "600-600", "atkSpd": "VERY_SLOW", "lvl": 92, "strReq": 70, "sdPct": -20, "mdPct": -20, "ref": 65, "int": -5, "spd": 30, "hprRaw": 175, "eDefPct": 25, "id": 3648}, {"name": "Narima Pasukan", "tier": "Rare", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 500, "lvl": 48, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "fDamPct": 9, "wDamPct": 9, "aDamPct": 9, "tDamPct": 9, "eDamPct": 9, "id": 1994}, {"name": "Nature's Gift", "tier": "Legendary", "poison": 240, "thorns": 8, "category": "accessory", "drop": "lootchest", "fDef": -50, "wDef": 20, "aDef": 20, "eDef": 20, "lvl": 61, "strReq": 30, "intReq": 20, "xpb": 5, "spRegen": 8, "hprRaw": 35, "fDefPct": -18, "type": "necklace", "id": 1987}, {"name": "Nebulous", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 99, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "sdPct": 9, "sdRaw": 45, "type": "bracelet", "id": 1995}, {"name": "Needle Cuff", "tier": "Unique", "thorns": 11, "category": "accessory", "drop": "lootchest", "lvl": 81, "dexReq": 20, "mdRaw": 13, "type": "bracelet", "id": 1993}, {"name": "Cancer", "displayName": "Necrosis", "tier": "Legendary", "type": "helmet", "poison": 4000, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3200, "aDef": -150, "tDef": 100, "lvl": 98, "dexReq": 120, "sdPct": -1000, "mdPct": -1000, "ls": 385, "ms": 10, "atkTier": 3, "mdRaw": -1000, "id": 1990}, {"name": "Neolithic", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 160, "lvl": 20, "strReq": 5, "defReq": 10, "hprPct": 20, "sdPct": -10, "mdPct": 5, "str": 3, "def": 7, "hpBonus": 80, "eDamPct": 12, "id": 1997}, {"name": "Nemract's Bow", "tier": "Unique", "type": "bow", "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, "xpb": 5, "lb": 5, "id": 1992}, {"name": "Neodymium", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 25, "tDef": 6, "eDef": -2, "lvl": 6, "hprRaw": 4, "sdRaw": 4, "mdRaw": 5, "id": 1998}, {"name": "Nemract's Ruin", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 235, "wDef": 20, "aDef": -10, "tDef": -10, "eDef": 20, "lvl": 27, "strReq": 10, "intReq": 5, "sdPct": 12, "int": 7, "mdRaw": 52, "fDamPct": -6, "wDamPct": 10, "tDamPct": -6, "eDamPct": 12, "id": 1999}, {"name": "Nemract's Rage", "tier": "Legendary", "type": "bow", "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, "intReq": 25, "mr": 10, "sdPct": 23, "tDefPct": -25, "id": 1996}, {"name": "Neon", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 71, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "fDamPct": 8, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 8, "type": "bracelet", "id": 2001}, {"name": "Nephilim", "tier": "Rare", "type": "helmet", "sprint": 16, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2075, "lvl": 88, "dexReq": 45, "agiReq": 55, "ls": 180, "ms": 10, "ref": 20, "dex": 8, "agi": 7, "spd": 20, "atkTier": 1, "aDamPct": 15, "tDamPct": 15, "id": 2002}, {"name": "Nepta Floodbringer", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "70-90", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "intReq": 80, "mr": 5, "sdPct": 20, "int": 13, "hpBonus": -1750, "wDamPct": 15, "tDamPct": -100, "tDefPct": -30, "id": 2000}, {"name": "Nerium Great Spear", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-70", "fDam": "0-0", "wDam": "0-0", "aDam": "150-230", "tDam": "0-0", "eDam": "150-230", "atkSpd": "VERY_SLOW", "lvl": 85, "strReq": 35, "agiReq": 35, "mdPct": 15, "str": 10, "spd": -16, "mdRaw": 220, "aDefPct": 12, "eDefPct": 12, "id": 2014}, {"name": "Nesaak's Shadow", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 730, "wDef": 50, "tDef": -30, "lvl": 54, "dexReq": 10, "agiReq": 10, "ls": 65, "lb": 8, "eSteal": 5, "aDamPct": 5, "tDamPct": 5, "id": 2003}, {"name": "Nesaak's Will", "tier": "Unique", "type": "spear", "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, "strReq": 10, "intReq": 10, "xpb": 11, "spd": -5, "spRegen": 3, "eDamPct": 10, "wDefPct": 10, "id": 2004}, {"name": "Nerium Long Spear", "tier": "Unique", "type": "spear", "poison": 360, "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, "strReq": 25, "agiReq": 25, "sdPct": -20, "mdPct": 10, "str": 8, "spd": -12, "aDefPct": 10, "eDefPct": 10, "id": 2005}, {"name": "Nerium Old Spear", "tier": "Unique", "type": "spear", "poison": 180, "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, "strReq": 15, "agiReq": 15, "sdPct": -10, "mdPct": 5, "str": 5, "spd": -8, "aDefPct": 8, "eDefPct": 8, "id": 2006}, {"name": "Nether's Deep", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-80", "fDam": "40-50", "wDam": "0-0", "aDam": "0-0", "tDam": "20-60", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 84, "dexReq": 25, "defReq": 35, "hprPct": 23, "ls": 225, "ms": -5, "hpBonus": 1154, "spRegen": -8, "wDamPct": -20, "tDamPct": 12, "fDefPct": 12, "wDefPct": -20, "id": 2010}, {"name": "Nether's Reach", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "fDef": 100, "wDef": -80, "tDef": 100, "eDef": -120, "lvl": 95, "dexReq": 20, "defReq": 40, "hprPct": 20, "str": 8, "hpBonus": 450, "hprRaw": 140, "mdRaw": 175, "fDamPct": 7, "wDamPct": -15, "tDamPct": 7, "id": 2008}, {"name": "Nether's Scar", "tier": "Legendary", "type": "boots", "poison": 525, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3350, "fDef": 140, "aDef": -140, "tDef": 140, "eDef": -140, "lvl": 95, "dexReq": 50, "defReq": 50, "hprPct": 140, "mdPct": 10, "dex": 12, "def": 12, "expd": 15, "atkTier": 1, "hprRaw": -571, "fDamPct": 10, "tDamPct": 10, "id": 2007}, {"name": "Neuron", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 2150, "wDef": 100, "tDef": -150, "lvl": 95, "dexReq": 50, "intReq": 20, "mr": 10, "sdPct": 20, "dex": 7, "wDamPct": 11, "tDamPct": 11, "id": 2011}, {"name": "Neutrino", "tier": "Rare", "type": "leggings", "poison": -3000, "thorns": 23, "category": "armor", "slots": 6, "drop": "NORMAL", "hp": 3575, "lvl": 100, "strReq": 40, "dexReq": 40, "intReq": 40, "agiReq": 40, "defReq": 40, "hprPct": 30, "ref": 23, "expd": -100, "fDefPct": 23, "wDefPct": 23, "aDefPct": 23, "tDefPct": 23, "eDefPct": 23, "id": 2015}, {"name": "Nettle", "tier": "Unique", "poison": 40, "category": "accessory", "drop": "lootchest", "lvl": 25, "strReq": 5, "hprPct": -4, "eDamPct": 4, "type": "necklace", "id": 2009}, {"name": "Nehza", "displayName": "Nezha", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 350, "fDef": -70, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 83, "defReq": 90, "fDamPct": 7, "type": "ring", "id": 2013}, {"name": "Niflheim", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "110-120", "fDam": "0-0", "wDam": "48-52", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 84, "intReq": 50, "mr": 10, "ms": -10, "ref": 20, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "eDefPct": 30, "id": 2012}, {"name": "NightMail", "displayName": "Nightmail", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 56, "fDef": -3, "aDef": 3, "tDef": 3, "eDef": -3, "lvl": 16, "dexReq": 3, "agiReq": 3, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "aDamPct": 5, "tDamPct": 5, "id": 2016}, {"name": "Night Rush", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "182-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 63, "agiReq": 50, "agi": 30, "spd": 25, "aDamPct": 35, "eDamPct": -20, "fDefPct": 20, "eDefPct": -20, "id": 2019}, {"name": "Nighthawk", "tier": "Fabled", "type": "helmet", "majorIds": ["HAWKEYE"], "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4000, "tDef": -125, "lvl": 94, "classReq": "Archer", "mdPct": -20, "spd": 12, "hpBonus": -1000, "sdRaw": 175, "id": 2021}, {"name": "Nightlife", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "80-94", "wDam": "0-0", "aDam": "0-0", "tDam": "160-190", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "dexReq": 32, "defReq": 32, "hprPct": -20, "mdPct": 11, "ls": 240, "def": 11, "spd": 11, "spRegen": 11, "fDamPct": 35, "id": 2025}, {"name": "NightVest", "displayName": "Nightvest", "tier": "Unique", "type": "chestplate", "sprint": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2150, "fDef": -100, "aDef": 175, "lvl": 93, "agiReq": 50, "agi": 20, "def": -15, "spd": 15, "sprintReg": 10, "id": 2018}, {"name": "Nimble Fingers", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 41, "dexReq": 25, "mdPct": -4, "lb": 5, "dex": 4, "eSteal": 4, "type": "bracelet", "id": 2020}, {"name": "Nightshade", "tier": "Unique", "poison": 400, "category": "accessory", "drop": "lootchest", "fDef": -20, "lvl": 82, "hprRaw": -15, "type": "ring", "id": 2028}, {"name": "Nipun", "tier": "Rare", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 27, "lvl": 7, "sdPct": 5, "mdPct": 5, "dex": 4, "id": 2029}, {"name": "Nightling", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1250, "tDef": 80, "eDef": -100, "lvl": 76, "dexReq": 35, "mdPct": 5, "dex": 8, "agi": 3, "spd": 12, "mdRaw": 125, "tDamPct": 8, "eDamPct": -20, "id": 2022}, {"name": "Nimbus", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "33-88", "aDam": "55-99", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 89, "intReq": 25, "agiReq": 30, "mr": 5, "xpb": 8, "int": 5, "agi": 8, "spd": 12, "fDamPct": -10, "aDamPct": 10, "id": 2024}, {"name": "Nivla's Arch", "tier": "Unique", "type": "bow", "poison": 250, "thorns": 5, "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, "spd": -10, "eDamPct": 5, "id": 2026}, {"name": "Nitre", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 660, "fDef": -20, "wDef": -30, "lvl": 55, "dexReq": 15, "defReq": 30, "hprPct": -15, "sdPct": 11, "mdPct": 5, "def": 5, "expd": 45, "wDamPct": -6, "id": 2023}, {"name": "Noble Phantasm", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-130", "fDam": "85-145", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "defReq": 55, "def": 30, "hpBonus": 2700, "hprRaw": 153, "fDefPct": -60, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 2027}, {"name": "Noise Stream", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "1-1", "wDam": "1-1", "aDam": "1-160", "tDam": "1-1", "eDam": "1-1", "atkSpd": "VERY_FAST", "lvl": 94, "agiReq": 55, "ls": 210, "ms": 5, "fDamPct": 10, "wDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fDefPct": -10, "wDefPct": -10, "tDefPct": -10, "eDefPct": -10, "id": 2030}, {"name": "Noisemaker", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 525, "fDef": -15, "aDef": 25, "eDef": -15, "lvl": 51, "agiReq": 35, "sdPct": 9, "mdPct": 9, "xpb": 12, "spd": 5, "hpBonus": -120, "aDamPct": 13, "id": 2031}, {"name": "Noctilucent", "tier": "Unique", "type": "bow", "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, "intReq": 17, "agiReq": 17, "sdPct": 6, "mdPct": -8, "spd": 8, "wDamPct": 6, "aDamPct": 6, "id": 2033}, {"name": "Nordstrom", "tier": "Unique", "type": "wand", "thorns": 8, "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, "strReq": 15, "mdPct": 9, "agi": 5, "spd": 7, "aDamPct": 12, "wDefPct": -8, "id": 2045}, {"name": "Nightstar", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "120-150", "fDam": "0-0", "wDam": "80-100", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "intReq": 45, "mr": 5, "sdPct": 12, "xpb": 8, "spRegen": 6, "wDamPct": 10, "tDamPct": -10, "wDefPct": 10, "id": 2017}, {"name": "Nucleoken", "tier": "Unique", "type": "dagger", "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, "strReq": 2, "dexReq": 2, "intReq": 2, "agiReq": 2, "defReq": 2, "sdPct": 5, "xpb": 8, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "id": 2034}, {"name": "Nuance", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2200, "wDef": -50, "eDef": -50, "lvl": 90, "dexReq": 55, "agiReq": 55, "mr": 5, "sdPct": 22, "ms": 5, "dex": 8, "agi": 8, "spd": 15, "mdRaw": 190, "aDefPct": -25, "tDefPct": -25, "sprintReg": 12, "id": 2032}, {"name": "Noun", "tier": "Unique", "type": "dagger", "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, "dexReq": 50, "ms": 5, "str": -7, "dex": 9, "tDamPct": 16, "eDamPct": -32, "id": 2037}, {"name": "Breakdown", "displayName": "Nychthemeron", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2375, "wDef": -50, "tDef": -50, "eDef": -50, "lvl": 93, "strReq": 65, "dexReq": 65, "sdPct": 10, "mdPct": 70, "ls": 190, "ms": 10, "str": 10, "dex": 10, "atkTier": -10, "spRegen": -15, "tDamPct": 15, "eDamPct": 15, "id": 3595}, {"name": "Nutrition", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 24, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "type": "necklace", "id": 2035}, {"name": "Nymeria", "tier": "Unique", "type": "dagger", "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, "dexReq": 5, "agi": 3, "spd": 5, "id": 2040}, {"name": "Oak Wood Relik", "tier": "Normal", "type": "relik", "allowCraftsman": true, "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, "id": 2038}, {"name": "Oak Wood Spear", "tier": "Normal", "type": "spear", "allowCraftsman": true, "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, "id": 2041}, {"name": "Oak Wood Shears", "displayName": "Oak Wood Dagger", "tier": "Normal", "type": "dagger", "allowCraftsman": true, "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, "id": 2039}, {"name": "Oak Wood Bow", "tier": "Normal", "type": "bow", "allowCraftsman": true, "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, "id": 2036}, {"name": "Oasis", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "36-37", "fDam": "0-0", "wDam": "108-128", "aDam": "0-0", "tDam": "0-0", "eDam": "108-128", "atkSpd": "VERY_SLOW", "lvl": 51, "strReq": 18, "intReq": 18, "mr": 5, "mdPct": -12, "lb": 12, "spd": -12, "hprRaw": 24, "id": 2044}, {"name": "Oak Wood Stick", "displayName": "Oak Wood Wand", "tier": "Normal", "type": "wand", "allowCraftsman": true, "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, "id": 2042}, {"name": "Obsidian", "tier": "Unique", "type": "dagger", "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, "strReq": 30, "sdPct": -5, "mdPct": 8, "lb": 8, "str": 5, "spd": -6, "fDamPct": -20, "eDamPct": 8, "id": 2043}, {"name": "Ocean Blade", "tier": "Unique", "type": "spear", "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, "intReq": 25, "mr": 5, "sdPct": 12, "def": -3, "sdRaw": 25, "wDamPct": 5, "tDamPct": -10, "id": 2048}, {"name": "Octahedron", "tier": "Unique", "type": "wand", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "10-40", "wDam": "15-35", "aDam": "5-45", "tDam": "0-50", "eDam": "20-30", "atkSpd": "FAST", "lvl": 91, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "sdPct": 16, "mdPct": -32, "str": 8, "dex": 8, "int": 8, "agi": 8, "def": 8, "id": 2049}, {"name": "Obsidian Spire", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "105-115", "fDam": "140-160", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "125-135", "atkSpd": "VERY_SLOW", "lvl": 61, "strReq": 20, "defReq": 25, "mdPct": 8, "spd": -8, "hpBonus": 500, "fDefPct": 36, "wDefPct": -24, "eDefPct": 18, "id": 2046}, {"name": "Ocelot Claw", "tier": "Unique", "type": "dagger", "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, "mr": -5, "sdPct": 8, "mdPct": 8, "spd": 12, "id": 2047}, {"name": "October Fires", "tier": "Legendary", "type": "relik", "thorns": 55, "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "730-740", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 70, "defReq": 65, "ls": 130, "ms": 5, "def": 12, "expd": 40, "hpBonus": -828, "hprRaw": 90, "wDamPct": -30, "id": 2050}, {"name": "Odyssey", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 61, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "mdPct": 15, "ls": -75, "ms": -5, "spd": 15, "fDamPct": 14, "wDamPct": 14, "aDamPct": 14, "tDamPct": 14, "eDamPct": 14, "id": 2051}, {"name": "Ogre Faceplate", "tier": "Unique", "type": "helmet", "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1925, "aDef": -110, "eDef": 75, "lvl": 83, "strReq": 30, "dexReq": 25, "mdPct": 15, "str": 9, "atkTier": -4, "mdRaw": 750, "tDamPct": 5, "eDamPct": 5, "id": 2053}, {"name": "Ohms' Wish", "tier": "Legendary", "type": "wand", "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, "dexReq": 25, "agiReq": 25, "sdPct": 15, "ms": 5, "dex": 9, "agi": 7, "spd": 10, "spRegen": 10, "aDamPct": 20, "eDamPct": -20, "aDefPct": 30, "id": 2052}, {"name": "Oktavist", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "190-250", "fDam": "445-495", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 84, "defReq": 50, "mdPct": 10, "def": 16, "expd": 20, "spd": -8, "hprRaw": 150, "mdRaw": 560, "tDefPct": -15, "id": 2054}, {"name": "Okit", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 55, "fDef": 10, "wDef": -2, "lvl": 42, "fDamPct": 6, "type": "ring", "id": 2056}, {"name": "Omnitread Boots", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 90, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 15, "agiReq": 10, "spd": 20, "id": 2062}, {"name": "Old Keeper's Ring", "tier": "Legendary", "majorIds": ["GREED"], "category": "accessory", "drop": "lootchest", "hp": -109, "lvl": 82, "lb": 22, "hpBonus": -300, "hprRaw": -50, "type": "ring", "id": 2055}, {"name": "Old Maple Spear", "tier": "Unique", "type": "spear", "thorns": 6, "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, "strReq": 35, "mdPct": 10, "mdRaw": 105, "eDefPct": 15, "id": 2060}, {"name": "Olive", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 600, "fDef": -30, "wDef": 40, "eDef": 40, "lvl": 98, "strReq": 40, "intReq": 30, "sdPct": 9, "int": 5, "eDamPct": 6, "type": "ring", "id": 2058}, {"name": "Oni Helm", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 240, "wDef": -15, "tDef": 20, "lvl": 30, "hprPct": -15, "mdPct": 10, "ls": 19, "ms": 5, "mdRaw": 39, "tDamPct": 8, "wDefPct": -15, "id": 2059}, {"name": "Omega", "tier": "Rare", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "32-116", "eDam": "32-116", "atkSpd": "SUPER_FAST", "lvl": 93, "strReq": 40, "dexReq": 40, "hprPct": -40, "sdPct": 15, "mdPct": 15, "int": -11, "agi": -11, "def": -11, "expd": -50, "sdRaw": 115, "mdRaw": 150, "id": 2057}, {"name": "One Thousand Voices", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "145-155", "fDam": "0-0", "wDam": "0-0", "aDam": "145-155", "tDam": "145-155", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "dexReq": 44, "agiReq": 44, "dex": 8, "agi": 8, "expd": 100, "hpBonus": -1250, "sdRaw": 150, "fDamPct": 45, "wDamPct": -25, "eDamPct": -25, "spPct3": -23, "id": 2063}, {"name": "Onion Ring", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 12, "xpb": 7, "lb": 7, "type": "ring", "id": 2064}, {"name": "Ophiolite", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2400, "fDef": 80, "wDef": -60, "aDef": 80, "tDef": -120, "eDef": -60, "lvl": 98, "strReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "mr": 20, "sdPct": 14, "mdPct": 40, "ls": -235, "str": 5, "dex": -99, "int": 5, "agi": 5, "def": 5, "expd": 30, "spd": -20, "hprRaw": 170, "tDefPct": -20, "id": 3596}, {"name": "Opalite", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1000, "lvl": 62, "intReq": 45, "mr": 5, "sdPct": 10, "xpb": 10, "ref": 10, "spRegen": 10, "fDefPct": -5, "wDefPct": -2, "aDefPct": -5, "tDefPct": -5, "eDefPct": -5, "id": 2066}, {"name": "Ophiuchus", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3800, "fDef": 100, "wDef": 100, "eDef": -200, "lvl": 98, "intReq": 70, "defReq": 70, "mr": 10, "sdPct": 15, "fDamPct": 15, "wDamPct": 15, "tDamPct": -20, "tDefPct": -40, "eDefPct": -15, "id": 2065}, {"name": "Onyx", "tier": "Unique", "type": "dagger", "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, "strReq": 15, "defReq": 15, "mdPct": 8, "str": 5, "def": 5, "hpBonus": 300, "wDefPct": -12, "id": 2067}, {"name": "Orient", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "75-130", "wDam": "85-120", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 88, "intReq": 30, "defReq": 35, "hprPct": 10, "mr": 10, "sdPct": -15, "mdPct": -15, "xpb": 15, "hprRaw": 70, "id": 2070}, {"name": "Opulenity", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 63, "lvl": 11, "xpb": 10, "lb": 25, "eSteal": 5, "id": 2068}, {"name": "Ormus", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "fDef": -75, "aDef": 55, "tDef": 55, "eDef": -45, "lvl": 61, "dexReq": 45, "agiReq": 25, "sdPct": 6, "xpb": 8, "spd": 12, "sdRaw": 55, "aDamPct": 8, "tDamPct": 10, "id": 2086}, {"name": "Ormrod's Isolation", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": -15, "aDef": 5, "eDef": 10, "lvl": 33, "strReq": 5, "agiReq": 8, "mdPct": 6, "spd": 8, "hprRaw": -7, "aDamPct": 4, "type": "bracelet", "id": 2069}, {"name": "Orographine", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 1350, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 73, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "sdPct": -15, "mdPct": -15, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": -12, "hpBonus": 400, "id": 2071}, {"name": "Ornithopter", "tier": "Fabled", "type": "helmet", "majorIds": ["FREERUNNER"], "sprint": -115, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3300, "lvl": 86, "strReq": 35, "agiReq": 70, "str": 15, "spd": 20, "mdRaw": 330, "sprintReg": 320, "id": 3608}, {"name": "Ouroboros", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2550, "lvl": 86, "strReq": 6, "dexReq": 6, "intReq": 6, "agiReq": 6, "defReq": 6, "ls": 110, "ms": 5, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "id": 2072}, {"name": "Outburst", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": -55, "eDef": -55, "lvl": 72, "dexReq": 45, "agiReq": 45, "mr": -5, "sdPct": 13, "mdPct": 13, "dex": 9, "agi": 9, "aDamPct": 16, "tDamPct": 16, "id": 2108}, {"name": "Outrage", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "fDef": -50, "wDef": -50, "aDef": -50, "tDef": -50, "eDef": 100, "lvl": 86, "strReq": 70, "mdPct": 50, "ls": 210, "fDamPct": -20, "wDamPct": -20, "aDamPct": -20, "tDamPct": -20, "eDamPct": 5, "id": 3619}, {"name": "Overcharger", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "325-400", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 77, "dexReq": 70, "ls": -220, "ms": 20, "expd": 25, "spd": 10, "hpBonus": -700, "id": 2073}, {"name": "Overdrive", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "104-112", "aDam": "0-0", "tDam": "104-112", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 88, "dexReq": 44, "intReq": 44, "sdPct": 1150, "mdPct": -35, "ms": 5, "atkTier": 7, "hprRaw": -100, "sdRaw": 940, "wDamPct": 10, "tDamPct": 10, "id": 2074}, {"name": "Overclocker", "tier": "Rare", "type": "bow", "category": "weapon", "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, "dexReq": 45, "intReq": 45, "sdPct": 20, "ms": 10, "fDefPct": -21, "aDefPct": -21, "eDefPct": -21, "id": 2076}, {"name": "Overgrown", "tier": "Rare", "type": "wand", "poison": 650, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-165", "atkSpd": "NORMAL", "lvl": 96, "strReq": 55, "mr": 5, "str": 10, "spd": -25, "fDamPct": -40, "eDamPct": 19, "eDefPct": 15, "id": 2075}, {"name": "Oxalate", "tier": "Unique", "type": "spear", "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, "strReq": 20, "intReq": 20, "hprPct": 16, "str": 5, "int": 5, "wDamPct": 9, "tDamPct": -2, "aDefPct": -15, "eDefPct": 9, "id": 2077}, {"name": "Oxford", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 225, "tDef": 20, "eDef": -25, "lvl": 35, "dexReq": 20, "hprPct": -15, "xpb": 12, "lb": 10, "ref": 10, "mdRaw": 39, "tDamPct": 10, "id": 2079}, {"name": "Overly Ironed Pants", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 610, "lvl": 51, "lb": 10, "expd": 10, "id": 2078}, {"name": "Oxidation", "tier": "Unique", "type": "leggings", "poison": 45, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 120, "lvl": 27, "agiReq": 10, "hprPct": -10, "xpb": 3, "spd": 8, "aDamPct": 6, "id": 2080}, {"name": "Oyster", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": 15, "lvl": 45, "intReq": 15, "lb": 6, "wDamPct": 5, "wDefPct": 4, "type": "necklace", "id": 2091}, {"name": "Ozoth's Breath", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 80, "fDef": 25, "lvl": 49, "defReq": 25, "dex": 5, "type": "ring", "id": 2083}, {"name": "Pacemaker", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 570, "fDef": -10, "wDef": -10, "aDef": -10, "tDef": 50, "eDef": -20, "lvl": 51, "dexReq": 20, "xpb": 8, "spd": 6, "hpBonus": 155, "tDamPct": 15, "tDefPct": 12, "id": 2084}, {"name": "Pacifist", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "wDef": 20, "eDef": 45, "lvl": 74, "intReq": 20, "agiReq": 25, "hprPct": 15, "mr": 10, "ls": -185, "ms": -10, "lb": 12, "spd": 21, "id": 2082}, {"name": "Paladin's Hammer", "tier": "Unique", "type": "spear", "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, "strReq": 20, "defReq": 20, "str": 8, "def": 8, "mdRaw": 57, "wDefPct": -12, "id": 2085}, {"name": "Palette", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-90", "fDam": "15-15", "wDam": "15-15", "aDam": "15-15", "tDam": "15-15", "eDam": "15-15", "atkSpd": "NORMAL", "lvl": 59, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "mr": 5, "spd": 10, "hprRaw": 50, "sdRaw": 50, "mdRaw": 65, "id": 2095}, {"name": "Pandemic", "tier": "Rare", "type": "leggings", "poison": 575, "category": "armor", "drop": "NORMAL", "hp": 1650, "lvl": 71, "hprPct": -25, "mr": -5, "ls": 135, "ms": 5, "expd": 10, "id": 2087}, {"name": "Pandemonium", "tier": "Legendary", "quest": "???\u058e", "majorIds": ["MADNESS"], "category": "accessory", "drop": "lootchest", "hp": -300, "fDef": -200, "wDef": -200, "aDef": -200, "tDef": -200, "eDef": -200, "lvl": 99, "strReq": 45, "dexReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "sdPct": 16, "mdPct": 16, "ls": -60, "spd": 7, "hpBonus": -1000, "spRegen": -120, "sdRaw": 55, "mdRaw": 35, "type": "bracelet", "id": 2089}, {"name": "Pangea", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-70", "fDam": "0-0", "wDam": "80-110", "aDam": "0-0", "tDam": "0-0", "eDam": "80-110", "atkSpd": "VERY_SLOW", "lvl": 40, "strReq": 18, "intReq": 18, "sdPct": 12, "mdPct": 12, "spd": -10, "wDamPct": 8, "eDamPct": 8, "id": 2090}, {"name": "Panic Attack", "tier": "Fabled", "majorIds": ["FREERUNNER"], "category": "accessory", "drop": "lootchest", "hp": -400, "lvl": 78, "strReq": 25, "dexReq": 30, "ls": 105, "str": 2, "dex": 3, "spd": 12, "spRegen": -12, "type": "bracelet", "id": 3582}, {"name": "Panorama", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 150, "lvl": 30, "strReq": 6, "dexReq": 6, "intReq": 6, "agiReq": 6, "defReq": 6, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "id": 2088}, {"name": "Papyrus", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 1000, "fDef": -50, "aDef": 90, "lvl": 77, "mr": 10, "xpb": 30, "sdRaw": 140, "id": 2094}, {"name": "Paradise", "tier": "Rare", "type": "wand", "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, "xpb": 5, "lb": 5, "id": 2093}, {"name": "Ozone", "tier": "Rare", "type": "bow", "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, "dexReq": 20, "agiReq": 20, "def": -10, "spd": 15, "aDamPct": 10, "tDamPct": 15, "fDefPct": -20, "tDefPct": 20, "id": 2081}, {"name": "One For All", "displayName": "Paradox", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2200, "fDef": -250, "aDef": 100, "tDef": -250, "eDef": 100, "lvl": 98, "strReq": 45, "dexReq": 45, "agiReq": 45, "defReq": 45, "hprPct": -150, "sdPct": 24, "ls": 235, "ms": 20, "str": 5, "dex": 5, "int": -99, "agi": 5, "def": 5, "mdRaw": 260, "fDefPct": 50, "aDefPct": -50, "tDefPct": 50, "eDefPct": -50, "id": 2061}, {"name": "Paradigm Shift", "tier": "Rare", "type": "wand", "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, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "fDamPct": 8, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 8, "fDefPct": -12, "wDefPct": -12, "aDefPct": -12, "tDefPct": -12, "eDefPct": -12, "id": 2096}, {"name": "Parang", "tier": "Unique", "type": "dagger", "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, "strReq": 30, "agiReq": 30, "str": 8, "spd": 9, "sdRaw": -100, "eDamPct": 15, "fDefPct": -20, "id": 2097}, {"name": "Paragon", "tier": "Unique", "type": "bow", "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, "intReq": 20, "agiReq": 20, "sdPct": 12, "mdPct": -26, "spd": 14, "tDefPct": -15, "id": 2101}, {"name": "Passus Lux", "tier": "Legendary", "type": "boots", "majorIds": ["LIGHTWEIGHT"], "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1700, "wDef": 120, "tDef": 120, "eDef": -110, "lvl": 73, "dexReq": 25, "intReq": 25, "mr": 10, "ms": 5, "ref": 20, "spd": -5, "spRegen": 8, "fDamPct": -10, "tDamPct": 15, "wDefPct": 30, "eDefPct": -10, "id": 2098}, {"name": "Particle Plating", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1300, "wDef": 80, "aDef": -40, "tDef": 60, "eDef": -100, "lvl": 73, "dexReq": 40, "intReq": 45, "ms": 5, "dex": 7, "int": 7, "sdRaw": 85, "aDamPct": -12, "eDefPct": -12, "id": 2099}, {"name": "Pebble Mesh", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 190, "aDef": -10, "eDef": 15, "lvl": 37, "strReq": 15, "mdPct": 10, "xpb": 11, "str": 5, "mdRaw": 49, "eDamPct": 7, "wDefPct": -5, "id": 2104}, {"name": "Pedometer", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 75, "agi": 8, "type": "bracelet", "id": 3593}, {"name": "Pass Band", "tier": "Unique", "poison": 475, "thorns": 10, "category": "accessory", "drop": "lootchest", "lvl": 90, "strReq": 25, "ref": 10, "type": "bracelet", "id": 2100}, {"name": "Penance", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1450, "fDef": 50, "wDef": 50, "lvl": 75, "hprPct": 12, "mr": 5, "sdPct": -15, "mdPct": -15, "xpb": 20, "spRegen": 12, "hprRaw": 50, "id": 2105}, {"name": "Pencuri", "tier": "Unique", "type": "dagger", "thorns": 15, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-110", "fDam": "70-120", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "defReq": 35, "ls": 340, "def": 13, "hpBonus": 1400, "eSteal": 5, "fDamPct": 15, "id": 2103}, {"name": "Pelier", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 565, "aDef": -40, "tDef": 20, "lvl": 42, "ls": 47, "lb": 25, "spRegen": 10, "mdRaw": 80, "eDefPct": 20, "id": 2102}, {"name": "Perfumed Chestplate", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 195, "tDef": -20, "lvl": 32, "intReq": 2, "wDamPct": 15, "id": 2111}, {"name": "Perun's Crown", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -75, "aDef": 50, "tDef": 50, "lvl": 59, "dexReq": 40, "agiReq": 50, "mr": -5, "sdPct": 8, "dex": 8, "agi": 8, "spd": 14, "fDamPct": -52, "aDamPct": 14, "tDamPct": 14, "fDefPct": -26, "id": 2106}, {"name": "Petrichor", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3050, "fDef": -100, "aDef": 100, "tDef": -100, "eDef": 100, "lvl": 98, "strReq": 30, "agiReq": 30, "sdPct": 12, "ms": 10, "str": 7, "agi": 7, "wDamPct": 10, "aDamPct": 10, "eDamPct": 10, "id": 2110}, {"name": "Petrified Horror", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "180-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "265-390", "eDam": "245-325", "atkSpd": "VERY_SLOW", "lvl": 94, "strReq": 40, "dexReq": 40, "mr": -20, "sdPct": 58, "mdPct": -480, "ms": 15, "str": 13, "expd": 60, "spd": -38, "mdRaw": 1050, "aDefPct": -35, "id": 2112}, {"name": "Phalanx", "tier": "Rare", "type": "leggings", "thorns": 12, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1800, "fDef": 75, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 78, "defReq": 55, "agi": -4, "def": 13, "spd": -15, "id": 2115}, {"name": "Petrified Bone", "tier": "Unique", "type": "wand", "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, "defReq": 25, "hprPct": 9, "mdPct": -4, "def": 7, "spd": -5, "hpBonus": 500, "hprRaw": 65, "fDefPct": 25, "eDefPct": 25, "id": 2107}, {"name": "Phantasmagoria", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2100, "fDef": -150, "aDef": 70, "tDef": 70, "lvl": 98, "strReq": 45, "dexReq": 45, "intReq": 45, "agiReq": 45, "mr": 5, "sdPct": 31, "ls": -355, "ms": 15, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": -99, "mdRaw": 200, "wDamPct": 6, "aDamPct": 6, "tDamPct": 6, "eDamPct": 6, "fDefPct": -30, "id": 3584}, {"name": "Petrified Stick", "tier": "Unique", "type": "wand", "category": "weapon", "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, "str": 4, "spd": -5, "id": 2113}, {"name": "Philophilia", "tier": "Rare", "type": "leggings", "thorns": -30, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3400, "lvl": 99, "hprPct": 25, "sdPct": -15, "mdPct": -15, "ls": 245, "ref": -30, "int": -10, "hpBonus": 769, "hprRaw": 165, "id": 2117}, {"name": "Phantom Blade", "tier": "Rare", "type": "dagger", "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, "intReq": 10, "agiReq": 10, "mr": 5, "sdPct": 8, "mdPct": -10, "ms": 5, "agi": 7, "def": -5, "sdRaw": 25, "id": 2151}, {"name": "Philosopher", "tier": "Fabled", "type": "leggings", "majorIds": ["PEACEFUL_EFFIGY"], "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 525, "fDef": 15, "lvl": 36, "classReq": "Shaman", "intReq": 20, "hprPct": 15, "sdPct": -8, "mdPct": -12, "ref": 45, "def": 4, "spd": -10, "wDamPct": 15, "id": 3552}, {"name": "Phantom", "tier": "Unique", "type": "bow", "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, "dexReq": 19, "agiReq": 19, "str": -8, "dex": 8, "agi": 8, "def": -8, "mdRaw": 29, "id": 2114}, {"name": "Philophobia", "tier": "Rare", "type": "boots", "poison": 255, "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 840, "lvl": 54, "mdPct": 10, "ref": 10, "spRegen": -3, "id": 2124}, {"name": "Phosphene", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "lvl": 40, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "sdPct": 12, "mdPct": 12, "sdRaw": 30, "mdRaw": 39, "id": 2122}, {"name": "Phoenix", "tier": "Rare", "type": "wand", "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, "defReq": 30, "hprPct": 15, "sdPct": -4, "hpBonus": 100, "hprRaw": 15, "fDamPct": 7, "id": 2116}, {"name": "Phoenix Wing", "tier": "Legendary", "type": "wand", "poison": -2000, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-45", "fDam": "20-50", "wDam": "0-0", "aDam": "60-130", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 94, "agiReq": 40, "defReq": 55, "hprPct": 150, "agi": 15, "hpBonus": 3600, "spRegen": 20, "aDefPct": 30, "eDefPct": -20, "id": 2118}, {"name": "Phrygian", "tier": "Rare", "type": "bow", "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, "dex": 4, "agi": 4, "spd": 5, "id": 2119}, {"name": "Photon Projector", "tier": "Unique", "type": "relik", "thorns": 25, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "150-177", "aDam": "150-177", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 100, "intReq": 35, "agiReq": 35, "mr": 5, "ref": 25, "spd": 12, "hprRaw": 155, "wDefPct": 40, "aDefPct": 40, "id": 2120}, {"name": "Physalis", "tier": "Legendary", "type": "leggings", "poison": 577, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2550, "aDef": -120, "tDef": 70, "eDef": 70, "lvl": 86, "strReq": 65, "dexReq": 40, "mdPct": -15, "str": 8, "dex": 8, "expd": 31, "atkTier": 1, "tDamPct": 13, "eDamPct": 13, "id": 2121}, {"name": "Pierced Helmet", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 260, "aDef": -10, "eDef": 20, "lvl": 37, "sdPct": 5, "mdPct": 5, "ref": -5, "dex": 7, "id": 2123}, {"name": "Pigman's Loincloth", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 63, "lvl": 16, "strReq": 5, "mdPct": 6, "str": 4, "mdRaw": 16, "id": 2129}, {"name": "Pickpockets", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 210, "lvl": 36, "dexReq": 15, "agiReq": 10, "lb": 15, "dex": 7, "agi": 5, "def": -5, "eSteal": 5, "id": 2126}, {"name": "Pilot Light", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2575, "fDef": 90, "wDef": -40, "aDef": -40, "tDef": 70, "eDef": 70, "lvl": 86, "defReq": 35, "hprPct": 18, "ref": 8, "def": 5, "hpBonus": 425, "spRegen": 15, "hprRaw": 110, "aDamPct": -7, "wDefPct": -7, "id": 2128}, {"name": "Pigman's Ribbing", "tier": "Unique", "type": "chestplate", "thorns": 5, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 550, "fDef": 10, "aDef": -20, "eDef": 30, "lvl": 50, "strReq": 20, "sdPct": -15, "mdPct": 10, "eDefPct": 15, "id": 2125}, {"name": "Pin", "tier": "Rare", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "24-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 6, "xpb": 7, "dex": 4, "id": 2127}, {"name": "Pisces", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3800, "wDef": 100, "eDef": 100, "lvl": 100, "strReq": 60, "intReq": 60, "mr": 10, "sdPct": 15, "mdPct": 15, "str": 10, "mdRaw": 235, "wDamPct": 12, "eDamPct": 12, "id": 2133}, {"name": "Pizzicato", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "51-57", "fDam": "51-57", "wDam": "51-57", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "intReq": 25, "defReq": 25, "mr": 10, "sdPct": -7, "mdPct": -7, "int": 7, "def": 7, "spd": 10, "hprRaw": 95, "jh": 1, "id": 2130}, {"name": "Planet Healer", "tier": "Legendary", "poison": 865, "category": "accessory", "drop": "lootchest", "lvl": 100, "hprPct": -15, "ms": 5, "hprRaw": -80, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "type": "necklace", "id": 2134}, {"name": "Placid Step", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 565, "wDef": 40, "tDef": -30, "lvl": 52, "intReq": 45, "mr": 5, "sdPct": 10, "mdPct": -12, "int": 7, "spRegen": 10, "wDamPct": 10, "id": 2131}, {"name": "Piston String", "tier": "Unique", "type": "bow", "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, "intReq": 20, "defReq": 20, "dex": -12, "hprRaw": 40, "fDamPct": 8, "wDamPct": 8, "id": 2132}, {"name": "Plankton", "tier": "Rare", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 210, "wDef": 20, "tDef": -30, "lvl": 34, "intReq": 25, "sdPct": 10, "xpb": 6, "int": 4, "spd": 5, "wDamPct": 15, "tDefPct": -15, "id": 2135}, {"name": "Plasma Staff", "tier": "Unique", "type": "wand", "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, "dexReq": 20, "defReq": 25, "hprPct": -17, "sdPct": 9, "mdPct": 9, "fDamPct": 9, "wDamPct": -10, "tDamPct": 9, "id": 2137}, {"name": "Planus Vest", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 18, "lvl": 7, "mdPct": 5, "spd": 4, "id": 2136}, {"name": "Plasma Sabre", "tier": "Unique", "type": "spear", "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, "dexReq": 20, "defReq": 25, "mdPct": 12, "ls": 110, "int": -7, "hprRaw": -43, "fDamPct": 8, "tDamPct": 8, "id": 2138}, {"name": "Plasma Ray", "tier": "Rare", "type": "bow", "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, "dexReq": 25, "defReq": 20, "sdPct": 18, "mdPct": -15, "ms": 5, "dex": 7, "def": 7, "wDefPct": -12, "aDefPct": -12, "eDefPct": -12, "id": 2140}, {"name": "Plasma Shear", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "48-60", "wDam": "0-0", "aDam": "0-0", "tDam": "22-70", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 78, "dexReq": 20, "defReq": 25, "dex": 9, "sdRaw": 122, "wDamPct": -15, "aDamPct": -15, "fDefPct": 12, "tDefPct": 12, "id": 2139}, {"name": "Photon", "tier": "Unique", "quest": "Realm of Light II - Taproot", "category": "accessory", "drop": "never", "lvl": 61, "mr": 5, "xpb": 8, "ref": 8, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 8, "tDamPct": 3, "type": "ring", "id": 3609}, {"name": "Plated Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 35, "lvl": 8, "str": 4, "id": 2142}, {"name": "Poison Ivy", "tier": "Rare", "type": "spear", "poison": 2000, "thorns": 18, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "200-300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "235-275", "atkSpd": "VERY_SLOW", "lvl": 96, "strReq": 55, "hprPct": -20, "mdPct": 15, "str": 15, "spd": -15, "id": 2145}, {"name": "Poison Touch", "tier": "Unique", "type": "dagger", "poison": 2000, "thorns": 15, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "440-630", "atkSpd": "VERY_SLOW", "lvl": 87, "hprRaw": -95, "wDefPct": -30, "id": 2141}, {"name": "Platinum", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 88, "xpb": -3, "lb": 12, "eSteal": 3, "type": "bracelet", "id": 2143}, {"name": "Post-Ultima", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2000, "fDef": -50, "wDef": -50, "aDef": -50, "tDef": -50, "eDef": -50, "lvl": 76, "strReq": 40, "dexReq": 25, "mdPct": 30, "str": 9, "dex": 7, "expd": 20, "mdRaw": 190, "tDamPct": 20, "eDamPct": 20, "id": 2146}, {"name": "Polaris", "tier": "Rare", "type": "spear", "category": "weapon", "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, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "sdPct": -15, "mdPct": -15, "xpb": 15, "lb": 15, "fDamPct": 30, "wDamPct": 30, "aDamPct": 30, "tDamPct": 30, "eDamPct": 30, "id": 2144}, {"name": "Polyphemus", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "wDef": 70, "aDef": -70, "tDef": -70, "eDef": 70, "lvl": 91, "strReq": 40, "intReq": 40, "sdPct": 13, "mdPct": 13, "ms": 10, "dex": 8, "sdRaw": 140, "aDamPct": -36, "aDefPct": -18, "id": 2149}, {"name": "Powder Snow", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "wDef": 90, "aDef": 90, "tDef": -145, "lvl": 88, "intReq": 45, "agiReq": 45, "mr": 5, "ref": 23, "int": 8, "agi": 8, "sdRaw": 160, "wDamPct": 13, "aDamPct": 13, "wDefPct": 13, "aDefPct": 13, "id": 2148}, {"name": "Power Creep", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 81, "strReq": 60, "sdPct": -12, "mdPct": 5, "eDamPct": 7, "type": "necklace", "id": 2147}, {"name": "Power Cell", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -125, "tDef": -60, "lvl": 86, "dexReq": 65, "dex": 13, "mdRaw": 34, "tDamPct": -7, "type": "necklace", "id": 2150}, {"name": "Power Bracelet", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 74, "str": 8, "type": "bracelet", "id": 2152}, {"name": "Praesidium", "tier": "Rare", "type": "spear", "thorns": 50, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "320-500", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "defReq": 80, "sdPct": -400, "ms": -20, "ref": 50, "def": 50, "hpBonus": 4000, "fDefPct": 77, "wDefPct": 77, "aDefPct": 77, "tDefPct": 77, "eDefPct": 77, "id": 2153}, {"name": "Pragmatism", "tier": "Unique", "type": "leggings", "poison": 154, "thorns": 9, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 425, "lvl": 48, "dexReq": 10, "ms": -5, "expd": 1, "hpBonus": -70, "eSteal": 3, "mdRaw": 59, "tDamPct": 8, "id": 2154}, {"name": "Precedence", "tier": "Unique", "type": "dagger", "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, "intReq": 20, "defReq": 20, "mr": 5, "hprRaw": 65, "tDamPct": -7, "tDefPct": -7, "id": 2159}, {"name": "Prayer", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1280, "wDef": 100, "tDef": -100, "lvl": 68, "intReq": 45, "sdPct": 12, "xpb": 8, "int": 5, "spRegen": 8, "fDamPct": -16, "wDefPct": 12, "id": 2155}, {"name": "Precious", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": -80, "lvl": 41, "xpb": 10, "int": 3, "agi": 4, "spd": 7, "spRegen": -12, "hprRaw": 12, "type": "ring", "id": 2157}, {"name": "Precision", "tier": "Unique", "type": "bow", "category": "weapon", "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, "mdPct": 8, "expd": 5, "id": 2158}, {"name": "Presto", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-20", "fDam": "0-0", "wDam": "0-0", "aDam": "6-9", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 16, "agiReq": 8, "sdPct": 5, "ref": 8, "spd": 15, "fDamPct": -10, "aDefPct": 7, "id": 2160}, {"name": "Priest's Underwears", "tier": "Unique", "type": "leggings", "thorns": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 215, "fDef": -15, "aDef": 10, "tDef": 25, "eDef": -15, "lvl": 34, "ref": 10, "spRegen": 10, "aDamPct": 5, "id": 2163}, {"name": "Predposledni", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "50-60", "aDam": "40-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 99, "intReq": 40, "agiReq": 50, "mr": 5, "sdPct": 12, "mdPct": -25, "int": 10, "spd": 12, "wDamPct": 15, "tDefPct": -16, "eDefPct": -10, "id": 2161}, {"name": "Prestidigitation", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "wDef": 60, "eDef": -70, "lvl": 68, "intReq": 40, "ms": 5, "str": -7, "expd": 15, "sdRaw": 65, "wDamPct": 8, "eDamPct": -17, "id": 2162}, {"name": "Prism", "tier": "Legendary", "quest": "The Realm of Light", "category": "accessory", "drop": "lootchest", "hp": -400, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 100, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "ref": 5, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "type": "ring", "id": 2165}, {"name": "Prismatic Pendulum", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "5-350", "fDam": "0-0", "wDam": "5-520", "aDam": "0-0", "tDam": "0-0", "eDam": "5-520", "atkSpd": "VERY_SLOW", "lvl": 92, "strReq": 35, "intReq": 45, "mr": 5, "hpBonus": 1725, "hprRaw": 170, "aDamPct": -30, "tDamPct": -30, "wDefPct": 20, "eDefPct": 20, "id": 2166}, {"name": "Procrastination", "tier": "Legendary", "type": "relik", "majorIds": ["PEACEFUL_EFFIGY"], "category": "weapon", "drop": "NORMAL", "nDam": "1250-1875", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 85, "sdPct": 20, "mdPct": 20, "xpb": -10, "lb": -10, "str": 17, "dex": 17, "int": 17, "agi": 17, "def": 17, "spd": -25, "atkTier": -10, "id": 2164}, {"name": "Preipice", "displayName": "Precipice", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "56-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "63-93", "atkSpd": "FAST", "lvl": 69, "strReq": 30, "mdPct": 12, "fDefPct": -18, "wDefPct": -18, "aDefPct": 15, "tDefPct": 15, "eDefPct": 30, "id": 2156}, {"name": "Prosto Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 350, "lvl": 42, "str": 5, "agi": -2, "def": 8, "id": 2167}, {"name": "Prosencephalon", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2900, "wDef": 80, "aDef": -120, "tDef": 80, "eDef": -120, "lvl": 94, "dexReq": 70, "intReq": 70, "hprPct": -20, "mr": 5, "ms": 5, "sdRaw": 100, "mdRaw": -350, "wDamPct": 31, "tDamPct": 31, "aDefPct": -20, "eDefPct": -20, "id": 3620}, {"name": "Prog", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-30", "fDam": "7-10", "wDam": "0-0", "aDam": "0-0", "tDam": "8-12", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 18, "dexReq": 10, "defReq": 5, "ms": 10, "spRaw1": 10, "spRaw2": -5, "id": 2168}, {"name": "Proto-Shield", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 1550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 74, "defReq": 75, "def": 13, "hpBonus": 423, "fDefPct": 4, "wDefPct": 2, "aDefPct": 2, "tDefPct": 2, "eDefPct": -6, "id": 2171}, {"name": "Protolith", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 900, "eDef": 30, "lvl": 60, "strReq": 45, "mdPct": 15, "str": 4, "wDamPct": -25, "eDamPct": 15, "id": 2169}, {"name": "Prymari", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-90", "fDam": "17-33", "wDam": "17-33", "aDam": "0-0", "tDam": "17-33", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 76, "dexReq": 25, "intReq": 25, "defReq": 25, "sdPct": 20, "ref": 30, "dex": 9, "int": 9, "def": 9, "hprRaw": 100, "aDamPct": -40, "eDamPct": -40, "fDefPct": 15, "wDefPct": 15, "tDefPct": 15, "id": 2174}, {"name": "Prowl", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "355-455", "fDam": "0-0", "wDam": "0-0", "aDam": "210-285", "tDam": "0-0", "eDam": "355-455", "atkSpd": "SUPER_SLOW", "lvl": 81, "strReq": 25, "agiReq": 40, "mdPct": 12, "xpb": 10, "str": 16, "hpBonus": -750, "sdRaw": -90, "aDamPct": 15, "id": 2170}, {"name": "Psion Marker", "tier": "Legendary", "type": "spear", "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, "dexReq": 20, "mr": -5, "mdPct": 20, "ms": 5, "dex": 5, "expd": 10, "tDamPct": 10, "id": 2176}, {"name": "Proxima", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "210-220", "fDam": "110-200", "wDam": "110-200", "aDam": "110-200", "tDam": "110-200", "eDam": "110-200", "atkSpd": "SUPER_SLOW", "lvl": 85, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "mdPct": 10, "ls": 290, "ms": -5, "xpb": 15, "hprRaw": -90, "id": 2172}, {"name": "Psychoruin", "tier": "Rare", "type": "wand", "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, "dexReq": 6, "intReq": 6, "int": 5, "sdRaw": 15, "wDamPct": -3, "tDamPct": 6, "wDefPct": 6, "tDefPct": -9, "id": 2175}, {"name": "Psithurism", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": -80, "aDef": 75, "eDef": 55, "lvl": 65, "strReq": 25, "agiReq": 35, "agi": 8, "spd": 10, "tDamPct": -8, "aDefPct": 12, "eDefPct": 8, "id": 2173}, {"name": "Puff", "tier": "Rare", "category": "accessory", "drop": "lootchest", "aDef": 50, "lvl": 79, "spd": 5, "type": "ring", "id": 2179}, {"name": "Pulsar", "tier": "Legendary", "type": "spear", "poison": -365, "thorns": 21, "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, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "sdPct": 14, "xpb": 8, "ref": 21, "spd": -15, "mdRaw": 46, "id": 2178}, {"name": "Pulse Mail", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1800, "tDef": 100, "eDef": -110, "lvl": 75, "dexReq": 75, "hprPct": -40, "mdPct": 10, "ms": 15, "str": -10, "sdRaw": 95, "tDamPct": 15, "eDamPct": -77, "eDefPct": -20, "id": 2177}, {"name": "Puppet Master", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "103-137", "fDam": "0-0", "wDam": "46-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 13, "sdPct": 15, "mdPct": -33, "ms": 5, "lb": 10, "str": -5, "spPct1": -25, "id": 2182}, {"name": "Pumpkin Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "drop": "never", "lvl": 20, "id": 2180}, {"name": "Puppeteer", "tier": "Rare", "type": "chestplate", "thorns": 25, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1400, "lvl": 74, "mdPct": 50, "ls": -130, "str": 7, "dex": -5, "agi": 7, "spd": 21, "atkTier": -1, "id": 2181}, {"name": "Pure Andesite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "180-191", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 63, "id": 2184}, {"name": "Pure Andesite Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "303-360", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 63, "id": 2183}, {"name": "Pure Andesite Stick", "displayName": "Pure Andesite Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "86-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 63, "id": 2188}, {"name": "Pure Andesite Shears", "displayName": "Pure Andesite Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "103-118", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 63, "id": 2185}, {"name": "Pure Andesite Spear", "tier": "Normal", "type": "spear", "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, "id": 2187}, {"name": "Pure Birch Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "162-187", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 61, "id": 2186}, {"name": "Pure Birch Shears", "displayName": "Pure Birch Dagger", "tier": "Normal", "type": "dagger", "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, "id": 2189}, {"name": "Pure Birch Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "121-128", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 61, "id": 2190}, {"name": "Pure Birch Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "102-131", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 61, "id": 2191}, {"name": "Pure Birch Stick", "displayName": "Pure Birch Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "54-71", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 61, "id": 2192}, {"name": "Pure Diorite Shears", "displayName": "Pure Diorite Dagger", "tier": "Normal", "type": "dagger", "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, "id": 2196}, {"name": "Pure Diamond Chestplate", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 700, "lvl": 57, "id": 2193}, {"name": "Pure Diorite Bow", "tier": "Normal", "type": "bow", "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, "id": 2195}, {"name": "Pure Diorite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "212-225", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 69, "id": 2194}, {"name": "Pure Diorite Stick", "displayName": "Pure Diorite Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "99-119", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 69, "id": 2197}, {"name": "Pure Diorite Spear", "tier": "Normal", "type": "spear", "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, "id": 2198}, {"name": "Pure Granite Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "225-236", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "id": 2199}, {"name": "Pure Granite Shears", "displayName": "Pure Granite Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "130-151", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "id": 2204}, {"name": "Pure Granite Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "388-455", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 74, "id": 2201}, {"name": "Pure Granite Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "260-295", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 74, "id": 2200}, {"name": "Pure Iron Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 520, "lvl": 53, "id": 2203}, {"name": "Pure Granite Stick", "displayName": "Pure Granite Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "id": 2202}, {"name": "Pure Iron Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 600, "lvl": 55, "id": 2206}, {"name": "Pure Iron Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 440, "lvl": 51, "id": 2205}, {"name": "Pure Jungle Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "216-245", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 72, "id": 2208}, {"name": "Pure Jungle Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "162-167", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "id": 2209}, {"name": "Pure Jungle Shears", "displayName": "Pure Jungle Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "id": 2210}, {"name": "Pure Light Birch Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "133-148", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 65, "id": 2213}, {"name": "Pure Light Birch Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "111-114", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 65, "id": 2214}, {"name": "Pure Jungle Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "135-165", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 72, "id": 2207}, {"name": "Pure Jungle Stick", "displayName": "Pure Jungle Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-94", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "id": 2212}, {"name": "Pure Light Birch Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "85-102", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 65, "id": 2211}, {"name": "Pure Light Birch Shears", "displayName": "Pure Light Birch Dagger", "tier": "Normal", "type": "dagger", "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, "id": 2215}, {"name": "Pure Light Birch Stick", "displayName": "Pure Light Birch Wand", "tier": "Normal", "type": "wand", "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, "id": 2217}, {"name": "Pure Light Jungle Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "140-144", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 76, "id": 2218}, {"name": "Pure Light Jungle Stick", "displayName": "Pure Light Jungle Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "66-76", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 76, "id": 2222}, {"name": "Pure Light Jungle Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "158-188", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 76, "id": 2216}, {"name": "Pure Light Oak Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "92-95", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 59, "id": 2223}, {"name": "Pure Light Jungle Shears", "displayName": "Pure Light Jungle Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "86-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 76, "id": 2219}, {"name": "Pure Light Jungle Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "98-133", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 76, "id": 2221}, {"name": "Pure Light Oak Bow", "tier": "Normal", "type": "bow", "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, "id": 2220}, {"name": "Pure Light Oak Shears", "displayName": "Pure Light Oak Dagger", "tier": "Normal", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "59-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 59, "id": 2226}, {"name": "Pure Light Oak Stick", "displayName": "Pure Light Oak Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "44-49", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 59, "id": 2227}, {"name": "Pure Light Spruce Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "128-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 70, "id": 2228}, {"name": "Pure Light Spruce Bow", "tier": "Normal", "type": "bow", "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, "id": 2224}, {"name": "Pure Light Spruce Stick", "displayName": "Pure Light Spruce Wand", "tier": "Normal", "type": "wand", "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, "id": 2230}, {"name": "Pure Light Spruce Shears", "displayName": "Pure Light Spruce Dagger", "tier": "Normal", "type": "dagger", "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, "id": 2229}, {"name": "Pure Light Oak Spear", "tier": "Normal", "type": "spear", "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, "id": 2225}, {"name": "Pure Light Spruce Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "99-114", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 70, "id": 2231}, {"name": "Pure Oak Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "102-108", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 56, "id": 2235}, {"name": "Pure Oak Wood Shears", "displayName": "Pure Oak Dagger", "tier": "Normal", "type": "dagger", "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, "id": 2234}, {"name": "Pure Oak Wood Bow", "displayName": "Pure Oak Bow", "tier": "Normal", "type": "bow", "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, "id": 2233}, {"name": "Pure Spruce Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "194-221", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 67, "id": 2238}, {"name": "Pure Oak Wood Spear", "displayName": "Pure Oak Spear", "tier": "Normal", "type": "spear", "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, "id": 2232}, {"name": "Pure Spruce Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "145-151", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 67, "id": 2241}, {"name": "Pure Spruce Shears", "displayName": "Pure Spruce Dagger", "tier": "Normal", "type": "dagger", "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, "id": 2236}, {"name": "Pure Spruce Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "129-148", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 67, "id": 2239}, {"name": "Pure Stone Bow", "tier": "Normal", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "249-296", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 57, "id": 2244}, {"name": "Pure Spruce Stick", "displayName": "Pure Spruce Wand", "tier": "Normal", "type": "wand", "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, "id": 2243}, {"name": "Pure Stone Shears", "displayName": "Pure Stone Dagger", "tier": "Normal", "type": "dagger", "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, "id": 2242}, {"name": "Pure Stone Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "147-158", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 57, "id": 2240}, {"name": "Pure Oak Wood Stick", "displayName": "Pure Oak Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 56, "id": 2237}, {"name": "Pure Stone Spear", "tier": "Normal", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "162-201", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 57, "id": 2246}, {"name": "Pyroclast", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "250-790", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "350-690", "atkSpd": "SUPER_SLOW", "lvl": 88, "strReq": 40, "defReq": 35, "expd": 15, "spd": -10, "hprRaw": -155, "mdRaw": 620, "fDamPct": 20, "eDamPct": 20, "wDefPct": -50, "aDefPct": -15, "id": 2247}, {"name": "Pure Stone Stick", "displayName": "Pure Stone Wand", "tier": "Normal", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "71-82", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 57, "id": 2248}, {"name": "Quartz Choker", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 125, "lvl": 52, "sdPct": 8, "xpb": 4, "type": "necklace", "id": 2309}, {"name": "Purgatory", "tier": "Unique", "type": "wand", "thorns": 11, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "150-185", "wDam": "0-0", "aDam": "0-0", "tDam": "100-235", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 93, "dexReq": 35, "defReq": 35, "hprPct": -23, "mr": -5, "sdPct": 18, "expd": 23, "fDamPct": 18, "tDamPct": 18, "id": 2245}, {"name": "Pyromaniac", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 200, "fDef": -40, "wDef": -40, "lvl": 90, "defReq": 50, "sdPct": 11, "int": -3, "expd": 10, "spd": 7, "hprRaw": -60, "type": "necklace", "id": 2250}, {"name": "Quartz-laced Leggings", "displayName": "Quartz-Laced Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 660, "lvl": 53, "sdPct": 10, "xpb": 10, "ref": 10, "id": 2251}, {"name": "Qaxezine", "tier": "Unique", "type": "bow", "thorns": 7, "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, "strReq": 25, "dexReq": 25, "lb": 11, "str": 14, "expd": 12, "spd": -21, "id": 2249}, {"name": "Quartzite Amulet", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 4, "sdPct": 4, "type": "necklace", "id": 2252}, {"name": "Quartzite Helm", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2300, "lvl": 91, "sdPct": 20, "sdRaw": 135, "id": 2254}, {"name": "Quartzite Bow", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-150", "fDam": "0-0", "wDam": "150-160", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 94, "dexReq": 35, "intReq": 30, "lb": 12, "int": 8, "sdRaw": 90, "aDamPct": -23, "tDamPct": 25, "aDefPct": -16, "id": 2255}, {"name": "Quartzite Wand", "tier": "Unique", "type": "wand", "category": "weapon", "drop": "NORMAL", "nDam": "2-4", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 1, "xpb": 4, "id": 2253}, {"name": "Quasar", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-130", "fDam": "0-40", "wDam": "0-40", "aDam": "0-40", "tDam": "0-40", "eDam": "0-40", "atkSpd": "SLOW", "lvl": 72, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "fDefPct": 13, "wDefPct": 13, "aDefPct": 13, "tDefPct": 13, "eDefPct": 13, "id": 2257}, {"name": "Quickshot", "tier": "Unique", "type": "bow", "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, "dexReq": 20, "xpb": 11, "dex": 8, "id": 2259}, {"name": "Quickstep", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "87-93", "wDam": "0-0", "aDam": "84-96", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 77, "agiReq": 30, "defReq": 25, "xpb": 7, "agi": 6, "spd": 14, "hpBonus": 600, "fDamPct": 12, "aDefPct": 10, "id": 2258}, {"name": "Quatrain", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 4, "lvl": 16, "hprPct": 4, "sdPct": 4, "mdPct": 4, "xpb": 4, "type": "ring", "id": 2256}, {"name": "Quill", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "75-80", "fDam": "0-0", "wDam": "0-0", "aDam": "75-80", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 80, "intReq": 30, "agiReq": 20, "mr": 5, "sdPct": 10, "xpb": 15, "wDamPct": 16, "aDefPct": 15, "tDefPct": -20, "id": 2260}, {"name": "Quinque", "tier": "Legendary", "type": "spear", "poison": 2000, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "5-235", "eDam": "5-7", "atkSpd": "SUPER_FAST", "lvl": 99, "dexReq": 65, "mr": -10, "spd": -20, "atkTier": 1, "sdRaw": 175, "mdRaw": 70, "eDamPct": 50, "id": 2261}, {"name": "Abrasion", "tier": "Fabled", "category": "accessory", "drop": "never", "fDef": 40, "wDef": 40, "lvl": 100, "mr": 5, "sdPct": 8, "ms": 5, "spd": -37, "fDamPct": 10, "type": "necklace", "id": 3624}, {"name": "Recalcitrance", "tier": "Fabled", "category": "accessory", "drop": "never", "hp": -2600, "aDef": -45, "eDef": 65, "lvl": 100, "strReq": 45, "hprPct": 9, "str": 6, "atkTier": 1, "eDamPct": 11, "type": "necklace", "jh": 1, "id": 3601}, {"name": "Eyes on All", "tier": "Fabled", "category": "accessory", "drop": "never", "wDef": -60, "tDef": -60, "lvl": 60, "dexReq": 45, "intReq": 45, "sdPct": -11, "ms": 10, "atkTier": -6, "type": "necklace", "id": 3602}, {"name": "Homeorhesis", "tier": "Fabled", "category": "accessory", "drop": "never", "wDef": 35, "eDef": 35, "lvl": 60, "strReq": 40, "sdPct": -45, "mdPct": -45, "ms": 5, "xpb": 10, "sdRaw": 120, "mdRaw": 60, "type": "bracelet", "id": 3576}, {"name": "Cacophony", "tier": "Fabled", "thorns": 6, "category": "accessory", "drop": "never", "fDef": -15, "wDef": -15, "aDef": -15, "tDef": -15, "eDef": -15, "lvl": 80, "agiReq": 55, "ls": 115, "ref": 6, "spRegen": -8, "hprRaw": 50, "sdRaw": -45, "type": "ring", "id": 3585}, {"name": "Racer's Shoes", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 950, "lvl": 60, "agiReq": 40, "mdPct": -5, "agi": 7, "spd": 19, "sdRaw": -25, "id": 2270}, {"name": "Metamorphosis", "tier": "Fabled", "category": "accessory", "drop": "never", "fDef": 20, "wDef": -100, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 80, "mr": -5, "sdPct": 20, "ms": -5, "type": "necklace", "id": 3575}, {"name": "Ragged", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 60, "fDef": -8, "aDef": 10, "lvl": 19, "ls": 7, "def": -2, "spd": 4, "hpBonus": -8, "id": 2271}, {"name": "Raecard", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 35, "fDef": 4, "wDef": 4, "aDef": 4, "tDef": 4, "eDef": 4, "lvl": 22, "strReq": 2, "dexReq": 2, "intReq": 2, "agiReq": 2, "defReq": 2, "lb": 15, "hpBonus": 110, "fDamPct": 6, "wDamPct": 6, "aDamPct": 6, "tDamPct": 6, "eDamPct": 6, "id": 2272}, {"name": "Radiance", "tier": "Unique", "type": "bow", "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, "intReq": 15, "defReq": 15, "hprPct": 15, "mr": 5, "spRegen": 5, "id": 2269}, {"name": "Ragni's Mail", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 850, "aDef": -30, "eDef": 60, "lvl": 50, "strReq": 20, "defReq": 5, "sdPct": -10, "mdPct": 10, "xpb": 10, "def": 7, "fDamPct": 10, "wDamPct": -25, "eDamPct": 10, "id": 2273}, {"name": "Ragni's Old Shoes", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 300, "aDef": -10, "eDef": 20, "lvl": 39, "mdPct": 7, "xpb": 6, "id": 2275}, {"name": "Ragni's Spear", "tier": "Unique", "type": "spear", "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, "mdPct": 3, "str": 3, "id": 2276}, {"name": "Ragon's Bracelet", "tier": "Rare", "quest": "Elemental Exercise", "category": "accessory", "drop": "never", "lvl": 10, "hpBonus": 13, "type": "bracelet", "id": 2277}, {"name": "Rainbow", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": 30, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 80, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "fDamPct": -3, "wDamPct": -3, "aDamPct": -3, "tDamPct": -3, "eDamPct": -3, "type": "ring", "id": 2274}, {"name": "Rainstorm", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "65-95", "fDam": "0-0", "wDam": "40-70", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "dexReq": 35, "intReq": 30, "sdPct": 10, "ms": 5, "xpb": 7, "dex": 8, "int": 5, "tDamPct": 22, "aDefPct": -25, "id": 2280}, {"name": "Raindrop", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -135, "wDef": 20, "lvl": 69, "intReq": 25, "mr": 5, "sdPct": -2, "mdPct": -2, "int": 5, "type": "ring", "id": 2279}, {"name": "Rapier", "tier": "Rare", "type": "dagger", "thorns": 30, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "66-76", "fDam": "66-88", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 82, "defReq": 45, "ls": 290, "ref": 15, "def": 12, "fDefPct": 15, "id": 2282}, {"name": "Raptor", "tier": "Rare", "type": "dagger", "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, "strReq": 30, "agiReq": 30, "mdPct": 12, "agi": 4, "def": -5, "spd": 15, "hpBonus": -200, "mdRaw": 65, "id": 2281}, {"name": "Rapids", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2125, "wDef": 130, "tDef": -130, "lvl": 89, "intReq": 55, "mr": 5, "sdPct": 23, "spd": 9, "fDamPct": -15, "wDamPct": 11, "id": 2278}, {"name": "Ration", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3600, "fDef": 100, "wDef": 100, "aDef": -75, "eDef": -75, "lvl": 99, "intReq": 45, "defReq": 45, "mr": 15, "sdPct": -18, "mdPct": -18, "int": 9, "hprRaw": 150, "id": 2283}, {"name": "Rarity", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "lvl": 1, "xpb": 12, "lb": 12, "spRegen": 8, "type": "ring", "id": 2284}, {"name": "Rayshyroth's Knowledge", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 66, "xpb": 12, "spRegen": 3, "type": "bracelet", "id": 2286}, {"name": "Reaction", "tier": "Unique", "type": "helmet", "thorns": 20, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 770, "tDef": 45, "eDef": -50, "lvl": 57, "dexReq": 30, "xpb": 6, "expd": 4, "sdRaw": 50, "tDamPct": 9, "wDefPct": -7, "id": 2290}, {"name": "Razor", "tier": "Unique", "type": "spear", "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, "sdPct": 5, "mdPct": 5, "str": 7, "dex": -5, "int": 7, "agi": 7, "def": 7, "spd": 15, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": -40, "eDamPct": 20, "id": 2285}, {"name": "Reaper of Soul", "tier": "Legendary", "type": "dagger", "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, "ls": 100, "ms": 10, "agi": 7, "spRegen": 10, "eSteal": 10, "id": 2287}, {"name": "Rebellion", "tier": "Legendary", "type": "spear", "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, "dexReq": 35, "defReq": 35, "sdPct": -6, "ls": 100, "int": -4, "expd": 19, "hpBonus": -230, "fDamPct": 17, "tDamPct": 17, "wDefPct": -12, "id": 2288}, {"name": "Reborn", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": -125, "lvl": 100, "strReq": 45, "dexReq": 45, "int": -4, "agi": -2, "def": -2, "mdRaw": 50, "tDamPct": 10, "eDamPct": 10, "type": "necklace", "id": 2289}, {"name": "Reason", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "60-85", "wDam": "70-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 83, "intReq": 30, "defReq": 35, "mr": 5, "dex": -7, "int": 8, "def": 5, "hprRaw": 105, "tDamPct": -30, "fDefPct": 13, "wDefPct": 13, "id": 2291}, {"name": "Recharge", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1000, "lvl": 59, "mr": -45, "sdPct": 11, "mdPct": -9, "ms": 40, "sdRaw": 50, "id": 2292}, {"name": "Rectificator", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "hpBonus": 150, "fDamPct": 16, "wDamPct": 16, "aDamPct": 16, "tDamPct": 16, "eDamPct": 16, "id": 2294}, {"name": "Red Candle", "tier": "Legendary", "type": "wand", "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, "defReq": 15, "hprPct": 20, "ls": 31, "def": 7, "hpBonus": 100, "hprRaw": 15, "id": 2296}, {"name": "Red", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 25, "fDef": 4, "lvl": 30, "hpBonus": 5, "type": "ring", "id": 2293}, {"name": "Red Ko Rhu", "tier": "Rare", "type": "leggings", "thorns": 20, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 470, "fDef": -60, "aDef": 40, "eDef": 40, "lvl": 43, "str": 8, "expd": 10, "spd": -8, "eDefPct": 10, "id": 2295}, {"name": "Red String", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 12, "lvl": 16, "hprPct": 3, "xpb": 3, "spRegen": 2, "type": "ring", "id": 2297}, {"name": "Redirection", "tier": "Unique", "type": "leggings", "thorns": 12, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1050, "tDef": 30, "eDef": -70, "lvl": 65, "dexReq": 25, "ref": 12, "dex": 4, "tDamPct": 12, "tDefPct": 12, "id": 2300}, {"name": "Refined Bow", "tier": "Unique", "type": "bow", "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, "xpb": 4, "id": 2299}, {"name": "Redemption", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1475, "fDef": 50, "aDef": 50, "lvl": 71, "agiReq": 30, "defReq": 30, "hprPct": 18, "mr": -5, "ls": 120, "int": -6, "hprRaw": 40, "id": 2298}, {"name": "Refined Chainmail Helmet", "tier": "Normal", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 245, "lvl": 41, "id": 2301}, {"name": "Reflection", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 67, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "sdPct": -17, "mdPct": -17, "ref": 25, "hprRaw": 65, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "id": 2304}, {"name": "Refined Iron Boots", "tier": "Normal", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 285, "lvl": 43, "id": 2302}, {"name": "Refined Iron Leggings", "tier": "Normal", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 340, "lvl": 45, "id": 2306}, {"name": "Refined Iron Chainmail", "tier": "Normal", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 380, "lvl": 47, "id": 2303}, {"name": "Reflex", "tier": "Unique", "thorns": 3, "category": "accessory", "drop": "lootchest", "lvl": 14, "spd": 5, "type": "ring", "id": 2305}, {"name": "Regal Chaps", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "lvl": 23, "xpb": 8, "lb": 8, "eSteal": 2, "id": 2308}, {"name": "Regulating Charge", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "57-97", "aDam": "0-0", "tDam": "57-97", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 67, "dexReq": 35, "intReq": 35, "sdPct": 13, "ms": -10, "sdRaw": 75, "wDamPct": 9, "tDamPct": 9, "id": 2313}, {"name": "Regrets", "tier": "Unique", "type": "dagger", "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, "intReq": 8, "sdPct": 12, "sdRaw": 21, "id": 2311}, {"name": "Relay", "tier": "Rare", "type": "leggings", "thorns": 8, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 160, "tDef": 15, "eDef": -15, "lvl": 24, "dexReq": 15, "ref": 8, "str": -4, "dex": 5, "id": 2314}, {"name": "Rekkr", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 4500, "fDef": 130, "eDef": 100, "lvl": 99, "strReq": 45, "defReq": 60, "mdPct": 40, "str": 13, "def": 13, "spd": -15, "fDefPct": 20, "aDefPct": 20, "eDefPct": 20, "id": 2310}, {"name": "Relend's Refrain", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": 20, "aDef": 40, "tDef": -50, "eDef": -15, "lvl": 90, "agiReq": 50, "xpb": 7, "spd": 12, "wDamPct": 5, "type": "bracelet", "id": 2312}, {"name": "Relentless", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-74", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "58-70", "eDam": "58-70", "atkSpd": "FAST", "lvl": 70, "strReq": 35, "dexReq": 35, "agi": -10, "def": -10, "expd": 25, "atkTier": 1, "hprRaw": -69, "mdRaw": 60, "id": 2316}, {"name": "Relfect", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-100", "fDam": "20-30", "wDam": "20-30", "aDam": "20-30", "tDam": "20-30", "eDam": "20-30", "atkSpd": "NORMAL", "lvl": 94, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "mdPct": 10, "ms": 5, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "expd": 10, "spd": 10, "hpBonus": 1650, "id": 2315}, {"name": "Relic", "tier": "Legendary", "type": "bow", "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, "sdPct": 6, "xpb": 8, "id": 2318}, {"name": "Relic Bow", "tier": "Rare", "type": "bow", "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, "xpb": 15, "lb": 15, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "id": 2317}, {"name": "Relic Spear", "tier": "Rare", "type": "spear", "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, "xpb": 15, "lb": 15, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "id": 2319}, {"name": "Refraction", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 74, "strReq": 18, "dexReq": 18, "intReq": 18, "agiReq": 18, "defReq": 18, "ls": 110, "ms": 5, "fDamPct": 11, "wDamPct": 11, "aDamPct": 11, "tDamPct": 11, "eDamPct": 11, "id": 2307}, {"name": "Relic Wand", "tier": "Rare", "type": "wand", "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, "xpb": 15, "lb": 15, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "id": 2320}, {"name": "Relic Daggers", "tier": "Rare", "type": "dagger", "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, "xpb": 15, "lb": 15, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "id": 2322}, {"name": "Remedy", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1050, "fDef": 60, "wDef": 60, "tDef": -60, "eDef": -60, "lvl": 70, "intReq": 35, "defReq": 35, "hprPct": 18, "mr": 5, "sdPct": -11, "mdPct": -11, "spRegen": 18, "hprRaw": 70, "sdRaw": -40, "mdRaw": -39, "id": 2321}, {"name": "Remikas' Sanctuary", "tier": "Rare", "type": "chestplate", "thorns": 8, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1700, "lvl": 68, "defReq": 50, "ref": 8, "def": 7, "spd": -10, "fDefPct": 7, "wDefPct": 7, "aDefPct": 7, "tDefPct": 7, "eDefPct": 7, "id": 2323}, {"name": "Remikas' Righteousness", "tier": "Legendary", "type": "spear", "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, "mr": 5, "xpb": 15, "str": 7, "int": 7, "spRegen": 10, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "id": 2325}, {"name": "Reminder", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 96, "int": 8, "type": "ring", "id": 2324}, {"name": "Reminiscence", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": 80, "fDef": 20, "wDef": 10, "eDef": -30, "lvl": 41, "intReq": 30, "defReq": 10, "hprPct": 8, "mr": 5, "spRegen": 8, "hprRaw": 10, "type": "bracelet", "id": 2326}, {"name": "Render", "tier": "Rare", "category": "accessory", "drop": "lootchest", "aDef": 15, "eDef": -15, "lvl": 60, "defReq": 25, "expd": 12, "fDamPct": 10, "wDamPct": -7, "type": "ring", "id": 2328}, {"name": "Resolve", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3425, "fDef": 100, "aDef": 100, "tDef": -150, "lvl": 98, "agiReq": 40, "defReq": 40, "ms": 5, "int": -20, "agi": 7, "def": 7, "wDamPct": -15, "spPct1": -10, "spPct3": -10, "id": 2327}, {"name": "Resistance", "tier": "Unique", "type": "leggings", "thorns": 13, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3200, "tDef": 100, "eDef": 175, "lvl": 97, "dexReq": 60, "ms": 15, "ref": 9, "tDamPct": -15, "tDefPct": 20, "eDefPct": 20, "id": 2333}, {"name": "Repulsion", "tier": "Rare", "type": "dagger", "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, "dexReq": 30, "intReq": 30, "mr": 5, "ref": 20, "sdRaw": 55, "wDamPct": 9, "tDamPct": 9, "eDamPct": -18, "eDefPct": -23, "id": 2329}, {"name": "Reticence", "tier": "Legendary", "type": "wand", "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, "xpb": 15, "str": 7, "sdRaw": -25, "mdRaw": 16, "id": 2331}, {"name": "Return", "tier": "Unique", "thorns": 9, "category": "accessory", "drop": "lootchest", "lvl": 53, "ref": 9, "type": "ring", "id": 2330}, {"name": "Retina Shooter", "tier": "Unique", "type": "bow", "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, "strReq": 5, "mdPct": 3, "dex": 7, "id": 2332}, {"name": "Return to Ether", "tier": "Legendary", "type": "bow", "poison": -4143, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "12-126", "fDam": "0-0", "wDam": "0-0", "aDam": "16-162", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 90, "intReq": 84, "agiReq": 49, "mr": 10, "mdPct": -27, "xpb": 26, "agi": 44, "spd": 22, "wDamPct": 34, "tDamPct": -149, "eDamPct": -13, "fDefPct": 45, "id": 2334}, {"name": "Reverie", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "108-144", "wDam": "108-144", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 68, "intReq": 25, "defReq": 25, "sdPct": 24, "mdPct": -15, "int": 8, "spd": -15, "fDefPct": 24, "wDefPct": 24, "id": 2336}, {"name": "Reverb", "tier": "Unique", "type": "boots", "thorns": 19, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -90, "aDef": 50, "tDef": 50, "lvl": 64, "dexReq": 30, "agiReq": 30, "ref": 19, "mdRaw": 90, "fDefPct": -15, "aDefPct": 11, "tDefPct": 11, "id": 2335}, {"name": "Reversal", "tier": "Unique", "type": "relik", "thorns": 30, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-23", "fDam": "0-0", "wDam": "0-0", "aDam": "23-30", "tDam": "0-0", "eDam": "23-30", "atkSpd": "NORMAL", "lvl": 36, "strReq": 12, "agiReq": 12, "mdPct": 10, "ref": 30, "spd": 10, "mdRaw": 39, "id": 2340}, {"name": "Revolt", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "110-140", "fDam": "60-60", "wDam": "0-0", "aDam": "0-0", "tDam": "60-60", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 82, "dexReq": 25, "defReq": 25, "mdPct": 12, "ls": 345, "ms": 10, "xpb": 10, "fDamPct": 9, "wDamPct": -25, "aDamPct": -25, "tDamPct": 9, "id": 2338}, {"name": "Revolutionine", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "315-327", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 83, "defReq": 40, "mdPct": 15, "def": 15, "hpBonus": -815, "fDamPct": 20, "wDamPct": -20, "wDefPct": -20, "id": 2339}, {"name": "Rewind", "tier": "Legendary", "type": "dagger", "majorIds": ["SORCERY"], "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-50", "fDam": "0-0", "wDam": "30-50", "aDam": "25-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 80, "intReq": 50, "agiReq": 50, "mr": 10, "ls": 250, "ms": -15, "agi": 10, "spd": 15, "hprRaw": -200, "id": 2337}, {"name": "Rheingold", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -60, "aDef": 70, "tDef": 50, "eDef": -60, "lvl": 66, "dexReq": 20, "agiReq": 25, "sdPct": 7, "mdPct": 12, "lb": 16, "dex": 5, "spd": 11, "fDamPct": -14, "id": 2342}, {"name": "Rhunaex", "tier": "Unique", "type": "dagger", "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, "strReq": 25, "dexReq": 25, "ls": 33, "dex": 5, "hprRaw": -15, "sdRaw": 25, "mdRaw": 33, "aDamPct": -19, "id": 2341}, {"name": "Ricin", "tier": "Rare", "type": "dagger", "poison": 1930, "thorns": 10, "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, "mdPct": -50, "ms": 5, "sdRaw": 125, "id": 2343}, {"name": "Rime", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "fDef": -30, "wDef": 10, "aDef": 15, "lvl": 43, "intReq": 15, "agiReq": 30, "sdPct": 7, "ms": 5, "agi": 4, "spd": -9, "aDamPct": 4, "fDefPct": -10, "type": "bracelet", "id": 2347}, {"name": "Ridge", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 100, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 34, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "fDamPct": 12, "wDamPct": 12, "aDamPct": 12, "tDamPct": 12, "eDamPct": 12, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "id": 2345}, {"name": "Ring of Focus", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 20, "intReq": 5, "sdPct": 5, "xpb": 4, "type": "ring", "id": 2349}, {"name": "Ring of Fire", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": -50, "lvl": 84, "expd": 8, "fDamPct": 11, "wDamPct": -7, "eDamPct": 8, "type": "ring", "id": 2346}, {"name": "Ringlets", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 1875, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 80, "mr": 10, "xpb": 20, "ref": 20, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spRaw4": -5, "id": 2348}, {"name": "Ringing Mail", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 265, "wDef": 20, "tDef": -20, "lvl": 41, "intReq": 20, "mr": 5, "spRegen": 5, "wDefPct": 10, "aDefPct": 5, "id": 2352}, {"name": "Ring of Strength", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 9, "str": 3, "type": "ring", "id": 2350}, {"name": "Ripper", "tier": "Unique", "category": "accessory", "drop": "lootchest", "eDef": -6, "lvl": 46, "dexReq": 25, "xpb": 3, "dex": 3, "mdRaw": 17, "type": "ring", "id": 2351}, {"name": "Rinkaku", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2000, "fDef": 80, "tDef": 80, "lvl": 79, "dexReq": 40, "defReq": 55, "hprPct": -20, "sdPct": 10, "ls": 110, "def": 8, "hpBonus": -400, "fDamPct": 8, "tDamPct": 8, "id": 2354}, {"name": "Rising Sun", "tier": "Unique", "type": "bow", "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, "defReq": 25, "xpb": 15, "spRegen": 6, "id": 2353}, {"name": "Rite Staff", "tier": "Unique", "type": "wand", "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, "intReq": 10, "defReq": 10, "sdPct": 8, "ls": 25, "lb": 8, "hpBonus": -150, "spRegen": -10, "eSteal": 4, "id": 2355}, {"name": "Riverflow", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "wDef": 200, "tDef": -100, "lvl": 93, "intReq": 95, "mr": 20, "ref": 5, "spd": 7, "tDamPct": -15, "wDefPct": 20, "tDefPct": -15, "id": 2357}, {"name": "Roaming Thief", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "lvl": 28, "ls": 13, "lb": 8, "dex": 3, "eSteal": 4, "id": 2356}, {"name": "Rock Chisel", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "164-165", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 83, "strReq": 25, "defReq": 35, "sdPct": -9, "lb": 19, "dex": 8, "eSteal": 3, "fDamPct": 24, "eDamPct": 7, "id": 2359}, {"name": "Robin", "tier": "Unique", "type": "wand", "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, "agiReq": 30, "defReq": 20, "hprPct": 20, "sdPct": -12, "mdPct": -12, "spd": 16, "hprRaw": 30, "id": 2358}, {"name": "Rockworm", "tier": "Unique", "poison": 135, "category": "accessory", "drop": "lootchest", "lvl": 57, "mdPct": 3, "str": 4, "eDamPct": 4, "type": "ring", "id": 2361}, {"name": "Rodoroc's Pride", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3700, "fDef": 125, "wDef": -175, "eDef": 125, "lvl": 98, "strReq": 40, "defReq": 40, "mr": 10, "str": 8, "def": 8, "spd": -8, "hpBonus": 700, "fDamPct": 8, "wDamPct": 10, "aDamPct": -20, "tDamPct": -20, "eDamPct": 8, "id": 2360}, {"name": "Rollick", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "wDef": 100, "tDef": -130, "lvl": 71, "intReq": 100, "sdPct": 15, "int": 7, "sdRaw": 75, "fDamPct": -30, "wDamPct": 20, "aDamPct": -20, "tDamPct": -20, "eDamPct": -20, "wDefPct": 20, "id": 2363}, {"name": "Ronin", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2225, "tDef": 175, "eDef": -100, "lvl": 91, "dexReq": 50, "str": -15, "dex": 20, "spd": 5, "mdRaw": 175, "tDamPct": 15, "id": 2364}, {"name": "Ronco", "tier": "Rare", "type": "bow", "category": "weapon", "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, "dexReq": 30, "sdPct": 12, "lb": 6, "dex": 5, "spd": 8, "hpBonus": -90, "eDefPct": -15, "id": 2362}, {"name": "Rosario", "tier": "Unique", "type": "wand", "thorns": 10, "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, "strReq": 20, "defReq": 20, "hprPct": 9, "sdPct": -20, "spd": -12, "hpBonus": 250, "hprRaw": 15, "id": 2365}, {"name": "Rot of Dernel", "tier": "Rare", "type": "wand", "poison": 2645, "thorns": 35, "category": "weapon", "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, "strReq": 15, "dexReq": 15, "ls": 300, "ms": 15, "int": -30, "hpBonus": -1850, "id": 2367}, {"name": "Rotten Wood", "tier": "Unique", "type": "wand", "poison": 1462, "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, "id": 2372}, {"name": "Rotary Crossbow", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-50", "fDam": "30-100", "wDam": "50-80", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 74, "intReq": 30, "defReq": 30, "ls": 225, "expd": 14, "hpBonus": 800, "tDefPct": -20, "eDefPct": -14, "id": 2366}, {"name": "Rotten", "tier": "Rare", "type": "chestplate", "poison": 160, "thorns": 10, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 280, "fDef": -15, "eDef": 25, "lvl": 37, "id": 2369}, {"name": "Rikter", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "312-670", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "330-570", "atkSpd": "SUPER_SLOW", "lvl": 84, "strReq": 55, "mdPct": 30, "expd": 25, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "fDefPct": -20, "wDefPct": -20, "aDefPct": -20, "tDefPct": -20, "eDefPct": -20, "id": 2344}, {"name": "Roughcut", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 560, "aDef": -50, "tDef": 20, "eDef": 30, "lvl": 53, "strReq": 15, "mdPct": 10, "dex": 7, "mdRaw": 85, "tDamPct": 10, "eDefPct": 5, "id": 2370}, {"name": "Rounding Test", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "never", "restrict": "Untradable", "lvl": 1, "xpb": 11, "atkTier": -1, "id": 2371}, {"name": "Runic Coin", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 375, "lvl": 90, "sdPct": 8, "lb": 5, "type": "necklace", "id": 2375}, {"name": "Rubber", "tier": "Rare", "category": "accessory", "drop": "lootchest", "tDef": 50, "lvl": 77, "mdRaw": 26, "type": "ring", "id": 2373}, {"name": "Rubber Rainboots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 225, "tDef": 10, "lvl": 34, "xpb": 5, "wDefPct": 20, "id": 2374}, {"name": "Rubber Helm", "tier": "Unique", "type": "helmet", "thorns": 10, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 165, "lvl": 29, "ref": 10, "dex": -3, "agi": -3, "id": 2377}, {"name": "Running Water", "tier": "Unique", "type": "relik", "sprint": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-30", "fDam": "0-0", "wDam": "50-70", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "intReq": 30, "int": 9, "spd": 15, "sprintReg": 10, "id": 2376}, {"name": "Runner's Vest", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 24, "lvl": 9, "agi": 3, "spd": 4, "id": 2378}, {"name": "Rust", "tier": "Rare", "type": "helmet", "poison": 665, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 2450, "wDef": -60, "aDef": -60, "lvl": 79, "defReq": 55, "ref": -23, "dex": 9, "tDamPct": 19, "eDamPct": 11, "id": 2399}, {"name": "Rusted Bracelet", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 7, "xpb": 2, "lb": 3, "type": "bracelet", "id": 2379}, {"name": "Rusted Ring", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 28, "wDef": 6, "tDef": -3, "lvl": 31, "wDefPct": 4, "tDefPct": -3, "type": "ring", "id": 2387}, {"name": "Rusted Root", "tier": "Legendary", "type": "relik", "poison": 900, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "190-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "190-200", "atkSpd": "SLOW", "lvl": 65, "strReq": 40, "dexReq": 45, "sdRaw": 130, "tDamPct": 35, "wDefPct": -40, "spRaw2": -10, "spPct3": 49, "spPct4": -42, "jh": -1, "id": 2381}, {"name": "Rycar's Bravado", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": -35, "aDef": 20, "eDef": 20, "lvl": 58, "strReq": 20, "str": 7, "dex": 3, "int": -10, "agi": 3, "type": "bracelet", "id": 2380}, {"name": "Adventurer's Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 147, "lvl": 27, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 2385, "set": "Adventurer's"}, {"name": "Rycar's Swagger", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 250, "lvl": 62, "strReq": 10, "agiReq": 10, "hprPct": -11, "str": 3, "agi": 5, "spd": -4, "eSteal": 2, "type": "necklace", "id": 2382}, {"name": "Adventurer's Cap", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 135, "lvl": 26, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 2383, "set": "Adventurer's"}, {"name": "Adventurer's Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 153, "lvl": 28, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 2386, "set": "Adventurer's"}, {"name": "Air Relic Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 145, "aDef": 5, "lvl": 25, "agiReq": 15, "agi": 4, "aDamPct": 7, "aDefPct": 7, "id": 2390, "set": "Air Relic"}, {"name": "Adventurer's Tunic", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 165, "lvl": 29, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "id": 2384, "set": "Adventurer's"}, {"name": "Air Relic Helmet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 205, "aDef": 10, "lvl": 30, "agiReq": 21, "agi": 5, "aDamPct": 9, "aDefPct": 9, "id": 2391, "set": "Air Relic"}, {"name": "Beachside Conch", "tier": "Set", "type": "relik", "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, "intReq": 8, "sdPct": -8, "mdPct": -12, "wDamPct": 12, "wDefPct": 8, "id": 2392, "set": "Beachside"}, {"name": "Beachside Headwrap", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 75, "wDef": 6, "lvl": 17, "intReq": 5, "lb": 8, "int": 3, "wDefPct": 8, "id": 2394, "set": "Beachside"}, {"name": "Black Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "tDef": 7, "eDef": -10, "lvl": 33, "dexReq": 13, "ms": 5, "xpb": 5, "dex": 7, "id": 2398, "set": "Black"}, {"name": "Bear Mask", "tier": "Set", "type": "helmet", "skin": "eyJ0aW1lc3RhbXAiOjE0MDkxOTUyODE1ODUsInByb2ZpbGVJZCI6IjVkYTgwMWMxNzkwYzQ3Mzc4YzhiMzk2MjM2ZDlhNzk2IiwicHJvZmlsZU5hbWUiOiJDaHVtYmxlZG9yZSIsImlzUHVibGljIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjk1YmJmOWYxNzViMWU3NmE2MWI0Y2QwYmExODNiMThjOTQ2NzAxN2Y0MWVkMTA0NmFiZjY1YTRhNjNjNGEwIn19fQ==", "category": "armor", "drop": "never", "hp": 72, "lvl": 15, "mdRaw": 25, "fixID": true, "id": 1854, "set": "Bear"}, {"name": "Bear Body", "tier": "Set", "type": "chestplate", "category": "armor", "drop": "never", "hp": 78, "lvl": 16, "mdPct": 6, "fixID": true, "id": 2396, "set": "Bear"}, {"name": "Black Cap", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 195, "tDef": 7, "lvl": 33, "dexReq": 10, "dex": 4, "mdRaw": 26, "id": 2395, "set": "Black"}, {"name": "Black Tunic", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 245, "tDef": 7, "eDef": -10, "lvl": 33, "dexReq": 30, "lb": 10, "dex": 7, "sdRaw": 42, "id": 2397, "set": "Black"}, {"name": "Black Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "tDef": 7, "eDef": -10, "lvl": 33, "dexReq": 20, "dex": 5, "spd": 10, "mdRaw": 30, "id": 2400, "set": "Black"}, {"name": "Air Relic Chestplate", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 275, "aDef": 15, "lvl": 35, "agiReq": 27, "agi": 7, "aDamPct": 11, "aDefPct": 11, "id": 2389, "set": "Air Relic"}, {"name": "Bony Bow", "tier": "Set", "type": "bow", "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, "agiReq": 8, "mdPct": 8, "agi": 6, "id": 2401, "set": "Bony"}, {"name": "Champion Boots", "tier": "Set", "type": "boots", "quest": "Tower Of Ascension", "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "lvl": 75, "xpb": 20, "id": 2403, "set": "Champion"}, {"name": "Bony Circlet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "aDef": 5, "lvl": 21, "agiReq": 6, "mdPct": 8, "mdRaw": 30, "id": 2402, "set": "Bony"}, {"name": "Champion Helmet", "tier": "Set", "type": "helmet", "quest": "Tower Of Ascension", "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "lvl": 75, "xpb": 10, "lb": 10, "id": 2407, "set": "Champion"}, {"name": "Champion Chestplate", "tier": "Set", "type": "chestplate", "quest": "Tower Of Ascension", "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "lvl": 75, "xpb": 10, "lb": 10, "id": 2405, "set": "Champion"}, {"name": "Champion Leggings", "tier": "Set", "type": "leggings", "quest": "Tower Of Ascension", "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "lvl": 75, "lb": 20, "id": 2404, "set": "Champion"}, {"name": "Clock Amulet", "tier": "Set", "category": "accessory", "drop": "never", "restrict": "Untradable", "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 86, "lb": 6, "fDefPct": 4, "wDefPct": 5, "aDefPct": 3, "tDefPct": 2, "eDefPct": 6, "type": "necklace", "fixID": true, "id": 2406, "set": "Clock"}, {"name": "Clock Helm", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1400, "lvl": 73, "mr": -5, "mdPct": 10, "ms": 5, "xpb": 6, "agi": 3, "spd": 6, "fixID": true, "id": 2408, "set": "Clock"}, {"name": "Clock Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 950, "lvl": 74, "sdPct": -40, "mdPct": -35, "xpb": 6, "str": -8, "dex": 3, "spd": 10, "atkTier": 1, "mdRaw": 26, "fixID": true, "id": 2410, "set": "Clock"}, {"name": "Clock Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 1500, "lvl": 75, "sdPct": 25, "mdPct": 30, "xpb": 5, "str": 3, "spd": -4, "atkTier": -1, "mdRaw": 13, "fixID": true, "id": 2411, "set": "Clock"}, {"name": "Clock Mail", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 1800, "lvl": 76, "hprPct": 15, "mr": 10, "sdPct": 5, "ms": -5, "def": 3, "spd": -3, "hpBonus": 200, "fixID": true, "id": 2409, "set": "Clock"}, {"name": "Clockwork Ring", "tier": "Set", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -25, "lvl": 80, "sdPct": 5, "lb": 6, "type": "ring", "fixID": true, "id": 2413, "set": "Clock"}, {"name": "Cosmic Vest", "tier": "Set", "type": "chestplate", "quest": "???\u058e", "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 2200, "lvl": 80, "mr": 5, "xpb": 19, "spd": 15, "id": 2478, "set": "Cosmic"}, {"name": "Air Relic Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 355, "aDef": 20, "lvl": 40, "agiReq": 42, "agi": 8, "aDamPct": 13, "aDefPct": 13, "id": 2388, "set": "Air Relic"}, {"name": "Cosmic Visor", "tier": "Set", "type": "helmet", "quest": "???\u058e", "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 1800, "lvl": 80, "mr": 5, "xpb": 19, "spRegen": 19, "id": 2414, "set": "Cosmic"}, {"name": "Cosmic Walkers", "tier": "Set", "type": "boots", "quest": "???\u058e", "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 1900, "lvl": 80, "xpb": 19, "spd": 15, "spRegen": 19, "id": 2412, "set": "Cosmic"}, {"name": "Dodge Core", "tier": "Set", "category": "accessory", "drop": "NORMAL", "lvl": 84, "agiReq": 30, "hprPct": 12, "spd": 12, "type": "ring", "id": 3606, "set": "Synch Core"}, {"name": "Earth Relic Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 150, "eDef": 4, "lvl": 25, "strReq": 15, "str": 4, "eDamPct": 8, "eDefPct": 6, "id": 2428, "set": "Earth Relic"}, {"name": "Cosmic Ward", "tier": "Set", "type": "leggings", "quest": "???\u058e", "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 2100, "lvl": 80, "xpb": 19, "spd": 15, "spRegen": 19, "id": 2416, "set": "Cosmic"}, {"name": "Earth Relic Helmet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 212, "eDef": 8, "lvl": 30, "strReq": 21, "str": 5, "eDamPct": 10, "eDefPct": 8, "id": 2415, "set": "Earth Relic"}, {"name": "Earth Relic Chestplate", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 285, "eDef": 12, "lvl": 35, "strReq": 27, "str": 7, "eDamPct": 12, "eDefPct": 10, "id": 2418, "set": "Earth Relic"}, {"name": "Earth Relic Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 375, "eDef": 16, "lvl": 40, "strReq": 42, "str": 8, "eDamPct": 14, "eDefPct": 12, "id": 2420, "set": "Earth Relic"}, {"name": "Fire Relic Helmet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 245, "fDef": 10, "lvl": 30, "defReq": 21, "def": 5, "fDamPct": 8, "fDefPct": 10, "id": 2419, "set": "Fire Relic"}, {"name": "Fire Relic Chestplate", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 330, "fDef": 15, "lvl": 35, "defReq": 27, "def": 7, "fDamPct": 10, "fDefPct": 12, "id": 2421, "set": "Fire Relic"}, {"name": "Fire Relic Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 170, "fDef": 5, "lvl": 25, "defReq": 15, "def": 4, "fDamPct": 6, "fDefPct": 8, "id": 2417, "set": "Fire Relic"}, {"name": "Ghostly Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 520, "wDef": 20, "eDef": -15, "lvl": 49, "intReq": 35, "mdPct": -18, "ms": 5, "spRegen": 5, "sdRaw": 65, "id": 2423, "set": "Ghostly"}, {"name": "Fire Relic Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 425, "fDef": 20, "lvl": 40, "defReq": 42, "def": 8, "fDamPct": 12, "fDefPct": 14, "id": 2422, "set": "Fire Relic"}, {"name": "Ghostly Cap", "tier": "Set", "type": "helmet", "allowCraftsman": true, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "tDef": 20, "eDef": -20, "lvl": 48, "mdPct": -6, "ms": 5, "spRegen": 5, "sdRaw": 65, "id": 2424, "set": "Ghostly"}, {"name": "Ghostly Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "tDef": 30, "eDef": -30, "lvl": 50, "dexReq": 45, "mdPct": -24, "ms": 5, "spRegen": 5, "tDamPct": 14, "id": 2425, "set": "Ghostly"}, {"name": "Ghostly Tunic", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 520, "wDef": 30, "eDef": -25, "lvl": 51, "intReq": 45, "mdPct": -12, "ms": 5, "spRegen": 5, "wDamPct": 14, "id": 2444, "set": "Ghostly"}, {"name": "Harden Core", "tier": "Set", "category": "accessory", "drop": "NORMAL", "hp": 888, "fDef": 20, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 84, "defReq": 30, "xpb": 5, "type": "ring", "id": 3616, "set": "Synch Core"}, {"name": "Hustle Core", "tier": "Set", "category": "accessory", "drop": "NORMAL", "lvl": 84, "strReq": 30, "sdPct": 10, "mdPct": 10, "ls": 70, "type": "ring", "id": 3623, "set": "Synch Core"}, {"name": "Horse Hoof", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 355, "fDef": -20, "aDef": 20, "lvl": 40, "agiReq": 25, "agi": 7, "spd": 10, "aDamPct": 8, "id": 2426, "set": "Horse"}, {"name": "Horse Mask", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 405, "fDef": -20, "eDef": 20, "lvl": 42, "strReq": 25, "mdPct": 7, "str": 7, "eDamPct": 8, "id": 2427, "set": "Horse"}, {"name": "Jester Bracelet", "tier": "Set", "thorns": 8, "category": "accessory", "drop": "lootchest", "lvl": 72, "xpb": -25, "lb": -25, "ref": 8, "type": "bracelet", "id": 2431, "set": "Jester"}, {"name": "Jester Necklace", "tier": "Set", "category": "accessory", "drop": "lootchest", "lvl": 54, "xpb": -25, "lb": -25, "eSteal": 4, "type": "necklace", "id": 2429, "set": "Jester"}, {"name": "Jester Ring", "tier": "Set", "category": "accessory", "drop": "lootchest", "lvl": 69, "ls": 50, "xpb": -25, "lb": -25, "type": "ring", "id": 2430, "set": "Jester"}, {"name": "Kaerynn's Body", "tier": "Set", "type": "chestplate", "quest": "Aldorei's Secret Part II", "category": "armor", "slots": 2, "drop": "never", "hp": 2075, "fDef": -50, "eDef": 120, "lvl": 78, "strReq": 45, "sdPct": 15, "mdPct": 15, "eDamPct": 20, "id": 2432, "set": "Kaerynn's"}, {"name": "Leaf Boots", "tier": "Set", "type": "boots", "set": "Leaf", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 14, "eDef": 2, "lvl": 4, "hprPct": 10, "hprRaw": 1, "id": 2435}, {"name": "Leaf Cap", "tier": "Set", "type": "helmet", "set": "Leaf", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 9, "eDef": 2, "lvl": 2, "hprPct": 6, "hprRaw": 1, "id": 2438}, {"name": "Kaerynn's Mind", "tier": "Set", "type": "helmet", "quest": "Aldorei's Secret Part II", "category": "armor", "slots": 2, "drop": "never", "hp": 2075, "fDef": -50, "wDef": 120, "lvl": 78, "intReq": 45, "hprPct": 25, "mr": 5, "wDamPct": 20, "id": 2433, "set": "Kaerynn's"}, {"name": "Leaf Pants", "tier": "Set", "type": "leggings", "set": "Leaf", "thorns": 7, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 17, "eDef": 3, "lvl": 5, "hprPct": 8, "id": 2434}, {"name": "Mask of the Dark Vexations", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 90, "lvl": 20, "dexReq": 5, "intReq": 5, "defReq": 5, "mdPct": -15, "xpb": 10, "fDamPct": 7, "wDamPct": 7, "tDamPct": 7, "id": 2437, "set": "Vexing"}, {"name": "Leaf Tunic", "tier": "Set", "type": "chestplate", "set": "Leaf", "thorns": 5, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 22, "lvl": 6, "str": 3, "hprRaw": 2, "id": 2450}, {"name": "Morph-Emerald", "tier": "Set", "category": "accessory", "drop": "lootchest", "hp": 50, "lvl": 37, "strReq": 16, "dexReq": 16, "intReq": 16, "agiReq": 16, "defReq": 16, "lb": 8, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "type": "ring", "id": 2439, "set": "Morph"}, {"name": "Morph-Iron", "tier": "Set", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 600, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 50, "strReq": 22, "dexReq": 22, "intReq": 22, "agiReq": 22, "defReq": 22, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "id": 2442, "set": "Morph"}, {"name": "Morph-Gold", "tier": "Set", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 150, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 25, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 15, "mr": 5, "sdPct": 10, "mdPct": 10, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 10, "id": 2440, "set": "Morph"}, {"name": "Morph-Amethyst", "tier": "Set", "category": "accessory", "drop": "lootchest", "hp": 225, "lvl": 87, "strReq": 41, "dexReq": 41, "intReq": 41, "agiReq": 41, "defReq": 41, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spRegen": 10, "type": "bracelet", "id": 2436, "set": "Morph"}, {"name": "Morph-Ruby", "tier": "Set", "category": "accessory", "drop": "lootchest", "hp": 175, "lvl": 62, "strReq": 29, "dexReq": 29, "intReq": 29, "agiReq": 29, "defReq": 29, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "eSteal": 5, "type": "necklace", "id": 2441, "set": "Morph"}, {"name": "Nether Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "fDef": 12, "wDef": -6, "lvl": 28, "defReq": 25, "lb": 6, "expd": 6, "fDamPct": 8, "id": 2449, "set": "Nether"}, {"name": "Morph-Steel", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1750, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 75, "strReq": 35, "dexReq": 35, "intReq": 35, "agiReq": 35, "defReq": 35, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 2443, "set": "Morph"}, {"name": "Morph-Topaz", "tier": "Set", "category": "accessory", "drop": "lootchest", "lvl": 12, "strReq": 4, "dexReq": 4, "intReq": 4, "agiReq": 4, "defReq": 4, "xpb": 8, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "type": "ring", "id": 2447, "set": "Morph"}, {"name": "Nether Cap", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 150, "fDef": 6, "wDef": -6, "lvl": 24, "defReq": 10, "lb": 9, "def": 4, "expd": 8, "id": 2446, "set": "Nether"}, {"name": "Nether Tunic", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 160, "fDef": 8, "wDef": -6, "lvl": 25, "defReq": 15, "def": 5, "fDamPct": 6, "id": 2452, "set": "Nether"}, {"name": "Outlaw Cap", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 370, "fDef": -30, "lvl": 39, "agiReq": 40, "ls": 31, "eSteal": 5, "mdRaw": 39, "id": 2454, "set": "Outlaw"}, {"name": "Nether Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 190, "fDef": 10, "wDef": -6, "lvl": 27, "defReq": 20, "lb": 7, "def": 7, "expd": 6, "id": 2448, "set": "Nether"}, {"name": "Outlaw Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 325, "eDef": -20, "lvl": 36, "agiReq": 30, "ls": 29, "agi": 7, "eSteal": 5, "id": 2453, "set": "Outlaw"}, {"name": "Outlaw Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 345, "tDef": -20, "lvl": 37, "agiReq": 35, "mdPct": 8, "ls": 29, "eSteal": 4, "id": 2451, "set": "Outlaw"}, {"name": "Outlaw Tunic", "tier": "Set", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 380, "wDef": -20, "lvl": 38, "agiReq": 35, "ls": 29, "eSteal": 4, "aDamPct": 8, "id": 2456, "set": "Outlaw"}, {"name": "Overload Core", "tier": "Set", "category": "accessory", "drop": "NORMAL", "lvl": 87, "xpb": 10, "type": "necklace", "id": 3613, "set": "Synch Core"}, {"name": "Relic Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 150, "fDef": 4, "wDef": 4, "aDef": 4, "tDef": 4, "eDef": 4, "lvl": 25, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "fDefPct": 7, "wDefPct": 7, "aDefPct": 7, "tDefPct": 7, "eDefPct": 7, "id": 2459, "set": "Relic"}, {"name": "Pigman Helmet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 80, "aDef": -5, "eDef": 5, "lvl": 15, "strReq": 5, "spd": -4, "eDamPct": 14, "id": 2455, "set": "Pigman"}, {"name": "Pigman Battle Hammer", "tier": "Set", "type": "spear", "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, "strReq": 5, "str": 4, "spd": -6, "id": 2457, "set": "Pigman"}, {"name": "Relic Helmet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 215, "fDef": 8, "wDef": 8, "aDef": 8, "tDef": 8, "eDef": 8, "lvl": 30, "strReq": 7, "dexReq": 7, "intReq": 7, "agiReq": 7, "defReq": 7, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "id": 2461, "set": "Relic"}, {"name": "Relic Chestplate", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 285, "fDef": 12, "wDef": 12, "aDef": 12, "tDef": 12, "eDef": 12, "lvl": 35, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "fDefPct": 9, "wDefPct": 9, "aDefPct": 9, "tDefPct": 9, "eDefPct": 9, "id": 2458, "set": "Relic"}, {"name": "Silverfish Boots", "tier": "Set", "type": "boots", "poison": 130, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 10, "aDef": 8, "eDef": 2, "lvl": 32, "agiReq": 30, "agi": 13, "id": 2462, "set": "Silverfish"}, {"name": "Silverfish Helm", "tier": "Set", "type": "helmet", "poison": 145, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 15, "aDef": 12, "eDef": 6, "lvl": 34, "agiReq": 35, "spd": 10, "id": 2463, "set": "Silverfish"}, {"name": "Skien Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 775, "lvl": 53, "sdPct": -12, "mdPct": 10, "str": 5, "spd": 5, "id": 2464, "set": "Skien's"}, {"name": "Skien Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 850, "lvl": 55, "def": 5, "spd": 5, "sdRaw": -115, "mdRaw": 95, "id": 2465, "set": "Skien's"}, {"name": "Slime Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 715, "lvl": 51, "strReq": 15, "defReq": 35, "str": 7, "agi": -4, "def": 5, "spd": -6, "id": 2467, "set": "Slime"}, {"name": "Morph-Stardust", "tier": "Set", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3250, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 100, "strReq": 45, "dexReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "mr": 5, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 15, "hprRaw": 200, "sdRaw": 140, "mdRaw": 135, "id": 2445, "set": "Morph"}, {"name": "Skien's Fatigues", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 1000, "lvl": 57, "strReq": 35, "defReq": 35, "sdPct": -20, "mdPct": 17, "str": 8, "def": 8, "sdRaw": -140, "mdRaw": 115, "id": 2466, "set": "Skien's"}, {"name": "Slime Plate", "tier": "Set", "type": "chestplate", "poison": 290, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "eDef": 30, "lvl": 53, "strReq": 20, "defReq": 35, "spd": -6, "id": 2469, "set": "Slime"}, {"name": "Snail Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3350, "fDef": 75, "eDef": 55, "lvl": 94, "strReq": 55, "defReq": 70, "hprPct": 20, "def": 9, "spd": -7, "fDefPct": 10, "id": 2471, "set": "Snail"}, {"name": "Relic Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 375, "fDef": 14, "wDef": 14, "aDef": 14, "tDef": 14, "eDef": 14, "lvl": 40, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "id": 2460, "set": "Relic"}, {"name": "Snail Leggings", "tier": "Set", "type": "leggings", "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3575, "fDef": 90, "eDef": 65, "lvl": 95, "strReq": 60, "defReq": 80, "hprPct": 20, "def": 9, "spd": -7, "id": 2470, "set": "Snail"}, {"name": "Snail Mail", "tier": "Set", "type": "chestplate", "thorns": 15, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3950, "fDef": 100, "eDef": 75, "lvl": 97, "strReq": 65, "defReq": 90, "hprPct": 20, "agi": -10, "fDefPct": 9, "eDefPct": 9, "id": 2473, "set": "Snail"}, {"name": "Snail Helm", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3125, "fDef": 60, "eDef": 45, "lvl": 93, "strReq": 50, "defReq": 60, "def": 9, "spd": -7, "hprRaw": 170, "eDefPct": 10, "id": 2468, "set": "Snail"}, {"name": "Snow Helmet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 405, "aDef": 15, "lvl": 42, "agiReq": 15, "hprPct": -15, "ref": 10, "aDefPct": 10, "id": 2480, "set": "Snow"}, {"name": "Snow Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 380, "wDef": 15, "lvl": 41, "intReq": 15, "hprPct": -15, "mr": 5, "wDefPct": 10, "id": 2472, "set": "Snow"}, {"name": "Spore Cap", "tier": "Set", "type": "helmet", "poison": 18, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 55, "lvl": 13, "str": 4, "id": 2475, "set": "Spore"}, {"name": "Snow Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 425, "wDef": 20, "aDef": 20, "lvl": 43, "intReq": 20, "agiReq": 20, "hprPct": -15, "ref": 10, "wDamPct": 8, "aDamPct": 8, "id": 2474, "set": "Snow"}, {"name": "Spore Shortsword", "tier": "Set", "type": "dagger", "poison": 36, "category": "weapon", "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, "expd": 10, "id": 2477, "set": "Spore"}, {"name": "Snow Tunic", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "wDef": 25, "aDef": 25, "lvl": 44, "intReq": 25, "agiReq": 25, "hprPct": -15, "mr": 5, "wDefPct": 8, "aDefPct": 8, "id": 2476, "set": "Snow"}, {"name": "Synchro Core", "tier": "Set", "category": "accessory", "drop": "NORMAL", "lvl": 87, "xpb": 10, "type": "bracelet", "id": 3604, "set": "Synch Core"}, {"name": "Thunder Relic Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 135, "tDef": 3, "lvl": 25, "dexReq": 15, "dex": 4, "tDamPct": 10, "tDefPct": 4, "id": 2482, "set": "Thunder Relic"}, {"name": "Staff of the Dark Vexations", "tier": "Set", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "4-9", "wDam": "6-7", "aDam": "0-0", "tDam": "1-13", "eDam": "0-0", "atkSpd": "FAST", "lvl": 25, "dexReq": 5, "intReq": 5, "defReq": 5, "mdPct": -10, "dex": 4, "int": 4, "def": 4, "id": 2479, "set": "Vexing"}, {"name": "Thunder Relic Chestplate", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 260, "tDef": 9, "lvl": 35, "dexReq": 27, "dex": 7, "tDamPct": 14, "tDefPct": 8, "id": 2481, "set": "Thunder Relic"}, {"name": "Thunder Relic Helmet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 190, "tDef": 6, "lvl": 30, "dexReq": 21, "dex": 5, "tDamPct": 12, "tDefPct": 6, "id": 2483, "set": "Thunder Relic"}, {"name": "Thunder Relic Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 335, "tDef": 12, "lvl": 40, "dexReq": 42, "dex": 8, "tDamPct": 16, "tDefPct": 10, "id": 2485, "set": "Thunder Relic"}, {"name": "Time Ring", "tier": "Set", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 80, "hprPct": 10, "type": "ring", "fixID": true, "id": 2488, "set": "Clock"}, {"name": "Tribal Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 80, "lvl": 18, "lb": 8, "mdRaw": 20, "fixID": true, "id": 2491, "set": "Tribal"}, {"name": "Tribal Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 75, "lvl": 18, "lb": 5, "agi": 3, "fixID": true, "id": 2484, "set": "Tribal"}, {"name": "Tribal Tunic", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "lvl": 18, "mdPct": 10, "lb": 5, "fixID": true, "id": 2490, "set": "Tribal"}, {"name": "Tribal Cap", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 70, "lvl": 18, "lb": 7, "agi": 2, "fixID": true, "id": 2487, "set": "Tribal"}, {"name": "Ultramarine Belt", "tier": "Set", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 950, "wDef": 40, "tDef": -40, "lvl": 63, "intReq": 90, "mr": 5, "lb": 8, "int": 7, "wDefPct": 8, "id": 2486, "set": "Ultramarine"}, {"name": "Ultramarine Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 880, "wDef": 80, "tDef": -20, "lvl": 61, "intReq": 80, "sdPct": 7, "lb": 7, "wDefPct": 8, "id": 2489, "set": "Ultramarine"}, {"name": "Veekhat's Horns", "tier": "Set", "type": "helmet", "quest": "Cowfusion", "sprint": 15, "category": "armor", "slots": 2, "drop": "never", "hp": 2675, "eDef": 150, "lvl": 89, "mdRaw": 180, "eDamPct": 20, "id": 2492, "set": "Veekhat's"}, {"name": "Ultramarine Cape", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 1000, "tDef": -70, "lvl": 65, "intReq": 100, "mr": 10, "mdPct": -14, "lb": 9, "wDefPct": 8, "id": 2495, "set": "Ultramarine"}, {"name": "Ultramarine Crown", "tier": "Set", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 800, "wDef": 140, "lvl": 59, "intReq": 70, "lb": 6, "int": 7, "wDefPct": 8, "id": 2493, "set": "Ultramarine"}, {"name": "Villager Mail", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 140, "lvl": 26, "xpb": 5, "lb": 10, "id": 2498, "set": "Villager"}, {"name": "Veekhat's Udders", "tier": "Set", "type": "chestplate", "quest": "Cowfusion", "sprint": 18, "category": "armor", "slots": 2, "drop": "never", "hp": 2550, "aDef": 150, "lvl": 89, "ms": 5, "aDamPct": 18, "id": 2494, "set": "Veekhat's"}, {"name": "Visceral Chest", "tier": "Set", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 1545, "fDef": -25, "wDef": -25, "aDef": -25, "tDef": -25, "eDef": -25, "lvl": 71, "mdPct": 15, "hprRaw": 50, "mdRaw": 100, "id": 2497, "set": "Visceral"}, {"name": "Visceral Skullcap", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1400, "lvl": 68, "mdPct": 13, "ls": 80, "hprRaw": 39, "id": 2496, "set": "Visceral"}, {"name": "Villager Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 120, "lvl": 24, "xpb": 10, "lb": 5, "id": 2500, "set": "Villager"}, {"name": "Visceral Toe", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1445, "lvl": 69, "mdPct": 10, "ls": 60, "mdRaw": 75, "id": 2503, "set": "Visceral"}, {"name": "Water Relic Boots", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 130, "wDef": 6, "lvl": 25, "intReq": 15, "int": 4, "wDamPct": 4, "wDefPct": 10, "id": 2501, "set": "Water Relic"}, {"name": "Water Relic Chestplate", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 245, "wDef": 18, "lvl": 35, "intReq": 27, "int": 7, "wDamPct": 8, "wDefPct": 14, "id": 2505, "set": "Water Relic"}, {"name": "Watch Bracelet", "tier": "Set", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 86, "lb": 6, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "type": "bracelet", "fixID": true, "id": 2502, "set": "Clock"}, {"name": "Water Relic Helmet", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 185, "wDef": 12, "lvl": 30, "intReq": 21, "int": 5, "wDamPct": 6, "wDefPct": 12, "id": 2504, "set": "Water Relic"}, {"name": "Water Relic Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 320, "wDef": 24, "lvl": 40, "intReq": 42, "int": 8, "wDamPct": 10, "wDefPct": 16, "id": 2506, "set": "Water Relic"}, {"name": "Reciprocator", "tier": "Rare", "type": "relik", "thorns": 40, "category": "weapon", "slots": 1, "drop": "never", "nDam": "240-300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 44, "ref": 40, "agi": 10, "def": -10, "spd": -10, "wDamPct": 15, "fixID": true, "spRaw1": -5, "id": 2509}, {"name": "Ablution", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "40-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 30, "intReq": 12, "mr": 5, "int": 6, "wDamPct": 10, "tDamPct": -10, "wDefPct": 10, "tDefPct": -10, "fixID": true, "id": 2507}, {"name": "Ciel", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "28-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "45-75", "eDam": "0-0", "atkSpd": "FAST", "lvl": 94, "dexReq": 50, "ms": 5, "xpb": 10, "dex": 5, "tDamPct": 22, "tDefPct": 8, "fixID": true, "id": 2508}, {"name": "Cloudwalkers", "tier": "Unique", "type": "boots", "sprint": 15, "category": "armor", "slots": 3, "drop": "never", "aDef": 100, "lvl": 94, "agiReq": 50, "sdPct": 40, "xpb": 10, "spd": 30, "aDamPct": 30, "aDefPct": 20, "fixID": true, "id": 2510}, {"name": "Ahms' Remains", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 4, "drop": "never", "hp": 2550, "aDef": -120, "eDef": 90, "lvl": 97, "strReq": 65, "sdPct": 15, "mdPct": 12, "ms": 10, "str": 8, "sdRaw": 205, "eDamPct": 10, "aDefPct": -15, "fixID": true, "id": 2512}, {"name": "Earth Drift", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "70-101", "tDam": "0-0", "eDam": "32-50", "atkSpd": "VERY_FAST", "lvl": 95, "strReq": 50, "agiReq": 30, "mdPct": 12, "str": 4, "agi": 8, "spd": 12, "sdRaw": -45, "mdRaw": 50, "eDamPct": 20, "fixID": true, "id": 2511}, {"name": "Highrise", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "120-142", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "agiReq": 50, "ms": 5, "hpBonus": -1200, "aDamPct": 20, "fDefPct": -20, "fixID": true, "jh": 2, "id": 2513}, {"name": "Fallbreakers", "tier": "Rare", "type": "boots", "thorns": 15, "category": "armor", "slots": 3, "drop": "never", "hp": 3600, "fDef": 120, "wDef": 110, "aDef": 80, "tDef": 100, "eDef": 90, "lvl": 95, "defReq": 40, "ref": 15, "def": 10, "hprRaw": 195, "fDefPct": 10, "wDefPct": 15, "aDefPct": 30, "tDefPct": 20, "eDefPct": 25, "fixID": true, "id": 2519}, {"name": "Island Sniper", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "425-845", "fDam": "0-0", "wDam": "0-0", "aDam": "400-425", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 96, "agiReq": 55, "mdPct": 15, "ms": 5, "dex": 7, "hpBonus": -1750, "tDamPct": 10, "fixID": true, "id": 2514}, {"name": "Restorator", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-60", "fDam": "80-100", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 96, "defReq": 55, "hprPct": 40, "str": 7, "def": 4, "hpBonus": 2500, "hprRaw": 230, "wDefPct": 20, "eDefPct": 15, "fixID": true, "id": 2515}, {"name": "Shard of Sky", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "nDam": "80-160", "fDam": "0-0", "wDam": "0-0", "aDam": "60-80", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 94, "agiReq": 55, "dex": 6, "agi": 10, "spd": 16, "aDamPct": 16, "aDefPct": 8, "fixID": true, "id": 2521}, {"name": "Stormcloud", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "never", "nDam": "40-60", "fDam": "0-0", "wDam": "145-170", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "intReq": 55, "mr": 10, "mdPct": -30, "int": 10, "fDefPct": -15, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "fixID": true, "id": 2520}, {"name": "Skyfloat", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 4, "drop": "never", "hp": 2750, "fDef": 50, "wDef": -150, "aDef": 150, "eDef": -50, "lvl": 94, "agiReq": 50, "mr": 10, "agi": 8, "def": 12, "spd": 15, "hprRaw": 230, "fixID": true, "jh": 1, "id": 2518}, {"name": "Vagabond's Disgrace", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "200-225", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "300-340", "eDam": "300-340", "atkSpd": "VERY_SLOW", "lvl": 96, "strReq": 65, "dexReq": 70, "mdPct": 30, "eSteal": 5, "wDamPct": -50, "tDamPct": 20, "eDamPct": 20, "wDefPct": -50, "fixID": true, "spPct4": 35, "id": 2522}, {"name": "Stalactite", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 2875, "wDef": -70, "aDef": -100, "tDef": 140, "eDef": 140, "lvl": 96, "strReq": 60, "dexReq": 50, "ls": 285, "lb": 10, "tDamPct": 14, "eDamPct": 14, "aDefPct": -12, "fixID": true, "spPct1": -14, "spPct3": -14, "spPct4": 35, "id": 2516}, {"name": "Visceral Legs", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1500, "lvl": 70, "ls": 110, "hprRaw": 65, "mdRaw": 60, "id": 2499, "set": "Visceral"}, {"name": "Clawctus", "tier": "Unique", "type": "dagger", "thorns": 8, "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, "dex": 3, "mdRaw": 25, "eDamPct": 7, "fixID": true, "id": 2523}, {"name": "Drought Savior", "tier": "Unique", "type": "dagger", "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, "intReq": 15, "hprPct": 5, "mr": 5, "hpBonus": 35, "hprRaw": 12, "fixID": true, "id": 2525}, {"name": "Crocodile", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 220, "wDef": 10, "lvl": 34, "intReq": 5, "int": 2, "spd": -6, "sdRaw": 30, "fixID": true, "id": 2524}, {"name": "Hood of the Resistance", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 175, "aDef": -8, "tDef": 5, "eDef": 5, "lvl": 32, "strReq": 15, "lb": 4, "str": 4, "eSteal": 3, "fixID": true, "id": 2526}, {"name": "Drywind", "tier": "Rare", "type": "spear", "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, "agiReq": 15, "sdPct": 6, "ref": 5, "agi": 2, "spd": 5, "fixID": true, "id": 2530}, {"name": "Venom", "tier": "Unique", "type": "bow", "poison": 160, "thorns": 5, "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, "hprPct": -12, "def": 3, "hprRaw": 14, "fixID": true, "id": 2529}, {"name": "Spider Silk Carduroys", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 185, "lvl": 29, "hprPct": 10, "ls": 13, "agi": 3, "fixID": true, "id": 2532}, {"name": "Boundary", "tier": "Rare", "type": "relik", "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, "strReq": 15, "sdPct": -10, "str": 8, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "fixID": true, "id": 2528}, {"name": "Vagabond", "tier": "Rare", "type": "chestplate", "poison": 90, "category": "armor", "slots": 1, "drop": "never", "hp": 160, "tDef": 10, "eDef": -12, "lvl": 33, "dexReq": 20, "agiReq": 10, "xpb": 7, "dex": 2, "agi": 2, "spd": 6, "fixID": true, "id": 2527}, {"name": "Horseshoe", "tier": "Rare", "category": "accessory", "drop": "never", "lvl": 44, "agiReq": 15, "agi": 2, "spd": 9, "mdRaw": 16, "type": "ring", "fixID": true, "id": 2535}, {"name": "Bountiful", "tier": "Unique", "type": "wand", "poison": -20, "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, "xpb": 10, "lb": 15, "hprRaw": 5, "fixID": true, "id": 2534}, {"name": "Savannah Wind", "tier": "Rare", "type": "bow", "category": "weapon", "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, "agiReq": 8, "xpb": 5, "ref": 8, "agi": 4, "spd": 8, "hpBonus": -40, "fixID": true, "id": 2531}, {"name": "Pursuit", "tier": "Unique", "type": "spear", "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, "agiReq": 5, "ls": 7, "dex": 4, "spd": 12, "aDamPct": 8, "fixID": true, "id": 2536}, {"name": "Acevro", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "105-150", "fDam": "0-0", "wDam": "0-0", "aDam": "85-130", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "agiReq": 30, "mr": 5, "def": -10, "spd": 15, "wDamPct": 40, "aDamPct": 20, "fixID": true, "id": 2541}, {"name": "Smithy", "tier": "Unique", "category": "accessory", "drop": "never", "wDef": -15, "eDef": 10, "lvl": 47, "fDamPct": 6, "eDamPct": 6, "fDefPct": 7, "eDefPct": 7, "type": "ring", "fixID": true, "id": 2543}, {"name": "Stainless Steel", "tier": "Rare", "category": "accessory", "drop": "never", "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 48, "defReq": 30, "ref": 8, "type": "bracelet", "fixID": true, "id": 2538}, {"name": "Ascension", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-30", "fDam": "0-0", "wDam": "0-0", "aDam": "60-60", "tDam": "60-60", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 72, "dexReq": 25, "agiReq": 25, "ms": 5, "str": -4, "dex": 8, "agi": 8, "def": -4, "spd": 12, "wDamPct": -15, "fixID": true, "id": 2540}, {"name": "Calor", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 1875, "fDef": 100, "lvl": 74, "defReq": 45, "hprPct": 15, "def": 7, "hprRaw": 70, "fDamPct": 10, "fDefPct": 10, "wDefPct": -20, "fixID": true, "id": 2546}, {"name": "Golem Gauntlet", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 45, "defReq": 20, "str": 1, "def": 5, "spd": -6, "type": "bracelet", "fixID": true, "id": 2533}, {"name": "Charger", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 850, "aDef": 35, "tDef": 35, "lvl": 72, "dexReq": 15, "agiReq": 15, "sdPct": 8, "mdPct": 8, "dex": 3, "agi": 3, "spd": 16, "aDamPct": 12, "tDamPct": 12, "fixID": true, "id": 2542}, {"name": "Cinfras Souvenir T-Shirt", "tier": "Normal", "type": "chestplate", "category": "armor", "drop": "NEVER", "hp": 10, "lvl": 1, "id": 3631}, {"name": "Cold Snap", "tier": "Unique", "type": "boots", "thorns": 15, "category": "armor", "slots": 3, "drop": "never", "hp": 1450, "wDef": 50, "aDef": 50, "lvl": 71, "intReq": 10, "agiReq": 15, "ref": 15, "int": 3, "agi": 3, "fDamPct": -15, "wDefPct": 10, "aDefPct": 10, "fixID": true, "id": 2544}, {"name": "Courser", "tier": "Unique", "type": "bow", "thorns": 25, "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, "dexReq": 15, "dex": 5, "spd": 5, "tDamPct": 25, "fixID": true, "id": 2545}, {"name": "Crying Heart", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "nDam": "30-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "25-100", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "dexReq": 25, "ls": -145, "dex": 10, "tDamPct": 10, "eDamPct": 15, "fixID": true, "id": 2549}, {"name": "Diabloviento", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "90-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 72, "agiReq": 25, "spd": 15, "fDamPct": 25, "aDamPct": 15, "fixID": true, "id": 2547}, {"name": "Blade of Instinct", "tier": "Rare", "type": "spear", "thorns": 20, "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, "defReq": 10, "ref": 20, "def": 2, "hpBonus": 30, "fixID": true, "id": 2537}, {"name": "Forge's Shock", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "95-105", "wDam": "0-0", "aDam": "0-0", "tDam": "100-125", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 71, "dexReq": 28, "defReq": 28, "xpb": 15, "spd": -15, "mdRaw": 130, "fDamPct": 20, "fDefPct": 20, "fixID": true, "id": 2550}, {"name": "Enerxia", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "nDam": "80-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "45-70", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "dexReq": 20, "mdPct": 10, "ms": 5, "dex": 5, "tDamPct": 20, "eDamPct": -15, "fixID": true, "id": 2548}, {"name": "Howler", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "hp": 1025, "aDef": 60, "lvl": 70, "agiReq": 20, "sdPct": 15, "agi": 5, "mdRaw": 100, "aDamPct": 15, "fixID": true, "id": 2559}, {"name": "Heart Piercer", "tier": "Unique", "type": "spear", "poison": 350, "category": "weapon", "slots": 2, "drop": "never", "nDam": "30-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-150", "eDam": "0-0", "atkSpd": "FAST", "lvl": 71, "sdRaw": -50, "mdRaw": 85, "fixID": true, "id": 2552}, {"name": "Ivoire", "tier": "Unique", "type": "wand", "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, "agiReq": 15, "int": 5, "hpBonus": 200, "wDamPct": 40, "fixID": true, "id": 2554}, {"name": "Pewter Ring", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 70, "lvl": 46, "defReq": 10, "def": 3, "type": "ring", "fixID": true, "id": 2539}, {"name": "Letum", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 1050, "tDef": 65, "lvl": 72, "dexReq": 35, "sdPct": 15, "mdPct": 15, "dex": 7, "def": -10, "expd": 10, "tDamPct": 25, "eDefPct": -15, "fixID": true, "id": 2556}, {"name": "Magic Cloak", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "hp": 1350, "wDef": 90, "lvl": 73, "intReq": 35, "sdPct": 12, "mdPct": -15, "int": 5, "sdRaw": 30, "wDamPct": 20, "fixID": true, "id": 2553}, {"name": "Regar", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "nDam": "80-125", "fDam": "0-0", "wDam": "25-44", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 73, "intReq": 25, "sdPct": 15, "sdRaw": 65, "mdRaw": -91, "wDamPct": 30, "fixID": true, "id": 2557}, {"name": "Miotal", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "144-240", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "72-120", "atkSpd": "SLOW", "lvl": 74, "strReq": 25, "def": 5, "hpBonus": 300, "fDamPct": 25, "fDefPct": 10, "eDefPct": 10, "fixID": true, "id": 2555}, {"name": "Rocher", "tier": "Rare", "type": "spear", "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, "strReq": 30, "mdPct": 15, "str": 10, "spd": -10, "eDefPct": 15, "fixID": true, "id": 2560}, {"name": "Silencer", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 1700, "fDef": 90, "lvl": 70, "defReq": 20, "def": 5, "hprRaw": 75, "sdRaw": -100, "fDefPct": 15, "fixID": true, "id": 2562}, {"name": "Router", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "fDef": 50, "eDef": 50, "lvl": 72, "strReq": 15, "defReq": 15, "str": 3, "agi": -5, "def": 3, "spd": -12, "fDamPct": 10, "eDamPct": 10, "fixID": true, "id": 2558}, {"name": "Searing Soles", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 1450, "fDef": 65, "lvl": 71, "defReq": 25, "hprPct": 20, "def": 5, "expd": 5, "fDamPct": 15, "wDamPct": -10, "fixID": true, "id": 2563}, {"name": "Stone Crunch", "tier": "Rare", "type": "relik", "thorns": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "100-113", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "145-175", "atkSpd": "NORMAL", "lvl": 74, "strReq": 40, "ms": -5, "mdRaw": 160, "eDamPct": 10, "wDefPct": -20, "fixID": true, "id": 2564}, {"name": "Sleek", "tier": "Unique", "type": "dagger", "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, "agiReq": 25, "lb": 5, "ref": 15, "agi": 10, "spd": 15, "fixID": true, "id": 2561}, {"name": "Solum", "tier": "Rare", "type": "leggings", "thorns": 15, "category": "armor", "slots": 3, "drop": "never", "hp": 1700, "eDef": 110, "lvl": 73, "strReq": 40, "str": 7, "eDamPct": 15, "fDefPct": 10, "aDefPct": -10, "tDefPct": 10, "eDefPct": 15, "fixID": true, "id": 2566}, {"name": "Vis", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 1350, "wDef": 75, "lvl": 71, "intReq": 30, "mr": 10, "int": 7, "wDamPct": 10, "tDefPct": -10, "fixID": true, "id": 2569}, {"name": "Torch", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "130-200", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 73, "defReq": 30, "def": 5, "hpBonus": 400, "fDamPct": 70, "wDamPct": -60, "fixID": true, "id": 2565}, {"name": "Tragedy", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "nDam": "50-65", "fDam": "0-0", "wDam": "40-85", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "intReq": 25, "mr": -5, "ms": -5, "str": -10, "hpBonus": -100, "wDamPct": 50, "fixID": true, "id": 2567}, {"name": "Composite Shooter", "displayName": "Pressure Blaster", "tier": "Rare", "type": "bow", "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, "intReq": 50, "mr": 10, "int": 12, "sdRaw": 150, "fixID": true, "id": 2568}, {"name": "Carbon Weave", "tier": "Unique", "type": "leggings", "thorns": 20, "category": "armor", "slots": 2, "drop": "never", "hp": 2650, "fDef": 70, "aDef": -120, "eDef": 70, "lvl": 86, "strReq": 35, "defReq": 35, "mdPct": 10, "str": 8, "def": 8, "fDamPct": 15, "eDamPct": 15, "fDefPct": 20, "eDefPct": 20, "fixID": true, "id": 2570}, {"name": "Heavy Aegis", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 1500, "eDef": 75, "lvl": 73, "strReq": 35, "sdPct": -12, "mdPct": 15, "str": 5, "eDamPct": 20, "eDefPct": 10, "fixID": true, "id": 2551}, {"name": "Corkian War Pick", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "115-140", "tDam": "115-140", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "dexReq": 35, "agiReq": 35, "mdPct": 10, "str": 8, "spd": 10, "mdRaw": 150, "aDamPct": 10, "tDamPct": 10, "fDefPct": -20, "wDefPct": -20, "fixID": true, "id": 2572}, {"name": "Genetor", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "65-125", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 87, "dexReq": 50, "ms": 5, "ref": 12, "dex": 5, "sdRaw": 145, "tDefPct": 10, "fixID": true, "id": 2575}, {"name": "Gear Grinder", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "nDam": "55-150", "fDam": "25-75", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 86, "defReq": 40, "mr": 5, "sdPct": 8, "mdPct": 12, "xpb": 8, "expd": 20, "fixID": true, "id": 2574}, {"name": "Cranial Panel", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 2150, "fDef": 60, "wDef": 60, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 85, "intReq": 30, "defReq": 30, "mr": 10, "sdPct": -15, "mdPct": -25, "int": 14, "def": 14, "hprRaw": 100, "fDefPct": 10, "wDefPct": 10, "fixID": true, "id": 2573}, {"name": "Corkian Jet Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 2225, "wDef": 60, "tDef": 60, "lvl": 86, "agi": 5, "spd": 20, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "fixID": true, "jh": 2, "id": 2571}, {"name": "Info Visor", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "hp": 1600, "wDef": 115, "eDef": -100, "lvl": 85, "dexReq": 30, "intReq": 40, "sdPct": 5, "xpb": 15, "int": 20, "sdRaw": 65, "fixID": true, "id": 2577}, {"name": "Latency", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 2250, "aDef": -180, "tDef": 120, "eDef": 30, "lvl": 87, "strReq": 50, "dexReq": 50, "sdPct": 12, "mdPct": 12, "ms": 10, "str": 5, "dex": 5, "spd": -15, "tDamPct": 18, "eDamPct": 18, "fixID": true, "id": 2580}, {"name": "Hydrocharger", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "nDam": "32-40", "fDam": "0-0", "wDam": "24-48", "aDam": "0-0", "tDam": "24-48", "eDam": "0-0", "atkSpd": "FAST", "lvl": 85, "dexReq": 30, "intReq": 30, "sdPct": 30, "mdPct": -30, "dex": 5, "int": 5, "aDefPct": -40, "fixID": true, "id": 2576}, {"name": "Metal Body Suit", "tier": "Unique", "type": "chestplate", "thorns": 10, "category": "armor", "slots": 2, "drop": "never", "hp": 2575, "fDef": 80, "wDef": -80, "tDef": 80, "eDef": -80, "lvl": 88, "dexReq": 40, "defReq": 40, "ls": 165, "ref": 15, "dex": 4, "int": -21, "agi": 6, "def": 4, "spd": 10, "fixID": true, "spPct1": -17, "id": 2579}, {"name": "Siliquartz Blend", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "never", "hp": 2300, "lvl": 87, "sdPct": 20, "xpb": 5, "sdRaw": 130, "fixID": true, "id": 2583}, {"name": "Skyline Cries", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "57-63", "fDam": "110-130", "wDam": "110-130", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 87, "intReq": 40, "defReq": 25, "int": 5, "def": 10, "spd": -10, "hpBonus": 2750, "fixID": true, "spRaw2": 15, "id": 2578}, {"name": "Shortout", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "nDam": "50-350", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "5-50", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 86, "dexReq": 40, "ls": -145, "ref": 14, "expd": 22, "tDamPct": 26, "wDefPct": -12, "fixID": true, "id": 2581}, {"name": "Solar Sword", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "nDam": "160-250", "fDam": "80-130", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 87, "defReq": 50, "hprPct": 20, "ls": 260, "def": 7, "hpBonus": 1600, "fDefPct": 30, "eDefPct": -10, "fixID": true, "id": 2585}, {"name": "The Airway", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "63-69", "fDam": "0-0", "wDam": "0-0", "aDam": "56-66", "tDam": "41-81", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 88, "dexReq": 35, "agiReq": 30, "dex": 8, "spd": 10, "aDamPct": 12, "tDamPct": 12, "eDefPct": -30, "fixID": true, "jh": 1, "id": 2582}, {"name": "Windmill", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "nDam": "100-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 85, "agiReq": 40, "ref": 30, "agi": 5, "spd": 7, "aDamPct": 30, "aDefPct": 20, "fixID": true, "id": 2587}, {"name": "Thermals", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "95-105", "fDam": "98-102", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 86, "defReq": 45, "spd": 10, "hprRaw": 160, "aDefPct": 15, "eDefPct": 15, "fixID": true, "spRaw2": -10, "id": 2586}, {"name": "Candy Cane", "tier": "Unique", "type": "spear", "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, "agiReq": 10, "defReq": 15, "hprPct": 25, "mdPct": -5, "ls": 90, "agi": 6, "spd": 12, "hprRaw": 15, "wDefPct": -8, "fixID": true, "id": 2589}, {"name": "Black Ice", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "nDam": "75-95", "fDam": "0-0", "wDam": "22-35", "aDam": "0-0", "tDam": "18-40", "eDam": "0-0", "atkSpd": "FAST", "lvl": 75, "dexReq": 20, "intReq": 20, "mr": 5, "sdPct": 12, "mdPct": -20, "dex": 5, "int": 5, "sdRaw": 75, "eDamPct": -20, "fixID": true, "id": 2588}, {"name": "The Modulator", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 5, "drop": "never", "hp": 2500, "lvl": 88, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "str": 8, "dex": 8, "int": 8, "agi": 8, "def": 8, "spd": 15, "fDefPct": 30, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "eDefPct": 30, "fixID": true, "id": 2584}, {"name": "Cornucopia", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "190-235", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "hprPct": 30, "mr": 5, "sdPct": -10, "mdPct": -10, "xpb": 10, "lb": 10, "hprRaw": 80, "fixID": true, "id": 2593}, {"name": "Evergreen", "tier": "Rare", "type": "dagger", "thorns": 30, "category": "weapon", "slots": 3, "drop": "never", "nDam": "90-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "130-170", "atkSpd": "NORMAL", "lvl": 85, "strReq": 35, "intReq": 45, "sdPct": 14, "mdPct": 10, "str": 5, "int": 5, "fDamPct": -18, "wDamPct": 25, "aDefPct": -30, "fixID": true, "id": 2591}, {"name": "Douglas Fir", "tier": "Rare", "type": "leggings", "thorns": 20, "category": "armor", "slots": 2, "drop": "never", "hp": 1950, "eDef": 100, "lvl": 75, "strReq": 35, "hprPct": 20, "str": 5, "def": 7, "mdRaw": 205, "aDefPct": -10, "eDefPct": 15, "fixID": true, "id": 2595}, {"name": "Charity", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 60, "hprPct": 12, "lb": 12, "spRegen": 15, "type": "ring", "fixID": true, "id": 2590}, {"name": "Fellowship", "tier": "Rare", "category": "accessory", "drop": "never", "lvl": 65, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spRegen": 10, "type": "bracelet", "fixID": true, "id": 2592}, {"name": "Frankincense", "tier": "Rare", "category": "accessory", "drop": "never", "hp": 200, "lvl": 55, "sdPct": -5, "hprRaw": 25, "type": "ring", "fixID": true, "id": 2597}, {"name": "Firewood", "tier": "Rare", "type": "spear", "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, "strReq": 25, "sdPct": -6, "mdPct": 12, "str": 5, "expd": 15, "eDamPct": 15, "wDefPct": -10, "fixID": true, "id": 2594}, {"name": "Gift of the Magi", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 4, "drop": "never", "nDam": "130-145", "fDam": "30-35", "wDam": "0-0", "aDam": "30-35", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "agiReq": 60, "defReq": 60, "mr": 5, "agi": 15, "def": 15, "hpBonus": 2500, "hprRaw": 135, "tDamPct": -50, "eDamPct": -50, "wDefPct": 30, "fixID": true, "id": 2599}, {"name": "Frost", "tier": "Unique", "category": "accessory", "drop": "never", "aDef": 20, "lvl": 70, "intReq": 25, "spd": -6, "sdRaw": 30, "wDamPct": 7, "aDamPct": 5, "type": "ring", "fixID": true, "id": 2596}, {"name": "Halation", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "90-125", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "dexReq": 45, "sdPct": 10, "xpb": 15, "ref": 33, "dex": 6, "aDamPct": 15, "tDefPct": 10, "fixID": true, "id": 2598}, {"name": "Holly", "tier": "Rare", "type": "wand", "thorns": 10, "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, "strReq": 10, "intReq": 5, "hprPct": 15, "mr": 5, "sdPct": 10, "mdPct": 5, "wDefPct": 15, "fixID": true, "id": 2602}, {"name": "Icicle", "tier": "Rare", "type": "dagger", "thorns": 15, "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, "intReq": 40, "ms": 5, "ref": 15, "int": 7, "sdRaw": 100, "wDamPct": 10, "fDefPct": -10, "fixID": true, "id": 2601}, {"name": "Hillich", "tier": "Rare", "type": "spear", "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, "mr": 5, "xpb": 20, "spRegen": 25, "hprRaw": 30, "fixID": true, "id": 2600}, {"name": "Joyous", "tier": "Unique", "type": "bow", "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, "xpb": 33, "lb": 10, "spRegen": 10, "fixID": true, "id": 2605}, {"name": "Mistletoe", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 120, "wDef": 20, "eDef": 20, "lvl": 50, "strReq": 10, "intReq": 10, "wDamPct": 5, "eDamPct": 5, "wDefPct": 6, "eDefPct": 6, "type": "bracelet", "fixID": true, "id": 2606}, {"name": "Myrrh", "tier": "Rare", "category": "accessory", "drop": "never", "hp": -100, "wDef": 10, "lvl": 65, "intReq": 50, "mr": 5, "sdPct": 4, "type": "ring", "fixID": true, "id": 2604}, {"name": "Nativitate", "tier": "Unique", "type": "dagger", "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, "xpb": 10, "lb": 33, "eSteal": 5, "fixID": true, "id": 2603}, {"name": "Polar Star", "tier": "Rare", "type": "bow", "category": "weapon", "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, "dexReq": 45, "sdPct": 10, "mdPct": 10, "xpb": 10, "dex": 10, "spd": 10, "sdRaw": 100, "eDamPct": -10, "fixID": true, "id": 2609}, {"name": "Reindeer Paws", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 800, "fDef": -40, "lvl": 60, "strReq": 15, "agiReq": 15, "mdPct": 12, "str": 4, "agi": 4, "spd": 16, "aDamPct": 8, "eDamPct": 8, "fixID": true, "id": 2607}, {"name": "Roasted Chestnut", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 60, "defReq": 25, "hprRaw": 50, "type": "necklace", "fixID": true, "id": 2610}, {"name": "Blue Ornament", "tier": "Set", "category": "accessory", "drop": "never", "wDef": 25, "lvl": 45, "xpb": 6, "wDamPct": 6, "type": "ring", "fixID": true, "id": 2611, "set": "Wynnterfest 2016"}, {"name": "North Pole", "tier": "Rare", "type": "wand", "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, "agiReq": 20, "defReq": 20, "lb": 15, "agi": 7, "def": 7, "spd": 10, "fDefPct": 20, "aDefPct": 20, "fixID": true, "id": 2608}, {"name": "Elf Cap", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 640, "fDef": 10, "aDef": 40, "lvl": 50, "agiReq": 35, "lb": 9, "agi": 5, "spd": 8, "fixID": true, "id": 2612, "set": "Elf"}, {"name": "Elf Robe", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "hp": 775, "fDef": 40, "aDef": 10, "lvl": 50, "defReq": 35, "lb": 8, "def": 5, "hprRaw": 35, "fixID": true, "id": 2613, "set": "Elf"}, {"name": "Elf Pants", "tier": "Set", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 730, "fDef": 30, "aDef": 20, "lvl": 50, "agiReq": 10, "defReq": 25, "lb": 9, "spd": 6, "hprRaw": 30, "fixID": true, "id": 2614, "set": "Elf"}, {"name": "Elf Shoes", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 685, "fDef": 20, "aDef": 30, "lvl": 50, "agiReq": 25, "defReq": 10, "hprPct": 15, "lb": 9, "spd": 6, "fixID": true, "id": 2617, "set": "Elf"}, {"name": "Green Ornament", "tier": "Set", "category": "accessory", "drop": "never", "eDef": 25, "lvl": 55, "xpb": 6, "eDamPct": 6, "type": "necklace", "fixID": true, "id": 2615, "set": "Wynnterfest 2016"}, {"name": "Saint's Leggings", "tier": "Set", "type": "leggings", "category": "armor", "slots": 3, "drop": "never", "hp": 1650, "wDef": 30, "aDef": 40, "lvl": 70, "intReq": 60, "agiReq": 65, "xpb": 15, "int": 5, "spd": 15, "aDamPct": 15, "fixID": true, "id": 2620, "set": "Saint's"}, {"name": "Red Ornament", "tier": "Set", "category": "accessory", "drop": "never", "fDef": 25, "lvl": 50, "xpb": 6, "fDamPct": 6, "type": "bracelet", "fixID": true, "id": 2616, "set": "Wynnterfest 2016"}, {"name": "Saint's Shawl", "tier": "Set", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "hp": 1575, "wDef": 60, "lvl": 70, "intReq": 60, "xpb": 10, "ref": 15, "int": 8, "fixID": true, "id": 2619, "set": "Saint's"}, {"name": "Saint's Sandals", "tier": "Set", "type": "boots", "category": "armor", "slots": 3, "drop": "never", "hp": 1575, "aDef": 60, "lvl": 70, "agiReq": 60, "xpb": 10, "agi": 8, "spd": 15, "fixID": true, "id": 2618, "set": "Saint's"}, {"name": "Saint's Tunic", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "hp": 1800, "wDef": 40, "aDef": 30, "lvl": 70, "intReq": 65, "agiReq": 60, "xpb": 15, "ref": 15, "agi": 5, "wDamPct": 15, "fixID": true, "id": 2622, "set": "Saint's"}, {"name": "Sheet Ice", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "nDam": "15-80", "fDam": "0-0", "wDam": "35-100", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 85, "intReq": 50, "sdPct": 15, "mdPct": -15, "ref": 25, "int": 7, "sdRaw": 100, "fDamPct": -15, "fixID": true, "id": 2623}, {"name": "Yellow Ornament", "tier": "Set", "category": "accessory", "drop": "never", "tDef": 25, "lvl": 50, "xpb": 6, "tDamPct": 6, "type": "ring", "fixID": true, "id": 2621, "set": "Wynnterfest 2016"}, {"name": "Sleigh Bell", "tier": "Rare", "type": "bow", "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, "agiReq": 45, "agi": 15, "spd": 15, "aDamPct": 15, "aDefPct": 15, "fixID": true, "id": 2627}, {"name": "Silent Night", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1050-1225", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 85, "dexReq": 65, "ls": 250, "spd": -8, "tDamPct": 15, "tDefPct": 10, "fixID": true, "spRaw3": -15, "id": 2624}, {"name": "Snow Shovel", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "nDam": "100-140", "fDam": "0-0", "wDam": "220-300", "aDam": "160-220", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 75, "intReq": 30, "agiReq": 30, "sdPct": 25, "ms": 5, "int": 10, "spd": -10, "wDamPct": 10, "aDamPct": 15, "fDefPct": -10, "fixID": true, "id": 2626}, {"name": "Sleet", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "20-65", "fDam": "0-0", "wDam": "100-290", "aDam": "0-0", "tDam": "0-390", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 85, "dexReq": 35, "intReq": 35, "sdPct": 25, "ms": 5, "spd": -10, "hprRaw": -150, "sdRaw": 130, "fDamPct": -35, "wDamPct": 15, "aDamPct": -35, "tDamPct": 15, "eDamPct": -35, "fixID": true, "id": 2625}, {"name": "Snowdrift", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "nDam": "95-135", "fDam": "0-0", "wDam": "155-195", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "intReq": 30, "mr": 5, "sdPct": 20, "int": 8, "spd": -8, "wDamPct": 10, "wDefPct": 20, "fixID": true, "id": 2630}, {"name": "Snowflake", "tier": "Rare", "category": "accessory", "drop": "never", "wDef": 20, "aDef": 20, "lvl": 75, "intReq": 50, "mr": 5, "ms": 5, "hprRaw": -55, "type": "necklace", "fixID": true, "id": 2629}, {"name": "Thaw", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 1, "drop": "never", "nDam": "45-60", "fDam": "20-30", "wDam": "35-45", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "intReq": 25, "defReq": 25, "mr": 5, "sdPct": 12, "ref": 15, "int": 7, "def": 4, "expd": 20, "fDefPct": -12, "fixID": true, "id": 2631}, {"name": "Spearmint", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "nDam": "60-110", "fDam": "0-0", "wDam": "0-0", "aDam": "50-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "agiReq": 35, "sdPct": 8, "mdPct": 8, "agi": 10, "spd": 20, "aDamPct": 10, "aDefPct": 10, "fixID": true, "id": 2628}, {"name": "Splinter", "tier": "Rare", "type": "dagger", "thorns": 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, "xpb": 15, "expd": 15, "spRegen": 15, "mdRaw": 59, "fixID": true, "id": 2632}, {"name": "The Hearth", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "175-225", "fDam": "125-165", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "defReq": 50, "hprPct": 25, "sdPct": -15, "ls": 580, "def": 5, "spRegen": 10, "hprRaw": 180, "wDamPct": -12, "fixID": true, "id": 2633}, {"name": "Warming Heart", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 3000, "fDef": 140, "wDef": -250, "aDef": 110, "lvl": 90, "agiReq": 40, "defReq": 50, "hprPct": 25, "sdPct": 17, "ls": 255, "agi": 5, "def": 5, "fDefPct": 25, "fixID": true, "id": 2635}, {"name": "Wooly Cap", "tier": "Rare", "type": "helmet", "thorns": 5, "category": "armor", "slots": 2, "drop": "never", "hp": 575, "wDef": 40, "aDef": 30, "lvl": 45, "def": 10, "wDefPct": 15, "aDefPct": 20, "fixID": true, "id": 2637}, {"name": "Wishing Star", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "10-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-70", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 85, "strReq": 50, "dexReq": 35, "ms": 5, "lb": 30, "dex": 5, "int": -7, "mdRaw": 70, "eDamPct": 30, "fixID": true, "id": 2636}, {"name": "White Craftmas", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "44-48", "fDam": "0-0", "wDam": "125-140", "aDam": "0-0", "tDam": "0-0", "eDam": "125-140", "atkSpd": "SLOW", "lvl": 80, "strReq": 30, "intReq": 30, "lb": 15, "spd": -10, "wDamPct": 10, "eDamPct": 10, "wDefPct": 15, "aDefPct": 30, "eDefPct": 15, "fixID": true, "id": 2634}, {"name": "Poinsettia", "tier": "Rare", "type": "relik", "poison": 1000, "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "60-75", "aDam": "0-0", "tDam": "0-0", "eDam": "60-75", "atkSpd": "FAST", "lvl": 65, "strReq": 30, "intReq": 30, "ms": -5, "str": 5, "wDefPct": 25, "eDefPct": 25, "fixID": true, "id": 2640}, {"name": "Yuletide", "tier": "Unique", "type": "wand", "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, "defReq": 20, "mdPct": 15, "str": 6, "hpBonus": 150, "fDamPct": 15, "wDamPct": -5, "wDefPct": -10, "fixID": true, "id": 2639}, {"name": "Entamyx", "tier": "Rare", "type": "leggings", "quest": "Troubled Tribesmen", "thorns": 35, "category": "armor", "slots": 3, "drop": "never", "hp": 2150, "fDef": -100, "wDef": 150, "aDef": 150, "tDef": -100, "eDef": 150, "lvl": 76, "strReq": 50, "intReq": 50, "agiReq": 50, "ref": 35, "dex": -20, "def": -20, "wDamPct": 15, "aDamPct": 15, "eDamPct": 15, "wDefPct": 15, "aDefPct": 15, "eDefPct": 15, "fixID": true, "id": 2638}, {"name": "Gysdep", "tier": "Rare", "type": "helmet", "quest": "Troubled Tribesmen", "category": "armor", "slots": 3, "drop": "never", "hp": 2000, "fDef": 150, "wDef": 150, "aDef": 150, "tDef": -100, "eDef": -100, "lvl": 74, "intReq": 50, "agiReq": 50, "defReq": 50, "str": -20, "dex": -20, "hpBonus": 500, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "fDefPct": 25, "wDefPct": 25, "aDefPct": 25, "fixID": true, "id": 2642}, {"name": "Fuunyet", "tier": "Rare", "type": "spear", "quest": "Troubled Tribesmen", "poison": 1150, "category": "weapon", "slots": 3, "drop": "never", "nDam": "155-225", "fDam": "80-100", "wDam": "0-0", "aDam": "0-0", "tDam": "80-100", "eDam": "80-100", "atkSpd": "VERY_SLOW", "lvl": 75, "strReq": 30, "dexReq": 30, "defReq": 30, "ls": 240, "xpb": 15, "str": 6, "dex": 6, "def": 6, "expd": 20, "fixID": true, "id": 2641}, {"name": "Kal Hei", "tier": "Rare", "type": "wand", "quest": "Troubled Tribesmen", "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-40", "fDam": "0-0", "wDam": "20-30", "aDam": "20-30", "tDam": "0-0", "eDam": "20-30", "atkSpd": "FAST", "lvl": 75, "strReq": 30, "intReq": 30, "agiReq": 30, "mdPct": 30, "ms": 10, "xpb": 15, "str": 6, "int": 6, "agi": 6, "spd": 15, "fixID": true, "id": 2644}, {"name": "Hembwal", "tier": "Rare", "type": "chestplate", "quest": "Troubled Tribesmen", "category": "armor", "slots": 3, "drop": "never", "hp": 2150, "fDef": 150, "wDef": -100, "aDef": -100, "tDef": 150, "eDef": 150, "lvl": 76, "strReq": 50, "dexReq": 50, "defReq": 50, "ms": 15, "int": -20, "agi": -20, "fDamPct": 15, "tDamPct": 15, "eDamPct": 15, "fDefPct": 15, "tDefPct": 15, "eDefPct": 15, "fixID": true, "id": 2645}, {"name": "Olit Vaniek", "tier": "Rare", "type": "bow", "quest": "Troubled Tribesmen", "thorns": 20, "category": "weapon", "slots": 3, "drop": "never", "nDam": "140-175", "fDam": "70-85", "wDam": "0-0", "aDam": "70-85", "tDam": "0-0", "eDam": "70-85", "atkSpd": "SLOW", "lvl": 75, "strReq": 30, "agiReq": 30, "defReq": 30, "xpb": 15, "str": 6, "agi": 6, "def": 6, "expd": 30, "hpBonus": 1000, "fixID": true, "id": 2647}, {"name": "Vei Haon", "tier": "Rare", "type": "boots", "quest": "Troubled Tribesmen", "category": "armor", "slots": 3, "drop": "never", "hp": 2000, "fDef": 175, "wDef": -75, "aDef": 175, "tDef": -75, "eDef": 175, "lvl": 74, "strReq": 50, "agiReq": 50, "defReq": 50, "hprPct": 25, "dex": -20, "int": -20, "fDamPct": 15, "aDamPct": 15, "eDamPct": 15, "fDefPct": 40, "aDefPct": 40, "eDefPct": 40, "fixID": true, "id": 2649}, {"name": "Zawah Jed", "tier": "Rare", "type": "dagger", "quest": "Troubled Tribesmen", "category": "weapon", "slots": 3, "drop": "never", "nDam": "36-50", "fDam": "20-25", "wDam": "20-25", "aDam": "20-25", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 75, "intReq": 30, "agiReq": 30, "defReq": 30, "mr": 15, "xpb": 15, "ref": 15, "int": 6, "agi": 6, "def": 6, "hprRaw": 115, "fixID": true, "id": 2646}, {"name": "Fruma Imported Boots", "tier": "Unique", "type": "boots", "category": "armor", "drop": "never", "hp": 28, "aDef": 3, "lvl": 9, "hprPct": 6, "spd": 4, "hprRaw": 2, "fixID": true, "id": 2650}, {"name": "Armored Culottes", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "never", "hp": 28, "fDef": 3, "lvl": 8, "def": 4, "spd": -4, "fixID": true, "id": 2652}, {"name": "Black Wand", "tier": "Unique", "type": "wand", "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, "mdPct": 5, "dex": 3, "fixID": true, "id": 2653}, {"name": "Gavel Imported Bow", "tier": "Unique", "type": "bow", "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, "sdPct": 5, "int": 2, "wDamPct": 3, "fixID": true, "id": 2651}, {"name": "Guard Spear", "tier": "Unique", "type": "spear", "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, "hpBonus": 15, "hprRaw": 3, "fixID": true, "id": 2654}, {"name": "Merchant Sandals", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 18, "lvl": 7, "lb": 7, "spd": 3, "fixID": true, "id": 2658}, {"name": "Jeweled Vestments", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "never", "hp": 18, "fDef": 2, "wDef": 2, "aDef": 2, "tDef": 2, "eDef": 2, "lvl": 6, "xpb": 3, "lb": 8, "fixID": true, "id": 2655}, {"name": "Mail of the Berserker", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 34, "wDef": -3, "lvl": 12, "mdPct": 5, "mdRaw": 13, "fixID": true, "id": 2657}, {"name": "Messenger Cap", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "never", "hp": 24, "lvl": 8, "lb": 5, "agi": 3, "spd": 6, "fixID": true, "id": 2656}, {"name": "Almuj Turban", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 60, "tDef": 4, "eDef": -4, "lvl": 14, "lb": 5, "dex": 3, "mdRaw": 10, "tDamPct": 8, "eDefPct": -8, "fixID": true, "id": 2648}, {"name": "Nemract Waders", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 80, "wDef": 6, "tDef": -3, "lvl": 16, "sdPct": 5, "lb": 5, "int": 3, "wDamPct": 6, "tDefPct": -6, "fixID": true, "id": 2659}, {"name": "Slush Rush", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "40-68", "fDam": "0-0", "wDam": "74-86", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 75, "intReq": 40, "mr": -5, "agi": 5, "spd": 20, "sdRaw": 95, "wDefPct": 20, "aDefPct": 15, "fixID": true, "id": 2643}, {"name": "Pike of Fury", "tier": "Rare", "type": "spear", "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, "dex": 1, "spd": 6, "mdRaw": 8, "fixID": true, "id": 2661}, {"name": "Nesaak Snowshoes", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 65, "fDef": -4, "aDef": 5, "lvl": 14, "xpb": 5, "agi": 3, "spd": 7, "aDamPct": 7, "fDefPct": -7, "fixID": true, "id": 2660}, {"name": "Puncturing Dirk", "tier": "Unique", "type": "dagger", "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, "sdRaw": 6, "mdRaw": 5, "fixID": true, "id": 2664}, {"name": "Refined Longbow", "tier": "Unique", "type": "bow", "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, "xpb": 4, "dex": 2, "fixID": true, "id": 2663}, {"name": "Ragni Fatigues", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 76, "aDef": -4, "eDef": 5, "lvl": 15, "mdPct": 6, "xpb": 5, "str": 3, "eDamPct": 8, "aDefPct": -7, "fixID": true, "id": 2662}, {"name": "Reinforced Composite Bow", "tier": "Rare", "type": "bow", "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, "def": 3, "spd": -4, "hpBonus": 25, "fixID": true, "id": 2665}, {"name": "Scout Dagger", "tier": "Unique", "type": "dagger", "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, "xpb": 4, "agi": 3, "spd": 6, "fixID": true, "id": 2666}, {"name": "Spiritual Siphoner", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "never", "nDam": "15-18", "fDam": "0-0", "wDam": "3-6", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "mr": 5, "xpb": 8, "spRegen": 10, "fixID": true, "id": 2670}, {"name": "Staff of Wisdom", "tier": "Unique", "type": "wand", "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, "hprPct": 8, "xpb": 6, "fixID": true, "id": 2667}, {"name": "Tromsian Survival Knife", "tier": "Rare", "type": "dagger", "thorns": 9, "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, "mdPct": 6, "str": 4, "fixID": true, "id": 2672}, {"name": "The Magician", "tier": "Rare", "type": "wand", "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, "mr": 5, "mdPct": -6, "int": 3, "wDamPct": 6, "fixID": true, "id": 2668}, {"name": "Windcatcher Totem", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "never", "nDam": "10-11", "fDam": "0-0", "wDam": "0-0", "aDam": "4-5", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 8, "lb": 6, "spd": 10, "fixID": true, "id": 2674}, {"name": "Ashes", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 800, "wDef": -50, "aDef": -50, "lvl": 94, "defReq": 65, "hpBonus": 200, "wDefPct": -10, "aDefPct": -10, "type": "necklace", "fixID": true, "id": 2673}, {"name": "Cinders", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 675, "fDef": 50, "wDef": -70, "lvl": 93, "defReq": 55, "expd": 5, "fDamPct": 9, "wDefPct": -7, "type": "bracelet", "fixID": true, "id": 2675}, {"name": "War Spear", "tier": "Unique", "type": "spear", "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, "sdPct": 3, "mdPct": 5, "str": 2, "hpBonus": -10, "fixID": true, "id": 2671}, {"name": "Pride", "tier": "Rare", "category": "accessory", "drop": "never", "eDef": 20, "lvl": 93, "strReq": 50, "mdPct": 8, "xpb": 5, "str": 5, "type": "bracelet", "fixID": true, "id": 2679}, {"name": "Evapar", "tier": "Rare", "category": "accessory", "drop": "never", "fDef": -30, "wDef": 20, "aDef": 30, "lvl": 94, "agiReq": 60, "int": 3, "spd": 7, "wDamPct": 8, "aDamPct": 8, "type": "ring", "fixID": true, "id": 2698}, {"name": "Iron Will", "tier": "Rare", "category": "accessory", "drop": "never", "lvl": 95, "defReq": 75, "hprPct": 15, "sdPct": -5, "def": 4, "hprRaw": 50, "type": "ring", "fixID": true, "id": 2676}, {"name": "The Naturalist", "tier": "Rare", "type": "relik", "category": "weapon", "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "20-24", "aDam": "0-0", "tDam": "0-0", "eDam": "24-28", "atkSpd": "SLOW", "lvl": 12, "sdPct": 7, "mdPct": 7, "int": 4, "hprRaw": 8, "fixID": true, "id": 2669}, {"name": "Tungsten", "tier": "Rare", "category": "accessory", "drop": "never", "lvl": 92, "dexReq": 40, "dex": 2, "mdRaw": 16, "tDamPct": 8, "eDefPct": -8, "type": "necklace", "fixID": true, "id": 2677}, {"name": "Sparks", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 500, "fDef": 30, "wDef": -20, "lvl": 92, "defReq": 40, "fDamPct": 7, "wDamPct": -7, "type": "ring", "fixID": true, "id": 2678}, {"name": "Dujgon Warrior Hammer", "tier": "Legendary", "type": "spear", "quest": "Ice Nations", "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, "strReq": 15, "dexReq": 5, "str": 6, "dex": 2, "hpBonus": -130, "eDamPct": 8, "fixID": true, "id": 2681}, {"name": "Greysmith", "tier": "Rare", "type": "helmet", "quest": "Ice Nations", "category": "armor", "drop": "never", "hp": 400, "fDef": -60, "lvl": 43, "strReq": 10, "str": 3, "dex": 4, "tDamPct": 30, "eDamPct": 10, "fixID": true, "id": 2684}, {"name": "Dujgon Warrior Chestplate", "tier": "Legendary", "type": "chestplate", "quest": "Ice Nations", "category": "armor", "slots": 2, "drop": "never", "hp": 625, "aDef": 20, "tDef": 10, "lvl": 41, "hprPct": 10, "mdPct": 10, "agi": 8, "eSteal": 10, "aDamPct": 10, "tDamPct": 10, "aDefPct": 20, "tDefPct": 20, "fixID": true, "id": 2680}, {"name": "Rusher", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 150, "aDef": 10, "tDef": 10, "lvl": 40, "agiReq": 20, "agi": 5, "spd": 20, "aDamPct": 15, "tDamPct": 15, "fixID": true, "id": 2683}, {"name": "Antivenom", "tier": "Unique", "poison": -200, "category": "accessory", "drop": "never", "hp": 150, "lvl": 67, "hprRaw": 25, "type": "ring", "fixID": true, "id": 2685}, {"name": "Viking Breath", "tier": "Rare", "type": "wand", "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, "agiReq": 20, "sdPct": -10, "mdPct": 20, "hpBonus": -255, "aDamPct": 15, "eDamPct": 30, "fixID": true, "id": 2682}, {"name": "Cattail", "tier": "Unique", "category": "accessory", "drop": "never", "wDef": 10, "eDef": 10, "lvl": 70, "strReq": 15, "intReq": 10, "sdPct": 5, "mdPct": 5, "wDamPct": 5, "eDamPct": 5, "type": "bracelet", "fixID": true, "id": 2686}, {"name": "Boomslang", "tier": "Rare", "poison": 300, "category": "accessory", "drop": "never", "lvl": 71, "hprPct": -10, "str": 3, "hprRaw": -30, "type": "necklace", "fixID": true, "id": 2688}, {"name": "Glimmer", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 67, "xpb": 8, "lb": 8, "tDamPct": 7, "type": "ring", "fixID": true, "id": 2690}, {"name": "Creepvine", "tier": "Unique", "poison": 220, "category": "accessory", "drop": "never", "fDef": -15, "lvl": 69, "strReq": 25, "str": 3, "spd": -8, "eDamPct": 8, "type": "ring", "fixID": true, "id": 2687}, {"name": "Purity", "tier": "Rare", "category": "accessory", "drop": "never", "lvl": 69, "xpb": 10, "lb": 5, "spRegen": 15, "type": "necklace", "fixID": true, "id": 2694}, {"name": "Affluence", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 92, "lb": 12, "eSteal": 8, "type": "necklace", "fixID": true, "id": 2691}, {"name": "Diamond Cuff", "tier": "Rare", "category": "accessory", "drop": "never", "hp": 525, "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 88, "defReq": 40, "lb": 5, "type": "bracelet", "fixID": true, "id": 2692}, {"name": "Growth", "tier": "Rare", "category": "accessory", "drop": "never", "lvl": 68, "strReq": 30, "xpb": 4, "str": 4, "dex": 1, "int": 1, "agi": 1, "def": 1, "eDefPct": 6, "type": "bracelet", "fixID": true, "id": 2689}, {"name": "Emerald Pendant", "tier": "Rare", "category": "accessory", "drop": "never", "lvl": 89, "lb": 20, "type": "necklace", "fixID": true, "id": 2695}, {"name": "Jewelled Broach", "tier": "Rare", "category": "accessory", "drop": "never", "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 90, "fDefPct": 6, "wDefPct": 6, "aDefPct": 6, "tDefPct": 6, "eDefPct": 6, "type": "necklace", "fixID": true, "id": 2693}, {"name": "Silversplint", "tier": "Rare", "category": "accessory", "drop": "never", "aDef": 30, "lvl": 89, "agiReq": 35, "lb": 5, "ref": 11, "aDamPct": 8, "aDefPct": 5, "type": "bracelet", "fixID": true, "id": 2696}, {"name": "Foehn Wind", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "60-68", "fDam": "56-72", "wDam": "0-0", "aDam": "52-76", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 41, "agiReq": 14, "defReq": 14, "xpb": 14, "lb": 14, "spRegen": 14, "fDamPct": 14, "aDamPct": 14, "fDefPct": 14, "wDefPct": -28, "aDefPct": 14, "fixID": true, "id": 2700}, {"name": "Decay Burner", "tier": "Rare", "type": "bow", "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, "defReq": 25, "sdPct": 10, "ms": 5, "expd": 15, "fDamPct": 10, "wDefPct": -12, "fixID": true, "id": 2702}, {"name": "Value", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 91, "xpb": 10, "lb": 15, "type": "bracelet", "fixID": true, "id": 2699}, {"name": "Barkgraft", "tier": "Unique", "type": "relik", "poison": 400, "thorns": 25, "category": "weapon", "slots": 2, "drop": "never", "nDam": "60-85", "fDam": "0-0", "wDam": "0-0", "aDam": "160-180", "tDam": "0-0", "eDam": "160-180", "atkSpd": "VERY_SLOW", "lvl": 62, "strReq": 25, "agiReq": 25, "str": 5, "agi": 5, "spd": -15, "mdRaw": 145, "fDefPct": -50, "fixID": true, "id": 2697}, {"name": "Grave Digger", "tier": "Rare", "type": "dagger", "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, "strReq": 25, "ls": 145, "lb": 8, "str": 4, "eSteal": 2, "wDamPct": -7, "eDefPct": 5, "fixID": true, "id": 2705}, {"name": "Stringhollow", "tier": "Unique", "type": "bow", "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, "agiReq": 20, "ref": 8, "agi": 4, "spd": 12, "hpBonus": -100, "sdRaw": 60, "aDefPct": 8, "fixID": true, "id": 2708}, {"name": "Kerasot Spreader", "tier": "Unique", "type": "spear", "poison": 1000, "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, "int": -4, "expd": 6, "spd": 6, "fixID": true, "id": 2704}, {"name": "Lookout", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 790, "aDef": 30, "eDef": 30, "lvl": 59, "agiReq": 25, "mdPct": -5, "xpb": 10, "agi": 6, "spd": 12, "aDamPct": 6, "fixID": true, "id": 2701}, {"name": "Searchlight", "tier": "Unique", "type": "wand", "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, "defReq": 20, "sdPct": 10, "ref": 8, "dex": 3, "def": 4, "tDamPct": 12, "fixID": true, "id": 2709}, {"name": "The Silent", "tier": "Unique", "type": "boots", "category": "armor", "drop": "never", "hp": 900, "fDef": 40, "wDef": 40, "tDef": -60, "lvl": 62, "intReq": 25, "mr": 5, "sdPct": 12, "mdPct": -8, "xpb": 12, "spd": -8, "sdRaw": 40, "fixID": true, "id": 2707}, {"name": "Vampire Blocker", "tier": "Unique", "type": "helmet", "thorns": 10, "category": "armor", "drop": "never", "hp": 1100, "eDef": -25, "lvl": 64, "defReq": 20, "ls": 105, "ref": 5, "def": 4, "fixID": true, "id": 2706}, {"name": "Lycanthropy", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "21-44", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "44-107", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 64, "dexReq": 35, "int": -6, "hprRaw": -188, "mdRaw": 65, "tDamPct": 24, "wDefPct": -18, "aDefPct": -18, "fixID": true, "id": 2703}, {"name": "Wolf Tagger", "tier": "Unique", "type": "bow", "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, "dexReq": 10, "sdPct": 6, "mdPct": 8, "xpb": 10, "dex": 4, "fixID": true, "id": 2785}, {"name": "Wildfire", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 625, "fDef": 65, "wDef": -60, "lvl": 60, "defReq": 35, "sdPct": 8, "mdPct": 12, "expd": 7, "sdRaw": 70, "fDamPct": 15, "wDamPct": -10, "fixID": true, "id": 2710}, {"name": "Crystal-Blend Pendant", "tier": "Rare", "quest": "Green Gloop", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 34, "mr": 5, "sdPct": -5, "sdRaw": -15, "type": "necklace", "fixID": true, "id": 2716}, {"name": "Werepelt", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 975, "fDef": -30, "lvl": 61, "sdPct": -18, "mdPct": 15, "spd": 6, "sdRaw": -80, "mdRaw": 105, "fixID": true, "id": 2711}, {"name": "Blood-Tinted Necklace", "tier": "Unique", "quest": "Green Gloop", "poison": 60, "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 32, "type": "necklace", "fixID": true, "id": 2726}, {"name": "Emerald-Tinted Charm", "tier": "Unique", "quest": "Green Gloop", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 31, "xpb": 4, "lb": 8, "type": "necklace", "fixID": true, "id": 2714}, {"name": "Plain Glass Necklace", "tier": "Unique", "quest": "Green Gloop", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 30, "lvl": 31, "xpb": 7, "type": "necklace", "fixID": true, "id": 2713}, {"name": "Marrow-Tinted Necklace", "tier": "Unique", "quest": "Green Gloop", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 32, "ls": 10, "type": "necklace", "fixID": true, "id": 2712}, {"name": "Scarab-Shelled Charm", "tier": "Unique", "quest": "Green Gloop", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 32, "mdRaw": 13, "type": "necklace", "fixID": true, "id": 2715}, {"name": "Sting-Glass Necklace", "tier": "Rare", "quest": "Green Gloop", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": -60, "lvl": 37, "sdPct": 5, "mdPct": 5, "sdRaw": 15, "mdRaw": 16, "type": "necklace", "fixID": true, "id": 2718}, {"name": "Goblin Arm Bracer", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 75, "lvl": 43, "mdPct": 4, "lb": 9, "def": 4, "type": "bracelet", "fixID": true, "id": 2719}, {"name": "Webbed Glass Charm", "tier": "Unique", "quest": "Green Gloop", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 32, "spd": 10, "type": "necklace", "fixID": true, "id": 2720}, {"name": "Goblin Cloak", "tier": "Set", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 470, "aDef": -20, "lvl": 45, "strReq": 30, "dexReq": 30, "ls": 33, "ms": 5, "lb": 15, "fixID": true, "id": 2725, "set": "Goblin"}, {"name": "Goblin Hex Focus", "tier": "Rare", "poison": 65, "category": "accessory", "drop": "never", "hp": -70, "lvl": 42, "sdPct": 6, "fDamPct": 3, "wDamPct": 3, "aDamPct": 3, "tDamPct": 3, "eDamPct": 3, "type": "ring", "fixID": true, "id": 2717}, {"name": "Goblin Hood", "tier": "Set", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 380, "aDef": -10, "lvl": 41, "strReq": 25, "dexReq": 10, "sdPct": -7, "ls": 27, "lb": 10, "spd": 8, "fixID": true, "id": 2721, "set": "Goblin"}, {"name": "Goblin Luck Charm", "tier": "Rare", "category": "accessory", "drop": "never", "lvl": 43, "lb": 12, "spRegen": 7, "eSteal": 4, "type": "necklace", "fixID": true, "id": 2722}, {"name": "Goblin-Silver Ring", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 30, "fDef": 6, "wDef": 6, "aDef": 6, "tDef": 6, "eDef": 6, "lvl": 40, "xpb": 4, "lb": 8, "type": "ring", "fixID": true, "id": 2723}, {"name": "Short Cutter", "tier": "Rare", "type": "dagger", "poison": 215, "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, "dexReq": 20, "ls": 46, "xpb": 8, "lb": 15, "dex": 5, "spd": 12, "mdRaw": 33, "fixID": true, "id": 2727}, {"name": "Goblin Runners", "tier": "Set", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 420, "lvl": 43, "strReq": 10, "dexReq": 25, "mdPct": -7, "ms": 5, "lb": 10, "spd": 12, "fixID": true, "id": 2724, "set": "Goblin"}, {"name": "Silver Short Spear", "tier": "Unique", "type": "spear", "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, "strReq": 20, "mdPct": 8, "xpb": 8, "lb": 15, "str": 4, "eSteal": 3, "fixID": true, "id": 2740}, {"name": "Quartz Driller", "tier": "Unique", "type": "bow", "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, "dexReq": 10, "xpb": 6, "lb": 6, "str": 3, "dex": 3, "mdRaw": 46, "fixID": true, "id": 2728}, {"name": "Hue", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "17-20", "fDam": "17-20", "wDam": "17-20", "aDam": "17-20", "tDam": "17-20", "eDam": "17-20", "atkSpd": "SLOW", "lvl": 39, "strReq": 9, "dexReq": 9, "intReq": 9, "agiReq": 9, "defReq": 9, "lb": 12, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "fixID": true, "id": 2731}, {"name": "Hotline", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "36-42", "fDam": "36-42", "wDam": "0-0", "aDam": "0-0", "tDam": "36-42", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 42, "dexReq": 15, "defReq": 15, "ls": 34, "xpb": 8, "dex": 7, "def": 7, "spd": 8, "hprRaw": -17, "fixID": true, "id": 2729}, {"name": "Orc Slasher", "tier": "Unique", "type": "dagger", "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, "hprPct": 10, "mdPct": 5, "spd": 3, "fixID": true, "id": 2730}, {"name": "Deark", "tier": "Rare", "quest": "Eye of the Storm", "category": "accessory", "drop": "never", "wDef": -30, "lvl": 76, "dexReq": 50, "dex": 2, "spRegen": -10, "mdRaw": 43, "tDamPct": 8, "tDefPct": 6, "type": "ring", "fixID": true, "id": 2732}, {"name": "Diminished", "tier": "Unique", "quest": "Eye of the Storm", "category": "accessory", "drop": "never", "lvl": 73, "sdPct": 7, "mdPct": 7, "ms": 5, "xpb": -8, "str": -2, "dex": -2, "int": -2, "agi": -2, "def": -2, "spd": 8, "hpBonus": 300, "type": "ring", "fixID": true, "id": 2734}, {"name": "Fanatic", "tier": "Unique", "quest": "Eye of the Storm", "category": "accessory", "drop": "never", "lvl": 72, "sdPct": 8, "int": -5, "sdRaw": 40, "type": "bracelet", "fixID": true, "id": 2736}, {"name": "Scum", "tier": "Unique", "quest": "Eye of the Storm", "poison": 250, "category": "accessory", "drop": "never", "wDef": 20, "lvl": 74, "intReq": 30, "wDamPct": 7, "type": "ring", "fixID": true, "id": 2737}, {"name": "Famine", "tier": "Unique", "quest": "Eye of the Storm", "category": "accessory", "drop": "never", "eDef": -20, "lvl": 75, "agiReq": 40, "ls": 50, "str": -3, "spd": 12, "hprRaw": -20, "type": "ring", "fixID": true, "id": 2733}, {"name": "Destrortur", "tier": "Rare", "quest": "Eye of the Storm", "category": "accessory", "drop": "never", "hp": -480, "fDef": -10, "wDef": -5, "aDef": -10, "eDef": -20, "lvl": 76, "dexReq": 50, "hprPct": -24, "dex": 4, "hprRaw": -48, "sdRaw": 45, "mdRaw": 29, "tDamPct": 16, "type": "bracelet", "fixID": true, "id": 2735}, {"name": "Recovery", "tier": "Unique", "quest": "Eye of the Storm", "category": "accessory", "drop": "never", "hp": 140, "lvl": 72, "hprPct": 8, "spd": -5, "hprRaw": 40, "type": "ring", "fixID": true, "id": 2739}, {"name": "Blessing", "tier": "Unique", "type": "wand", "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, "agiReq": 15, "xpb": 5, "lb": 5, "agi": 4, "spd": 6, "fDamPct": -10, "fixID": true, "id": 2738}, {"name": "Sacred", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 305, "wDef": 15, "aDef": 10, "lvl": 40, "intReq": 15, "agiReq": 10, "mr": 5, "xpb": 6, "agi": 3, "wDamPct": 5, "aDamPct": 5, "fixID": true, "id": 2744}, {"name": "Traitor", "tier": "Unique", "type": "spear", "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, "defReq": 10, "hprPct": 10, "agi": 2, "def": 3, "spd": 5, "fDamPct": -10, "aDamPct": 15, "fixID": true, "id": 2741}, {"name": "Black Mask", "tier": "Rare", "type": "helmet", "quest": "Creeper Infiltration", "category": "armor", "drop": "never", "hp": 100, "lvl": 18, "ls": 8, "lb": 10, "eSteal": 2, "tDamPct": 10, "fixID": true, "id": 2746}, {"name": "Stonebreaker", "tier": "Unique", "type": "dagger", "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, "strReq": 25, "sdPct": -5, "lb": 5, "str": 1, "wDamPct": -15, "fixID": true, "id": 2743}, {"name": "Bush Mask", "tier": "Unique", "type": "helmet", "quest": "Creeper Infiltration", "skin": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzc5NWVkZWViNmI3ZWQ0MWMyNjhjZWZlYWZiZTk2MGI3YzQ5NTUwZGFlYjYzMWI1NjE1NmJmNWZlYjk4NDcifX19", "thorns": 8, "category": "armor", "drop": "never", "hp": 55, "fDef": -10, "eDef": 10, "lvl": 16, "str": 4, "spd": 8, "fixID": true, "id": 2745}, {"name": "Metal Mask", "tier": "Unique", "type": "helmet", "quest": "Creeper Infiltration", "skin": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmJhODQ1OTE0NWQ4M2ZmYzQ0YWQ1OGMzMjYwZTc0Y2E1YTBmNjM0YzdlZWI1OWExYWQzMjM0ODQ5YzkzM2MifX19", "category": "armor", "slots": 1, "drop": "never", "hp": 80, "lvl": 16, "def": 7, "fixID": true, "id": 2747}, {"name": "Ice Mask", "tier": "Rare", "type": "helmet", "quest": "Creeper Infiltration", "skin": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTZhYWI1OGZhMDFmY2U5YWY0NjllZDc0N2FlZDgxMWQ3YmExOGM0NzZmNWE3ZjkwODhlMTI5YzMxYjQ1ZjMifX19", "category": "armor", "drop": "never", "hp": 60, "fDef": -8, "aDef": 12, "lvl": 17, "ms": 5, "ref": 12, "mdRaw": 20, "aDamPct": 10, "fixID": true, "id": 2748}, {"name": "Water Mask", "tier": "Rare", "type": "helmet", "quest": "Creeper Infiltration", "skin": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWM3ZWNiZmQ2ZDMzZTg3M2ExY2Y5YTkyZjU3ZjE0NjE1MmI1MmQ5ZDczMTE2OTQ2MDI2NzExMTFhMzAyZiJ9fX0=", "category": "armor", "drop": "never", "hp": -25, "wDef": 10, "lvl": 17, "mr": 5, "sdPct": 10, "int": 5, "wDamPct": 10, "fixID": true, "id": 2750}, {"name": "Mud Mask", "tier": "Unique", "type": "helmet", "quest": "Creeper Infiltration", "skin": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWVhNmY5MzJiNDVmZGYzYjY5M2Q5ZTQ0YmQwNWJjYTM2NGViNWI5YWZmNDk3MjI2ZmRiNTJhYmIyNDM2NDIyIn19fQ==", "poison": 15, "category": "armor", "drop": "never", "hp": 65, "wDef": 5, "aDef": -10, "eDef": 5, "lvl": 16, "sdPct": 6, "mdPct": 6, "spd": -8, "fixID": true, "id": 2749}, {"name": "Shiny Mask", "tier": "Unique", "type": "helmet", "quest": "Creeper Infiltration", "skin": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjVkN2JlZDhkZjcxNGNlYTA2M2U0NTdiYTVlODc5MzExNDFkZTI5M2RkMWQ5YjkxNDZiMGY1YWIzODM4NjYifX19", "category": "armor", "drop": "never", "hp": 50, "lvl": 15, "xpb": 15, "spRegen": 5, "sdRaw": 10, "fixID": true, "id": 2751}, {"name": "Solid Quartz Chestplate", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 360, "lvl": 43, "defReq": 20, "hprPct": 10, "def": 5, "hprRaw": 20, "fixID": true, "id": 2742}, {"name": "Rock Mask", "tier": "Unique", "type": "helmet", "quest": "Creeper Infiltration", "skin": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDU0ZDljNDg4YzNmYmRlNTQ1NGUzODYxOWY5Y2M1YjViYThjNmMwMTg2ZjhhYTFkYTYwOTAwZmNiYzNlYTYifX19", "category": "armor", "drop": "never", "hp": 60, "eDef": 5, "lvl": 15, "sdPct": -5, "mdPct": 10, "str": 3, "eDamPct": 5, "fixID": true, "id": 2752}, {"name": "Cracheur", "tier": "Unique", "type": "bow", "thorns": 4, "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, "intReq": 14, "sdPct": 6, "int": 2, "aDamPct": 4, "fixID": true, "id": 2753}, {"name": "Arcanic", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 70, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 21, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fixID": true, "id": 2756}, {"name": "Fisher's Mail", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 82, "wDef": 4, "lvl": 22, "hprPct": 8, "xpb": 4, "lb": 8, "dex": 2, "fixID": true, "id": 2755}, {"name": "Foundation", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 90, "eDef": 3, "lvl": 20, "mdPct": 5, "def": 2, "eDamPct": 6, "fixID": true, "id": 2754}, {"name": "Frog", "tier": "Unique", "type": "bow", "poison": 45, "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, "strReq": 12, "intReq": 8, "sdPct": -5, "mdPct": -5, "agi": 3, "fixID": true, "id": 2758}, {"name": "Memorial", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 100, "lvl": 19, "intReq": 5, "ms": 5, "spRegen": 10, "fixID": true, "id": 2759}, {"name": "Remembrance", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "never", "nDam": "20-23", "fDam": "0-0", "wDam": "0-0", "aDam": "13-16", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 21, "agiReq": 8, "ref": 8, "spRegen": 10, "aDefPct": 10, "fixID": true, "spPct1": -17, "id": 2763}, {"name": "Shajone", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 85, "lvl": 18, "hprRaw": 5, "sdRaw": 5, "mdRaw": 7, "fixID": true, "id": 2757}, {"name": "White Ghost", "tier": "Rare", "type": "dagger", "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, "agiReq": 15, "ms": 5, "agi": 4, "spd": 5, "fixID": true, "id": 2765}, {"name": "Swamp Treads", "tier": "Unique", "type": "boots", "poison": 35, "thorns": 7, "category": "armor", "slots": 1, "drop": "never", "hp": 105, "lvl": 23, "spd": -3, "eSteal": 2, "fixID": true, "id": 2762}, {"name": "The Fallen", "tier": "Unique", "type": "spear", "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, "xpb": 6, "def": 3, "hpBonus": 50, "fixID": true, "id": 2761}, {"name": "Bob's Sacrifice", "tier": "Unique", "type": "boots", "thorns": 10, "category": "armor", "slots": 1, "drop": "never", "hp": 290, "tDef": -25, "lvl": 45, "strReq": 10, "mdPct": 23, "str": 3, "spd": -6, "mdRaw": -13, "fixID": true, "id": 2764}, {"name": "Celsius", "tier": "Unique", "type": "dagger", "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, "intReq": 20, "agiReq": 15, "ref": 8, "spd": -4, "fDamPct": -20, "wDamPct": 10, "aDamPct": 10, "fixID": true, "id": 2767}, {"name": "Current", "tier": "Unique", "type": "spear", "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, "xpb": 6, "spd": 5, "sdRaw": 35, "wDamPct": 10, "fixID": true, "id": 2766}, {"name": "Nilrem's Curse", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 310, "wDef": 10, "tDef": 15, "lvl": 40, "dexReq": 15, "xpb": 6, "hprRaw": -15, "sdRaw": 35, "mdRaw": 39, "fixID": true, "id": 2770}, {"name": "Frozen Earth", "tier": "Rare", "type": "bow", "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, "strReq": 25, "intReq": 5, "mr": 5, "str": 5, "int": 2, "spd": -7, "aDamPct": 12, "fixID": true, "id": 2769}, {"name": "Homemade Fur Coat", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 375, "fDef": -30, "aDef": 30, "lvl": 44, "agiReq": 15, "hprPct": 15, "agi": 2, "spd": 5, "aDamPct": 7, "aDefPct": 6, "fixID": true, "id": 2768}, {"name": "Summer", "tier": "Unique", "type": "wand", "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, "defReq": 10, "hpBonus": 200, "fDamPct": 8, "eDamPct": 8, "fDefPct": 6, "fixID": true, "id": 2771}, {"name": "Seedling", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 5, "xpb": 4, "str": 2, "type": "necklace", "fixID": true, "id": 2772}, {"name": "Woljawh", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 425, "lvl": 37, "hprPct": 10, "ls": 26, "hprRaw": 20, "fixID": true, "id": 2773}, {"name": "Frankenstein", "tier": "Unique", "type": "wand", "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, "dexReq": 5, "hprPct": -5, "str": 3, "tDamPct": 7, "eDamPct": 7, "fixID": true, "id": 2760}, {"name": "Flaming War Spear", "tier": "Rare", "type": "spear", "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, "defReq": 5, "def": 5, "hpBonus": 350, "fDamPct": 15, "wDefPct": -20, "eDefPct": 20, "fixID": true, "id": 2776}, {"name": "Tree Bracelet", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 5, "hprPct": 6, "type": "bracelet", "fixID": true, "id": 2777}, {"name": "Vine", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 4, "mdPct": 5, "type": "ring", "fixID": true, "id": 2774}, {"name": "Nodguj Warrior Chestplate", "tier": "Legendary", "type": "chestplate", "quest": "Ice Nations", "category": "armor", "slots": 2, "drop": "never", "hp": 625, "fDef": 20, "eDef": 10, "lvl": 41, "hprPct": 25, "mdPct": 5, "def": 8, "eSteal": 10, "fDamPct": 10, "eDamPct": 10, "fDefPct": 20, "eDefPct": 20, "fixID": true, "id": 2775}, {"name": "Shield", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 250, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 40, "defReq": 20, "def": 15, "hprRaw": 20, "fixID": true, "id": 2778}, {"name": "Nodguj Warrior Sword", "tier": "Legendary", "type": "dagger", "quest": "Ice Nations", "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, "intReq": 10, "mr": 5, "sdPct": 15, "int": 5, "hpBonus": -200, "wDamPct": 20, "fixID": true, "id": 2779}, {"name": "Strategist", "tier": "Rare", "type": "helmet", "quest": "Ice Nations", "category": "armor", "slots": 2, "drop": "never", "hp": 150, "lvl": 43, "intReq": 15, "mr": -15, "sdPct": 25, "int": 4, "sdRaw": 40, "wDamPct": 30, "fixID": true, "id": 2781}, {"name": "Chasseur", "tier": "Unique", "type": "bow", "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, "strReq": 20, "agiReq": 20, "sdPct": -10, "str": 3, "agi": 2, "spd": 6, "aDamPct": 7, "fixID": true, "id": 2780}, {"name": "Longtail Boots", "tier": "Unique", "type": "boots", "thorns": 7, "category": "armor", "slots": 3, "drop": "never", "hp": 600, "lvl": 51, "hprPct": 20, "spd": 14, "fixID": true, "id": 2784}, {"name": "Rotten Swamp", "tier": "Unique", "type": "wand", "poison": 600, "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, "strReq": 28, "hprPct": -16, "sdPct": 5, "wDamPct": 10, "fixID": true, "id": 2782}, {"name": "Stagnant", "tier": "Rare", "type": "helmet", "poison": 230, "category": "armor", "slots": 2, "drop": "never", "hp": 370, "wDef": 40, "lvl": 49, "intReq": 15, "hprPct": -15, "wDamPct": 10, "eDamPct": 7, "fixID": true, "id": 2786}, {"name": "Waxed Overalls", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 675, "fDef": -45, "wDef": 45, "lvl": 54, "ref": 6, "agi": 4, "spd": 4, "wDefPct": 20, "fixID": true, "id": 2801}, {"name": "Vine Machete", "tier": "Rare", "type": "dagger", "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, "agiReq": 20, "mdPct": 12, "spd": 8, "fDamPct": 12, "eDefPct": 10, "fixID": true, "id": 2783}, {"name": "Captain's Razor", "tier": "Rare", "type": "spear", "thorns": 10, "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, "dexReq": 5, "dex": 7, "mdRaw": 47, "wDamPct": 16, "tDamPct": 10, "fixID": true, "id": 2787}, {"name": "Opium", "tier": "Rare", "type": "helmet", "poison": 405, "category": "armor", "slots": 2, "drop": "never", "hp": 1350, "lvl": 63, "xpb": 10, "spd": -10, "fDamPct": 10, "fixID": true, "id": 2788}, {"name": "Pirate Luck", "tier": "Legendary", "type": "boots", "quest": "Beneath The Depths", "category": "armor", "slots": 2, "drop": "never", "hp": 320, "wDef": 60, "lvl": 60, "xpb": 7, "lb": 32, "eSteal": 12, "fixID": true, "id": 2789}, {"name": "Battle Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 20, "lvl": 7, "hprPct": 7, "str": 3, "fixID": true, "id": 2791}, {"name": "Rusty Sword", "tier": "Unique", "type": "dagger", "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, "intReq": 10, "mdPct": 15, "str": 3, "eDamPct": 15, "fixID": true, "id": 2790}, {"name": "Plains Runner", "tier": "Unique", "type": "boots", "category": "armor", "drop": "never", "hp": 8, "lvl": 1, "agi": 2, "fixID": true, "id": 2792}, {"name": "Corkuff", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 87, "intReq": 15, "agiReq": 15, "int": 3, "spd": 6, "wDamPct": 6, "aDamPct": 8, "type": "bracelet", "fixID": true, "id": 2795}, {"name": "Coolant", "tier": "Rare", "category": "accessory", "drop": "never", "fDef": 25, "wDef": 25, "lvl": 86, "wDamPct": 5, "fDefPct": 8, "wDefPct": 6, "type": "ring", "fixID": true, "id": 2796}, {"name": "Solidified Chestplate", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "never", "hp": 14, "lvl": 4, "xpb": 5, "def": 2, "fixID": true, "id": 2794}, {"name": "Microchip", "tier": "Unique", "category": "accessory", "drop": "never", "tDef": -40, "lvl": 85, "dexReq": 35, "dex": 1, "mdRaw": 17, "tDamPct": 8, "type": "ring", "fixID": true, "id": 2799}, {"name": "Doodad", "tier": "Rare", "thorns": 4, "category": "accessory", "drop": "never", "lvl": 87, "xpb": 4, "lb": 4, "ref": 4, "expd": 4, "spd": 4, "spRegen": 4, "eSteal": 4, "type": "necklace", "fixID": true, "id": 2793}, {"name": "Ashen Helm", "tier": "Unique", "type": "helmet", "thorns": 10, "category": "armor", "slots": 2, "drop": "never", "hp": 2700, "fDef": 70, "aDef": -120, "tDef": 50, "lvl": 92, "dexReq": 40, "defReq": 45, "sdPct": 14, "ms": 10, "ref": -10, "agi": 5, "def": 5, "expd": 12, "fDamPct": 14, "aDamPct": 22, "tDamPct": 14, "fixID": true, "id": 2797}, {"name": "Wristviewer", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 86, "sdPct": 4, "xpb": 9, "fDamPct": 4, "wDamPct": 4, "aDamPct": 4, "tDamPct": 4, "eDamPct": 4, "type": "bracelet", "fixID": true, "id": 2800}, {"name": "Quicksilver", "tier": "Rare", "poison": 375, "category": "accessory", "drop": "never", "hp": -600, "aDef": 20, "lvl": 88, "agiReq": 30, "agi": 2, "spd": 10, "type": "necklace", "fixID": true, "id": 2798}, {"name": "Bane of War", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "nDam": "90-130", "fDam": "0-0", "wDam": "30-45", "aDam": "20-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "intReq": 40, "agiReq": 35, "mr": 5, "sdPct": 20, "mdPct": -15, "int": 5, "agi": 5, "spRegen": 10, "mdRaw": -75, "fixID": true, "id": 2802}, {"name": "Comrade", "tier": "Rare", "type": "bow", "thorns": 25, "category": "weapon", "slots": 3, "drop": "never", "nDam": "125-215", "fDam": "60-105", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "defReq": 50, "sdPct": -12, "def": 7, "hpBonus": 2250, "hprRaw": 180, "fDefPct": 20, "eDefPct": -15, "fixID": true, "id": 2807}, {"name": "Diamond Blade", "tier": "Unique", "type": "dagger", "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, "intReq": 35, "agiReq": 35, "hprPct": 20, "mr": 5, "ref": 12, "spd": 12, "fDamPct": -10, "wDefPct": 12, "aDefPct": 12, "fixID": true, "id": 2804}, {"name": "Darkiron Aegis", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 3275, "fDef": 150, "wDef": -80, "lvl": 90, "defReq": 65, "hprPct": 15, "dex": 10, "def": 5, "spd": -10, "atkTier": -4, "hprRaw": 160, "mdRaw": 850, "fDefPct": 40, "fixID": true, "id": 2803}, {"name": "Eradian Full Helm", "tier": "Unique", "type": "helmet", "thorns": 15, "category": "armor", "slots": 3, "drop": "never", "hp": 2500, "fDef": 80, "wDef": 80, "tDef": -60, "eDef": -60, "lvl": 90, "defReq": 50, "hprPct": 15, "sdPct": 20, "mdPct": 20, "ref": 10, "def": 8, "fDamPct": 5, "fixID": true, "id": 2808}, {"name": "Icejewel", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "65-95", "fDam": "0-0", "wDam": "35-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 94, "intReq": 55, "ref": 27, "int": 8, "spd": -8, "wDamPct": 20, "wDefPct": 25, "aDefPct": -20, "fixID": true, "id": 2809}, {"name": "Fulminate Staff", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "nDam": "90-120", "fDam": "80-95", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "defReq": 50, "mdPct": 12, "def": 6, "expd": 25, "hpBonus": 1000, "fDamPct": 15, "eDefPct": -15, "fixID": true, "id": 2805}, {"name": "Low World Greaves", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 2350, "wDef": 80, "aDef": -80, "eDef": 120, "lvl": 90, "strReq": 30, "intReq": 30, "sdPct": 18, "mdPct": 18, "eSteal": 6, "wDamPct": 12, "eDamPct": 12, "wDefPct": 30, "eDefPct": 30, "fixID": true, "id": 2806}, {"name": "Magma Flinger", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-345", "fDam": "0-445", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 92, "strReq": 40, "defReq": 25, "mdPct": 14, "def": 6, "sdRaw": -95, "mdRaw": 280, "fDamPct": 10, "eDamPct": 30, "wDefPct": -25, "fixID": true, "id": 2812}, {"name": "Mercurial Chestplate", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "hp": 2625, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 92, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "sdPct": 10, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fixID": true, "id": 2811}, {"name": "Ramhoof", "tier": "Unique", "type": "boots", "thorns": 15, "category": "armor", "slots": 2, "drop": "never", "hp": 2675, "fDef": -90, "lvl": 93, "strReq": 30, "agiReq": 25, "mdPct": 7, "ls": 190, "def": 7, "spd": 15, "mdRaw": 180, "fixID": true, "id": 2816}, {"name": "Mountain's Song", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "510-550", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "510-550", "atkSpd": "SUPER_SLOW", "lvl": 90, "strReq": 40, "defReq": 40, "mdPct": 15, "expd": 25, "hpBonus": 1000, "fixID": true, "spPct1": 35, "spPct4": -21, "id": 2810}, {"name": "Odin", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "nDam": "21-51", "fDam": "0-0", "wDam": "0-0", "aDam": "40-88", "tDam": "40-88", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 93, "dexReq": 35, "agiReq": 35, "sdPct": 8, "mdPct": 10, "dex": 6, "agi": 4, "aDamPct": 12, "tDamPct": 8, "eDamPct": -30, "fixID": true, "id": 2813}, {"name": "Rodoroc's Guard", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 3500, "fDef": 100, "aDef": 100, "lvl": 94, "agiReq": 35, "defReq": 35, "sdPct": -10, "mdPct": -8, "str": 10, "agi": 10, "def": 10, "spd": 10, "mdRaw": 195, "fDefPct": 10, "aDefPct": 10, "fixID": true, "id": 2818}, {"name": "Ornamental Plate", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "never", "hp": 2250, "wDef": 100, "lvl": 91, "intReq": 50, "mr": 10, "sdPct": 12, "xpb": 15, "int": 5, "sdRaw": 190, "fixID": true, "id": 2814}, {"name": "Siege Ram", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "nDam": "130-185", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "65-110", "atkSpd": "SLOW", "lvl": 90, "strReq": 40, "sdPct": -15, "mdPct": 20, "lb": 10, "str": 6, "fixID": true, "id": 2815}, {"name": "Steamstone", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 2900, "fDef": 75, "wDef": 75, "tDef": -130, "eDef": 50, "lvl": 91, "intReq": 25, "defReq": 25, "hprPct": 25, "ms": 5, "int": 7, "def": 8, "aDamPct": -10, "tDamPct": -10, "eDamPct": 16, "fDefPct": 8, "wDefPct": 8, "fixID": true, "id": 2821}, {"name": "Stricken Bolt", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "325-1015", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 92, "dexReq": 35, "ms": 5, "mdRaw": 810, "tDamPct": 25, "wDefPct": -10, "fixID": true, "id": 2822}, {"name": "Vulcamail Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 2450, "fDef": 100, "tDef": -100, "eDef": 100, "lvl": 89, "strReq": 40, "defReq": 35, "hprPct": 20, "ls": 220, "ms": 10, "def": 6, "spd": -7, "hpBonus": 600, "wDefPct": 15, "aDefPct": 15, "fixID": true, "id": 2819}, {"name": "Broken Sandust", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 37, "dexReq": 15, "dex": 2, "spd": 1, "tDamPct": 1, "type": "ring", "fixID": true, "id": 2823}, {"name": "Sekaisin", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 1, "drop": "never", "nDam": "0-100", "fDam": "0-100", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "dexReq": 40, "defReq": 25, "hprPct": -20, "ls": 260, "dex": 10, "hpBonus": -1100, "tDamPct": 60, "fixID": true, "id": 2817}, {"name": "Enhanced Copper Plate", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "never", "hp": 285, "fDef": -15, "tDef": -18, "lvl": 35, "dexReq": 15, "defReq": 5, "sdPct": 3, "ref": 2, "fDamPct": 4, "tDamPct": 8, "fixID": true, "id": 2824}, {"name": "Chipped Glitz", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 34, "sdPct": -2, "lb": 4, "type": "ring", "fixID": true, "id": 2820}, {"name": "Enhanced Coalwalkers", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 230, "fDef": 15, "wDef": -25, "eDef": 5, "lvl": 31, "strReq": 5, "defReq": 10, "str": 1, "def": 1, "expd": 3, "spd": -7, "hpBonus": 20, "fixID": true, "id": 2825}, {"name": "Enhanced DuskShield", "displayName": "Enhanced Duskshield", "tier": "Unique", "type": "leggings", "thorns": 3, "category": "armor", "slots": 2, "drop": "never", "hp": 460, "wDef": 10, "tDef": 10, "lvl": 42, "dexReq": 10, "intReq": 10, "sdPct": -8, "ref": 3, "fDamPct": -12, "eDamPct": -12, "fixID": true, "id": 2826}, {"name": "Cracked Stonehall", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 35, "strReq": 15, "str": 1, "spd": -4, "eDamPct": 3, "type": "ring", "fixID": true, "id": 2830}, {"name": "Enhanced Pickpockets", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 275, "lvl": 36, "dexReq": 15, "agiReq": 10, "lb": 8, "dex": 3, "agi": 2, "def": -7, "eSteal": 5, "fixID": true, "id": 2827}, {"name": "Upgraded Archpriest", "tier": "Rare", "type": "spear", "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, "intReq": 18, "agiReq": 18, "mr": 5, "ref": 2, "int": -1, "agi": 2, "mdRaw": -26, "tDamPct": -14, "tDefPct": 4, "fixID": true, "id": 2828}, {"name": "Upgraded Radiance", "tier": "Unique", "type": "bow", "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, "intReq": 15, "defReq": 15, "hprPct": 4, "mr": 5, "spRegen": -5, "fixID": true, "id": 2829}, {"name": "Upgraded Dark Needle", "tier": "Unique", "type": "wand", "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, "dexReq": 10, "sdPct": -8, "mdPct": 4, "eDefPct": -10, "fixID": true, "id": 2831}, {"name": "Upgraded Steel Buster", "tier": "Unique", "type": "spear", "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, "strReq": 15, "defReq": 5, "mdPct": 4, "expd": 3, "spd": -12, "aDamPct": -9, "eDamPct": 5, "fixID": true, "id": 2834}, {"name": "Upgraded Whisper", "tier": "Unique", "type": "dagger", "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, "agiReq": 20, "hprPct": 3, "agi": 1, "spd": 3, "aDamPct": 2, "fixID": true, "id": 2837}, {"name": "Backstaff", "tier": "Unique", "type": "wand", "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, "str": 3, "hpBonus": 60, "mdRaw": 16, "eDefPct": 10, "fixID": true, "id": 2835}, {"name": "Used Wolf Paw", "tier": "Unique", "category": "accessory", "drop": "never", "aDef": 4, "eDef": 4, "lvl": 30, "strReq": 8, "agiReq": 8, "mdPct": 2, "spd": 3, "aDamPct": 2, "eDamPct": 2, "type": "bracelet", "fixID": true, "id": 2832}, {"name": "Diving Boots II", "tier": "Unique", "type": "boots", "category": "armor", "drop": "never", "hp": 750, "wDef": 65, "tDef": -50, "lvl": 55, "spd": 10, "wDefPct": 15, "id": 2833}, {"name": "Eel Spear", "tier": "Unique", "type": "spear", "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, "intReq": 10, "xpb": 6, "spd": 5, "sdRaw": 24, "fixID": true, "id": 2841}, {"name": "Diving Boots III", "tier": "Rare", "type": "boots", "category": "armor", "drop": "never", "hp": 1350, "wDef": 90, "tDef": -75, "lvl": 70, "spd": 15, "wDefPct": 20, "id": 2836}, {"name": "Diving Boots I", "tier": "Unique", "type": "boots", "category": "armor", "drop": "never", "hp": 300, "wDef": 30, "tDef": -30, "lvl": 40, "spd": 5, "wDefPct": 10, "id": 2843}, {"name": "Fishing Hook", "tier": "Unique", "type": "dagger", "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, "dexReq": 5, "intReq": 5, "xpb": 5, "spd": 6, "tDamPct": 6, "fixID": true, "id": 2840}, {"name": "Harpoon", "tier": "Unique", "type": "bow", "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, "sdPct": 8, "mdPct": 4, "dex": 3, "spd": -5, "tDefPct": -7, "fixID": true, "id": 2838}, {"name": "Mage-Crafted Staff", "tier": "Rare", "type": "wand", "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, "intReq": 10, "defReq": 5, "hprPct": 12, "mdPct": -20, "ref": 5, "int": 4, "wDamPct": 15, "fixID": true, "id": 2839}, {"name": "Sea Legs", "tier": "Rare", "type": "leggings", "category": "armor", "drop": "never", "hp": 180, "wDef": 8, "tDef": -6, "lvl": 28, "intReq": 20, "mr": 5, "mdPct": -8, "int": 3, "wDamPct": 8, "fixID": true, "id": 2846}, {"name": "Portable Buoys", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "hp": 130, "wDef": 7, "lvl": 25, "ref": 9, "spd": 4, "wDefPct": 12, "fixID": true, "id": 2845}, {"name": "Seafarer's Coat", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 150, "wDef": 7, "aDef": 5, "lvl": 26, "sdPct": 4, "lb": 6, "fixID": true, "id": 2848}, {"name": "Selchar's Famous Breeches", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "never", "hp": 125, "lvl": 25, "sdPct": 5, "mdPct": 7, "xpb": 7, "lb": 5, "fixID": true, "id": 2842}, {"name": "The Saltwater Rune", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "80-95", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-50", "atkSpd": "VERY_SLOW", "lvl": 24, "strReq": 8, "intReq": 12, "sdPct": -12, "wDamPct": 20, "wDefPct": 15, "eDefPct": 15, "fixID": true, "spRaw3": -10, "id": 2847}, {"name": "The Crow's Nest", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 135, "tDef": 5, "eDef": -3, "lvl": 27, "dexReq": 12, "xpb": 4, "dex": 5, "tDamPct": 7, "fixID": true, "id": 2844}, {"name": "Advancement", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 255, "lvl": 29, "ms": 10, "xpb": 10, "spRegen": 5, "fixID": true, "id": 3564}, {"name": "Tricorne", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 115, "lvl": 24, "lb": 7, "agi": 1, "spd": 7, "hprRaw": 5, "fixID": true, "id": 2850}, {"name": "Tearing Seam", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "20-26", "fDam": "17-23", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "23-29", "atkSpd": "FAST", "lvl": 43, "strReq": 16, "defReq": 16, "ls": 33, "xpb": 7, "dex": -7, "int": -7, "agi": -7, "hpBonus": 150, "mdRaw": 43, "fixID": true, "id": 2851}, {"name": "Dilation", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 295, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 31, "xpb": 15, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fixID": true, "id": 3633}, {"name": "Diminution", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 320, "lvl": 33, "lb": 15, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "fixID": true, "id": 3565}, {"name": "Hourslip", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 315, "aDef": 12, "lvl": 32, "lb": 15, "spd": 30, "fixID": true, "id": 3567}, {"name": "Intuition", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 30, "sdRaw": 12, "type": "bracelet", "fixID": true, "id": 3566}, {"name": "Longevity", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 30, "hprRaw": 15, "type": "necklace", "fixID": true, "id": 3568}, {"name": "Practice", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 30, "mdRaw": 16, "type": "bracelet", "fixID": true, "id": 3570}, {"name": "Reversion", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 295, "fDef": 10, "lvl": 31, "ls": 32, "lb": 10, "eSteal": 5, "fixID": true, "id": 3572}, {"name": "Secondsaver", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 270, "lvl": 30, "mdPct": -25, "xpb": 15, "atkTier": 1, "fixID": true, "id": 3573}, {"name": "Seal Breaker", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 335, "lvl": 34, "sdPct": 25, "xpb": 15, "fixID": true, "id": 3569}, {"name": "Slainte", "tier": "Rare", "category": "accessory", "drop": "never", "restrict": "Untradable", "hp": 100, "lvl": 30, "xpb": 5, "lb": 5, "spRegen": 10, "type": "necklace", "fixID": true, "id": 3571}, {"name": "Tempo Totem", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "86-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 35, "mr": 10, "ls": 30, "ms": 5, "xpb": 20, "lb": 20, "hprRaw": 15, "fixID": true, "id": 3632}, {"name": "Tempo Tanto", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "56-66", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 35, "mr": 10, "ls": 30, "ms": 5, "xpb": 20, "lb": 20, "hprRaw": 15, "fixID": true, "id": 3574}, {"name": "Tempo Ticker", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "40-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 35, "mr": 10, "ls": 30, "ms": 5, "xpb": 20, "lb": 20, "hprRaw": 15, "fixID": true, "id": 3634}, {"name": "Tempo Trebuchet", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "115-128", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 35, "mr": 10, "ls": 30, "ms": 5, "xpb": 20, "lb": 20, "hprRaw": 15, "fixID": true, "id": 3590}, {"name": "Tempo Trident", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "70-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 35, "mr": 10, "ls": 30, "ms": 5, "xpb": 20, "lb": 20, "hprRaw": 15, "fixID": true, "id": 3639}, {"name": "Timelocked Breath", "tier": "Unique", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 28, "xpb": 5, "agi": 3, "aDamPct": 5, "type": "ring", "fixID": true, "id": 3635}, {"name": "Timelocked Coal", "tier": "Unique", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 28, "xpb": 5, "def": 3, "fDamPct": 5, "type": "ring", "fixID": true, "id": 3636}, {"name": "Timelocked Dew", "tier": "Unique", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 28, "xpb": 5, "int": 3, "wDamPct": 5, "type": "ring", "fixID": true, "id": 3638}, {"name": "Timelocked Spark", "tier": "Unique", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 28, "xpb": 5, "dex": 3, "tDamPct": 5, "type": "ring", "fixID": true, "id": 3637}, {"name": "Brass Leg Plates", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 2125, "fDef": -120, "tDef": 75, "eDef": 75, "lvl": 81, "strReq": 20, "dexReq": 20, "ls": 160, "str": 9, "dex": 9, "tDamPct": 15, "eDamPct": 15, "fixID": true, "id": 2849}, {"name": "Trouble Tamer", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 315, "eDef": 12, "lvl": 32, "mdPct": 35, "lb": 15, "fixID": true, "id": 3641}, {"name": "Brass Choker", "tier": "Rare", "quest": "From The Bottom", "category": "accessory", "drop": "never", "hp": -350, "lvl": 81, "strReq": 10, "dexReq": 40, "mdPct": 4, "str": 1, "dex": 2, "tDamPct": 9, "type": "necklace", "fixID": true, "id": 2852}, {"name": "Crook's March", "tier": "Rare", "type": "relik", "quest": "From The Bottom", "category": "weapon", "slots": 3, "drop": "never", "nDam": "120-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "130-170", "eDam": "140-160", "atkSpd": "SLOW", "lvl": 82, "strReq": 45, "dexReq": 50, "mr": -10, "ls": 250, "ms": 10, "hpBonus": -900, "eSteal": 10, "tDamPct": 20, "eDamPct": 20, "fixID": true, "id": 2858}, {"name": "Double-Edge", "tier": "Rare", "type": "spear", "quest": "From The Bottom", "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "35-130", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "dexReq": 50, "hprPct": -30, "mdPct": 13, "ls": -215, "ms": 5, "dex": 7, "hpBonus": -1000, "sdRaw": 165, "fDamPct": -15, "eDefPct": -10, "fixID": true, "id": 2853}, {"name": "Dragulj Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "never", "hp": 1875, "lvl": 80, "xpb": 15, "lb": 15, "fDamPct": 18, "wDamPct": 18, "aDamPct": 18, "tDamPct": 18, "eDamPct": 18, "fDefPct": 18, "wDefPct": 18, "aDefPct": 18, "tDefPct": 18, "eDefPct": 18, "fixID": true, "id": 2854}, {"name": "Dragon Horned Helmet", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "never", "hp": 1850, "fDef": 160, "wDef": -60, "eDef": -60, "lvl": 80, "defReq": 45, "ref": 15, "def": 4, "sdRaw": 160, "mdRaw": 205, "fDamPct": 10, "fDefPct": -10, "fixID": true, "id": 2855}, {"name": "Dragonspit", "tier": "Rare", "type": "bow", "quest": "From The Bottom", "category": "weapon", "slots": 2, "drop": "never", "nDam": "40-50", "fDam": "90-160", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 82, "defReq": 45, "ls": 335, "def": 4, "expd": 7, "hpBonus": 1200, "fDamPct": 10, "fixID": true, "id": 2879}, {"name": "Earthlink", "tier": "Rare", "type": "boots", "quest": "From The Bottom", "category": "armor", "slots": 2, "drop": "never", "hp": 1850, "lvl": 81, "strReq": 55, "xpb": 10, "str": 5, "spd": -5, "aDamPct": -5, "tDamPct": -5, "eDamPct": 35, "fixID": true, "id": 2857}, {"name": "Ehoole Drakeskin", "tier": "Rare", "type": "leggings", "quest": "From The Bottom", "category": "armor", "slots": 3, "drop": "never", "hp": 1750, "fDef": -140, "wDef": 90, "aDef": 80, "lvl": 82, "intReq": 30, "agiReq": 45, "mr": 10, "sdPct": 8, "mdPct": -16, "ref": 12, "spd": 16, "sdRaw": 210, "fDamPct": -16, "aDamPct": 12, "fixID": true, "id": 2856}, {"name": "Fire Pearl", "tier": "Rare", "quest": "From The Bottom", "category": "accessory", "drop": "never", "hp": 500, "fDef": 50, "wDef": -40, "lvl": 81, "defReq": 50, "expd": 6, "fDamPct": 6, "wDamPct": -10, "fDefPct": 4, "type": "necklace", "fixID": true, "id": 2860}, {"name": "Flexing Chain", "tier": "Unique", "category": "accessory", "drop": "never", "aDef": 25, "lvl": 80, "agiReq": 40, "str": -2, "agi": 3, "spd": 6, "aDamPct": 4, "aDefPct": 6, "type": "bracelet", "fixID": true, "id": 2859}, {"name": "Formation", "tier": "Rare", "quest": "From The Bottom", "category": "accessory", "drop": "never", "hp": 300, "aDef": -25, "eDef": 40, "lvl": 81, "strReq": 45, "defReq": 5, "spd": -4, "eDamPct": 7, "tDefPct": 4, "type": "bracelet", "fixID": true, "id": 2862}, {"name": "Forge Stoker", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-15", "fDam": "35-40", "wDam": "0-0", "aDam": "25-35", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 80, "agiReq": 35, "defReq": 25, "ls": 180, "agi": 4, "spd": 8, "hprRaw": -55, "aDamPct": 20, "fDefPct": 16, "wDefPct": -12, "fixID": true, "id": 2861}, {"name": "Ironbody", "tier": "Rare", "type": "chestplate", "thorns": 18, "category": "armor", "drop": "never", "hp": 2950, "fDef": 110, "wDef": 40, "aDef": 50, "tDef": 60, "eDef": 120, "lvl": 82, "strReq": 35, "defReq": 35, "hprPct": 16, "mdPct": 16, "def": 9, "spd": -10, "aDamPct": -30, "fDefPct": 10, "eDefPct": 12, "fixID": true, "id": 2865}, {"name": "Metal Breaker", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 1, "drop": "never", "nDam": "300-320", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "270-360", "atkSpd": "VERY_SLOW", "lvl": 80, "strReq": 40, "mdPct": 10, "str": 6, "def": -4, "expd": 25, "spd": -7, "fixID": true, "id": 2863}, {"name": "Jewel Cutter", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "nDam": "100-170", "fDam": "0-0", "wDam": "0-0", "aDam": "54-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "agiReq": 40, "lb": 20, "agi": 7, "spd": 10, "eSteal": 4, "mdRaw": 130, "fDefPct": 15, "wDefPct": -12, "aDefPct": 20, "fixID": true, "id": 2864}, {"name": "Mining Fever", "tier": "Rare", "type": "helmet", "quest": "From The Bottom", "category": "armor", "slots": 2, "drop": "never", "hp": 1850, "eDef": 60, "lvl": 81, "xpb": 5, "lb": 35, "eSteal": 7, "eDamPct": 15, "fixID": true, "id": 2868}, {"name": "Mithril Mantle", "tier": "Unique", "type": "chestplate", "thorns": 20, "category": "armor", "slots": 2, "drop": "never", "hp": 2125, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 81, "ls": 175, "ms": 10, "lb": 15, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "fixID": true, "id": 2867}, {"name": "Ring of Power", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 80, "mdPct": 8, "str": 2, "dex": 2, "type": "ring", "fixID": true, "id": 2870}, {"name": "Rask", "tier": "Rare", "quest": "From The Bottom", "category": "accessory", "drop": "never", "aDef": 30, "lvl": 81, "agiReq": 50, "agi": 5, "spd": 12, "fDefPct": -5, "type": "ring", "fixID": true, "id": 2869}, {"name": "Plate Shock", "tier": "Rare", "type": "wand", "quest": "From The Bottom", "category": "weapon", "slots": 3, "drop": "never", "nDam": "150-245", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 82, "dexReq": 45, "sdPct": 10, "mdPct": 10, "ref": 20, "dex": 4, "hprRaw": -75, "tDamPct": 18, "wDefPct": -10, "fixID": true, "id": 2866}, {"name": "Timelocked Stone", "tier": "Unique", "category": "accessory", "drop": "never", "restrict": "Untradable", "lvl": 28, "xpb": 5, "str": 3, "eDamPct": 5, "type": "ring", "fixID": true, "id": 3640}, {"name": "Rough Diamond", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 80, "strReq": 20, "intReq": 20, "sdPct": 6, "mdPct": 5, "xpb": 7, "str": 2, "aDamPct": -6, "type": "necklace", "fixID": true, "id": 2871}, {"name": "Thanos Legionnaire Greaves", "tier": "Set", "type": "boots", "quest": "The Belly of the Beast", "category": "armor", "slots": 2, "drop": "never", "hp": 2550, "fDef": 75, "lvl": 82, "defReq": 50, "xpb": 10, "lb": 10, "def": 10, "hprRaw": 150, "fDamPct": 20, "wDamPct": -20, "fDefPct": 20, "wDefPct": -20, "fixID": true, "id": 2905, "set": "Thanos Legionnaire"}, {"name": "Thanos Legionnaire Leggings", "tier": "Set", "type": "leggings", "quest": "The Belly of the Beast", "category": "armor", "slots": 2, "drop": "never", "hp": 1900, "aDef": 75, "lvl": 82, "agiReq": 50, "xpb": 15, "lb": 5, "agi": 10, "spd": 15, "aDamPct": 20, "tDamPct": -20, "aDefPct": 20, "fixID": true, "id": 2875, "set": "Thanos Legionnaire"}, {"name": "Ring of Wisdom", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 80, "sdPct": 7, "xpb": 10, "int": 3, "type": "ring", "fixID": true, "id": 2872}, {"name": "Thanos Legionnaire Plate", "tier": "Set", "type": "chestplate", "quest": "The Belly of the Beast", "category": "armor", "slots": 3, "drop": "never", "hp": 2400, "fDef": 125, "wDef": -90, "aDef": 125, "tDef": -90, "eDef": 125, "lvl": 83, "strReq": 40, "agiReq": 40, "defReq": 40, "str": 10, "agi": 10, "def": 10, "mdRaw": 225, "fDamPct": 20, "aDamPct": 20, "eDamPct": 20, "fixID": true, "id": 2873, "set": "Thanos Legionnaire"}, {"name": "Steady Grip", "tier": "Rare", "quest": "From The Bottom", "category": "accessory", "drop": "never", "lvl": 81, "dexReq": 25, "intReq": 25, "mdPct": -10, "dex": 3, "int": 3, "sdRaw": 45, "eDamPct": -8, "type": "bracelet", "fixID": true, "id": 2878}, {"name": "Shale Edge", "tier": "Rare", "type": "dagger", "quest": "From The Bottom", "category": "weapon", "slots": 2, "drop": "never", "nDam": "45-75", "fDam": "0-0", "wDam": "40-65", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 82, "intReq": 25, "sdPct": 8, "ms": 5, "str": 4, "sdRaw": 90, "aDamPct": -16, "eDamPct": 15, "aDefPct": -13, "fixID": true, "id": 2877}, {"name": "Silver Bay", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "150-160", "fDam": "0-0", "wDam": "48-52", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 80, "intReq": 40, "mr": 5, "lb": 10, "hpBonus": 1000, "wDamPct": 25, "wDefPct": 20, "fixID": true, "id": 2880}, {"name": "Tankard Basher", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "nDam": "45-65", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "50-110", "atkSpd": "FAST", "lvl": 81, "strReq": 25, "agiReq": 35, "mdPct": 12, "str": 8, "dex": -8, "agi": 8, "spd": 12, "aDamPct": 20, "fixID": true, "id": 2882}, {"name": "Sterling Silver", "tier": "Unique", "category": "accessory", "drop": "never", "lvl": 80, "dexReq": 15, "agiReq": 25, "lb": 7, "spd": 5, "sdRaw": 25, "mdRaw": 18, "eDamPct": -7, "type": "necklace", "fixID": true, "id": 2884}, {"name": "Sterk", "tier": "Rare", "quest": "From The Bottom", "category": "accessory", "drop": "never", "hp": 250, "fDef": 25, "wDef": -10, "eDef": 10, "lvl": 81, "strReq": 10, "defReq": 40, "def": 3, "fDefPct": 7, "aDefPct": 6, "eDefPct": 8, "type": "ring", "fixID": true, "id": 2876}, {"name": "Thanos Legionnaire Helm", "tier": "Set", "type": "helmet", "quest": "The Belly of the Beast", "category": "armor", "slots": 2, "drop": "never", "hp": 2125, "eDef": 75, "lvl": 82, "strReq": 50, "mdPct": 10, "xpb": 5, "lb": 15, "str": 10, "eDamPct": 20, "tDefPct": -20, "eDefPct": 20, "fixID": true, "id": 2874, "set": "Thanos Legionnaire"}, {"name": "Thanos Banner", "tier": "Legendary", "quest": "The Belly Of The Beast", "category": "accessory", "drop": "never", "eDef": 60, "lvl": 82, "strReq": 50, "lb": 10, "str": 6, "eDamPct": 10, "wDefPct": -10, "eDefPct": 10, "type": "bracelet", "fixID": true, "id": 2883}, {"name": "Thanos Crest", "tier": "Legendary", "quest": "The Belly Of The Beast", "category": "accessory", "drop": "never", "aDef": 60, "lvl": 82, "agiReq": 50, "xpb": 10, "agi": 6, "aDamPct": 10, "aDefPct": 10, "tDefPct": -10, "type": "necklace", "fixID": true, "id": 2886}, {"name": "Thanos Ironstaff", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 3, "drop": "never", "nDam": "55-75", "fDam": "40-55", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-55", "atkSpd": "NORMAL", "lvl": 82, "strReq": 40, "defReq": 40, "hprPct": 20, "mdPct": 20, "dex": -10, "int": -10, "def": 10, "hpBonus": 1075, "fDefPct": 30, "eDefPct": 30, "fixID": true, "id": 2898}, {"name": "Thanos Brand", "tier": "Legendary", "quest": "The Belly Of The Beast", "category": "accessory", "drop": "never", "hp": 650, "fDef": 30, "lvl": 82, "defReq": 50, "xpb": 5, "lb": 5, "def": 5, "fDamPct": 5, "fDefPct": 5, "wDefPct": -5, "tDefPct": -5, "type": "ring", "fixID": true, "id": 2881}, {"name": "Thanos Stonesinger", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "120-126", "fDam": "57-66", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "60-63", "atkSpd": "FAST", "lvl": 82, "strReq": 40, "defReq": 40, "dex": -8, "expd": 20, "mdRaw": 160, "fDamPct": 15, "eDamPct": 15, "fDefPct": 20, "wDefPct": -20, "eDefPct": 20, "fixID": true, "id": 2889}, {"name": "Thanos Warhammer", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 2, "drop": "never", "nDam": "110-200", "fDam": "50-105", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "60-95", "atkSpd": "SLOW", "lvl": 82, "strReq": 40, "defReq": 40, "sdPct": -10, "mdPct": 20, "str": 10, "expd": 20, "spd": -10, "fDamPct": 15, "eDamPct": 15, "eDefPct": 25, "fixID": true, "id": 2887}, {"name": "Thanos Siege Bow", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 2, "drop": "never", "nDam": "150-280", "fDam": "70-130", "wDam": "0-0", "aDam": "55-145", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 82, "agiReq": 40, "defReq": 40, "mr": -5, "def": 10, "expd": 20, "spd": -15, "hpBonus": 750, "hprRaw": 160, "fDamPct": 15, "aDamPct": 15, "fixID": true, "id": 2885}, {"name": "Thanos Warsword", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "nDam": "80-140", "fDam": "0-0", "wDam": "0-0", "aDam": "40-80", "tDam": "0-0", "eDam": "50-70", "atkSpd": "FAST", "lvl": 82, "strReq": 40, "agiReq": 40, "mdPct": 20, "str": 8, "int": -8, "agi": 8, "spd": 15, "sdRaw": -90, "mdRaw": 170, "aDamPct": 12, "eDamPct": 12, "fixID": true, "id": 2890}, {"name": "Tight Clamp", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 450, "fDef": 30, "lvl": 80, "defReq": 40, "dex": -2, "def": 3, "type": "bracelet", "fixID": true, "id": 2888}, {"name": "Canyon Strider", "tier": "Unique", "type": "boots", "sprint": 15, "category": "armor", "slots": 2, "drop": "never", "hp": 2200, "fDef": -70, "aDef": 70, "eDef": 70, "lvl": 84, "strReq": 15, "agiReq": 25, "agi": 6, "spd": 15, "aDamPct": 10, "eDamPct": 10, "aDefPct": 12, "eDefPct": 12, "fixID": true, "sprintReg": 15, "id": 2892}, {"name": "Fir Needle", "tier": "Unique", "type": "dagger", "thorns": 20, "category": "weapon", "slots": 3, "drop": "never", "nDam": "25-55", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "50-80", "atkSpd": "SUPER_FAST", "lvl": 83, "strReq": 25, "agiReq": 35, "str": 8, "sdRaw": 134, "aDamPct": 19, "tDefPct": -15, "fixID": true, "id": 2894}, {"name": "Coal Duster", "tier": "Rare", "type": "chestplate", "poison": 3500, "category": "armor", "slots": 3, "drop": "never", "hp": 2575, "fDef": -65, "tDef": 90, "lvl": 83, "dexReq": 40, "defReq": 45, "sdPct": -15, "mdPct": -35, "dex": 7, "def": 8, "expd": 10, "atkTier": -17, "fDamPct": 25, "tDamPct": 20, "fDefPct": -25, "fixID": true, "id": 2893}, {"name": "Filter Mask", "tier": "Rare", "type": "helmet", "poison": -375, "category": "armor", "slots": 3, "drop": "never", "hp": 2750, "aDef": 120, "eDef": 120, "lvl": 85, "spd": 10, "aDamPct": 10, "eDamPct": 10, "aDefPct": 15, "eDefPct": 20, "fixID": true, "sprintReg": 20, "id": 2891}, {"name": "Pine Bow", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "never", "nDam": "180-255", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "60-85", "atkSpd": "NORMAL", "lvl": 85, "strReq": 40, "mdPct": 10, "xpb": 10, "str": 5, "eDefPct": 15, "fixID": true, "id": 2896}, {"name": "Shine Lamp", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "240-250", "wDam": "230-260", "aDam": "225-265", "tDam": "220-270", "eDam": "235-255", "atkSpd": "SUPER_SLOW", "lvl": 83, "strReq": 18, "dexReq": 18, "intReq": 18, "agiReq": 18, "defReq": 18, "mr": 5, "sdPct": -25, "fixID": true, "spPct1": -17, "spPct2": -17, "spPct3": -17, "spPct4": -17, "id": 2900}, {"name": "Plated Mining Helm", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 2500, "lvl": 83, "defReq": 20, "hprPct": 25, "lb": 10, "def": 10, "hprRaw": 60, "fixID": true, "id": 2897}, {"name": "Wood Hammer", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "nDam": "65-125", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "20-50", "atkSpd": "FAST", "lvl": 84, "strReq": 15, "mdPct": 10, "xpb": 10, "str": 5, "fDefPct": -5, "fixID": true, "id": 2902}, {"name": "Firestarter", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "never", "nDam": "130-216", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 86, "defReq": 40, "expd": 5, "hprRaw": 70, "fDamPct": 20, "wDamPct": -10, "fixID": true, "id": 2895}, {"name": "Windwhistle", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "never", "nDam": "14-42", "fDam": "0-0", "wDam": "60-73", "aDam": "51-82", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 87, "intReq": 35, "agiReq": 35, "mr": 5, "sdPct": 10, "agi": 8, "def": -8, "spd": 20, "wDamPct": 15, "fDefPct": -20, "fixID": true, "id": 2899}, {"name": "Surefooter", "tier": "Unique", "type": "boots", "thorns": 7, "category": "armor", "slots": 3, "drop": "never", "hp": 1900, "aDef": -100, "eDef": 100, "lvl": 86, "strReq": 55, "ms": 10, "str": 8, "spd": -8, "mdRaw": 250, "eDamPct": 15, "fixID": true, "id": 2901}, {"name": "Wooly Long Johns", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "never", "hp": 2525, "wDef": 190, "aDef": 190, "lvl": 87, "sdPct": -5, "mdPct": -5, "xpb": 14, "hprRaw": 190, "wDefPct": 14, "aDefPct": 14, "fixID": true, "id": 2904}, {"name": "Battalion", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 640, "lvl": 50, "def": 5, "spd": 8, "fDamPct": 5, "wDamPct": -10, "aDamPct": -10, "fixID": true, "id": 2903}, {"name": "Battle Staff", "tier": "Unique", "type": "wand", "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, "sdPct": 4, "mdPct": 6, "expd": 5, "eDamPct": 5, "fixID": true, "id": 2907}, {"name": "Defender", "tier": "Unique", "type": "dagger", "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, "defReq": 30, "sdPct": -6, "def": 3, "hpBonus": 400, "fixID": true, "id": 2906}, {"name": "Dual", "tier": "Unique", "type": "spear", "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, "dexReq": 15, "agi": 5, "spd": 5, "aDamPct": 10, "tDamPct": 5, "fixID": true, "id": 2908}, {"name": "Dinosaur", "tier": "Unique", "type": "leggings", "thorns": 5, "category": "armor", "slots": 1, "drop": "never", "hp": 650, "aDef": -50, "eDef": 40, "lvl": 51, "mdPct": 6, "str": 3, "int": -5, "fixID": true, "id": 2909}, {"name": "Hurricane", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 750, "fDef": -100, "aDef": 100, "eDef": -40, "lvl": 55, "strReq": 10, "agiReq": 25, "str": 2, "agi": 4, "spd": 10, "aDamPct": 10, "eDamPct": 6, "fixID": true, "id": 2913}, {"name": "Medecin", "tier": "Unique", "type": "bow", "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, "intReq": 25, "mr": 5, "sdPct": 10, "mdPct": -10, "ref": 5, "int": 2, "fixID": true, "id": 2910}, {"name": "Moonlight", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "40-50", "fDam": "0-0", "wDam": "25-35", "aDam": "25-35", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 51, "intReq": 16, "agiReq": 16, "mdPct": -15, "hprRaw": 25, "fDefPct": 15, "wDefPct": 25, "aDefPct": 25, "tDefPct": 15, "eDefPct": 15, "fixID": true, "id": 2912}, {"name": "Wardrummer", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "never", "nDam": "155-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 52, "strReq": 16, "defReq": 16, "sdPct": -10, "mdPct": -10, "fDamPct": 20, "eDamPct": 20, "fixID": true, "id": 2914}, {"name": "Strikedown", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "never", "nDam": "112-120", "fDam": "0-0", "wDam": "70-80", "aDam": "0-0", "tDam": "60-90", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 60, "dexReq": 20, "intReq": 20, "mdPct": 10, "dex": 5, "spd": -10, "hprRaw": -40, "sdRaw": 95, "fixID": true, "spPct3": -10, "id": 2915}, {"name": "The Judge", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 750, "lvl": 52, "hprPct": 15, "sdPct": 15, "mdPct": 20, "ls": -80, "ms": -10, "xpb": 15, "lb": 15, "fixID": true, "id": 2911}, {"name": "Warlord", "tier": "Rare", "type": "spear", "category": "weapon", "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, "strReq": 25, "str": 2, "dex": -3, "agi": -3, "def": 2, "spd": -4, "hpBonus": 450, "hprRaw": 40, "fixID": true, "id": 2916}, {"name": "Voidstone Arpes", "tier": "Rare", "type": "spear", "quest": "One Thousand Meters Under", "thorns": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-219", "fDam": "0-0", "wDam": "0-0", "aDam": "219-219", "tDam": "0-0", "eDam": "219-219", "atkSpd": "VERY_SLOW", "lvl": 95, "strReq": 40, "agiReq": 40, "hprPct": -20, "sdPct": 20, "ls": 305, "ms": 10, "str": 8, "agi": 8, "spd": 12, "hpBonus": -1250, "fixID": true, "id": 2920}, {"name": "Voidstone Esbald", "tier": "Rare", "type": "dagger", "quest": "One Thousand Meters Under", "thorns": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "137-138", "fDam": "0-0", "wDam": "0-0", "aDam": "115-345", "tDam": "0-0", "eDam": "115-345", "atkSpd": "VERY_SLOW", "lvl": 95, "strReq": 40, "agiReq": 40, "hprPct": -20, "sdPct": 20, "ls": 305, "ms": 10, "str": 8, "agi": 8, "spd": 12, "hpBonus": -1250, "fixID": true, "id": 2919}, {"name": "Voidstone Elrik", "tier": "Rare", "type": "relik", "quest": "One Thousand Meters Under", "thorns": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "160-165", "fDam": "0-0", "wDam": "0-0", "aDam": "310-340", "tDam": "0-0", "eDam": "320-330", "atkSpd": "VERY_SLOW", "lvl": 95, "strReq": 40, "agiReq": 40, "hprPct": -20, "sdPct": 20, "ls": 305, "ms": 10, "str": 8, "agi": 8, "spd": 12, "hpBonus": -1250, "fixID": true, "id": 2917}, {"name": "Voidstone Lensing", "tier": "Rare", "type": "bow", "quest": "One Thousand Meters Under", "thorns": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "130-200", "fDam": "0-0", "wDam": "0-0", "aDam": "300-360", "tDam": "0-0", "eDam": "300-360", "atkSpd": "VERY_SLOW", "lvl": 95, "strReq": 40, "agiReq": 40, "hprPct": -20, "sdPct": 20, "ls": 305, "ms": 10, "str": 8, "agi": 8, "spd": 12, "hpBonus": -1250, "fixID": true, "id": 2918}, {"name": "Voidstone Recteps", "tier": "Rare", "type": "wand", "quest": "One Thousand Meters Under", "thorns": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "75-85", "fDam": "0-0", "wDam": "0-0", "aDam": "100-225", "tDam": "0-0", "eDam": "150-175", "atkSpd": "VERY_SLOW", "lvl": 95, "strReq": 40, "agiReq": 40, "hprPct": -20, "sdPct": 20, "ls": 305, "ms": 10, "str": 8, "agi": 8, "spd": 12, "hpBonus": -1250, "fixID": true, "id": 2922}, {"name": "Zhight Beaded Broach", "tier": "Unique", "quest": "Zhight Island", "category": "accessory", "drop": "never", "lvl": 55, "dexReq": 30, "lb": 8, "hprRaw": 10, "sdRaw": 10, "mdRaw": 13, "type": "necklace", "fixID": true, "id": 2921}, {"name": "Zhight Coral Band", "tier": "Rare", "quest": "Zhight Island", "category": "accessory", "drop": "never", "hp": 200, "wDef": 35, "lvl": 55, "intReq": 15, "defReq": 30, "sdPct": -6, "hprRaw": 15, "tDamPct": -8, "wDefPct": 10, "type": "bracelet", "fixID": true, "id": 2923}, {"name": "Zhight Powwow Bangle", "tier": "Unique", "quest": "Zhight Island", "category": "accessory", "drop": "never", "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 55, "strReq": 6, "dexReq": 6, "intReq": 6, "agiReq": 6, "defReq": 6, "xpb": 9, "lb": 9, "spRegen": 12, "eSteal": 5, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "type": "bracelet", "fixID": true, "id": 2925}, {"name": "Zhight Shiny Ring", "tier": "Rare", "quest": "Zhight Island", "category": "accessory", "drop": "never", "hp": -65, "lvl": 55, "dexReq": 30, "xpb": 6, "tDamPct": 9, "type": "ring", "fixID": true, "id": 2924}, {"name": "Zhight Souvenir Coin", "tier": "Unique", "quest": "Zhight Island", "category": "accessory", "drop": "never", "hp": 100, "lvl": 55, "xpb": 5, "lb": 10, "eSteal": 1, "type": "ring", "fixID": true, "id": 2926}, {"name": "Saffron Arch", "tier": "Unique", "type": "bow", "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, "dexReq": 8, "defReq": 8, "hprPct": 7, "sdPct": 6, "mdPct": -14, "ls": 33, "hpBonus": 160, "wDamPct": -7, "id": 2928}, {"name": "Sagittarius", "tier": "Legendary", "type": "leggings", "thorns": 18, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "aDef": 140, "eDef": -200, "lvl": 94, "agiReq": 80, "hprPct": -25, "ref": 18, "agi": 13, "spd": 18, "sdRaw": 175, "mdRaw": 230, "aDamPct": 25, "id": 2929}, {"name": "Zhight Weird Magic Necklace", "tier": "Rare", "quest": "Zhight Island", "category": "accessory", "drop": "never", "wDef": 5, "eDef": 5, "lvl": 55, "strReq": 25, "intReq": 20, "sdPct": 7, "str": 2, "spRegen": 7, "wDamPct": 7, "type": "necklace", "fixID": true, "id": 2930}, {"name": "Salamander", "tier": "Unique", "type": "wand", "poison": 130, "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, "agiReq": 5, "ls": 20, "spd": 10, "aDamPct": 6, "tDamPct": 6, "eDefPct": -8, "id": 2934}, {"name": "Salience", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 300, "fDef": 20, "wDef": 15, "lvl": 38, "intReq": 10, "defReq": 10, "hprPct": 12, "sdPct": -6, "mdPct": -10, "hprRaw": 10, "fDefPct": 9, "wDefPct": 9, "id": 2931}, {"name": "Sage", "tier": "Legendary", "type": "wand", "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, "mr": 10, "xpb": 32, "lb": 10, "aDamPct": 15, "id": 2927}, {"name": "Salmon", "tier": "Unique", "type": "bow", "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, "intReq": 5, "mr": 5, "sdPct": 7, "spd": 4, "wDamPct": 4, "aDamPct": 5, "id": 2933}, {"name": "Saint's Scar", "tier": "Unique", "type": "dagger", "poison": 85, "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, "strReq": 10, "sdPct": -5, "mdPct": 5, "fDefPct": -10, "id": 2932}, {"name": "Speedyboy", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 105, "lvl": 20, "mdPct": 15, "str": 7, "spd": 200, "eDamPct": 10, "id": 3548}, {"name": "Saltest Spear", "tier": "Normal", "type": "spear", "category": "weapon", "drop": "never", "nDam": "100-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 1, "id": 3549}, {"name": "Salvation", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "24-24", "fDam": "27-27", "wDam": "27-27", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "intReq": 35, "defReq": 35, "hprPct": 20, "ref": 15, "def": 5, "hpBonus": 1250, "tDamPct": -50, "fDefPct": 12, "wDefPct": 12, "id": 2937}, {"name": "SandStorm Walker", "displayName": "Sandstorm Walker", "tier": "Unique", "type": "boots", "thorns": 3, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 435, "aDef": -30, "tDef": 20, "lvl": 44, "strReq": 5, "xpb": 10, "lb": 10, "str": 4, "dex": 4, "eDamPct": 7, "id": 2938}, {"name": "Sandscar", "tier": "Unique", "type": "spear", "poison": 365, "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, "str": 5, "agi": 5, "wDamPct": -10, "eDamPct": 7, "wDefPct": -5, "aDefPct": 7, "id": 2943}, {"name": "Sandust", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 37, "dexReq": 15, "dex": 4, "spd": 5, "tDamPct": 6, "type": "ring", "id": 2941}, {"name": "Sandstorm", "tier": "Rare", "type": "spear", "poison": 50, "thorns": 7, "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, "agiReq": 20, "agi": 5, "spd": 15, "atkTier": 1, "eDefPct": -35, "id": 2939}, {"name": "Sano's Wisdom", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 565, "wDef": 35, "aDef": 15, "lvl": 51, "intReq": 15, "agiReq": 10, "mr": 10, "spRegen": 10, "hprRaw": 25, "fDamPct": -15, "tDamPct": -20, "eDamPct": -15, "wDefPct": 25, "aDefPct": 15, "id": 2942}, {"name": "Sandstone Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 270, "wDef": -15, "aDef": 8, "eDef": 8, "lvl": 37, "xpb": 8, "aDamPct": 8, "eDamPct": 8, "id": 2940}, {"name": "Sans", "tier": "Unique", "type": "dagger", "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": 85, "hprPct": 20, "sdPct": 20, "mdPct": 20, "id": 2944}, {"name": "Sapling", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "96-170", "aDam": "0-0", "tDam": "0-0", "eDam": "126-140", "atkSpd": "SLOW", "lvl": 75, "strReq": 35, "intReq": 35, "hprPct": 15, "mr": 10, "sdPct": -10, "mdPct": -10, "spd": -20, "hprRaw": 85, "wDefPct": 12, "eDefPct": 12, "id": 2946}, {"name": "Sano's Care", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "fDef": 200, "wDef": 200, "aDef": 75, "tDef": 75, "eDef": 75, "lvl": 90, "intReq": 45, "defReq": 55, "hprPct": 40, "mr": 10, "mdPct": -20, "xpb": 15, "int": 5, "def": 10, "hprRaw": 215, "fDefPct": 15, "wDefPct": 15, "id": 2948}, {"name": "Sapphire", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3050, "wDef": -80, "eDef": -80, "lvl": 97, "strReq": 40, "intReq": 40, "ms": 10, "ref": 18, "str": 5, "int": 5, "eSteal": 10, "sdRaw": 140, "mdRaw": 180, "fDefPct": -35, "id": 2949}, {"name": "Sargasso", "tier": "Rare", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 10, "wDef": 3, "lvl": 2, "sdPct": 6, "xpb": 4, "id": 2947}, {"name": "Saundersi Signet", "tier": "Legendary", "poison": 758, "category": "accessory", "drop": "lootchest", "hp": -125, "aDef": -30, "lvl": 87, "strReq": 40, "dexReq": 55, "mdPct": -7, "str": 3, "expd": 15, "type": "ring", "id": 2967}, {"name": "Sawdust", "tier": "Legendary", "type": "chestplate", "thorns": 30, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 700, "fDef": -40, "aDef": 45, "eDef": 30, "lvl": 49, "agi": 10, "spd": 9, "mdRaw": 80, "aDamPct": 13, "eDefPct": 18, "id": 2951}, {"name": "Sapphire Shard", "tier": "Unique", "type": "dagger", "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, "intReq": 20, "sdPct": 21, "ms": 5, "xpb": 14, "ref": 11, "int": 8, "fDamPct": -15, "tDefPct": -8, "id": 2945}, {"name": "Sarnfic's Lost Treasure", "tier": "Rare", "category": "accessory", "drop": "lootchest", "tDef": -15, "lvl": 63, "intReq": 25, "lb": 9, "eSteal": 3, "wDamPct": 7, "type": "ring", "id": 2954}, {"name": "Scalding Scimitar", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "110-230", "fDam": "60-200", "wDam": "60-200", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 72, "intReq": 30, "defReq": 30, "hprPct": -30, "sdPct": 7, "hprRaw": -100, "fDamPct": 25, "wDamPct": 25, "tDefPct": -30, "eDefPct": -30, "id": 2952}, {"name": "Sayleros' Brother's Misfortune", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 22, "str": 4, "dex": -2, "agi": -2, "def": 4, "type": "bracelet", "id": 2953}, {"name": "Scalpel", "tier": "Rare", "type": "dagger", "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, "dexReq": 15, "ls": 32, "hprRaw": 16, "id": 2958}, {"name": "Scarab", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 6, "lvl": 2, "def": 4, "id": 2955}, {"name": "Scale of Sieryu", "displayName": "Scale of Seiryu", "tier": "Rare", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 1500, "aDef": 50, "lvl": 78, "agiReq": 100, "mr": 20, "sdPct": -150, "mdPct": -50, "spd": 40, "atkTier": 1, "id": 2957}, {"name": "Scorcher", "tier": "Unique", "type": "bow", "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, "defReq": 30, "def": 7, "expd": 10, "fDamPct": 10, "fDefPct": 20, "id": 2959}, {"name": "Schist", "tier": "Rare", "poison": 120, "category": "accessory", "drop": "lootchest", "hp": -125, "eDef": -60, "lvl": 84, "strReq": 65, "str": 13, "eDamPct": -7, "type": "necklace", "id": 3583}, {"name": "Scorpio", "tier": "Legendary", "type": "boots", "poison": 1800, "thorns": 24, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "fDef": 80, "wDef": -200, "eDef": 160, "lvl": 90, "strReq": 65, "dexReq": 15, "defReq": 15, "str": 25, "expd": 40, "hprRaw": 125, "eDamPct": -140, "id": 2961}, {"name": "Saltine", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-45", "fDam": "0-0", "wDam": "0-0", "aDam": "60-70", "tDam": "40-90", "eDam": "0-0", "atkSpd": "FAST", "lvl": 78, "dexReq": 40, "agiReq": 40, "dex": 5, "agi": 5, "spd": 8, "hpBonus": -400, "aDamPct": 16, "tDamPct": 16, "eDefPct": -16, "id": 2936}, {"name": "Sanare", "tier": "Rare", "type": "wand", "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, "intReq": 35, "hprPct": 25, "sdPct": 15, "mdPct": -30, "int": 10, "wDamPct": 27, "id": 2935}, {"name": "Screech", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1675, "lvl": 80, "sdPct": 15, "mdPct": 15, "ls": 150, "spRegen": -3, "fDamPct": 11, "aDamPct": 11, "tDamPct": 11, "wDefPct": -12, "eDefPct": -12, "id": 2963}, {"name": "Scorpion", "tier": "Legendary", "type": "dagger", "poison": 450, "thorns": 25, "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, "ms": 10, "lb": 15, "fDefPct": -5, "wDefPct": -5, "aDefPct": -10, "tDefPct": -5, "id": 2960}, {"name": "Saving Grace", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "70-80", "wDam": "45-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 51, "intReq": 20, "defReq": 20, "mr": 5, "sdPct": 10, "mdPct": -25, "wDamPct": 20, "fDefPct": 10, "id": 2950}, {"name": "Scroll of Nythiar", "tier": "Rare", "type": "wand", "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, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 23, "mr": 10, "sdPct": 35, "mdPct": -70, "xpb": 15, "hprRaw": 42, "id": 2965}, {"name": "Scylla Shell", "tier": "Unique", "type": "helmet", "thorns": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "wDef": 15, "aDef": -40, "eDef": 15, "lvl": 45, "strReq": 20, "intReq": 20, "mr": 5, "mdPct": 8, "spd": -12, "wDamPct": 5, "eDamPct": 5, "id": 2962}, {"name": "Sculptor", "tier": "Unique", "type": "spear", "thorns": 10, "category": "weapon", "slots": 5, "drop": "NORMAL", "nDam": "170-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "strReq": 35, "intReq": 35, "mdPct": 20, "ref": 10, "mdRaw": 150, "wDamPct": 15, "eDamPct": 15, "id": 2964}, {"name": "Seagazer", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2175, "wDef": 100, "lvl": 84, "intReq": 60, "mr": 10, "xpb": 15, "int": 8, "fDamPct": 22, "wDamPct": 22, "aDamPct": 22, "tDamPct": 22, "eDamPct": 22, "wDefPct": 10, "id": 2966}, {"name": "Sealing Coin", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 330, "lvl": 76, "lb": 5, "spRegen": 5, "type": "necklace", "id": 2971}, {"name": "Scythe", "tier": "Legendary", "type": "spear", "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, "strReq": 40, "dexReq": 30, "hprPct": -23, "mdPct": 25, "ms": 10, "str": 13, "dex": 9, "int": -10, "spRegen": -15, "tDamPct": 10, "eDamPct": 15, "wDefPct": -25, "id": 2969}, {"name": "Searing Knife", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-110", "fDam": "45-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "defReq": 30, "hprPct": 18, "sdPct": 9, "expd": 6, "wDamPct": -5, "id": 2968}, {"name": "Seipodon", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "wDef": 140, "tDef": -90, "lvl": 98, "intReq": 75, "mr": 10, "sdPct": 10, "ref": 15, "int": 14, "fDamPct": -25, "wDamPct": 10, "fDefPct": 10, "wDefPct": 10, "id": 2970}, {"name": "Scarlet Veil", "tier": "Fabled", "type": "helmet", "majorIds": ["EXPLOSIVE_IMPACT"], "category": "armor", "drop": "NORMAL", "hp": 1000, "fDef": -30, "wDef": -30, "aDef": -30, "tDef": -30, "eDef": -30, "lvl": 52, "mdPct": 25, "spd": 8, "atkTier": 1, "mdRaw": 65, "fDefPct": -100, "wDefPct": -100, "aDefPct": -100, "tDefPct": -100, "eDefPct": -100, "id": 3587}, {"name": "Seeker", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 1, "lb": 6, "eSteal": 1, "type": "ring", "id": 2975}, {"name": "Seismosoul", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2300, "wDef": 65, "aDef": -130, "eDef": 65, "lvl": 92, "strReq": 45, "intReq": 45, "ms": 5, "xpb": 11, "str": 7, "int": 7, "atkTier": 1, "spRegen": 25, "wDamPct": 19, "eDamPct": 19, "fDefPct": -40, "tDefPct": -40, "id": 2976}, {"name": "Seismic Chaps", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 270, "lvl": 32, "strReq": 15, "mdPct": 10, "str": 7, "spd": -5, "mdRaw": 59, "aDamPct": -10, "eDamPct": 15, "aDefPct": -15, "id": 2974}, {"name": "Sempiternel", "displayName": "Sempiternal", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2700, "fDef": 170, "aDef": 130, "lvl": 88, "agiReq": 55, "defReq": 55, "hprPct": 25, "mr": 10, "atkTier": -1, "hpBonus": 900, "hprRaw": 185, "wDefPct": 16, "tDefPct": 18, "eDefPct": 24, "id": 2978}, {"name": "Spinal Tap", "displayName": "September", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2350, "fDef": 70, "wDef": -105, "aDef": 70, "tDef": -105, "eDef": 70, "lvl": 88, "agiReq": 35, "defReq": 35, "hprPct": -21, "ls": 215, "str": 10, "spd": 21, "mdRaw": 170, "fDamPct": 21, "aDamPct": 21, "eDamPct": 21, "id": 3106}, {"name": "Semreh", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 975, "fDef": -60, "aDef": 70, "lvl": 64, "agiReq": 30, "lb": 10, "ref": 6, "agi": 9, "spd": 11, "aDamPct": 11, "id": 2977}, {"name": "Sequoia", "tier": "Unique", "type": "wand", "poison": 3130, "thorns": 20, "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, "strReq": 50, "sdPct": -20, "str": 20, "spd": -30, "hpBonus": 1300, "wDamPct": 20, "wDefPct": 15, "eDefPct": 20, "id": 2980}, {"name": "Sequencer", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2345, "lvl": 83, "hprPct": 25, "sdPct": 15, "mdPct": 10, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "hprRaw": 100, "sdRaw": 125, "mdRaw": 165, "id": 2979}, {"name": "Seraph", "tier": "Unique", "type": "dagger", "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, "intReq": 5, "agiReq": 20, "mr": 5, "mdPct": -10, "spRegen": 4, "wDefPct": 10, "aDefPct": 15, "tDefPct": -12, "id": 2983}, {"name": "Sessanta", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 60, "lvl": 60, "defReq": 10, "hpBonus": 90, "type": "ring", "id": 2984}, {"name": "Shade of Night", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "41-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 78, "agiReq": 50, "sdPct": 15, "mdPct": -15, "spd": 15, "wDamPct": 13, "tDamPct": 13, "fDefPct": -26, "aDefPct": 20, "eDefPct": -26, "id": 2986}, {"name": "Sextant", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "aDef": -70, "eDef": 60, "lvl": 62, "strReq": 40, "mdPct": 9, "str": 7, "aDamPct": -15, "eDamPct": 9, "eDefPct": 9, "id": 2982}, {"name": "Seven-League Boots", "tier": "Legendary", "type": "boots", "majorIds": ["LIGHTWEIGHT"], "category": "armor", "drop": "NORMAL", "hp": 450, "aDef": 30, "eDef": -60, "lvl": 44, "agiReq": 50, "xpb": 15, "agi": 18, "spd": 27, "id": 2981}, {"name": "Shadow Blade", "tier": "Unique", "type": "dagger", "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, "mdPct": -8, "ls": 5, "agi": 5, "sdRaw": 8, "id": 2985}, {"name": "Shadow Flame", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "53-55", "fDam": "50-58", "wDam": "0-0", "aDam": "0-0", "tDam": "47-61", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 82, "dexReq": 30, "defReq": 30, "ms": 5, "agi": -10, "hpBonus": -800, "sdRaw": 125, "fDamPct": 17, "wDamPct": -25, "tDamPct": 17, "eDefPct": -20, "id": 2991}, {"name": "Secret", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 1, "xpb": 5, "spRegen": 5, "type": "bracelet", "id": 2972}, {"name": "Shaggy Boots", "tier": "Rare", "type": "boots", "thorns": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "tDef": 150, "eDef": -150, "lvl": 97, "dexReq": 60, "ls": 300, "ref": 10, "dex": 10, "atkTier": -10, "hpBonus": -800, "mdRaw": 1300, "tDamPct": 23, "id": 2987}, {"name": "Shajaea", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "65-115", "fDam": "100-175", "wDam": "100-175", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 97, "intReq": 45, "defReq": 45, "hprPct": 27, "mr": 10, "sdPct": -16, "mdPct": -16, "int": 5, "def": 5, "hpBonus": 2000, "fDefPct": 15, "wDefPct": 15, "id": 2989}, {"name": "Sharp", "tier": "Unique", "thorns": 3, "category": "accessory", "drop": "lootchest", "lvl": 58, "mdPct": -6, "dex": 4, "mdRaw": 26, "type": "ring", "id": 2993}, {"name": "Shark Tooth", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 3, "mdPct": 5, "mdRaw": 1, "type": "necklace", "id": 2988}, {"name": "Sharp Heels", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 130, "eDef": -5, "lvl": 29, "dexReq": 15, "mdPct": 7, "dex": 5, "mdRaw": 29, "id": 2990}, {"name": "Sharp Terror", "tier": "Unique", "type": "spear", "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, "intReq": 20, "sdPct": 10, "ms": 10, "int": 7, "tDamPct": -10, "tDefPct": -10, "id": 2994}, {"name": "Sharpened Harpoon", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "105-205", "fDam": "0-0", "wDam": "150-200", "aDam": "0-0", "tDam": "50-300", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "dexReq": 35, "intReq": 35, "sdPct": 20, "mdPct": 15, "lb": 11, "dex": 9, "int": 9, "spd": -19, "hpBonus": -1050, "fDefPct": -15, "aDefPct": -15, "eDefPct": -15, "id": 2992}, {"name": "Sharpened Stylus", "tier": "Unique", "type": "wand", "category": "weapon", "drop": "NORMAL", "nDam": "15-19", "fDam": "0-0", "wDam": "15-19", "aDam": "0-0", "tDam": "15-19", "eDam": "0-0", "atkSpd": "FAST", "lvl": 51, "dexReq": 17, "intReq": 17, "sdPct": 14, "mdPct": 14, "hpBonus": -170, "wDamPct": 14, "tDamPct": 14, "id": 2998}, {"name": "Sharpshooter", "tier": "Unique", "type": "bow", "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, "mdPct": 4, "xpb": 4, "dex": 5, "id": 2995}, {"name": "Shawl of Gaea", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3700, "fDef": 125, "aDef": -150, "eDef": 125, "lvl": 95, "strReq": 75, "defReq": 60, "str": 9, "def": 13, "expd": 30, "spd": -10, "mdRaw": 300, "fDamPct": 27, "eDamPct": 20, "wDefPct": -30, "id": 2996}, {"name": "Shatterglass", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "fDef": -20, "wDef": -20, "aDef": -20, "tDef": -20, "eDef": -20, "lvl": 91, "strReq": 50, "mdPct": 11, "str": 7, "def": -5, "expd": 11, "hpBonus": -500, "aDamPct": 5, "eDamPct": 5, "type": "necklace", "id": 2999}, {"name": "Shell of Genbu", "tier": "Rare", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 2500, "fDef": 75, "wDef": 75, "tDef": -90, "eDef": -60, "lvl": 82, "intReq": 45, "defReq": 40, "sdPct": 23, "ls": -160, "def": 8, "spd": -10, "fDamPct": 10, "wDamPct": 10, "id": 2997}, {"name": "Shimmersight", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2700, "lvl": 93, "mr": 5, "xpb": -10, "lb": -30, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "fDefPct": 10, "wDefPct": 12, "aDefPct": 10, "tDefPct": 12, "eDefPct": 10, "id": 3002}, {"name": "Shellcarve", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-48", "fDam": "0-0", "wDam": "100-120", "aDam": "0-0", "tDam": "0-0", "eDam": "100-120", "atkSpd": "FAST", "lvl": 93, "strReq": 42, "intReq": 42, "mr": 5, "ms": 5, "dex": -9, "agi": -9, "def": -9, "hprRaw": -280, "wDamPct": 28, "eDamPct": 28, "spRaw1": -5, "spRaw4": -5, "id": 3003}, {"name": "Shin Guards", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 9, "lvl": 3, "spd": 3, "id": 3001}, {"name": "Shield Buster", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "20-120", "fDam": "0-0", "wDam": "75-125", "aDam": "0-0", "tDam": "0-0", "eDam": "85-115", "atkSpd": "SLOW", "lvl": 95, "strReq": 35, "intReq": 35, "ms": 5, "xpb": 8, "expd": 20, "sdRaw": 110, "mdRaw": 160, "aDamPct": -20, "tDamPct": -20, "id": 3000}, {"name": "Sheathed Glaive", "tier": "Unique", "type": "spear", "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, "intReq": 25, "defReq": 25, "sdPct": 10, "mdPct": -30, "int": 4, "def": 4, "fDamPct": 10, "wDamPct": 10, "fDefPct": 15, "wDefPct": 15, "id": 3009}, {"name": "Shine Suffocator", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "36-42", "fDam": "0-0", "wDam": "26-32", "aDam": "0-0", "tDam": "26-32", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 52, "dexReq": 25, "intReq": 35, "sdPct": 20, "ms": 15, "dex": 10, "hprRaw": -40, "spPct1": 210, "spPct3": -56, "spRaw4": 10, "id": 3051}, {"name": "Shiny Coin", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 120, "lvl": 56, "xpb": 4, "lb": 8, "type": "necklace", "id": 3011}, {"name": "Shinespark", "tier": "Legendary", "type": "helmet", "thorns": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 575, "wDef": -20, "eDef": -30, "lvl": 47, "dexReq": 30, "defReq": 20, "mr": 5, "ref": 10, "expd": 20, "sdRaw": 60, "fDamPct": 16, "tDamPct": 15, "eDamPct": -50, "id": 3004}, {"name": "Shining Cloak", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 12, "lvl": 4, "sdPct": 4, "xpb": 4, "id": 3006}, {"name": "Shining Stave", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-54", "fDam": "0-0", "wDam": "0-0", "aDam": "16-48", "tDam": "16-48", "eDam": "0-0", "atkSpd": "FAST", "lvl": 83, "dexReq": 30, "mr": 5, "sdPct": 16, "mdPct": -12, "ref": 14, "int": 4, "id": 3005}, {"name": "Shock", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 6, "dex": 3, "type": "ring", "id": 3007}, {"name": "Shockmosis", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-108", "fDam": "0-0", "wDam": "40-45", "aDam": "0-0", "tDam": "40-45", "eDam": "0-0", "atkSpd": "FAST", "lvl": 81, "dexReq": 25, "intReq": 25, "sdPct": 5, "mdPct": 5, "ms": 5, "sdRaw": 90, "mdRaw": 115, "id": 3008}, {"name": "Shockwave", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1925, "fDef": -130, "aDef": 90, "tDef": 90, "lvl": 84, "dexReq": 50, "agiReq": 50, "hprPct": -12, "sdPct": 13, "ms": 10, "dex": 5, "agi": 5, "aDamPct": 8, "tDamPct": 8, "id": 3015}, {"name": "Shokku", "tier": "Unique", "type": "spear", "thorns": 5, "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, "dexReq": 40, "xpb": 10, "dex": 7, "spd": 10, "tDefPct": 5, "id": 3013}, {"name": "Short Circuit", "tier": "Rare", "type": "chestplate", "thorns": 18, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "tDef": -60, "lvl": 71, "dexReq": 50, "intReq": 15, "sdPct": 14, "ls": -120, "ms": 5, "wDamPct": 7, "tDamPct": 17, "wDefPct": -7, "id": 3010}, {"name": "Sightlines", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "fDef": -60, "aDef": 50, "lvl": 54, "strReq": 15, "agiReq": 35, "xpb": 7, "str": 7, "agi": 3, "spd": 10, "mdRaw": 85, "eDamPct": 7, "fDefPct": -10, "id": 3018}, {"name": "Sight of the Druid", "tier": "Unique", "type": "bow", "poison": 805, "thorns": 8, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "155-200", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "90-120", "atkSpd": "SLOW", "lvl": 78, "strReq": 35, "intReq": 15, "mr": 5, "tDamPct": -15, "fDefPct": -15, "wDefPct": 10, "eDefPct": 10, "id": 3016}, {"name": "Sigil of Existence", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-42", "fDam": "0-0", "wDam": "40-50", "aDam": "30-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 90, "intReq": 40, "agiReq": 40, "int": 16, "agi": 10, "hpBonus": 2050, "spRegen": 77, "fDefPct": 12, "wDefPct": 31, "aDefPct": 31, "tDefPct": -15, "eDefPct": 15, "id": 3017}, {"name": "Sigil of Resistance", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "83-89", "fDam": "84-90", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "84-90", "atkSpd": "NORMAL", "lvl": 97, "strReq": 40, "defReq": 40, "hprPct": 95, "str": 8, "def": 12, "hpBonus": 3000, "fDefPct": 31, "wDefPct": -15, "aDefPct": 12, "tDefPct": 15, "eDefPct": 31, "id": 3019}, {"name": "Sickle", "tier": "Unique", "type": "dagger", "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, "agiReq": 15, "xpb": 5, "lb": 5, "agi": 7, "spd": 15, "eDefPct": -10, "id": 3014}, {"name": "Shrok", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 385, "tDef": 30, "eDef": -25, "lvl": 46, "dexReq": 20, "mdPct": 4, "dex": 8, "mdRaw": 53, "tDamPct": 15, "tDefPct": 12, "id": 3012}, {"name": "Signal Flare", "tier": "Legendary", "type": "boots", "majorIds": ["TAUNT"], "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3200, "fDef": 100, "wDef": -50, "aDef": 100, "eDef": -100, "lvl": 85, "agiReq": 45, "defReq": 45, "ls": 235, "str": 10, "spd": 15, "mdRaw": 190, "fDamPct": 15, "aDamPct": 15, "wDefPct": -35, "id": 3020}, {"name": "Silhouette", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-27", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 22, "agiReq": 8, "ref": 10, "agi": 8, "spRegen": 5, "aDefPct": 12, "id": 3023}, {"name": "Silver", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "45-80", "fDam": "0-0", "wDam": "0-0", "aDam": "79-114", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "intReq": 50, "agiReq": 35, "mr": 5, "sdPct": 10, "int": 9, "spd": 14, "fDamPct": -20, "wDamPct": 20, "aDefPct": 23, "id": 3025}, {"name": "Silkweb Mail", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "fDef": -110, "aDef": 90, "eDef": 120, "lvl": 95, "strReq": 50, "agiReq": 20, "ls": 240, "ms": 10, "str": 9, "spd": -9, "atkTier": -1, "aDamPct": 30, "eDamPct": 20, "fDefPct": -15, "id": 3022}, {"name": "Silver Bell", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-50", "fDam": "0-0", "wDam": "75-100", "aDam": "60-115", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "intReq": 25, "agiReq": 25, "mr": 5, "mdPct": -15, "xpb": 15, "agi": 7, "spd": 10, "spRegen": 10, "wDefPct": 20, "aDefPct": 20, "id": 3026}, {"name": "Silver Sound", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "375-380", "wDam": "0-0", "aDam": "375-380", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 99, "agiReq": 40, "defReq": 40, "mr": -5, "int": -20, "agi": 10, "def": 10, "fDamPct": 29, "wDamPct": -42, "aDamPct": 29, "spRaw3": -10, "id": 3028}, {"name": "Silkworm", "tier": "Rare", "type": "boots", "poison": 260, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": -50, "aDef": 30, "lvl": 71, "agiReq": 38, "hprPct": 25, "agi": 9, "def": -10, "spd": 10, "aDamPct": 10, "id": 3024}, {"name": "Silicosis", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 900, "fDef": -100, "aDef": 45, "eDef": 55, "lvl": 63, "strReq": 40, "agiReq": 30, "str": 7, "agi": 5, "def": -3, "fDamPct": -30, "aDamPct": 13, "eDamPct": 15, "id": 3041}, {"name": "Simple Coin", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 10, "lvl": 18, "lb": 5, "type": "necklace", "id": 3030}, {"name": "Simplicity", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": 4, "wDef": 4, "aDef": 4, "tDef": 4, "eDef": 4, "lvl": 21, "spRegen": 1, "type": "ring", "id": 3029}, {"name": "Sinkhole", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "550-575", "atkSpd": "VERY_SLOW", "lvl": 61, "strReq": 30, "ls": 118, "agi": -5, "expd": 25, "hpBonus": -600, "mdRaw": 305, "aDefPct": -10, "id": 3033}, {"name": "Sinister", "tier": "Rare", "poison": 350, "category": "accessory", "drop": "lootchest", "wDef": -55, "tDef": 20, "lvl": 82, "dexReq": 25, "defReq": 15, "ls": 80, "ms": 5, "wDamPct": -8, "aDefPct": -13, "type": "bracelet", "id": 3031}, {"name": "Siwel's Guilt", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 74, "intReq": 40, "hprPct": 6, "xpb": 5, "lb": -5, "hpBonus": 370, "spRegen": -30, "hprRaw": 28, "type": "bracelet", "id": 3034}, {"name": "Sitis", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "75-105", "fDam": "0-0", "wDam": "75-180", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 99, "intReq": 65, "mr": -10, "sdPct": 20, "ls": 300, "ms": 10, "spd": -15, "hprRaw": -185, "wDamPct": 30, "id": 3032}, {"name": "Skaxis", "tier": "Unique", "type": "bow", "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, "strReq": 40, "dexReq": 50, "xpb": 10, "dex": 100, "agi": -77, "spd": -12, "hpBonus": -500, "id": 3035}, {"name": "Skeleton Bones", "tier": "Rare", "type": "chestplate", "poison": 82, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 210, "lvl": 31, "hprPct": -8, "ls": 18, "agi": 5, "id": 3038}, {"name": "Skeleton's Bone", "tier": "Unique", "type": "wand", "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, "hprPct": 8, "int": 4, "hpBonus": 5, "id": 3037}, {"name": "Silver Bow", "tier": "Unique", "type": "bow", "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, "xpb": 7, "lb": 13, "id": 3027}, {"name": "Skeleton Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 200, "fDef": -15, "aDef": 20, "lvl": 36, "agiReq": 10, "agi": 5, "spd": 6, "aDamPct": 7, "fDefPct": -5, "id": 3039}, {"name": "Skien's Madness", "tier": "Rare", "type": "spear", "category": "weapon", "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, "dexReq": 30, "mdPct": 13, "str": 7, "dex": 13, "spd": 7, "atkTier": 7, "spRegen": -10, "mdRaw": 105, "spRaw2": 10, "id": 3040}, {"name": "Skien's Paranoia", "tier": "Rare", "type": "dagger", "thorns": 40, "category": "weapon", "drop": "NORMAL", "nDam": "65-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 60, "ls": 140, "ms": -5, "ref": 25, "int": -5, "hpBonus": 475, "hprRaw": 60, "id": 3042}, {"name": "Skin Cap", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 16, "lvl": 7, "xpb": 5, "id": 3043}, {"name": "Skin Piercer", "tier": "Legendary", "type": "bow", "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, "dexReq": 5, "mdPct": 7, "dex": 9, "tDamPct": 10, "id": 3044}, {"name": "Sky Chef's Apron", "tier": "Rare", "type": "chestplate", "quest": "Recipe For Disaster", "category": "armor", "slots": 4, "drop": "never", "hp": 3200, "lvl": 96, "xpb": 15, "lb": 15, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "id": 3046}, {"name": "Sky Reflector", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": -60, "wDef": 15, "aDef": 70, "lvl": 65, "xpb": 5, "ref": 10, "wDamPct": 10, "aDefPct": 5, "id": 3048}, {"name": "Skyspiral", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "31-31", "fDam": "0-0", "wDam": "0-0", "aDam": "57-63", "tDam": "38-42", "eDam": "0-0", "atkSpd": "FAST", "lvl": 53, "dexReq": 20, "agiReq": 25, "dex": 5, "def": -5, "spd": 20, "hpBonus": -320, "sdRaw": 60, "mdRaw": 59, "id": 3047}, {"name": "Sky Glaze", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "25-25", "fDam": "0-0", "wDam": "20-30", "aDam": "15-35", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 30, "intReq": 10, "agiReq": 10, "sdPct": 12, "lb": 12, "dex": -10, "spd": 5, "tDamPct": -10, "id": 3045}, {"name": "Skyfall", "tier": "Legendary", "type": "spear", "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, "agiReq": 38, "xpb": 6, "spd": 18, "fDamPct": -12, "wDamPct": -12, "aDamPct": 24, "tDamPct": -12, "eDamPct": -12, "id": 3049}, {"name": "Slap", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 15, "agi": 3, "mdRaw": 5, "type": "bracelet", "id": 3050}, {"name": "Sizzling Shawl", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3050, "fDef": 60, "wDef": 80, "tDef": -180, "lvl": 98, "intReq": 45, "defReq": 55, "hprPct": -35, "sdPct": 23, "expd": 25, "hprRaw": -150, "sdRaw": 152, "fDamPct": 20, "wDamPct": 20, "tDefPct": -30, "id": 3036}, {"name": "Slash and Burn", "tier": "Unique", "type": "dagger", "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, "strReq": 20, "defReq": 20, "xpb": 8, "str": 7, "expd": 12, "eDamPct": 15, "fDefPct": -12, "id": 3055}, {"name": "Slate Bow", "tier": "Rare", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "10-18", "fDam": "10-18", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "10-18", "atkSpd": "NORMAL", "lvl": 19, "strReq": 10, "defReq": 10, "hprPct": 9, "def": 7, "expd": 6, "hpBonus": 30, "eDefPct": -10, "id": 3053}, {"name": "Sleeping Beast", "tier": "Unique", "type": "bow", "poison": 1730, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "145-200", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "50-200", "eDam": "95-155", "atkSpd": "SLOW", "lvl": 95, "strReq": 40, "dexReq": 40, "sdPct": 12, "mdPct": 12, "ms": 5, "dex": 9, "spd": -15, "fDefPct": -30, "id": 3054}, {"name": "Sledge", "tier": "Unique", "type": "spear", "category": "weapon", "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, "str": 7, "spd": -10, "mdRaw": 20, "id": 3056}, {"name": "Skywatcher", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1950, "fDef": -100, "wDef": 50, "aDef": 100, "lvl": 84, "intReq": 20, "agiReq": 35, "hprPct": -25, "mr": 5, "xpb": 12, "ref": 12, "int": 5, "agi": 7, "spd": 12, "spRegen": 12, "sdRaw": 150, "id": 3052}, {"name": "Slippery Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 30, "fDef": -4, "aDef": 4, "lvl": 11, "dex": -2, "agi": 3, "spd": 5, "id": 3060}, {"name": "Slicer", "tier": "Unique", "type": "dagger", "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, "mdPct": 3, "str": 1, "id": 3058}, {"name": "Slipstream", "tier": "Rare", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 1800, "aDef": 50, "lvl": 79, "agiReq": 60, "sdPct": -15, "mdPct": 10, "lb": 20, "agi": 7, "expd": -30, "spd": 15, "aDamPct": 8, "id": 3059}, {"name": "Sloth", "tier": "Rare", "type": "spear", "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, "hprPct": 12, "def": 5, "spd": -15, "hprRaw": 7, "id": 3062}, {"name": "Slime-blend Leggings", "displayName": "Slime-Blend Leggings", "tier": "Rare", "type": "leggings", "poison": 17, "category": "armor", "drop": "NORMAL", "hp": 70, "wDef": 7, "tDef": -10, "lvl": 15, "wDamPct": 7, "eDamPct": 7, "id": 3057}, {"name": "Smack Jacket", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2200, "wDef": -100, "lvl": 89, "strReq": 55, "dexReq": 55, "hprPct": -30, "sdPct": -30, "mdPct": 8, "ls": 170, "str": 10, "dex": 10, "expd": 20, "atkTier": 1, "id": 3061}, {"name": "Sliver", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 87, "dexReq": 25, "dex": 4, "def": -3, "mdRaw": 49, "type": "ring", "id": 3063}, {"name": "Slumber", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "130-210", "fDam": "0-0", "wDam": "115-200", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "intReq": 40, "mr": 10, "sdPct": -15, "mdPct": -15, "spRegen": 3, "hprRaw": 70, "wDefPct": 10, "id": 3064}, {"name": "Smoldering Apron", "tier": "Rare", "type": "chestplate", "quest": "Recipe For Disaster", "category": "armor", "slots": 2, "drop": "never", "hp": 2550, "fDef": 80, "wDef": -180, "lvl": 96, "sdPct": 30, "mdPct": 30, "expd": 25, "spd": 20, "hprRaw": -100, "fDamPct": 6, "wDamPct": -30, "id": 3067}, {"name": "Snakeroot Bow", "tier": "Legendary", "type": "bow", "poison": 435, "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, "dexReq": 20, "defReq": 20, "sdPct": 10, "dex": 8, "spd": -15, "hpBonus": -200, "fDamPct": 12, "tDamPct": 12, "id": 3065}, {"name": "Snapdragon", "tier": "Unique", "type": "dagger", "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, "dexReq": 25, "defReq": 35, "ls": 140, "expd": 15, "hprRaw": 60, "eDamPct": -10, "wDefPct": -15, "id": 3066}, {"name": "Sneaky Caster", "tier": "Unique", "type": "wand", "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, "agiReq": 15, "mdPct": -12, "lb": 5, "spd": 10, "eSteal": 5, "id": 3068}, {"name": "Snowslicer", "tier": "Unique", "type": "dagger", "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, "intReq": 15, "mr": 5, "ref": 8, "wDamPct": 8, "fDefPct": -8, "id": 3070}, {"name": "Snow Dust", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": -20, "aDef": 25, "tDef": 25, "eDef": -20, "lvl": 52, "dex": 4, "agi": 4, "spd": 10, "tDamPct": 5, "aDefPct": 5, "id": 3069}, {"name": "Soaked Tunic", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 45, "wDef": 4, "tDef": -6, "lvl": 13, "wDamPct": 10, "fDefPct": 7, "id": 3072}, {"name": "Soft Helmet", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 10, "aDef": 3, "tDef": -1, "lvl": 4, "agi": 1, "id": 3075}, {"name": "Soarfae", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2650, "fDef": -125, "aDef": 150, "lvl": 97, "agiReq": 65, "ref": 17, "agi": 20, "spd": 30, "atkTier": 1, "aDamPct": 30, "aDefPct": 10, "id": 3071}, {"name": "Sokoto", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 15, "lvl": 4, "agi": 3, "spd": 8, "aDamPct": 4, "id": 3073}, {"name": "Solitude", "tier": "Unique", "type": "bow", "quest": "The Lost", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "85-120", "fDam": "0-0", "wDam": "0-0", "aDam": "75-95", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 84, "agiReq": 40, "sdPct": 9, "mdPct": -8, "xpb": 8, "spd": 14, "wDamPct": 7, "id": 3077}, {"name": "Solar Pillar", "tier": "Legendary", "type": "wand", "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, "intReq": 35, "defReq": 35, "sdPct": 10, "xpb": 12, "def": 7, "hpBonus": 600, "wDamPct": 25, "eDamPct": -120, "tDefPct": -25, "id": 3076}, {"name": "Solar Flare", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "wDef": -70, "tDef": 70, "lvl": 65, "dexReq": 30, "defReq": 30, "mdPct": 5, "expd": 10, "fDamPct": 8, "tDamPct": 8, "wDefPct": -10, "id": 3074}, {"name": "Solstice", "tier": "Unique", "type": "bow", "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, "intReq": 15, "defReq": 25, "hprPct": 14, "def": 7, "hpBonus": 240, "aDamPct": -14, "tDamPct": -14, "eDamPct": -14, "id": 3080}, {"name": "Soldier", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 160, "lvl": 78, "str": 4, "def": 4, "type": "ring", "id": 3078}, {"name": "Someone Else's Knife", "tier": "Rare", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "32-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 19, "hprPct": -8, "xpb": 10, "spRegen": -5, "mdRaw": 23, "id": 3079}, {"name": "Soul Wreath", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1100, "wDef": 50, "eDef": 50, "lvl": 64, "strReq": 30, "intReq": 35, "mr": 5, "int": 4, "spd": -10, "spRegen": 10, "hprRaw": 60, "id": 3085}, {"name": "Souffle", "tier": "Unique", "type": "dagger", "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, "agiReq": 28, "agi": 9, "spd": 10, "mdRaw": 80, "tDamPct": 15, "id": 3082}, {"name": "Sonicboom", "tier": "Legendary", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "417-531", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 36, "agiReq": 25, "sdPct": 30, "ms": 5, "agi": 12, "spd": 25, "aDamPct": 15, "spPct3": 35, "id": 3086}, {"name": "Soul", "tier": "Rare", "type": "wand", "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, "agiReq": 15, "sdPct": 5, "mdPct": 4, "agi": 3, "aDamPct": 6, "fDefPct": -20, "id": 3083}, {"name": "Sorcerer's Stick", "tier": "Unique", "type": "wand", "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, "dexReq": 20, "intReq": 10, "sdPct": 14, "mdPct": -9, "ref": 6, "sdRaw": 50, "id": 3081}, {"name": "Sound of Silence", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "aDef": 10, "lvl": 23, "agiReq": 12, "xpb": 15, "spd": 10, "mdRaw": 20, "aDamPct": 15, "id": 3084}, {"name": "Soul Signal", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2300, "wDef": 90, "tDef": 125, "eDef": -170, "lvl": 92, "dexReq": 50, "intReq": 50, "mdPct": -15, "ref": 25, "dex": 10, "int": 10, "spRegen": 25, "sdRaw": 222, "eDamPct": -80, "id": 3088}, {"name": "Soundgarden", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "82-86", "tDam": "0-0", "eDam": "87-99", "atkSpd": "FAST", "lvl": 72, "strReq": 20, "agiReq": 25, "ls": -140, "ref": 25, "sdRaw": 110, "wDamPct": -25, "aDamPct": 14, "eDamPct": 14, "spRaw1": -5, "id": 3087}, {"name": "Soundwave", "tier": "Legendary", "type": "bow", "category": "weapon", "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, "dexReq": 70, "sdPct": -40, "mdPct": 18, "dex": 8, "tDamPct": 12, "id": 3091}, {"name": "Sow Thistle", "tier": "Rare", "type": "leggings", "thorns": 10, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 450, "aDef": -40, "eDef": 30, "lvl": 44, "strReq": 30, "hprPct": -15, "mdPct": 10, "spd": -12, "mdRaw": 80, "eDamPct": 15, "id": 3092}, {"name": "Spark of Courage", "tier": "Unique", "type": "spear", "thorns": 8, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-20", "fDam": "0-35", "wDam": "0-0", "aDam": "35-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 86, "agiReq": 35, "defReq": 35, "hprPct": 15, "sdPct": -12, "mdPct": -12, "ref": 8, "hpBonus": 900, "hprRaw": 130, "wDamPct": -20, "id": 3089}, {"name": "Sowilo", "tier": "Unique", "thorns": 5, "category": "accessory", "drop": "lootchest", "hp": 575, "fDef": 45, "wDef": -55, "tDef": 45, "eDef": -55, "lvl": 87, "dexReq": 20, "defReq": 20, "mdPct": 6, "ref": 5, "expd": 6, "type": "necklace", "id": 3090}, {"name": "Sparkles", "tier": "Unique", "type": "bow", "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, "dexReq": 22, "xpb": 12, "ref": 10, "aDefPct": -10, "tDefPct": 10, "id": 3098}, {"name": "Speaker", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2300, "fDef": -100, "aDef": 100, "lvl": 87, "intReq": 40, "mr": 10, "xpb": 25, "ref": 10, "int": 7, "spRegen": 7, "id": 3100}, {"name": "Sparkling Tones", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "27-33", "fDam": "0-0", "wDam": "75-81", "aDam": "75-81", "tDam": "3-3", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 88, "intReq": 44, "agiReq": 44, "mr": 5, "xpb": 15, "dex": -25, "spd": 15, "eSteal": 5, "sdRaw": 143, "wDefPct": 20, "aDefPct": 20, "id": 3093}, {"name": "Sparklock", "tier": "Unique", "type": "wand", "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, "mr": 5, "int": 3, "tDamPct": 5, "id": 3095}, {"name": "Spear of Prosperity", "tier": "Unique", "type": "spear", "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, "xpb": 5, "lb": 15, "eSteal": 5, "id": 3097}, {"name": "Spear of Sin", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "55-125", "fDam": "105-175", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 89, "dexReq": 35, "defReq": 25, "ls": 290, "dex": 5, "def": 16, "spRegen": -13, "fDamPct": 15, "wDamPct": -50, "tDamPct": 15, "id": 3096}, {"name": "Spear of Vix", "tier": "Unique", "type": "spear", "thorns": 8, "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, "dexReq": 5, "agiReq": 25, "sdPct": 8, "xpb": 8, "spd": 8, "fDamPct": -8, "aDamPct": 8, "fDefPct": -8, "aDefPct": 8, "id": 3099}, {"name": "Sphyken", "tier": "Unique", "type": "spear", "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, "dexReq": 50, "ms": 10, "int": 7, "hpBonus": -250, "sdRaw": 40, "wDamPct": 15, "aDamPct": -20, "tDefPct": 15, "id": 3101}, {"name": "Spectral Slingshot", "tier": "Legendary", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "25-75", "wDam": "25-75", "aDam": "25-75", "tDam": "25-75", "eDam": "25-75", "atkSpd": "FAST", "lvl": 67, "strReq": 22, "dexReq": 22, "intReq": 22, "agiReq": 22, "defReq": 22, "xpb": 10, "id": 3102}, {"name": "Sparkling Plate", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3750, "fDef": 50, "wDef": -50, "aDef": 100, "tDef": 100, "eDef": -50, "lvl": 99, "dexReq": 50, "agiReq": 50, "ls": 220, "ref": 17, "int": -30, "def": 8, "hprRaw": 150, "spPct1": -7, "spPct2": -14, "spPct3": -10, "id": 3094}, {"name": "Spectre", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1600, "fDef": -50, "eDef": -50, "lvl": 65, "agiReq": 35, "sdPct": 25, "mdPct": -35, "ms": 10, "agi": 9, "hpBonus": -250, "spRegen": -10, "aDamPct": 19, "tDamPct": 19, "eDamPct": -19, "aDefPct": 10, "id": 3105}, {"name": "Spectrum", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 3300, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 97, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "fDamPct": 23, "wDamPct": 23, "aDamPct": 23, "tDamPct": 23, "eDamPct": 23, "id": 3104}, {"name": "Spicy", "tier": "Rare", "type": "dagger", "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, "defReq": 8, "def": 4, "mdRaw": 18, "fDamPct": 9, "id": 3103}, {"name": "Spike", "tier": "Rare", "type": "dagger", "poison": 320, "thorns": 25, "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, "strReq": 20, "sdPct": 5, "mdPct": 10, "spd": -5, "aDamPct": -20, "eDamPct": 20, "id": 3107}, {"name": "Spiked Cleats", "tier": "Unique", "type": "boots", "thorns": 6, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 48, "lvl": 13, "spd": -3, "mdRaw": 12, "id": 3140}, {"name": "Spirit", "tier": "Rare", "type": "bow", "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, "agiReq": 15, "ms": 5, "agi": 10, "def": -8, "spRegen": 4, "aDamPct": 10, "fDefPct": -10, "id": 3112}, {"name": "Spine", "tier": "Unique", "type": "wand", "thorns": 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, "dexReq": 30, "mdPct": 5, "expd": 10, "aDefPct": -10, "id": 3111}, {"name": "Spiked Helmet", "tier": "Rare", "type": "helmet", "thorns": 40, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1950, "aDef": -70, "eDef": 95, "lvl": 74, "strReq": 25, "defReq": 35, "mdPct": 18, "def": 7, "spd": -8, "fDefPct": 18, "id": 3108}, {"name": "Spiritdancer", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3600, "fDef": 100, "wDef": 100, "aDef": 100, "tDef": -100, "eDef": -100, "lvl": 94, "intReq": 65, "defReq": 65, "mr": 5, "sdPct": 21, "agi": 10, "spd": 15, "fDamPct": 8, "wDamPct": 8, "aDamPct": 15, "tDamPct": -15, "eDamPct": -15, "id": 3615}, {"name": "Spiritshock", "tier": "Legendary", "type": "bow", "poison": 1200, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "270-270", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "dexReq": 55, "ls": 375, "ms": 10, "dex": 13, "spRegen": -50, "sdRaw": 135, "eDefPct": -28, "id": 3110}, {"name": "Spleen Splitter", "tier": "Unique", "type": "relik", "poison": 3600, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "5-5", "atkSpd": "SLOW", "lvl": 96, "strReq": 50, "mr": -10, "ls": 280, "ms": 5, "str": 10, "spd": 10, "hprRaw": -210, "id": 3109}, {"name": "Spontaneous", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 71, "agiReq": 20, "defReq": 20, "ms": -5, "expd": 12, "spd": 8, "hpBonus": -330, "type": "bracelet", "id": 3113}, {"name": "Sprinter", "tier": "Unique", "type": "leggings", "sprint": 7, "category": "armor", "drop": "NORMAL", "hp": 30, "aDef": 3, "lvl": 12, "spd": 11, "id": 3115}, {"name": "Sprint Belt", "tier": "Rare", "type": "leggings", "sprint": 18, "category": "armor", "drop": "NORMAL", "lvl": 33, "agiReq": 33, "agi": 8, "spd": 18, "aDamPct": 18, "sprintReg": 18, "id": 3114}, {"name": "Spruce Wood Relik", "tier": "Normal", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "18-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 13, "id": 3119}, {"name": "Spruce Wood Bow", "tier": "Normal", "type": "bow", "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, "id": 3117}, {"name": "Sprintguard", "tier": "Rare", "type": "leggings", "sprint": 11, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2950, "fDef": 60, "aDef": 60, "tDef": -150, "lvl": 82, "agiReq": 45, "defReq": 45, "sdPct": 10, "mdPct": -10, "int": -20, "agi": 7, "def": 7, "spd": 23, "wDamPct": -10, "spPct1": -14, "spPct2": -7, "sprintReg": 11, "id": 3116}, {"name": "Spruce Wood Shears", "displayName": "Spruce Wood Dagger", "tier": "Normal", "type": "dagger", "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, "id": 3118}, {"name": "Spruce Wood Spear", "tier": "Normal", "type": "spear", "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, "id": 3120}, {"name": "Spruce Wood Stick", "displayName": "Spruce Wood Wand", "tier": "Normal", "type": "wand", "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, "id": 3121}, {"name": "Spyrr", "tier": "Unique", "type": "dagger", "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, "str": 3, "dex": 3, "id": 3122}, {"name": "Squall's Breath", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "0-0", "aDam": "55-95", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 89, "dexReq": 50, "agiReq": 40, "sdPct": 10, "agi": 9, "spd": 25, "hpBonus": -1000, "tDamPct": 20, "eDefPct": -11, "id": 3123}, {"name": "Squid Anklet", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": 40, "tDef": -60, "lvl": 83, "intReq": 45, "mr": 5, "fDamPct": -6, "wDamPct": 6, "type": "bracelet", "id": 3124}, {"name": "Squid Dagger", "tier": "Rare", "type": "dagger", "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, "intReq": 25, "mr": 5, "ms": 5, "xpb": 10, "int": 7, "eSteal": 1, "fDamPct": -10, "fDefPct": 10, "wDefPct": 10, "tDefPct": -30, "id": 3125}, {"name": "Sreggad", "tier": "Rare", "type": "dagger", "thorns": 333, "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, "ls": 354, "ref": 333, "agi": 20, "def": 20, "hpBonus": 2500, "hprRaw": 173, "fDefPct": 50, "wDefPct": 50, "aDefPct": 50, "tDefPct": 50, "eDefPct": 50, "id": 3129}, {"name": "Squidword's Clarinet", "tier": "Unique", "type": "wand", "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, "int": 4, "agi": 4, "spd": 5, "fDamPct": -10, "wDamPct": 8, "wDefPct": 7, "id": 3126}, {"name": "Staff of Regrowth", "tier": "Unique", "type": "wand", "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, "strReq": 20, "intReq": 20, "mr": 10, "mdPct": -25, "wDefPct": 10, "eDefPct": 10, "id": 3131}, {"name": "Staccato", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": -60, "tDef": 40, "eDef": 20, "lvl": 96, "strReq": 45, "dexReq": 45, "mr": -5, "ms": 10, "dex": 5, "mdRaw": 29, "type": "necklace", "id": 3128}, {"name": "StabSand", "displayName": "Stabsand", "tier": "Legendary", "type": "dagger", "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, "ls": 38, "dex": 8, "expd": 30, "aDamPct": 12, "id": 3127}, {"name": "Stad Aer", "tier": "Unique", "type": "helmet", "thorns": 11, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1925, "fDef": -100, "eDef": 100, "lvl": 85, "strReq": 40, "agiReq": 40, "mdPct": 7, "ms": 10, "ref": 11, "str": 8, "mdRaw": 185, "aDamPct": 11, "aDefPct": 11, "id": 3130}, {"name": "Starburst", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-80", "fDam": "0-0", "wDam": "0-0", "aDam": "35-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 90, "agiReq": 55, "ms": 10, "hprRaw": -150, "sdRaw": 160, "fDamPct": 10, "aDamPct": 20, "tDamPct": 10, "id": 3132}, {"name": "Stalagmites", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1700, "wDef": -130, "aDef": -130, "tDef": 100, "eDef": 100, "lvl": 67, "strReq": 20, "dexReq": 20, "ms": 5, "xpb": 10, "str": 7, "dex": 7, "tDamPct": 25, "eDamPct": 25, "tDefPct": 20, "eDefPct": 20, "id": 3135}, {"name": "Stamina", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 120, "aDef": 5, "lvl": 24, "def": 4, "spd": 6, "hprRaw": 5, "id": 3136}, {"name": "Standoff", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 350, "lvl": 33, "defReq": 25, "def": 5, "spd": -28, "hpBonus": 200, "id": 3134}, {"name": "Starched Pants", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 16, "lvl": 5, "def": 4, "id": 3133}, {"name": "Starglass", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3125, "fDef": -100, "wDef": 60, "aDef": 140, "tDef": -40, "lvl": 95, "intReq": 40, "agiReq": 40, "sdPct": 30, "mdPct": -15, "ref": 20, "int": 7, "def": 7, "spRegen": 15, "fDamPct": 15, "wDamPct": 5, "aDefPct": 5, "id": 2517}, {"name": "Stasis", "tier": "Unique", "type": "wand", "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, "strReq": 30, "mdPct": 10, "str": 7, "spd": -10, "eDamPct": 10, "aDefPct": -10, "eDefPct": 10, "id": 3137}, {"name": "Static Flood", "tier": "Unique", "type": "dagger", "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, "dexReq": 35, "intReq": 30, "hprPct": -15, "sdPct": 5, "mdPct": -16, "ms": 10, "wDamPct": 10, "tDamPct": 13, "id": 3138}, {"name": "Static Wand", "tier": "Unique", "type": "wand", "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, "dexReq": 30, "sdPct": 8, "mdPct": 5, "spd": 8, "tDamPct": 8, "tDefPct": 10, "id": 3139}, {"name": "Steam Vent", "tier": "Unique", "type": "bow", "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, "agiReq": 20, "defReq": 20, "ls": 225, "agi": 7, "def": 7, "spd": 9, "wDefPct": -12, "eDefPct": -12, "id": 3143}, {"name": "Stave of Tribute", "tier": "Unique", "type": "wand", "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, "xpb": 7, "lb": 15, "id": 3141}, {"name": "Statue", "tier": "Rare", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 7500, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 88, "spd": -200, "hpBonus": 3850, "id": 3142}, {"name": "Steamjet Walkers", "tier": "Legendary", "type": "boots", "majorIds": ["LIGHTWEIGHT"], "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2100, "tDef": -80, "lvl": 86, "dexReq": 30, "intReq": 30, "agiReq": 40, "sdPct": 24, "agi": 15, "spd": 21, "wDamPct": 21, "aDamPct": 24, "tDamPct": 21, "id": 3147}, {"name": "StealSkull", "displayName": "Stealskull", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 960, "lvl": 68, "ls": 110, "ms": 5, "eSteal": 5, "id": 3144}, {"name": "Steel Bracer", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 125, "fDef": 12, "wDef": -10, "lvl": 45, "defReq": 15, "ref": 7, "def": 5, "spd": -3, "type": "bracelet", "id": 3148}, {"name": "Steel Buster", "tier": "Unique", "type": "spear", "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, "strReq": 15, "defReq": 5, "mdPct": 9, "expd": 5, "spd": -10, "aDamPct": -7, "eDamPct": 6, "id": 3145}, {"name": "Steel Mail", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 415, "lvl": 46, "hprPct": 15, "mdPct": 6, "xpb": 10, "spd": -5, "id": 3150}, {"name": "Steel Wool", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2300, "fDef": 80, "wDef": -120, "aDef": 80, "tDef": 80, "eDef": -120, "lvl": 90, "dexReq": 35, "defReq": 35, "sdPct": 15, "ls": 200, "dex": 8, "int": -22, "wDefPct": -15, "eDefPct": -15, "spPct1": -7, "spPct2": -7, "spPct3": -7, "spPct4": -7, "id": 3151}, {"name": "Steel Toed Boots", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 80, "fDef": 2, "eDef": 2, "lvl": 19, "def": 4, "hpBonus": 10, "id": 3152}, {"name": "Steel Sabre", "tier": "Unique", "type": "dagger", "poison": 150, "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, "sdPct": 7, "mdPct": 4, "str": 5, "fDamPct": -15, "fDefPct": -15, "id": 3146}, {"name": "Stick of Brilliance", "tier": "Unique", "type": "wand", "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, "intReq": 10, "mr": 5, "sdPct": 10, "ms": 5, "xpb": 7, "int": 4, "id": 3154}, {"name": "Stingray", "tier": "Unique", "type": "bow", "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, "dexReq": 27, "intReq": 27, "sdPct": 10, "ms": 5, "dex": 5, "int": 8, "tDamPct": 10, "eDamPct": -14, "eDefPct": -14, "id": 3156}, {"name": "Stone Cutter", "tier": "Unique", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "7-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 11, "eSteal": 2, "eDamPct": 6, "id": 3153}, {"name": "Stellar", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 95, "strReq": 45, "dexReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "sdPct": 13, "mdPct": 13, "ms": 5, "spd": 10, "hpBonus": 577, "type": "necklace", "id": 3149}, {"name": "Stonehall", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 35, "strReq": 15, "str": 5, "spd": -3, "eDamPct": 8, "type": "ring", "id": 3159}, {"name": "StoneWall", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1000, "fDef": -10, "wDef": -10, "aDef": -50, "tDef": -10, "eDef": 150, "lvl": 60, "strReq": 30, "mdPct": 5, "xpb": 10, "str": 8, "def": 5, "aDamPct": -40, "id": 3155}, {"name": "Storm Brewer", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2550, "wDef": -150, "tDef": 50, "lvl": 86, "dexReq": 65, "mr": -15, "mdPct": 15, "ms": 15, "dex": 12, "sdRaw": 160, "mdRaw": 190, "wDamPct": -20, "tDamPct": 15, "id": 3160}, {"name": "Storm Surge", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "50-330", "aDam": "0-0", "tDam": "1-420", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 93, "dexReq": 35, "intReq": 35, "hprPct": -20, "ms": 10, "atkTier": -1, "hpBonus": -900, "sdRaw": 146, "wDamPct": 18, "tDamPct": 18, "aDefPct": -30, "eDefPct": -71, "id": 3157}, {"name": "Storm Caller", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-115", "fDam": "0-0", "wDam": "0-0", "aDam": "55-70", "tDam": "50-85", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "dexReq": 30, "agiReq": 30, "sdPct": 12, "def": -8, "spd": 8, "aDamPct": 12, "tDamPct": 12, "wDefPct": -24, "eDefPct": -24, "id": 3158}, {"name": "Stormdrain", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "220-225", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 88, "intReq": 55, "mr": 20, "sdPct": -15, "mdPct": -30, "int": 15, "wDamPct": 55, "wDefPct": -20, "spRaw1": 5, "spRaw2": 5, "spRaw3": 5, "spRaw4": 5, "id": 3161}, {"name": "Stranglevine", "tier": "Unique", "type": "bow", "poison": 810, "thorns": 7, "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, "hprPct": -20, "ls": 175, "fDefPct": -10, "id": 3163}, {"name": "Stratosphere", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3200, "fDef": -60, "wDef": 120, "aDef": -60, "tDef": 120, "eDef": -120, "lvl": 98, "dexReq": 65, "intReq": 65, "mr": 10, "sdPct": 25, "wDamPct": 10, "tDamPct": 10, "fDefPct": -15, "aDefPct": -15, "eDefPct": -15, "jh": 3, "id": 3591}, {"name": "Stormflash", "tier": "Unique", "type": "wand", "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, "dexReq": 15, "intReq": 15, "hprPct": -9, "sdPct": 8, "xpb": 8, "dex": 5, "int": 5, "eDefPct": -10, "id": 3165}, {"name": "Straw Helmet", "tier": "Unique", "type": "helmet", "thorns": 6, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 95, "fDef": -5, "wDef": -5, "lvl": 20, "xpb": 5, "spd": 6, "id": 3167}, {"name": "Stormstrike", "tier": "Unique", "type": "bow", "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, "agi": 4, "id": 3162}, {"name": "Streak", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 175, "tDef": 10, "eDef": -10, "lvl": 30, "dexReq": 10, "ref": 3, "dex": 5, "spd": 10, "hpBonus": -30, "tDamPct": 10, "eDefPct": -15, "id": 3166}, {"name": "Stress", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "22-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 14, "xpb": 30, "lb": 10, "spd": 5, "hpBonus": -18, "spRegen": -10, "hprRaw": -7, "id": 3169}, {"name": "Striker", "tier": "Rare", "type": "dagger", "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, "sdPct": 5, "agi": 3, "def": -2, "hpBonus": -9, "mdRaw": 8, "id": 3168}, {"name": "Stringendo", "tier": "Unique", "type": "relik", "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": 10, "agi": 4, "spd": 12, "id": 3175}, {"name": "Struggle", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2500, "tDef": 180, "eDef": -150, "lvl": 90, "dexReq": 50, "mdPct": 20, "ms": 10, "dex": 10, "expd": 30, "atkTier": -6, "mdRaw": 775, "wDamPct": -23, "tDamPct": 31, "id": 3170}, {"name": "Sturdy", "tier": "Unique", "type": "boots", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 1800, "fDef": 40, "eDef": 40, "lvl": 79, "strReq": 40, "defReq": 40, "sdPct": -8, "xpb": 9, "def": 7, "hpBonus": 600, "eDefPct": 13, "id": 3171}, {"name": "Strobelight", "tier": "Fabled", "majorIds": ["TAUNT"], "category": "accessory", "drop": "lootchest", "hp": 350, "lvl": 54, "classReq": "Warrior", "defReq": 30, "ref": 15, "def": 7, "spd": -7, "type": "necklace", "id": 3172}, {"name": "Sublime", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 1350, "fDef": 60, "aDef": 60, "lvl": 64, "agiReq": 50, "defReq": 50, "sdPct": -15, "mdPct": -15, "agi": 7, "def": 7, "spd": 8, "hpBonus": 200, "fDefPct": 10, "aDefPct": 10, "id": 3178}, {"name": "Stylist's Scissors", "tier": "Rare", "type": "dagger", "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, "dexReq": 15, "xpb": 12, "lb": 10, "atkTier": 1, "eSteal": 5, "eDamPct": -5, "id": 3173}, {"name": "Sublimator", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1250, "fDef": 70, "wDef": -90, "eDef": 70, "lvl": 66, "strReq": 30, "defReq": 30, "mdPct": 14, "def": 5, "spd": -8, "fDamPct": 16, "eDamPct": 16, "wDefPct": -18, "id": 3174}, {"name": "Subsumere", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-80", "fDam": "0-0", "wDam": "30-50", "aDam": "0-0", "tDam": "20-55", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 76, "dexReq": 15, "intReq": 20, "sdPct": -10, "ls": 160, "ms": 10, "id": 3177}, {"name": "Stratus", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -350, "lvl": 93, "intReq": 60, "agiReq": 30, "ms": 5, "agi": 8, "spd": 11, "type": "ring", "id": 3164}, {"name": "Succulent Sneakers", "tier": "Unique", "type": "boots", "thorns": 14, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 835, "wDef": 30, "eDef": 40, "lvl": 60, "strReq": 30, "intReq": 20, "hprPct": 20, "sdPct": -8, "wDefPct": 9, "aDefPct": -11, "eDefPct": 9, "id": 3176}, {"name": "Jewelled Sinew", "displayName": "Subtle Calamity", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "80-135", "tDam": "0-0", "eDam": "80-135", "atkSpd": "VERY_FAST", "lvl": 90, "strReq": 35, "agiReq": 30, "mr": -5, "sdPct": 15, "ms": 5, "int": 10, "agi": 10, "fDefPct": -12, "tDefPct": -12, "id": 3179}, {"name": "Suchimu", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": 40, "wDef": 40, "lvl": 53, "intReq": 30, "defReq": 20, "hprPct": 15, "mr": 5, "sdPct": -8, "mdPct": -8, "int": 4, "def": 4, "hprRaw": 35, "tDamPct": -30, "id": 3180}, {"name": "Sulphurous Sling", "tier": "Unique", "type": "bow", "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, "dexReq": 25, "defReq": 10, "sdPct": 14, "mdPct": -20, "expd": 12, "tDamPct": 14, "wDefPct": -12, "id": 3181}, {"name": "Sunray", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2900, "fDef": 90, "tDef": 90, "lvl": 96, "dexReq": 20, "defReq": 20, "hprPct": 18, "ms": 5, "ref": 15, "dex": 5, "def": 5, "sdRaw": 160, "wDefPct": -10, "aDefPct": -10, "id": 3183}, {"name": "Sunbreeze", "tier": "Unique", "type": "wand", "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, "agiReq": 15, "defReq": 15, "agi": 5, "def": 5, "spd": 5, "hpBonus": 270, "wDefPct": -6, "id": 3184}, {"name": "Sunblock", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 124, "fDef": 10, "wDef": -7, "lvl": 24, "defReq": 5, "hprPct": 14, "ref": 6, "fDefPct": 5, "id": 3182}, {"name": "Sunsetter", "tier": "Unique", "type": "wand", "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, "intReq": 15, "agiReq": 5, "mr": 5, "xpb": 8, "ref": 5, "def": -3, "fDamPct": -15, "aDamPct": 10, "fDefPct": 5, "tDefPct": -5, "id": 3185}, {"name": "Sunrise", "tier": "Rare", "type": "wand", "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, "agiReq": 30, "defReq": 30, "hprPct": 18, "mr": 5, "xpb": 10, "lb": 10, "ref": 20, "id": 3186}, {"name": "Sunshade", "tier": "Rare", "type": "helmet", "thorns": -10, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 345, "fDef": 15, "wDef": -15, "lvl": 37, "ref": 15, "fDamPct": -5, "fDefPct": 8, "tDefPct": 8, "id": 3187}, {"name": "Sunshower", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2125, "fDef": 60, "wDef": 60, "aDef": 90, "eDef": -125, "lvl": 83, "intReq": 40, "defReq": 40, "mr": 5, "xpb": 13, "agi": 8, "hprRaw": 100, "fDamPct": 13, "wDamPct": 13, "fDefPct": 13, "wDefPct": 13, "eDefPct": -20, "id": 3189}, {"name": "Sunshine Shortsword", "tier": "Unique", "type": "dagger", "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, "dexReq": 20, "defReq": 20, "dex": 5, "def": 5, "hpBonus": 125, "id": 3188}, {"name": "Sunstruck", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "200-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 63, "defReq": 30, "spRegen": 20, "hprRaw": 80, "sdRaw": -63, "mdRaw": -109, "fDamPct": 15, "id": 3191}, {"name": "Supernova", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "11-30", "wDam": "11-30", "aDam": "11-30", "tDam": "11-30", "eDam": "11-30", "atkSpd": "SUPER_FAST", "lvl": 92, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "expd": 19, "fDamPct": 12, "wDamPct": 12, "aDamPct": 12, "tDamPct": 12, "eDamPct": 12, "fDefPct": -12, "wDefPct": -12, "aDefPct": -12, "tDefPct": -12, "eDefPct": -12, "id": 3190}, {"name": "Suppression", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -300, "lvl": 76, "hprPct": 4, "mr": 10, "ls": -145, "ms": -20, "type": "ring", "id": 3192}, {"name": "Svalinn", "tier": "Rare", "type": "helmet", "thorns": 8, "category": "armor", "drop": "NORMAL", "hp": 1450, "fDef": 150, "wDef": 50, "lvl": 66, "intReq": 15, "defReq": 30, "hprPct": 30, "mr": 5, "ref": 15, "agi": -5, "def": 12, "spd": -28, "eDefPct": -25, "id": 3193}, {"name": "Swift", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 4, "xpb": 3, "spd": 5, "mdRaw": 1, "type": "necklace", "id": 3194}, {"name": "Swamp Clay", "tier": "Unique", "type": "helmet", "poison": 350, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1500, "wDef": 65, "aDef": -70, "tDef": -70, "eDef": 65, "lvl": 78, "strReq": 35, "intReq": 30, "mr": 5, "sdPct": 6, "mdPct": 6, "spd": -7, "tDamPct": -12, "id": 3210}, {"name": "Switch Blade", "tier": "Unique", "type": "dagger", "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, "sdPct": 5, "dex": 3, "id": 3197}, {"name": "Symphony", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": 80, "wDef": 80, "tDef": -90, "eDef": -90, "lvl": 72, "intReq": 50, "defReq": 50, "hprPct": 20, "sdPct": 10, "mdPct": -10, "xpb": 12, "ref": 17, "hprRaw": 70, "id": 3196}, {"name": "Sweden", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "21-28", "fDam": "0-0", "wDam": "0-0", "aDam": "21-28", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 28, "agiReq": 14, "ref": 14, "agi": 7, "spd": 14, "jh": 1, "id": 3195}, {"name": "Sylar", "tier": "Rare", "type": "bow", "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, "agiReq": 15, "agi": 5, "spd": 11, "sdRaw": 25, "aDefPct": 10, "id": 3199}, {"name": "Synthesizer", "tier": "Unique", "type": "bow", "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, "dexReq": 30, "intReq": 35, "xpb": 12, "dex": 8, "sdRaw": 100, "wDamPct": 25, "eDamPct": -23, "eDefPct": -16, "id": 3202}, {"name": "Synergy", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 1000, "lvl": 59, "xpb": 6, "lb": 6, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "id": 3201}, {"name": "Syringe", "tier": "Unique", "type": "spear", "poison": -245, "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, "intReq": 15, "defReq": 15, "ls": 41, "hpBonus": 190, "hprRaw": 19, "fDamPct": 13, "id": 3200}, {"name": "Agile Loop", "tier": "Unique", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "aDef": 15, "lvl": 62, "agi": 3, "spd": 9, "aDamPct": 6, "type": "ring", "fixID": true, "id": 3203}, {"name": "Dark Band", "tier": "Rare", "quest": "Lost in the Jungle", "thorns": 8, "category": "accessory", "drop": "never", "tDef": 25, "eDef": 25, "lvl": 63, "strReq": 10, "dexReq": 10, "tDamPct": 6, "eDamPct": 6, "aDefPct": -8, "type": "bracelet", "fixID": true, "id": 3205}, {"name": "Barbaric Amulet", "tier": "Rare", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "aDef": 25, "eDef": 25, "lvl": 63, "strReq": 10, "agiReq": 10, "mdPct": 8, "aDamPct": 6, "eDamPct": 6, "fDefPct": -8, "type": "necklace", "fixID": true, "id": 3204}, {"name": "Chaotic Amulet", "tier": "Rare", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "wDef": 25, "tDef": 25, "lvl": 63, "dexReq": 10, "intReq": 10, "sdRaw": 30, "wDamPct": 6, "tDamPct": 6, "eDefPct": -8, "type": "necklace", "fixID": true, "id": 3206}, {"name": "Droughted Amulet", "tier": "Rare", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "fDef": 25, "aDef": 25, "lvl": 63, "agiReq": 10, "defReq": 10, "expd": 8, "fDamPct": 6, "aDamPct": 6, "wDefPct": -8, "type": "necklace", "fixID": true, "id": 3209}, {"name": "Energy Loop", "tier": "Unique", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "tDef": 15, "lvl": 62, "dex": 3, "mdRaw": 29, "tDamPct": 6, "type": "ring", "fixID": true, "id": 3208}, {"name": "Force Loop", "tier": "Unique", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "eDef": 15, "lvl": 62, "mdPct": 6, "str": 3, "eDamPct": 6, "type": "ring", "fixID": true, "id": 3212}, {"name": "Mask of Courage", "tier": "Legendary", "skin": "eyJ0aW1lc3RhbXAiOjE0NjUwNzU3NzYyMzIsInByb2ZpbGVJZCI6IjY2ODYxMDY1YzMzYjQ4MGNhOWQ0MWJiODlkYjcxMDhjIiwicHJvZmlsZU5hbWUiOiJEYXJrbmVzc2ZhbGwiLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzNhYTdlYzgyNGQ4NWViOWZjNzhlZmM5NjY4OWI4YTlmZTgyODgzOGJiMTZmZWU1MmZmOWNhYWFlODNjYzNhIn19fQ==", "type": "helmet", "quest": "The Passage", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1400, "fDef": 100, "lvl": 57, "defReq": 30, "hprPct": 20, "lb": 10, "def": 5, "hpBonus": 500, "fDamPct": 20, "fixID": true, "id": 3214}, {"name": "Magical Loop", "tier": "Unique", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "wDef": 15, "lvl": 62, "sdPct": 6, "int": 3, "wDamPct": 6, "type": "ring", "fixID": true, "id": 3211}, {"name": "Mask of Fear", "tier": "Legendary", "skin": "eyJ0aW1lc3RhbXAiOjE0NjUwNzU3MTAxODQsInByb2ZpbGVJZCI6IjY2ODYxMDY1YzMzYjQ4MGNhOWQ0MWJiODlkYjcxMDhjIiwicHJvZmlsZU5hbWUiOiJEYXJrbmVzc2ZhbGwiLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmFiZWVhYjUxYzM2NDc1ZDA2ZjY4M2M5MWVhOGIzZTM4MmE5ZTcxZTg0NzEyOWNlY2RlODcxMWQ5N2JkYTYifX19", "type": "helmet", "quest": "The Passage", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1000, "aDef": 80, "lvl": 57, "agiReq": 30, "lb": 10, "agi": 5, "spd": 15, "aDamPct": 20, "fixID": true, "id": 3215}, {"name": "Mask of Enlightement", "displayName": "Mask of Enlightenment", "skin": "eyJ0aW1lc3RhbXAiOjE0NjUwNzU1NjgzMzAsInByb2ZpbGVJZCI6IjY2ODYxMDY1YzMzYjQ4MGNhOWQ0MWJiODlkYjcxMDhjIiwicHJvZmlsZU5hbWUiOiJEYXJrbmVzc2ZhbGwiLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGI3NDgyNTdlZWU3NjhiNmQwM2I0ZWRhNTNjZmI1MmM1YWZmYmYxNmI3ZDhkOTNkNGQ2MWNlYjRjNmUyMTE0In19fQ==", "tier": "Legendary", "type": "helmet", "quest": "The Passage", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 750, "wDef": 60, "lvl": 57, "intReq": 30, "mr": 10, "sdPct": 10, "lb": 10, "int": 5, "wDamPct": 20, "fixID": true, "id": 3216}, {"name": "Guardian Loop", "tier": "Unique", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "fDef": 15, "lvl": 62, "def": 3, "hpBonus": 230, "fDamPct": 6, "type": "ring", "fixID": true, "id": 3207}, {"name": "Synapse", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "aDef": -60, "eDef": -60, "lvl": 93, "strReq": 35, "agiReq": 35, "hprPct": -15, "ms": 5, "sdRaw": 120, "mdRaw": -120, "type": "bracelet", "id": 3198}, {"name": "Mask of Rage", "tier": "Legendary", "skin": "eyJ0aW1lc3RhbXAiOjE0NjUwNzU2MTgwMzUsInByb2ZpbGVJZCI6IjY2ODYxMDY1YzMzYjQ4MGNhOWQ0MWJiODlkYjcxMDhjIiwicHJvZmlsZU5hbWUiOiJEYXJrbmVzc2ZhbGwiLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmFjYzg3MmEwZGQ3MjI3NDg5ZmRlZGJlYmMyZWE2MjE1OGVlZjdlNWRkOTZjYzg3Njk5OTc3YWI5MjBmYSJ9fX0=", "type": "helmet", "quest": "The Passage", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1050, "eDef": 40, "lvl": 57, "strReq": 30, "mdPct": 25, "lb": 10, "str": 5, "eDamPct": 20, "fixID": true, "id": 3219}, {"name": "Scalding Band", "tier": "Rare", "quest": "Lost in the Jungle", "category": "accessory", "drop": "never", "fDef": 25, "wDef": 25, "lvl": 63, "intReq": 10, "defReq": 10, "sdPct": 8, "fDamPct": 6, "wDamPct": 6, "tDefPct": -8, "type": "bracelet", "fixID": true, "id": 3217}, {"name": "Tachypsychia", "tier": "Fabled", "type": "relik", "majorIds": ["FURIOUS_EFFIGY"], "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "85-125", "eDam": "85-125", "atkSpd": "VERY_FAST", "lvl": 77, "strReq": 50, "dexReq": 50, "sdPct": 40, "spd": 20, "hprRaw": -245, "spRaw1": 5, "spRaw4": 5, "id": 3550}, {"name": "Tainted Step", "tier": "Unique", "type": "boots", "poison": 140, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 550, "fDef": -25, "wDef": -25, "aDef": -25, "lvl": 51, "strReq": 30, "mdPct": 12, "ls": 42, "spRegen": -5, "hprRaw": -15, "id": 3220}, {"name": "Tactical Kukri", "tier": "Unique", "type": "dagger", "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, "defReq": 35, "lb": 10, "hpBonus": 680, "eSteal": 5, "id": 3218}, {"name": "Mask of Hate", "tier": "Legendary", "skin": "eyJ0aW1lc3RhbXAiOjE0NjUwNzU2NzA3NjIsInByb2ZpbGVJZCI6IjY2ODYxMDY1YzMzYjQ4MGNhOWQ0MWJiODlkYjcxMDhjIiwicHJvZmlsZU5hbWUiOiJEYXJrbmVzc2ZhbGwiLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWMzMmRlZDVkNzY1N2RmMzExMTRkZmRkMzE5MjE5MzM3ZTU3NjQ2NWI3Nzk3ZGMwNmI1NjMyY2ViZDRjMzcifX19", "type": "helmet", "quest": "The Passage", "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1100, "tDef": 20, "lvl": 57, "dexReq": 30, "lb": 10, "dex": 5, "mdRaw": 110, "tDamPct": 20, "fixID": true, "id": 3213}, {"name": "Tailwind", "tier": "Unique", "type": "leggings", "sprint": 16, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2425, "fDef": -150, "aDef": 150, "lvl": 91, "agiReq": 45, "sdPct": 19, "mdPct": 12, "ms": 10, "agi": 8, "spd": 18, "aDamPct": 20, "eDamPct": -15, "aDefPct": 8, "eDefPct": -25, "id": 3221}, {"name": "Takeover", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1700, "fDef": 50, "wDef": -50, "tDef": 100, "eDef": -100, "lvl": 77, "dexReq": 45, "ls": 115, "dex": 5, "int": -4, "def": 4, "sdRaw": 75, "fDamPct": 9, "wDamPct": -12, "tDamPct": 6, "id": 3222}, {"name": "Talisman Charm", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 70, "sdPct": 5, "xpb": 5, "hpBonus": 340, "type": "necklace", "id": 3224}, {"name": "Takan's Treachery", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -45, "lvl": 30, "ls": 8, "dex": 4, "eSteal": 3, "type": "bracelet", "id": 3223}, {"name": "Talcum", "tier": "Unique", "type": "helmet", "poison": 280, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1325, "aDef": -80, "eDef": 40, "lvl": 72, "strReq": 40, "mdPct": 8, "lb": 11, "str": 8, "eDamPct": 14, "wDefPct": -13, "aDefPct": -10, "id": 3227}, {"name": "Talaria", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 770, "fDef": -40, "lvl": 59, "agiReq": 70, "mdPct": -20, "lb": 20, "agi": 9, "spd": 23, "id": 3225}, {"name": "Tarnhelm", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 240, "wDef": -20, "eDef": 20, "lvl": 33, "mdPct": 10, "str": 9, "id": 3230}, {"name": "Tarnish", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "wDef": 5, "aDef": -6, "lvl": 21, "intReq": 5, "ms": 5, "xpb": 8, "ref": -4, "wDamPct": 9, "aDefPct": -7, "id": 3226}, {"name": "Tarnkappe", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 900, "lvl": 59, "dexReq": 20, "agiReq": 40, "dex": 8, "agi": 10, "def": -15, "spd": 12, "mdRaw": 100, "aDamPct": 15, "tDamPct": 15, "id": 3229}, {"name": "Tarod's Search", "tier": "Rare", "category": "accessory", "drop": "lootchest", "wDef": 20, "aDef": 10, "lvl": 47, "intReq": 5, "agiReq": 5, "ref": 7, "spd": 7, "hpBonus": -40, "wDefPct": 6, "type": "bracelet", "id": 3228}, {"name": "Tashkil", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "75-100", "fDam": "80-105", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 86, "defReq": 50, "hprPct": 15, "sdPct": -7, "mdPct": 20, "ms": -5, "def": 8, "spd": -6, "hprRaw": 150, "fDefPct": 20, "id": 3232}, {"name": "Taurus", "tier": "Legendary", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 4000, "fDef": -80, "eDef": 200, "lvl": 96, "strReq": 90, "mdPct": 50, "str": 15, "expd": 30, "atkTier": -20, "mdRaw": 1500, "id": 3234}, {"name": "Tarok's Parka", "displayName": "Tarod's Parka", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 35, "fDef": -2, "wDef": 6, "lvl": 10, "mr": 5, "int": 4, "sdRaw": 5, "id": 3233}, {"name": "Tear of Pirate Cove", "tier": "Rare", "quest": "Redbeard^s Booty", "category": "accessory", "drop": "never", "wDef": 20, "lvl": 61, "intReq": 40, "mr": 5, "sdPct": 4, "ms": -10, "sdRaw": 20, "type": "bracelet", "id": 3237}, {"name": "Teal Helm", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "wDef": 50, "eDef": 30, "lvl": 71, "intReq": 25, "mr": 5, "xpb": 6, "str": 5, "eDamPct": 12, "wDefPct": 7, "id": 3231}, {"name": "Technicolor Phase", "tier": "Rare", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "7-9", "fDam": "7-9", "wDam": "7-9", "aDam": "7-9", "tDam": "7-9", "eDam": "7-9", "atkSpd": "NORMAL", "lvl": 21, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "xpb": 10, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spRegen": 10, "id": 3239}, {"name": "Tears", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 51, "intReq": 40, "sdPct": 3, "ls": -21, "ms": 5, "int": 3, "type": "ring", "id": 3236}, {"name": "Tectonics", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1130, "eDef": 40, "lvl": 65, "strReq": 50, "mdPct": 8, "str": 5, "spd": -12, "eDamPct": 10, "eDefPct": 12, "id": 3235}, {"name": "Tempest", "tier": "Unique", "type": "spear", "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, "dexReq": 20, "agiReq": 20, "dex": 7, "agi": 7, "spd": 10, "mdRaw": 33, "fDamPct": -15, "fDefPct": -15, "id": 3238}, {"name": "Templar", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 800, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 50, "agiReq": 25, "defReq": 35, "sdPct": -15, "xpb": 4, "lb": 6, "spd": -15, "spRegen": 5, "eSteal": -5, "wDamPct": -10, "id": 3244}, {"name": "Tempered Boots", "tier": "Unique", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 1300, "lvl": 65, "defReq": 30, "def": 8, "fDamPct": 6, "fDefPct": 4, "wDefPct": 4, "aDefPct": 4, "tDefPct": 4, "eDefPct": 4, "id": 3240}, {"name": "Tenuto", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": 350, "fDef": 30, "wDef": -50, "tDef": 30, "lvl": 79, "dexReq": 40, "defReq": 40, "sdPct": 12, "dex": 4, "def": 4, "spd": -8, "atkTier": -6, "type": "necklace", "id": 3242}, {"name": "Tephra", "tier": "Unique", "type": "helmet", "thorns": 20, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1875, "fDef": 90, "wDef": -100, "eDef": 90, "lvl": 80, "strReq": 40, "defReq": 35, "hprPct": 18, "mdPct": 10, "str": 7, "def": 7, "expd": 15, "fDamPct": 18, "eDamPct": 18, "id": 3243}, {"name": "Tepid Plate", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 85, "fDef": 6, "wDef": -3, "lvl": 20, "defReq": 5, "def": 3, "hpBonus": 15, "fDamPct": 4, "wDamPct": -6, "id": 3246}, {"name": "Terraflux", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "wDef": -80, "eDef": 80, "lvl": 78, "strReq": 50, "mr": -5, "sdPct": -10, "mdPct": 13, "ls": 75, "str": 7, "int": -5, "wDamPct": -10, "eDamPct": 10, "id": 3248}, {"name": "Tesla", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": -1100, "wDef": 180, "tDef": 120, "lvl": 97, "dexReq": 80, "ls": 280, "ms": 15, "dex": 13, "sdRaw": 185, "tDamPct": 40, "eDamPct": -30, "aDefPct": -20, "id": 3247}, {"name": "Terra's Mold", "tier": "Legendary", "type": "chestplate", "poison": 1500, "thorns": 15, "sprint": -25, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3225, "wDef": 50, "aDef": -125, "eDef": 175, "lvl": 90, "strReq": 60, "hprPct": -20, "mdPct": 23, "ms": 5, "str": 10, "eDamPct": 31, "id": 3245}, {"name": "The Chapel", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 200, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 32, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 10, "xpb": 10, "spRegen": 15, "id": 3252}, {"name": "The Abacus", "tier": "Unique", "type": "bow", "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, "strReq": 35, "agiReq": 25, "mdPct": 7, "str": 7, "agi": 8, "aDamPct": 8, "eDamPct": 9, "fDefPct": -11, "wDefPct": -10, "id": 3250}, {"name": "Temporal Lantern", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "101-101", "wDam": "0-0", "aDam": "95-107", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 47, "agiReq": 22, "defReq": 22, "str": -3, "dex": -3, "int": -3, "agi": 8, "def": 8, "spd": -15, "hpBonus": 285, "hprRaw": 35, "wDamPct": 20, "id": 3241}, {"name": "The Dreamer", "tier": "Rare", "type": "bow", "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, "dexReq": 30, "agiReq": 30, "sdPct": 13, "dex": 14, "agi": 14, "spRegen": 15, "eDamPct": -30, "fDefPct": -30, "id": 3255}, {"name": "The Archaeologist", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 130, "aDef": -15, "eDef": 25, "lvl": 24, "strReq": 10, "xpb": 6, "lb": 6, "str": 4, "eDamPct": 7, "aDefPct": -8, "eDefPct": 10, "id": 3251}, {"name": "The Creationist", "tier": "Rare", "type": "wand", "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, "intReq": 35, "agiReq": 35, "sdPct": 19, "mdPct": -14, "str": -4, "dex": -4, "int": 8, "agi": 8, "def": -4, "id": 3249}, {"name": "The Sinner", "tier": "Rare", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 1150, "fDef": 80, "wDef": -80, "aDef": -80, "tDef": 80, "lvl": 67, "dexReq": 25, "defReq": 25, "mdPct": 12, "dex": 5, "def": 5, "spRegen": -15, "hprRaw": -45, "fDamPct": 12, "tDamPct": 12, "id": 3256}, {"name": "The Medic", "tier": "Rare", "type": "wand", "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, "intReq": 35, "defReq": 35, "hprPct": 20, "mr": 10, "sdPct": -15, "mdPct": -15, "hprRaw": 50, "wDamPct": 10, "id": 3253}, {"name": "The Banhammer", "tier": "Rare", "type": "spear", "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, "sdPct": -10, "mdPct": 10, "expd": 10, "id": 3254}, {"name": "The Berserk", "tier": "Legendary", "type": "spear", "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, "strReq": 10, "sdPct": -10, "mdPct": 10, "str": 7, "dex": -5, "expd": 5, "aDamPct": -10, "eDamPct": 10, "aDefPct": -10, "id": 3258}, {"name": "The Berserker's Helm", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 310, "lvl": 34, "strReq": 25, "mdPct": 21, "ls": 26, "str": 9, "int": -3, "eSteal": 3, "hprRaw": -13, "id": 3257}, {"name": "The Brain Smasher", "tier": "Unique", "type": "wand", "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, "strReq": 5, "sdPct": -6, "mdPct": 4, "str": 4, "expd": 3, "aDefPct": -5, "id": 3260}, {"name": "The Brigand's Brogues", "tier": "Rare", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 145, "lvl": 25, "dexReq": 10, "agiReq": 5, "dex": 4, "spd": 14, "eSteal": 4, "tDamPct": 10, "id": 3259}, {"name": "The Courier's Cape", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1900, "aDef": 50, "lvl": 86, "agiReq": 80, "mr": 10, "xpb": 15, "lb": 10, "agi": 10, "spd": 20, "aDamPct": 23, "aDefPct": 15, "eDefPct": 10, "id": 3261}, {"name": "The Elder Wand", "tier": "Unique", "type": "wand", "thorns": 5, "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, "strReq": 10, "intReq": 10, "def": -10, "mdRaw": 70, "fDamPct": -10, "eDamPct": 12, "fDefPct": -10, "id": 3263}, {"name": "The End", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "235-260", "tDam": "0-0", "eDam": "260-290", "atkSpd": "SLOW", "lvl": 100, "strReq": 55, "agiReq": 55, "mdPct": 35, "ls": 450, "agi": 10, "spd": 25, "sdRaw": -210, "mdRaw": 365, "wDefPct": -45, "id": 3265}, {"name": "The Eviscerator", "tier": "Rare", "type": "spear", "poison": 350, "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, "strReq": 20, "dexReq": 20, "ls": 150, "str": 13, "dex": 7, "spd": 10, "id": 3267}, {"name": "The Divide", "tier": "Legendary", "type": "dagger", "thorns": 10, "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, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "sdPct": 10, "ms": 5, "expd": 7, "spd": 8, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "id": 3262}, {"name": "The Ephemeral", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2125, "wDef": 100, "aDef": 100, "tDef": -130, "lvl": 87, "intReq": 45, "agiReq": 45, "mr": 10, "sdPct": 14, "mdPct": -15, "int": 7, "agi": 7, "aDamPct": 12, "tDefPct": -10, "id": 3264}, {"name": "The Euphoric Fedora", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 69, "lvl": 14, "ls": 5, "dex": 3, "spd": -4, "eSteal": 2, "id": 3266}, {"name": "The Exile", "tier": "Legendary", "type": "dagger", "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, "defReq": 50, "hprPct": 30, "mdPct": -5, "ls": 190, "str": -5, "def": 13, "spd": -5, "hpBonus": 1000, "fDefPct": 45, "id": 3269}, {"name": "The Forgery", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "fDef": 100, "aDef": 30, "tDef": 30, "lvl": 74, "defReq": 30, "hprPct": 36, "lb": 19, "def": 9, "spd": -8, "eSteal": 5, "fDamPct": 11, "fDefPct": 35, "wDefPct": -20, "aDefPct": -5, "tDefPct": -5, "eDefPct": -20, "id": 3268}, {"name": "The Gambler", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -325, "lvl": 81, "ls": 80, "ms": 5, "lb": 7, "hpBonus": 325, "eSteal": 4, "fDefPct": -20, "wDefPct": -20, "aDefPct": -20, "tDefPct": -20, "eDefPct": -20, "type": "ring", "id": 3270}, {"name": "The Golem", "tier": "Rare", "type": "leggings", "thorns": 50, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4300, "fDef": 200, "wDef": -150, "aDef": 150, "tDef": 100, "eDef": 100, "lvl": 97, "defReq": 100, "ls": 300, "ref": 30, "agi": 10, "def": 15, "spd": -25, "hprRaw": 200, "wDamPct": -20, "fDefPct": 30, "id": 3275}, {"name": "The King's Robe", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 11, "lvl": 3, "xpb": 8, "lb": 4, "id": 3274}, {"name": "The Jingling Jester", "tier": "Fabled", "type": "chestplate", "majorIds": ["GREED"], "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2325, "fDef": 1, "wDef": 1, "aDef": 1, "tDef": 1, "eDef": 1, "lvl": 69, "ls": 150, "xpb": 25, "lb": 25, "hprRaw": -101, "spPct2": -31, "spPct4": -10, "jh": 2, "id": 3621}, {"name": "The Head Ripper", "tier": "Unique", "type": "spear", "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, "strReq": 5, "agiReq": 5, "sdPct": 5, "mdPct": 5, "agi": 7, "spd": 5, "id": 3271}, {"name": "The Knight's Chestplate", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 440, "tDef": 15, "eDef": -20, "lvl": 43, "sdPct": 5, "xpb": 8, "str": 7, "dex": 7, "tDamPct": 15, "eDamPct": -30, "tDefPct": 10, "eDefPct": -10, "id": 3272}, {"name": "The Leech Spear", "tier": "Unique", "type": "spear", "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, "ls": 2, "id": 3278}, {"name": "The Levee", "tier": "Legendary", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 800, "fDef": 40, "wDef": 40, "lvl": 46, "intReq": 15, "defReq": 30, "sdPct": -10, "mdPct": -15, "def": 9, "spd": -15, "fDamPct": 15, "wDamPct": 15, "fDefPct": 20, "wDefPct": 20, "id": 3276}, {"name": "The Master's Gi", "tier": "Rare", "type": "chestplate", "quest": "Enter the Dojo", "category": "armor", "slots": 2, "drop": "never", "hp": 2650, "lvl": 89, "hprPct": 20, "mr": 5, "xpb": 15, "spd": 12, "fDamPct": 26, "eDamPct": 26, "id": 3277}, {"name": "The Mark", "tier": "Unique", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 800, "wDef": -30, "lvl": 56, "dexReq": 35, "defReq": 35, "sdPct": 20, "lb": 10, "int": -5, "spRegen": -10, "wDamPct": -10, "fDefPct": 15, "tDefPct": 15, "id": 3273}, {"name": "The Meddler", "tier": "Rare", "thorns": 6, "category": "accessory", "drop": "lootchest", "lvl": 19, "intReq": 8, "ls": 4, "ref": 6, "hprRaw": -2, "sdRaw": 4, "mdRaw": -4, "type": "bracelet", "id": 3280}, {"name": "The Nautilus", "tier": "Rare", "type": "spear", "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, "intReq": 25, "mr": 5, "lb": 10, "ref": 5, "spd": 5, "fDefPct": 10, "wDefPct": 5, "tDefPct": -10, "id": 3281}, {"name": "The Mind", "tier": "Unique", "type": "dagger", "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, "intReq": 20, "sdPct": 16, "mdPct": -10, "xpb": 6, "int": 7, "id": 3279}, {"name": "The Old King's Crown", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 56, "fDef": 5, "wDef": -2, "lvl": 14, "def": 4, "fDefPct": 5, "id": 3284}, {"name": "The Out", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 5, "xpb": 6, "spd": 5, "hpBonus": 6, "id": 3285}, {"name": "The Oblivious", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 1450, "lvl": 62, "sdPct": 7, "mdPct": 11, "xpb": 25, "hpBonus": 550, "hprRaw": 35, "fDamPct": -40, "wDamPct": -40, "aDamPct": -40, "tDamPct": -40, "eDamPct": -40, "id": 3282}, {"name": "The Oppressors", "tier": "Rare", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 2000, "lvl": 75, "defReq": 75, "dex": -3, "int": -3, "agi": -3, "def": 17, "spd": -15, "atkTier": -1, "hpBonus": 900, "id": 3283}, {"name": "The Parasite", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-175", "eDam": "70-125", "atkSpd": "SLOW", "lvl": 98, "strReq": 45, "dexReq": 45, "mr": -15, "ls": 430, "ms": 10, "expd": 25, "hpBonus": -1350, "hprRaw": -200, "tDamPct": 17, "eDamPct": 17, "fDefPct": -28, "id": 3287}, {"name": "The Rainmaker", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-152", "aDam": "0-0", "tDam": "0-152", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "dexReq": 40, "intReq": 40, "ls": -365, "ms": -10, "atkTier": 1, "sdRaw": 155, "mdRaw": 95, "tDamPct": 20, "eDamPct": 20, "id": 3290}, {"name": "The Queen's Tiara", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 19, "lvl": 5, "xpb": 4, "lb": 8, "id": 3286}, {"name": "The Prisoner", "tier": "Rare", "type": "leggings", "thorns": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2100, "lvl": 79, "strReq": 55, "agi": -10, "def": 17, "spd": -40, "hpBonus": 1615, "id": 3288}, {"name": "The Rupturer", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "aDef": -100, "eDef": 80, "lvl": 81, "strReq": 60, "mdPct": 10, "str": 15, "expd": 25, "eDamPct": 25, "aDefPct": -10, "id": 3315}, {"name": "The Smoking Barrel", "tier": "Unique", "type": "bow", "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, "defReq": 20, "str": 5, "dex": 5, "expd": 15, "spd": -10, "eDamPct": 10, "id": 3292}, {"name": "The Scarecrow's Arm", "tier": "Unique", "type": "wand", "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, "mdPct": 3, "id": 3289}, {"name": "The Skin Tearer", "tier": "Unique", "type": "spear", "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, "mdPct": 3, "str": 4, "dex": 4, "id": 3291}, {"name": "The Stokers", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3100, "lvl": 95, "defReq": 75, "mr": 5, "mdPct": -25, "def": 15, "hprRaw": 135, "mdRaw": 285, "fDamPct": 10, "fDefPct": 15, "id": 3296}, {"name": "The Specialist", "tier": "Rare", "type": "dagger", "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, "xpb": 20, "str": 15, "dex": 15, "int": 15, "agi": 15, "def": 15, "fDamPct": 1176, "wDamPct": 1334, "aDamPct": 1176, "tDamPct": 889, "eDamPct": 1000, "id": 3293}, {"name": "The Thief", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 180, "lvl": 34, "mdPct": -4, "ls": 20, "ms": 5, "dex": 1, "spd": 4, "eSteal": 5, "id": 3295}, {"name": "The Vampire Blade", "tier": "Unique", "type": "spear", "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, "ls": 47, "spRegen": 5, "id": 3298}, {"name": "The Traveler", "tier": "Rare", "type": "bow", "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, "mdPct": 10, "agi": 8, "spd": 23, "eSteal": 2, "aDamPct": 10, "id": 3294}, {"name": "The Wildwing", "tier": "Unique", "type": "bow", "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, "agiReq": 5, "agi": 4, "spd": 5, "aDamPct": 5, "fDefPct": -10, "id": 3301}, {"name": "Thermosphere", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2150, "fDef": 70, "aDef": 70, "tDef": 100, "eDef": -110, "lvl": 81, "dexReq": 45, "ref": 19, "dex": 7, "agi": 5, "def": 5, "fDamPct": 9, "aDamPct": 9, "tDamPct": 15, "fDefPct": 15, "aDefPct": 15, "tDefPct": 9, "id": 3303}, {"name": "The Visionary's Vice", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "83-137", "aDam": "0-0", "tDam": "37-203", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "dexReq": 40, "intReq": 40, "ms": 10, "str": -15, "def": -15, "sdRaw": 175, "wDamPct": 12, "tDamPct": 12, "fDefPct": -35, "eDefPct": -35, "id": 3300}, {"name": "Thief's Dagger", "tier": "Unique", "type": "dagger", "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, "eSteal": 5, "id": 3307}, {"name": "Therck's Irritation", "tier": "Rare", "thorns": 3, "category": "accessory", "drop": "lootchest", "hp": -5, "lvl": 9, "mdRaw": 7, "fDamPct": 5, "type": "bracelet", "id": 3299}, {"name": "The Wool Trimmer", "tier": "Unique", "type": "dagger", "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, "xpb": 4, "lb": 8, "id": 3297}, {"name": "Thinking Helmet", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 8, "lvl": 4, "mr": 5, "id": 3304}, {"name": "Thrice", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "33-113", "fDam": "0-0", "wDam": "33-113", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 87, "intReq": 55, "mr": 5, "sdPct": 10, "int": 12, "sdRaw": 87, "fDamPct": -17, "wDamPct": 17, "wDefPct": 17, "id": 3308}, {"name": "Threshold", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "58-74", "aDam": "0-0", "tDam": "55-77", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 47, "dexReq": 20, "intReq": 20, "mdPct": -55, "ms": 5, "hpBonus": -120, "sdRaw": 60, "mdRaw": 105, "id": 3306}, {"name": "Thousand Waves", "tier": "Rare", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "966-1143", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 70, "intReq": 45, "hprPct": -45, "int": 15, "def": -8, "fDamPct": -30, "wDamPct": 20, "tDefPct": -25, "spPct3": -24, "id": 3309}, {"name": "Third Eye", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2600, "lvl": 88, "intReq": 80, "mr": 15, "int": 15, "spRegen": 15, "fDefPct": 15, "wDefPct": 20, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 3302}, {"name": "Throatcut", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "77-299", "fDam": "77-299", "wDam": "0-0", "aDam": "77-163", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 76, "agiReq": 40, "defReq": 40, "mdPct": 27, "ls": 145, "xpb": 10, "lb": 10, "dex": -10, "int": -10, "agi": 13, "def": 13, "expd": 10, "spd": -10, "id": 3305}, {"name": "Thrunda Ripsaw", "tier": "Legendary", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "100-385", "eDam": "0-0", "atkSpd": "FAST", "lvl": 93, "dexReq": 80, "hprPct": -33, "mdPct": 25, "ls": 335, "sdRaw": 155, "tDamPct": 15, "wDefPct": -20, "eDefPct": -30, "id": 3312}, {"name": "Thunder Relic Bow", "tier": "Rare", "type": "bow", "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, "dexReq": 20, "ms": 5, "xpb": 15, "lb": 15, "dex": 7, "mdRaw": 85, "tDamPct": 20, "tDefPct": 10, "id": 3310}, {"name": "Thunder Relic Daggers", "tier": "Rare", "type": "dagger", "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, "dexReq": 25, "ms": 5, "xpb": 15, "lb": 15, "dex": 7, "mdRaw": 70, "tDamPct": 20, "tDefPct": 10, "id": 3311}, {"name": "Thunder Relic Wand", "tier": "Rare", "type": "wand", "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, "dexReq": 20, "ms": 5, "xpb": 15, "lb": 15, "dex": 7, "mdRaw": 39, "tDamPct": 20, "tDefPct": 10, "id": 3316}, {"name": "Thundering Wind", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-85", "fDam": "0-0", "wDam": "0-0", "aDam": "30-160", "tDam": "30-160", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "dexReq": 40, "agiReq": 40, "sdPct": 15, "mdPct": 15, "dex": 7, "agi": 7, "spd": 14, "tDamPct": 15, "eDamPct": -30, "fDefPct": -30, "id": 3321}, {"name": "Thunderbolt", "tier": "Legendary", "type": "bow", "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, "dexReq": 20, "sdPct": 12, "mdPct": 12, "xpb": 12, "agi": 8, "spd": 12, "tDamPct": 12, "eDamPct": -144, "eDefPct": -36, "id": 3314}, {"name": "Thunderbird", "tier": "Unique", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "80-125", "tDam": "90-170", "eDam": "0-0", "atkSpd": "FAST", "lvl": 96, "dexReq": 40, "agiReq": 30, "sdPct": 14, "ms": 5, "dex": 9, "agi": 7, "spd": 15, "atkTier": 1, "fDefPct": -20, "id": 3318}, {"name": "Tidebinder", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "235-315", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "intReq": 65, "mr": 15, "mdPct": -25, "ref": 30, "int": 13, "fDefPct": 50, "wDefPct": 75, "tDefPct": -25, "id": 3325}, {"name": "Thunderlock", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "55-85", "fDam": "0-0", "wDam": "0-0", "aDam": "40-85", "tDam": "20-110", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 86, "dexReq": 40, "agiReq": 35, "sdPct": 9, "ref": 10, "dex": 4, "mdRaw": 110, "aDefPct": 10, "id": 3317}, {"name": "Thunderstruck", "tier": "Unique", "type": "spear", "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, "dexReq": 15, "agiReq": 15, "dex": 5, "agi": 5, "spd": 5, "fDamPct": -20, "aDamPct": 10, "tDamPct": 10, "eDamPct": -20, "id": 3322}, {"name": "Timbre", "tier": "Unique", "type": "wand", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "7-7", "wDam": "7-7", "aDam": "7-7", "tDam": "7-7", "eDam": "7-7", "atkSpd": "SLOW", "lvl": 27, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "xpb": 7, "lb": 7, "id": 3326}, {"name": "Time Rift", "tier": "Fabled", "type": "chestplate", "majorIds": ["SORCERY"], "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "wDef": -250, "lvl": 95, "intReq": 120, "mr": -15, "sdPct": 46, "ms": -20, "ref": 30, "atkTier": -1, "id": 3323}, {"name": "Timthriall", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "152-153", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "152-153", "atkSpd": "NORMAL", "lvl": 98, "strReq": 50, "mr": 10, "sdPct": 20, "mdPct": 20, "str": 15, "eDamPct": 10, "id": 3328}, {"name": "Tidebreaker", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "110-115", "atkSpd": "SLOW", "lvl": 55, "intReq": 30, "sdPct": 16, "mdPct": 8, "expd": 10, "wDamPct": 14, "tDefPct": -50, "id": 3324}, {"name": "Tiny", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 1, "lvl": 7, "sdPct": 2, "agi": 1, "spd": 2, "type": "necklace", "id": 3330}, {"name": "Tinderbox", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3200, "fDef": 110, "wDef": -110, "lvl": 93, "agiReq": 40, "defReq": 40, "ms": 5, "int": -30, "agi": 8, "expd": 25, "spd": 10, "fDamPct": 10, "wDamPct": -15, "spPct1": -10, "spPct3": -7, "spPct4": -10, "id": 3327}, {"name": "Tisaun's Honour", "tier": "Rare", "thorns": 8, "category": "accessory", "drop": "lootchest", "fDef": 20, "eDef": 15, "lvl": 88, "strReq": 35, "defReq": 35, "mdPct": 6, "ref": 8, "def": 7, "type": "ring", "id": 3329}, {"name": "Thundersnow", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 900, "wDef": 50, "tDef": 50, "eDef": -100, "lvl": 63, "dexReq": 25, "intReq": 40, "mr": 5, "sdPct": 14, "ls": -75, "dex": 4, "int": 3, "mdRaw": -91, "wDamPct": 5, "tDamPct": 11, "id": 3320}, {"name": "Tizatuko", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 125, "aDef": 7, "eDef": -4, "lvl": 21, "lb": 13, "agi": 5, "aDamPct": 8, "eDefPct": -6, "id": 3331}, {"name": "Tidal", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": 50, "tDef": -30, "eDef": -30, "lvl": 92, "intReq": 40, "ms": 5, "int": 4, "wDamPct": 7, "eDamPct": -5, "type": "bracelet", "id": 3319}, {"name": "Tisaun's Proof", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-50", "fDam": "55-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "55-70", "atkSpd": "FAST", "lvl": 88, "strReq": 55, "defReq": 55, "sdPct": 15, "mdPct": 10, "str": 20, "dex": 20, "def": 20, "atkTier": 1, "id": 3335}, {"name": "Toes Tickler", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 20, "lvl": 8, "spd": 7, "id": 3332}, {"name": "Toaster", "tier": "Rare", "type": "spear", "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, "defReq": 38, "sdPct": 11, "mdPct": 11, "fDefPct": 20, "id": 3333}, {"name": "Thunder Relic Spear", "tier": "Rare", "type": "spear", "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, "dexReq": 25, "ms": 5, "xpb": 15, "lb": 15, "dex": 7, "mdRaw": 80, "tDamPct": 20, "tDefPct": 10, "id": 3313}, {"name": "Togak's Vision", "tier": "Rare", "category": "accessory", "drop": "lootchest", "fDef": -50, "aDef": 25, "eDef": 25, "lvl": 77, "strReq": 15, "agiReq": 15, "ref": 6, "str": 4, "spRegen": 4, "fDamPct": -10, "fDefPct": -10, "aDefPct": 5, "eDefPct": 5, "type": "bracelet", "id": 3337}, {"name": "Tormenter", "tier": "Unique", "type": "bow", "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, "xpb": 5, "lb": 5, "id": 3336}, {"name": "Tonbo", "tier": "Rare", "type": "bow", "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, "strReq": 15, "agiReq": 15, "sdPct": -19, "mdPct": 11, "str": 7, "agi": 7, "spd": 10, "aDamPct": 10, "aDefPct": -10, "id": 3334}, {"name": "Torrential Tide", "tier": "Legendary", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "1-85", "fDam": "0-0", "wDam": "1-255", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 85, "intReq": 55, "mdPct": -40, "int": 25, "expd": -40, "sdRaw": 300, "fDamPct": -150, "wDamPct": 25, "tDefPct": -30, "id": 3339}, {"name": "Touroto Trousers", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 2600, "fDef": 65, "wDef": 65, "aDef": 65, "tDef": 65, "eDef": 65, "lvl": 85, "mdPct": 60, "str": 7, "def": 7, "atkTier": -1, "hpBonus": 350, "id": 3341}, {"name": "Tosach", "tier": "Unique", "type": "helmet", "allowCraftsman": true, "category": "armor", "drop": "NORMAL", "hp": 2, "lvl": 1, "xpb": 2, "id": 3340}, {"name": "Toxin", "tier": "Rare", "type": "helmet", "poison": 500, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "aDef": -80, "tDef": 60, "eDef": 60, "lvl": 79, "strReq": 40, "dexReq": 40, "hprPct": -10, "mdPct": 9, "hprRaw": -60, "tDamPct": 9, "eDamPct": 9, "aDefPct": -13, "id": 3367}, {"name": "Tower", "tier": "Rare", "type": "spear", "thorns": 10, "category": "weapon", "drop": "NORMAL", "nDam": "200-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 80, "defReq": 45, "hprPct": 20, "def": 13, "spd": -15, "hpBonus": 1715, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "id": 3342}, {"name": "Tourmaline Lyre", "tier": "Unique", "type": "bow", "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, "agiReq": 15, "defReq": 20, "hprPct": 20, "xpb": 15, "lb": 10, "agi": 5, "def": 5, "spd": 10, "hprRaw": 20, "id": 3338}, {"name": "Toxotes", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "175-235", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 73, "strReq": 20, "intReq": 40, "mdPct": 10, "int": 7, "hpBonus": -600, "wDamPct": 10, "tDefPct": -15, "id": 3344}, {"name": "Trace", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": 2, "lvl": 11, "xpb": 2, "lb": 2, "spRegen": 2, "hprRaw": 2, "sdRaw": 2, "mdRaw": 2, "type": "necklace", "id": 3343}, {"name": "Trauma", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1650, "aDef": 30, "tDef": 30, "lvl": 73, "dexReq": 45, "agiReq": 45, "dex": 5, "int": -10, "agi": 5, "mdRaw": 145, "aDamPct": 11, "tDamPct": 11, "id": 3348}, {"name": "Tracer", "tier": "Rare", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "198-205", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 88, "agiReq": 55, "sdPct": -150, "mdPct": 15, "agi": 13, "spd": 15, "atkTier": 1, "hpBonus": -1500, "mdRaw": 160, "aDefPct": 10, "id": 3345}, {"name": "Travel Charm", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 10, "xpb": 5, "hpBonus": 20, "type": "necklace", "id": 3346}, {"name": "Tremorstep", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 875, "aDef": -65, "eDef": 50, "lvl": 63, "strReq": 40, "mdPct": 12, "ls": -60, "str": 4, "agi": -3, "expd": 7, "spd": -12, "fDamPct": 5, "eDamPct": 15, "eDefPct": 11, "id": 3353}, {"name": "Tribulation", "tier": "Unique", "type": "bow", "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, "dexReq": 30, "defReq": 30, "ls": 115, "expd": 15, "spd": -14, "spRegen": -15, "fDamPct": 12, "tDamPct": 12, "wDefPct": -20, "id": 3349}, {"name": "Tribal Flute", "tier": "Rare", "type": "wand", "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, "agiReq": 15, "sdPct": -15, "mdPct": 8, "str": 4, "agi": 4, "spd": 5, "eDamPct": 5, "fDefPct": -10, "id": 3347}, {"name": "Tribal Headdress", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 200, "lvl": 35, "agiReq": 5, "sdPct": -5, "str": 5, "agi": 3, "spd": 5, "mdRaw": 46, "aDefPct": 5, "eDefPct": 5, "id": 3351}, {"name": "Trinket", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 37, "xpb": 6, "lb": 6, "eSteal": 2, "type": "bracelet", "id": 3352}, {"name": "Troms' Climbing Trousers", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "fDef": -30, "aDef": 30, "lvl": 53, "agiReq": 30, "xpb": 7, "agi": 7, "def": -5, "spd": 10, "fDamPct": -10, "aDamPct": 5, "id": 3357}, {"name": "Troms' Pride", "tier": "Unique", "type": "spear", "thorns": 9, "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, "ref": 9, "sdRaw": 70, "mdRaw": 90, "fDamPct": -7, "aDamPct": -7, "id": 3356}, {"name": "Triumph", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1900, "lvl": 75, "xpb": 10, "lb": 10, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spRegen": 2, "id": 3350}, {"name": "Tropics", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "323-395", "aDam": "0-0", "tDam": "0-0", "eDam": "323-395", "atkSpd": "VERY_SLOW", "lvl": 96, "strReq": 35, "intReq": 35, "sdPct": 8, "mdPct": 8, "ms": 5, "str": 7, "int": 7, "hpBonus": -1500, "fDefPct": -30, "id": 3355}, {"name": "Tsunami", "tier": "Legendary", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 100, "wDef": 15, "tDef": -15, "lvl": 24, "intReq": 30, "mr": 10, "wDamPct": 5, "tDamPct": -8, "tDefPct": -15, "id": 3354}, {"name": "Turbulence", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 490, "fDef": -40, "aDef": 40, "tDef": -50, "lvl": 53, "agiReq": 30, "mdPct": 13, "dex": -4, "mdRaw": 65, "aDamPct": 8, "id": 3359}, {"name": "Turnpike", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "13-15", "atkSpd": "VERY_SLOW", "lvl": 8, "lb": 8, "def": 4, "spd": -5, "mdRaw": 20, "id": 3361}, {"name": "Tundra Strike", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "140-140", "fDam": "0-0", "wDam": "325-625", "aDam": "0-0", "tDam": "0-0", "eDam": "325-625", "atkSpd": "SUPER_SLOW", "lvl": 87, "strReq": 40, "intReq": 40, "sdPct": 12, "ms": 10, "ref": 45, "str": 8, "spd": -11, "fDamPct": -20, "fDefPct": -30, "id": 3360}, {"name": "Tsunasweep", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-80", "fDam": "0-0", "wDam": "50-90", "aDam": "0-0", "tDam": "30-120", "eDam": "0-0", "atkSpd": "FAST", "lvl": 94, "dexReq": 40, "intReq": 40, "sdPct": 20, "mdPct": -16, "ms": 5, "dex": 8, "fDamPct": -20, "wDamPct": 18, "tDamPct": 18, "eDamPct": -14, "eDefPct": -20, "id": 3358}, {"name": "Turmoil", "tier": "Rare", "type": "spear", "poison": 610, "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, "strReq": 30, "dexReq": 30, "sdPct": -8, "mdPct": 10, "tDamPct": 10, "eDamPct": 10, "id": 3362}, {"name": "Twilight", "tier": "Legendary", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "aDef": 50, "tDef": 50, "lvl": 66, "dexReq": 50, "agiReq": 50, "dex": 5, "agi": 5, "sdRaw": 30, "mdRaw": 39, "aDamPct": 10, "tDamPct": 10, "aDefPct": 10, "tDefPct": 10, "id": 3370}, {"name": "Turquoise", "tier": "Unique", "type": "leggings", "thorns": 18, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3175, "wDef": 90, "eDef": 90, "lvl": 95, "strReq": 30, "intReq": 30, "sdPct": 10, "xpb": 10, "str": 5, "int": 5, "eSteal": 8, "mdRaw": 175, "aDamPct": -15, "id": 3365}, {"name": "Ultraviolet", "tier": "Rare", "type": "bow", "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, "strReq": 7, "dexReq": 7, "intReq": 7, "agiReq": 7, "defReq": 7, "hprPct": -12, "spd": 7, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "id": 3368}, {"name": "Twin Daggers", "tier": "Unique", "type": "dagger", "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, "dexReq": 20, "agiReq": 20, "dex": 10, "spd": 12, "id": 3363}, {"name": "Twist Band", "tier": "Unique", "thorns": 6, "category": "accessory", "drop": "lootchest", "lvl": 49, "intReq": 10, "agiReq": 10, "ref": 6, "agi": 4, "sdRaw": 12, "type": "bracelet", "id": 3364}, {"name": "Undefined", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2750, "lvl": 94, "hprRaw": 135, "sdRaw": 135, "mdRaw": 175, "id": 3371}, {"name": "Umbral Mail", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2175, "fDef": -120, "wDef": 80, "tDef": 80, "lvl": 87, "dexReq": 40, "intReq": 40, "sdPct": 16, "ms": 10, "str": 7, "dex": 5, "int": 5, "fDamPct": -8, "wDamPct": 12, "tDamPct": 12, "fDefPct": -8, "wDefPct": 10, "tDefPct": 10, "id": 3366}, {"name": "Undertow", "tier": "Legendary", "type": "helmet", "category": "armor", "drop": "NORMAL", "hp": 150, "wDef": 10, "tDef": -20, "lvl": 22, "intReq": 10, "mr": 5, "sdPct": 12, "mdPct": -10, "int": 5, "spd": -8, "wDefPct": 8, "id": 3372}, {"name": "Unhalting Eagle", "tier": "Unique", "type": "bow", "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, "strReq": 5, "agiReq": 10, "mdPct": 8, "str": 5, "spd": 15, "fDefPct": -15, "id": 3373}, {"name": "Undying", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-40", "fDam": "300-400", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "300-400", "atkSpd": "SUPER_SLOW", "lvl": 95, "strReq": 35, "defReq": 55, "hprPct": 25, "sdPct": -7, "mdPct": -7, "ls": 400, "def": 20, "spd": -15, "hpBonus": 2500, "hprRaw": 196, "wDefPct": 25, "id": 3381}, {"name": "Union", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 39, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "xpb": 8, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "type": "bracelet", "id": 3376}, {"name": "Unravel", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "fDef": -110, "aDef": 70, "lvl": 92, "agiReq": 80, "mdPct": -50, "ms": 10, "ref": 18, "agi": 9, "sdRaw": 222, "aDamPct": 27, "id": 3377}, {"name": "Unholy Wand", "tier": "Rare", "type": "wand", "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, "dexReq": 20, "xpb": 5, "dex": 4, "agi": -3, "expd": 5, "spRegen": -10, "tDamPct": 10, "aDefPct": -25, "id": 3374}, {"name": "Unsheathed Glaive", "tier": "Unique", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "75-90", "wDam": "75-90", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 84, "intReq": 30, "defReq": 30, "sdPct": -30, "mdPct": 10, "int": 8, "def": 8, "fDamPct": 15, "wDamPct": 15, "fDefPct": 10, "wDefPct": 10, "id": 3382}, {"name": "Updraft", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2825, "fDef": -70, "aDef": 80, "tDef": 120, "eDef": -110, "lvl": 96, "dexReq": 45, "ms": 5, "dex": 6, "agi": 6, "spd": 16, "aDamPct": 20, "tDamPct": 24, "fDefPct": -10, "jh": 1, "id": 3379}, {"name": "Unspeakable", "tier": "Legendary", "category": "accessory", "drop": "lootchest", "hp": -239, "lvl": 65, "strReq": 36, "dexReq": 47, "mr": -5, "ms": 10, "str": 4, "dex": 5, "sdRaw": -43, "mdRaw": -44, "type": "ring", "id": 3378}, {"name": "Umbrella Hat", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 200, "tDef": -20, "lvl": 34, "intReq": 25, "mr": 10, "sdPct": 5, "dex": -4, "wDefPct": 8, "tDefPct": -12, "id": 3369}, {"name": "Unrefined Leggings", "tier": "Unique", "type": "leggings", "category": "armor", "drop": "NORMAL", "hp": 500, "eDef": 30, "lvl": 50, "strReq": 25, "sdPct": -12, "mdPct": 5, "lb": 13, "spd": -12, "eDamPct": 20, "eDefPct": 20, "id": 3375}, {"name": "Upside Down Bowl", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 45, "aDef": -5, "eDef": 5, "lvl": 12, "lb": 5, "str": 3, "id": 3380}, {"name": "Urheus", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "fDef": 8, "wDef": -12, "eDef": 10, "lvl": 32, "strReq": 10, "defReq": 5, "hprPct": 15, "str": 5, "def": 3, "mdRaw": 48, "aDamPct": -8, "id": 3383}, {"name": "Uranium Aegis", "tier": "Fabled", "type": "chestplate", "majorIds": ["PLAGUE"], "poison": 900, "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2725, "wDef": -60, "tDef": 75, "lvl": 77, "strReq": 35, "dexReq": 45, "hprPct": -100, "expd": 50, "hpBonus": 1200, "spRaw3": 5, "id": 3386}, {"name": "Upside Down Bucket", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 350, "wDef": 25, "tDef": -15, "lvl": 42, "mdPct": -3, "ref": 8, "wDamPct": 16, "wDefPct": 9, "id": 3384}, {"name": "Vacancy", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2525, "lvl": 89, "agiReq": 50, "int": -24, "agi": 12, "spd": 15, "spPct1": -10, "spPct3": -7, "spPct4": -17, "id": 3385}, {"name": "Uriel", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 27, "agiReq": 5, "spd": 12, "type": "ring", "id": 3387}, {"name": "Vacarme", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1700, "tDef": 100, "eDef": -100, "lvl": 91, "dexReq": 70, "ms": 10, "dex": 7, "expd": 20, "hprRaw": -135, "sdRaw": 165, "tDamPct": 23, "tDefPct": -32, "id": 3586}, {"name": "Valix", "tier": "Unique", "type": "wand", "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, "xpb": 8, "spd": 8, "id": 3388}, {"name": "Valkyrie", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-95", "tDam": "0-125", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 89, "dexReq": 35, "agiReq": 30, "hprPct": -8, "spd": 15, "sdRaw": -55, "mdRaw": 70, "id": 3392}, {"name": "Vacuum", "tier": "Unique", "type": "chestplate", "category": "armor", "drop": "NORMAL", "hp": 2475, "wDef": 60, "aDef": -130, "eDef": 70, "lvl": 93, "strReq": 45, "intReq": 55, "mr": 10, "spd": -12, "sdRaw": 155, "wDamPct": 15, "eDamPct": 15, "aDefPct": -30, "id": 3389}, {"name": "Valiant", "tier": "Unique", "type": "wand", "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, "strReq": 20, "agiReq": 10, "mdPct": 9, "xpb": 8, "str": 8, "spRegen": 6, "id": 3399}, {"name": "Valorheart", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "40-50", "wDam": "40-50", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 41, "intReq": 20, "defReq": 20, "def": 5, "spd": -10, "hpBonus": 250, "spRegen": 10, "fDefPct": 15, "wDefPct": 15, "id": 3390}, {"name": "Vandal's Touch", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-112", "fDam": "0-0", "wDam": "0-0", "aDam": "50-210", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "strReq": 20, "agiReq": 40, "mdPct": 12, "lb": 15, "str": 8, "eSteal": 5, "sdRaw": -60, "eDamPct": 16, "id": 3394}, {"name": "Vampire Touch", "tier": "Unique", "type": "dagger", "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, "dexReq": 12, "hprPct": 10, "mr": 5, "ls": 55, "id": 3395}, {"name": "Vanilla Spade", "tier": "Unique", "type": "spear", "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, "intReq": 20, "agiReq": 20, "mr": 5, "int": 10, "agi": 10, "spd": 10, "tDamPct": -5, "eDamPct": -5, "id": 3398}, {"name": "Vartija", "tier": "Unique", "type": "spear", "category": "weapon", "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, "agiReq": 10, "defReq": 10, "sdPct": -7, "def": 9, "spd": 15, "hpBonus": 160, "id": 3396}, {"name": "Vampire Stick", "tier": "Unique", "type": "wand", "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, "hprPct": -10, "ls": 32, "spRegen": 5, "id": 3393}, {"name": "Vaward", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3900, "lvl": 99, "hprPct": 15, "sdPct": 15, "mdPct": 15, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "spRegen": 15, "id": 3397}, {"name": "Veantur", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-110", "fDam": "0-0", "wDam": "50-85", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 83, "intReq": 50, "sdPct": 12, "mdPct": 10, "ref": 7, "int": 7, "hpBonus": -1000, "fDamPct": -25, "wDamPct": 15, "id": 3400}, {"name": "Valhalla", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3525, "fDef": 80, "aDef": 80, "eDef": 80, "lvl": 98, "strReq": 40, "agiReq": 40, "defReq": 40, "ls": 215, "str": 9, "agi": 9, "def": 9, "spd": 12, "spRegen": 12, "wDefPct": -25, "tDefPct": -25, "id": 3391}, {"name": "Vellalar", "tier": "Rare", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "13-18", "fDam": "0-0", "wDam": "11-15", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 13, "ms": 5, "str": 5, "fDamPct": -5, "id": 3401}, {"name": "Venison", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 735, "fDef": -75, "wDef": 45, "eDef": 60, "lvl": 54, "strReq": 20, "intReq": 15, "mr": 10, "mdPct": 19, "xpb": 15, "str": 7, "int": 7, "spRegen": 10, "fDefPct": -15, "tDefPct": -10, "id": 3406}, {"name": "Venomsoul", "tier": "Unique", "type": "chestplate", "poison": 525, "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "aDef": -90, "lvl": 75, "strReq": 30, "intReq": 20, "ms": 5, "spRegen": -10, "id": 3404}, {"name": "Veins", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "72-78", "wDam": "69-81", "aDam": "66-84", "tDam": "63-87", "eDam": "75-75", "atkSpd": "SLOW", "lvl": 89, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hpBonus": 965, "hprRaw": 115, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "id": 3402}, {"name": "Ventus Tail", "tier": "Legendary", "type": "boots", "category": "armor", "drop": "NORMAL", "hp": 2150, "aDef": 120, "tDef": 120, "eDef": -250, "lvl": 80, "dexReq": 35, "agiReq": 35, "sdPct": 10, "ms": 10, "dex": 8, "agi": 8, "spd": 7, "eSteal": 7, "aDamPct": 27, "tDamPct": 27, "eDamPct": -45, "id": 3403}, {"name": "Verglas", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 82, "intReq": 35, "agiReq": 35, "sdPct": 6, "int": 5, "spd": -10, "hprRaw": -55, "aDamPct": 5, "type": "necklace", "id": 3408}, {"name": "Ventilator", "tier": "Unique", "type": "boots", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "fDef": -6, "aDef": 6, "lvl": 25, "agiReq": 15, "spd": 12, "fDamPct": -8, "aDamPct": 6, "id": 3405}, {"name": "Verdigris Sabatons", "tier": "Unique", "type": "boots", "poison": 550, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1900, "fDef": 70, "wDef": -60, "tDef": 40, "lvl": 76, "dexReq": 20, "defReq": 35, "mr": -5, "def": 5, "spd": -7, "sdRaw": 100, "wDamPct": -14, "aDamPct": -12, "tDefPct": 10, "id": 3407}, {"name": "Vesuvius", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-50", "fDam": "100-200", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-200", "atkSpd": "VERY_SLOW", "lvl": 86, "strReq": 30, "defReq": 30, "mdPct": 12, "str": 8, "expd": 33, "fDamPct": 15, "wDamPct": -10, "eDamPct": 15, "wDefPct": -20, "id": 3409}, {"name": "Verstand", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 130, "wDef": 10, "tDef": -8, "lvl": 28, "intReq": 15, "mr": 5, "sdPct": 6, "mdPct": -6, "str": -3, "int": 4, "id": 3410}, {"name": "Vile", "tier": "Rare", "type": "bow", "poison": 1100, "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, "ls": 120, "hpBonus": -250, "mdRaw": 130, "eDamPct": 15, "wDefPct": -20, "id": 3414}, {"name": "Vigor", "tier": "Unique", "type": "bow", "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, "intReq": 25, "defReq": 25, "hprPct": 40, "sdPct": -7, "mdPct": -16, "def": 5, "hpBonus": 500, "hprRaw": 25, "wDefPct": 7, "id": 3412}, {"name": "Vibrato", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "21-22", "fDam": "0-0", "wDam": "0-0", "aDam": "55-56", "tDam": "55-56", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 44, "dexReq": 16, "agiReq": 16, "ms": 5, "def": -12, "spd": 12, "spPct1": -23, "id": 3413}, {"name": "Vinecrawlers", "tier": "Rare", "type": "boots", "poison": 425, "thorns": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1750, "aDef": -70, "eDef": 90, "lvl": 72, "strReq": 45, "str": 7, "def": 7, "spd": -8, "hprRaw": 60, "fDefPct": -25, "wDefPct": 15, "id": 3411}, {"name": "Viper", "tier": "Unique", "type": "wand", "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, "dexReq": 22, "mdPct": 6, "ls": 26, "dex": 4, "spd": 4, "mdRaw": 13, "id": 3416}, {"name": "Virgo", "tier": "Legendary", "type": "boots", "thorns": 1, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 5, "lvl": 97, "strReq": 70, "dexReq": 70, "mdPct": -45, "ref": 1, "agi": -20, "def": -20, "expd": 65, "atkTier": 2, "tDamPct": 16, "eDamPct": 16, "id": 3417}, {"name": "Virtuoso", "tier": "Rare", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2250, "wDef": 70, "aDef": 70, "lvl": 94, "intReq": 50, "agiReq": 50, "mr": 5, "sdPct": 20, "ms": -40, "spd": 20, "sdRaw": 196, "id": 3415}, {"name": "Vital", "tier": "Rare", "category": "accessory", "drop": "lootchest", "hp": -220, "lvl": 67, "hprPct": 10, "hprRaw": 40, "type": "ring", "id": 3421}, {"name": "Virtue", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "15-350", "fDam": "0-0", "wDam": "210-250", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 74, "intReq": 45, "sdPct": 9, "ms": 15, "ref": 9, "agi": -6, "spd": -12, "atkTier": -1, "id": 3419}, {"name": "Vitium", "tier": "Rare", "poison": 50, "category": "accessory", "drop": "lootchest", "hp": -20, "aDef": -5, "lvl": 32, "ls": 10, "expd": 6, "type": "necklace", "id": 3418}, {"name": "Vitriol", "tier": "Unique", "poison": 83, "category": "accessory", "drop": "lootchest", "hp": -60, "wDef": -5, "eDef": 10, "lvl": 39, "strReq": 15, "hprPct": -10, "ls": 12, "type": "bracelet", "id": 3420}, {"name": "Vivace", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "13-18", "fDam": "0-0", "wDam": "0-0", "aDam": "9-13", "tDam": "9-13", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 29, "dexReq": 10, "agiReq": 10, "sdPct": 11, "dex": 5, "agi": 5, "spd": 11, "eDefPct": 18, "id": 3422}, {"name": "Voidlight", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-90", "tDam": "0-180", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 88, "dexReq": 35, "agiReq": 35, "sdPct": 10, "mdPct": -40, "ms": 10, "ref": 15, "str": -10, "agi": 13, "sdRaw": 205, "eDefPct": -25, "id": 3423}, {"name": "Void Catalyst", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-515", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 59, "dexReq": 43, "dex": 25, "tDamPct": 45, "spRaw1": 5, "spRaw2": 5, "spRaw3": 5, "spRaw4": 5, "id": 3425}, {"name": "Volcano", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "135-220", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "155-200", "atkSpd": "SLOW", "lvl": 98, "strReq": 40, "defReq": 40, "str": 13, "def": 13, "expd": 20, "spd": -25, "fDamPct": 12, "eDamPct": 12, "fDefPct": 18, "eDefPct": 18, "id": 3424}, {"name": "Voidshard", "tier": "Rare", "thorns": 5, "category": "accessory", "drop": "lootchest", "hp": -120, "lvl": 70, "strReq": 25, "agiReq": 25, "sdPct": 7, "ls": 44, "spd": 7, "type": "ring", "id": 3427}, {"name": "Voodoo", "tier": "Rare", "type": "dagger", "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, "sdPct": 6, "id": 3430}, {"name": "Voleur", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 270, "lvl": 36, "dexReq": 10, "agiReq": 5, "mdPct": -7, "lb": 12, "dex": 3, "agi": 3, "spd": 4, "eSteal": 6, "id": 3428}, {"name": "Volmor's Flair", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 85, "xpb": 5, "lb": 13, "hpBonus": -750, "type": "bracelet", "id": 3426}, {"name": "Vorpal", "tier": "Rare", "type": "dagger", "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, "dexReq": 25, "intReq": 25, "hprPct": -25, "mr": -5, "dex": 17, "hpBonus": -500, "sdRaw": 120, "wDamPct": 15, "tDamPct": 15, "id": 3436}, {"name": "Blue Team Helmet", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 25, "lvl": 20, "id": 3435, "set": "Blue Team"}, {"name": "Blue Team Leggings", "tier": "Set", "type": "leggings", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 50, "lvl": 20, "id": 3431, "set": "Blue Team"}, {"name": "Red Team Boots", "tier": "Set", "type": "boots", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 25, "lvl": 20, "id": 3434, "set": "Red Team"}, {"name": "Red Team Leggings", "tier": "Set", "type": "leggings", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 50, "lvl": 20, "id": 3437, "set": "Red Team"}, {"name": "Red Team Chestplate", "tier": "Set", "type": "chestplate", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 50, "lvl": 20, "id": 3443, "set": "Red Team"}, {"name": "Blitzen", "tier": "Rare", "category": "accessory", "drop": "never", "hp": -140, "wDef": 10, "lvl": 75, "dexReq": 40, "ms": 5, "wDamPct": 6, "type": "ring", "fixID": true, "id": 3438}, {"name": "Comet", "tier": "Unique", "category": "accessory", "drop": "never", "fDef": 12, "aDef": 12, "eDef": 12, "lvl": 70, "strReq": 20, "agiReq": 10, "defReq": 10, "mr": -5, "sdPct": -6, "mdPct": 8, "expd": 12, "mdRaw": 26, "type": "bracelet", "fixID": true, "id": 3441}, {"name": "Charcoal", "tier": "Rare", "type": "boots", "thorns": 10, "category": "armor", "slots": 2, "drop": "never", "hp": 3425, "fDef": 120, "aDef": 120, "lvl": 95, "strReq": 20, "defReq": 60, "ls": 285, "ref": 20, "str": 6, "def": 6, "hprRaw": 195, "fDamPct": 10, "aDefPct": 15, "eDefPct": 25, "fixID": true, "id": 3439}, {"name": "Conifer", "tier": "Rare", "type": "dagger", "thorns": 20, "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, "strReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 20, "spd": -10, "hpBonus": 250, "hprRaw": 30, "fixID": true, "id": 3442}, {"name": "Vortex", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1250, "aDef": 60, "tDef": 60, "eDef": -120, "lvl": 71, "dexReq": 35, "agiReq": 55, "ms": 10, "dex": 5, "agi": 8, "spd": 16, "sdRaw": 100, "mdRaw": 80, "id": 3432}, {"name": "Cupid", "tier": "Rare", "category": "accessory", "drop": "never", "wDef": 10, "eDef": 5, "lvl": 50, "strReq": 20, "intReq": 45, "hprPct": 10, "mr": 5, "sdPct": -10, "hprRaw": 12, "mdRaw": -19, "type": "bracelet", "fixID": true, "id": 3440}, {"name": "Dancer", "tier": "Unique", "category": "accessory", "drop": "never", "hp": -180, "lvl": 80, "agiReq": 50, "spd": 9, "hprRaw": -35, "aDamPct": 12, "type": "necklace", "fixID": true, "id": 3444}, {"name": "Dasher", "tier": "Unique", "category": "accessory", "drop": "never", "hp": 320, "fDef": -25, "lvl": 85, "strReq": 30, "agiReq": 40, "mdPct": 9, "str": 4, "spd": 9, "type": "ring", "fixID": true, "id": 3445}, {"name": "Donner", "tier": "Unique", "category": "accessory", "drop": "never", "fDef": 15, "wDef": -25, "tDef": 15, "lvl": 65, "dexReq": 30, "dex": 5, "fDamPct": 9, "type": "ring", "fixID": true, "id": 3447}, {"name": "Dragster", "tier": "Rare", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 750, "fDef": -50, "aDef": 40, "lvl": 60, "agiReq": 45, "agi": 3, "def": -6, "spd": 20, "mdRaw": 100, "aDamPct": 5, "fDefPct": -10, "aDefPct": 5, "fixID": true, "id": 3446}, {"name": "Frostburn", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "never", "nDam": "40-40", "fDam": "30-90", "wDam": "40-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 80, "intReq": 30, "defReq": 35, "mr": -5, "sdPct": 12, "hprRaw": -85, "fDamPct": 24, "wDamPct": 18, "fixID": true, "id": 3450}, {"name": "Ice Skates", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "never", "hp": 1200, "fDef": -160, "wDef": 80, "aDef": 55, "lvl": 75, "agiReq": 55, "mr": 5, "int": 4, "spd": 18, "fDamPct": -26, "wDamPct": 14, "aDamPct": 8, "fixID": true, "id": 3454}, {"name": "Garland", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "never", "hp": 2275, "tDef": -160, "eDef": 90, "lvl": 90, "strReq": 45, "intReq": 40, "sdPct": 22, "sdRaw": 225, "aDefPct": -14, "tDefPct": -14, "fixID": true, "id": 3448}, {"name": "Prancer", "tier": "Rare", "category": "accessory", "drop": "never", "hp": 130, "fDef": 10, "tDef": 5, "eDef": 15, "lvl": 55, "strReq": 30, "str": 2, "def": 2, "eDamPct": 7, "type": "ring", "fixID": true, "id": 3449}, {"name": "Krampus", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "70-110", "wDam": "0-0", "aDam": "0-0", "tDam": "30-120", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 80, "dexReq": 30, "defReq": 30, "mr": -5, "mdPct": 25, "ls": 180, "def": 8, "eSteal": 3, "hprRaw": -90, "tDamPct": 20, "wDefPct": -22, "fixID": true, "id": 3453}, {"name": "Scrooge", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "never", "nDam": "35-95", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "225-365", "eDam": "225-365", "atkSpd": "VERY_SLOW", "lvl": 80, "strReq": 35, "dexReq": 35, "ls": 325, "ms": 10, "lb": 33, "spd": -20, "spRegen": -25, "eSteal": 10, "hprRaw": -150, "fixID": true, "id": 3451}, {"name": "Ski Mask", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 2, "drop": "never", "hp": 2300, "wDef": 60, "aDef": 60, "tDef": -120, "lvl": 90, "intReq": 60, "agiReq": 45, "mr": 15, "mdPct": -12, "wDamPct": 25, "aDamPct": 25, "fixID": true, "id": 3456}, {"name": "Sealskin Parka", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 1400, "wDef": 90, "aDef": 90, "tDef": -70, "lvl": 65, "intReq": 20, "agiReq": 20, "mr": 5, "xpb": 8, "ref": 12, "int": 6, "agi": 3, "spd": 12, "tDamPct": -40, "wDefPct": 16, "aDefPct": 16, "fixID": true, "id": 3452}, {"name": "Sleigher", "tier": "Rare", "type": "spear", "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, "strReq": 10, "agiReq": 20, "sdPct": -15, "mdPct": 12, "str": 8, "agi": 2, "spd": 12, "mdRaw": 46, "eDamPct": 20, "fDefPct": -20, "fixID": true, "id": 3457}, {"name": "Snowstorm", "tier": "Rare", "type": "bow", "category": "weapon", "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, "dexReq": 20, "intReq": 20, "agiReq": 20, "sdPct": 8, "ms": 10, "xpb": 12, "str": -5, "spd": 12, "sdRaw": 50, "fDefPct": -36, "fixID": true, "id": 3455}, {"name": "Toy Maker", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "never", "hp": 1775, "aDef": 90, "tDef": 90, "eDef": -160, "lvl": 85, "dexReq": 35, "agiReq": 35, "mdPct": -25, "dex": 7, "agi": 7, "atkTier": 1, "mdRaw": 230, "aDamPct": 5, "tDamPct": 5, "fixID": true, "id": 3458}, {"name": "Wynnter Scarf", "tier": "Rare", "type": "helmet", "category": "armor", "slots": 1, "drop": "never", "hp": 425, "fDef": 40, "wDef": -70, "aDef": 40, "lvl": 40, "agiReq": 20, "defReq": 20, "hprPct": 20, "agi": 3, "def": 3, "hprRaw": 20, "fDefPct": 25, "aDefPct": 25, "fixID": true, "id": 3463}, {"name": "Zenith", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "20-30", "tDam": "20-80", "eDam": "0-0", "atkSpd": "FAST", "lvl": 80, "dexReq": 35, "agiReq": 25, "mdPct": 15, "ls": -190, "ms": 5, "agi": 7, "expd": 60, "atkTier": 2, "tDamPct": 10, "aDefPct": 12, "eDefPct": -15, "fixID": true, "id": 3459}, {"name": "Wipe", "tier": "Rare", "type": "wand", "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, "agiReq": 50, "mdPct": 15, "ms": 10, "agi": 15, "spd": 28, "hprRaw": -250, "aDamPct": 22, "fixID": true, "id": 3461}, {"name": "Vixen", "tier": "Rare", "category": "accessory", "drop": "never", "hp": 300, "fDef": 20, "lvl": 60, "defReq": 70, "hprRaw": 25, "aDefPct": 7, "tDefPct": 4, "eDefPct": 5, "type": "necklace", "fixID": true, "id": 3460}, {"name": "Red Team Helmet", "tier": "Set", "type": "helmet", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 25, "lvl": 20, "id": 3466, "set": "Red Team"}, {"name": "Waking Nightmare", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-38", "fDam": "0-0", "wDam": "0-0", "aDam": "140-180", "tDam": "0-0", "eDam": "140-180", "atkSpd": "SLOW", "lvl": 79, "strReq": 27, "agiReq": 27, "mdPct": 12, "str": 8, "hpBonus": -1085, "wDamPct": -40, "aDamPct": 18, "eDamPct": 18, "fDefPct": -25, "spRaw1": -5, "id": 3462}, {"name": "The Lethe", "displayName": "Waking Vigil", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "20-30", "fDam": "0-0", "wDam": "0-0", "aDam": "30-65", "tDam": "0-0", "eDam": "30-65", "atkSpd": "FAST", "lvl": 98, "strReq": 40, "agiReq": 40, "sdPct": -50, "mdPct": 31, "xpb": -25, "spd": 12, "spRegen": -15, "mdRaw": 100, "fDamPct": 31, "id": 3464}, {"name": "War Pike", "tier": "Unique", "type": "spear", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "160-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "sdPct": -10, "mdPct": 10, "str": 7, "def": 7, "spd": -10, "hpBonus": 775, "id": 3469}, {"name": "Walking Stick", "tier": "Rare", "type": "wand", "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, "agiReq": 5, "xpb": 4, "agi": 4, "spd": 10, "id": 3465}, {"name": "Wastelands", "tier": "Unique", "poison": 90, "category": "accessory", "drop": "lootchest", "lvl": 44, "strReq": 20, "mdPct": 5, "str": 3, "spd": -3, "type": "ring", "id": 3467}, {"name": "Wasp", "tier": "Rare", "poison": 155, "category": "accessory", "drop": "lootchest", "lvl": 50, "dexReq": 20, "hprRaw": -12, "tDamPct": 6, "type": "ring", "id": 3470}, {"name": "Water Relic Bow", "tier": "Rare", "type": "bow", "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, "intReq": 20, "mr": 5, "sdPct": 20, "xpb": 15, "lb": 15, "int": 7, "wDamPct": 10, "wDefPct": 20, "id": 3471}, {"name": "Water Relic Daggers", "tier": "Rare", "type": "dagger", "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": 65, "intReq": 25, "mr": 5, "sdPct": 20, "xpb": 15, "lb": 15, "int": 7, "wDamPct": 10, "wDefPct": 20, "id": 3474}, {"name": "Water Relic Spear", "tier": "Rare", "type": "spear", "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, "intReq": 25, "mr": 5, "sdPct": 20, "xpb": 15, "lb": 15, "int": 7, "wDamPct": 10, "wDefPct": 20, "id": 3475}, {"name": "Water Relic Wand", "tier": "Rare", "type": "wand", "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, "intReq": 20, "mr": 5, "sdPct": 20, "xpb": 15, "lb": 15, "int": 7, "wDamPct": 10, "wDefPct": 20, "id": 3472}, {"name": "Waterspout", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "45-95", "fDam": "0-0", "wDam": "105-125", "aDam": "0-0", "tDam": "45-185", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "dexReq": 35, "intReq": 35, "sdPct": 6, "mdPct": -9, "ms": 5, "wDefPct": 22, "tDefPct": 22, "id": 3473}, {"name": "Warmth", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 10, "def": 3, "type": "ring", "id": 3468}, {"name": "Wavedash", "tier": "Unique", "type": "boots", "sprint": -10, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2250, "wDef": 90, "aDef": 90, "lvl": 89, "intReq": 25, "agiReq": 20, "mr": 10, "sdPct": 12, "agi": 8, "spd": 18, "wDamPct": 12, "aDamPct": 8, "sprintReg": 18, "id": 3476}, {"name": "Wavelength", "tier": "Legendary", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1400, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 67, "strReq": 14, "dexReq": 14, "intReq": 14, "agiReq": 14, "defReq": 14, "sdPct": 13, "mdPct": 13, "ms": -5, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "id": 3477}, {"name": "Waves Raiser", "tier": "Legendary", "type": "wand", "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, "intReq": 35, "sdPct": 12, "mdPct": 12, "wDamPct": 12, "wDefPct": 12, "id": 3478}, {"name": "Way Back Home", "tier": "Unique", "type": "boots", "thorns": 15, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1600, "fDef": -100, "aDef": 100, "tDef": -100, "eDef": 100, "lvl": 75, "strReq": 20, "agiReq": 20, "agi": 7, "spd": 12, "spRegen": 7, "id": 3479}, {"name": "Weather Warning", "tier": "Unique", "type": "bow", "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, "dexReq": 15, "intReq": 15, "sdPct": 10, "wDamPct": 10, "tDamPct": 10, "fDefPct": -13, "aDefPct": -13, "eDefPct": -13, "id": 3480}, {"name": "Wayfinder", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "75-100", "fDam": "0-0", "wDam": "35-50", "aDam": "32-40", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "intReq": 15, "agiReq": 20, "ms": 5, "lb": 10, "int": 4, "agi": 4, "spd": 8, "id": 3482}, {"name": "Wedding Ring", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 2, "lvl": 5, "hpBonus": 6, "type": "ring", "id": 3481}, {"name": "All for One", "displayName": "Weatherwalkers", "tier": "Rare", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "fDef": -90, "wDef": -90, "aDef": -90, "tDef": -100, "eDef": -90, "lvl": 92, "dexReq": 70, "mr": -5, "sdPct": 31, "dex": 8, "spd": 15, "tDamPct": 10, "wDefPct": -20, "tDefPct": -15, "id": 3625}, {"name": "Whimsy", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "1-35", "fDam": "0-0", "wDam": "0-0", "aDam": "45-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "intReq": 40, "agiReq": 30, "sdPct": -3, "mdPct": -5, "xpb": 25, "int": 13, "spd": 20, "eSteal": 2, "wDamPct": 22, "id": 3484}, {"name": "Whirlpool", "tier": "Unique", "type": "wand", "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, "intReq": 30, "sdRaw": 60, "wDamPct": 9, "tDefPct": -19, "id": 3483}, {"name": "Whistling Helmet", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 430, "fDef": -30, "aDef": 20, "lvl": 47, "agiReq": 30, "mdPct": 8, "agi": 4, "spd": 7, "aDamPct": 7, "eDefPct": -10, "id": 3488}, {"name": "Whisper", "tier": "Unique", "type": "dagger", "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, "agiReq": 20, "hprPct": 10, "agi": 4, "spd": 6, "aDamPct": 6, "id": 3485}, {"name": "White-hot Leggings", "displayName": "White-Hot Leggings", "tier": "Unique", "type": "leggings", "thorns": 8, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2250, "fDef": 170, "wDef": -100, "tDef": 100, "eDef": 30, "lvl": 88, "defReq": 55, "sdPct": 8, "spd": 8, "hpBonus": -220, "sdRaw": 140, "mdRaw": 180, "fDamPct": 12, "id": 3487}, {"name": "White", "tier": "Rare", "category": "accessory", "drop": "lootchest", "aDef": 5, "lvl": 30, "aDamPct": 7, "aDefPct": 7, "type": "ring", "id": 3486}, {"name": "Whitecap", "tier": "Unique", "type": "bow", "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, "intReq": 30, "sdPct": 16, "fDamPct": -15, "tDefPct": -15, "id": 3489}, {"name": "White Noise", "tier": "Unique", "type": "relik", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "74-110", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 55, "agiReq": 25, "mdPct": -15, "xpb": 15, "sdRaw": 66, "aDamPct": 14, "eDamPct": -30, "eDefPct": -18, "id": 3490}, {"name": "White Storm", "tier": "Unique", "type": "helmet", "poison": 130, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 510, "fDef": -20, "aDef": 25, "lvl": 48, "agi": 7, "spd": 10, "eDamPct": 5, "id": 3493}, {"name": "Whitewater", "tier": "Unique", "type": "boots", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "wDef": 70, "tDef": -80, "lvl": 64, "intReq": 35, "mr": 5, "sdPct": 11, "mdPct": 8, "fDamPct": -20, "wDamPct": 13, "id": 3494}, {"name": "Blue Team Chestplate", "tier": "Set", "type": "chestplate", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 50, "lvl": 20, "id": 3433, "set": "Blue Team"}, {"name": "Blue Team Boots", "tier": "Set", "type": "boots", "category": "armor", "drop": "never", "restrict": "Untradable", "hp": 25, "lvl": 20, "id": 3429, "set": "Blue Team"}, {"name": "Wicked", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "wDef": -60, "lvl": 50, "dexReq": 20, "defReq": 20, "mr": -5, "sdPct": 15, "mdPct": 10, "expd": 8, "fDamPct": 10, "tDamPct": 10, "id": 3491}, {"name": "Whitestone", "tier": "Unique", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1200, "lvl": 73, "intReq": 25, "agiReq": 15, "hprPct": 20, "sdPct": 7, "mdPct": -15, "xpb": 10, "ref": 8, "spd": 6, "wDefPct": 7, "aDefPct": 6, "id": 3492}, {"name": "Wild Gauntlet", "tier": "Unique", "type": "dagger", "thorns": 13, "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, "strReq": 25, "sdPct": -7, "mdPct": 10, "spd": -5, "id": 3495}, {"name": "Willpower", "tier": "Unique", "category": "accessory", "drop": "lootchest", "fDef": -15, "wDef": -15, "aDef": -15, "tDef": -15, "eDef": -15, "lvl": 42, "intReq": 15, "hprPct": 8, "mr": 5, "type": "necklace", "id": 3496}, {"name": "Windchime", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-60", "fDam": "0-0", "wDam": "0-0", "aDam": "30-45", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 80, "agiReq": 35, "ms": 10, "xpb": 12, "aDamPct": 10, "id": 3497}, {"name": "Wind Mimic", "tier": "Rare", "type": "boots", "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2425, "fDef": -120, "aDef": 200, "lvl": 94, "agiReq": 60, "ms": 10, "agi": 7, "spd": 20, "fDamPct": 20, "aDamPct": 20, "fDefPct": -20, "aDefPct": 10, "id": 3499}, {"name": "Wiggling Villager", "tier": "Unique", "type": "wand", "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, "xpb": 11, "lb": 19, "id": 3500}, {"name": "Window Pane", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-13", "fDam": "0-0", "wDam": "27-33", "aDam": "0-0", "tDam": "27-33", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 37, "dexReq": 13, "intReq": 13, "sdPct": 14, "mdPct": -14, "str": -6, "dex": 4, "int": 4, "wDamPct": 9, "tDamPct": 9, "eDamPct": -10, "eDefPct": -10, "id": 3503}, {"name": "Windforce", "tier": "Unique", "type": "bow", "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, "str": 7, "spd": 14, "eDamPct": 15, "aDefPct": 10, "eDefPct": -10, "id": 3501}, {"name": "Wind Murmurs", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-86", "fDam": "0-0", "wDam": "0-0", "aDam": "76-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 71, "agiReq": 35, "sdPct": -9, "mdPct": -18, "xpb": 15, "ref": 20, "agi": 12, "spd": 20, "id": 3498}, {"name": "Windowframe", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "27-33", "eDam": "27-33", "atkSpd": "NORMAL", "lvl": 34, "strReq": 12, "dexReq": 12, "sdPct": -14, "mdPct": 14, "str": 4, "dex": 4, "int": -6, "wDamPct": -10, "tDamPct": 9, "eDamPct": 9, "wDefPct": -10, "id": 3504}, {"name": "Gravesbane", "displayName": "Windshear", "tier": "Rare", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "fDef": -120, "aDef": 90, "tDef": 90, "eDef": -30, "lvl": 94, "dexReq": 40, "agiReq": 40, "mr": 5, "ms": 5, "spd": 16, "eSteal": 6, "sdRaw": 170, "mdRaw": 195, "fDefPct": -20, "sprintReg": 12, "id": 1229}, {"name": "Windy Torc", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 350, "aDef": 50, "eDef": -50, "lvl": 83, "agiReq": 30, "agi": 4, "spd": 7, "aDamPct": 7, "type": "necklace", "id": 3506}, {"name": "Wing Cap", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 850, "aDef": 50, "tDef": -70, "lvl": 61, "agiReq": 15, "lb": 4, "agi": 5, "spd": 20, "aDamPct": 5, "aDefPct": 8, "tDefPct": -7, "id": 3502}, {"name": "Winter's Essence", "tier": "Legendary", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 360, "fDef": -100, "wDef": 50, "aDef": 50, "lvl": 44, "intReq": 20, "agiReq": 20, "mr": 10, "sdPct": 20, "ls": 41, "int": 8, "agi": 8, "hprRaw": -50, "id": 3508}, {"name": "Winterspell", "tier": "Unique", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "120-200", "fDam": "0-0", "wDam": "0-0", "aDam": "110-165", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 79, "sdPct": 4, "str": -3, "spd": 5, "wDamPct": 10, "fDefPct": -5, "id": 3507}, {"name": "Wintergreen", "tier": "Legendary", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-100", "fDam": "0-0", "wDam": "0-0", "aDam": "45-50", "tDam": "0-0", "eDam": "45-50", "atkSpd": "NORMAL", "lvl": 54, "strReq": 20, "agiReq": 25, "sdPct": 15, "spd": 20, "atkTier": 1, "hpBonus": -1000, "spRaw1": -5, "spRaw2": -5, "spRaw3": -5, "spRaw4": -5, "id": 3505}, {"name": "Wirt's Leg", "tier": "Unique", "type": "wand", "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, "lb": 23, "eSteal": 5, "id": 3509}, {"name": "WitherString", "tier": "Unique", "type": "bow", "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, "mr": 5, "ms": 5, "id": 3511}, {"name": "Wolf Paw", "tier": "Unique", "category": "accessory", "drop": "lootchest", "aDef": 5, "eDef": 5, "lvl": 30, "strReq": 8, "agiReq": 8, "mdPct": 4, "spd": 4, "aDamPct": 4, "eDamPct": 4, "type": "bracelet", "id": 3513}, {"name": "Wolf Bow", "tier": "Unique", "type": "bow", "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, "hprPct": 30, "mr": 5, "id": 3510}, {"name": "Wolf Crest", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 90, "lvl": 46, "agiReq": 15, "str": 4, "agi": 4, "spd": 6, "type": "necklace", "id": 3512}, {"name": "Wormwood", "tier": "Unique", "type": "boots", "poison": 23, "category": "armor", "drop": "NORMAL", "hp": 70, "wDef": 6, "aDef": -6, "tDef": -6, "eDef": 6, "lvl": 17, "strReq": 5, "intReq": 5, "ls": 6, "hpBonus": -14, "id": 3514}, {"name": "Worry", "tier": "Rare", "category": "accessory", "drop": "lootchest", "lvl": 11, "ref": 5, "int": 3, "spRegen": 3, "type": "bracelet", "id": 3516}, {"name": "Worship", "tier": "Unique", "category": "accessory", "drop": "lootchest", "lvl": 84, "xpb": 7, "lb": 7, "hpBonus": 300, "spRegen": 7, "type": "ring", "id": 3518}, {"name": "Wybel Carved Relik", "tier": "Rare", "type": "relik", "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": "NORMAL", "lvl": 90, "xpb": 30, "lb": 20, "hpBonus": -500, "spRegen": 10, "id": 3519}, {"name": "Wrath", "tier": "Legendary", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-85", "fDam": "55-90", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "55-90", "atkSpd": "SLOW", "lvl": 78, "strReq": 39, "defReq": 39, "mdPct": 13, "ls": 280, "lb": 13, "spRegen": -39, "mdRaw": 150, "wDamPct": -26, "aDamPct": -26, "tDamPct": -26, "id": 3515}, {"name": "Wybel Fluff Bow", "tier": "Rare", "type": "bow", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "300-355", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 90, "xpb": 30, "lb": 20, "hpBonus": -500, "spRegen": 10, "id": 3521}, {"name": "Wybel Horn Spear", "tier": "Rare", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "190-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 90, "xpb": 30, "lb": 20, "hpBonus": -500, "spRegen": 10, "id": 3520}, {"name": "Wybel Ivory Wand", "tier": "Rare", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-135", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 90, "xpb": 30, "lb": 20, "hpBonus": -500, "spRegen": 10, "id": 3522}, {"name": "Wybel Tooth Dagger", "tier": "Rare", "type": "dagger", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "140-170", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 90, "xpb": 30, "lb": 20, "hpBonus": -500, "spRegen": 10, "id": 3523}, {"name": "Xyloid", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1850, "wDef": 65, "tDef": -100, "eDef": 60, "lvl": 80, "strReq": 35, "intReq": 25, "mr": 5, "mdPct": 10, "spd": -10, "hprRaw": 90, "fDamPct": -15, "wDamPct": 8, "eDamPct": 12, "tDefPct": -20, "id": 3525}, {"name": "Xystus", "tier": "Unique", "type": "spear", "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, "agiReq": 30, "agi": 8, "spd": 8, "aDamPct": 10, "aDefPct": 12, "id": 3524}, {"name": "Yamato Spear", "tier": "Unique", "type": "spear", "category": "weapon", "drop": "NORMAL", "nDam": "120-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 87, "sdPct": 15, "mdPct": 15, "ms": 5, "xpb": 16, "dex": 13, "id": 3527}, {"name": "Yggdrasil", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-65", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "76-90", "atkSpd": "NORMAL", "lvl": 98, "strReq": 35, "intReq": 40, "mr": 5, "str": 9, "int": 5, "wDamPct": 20, "eDamPct": 8, "fDefPct": -15, "wDefPct": 10, "tDefPct": -10, "id": 3526}, {"name": "Yin", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": -30, "tDef": 30, "lvl": 92, "dexReq": 55, "sdPct": -8, "mdPct": 9, "dex": 4, "spRegen": -5, "sdRaw": -30, "mdRaw": 41, "type": "ring", "id": 3531}, {"name": "World Splitter", "tier": "Rare", "type": "dagger", "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, "dexReq": 40, "defReq": 25, "mdPct": 10, "ls": 150, "spRegen": -33, "fDamPct": 12, "wDamPct": -143, "tDamPct": 12, "wDefPct": -20, "id": 3517}, {"name": "Yang", "tier": "Unique", "category": "accessory", "drop": "lootchest", "wDef": 30, "tDef": -30, "lvl": 92, "intReq": 55, "sdPct": 9, "mdPct": -8, "int": 4, "spRegen": 5, "sdRaw": 30, "mdRaw": -41, "type": "ring", "id": 3528}, {"name": "Yol", "tier": "Rare", "type": "relik", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "110-116", "fDam": "240-260", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "defReq": 55, "hprPct": 30, "def": 15, "hpBonus": 2650, "hprRaw": 165, "fDefPct": 30, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "eDefPct": 30, "id": 3532}, {"name": "Yahya's Nail Clipper", "tier": "Unique", "type": "dagger", "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, "hprPct": 6, "mr": 5, "mdPct": 7, "aDefPct": 5, "eDefPct": 5, "id": 3529}, {"name": "Yume", "tier": "Legendary", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 385, "fDef": -40, "aDef": 15, "lvl": 37, "agiReq": 25, "xpb": 12, "agi": 5, "spd": 12, "sdRaw": 50, "aDamPct": 12, "id": 3530}, {"name": "Yverlian Blade", "tier": "Unique", "type": "dagger", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "23-54", "wDam": "29-48", "aDam": "18-59", "tDam": "10-67", "eDam": "36-41", "atkSpd": "FAST", "lvl": 97, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "ref": 25, "spRegen": 5, "hprRaw": 150, "fDefPct": 16, "wDefPct": 16, "aDefPct": 16, "tDefPct": 16, "eDefPct": 16, "id": 3536}, {"name": "Ylem", "tier": "Unique", "type": "wand", "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-127", "wDam": "0-0", "aDam": "0-0", "tDam": "0-127", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "dexReq": 30, "defReq": 35, "ls": 180, "hprRaw": -80, "sdRaw": 120, "fDamPct": 15, "tDamPct": 15, "wDefPct": -25, "eDefPct": -25, "id": 3533}, {"name": "Zephra Shredder", "tier": "Legendary", "type": "spear", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "62-260", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 93, "agiReq": 80, "mr": -5, "sdPct": 15, "ls": -175, "spd": 30, "mdRaw": 180, "aDamPct": 25, "fDefPct": -30, "id": 3534}, {"name": "Zeal", "tier": "Unique", "type": "chestplate", "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 275, "lvl": 38, "defReq": 15, "hprPct": 8, "sdPct": -8, "mdPct": 5, "spd": 4, "hpBonus": 50, "fDamPct": 4, "id": 3537}, {"name": "Zephyr", "tier": "Unique", "type": "dagger", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-204", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 79, "agiReq": 90, "sdPct": 11, "mdPct": 11, "agi": 10, "spd": 18, "atkTier": 1, "id": 3535}, {"name": "Zero", "tier": "Legendary", "type": "bow", "category": "weapon", "drop": "NORMAL", "nDam": "0-0", "fDam": "0-133", "wDam": "0-133", "aDam": "0-133", "tDam": "0-133", "eDam": "0-133", "atkSpd": "FAST", "lvl": 87, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "mdPct": 18, "expd": 333, "hpBonus": -1250, "hprRaw": -125, "sdRaw": 210, "id": 3539}, {"name": "Zipper", "tier": "Unique", "type": "relik", "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "5-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "50-70", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 38, "dexReq": 20, "xpb": 11, "lb": 11, "spd": 8, "tDamPct": 11, "tDefPct": 11, "eDefPct": -21, "id": 3544}, {"name": "Zombie Helm", "tier": "Unique", "type": "helmet", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 75, "aDef": -4, "eDef": 4, "lvl": 18, "hprPct": 10, "xpb": 5, "str": 3, "hpBonus": 15, "id": 3538}, {"name": "Zjarr", "tier": "Unique", "category": "accessory", "drop": "lootchest", "hp": 20, "lvl": 25, "defReq": 10, "sdPct": -3, "def": 3, "hprRaw": 4, "type": "ring", "id": 3541}, {"name": "Zombified Pants", "tier": "Unique", "type": "leggings", "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 182, "fDef": -3, "aDef": -3, "tDef": -3, "lvl": 30, "hprPct": 14, "xpb": 5, "lb": 5, "hpBonus": 50, "id": 3540}, {"name": "default", "tier": "Normal", "type": "wand", "category": "weapon", "drop": "never", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 1, "int": 12, "id": 3543}, {"name": "Zombified Branch", "tier": "Unique", "type": "wand", "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, "ls": 55, "ms": 5, "spd": -12, "id": 3542}], "sets": {"Ornate Shadow": {"items": ["Ornate Shadow Cowl", "Ornate Shadow Garb", "Ornate Shadow Cover", "Ornate Shadow Cloud"], "bonuses": [{}, {"illegal": true}, {"illegal": true}, {"illegal": true}], "hidden": true}, "Grookwarts": {"items": ["Dragon's Eye Bracelet", "Draoi Fair", "Renda Langit"], "bonuses": [{}, {"illegal": true}, {"illegal": true}, {"illegal": true}], "hidden": true}, "Master Hive": {"items": ["Abyss-Imbued Leggings", "Boreal-Patterned Crown", "Anima-Infused Cuirass", "Chaos-Woven Greaves", "Elysium-Engraved Aegis", "Eden-Blessed Guards", "Gaea-Hewn Boots", "Hephaestus-Forged Sabatons", "Obsidian-Framed Helmet", "Twilight-Gilded Cloak", "Infused Hive Relik", "Infused Hive Wand", "Infused Hive Spear", "Infused Hive Dagger", "Infused Hive Bow", "Contrast", "Prowess", "Intensity"], "bonuses": [{}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}], "hidden": true}, "Thunder Hive": {"items": ["Sparkling Visor", "Insulated Plate Mail", "Static-Charged Leggings", "Thunderous Step", "Bottled Thunderstorm", "Lightning Flash"], "bonuses": [{}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}], "hidden": true}, "Air Hive": {"items": ["Pride of the Aerie", "Gale's Freedom", "Turbine Greaves", "Flashstep", "Breezehands", "Vortex Bracer"], "bonuses": [{}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}], "hidden": true}, "Earth Hive": {"items": ["Ambertoise Shell", "Beetle Aegis", "Elder Oak Roots", "Humbark Moccasins", "Subur Clip", "Golemlus Core"], "bonuses": [{}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}], "hidden": true}, "Water Hive": {"items": ["Whitecap Crown", "Stillwater Blue", "Trench Scourer", "Silt of the Seafloor", "Coral Ring", "Moon Pool Circlet"], "bonuses": [{}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}], "hidden": true}, "Fire Hive": {"items": ["Sparkweaver", "Soulflare", "Cinderchain", "Mantlewalkers", "Clockwork", "Dupliblaze"], "bonuses": [{}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}, {"illegal": true}], "hidden": true}, "Synch Core": {"items": ["Overload Core", "Synchro Core", "Dodge Core", "Harden Core", "Hustle Core"], "bonuses": [{}, {"hprRaw": -20, "fDefPct": -8, "wDefPct": -8, "aDefPct": -8, "tDefPct": -8, "eDefPct": -8, "sprint": -8}, {"hprRaw": 150, "fDefPct": -40, "wDefPct": -40, "aDefPct": -40, "tDefPct": -40, "eDefPct": -40, "sprint": -35, "ws": 16, "hpBonus": 1150, "sdPct": 14, "mdPct": 14, "jh": 1, "mr": -1, "ms": -1}, {"hprRaw": 50, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "sprint": 8, "ws": 8, "hpBonus": 666, "sdPct": 7, "mdPct": 7, "jh": 1}]}, "Black": {"items": ["Black Cap", "Black Boots", "Black Pants", "Black Tunic"], "bonuses": [{}, {"ms": 1, "dex": 2, "sdRaw": 15, "mdRaw": 5}, {"ms": 1, "dex": 6, "sdRaw": 35, "mdRaw": 10}, {"ms": 3, "dex": 20, "sdRaw": 65, "mdRaw": 70}]}, "Red Team": {"items": ["Red Team Boots", "Red Team Leggings", "Red Team Chestplate", "Red Team Helmet"], "bonuses": [{}, {}, {}, {}]}, "Tribal": {"items": ["Tribal Cap", "Tribal Boots", "Tribal Pants", "Tribal Tunic"], "bonuses": [{}, {"str": 2, "spd": 5}, {"str": 5, "agi": 2, "spd": 10}, {"sdPct": -15, "str": 10, "agi": 5, "spd": 15, "atkTier": 1}]}, "Champion": {"items": ["Champion Helmet", "Champion Boots", "Champion Leggings", "Champion Chestplate"], "bonuses": [{}, {}, {}, {"mr": 5, "sdPct": 75, "mdPct": 75, "ms": 5, "ls": 400, "hprRaw": 600}]}, "Outlaw": {"items": ["Outlaw Cap", "Outlaw Boots", "Outlaw Pants", "Outlaw Tunic"], "bonuses": [{}, {"ls": 11, "xpb": 5, "agi": 4, "eSteal": 2}, {"ls": 22, "xpb": 10, "agi": 8, "eSteal": 4}, {"ls": 45, "xpb": 25, "agi": 28, "eSteal": 8}]}, "Snail": {"items": ["Snail Helm", "Snail Boots", "Snail Leggings", "Snail Mail"], "bonuses": [{}, {"str": 7, "agi": -5, "thorns": 10, "spd": -5, "poison": 880, "hpBonus": 1100, "hprRaw": 125}, {"str": 14, "agi": -10, "thorns": 20, "spd": -10, "poison": 2650, "hpBonus": 2675, "hprRaw": 275}, {"str": 21, "agi": -15, "thorns": 40, "spd": -15, "poison": 5500, "hpBonus": 5500, "hprRaw": 575}]}, "Thanos Legionnaire": {"items": ["Thanos Legionnaire Helm", "Thanos Legionnaire Greaves", "Thanos Legionnaire Leggings", "Thanos Legionnaire Plate"], "bonuses": [{}, {"str": 2, "dex": -2, "int": -2, "agi": 2, "def": 2, "spd": 5, "hprRaw": 55, "mdRaw": 135}, {"str": 5, "dex": -5, "int": -5, "agi": 5, "def": 5, "spd": 10, "hprRaw": 210, "mdRaw": 270}, {"str": 15, "dex": -15, "int": -15, "agi": 15, "def": 15, "spd": 25, "atkTier": 1, "hprRaw": 525, "mdRaw": 540}]}, "Ghostly": {"items": ["Ghostly Cap", "Ghostly Boots", "Ghostly Pants", "Ghostly Tunic"], "bonuses": [{}, {"mr": -1, "ms": 2, "sdRaw": 40, "wDamPct": 5, "tDamPct": 5, "eDamPct": -34}, {"mr": -2, "ms": 4, "sdRaw": 115, "wDamPct": 10, "tDamPct": 10, "eDamPct": -67}, {"mr": -3, "ms": 6, "sdRaw": 230, "wDamPct": 32, "tDamPct": 32, "eDamPct": -100, "atkTier": -2}]}, "Adventurer's": {"items": ["Adventurer's Cap", "Adventurer's Boots", "Adventurer's Pants", "Adventurer's Tunic"], "bonuses": [{}, {"sdPct": 4, "mdPct": 4, "xpb": 10, "lb": 5, "spd": 2, "hpBonus": 15, "spRegen": 5}, {"sdPct": 12, "mdPct": 12, "xpb": 20, "lb": 10, "spd": 5, "hpBonus": 40, "spRegen": 15}, {"mr": 2, "sdPct": 25, "mdPct": 25, "xpb": 50, "lb": 30, "spd": 15, "hpBonus": 175, "spRegen": 50}]}, "Air Relic": {"items": ["Air Relic Helmet", "Air Relic Boots", "Air Relic Leggings", "Air Relic Chestplate"], "bonuses": [{}, {"xpb": 5, "lb": 10, "spd": 10, "hpBonus": 60}, {"xpb": 10, "lb": 25, "spd": 20, "hpBonus": 190}, {"xpb": 25, "lb": 50, "agi": 20, "spd": 60, "hpBonus": 400}]}, "Spider": {"items": ["Spinneret", "Abdomen", "Cephalothorax"], "bonuses": [{}, {"xpb": 10, "dex": 2, "agi": 2, "spd": 7, "poison": 35}, {"xpb": 25, "dex": 6, "agi": 6, "spd": 19, "poison": 130}]}, "Pigman": {"items": ["Pigman Helmet", "Pigman Battle Hammer"], "bonuses": [{}, {"str": 20, "eDamPct": 40}]}, "Kaerynn's": {"items": ["Kaerynn's Mind", "Kaerynn's Body"], "bonuses": [{}, {"mr": 2, "xpb": 40, "def": 25, "fDamPct": 20, "hprRaw": 180}]}, "Bandit's": {"items": ["Bandit's Locket", "Bandit's Bangle", "Bandit's Knuckle", "Bandit's Ring"], "bonuses": [{}, {"xpb": 3, "lb": 4, "eSteal": 1}, {"xpb": 7, "lb": 9, "eSteal": 3}, {"xpb": 12, "lb": 15, "eSteal": 6}]}, "Jester": {"items": ["Jester Necklace", "Jester Bracelet", "Jester Ring"], "bonuses": [{"xpb": 20, "lb": 20}, {"xpb": 45, "lb": 45, "spd": 5, "hpBonus": 240, "eSteal": 5}, {"xpb": 75, "lb": 75, "spd": 10, "hpBonus": 480, "eSteal": 15, "thorns": 12, "ref": 12}, {"xpb": 120, "lb": 120, "spd": 25, "hpBonus": 720, "eSteal": 20, "thorns": 30, "ref": 30}]}, "Builder's": {"items": ["Builder's Helmet", "Builder's Boots", "Builder's Trousers", "Builder's Breastplate"], "bonuses": [{}, {"xpb": 5}, {"xpb": 10}, {"xpb": 15}]}, "Silverfish": {"items": ["Silverfish Helm", "Silverfish Boots"], "bonuses": [{"spd": 5}, {"agi": 10, "thorns": 20, "spd": 20, "poison": 290}]}, "Skien's": {"items": ["Skien Boots", "Skien Leggings", "Skien's Fatigues"], "bonuses": [{}, {"sdPct": -12, "mdPct": 12, "sdRaw": -50, "mdRaw": 60}, {"sdPct": -35, "mdPct": 35, "dex": 30, "spd": 11, "sdRaw": -150, "mdRaw": 180}]}, "Snow": {"items": ["Snow Helmet", "Snow Boots", "Snow Pants", "Snow Tunic"], "bonuses": [{}, {"hprPct": -10, "mr": 1, "sdPct": 6, "ref": 10, "thorns": 8}, {"hprPct": -20, "mr": 2, "sdPct": 14, "ref": 35, "thorns": 24}, {"hprPct": -30, "mr": 4, "sdPct": 30, "ref": 75, "thorns": 70}]}, "Veekhat's": {"items": ["Veekhat's Horns", "Veekhat's Udders"], "bonuses": [{}, {"mdPct": 30, "ms": 2, "spd": 25, "spPct2": -40}]}, "Morph": {"items": ["Morph-Stardust", "Morph-Ruby", "Morph-Amethyst", "Morph-Emerald", "Morph-Topaz", "Morph-Gold", "Morph-Iron", "Morph-Steel"], "bonuses": [{}, {"xpb": 5, "lb": 5}, {"mr": 1, "xpb": 10, "lb": 10, "spRaw2": -1, "hpBonus": 125}, {"mr": 1, "xpb": 15, "lb": 15, "spRaw2": -1, "hpBonus": 425}, {"mr": 2, "xpb": 35, "lb": 35, "hpBonus": 1325, "spRaw2": -1, "spRaw4": -1}, {"mr": 2, "xpb": 55, "lb": 55, "hpBonus": 2575, "spRaw2": -1, "spRaw4": -1}, {"mr": 3, "xpb": 80, "lb": 80, "hpBonus": 4450, "spRaw1": -1, "spRaw2": -1, "spRaw4": -1}, {"mr": 4, "xpb": 100, "lb": 100, "str": 15, "dex": 15, "int": 15, "agi": 15, "def": 15, "hpBonus": 8270, "spRaw1": -1, "spRaw2": -1, "spRaw3": -1, "spRaw4": -1}]}, "Black Catalyst": {"items": ["Black Catalyst"], "bonuses": [{"xpb": -5}, {"hpBonus": 325, "str": 0, "dex": 0, "int": 0, "def": 0, "agi": 0, "xpb": 25, "spRegen": 10, "sdPct": 8, "spPct1": -12, "spPct3": -12}]}, "Leaf": {"items": ["Leaf Cap", "Leaf Boots", "Leaf Pants", "Leaf Tunic"], "bonuses": [{}, {"hprPct": 5, "thorns": 7, "hpBonus": 10, "hprRaw": 1}, {"hprPct": 12, "thorns": 18, "hpBonus": 20, "hprRaw": 3}, {"hprPct": 25, "thorns": 35, "hpBonus": 60, "hprRaw": 7}]}, "Vexing": {"items": ["Mask of the Dark Vexations", "Staff of the Dark Vexations"], "bonuses": [{}, {"mr": 2, "sdPct": 15, "mdPct": -15, "sdRaw": 30, "spPct2": -50}]}, "Hallowynn 2016": {"items": ["Treat", "Trick"], "bonuses": [{}, {"xpb": 15, "spRegen": 10, "eSteal": 5}]}, "Spore": {"items": ["Spore Cap", "Spore Shortsword"], "bonuses": [{}, {"ls": 20, "expd": 20, "poison": 70}]}, "Horse": {"items": ["Horse Mask", "Horse Hoof"], "bonuses": [{}, {"mdPct": 11, "xpb": 25, "spd": 17, "aDamPct": 15, "eDamPct": 15, "sprint": 25, "sprintReg": 50}]}, "GM's": {"items": ["GM's Helmet", "GM's Boots", "GM's Trousers", "GM's Breastplate"], "bonuses": [{}, {"xpb": 5}, {"xpb": 10}, {"xpb": 15}]}, "Nether": {"items": ["Nether Cap", "Nether Boots", "Nether Pants", "Nether Tunic"], "bonuses": [{}, {"ls": 5, "expd": 2, "hprRaw": -1, "fDamPct": 2, "wDamPct": -10}, {"ls": 15, "expd": 10, "hprRaw": -2, "fDamPct": 8, "wDamPct": -25}, {"ls": 50, "def": 15, "expd": 60, "hprRaw": -20, "fDamPct": 42, "wDamPct": -45}]}, "Thunder Relic": {"items": ["Thunder Relic Helmet", "Thunder Relic Boots", "Thunder Relic Leggings", "Thunder Relic Chestplate"], "bonuses": [{}, {"xpb": 5, "lb": 10, "hpBonus": 55, "mdRaw": 12}, {"xpb": 10, "lb": 25, "hpBonus": 180, "mdRaw": 32}, {"xpb": 25, "lb": 50, "dex": 20, "hpBonus": 380, "mdRaw": 105}]}, "Visceral": {"items": ["Visceral Skullcap", "Visceral Toe", "Visceral Legs", "Visceral Chest"], "bonuses": [{}, {"hprPct": 30, "mdPct": 10, "ls": 45, "hpBonus": -1000, "hprRaw": 35, "mdRaw": 40}, {"hprPct": 100, "mdPct": 25, "ls": 90, "hpBonus": -2500, "hprRaw": 75, "mdRaw": 80}, {"hprPct": 350, "mdPct": 50, "ls": 180, "hpBonus": -4000, "hprRaw": 145, "mdRaw": 165}]}, "Bony": {"items": ["Bony Circlet", "Bony Bow"], "bonuses": [{}, {"agi": 8, "mdRaw": 45, "aDamPct": 15}]}, "Blue Team": {"items": ["Blue Team Boots", "Blue Team Leggings", "Blue Team Chestplate", "Blue Team Helmet"], "bonuses": [{}, {}, {}, {}]}, "Clock": {"items": ["Clock Helm", "Clock Amulet", "Watch Bracelet", "Clockwork Ring", "Time Ring", "Clock Boots", "Clock Leggings", "Clock Mail"], "bonuses": [{}, {"fDamPct": 15, "wDamPct": 6, "aDamPct": 5, "tDamPct": 18, "eDamPct": 8}, {"fDamPct": 14, "wDamPct": 12, "aDamPct": 13}, {"fDamPct": 13, "wDamPct": 18, "aDamPct": 20, "tDamPct": 18, "eDamPct": 14}, {"fDamPct": 12, "wDamPct": 24, "aDamPct": 28}, {"fDamPct": 11, "wDamPct": 24, "aDamPct": 24, "tDamPct": 18, "eDamPct": 22}, {"fDamPct": 10, "wDamPct": 24, "aDamPct": 19}, {"fDamPct": 9, "wDamPct": 24, "aDamPct": 14, "tDamPct": 18, "eDamPct": 34}]}, "Ultramarine": {"items": ["Ultramarine Crown", "Ultramarine Boots", "Ultramarine Belt", "Ultramarine Cape"], "bonuses": [{}, {"mr": 2, "mdPct": -24, "int": 5, "wDamPct": 10, "tDamPct": -8, "wDefPct": 16}, {"mr": 5, "mdPct": -54, "int": 15, "wDamPct": 20, "tDamPct": -18, "wDefPct": 36}, {"mr": 8, "mdPct": -90, "int": 25, "wDamPct": 40, "tDamPct": -30, "wDefPct": 56}]}, "Cosmic": {"items": ["Cosmic Visor", "Cosmic Walkers", "Cosmic Ward", "Cosmic Vest"], "bonuses": [{}, {"xpb": 25, "lb": 25, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "ms": 1}, {"xpb": 50, "lb": 50, "fDefPct": 50, "wDefPct": 50, "aDefPct": 50, "tDefPct": 50, "eDefPct": 50, "ms": 2}, {"xpb": 75, "lb": 75, "fDefPct": 100, "wDefPct": 100, "aDefPct": 100, "tDefPct": 100, "eDefPct": 100, "sdPct": 40, "ms": 6}]}, "Saint's": {"items": ["Saint's Shawl", "Saint's Sandals", "Saint's Leggings", "Saint's Tunic"], "bonuses": [{}, {"mr": 1, "sdPct": -10, "mdPct": -15, "def": 7, "spRegen": 10, "wDamPct": 15, "aDamPct": 15}, {"mr": 3, "sdPct": -20, "mdPct": -40, "def": 15, "spRegen": 25, "wDamPct": 40, "aDamPct": 40}, {"mr": 6, "sdPct": -40, "mdPct": -85, "def": 40, "spRegen": 100, "wDamPct": 85, "aDamPct": 85}]}, "Beachside": {"items": ["Beachside Headwrap", "Beachside Conch"], "bonuses": [{}, {"lb": 20, "wDamPct": 35, "wDefPct": 25}]}, "Villager": {"items": ["Villager Pants", "Villager Mail"], "bonuses": [{}, {"xpb": 20, "lb": 60, "eSteal": 8}]}, "Goblin": {"items": ["Goblin Hood", "Goblin Runners", "Goblin Cloak"], "bonuses": [{"sdPct": -5, "mdPct": -5, "sdRaw": 27, "mdRaw": 25}, {"sdPct": -13, "mdPct": -13, "ls": 30, "sdRaw": 55, "mdRaw": 70}, {"sdPct": -33, "mdPct": -33, "ls": 90, "ms": 2, "sdRaw": 160, "mdRaw": 105, "atkTier": 1}]}, "Corrupted Nii": {"items": ["Corrupted Nii Mukluk", "Corrupted Nii Plate", "Corrupted Nii Shako"], "bonuses": [{}, {"int": 3, "def": 3, "hprRaw": 90}, {"mr": 5, "int": 20, "def": 20, "hpBonus": 1500, "hprRaw": 330, "fDefPct": 75, "wDefPct": 75}]}, "Water Relic": {"items": ["Water Relic Helmet", "Water Relic Boots", "Water Relic Leggings", "Water Relic Chestplate"], "bonuses": [{}, {"mr": 1, "xpb": 5, "lb": 10, "hpBonus": 55}, {"mr": 2, "xpb": 10, "lb": 25, "hpBonus": 170}, {"mr": 4, "xpb": 25, "lb": 50, "int": 20, "hpBonus": 360}]}, "Elf": {"items": ["Elf Cap", "Elf Shoes", "Elf Pants", "Elf Robe"], "bonuses": [{}, {"hprPct": 10, "lb": 8, "agi": 3, "def": 3, "spd": 8}, {"hprPct": 20, "lb": 20, "agi": 7, "def": 7, "spd": 16}, {"hprPct": 45, "lb": 35, "agi": 15, "def": 15, "spd": 25, "hprRaw": 50}]}, "Relic": {"items": ["Relic Helmet", "Relic Boots", "Relic Leggings", "Relic Chestplate"], "bonuses": [{}, {"xpb": 10, "lb": 10, "hpBonus": 65, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5}, {"xpb": 25, "lb": 25, "hpBonus": 200, "fDamPct": 12, "wDamPct": 12, "aDamPct": 12, "tDamPct": 12, "eDamPct": 12}, {"xpb": 50, "lb": 50, "str": 8, "dex": 8, "int": 8, "agi": 8, "def": 8, "hpBonus": 425, "fDamPct": 25, "wDamPct": 25, "aDamPct": 25, "tDamPct": 25, "eDamPct": 25}]}, "Corrupted Uth": {"items": ["Corrupted Uth Sandals", "Corrupted Uth Belt", "Corrupted Uth Plume"], "bonuses": [{}, {"ls": 180, "agi": 3, "def": 3}, {"ls": 700, "ref": 80, "agi": 25, "def": 25, "thorns": 80, "fDefPct": 125, "aDefPct": 125}]}, "Fire Relic": {"items": ["Fire Relic Helmet", "Fire Relic Boots", "Fire Relic Leggings", "Fire Relic Chestplate"], "bonuses": [{}, {"xpb": 5, "lb": 10, "hpBonus": 90, "hprRaw": 12}, {"xpb": 10, "lb": 25, "hpBonus": 270, "hprRaw": 40}, {"xpb": 25, "lb": 50, "def": 20, "hpBonus": 570, "hprRaw": 100}]}, "Flashfire": {"items": ["Flashfire Gauntlet", "Flashfire Knuckle"], "bonuses": [{}, {"spd": 8, "atkTier": 1, "wDamPct": -15, "wDefPct": -15}, {"spd": 16, "atkTier": 1, "fDamPct": 12, "wDamPct": -15, "wDefPct": -15}]}, "Earth Relic": {"items": ["Earth Relic Helmet", "Earth Relic Boots", "Earth Relic Leggings", "Earth Relic Chestplate"], "bonuses": [{}, {"mdPct": 10, "xpb": 5, "lb": 10, "hpBonus": 65}, {"mdPct": 20, "xpb": 10, "lb": 25, "hpBonus": 200}, {"mdPct": 45, "xpb": 25, "lb": 50, "str": 20, "hpBonus": 425}]}, "Bear": {"items": ["Bear Mask", "Bear Head", "Bear Body"], "bonuses": [{}, {"mdPct": 14, "hpBonus": 75, "mdRaw": 25}]}, "Slime": {"items": ["Slime Boots", "Slime Plate"], "bonuses": [{}, {"hprPct": 35, "thorns": 15, "spd": -6, "poison": 300, "hpBonus": 600, "jh": 1}]}, "Wynnterfest 2016": {"items": ["Green Ornament", "Red Ornament", "Blue Ornament", "Yellow Ornament"], "bonuses": [{"sdPct": 3}, {"sdPct": 3, "mdPct": 3, "xpb": 6}, {"sdPct": 3, "mdPct": 3, "xpb": 12, "hpBonus": 120}, {"sdPct": 14, "mdPct": 14, "xpb": 24, "hpBonus": 480}]}}} \ No newline at end of file diff --git a/py_script/merge.json b/py_script/merge.json index d5f13e6..7d92630 100644 --- a/py_script/merge.json +++ b/py_script/merge.json @@ -153,5 +153,82 @@ "bonusFireDefense": 0, "bonusAirDefense": 0, "category": "weapon" + }, + { + "name": "Ambivalence", + "tier": "Legendary", + "accessoryType": "Necklace", + "set": null, + "identified": true, + "restrictions": "Untradable", + "material": "259:29", + "dropType": "never", + "addedLore": null, + "sockets": 0, + "health": 0, + "earthDefense": 0, + "thunderDefense": 70, + "waterDefense": 0, + "fireDefense": 70, + "airDefense": 70, + "level": 100, + "quest": null, + "classRequirement": null, + "strength": 0, + "dexterity": 40, + "intelligence": 0, + "defense": 40, + "agility": 40, + "strengthPoints": 0, + "dexterityPoints": 0, + "intelligencePoints": -100, + "defensePoints": 0, + "agilityPoints": 0, + "damageBonus": 0, + "damageBonusRaw": 0, + "spellDamage": 250, + "spellDamageRaw": 0, + "rainbowSpellDamageRaw": 0, + "healthRegen": 0, + "healthRegenRaw": 0, + "healthBonus": 0, + "poison": 0, + "lifeSteal": 0, + "manaRegen": 0, + "manaSteal": 0, + "spellCostPct1": 130, + "spellCostRaw1": 0, + "spellCostPct2": 85, + "spellCostRaw2": 0, + "spellCostPct3": 130, + "spellCostRaw3": 0, + "spellCostPct4": 100, + "spellCostRaw4": 0, + "thorns": 0, + "reflection": 0, + "attackSpeedBonus": 0, + "speed": 0, + "exploding": 0, + "soulPoints": 0, + "sprint": 0, + "sprintRegen": 0, + "jumpHeight": 0, + "xpBonus": 0, + "lootBonus": 0, + "lootQuality": 0, + "emeraldStealing": 0, + "gatherXpBonus": 0, + "gatherSpeed": 0, + "bonusEarthDamage": 0, + "bonusThunderDamage": 0, + "bonusWaterDamage": 50, + "bonusFireDamage": 0, + "bonusAirDamage": 0, + "bonusEarthDefense": 0, + "bonusThunderDefense": 0, + "bonusWaterDefense": 0, + "bonusFireDefense": 0, + "bonusAirDefense": 0, + "category": "accessory" } ]} From c3310f5d62e996756cbbfbb788645ac09d645ca5 Mon Sep 17 00:00:00 2001 From: hppeng Date: Mon, 11 Jul 2022 08:22:17 -0700 Subject: [PATCH 16/81] Update things to match ingame behavior... ... --- js/atree_constants.js | 4 +++- js/atree_constants_min.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/js/atree_constants.js b/js/atree_constants.js index 6ee633b..6963c14 100644 --- a/js/atree_constants.js +++ b/js/atree_constants.js @@ -5451,7 +5451,8 @@ const atrees = { "archetype": "Light Bender", "archetype_req": 0, "base_abil": "Ophanim", - "parents": ["Explosive Entrance", "Cheaper Meteor II"], + "parents": ["Cheaper Meteor II"], + "_parents": ["Explosive Entrance", "Cheaper Meteor II"], "dependencies": ["Ophanim"], "blockers": [], "cost": 1, @@ -5505,6 +5506,7 @@ const atrees = { "archetype": "Riftwalker", "archetype_req": 0, "parents": ["Time Dilation"], + "_parents": ["Time Dilation", "Dynamic Faith"], "dependencies": ["Windsweeper"], "blockers": [], "cost": 1, diff --git a/js/atree_constants_min.js b/js/atree_constants_min.js index 03ddf59..af5ef9f 100644 --- a/js/atree_constants_min.js +++ b/js/atree_constants_min.js @@ -1 +1 @@ -const atrees={"Archer":[{"display_name":"Arrow Shield","desc":"Create a shield around you that deal damage and knockback mobs when triggered. (2 Charges)","parents":[60,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_4"},"properties":{"charges":2,"duration":60,"aoe":5000},"effects":[{"type":"replace_spell","name":"Arrow Shield","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Shield Damage","type":"damage","multipliers":[90,0,0,0,0,10]},{"name":"Total Damage","type":"total","hits":{"Shield Damage":2}}]}],"id":0},{"display_name":"Escape","desc":"Throw yourself backward to avoid danger. (Hold shift while escaping to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_4"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Arrow Bomb","desc":"Throw a long-range arrow that explodes and deal high damage in a large area. (Self-damage for 25% of your DPS)","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":50,"base_spell":3,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Arrow Bomb","type":"damage","multipliers":[160,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Arrow Bomb":1}}]}],"id":2},{"display_name":"Heart Shatter","desc":"If you hit a mob directly with Arrow Bomb, shatter its heart and deal bonus damage.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Heart Shatter":1}}],"id":3},{"display_name":"Fire Creep","desc":"Arrow Bomb will leak a trail of fire for 6s, Damaging enemies that walk into it every 0.4s.","base_abil":2,"parents":[68,39,5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{"aoe":0.8,"duration":6},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[30,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Burn Damage","hits":{"Fire Creep":15}}],"id":4},{"display_name":"Bryophyte Roots","desc":"When you hit an enemy with Arrow Storm, create an area that slows them down and deals damage every 0.4s.","base_abil":7,"archetype":"Trapper","archetype_req":1,"parents":[4,35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":8,"icon":"node_1"},"properties":{"aoe":2,"duration":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Bryophyte Roots","cost":0,"multipliers":[40,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Roots Damage","hits":{"Bryophyte Roots":12}}],"id":5},{"display_name":"Nimble String","desc":"Arrow Storm throw out +6 arrows per stream and shoot twice as fast.","base_abil":7,"parents":[36,69],"dependencies":[7],"blockers":[68],"cost":2,"display":{"row":15,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-15,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","hits":{"Single Arrow":6}}],"id":6},{"display_name":"Arrow Storm","desc":"Shoot a stream of 8 arrows, dealing significant damage to close mobs and pushing them back.","parents":[58,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_4"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":40,"base_spell":1,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Single Arrow","multipliers":[30,0,10,0,0,0]},{"name":"Single Stream","hits":{"Single Arrow":8}},{"name":"Total Damage","hits":{"Single Stream":1}}]}],"id":7},{"display_name":"Guardian Angels","desc":"Your protective arrows from Arrow Shield will become sentient bows, dealing damage up to 8 times each to nearby enemies. (Arrow Shield will no longer push nearby enemies)","archetype":"Boltslinger","archetype_req":3,"base_abil":0,"parents":[59,67],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":19,"col":1,"icon":"node_3"},"properties":{"range":4,"duration":60,"shots":8,"charges":2},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Arrow":8}},{"name":"Total Damage","type":"total","hits":{"Single Bow":2}}]}],"id":8},{"display_name":"Windy Feet","desc":"When casting Escape, give speed to yourself and nearby allies.","base_abil":1,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":1,"icon":"node_0"},"properties":{"aoe":8,"duration":120},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":9},{"display_name":"Basaltic Trap","desc":"When you hit the ground with Arrow Bomb, leave a Trap that damages enemies. (Max 2 Traps)","archetype":"Trapper","archetype_req":2,"parents":[5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":8,"icon":"node_3"},"properties":{"aoe":7,"traps":2},"effects":[{"type":"replace_spell","name":"Basaltic Trap","base_spell":7,"display":"Trap Damage","parts":[{"name":"Trap Damage","type":"damage","multipliers":[140,30,0,0,30,0]}]}],"id":10},{"display_name":"Windstorm","desc":"Arrow Storm shoot +1 stream of arrows, and each stream shoots +2 arrows, effectively doubling its damage.","base_abil":7,"parents":[8,33],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-10,0,-2,0,0,2]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","cost":0,"hits":{"Single Arrow":2}}],"id":11},{"display_name":"Grappling Hook","base_abil":1,"desc":"When casting Escape, throw a hook that pulls you when hitting a block. If you hit an enemy, pull them towards you instead. (Escape will not throw you backward anymore)","archetype":"Trapper","archetype_req":0,"parents":[61,40,33],"dependencies":[],"blockers":[20],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{"range":26},"effects":[],"id":12},{"display_name":"Implosion","desc":"Arrow bomb will pull enemies towards you. If a trap is nearby, it will pull them towards it instead. Increase Heart Shatter's damage.","archetype":"Trapper","archetype_req":0,"base_abil":2,"parents":[12,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[40,0,0,0,0,0]}],"id":13},{"display_name":"Twain's Arc","desc":"When you have 2+ Focus, holding shift will summon the Twain's Arc. Charge it up to shoot a destructive long-range beam. (Damage is dealt as Main Attack Damage)","archetype":"Sharpshooter","archetype_req":4,"parents":[62,64],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_2"},"properties":{"range":64,"focusReq":2},"effects":[{"type":"replace_spell","name":"Twain's Arc","base_spell":5,"scaling":"melee","use_atkspd":false,"display":"Single Shot","parts":[{"name":"Single Shot","type":"damage","multipliers":[200,0,0,0,0,0]}]}],"id":14},{"display_name":"Fierce Stomp","desc":"When using Escape, hold shift to quickly drop down and deal damage.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[42,64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Fierce Stomp","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Stomp Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep become much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14],"dependencies":[4],"blockers":[],"cost":1,"display":{"row":26,"col":5,"icon":"node_1"},"properties":{"duration":2,"aoe":0.4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[10,0,0,0,5,0]}],"id":16},{"display_name":"Leap","desc":"When you double tap jump, leap foward. (2s Cooldown)","archetype":"Boltslinger","archetype_req":5,"parents":[42,55],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":17},{"display_name":"Shocking Bomb","desc":"Arrow Bomb will not be affected by gravity, and all damage conversions become Thunder.","archetype":"Sharpshooter","archetype_req":5,"base_abil":2,"parents":[14,44,55],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":28,"col":4,"icon":"node_1"},"properties":{"gravity":0},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":3,"conversion":"Thunder"}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 2.85 Mana per second when you stay close to them.","archetype":"Trapper","archetype_req":5,"base_abil":10,"parents":[43,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":8,"icon":"node_3"},"properties":{"range":16,"manaRegen":2.85},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":10}],"id":19},{"display_name":"Escape Artist","desc":"When casting Escape, release 120 arrows towards the ground.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[46,17],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Per Arrow","multipliers":[20,0,10,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Max Damage (Escape Artist)","hits":{"Per Arrow":120},"display":"Max Damage (Escape Artist)"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 5s or more, your next sucessful hit will deal +50% damage and add +1 Focus.","archetype":"Sharpshooter","archetype_req":5,"parents":[18,44,47],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[],"id":21},{"display_name":"Call of the Hound","desc":"Arrow Shield summon a Hound that will attack and drag aggressive enemies towards your traps.","archetype":"Trapper","archetype_req":0,"base_abil":0,"parents":[21,47],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Hound Damage","multipliers":[40,0,0,0,0,0]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 stream of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,20],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":2}}],"id":23},{"display_name":"Geyser Stomp","desc":"Fierce Stomp will create geysers, dealing more damage and vertical knockback.","base_abil":1,"parents":[56],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Geyser Stomp","multipliers":[0,0,0,50,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":15,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5 Focus, casting Arrow Storm will make you levitate and shoot 20 homing arrows per second until you run out of Focus. While in that state, you will lose 1 Focus per second.","archetype":"Sharpshooter","archetype_req":10,"parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":37,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Crepuscular Ray","base_spell":6,"display":"DPS","parts":[{"name":"Single Arrow","multipliers":[20,0,0,5,0,0]},{"name":"DPS","hits":{"Single Arrow":20}},{"name":"Total Damage","hits":{"DPS":7}}]}],"id":25},{"display_name":"Grape Bomb","desc":"Arrow bomb will throw 3 additional smaller bombs when exploding.","base_abil":2,"parents":[51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[30,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Grape Bomb":3}}],"id":26},{"display_name":"Tangled Traps","desc":"Your Traps will be connected by a rope that deals damage to enemies every 0.2s.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":38,"col":6,"icon":"node_1"},"properties":{"attackSpeed":0.2},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Line Damage Tick","multipliers":[20,0,0,0,0,20]},{"type":"add_spell_prop","base_spell":7,"target_part":"DPS","hits":{"Line Damage Tick":5}}],"id":27},{"display_name":"Snow Storm","desc":"Enemies near you will be slowed down.","parents":[24,63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":2,"icon":"node_2"},"properties":{"range":2.5,"slowness":0.3},"effects":[],"id":28},{"display_name":"All-Seeing Panoptes","desc":"Your bows from Guardian Angels become all-seeing, increasing their range, damage and letting them shoot up to +5 times each.","archetype":"Boltslinger","archetype_req":11,"base_abil":0,"parents":[28],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":40,"col":1,"icon":"node_3"},"properties":{"range":8,"shots":5},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Arrow","multipliers":[0,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":5}}],"id":29},{"display_name":"Minefield","desc":"Allow you to place +6 Traps, but with reduced damage and range.","archetype":"Trapper","archetype_req":10,"base_abil":10,"parents":[26,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":40,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":8,"target_part":"Trap Damage","cost":0,"multipliers":[-80,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-2},{"type":"prop","abil":10,"name":"traps","value":6}]}],"id":30},{"display_name":"Bow Proficiency I","desc":"Improve your Main Attack's damage and range when using a bow.","base_abil":999,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":31},{"display_name":"Cheaper Arrow Bomb","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":32},{"display_name":"Cheaper Arrow Storm","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[12,11,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":33},{"display_name":"Cheaper Escape","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[7,0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":34},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Trapper","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":35},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7,39,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":36},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[34,36,39],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":37},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":38},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[36,0,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":39},{"display_name":"More Shields","desc":"Give +2 charges to Arrow Shield.","base_abil":0,"parents":[12,10],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Shield Damage":2,"Single Bow":2}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"charges","value":2}]}],"id":40},{"display_name":"Stormy Feet","desc":"Windy Feet will last longer and add more speed.","archetype":"Boltslinger","base_abil":1,"parents":[11],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":23,"col":1,"icon":"node_0"},"properties":{"duration":60},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spdPct","value":20}]}],"id":41},{"display_name":"Refined Gunpowder","desc":"Increase the damage of Arrow Bomb.","base_abil":2,"parents":[11,64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[50,0,0,0,0,0]}],"id":42},{"display_name":"More Traps","desc":"Increase the maximum amount of active Traps you can have by +2.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[54],"dependencies":[10],"blockers":[],"cost":1,"display":{"row":26,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"traps","value":2}]}],"id":43},{"display_name":"Better Arrow Shield","desc":"Arrow Shield will gain additional area of effect, knockback and damage.","archetype":"Sharpshooter","archetype_req":0,"base_abil":0,"parents":[19,18,14],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Shield","behavior":"modify","multipliers":[40,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"behavior":"modify","name":"aoe","value":1}]}],"id":44},{"display_name":"Better Leap","desc":"Reduce leap's cooldown by 1s.","archetype":"Boltslinger","archetype_req":0,"base_abil":17,"parents":[17,55],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":29,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":17,"name":"cooldown","value":-1}]}],"id":45},{"display_name":"Better Guardian Angels","desc":"Your Guardian Angels can shoot +4 arrows before disappearing.","archetype":"Boltslinger","archetype_req":0,"base_abil":0,"parents":[20,55],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":4}}],"id":46},{"display_name":"Cheaper Arrow Storm (2)","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[21,19],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":47},{"display_name":"Precise Shot","desc":"+30% Critical Hit Damage","parents":[46,49,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":48},{"display_name":"Cheaper Arrow Shield","desc":"Reduce the Mana cost of Arrow Shield.","base_abil":0,"parents":[48,21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Rocket Jump","desc":"Arrow Bomb's self-damage will knockback you farther away.","base_abil":2,"parents":[47,21],"dependencies":[2],"blockers":[],"cost":1,"display":{"row":33,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Escape (2)","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[22,70],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":51},{"display_name":"Stronger Hook","desc":"Increase your Grappling Hook's range, speed and strength.","archetype":"Trapper","archetype_req":5,"base_abil":1,"parents":[51],"dependencies":[12],"blockers":[],"cost":1,"display":{"row":35,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":12,"name":"range","value":8}]}],"id":52},{"display_name":"Cheaper Arrow Bomb (2)","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":40,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":53},{"display_name":"Bouncing Bomb","desc":"Arrow Bomb will bounce once when hitting a block or enemy","base_abil":2,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Homing Shots","desc":"Your Main Attack arrows will follow nearby enemies and not be affected by gravity","archetype":"Sharpshooter","base_abil":999,"parents":[17,18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"Shrapnel Bomb","desc":"Arrow Bomb's explosion will fling 15 shrapnel, dealing damage in a large area","archetype":"Boltslinger","archetype_req":8,"base_abil":2,"parents":[23,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Shrapnel Bomblet","multipliers":[40,0,0,0,20,0]}],"id":56},{"display_name":"Elusive","desc":"If you do not get hit for 8+ seconds, become immune to self-damage and remove Arrow Storm's recoil. (Dodging counts as not getting hit)","archetype":"Boltslinger","archetype_req":0,"parents":[24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":38,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"Double Shots","desc":"Double Main Attack arrows, but they deal -30% damage per arrow (harder to hit far enemies)","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[60],"cost":1,"display":{"row":7,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-30,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":2},"display":"Total Damage"}],"id":58},{"display_name":"Triple Shots","desc":"Triple Main Attack arrows, but they deal -20% damage per arrow","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[69,67],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-20,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":1},"display":"Total Damage"}],"id":59},{"display_name":"Power Shots","desc":"Main Attack arrows have increased speed and knockback","archetype":"Sharpshooter","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[58],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":60},{"display_name":"Focus","desc":"When hitting an aggressive mob 5+ blocks away, gain +1 Focus (Max 3). Resets if you miss once","archetype":"Sharpshooter","archetype_req":2,"parents":[68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","output":{"type":"stat","name":"damMult.Focus"},"scaling":[40],"slider_max":3}],"id":61},{"display_name":"More Focus","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[33,12],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":62},{"display_name":"More Focus (2)","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[25,28],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":39,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":63},{"display_name":"Traveler","desc":"For every 1% Walk Speed you have from items, gain +1 Raw Spell Damage (Max 100)","parents":[42,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spd"}],"output":{"type":"stat","name":"sdRaw"},"scaling":[1],"max":100}],"id":64},{"display_name":"Patient Hunter","desc":"Your Traps will deal +20% more damage for every second they are active (Max +80%)","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[40],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":8,"icon":"node_1"},"properties":{"max":80},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[20]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Add +80% Max Damage to Patient Hunter","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4},{"type":"raw_stat","bonuses":[{"type":"prop","abil":65,"name":"max","value":80}]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +6% Walk Speed (Max 200%). Decay -40% of the bonus every second","archetype":"Boltslinger","archetype_req":0,"parents":[59,6],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","output":{"type":"stat","name":"spd"},"scaling":[6],"max":160}],"id":67},{"display_name":"Phantom Ray","desc":"Condense Arrow Storm into a single ray that damages enemies 10 times per second","base_abil":7,"parents":[37,4],"dependencies":[7],"blockers":[11,6,23],"cost":2,"display":{"row":16,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Phantom Ray","base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[25,0,5,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Arrow":16}}]},{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":68},{"display_name":"Arrow Rain","desc":"When Arrow Shield loses its last charge, unleash 150 arrows raining down on enemies","base_abil":0,"parents":[6,38],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Per Arrow)","multipliers":[80,0,0,0,0,60]},{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Total)","hits":{"Arrow Rain (Per Arrow)":150}}],"id":69},{"display_name":"Decimator","desc":"Phantom Ray will increase its damage by 10% everytime you do not miss with it (Max 70%)","archetype":"Sharpshooter","archetype_req":0,"base_abil":7,"parents":[49,51],"dependencies":[68],"blockers":[],"cost":1,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Phantom Ray hits","slider_max":7,"output":{"type":"stat","name":"damMult.Decimator:1.Single Arrow"},"scaling":[10]}],"id":70}],"Warrior":[{"display_name":"Bash","desc":"Violently bash the ground, dealing high damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4,"range":3},"effects":[{"type":"replace_spell","name":"Bash","cost":45,"base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Hit","type":"damage","multipliers":[130,20,0,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Hit":1}}]}],"id":0},{"display_name":"Spear Proficiency 1","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":1},{"display_name":"Cheaper Bash","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Double Bash","desc":"Bash will hit a second time at a farther range","parents":[1],"base_abil":0,"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"range":3},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","cost":0,"hits":{"Single Hit":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","cost":0,"multipliers":[-50,0,0,0,0,0]}],"id":3},{"display_name":"Charge","desc":"Charge forward at high speed (hold shift to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{},"effects":[{"type":"replace_spell","name":"Charge","cost":25,"base_spell":2,"spell_type":"damage","scaling":"spell","display":"","parts":[]}],"id":4},{"display_name":"Heavy Impact","desc":"After using Charge, violently crash down into the ground and deal damage","base_abil":4,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Heavy Impact":1}}],"id":5},{"display_name":"Vehement","desc":"For every 1% or 1 Raw Main Attack Damage you have from items, gain +2% Walk Speed (Max 20%)","archetype":"Fallen","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[7],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"mdPct"},{"type":"stat","name":"mdRaw"}],"output":{"type":"stat","name":"spd"},"scaling":[2,2],"max":20}],"id":6},{"display_name":"Tougher Skin","desc":"Harden your skin and become permanently +5% more resistant. For every 1% or 1 Raw Heath Regen you have from items, gain +10 Health (Max 100)","archetype":"Paladin","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]},{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hprRaw"},{"type":"stat","name":"hprPct"}],"output":{"type":"stat","name":"hpBonus"},"scaling":[10,10],"max":100}],"id":7},{"display_name":"Uppercut","desc":"Rocket enemies in the air and deal massive damage","parents":[6,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":3,"range":5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":45,"base_spell":3,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Uppercut","multipliers":[200,40,40,0,0,0]},{"name":"Total Damage","hits":{"Uppercut":1}}]}],"id":8},{"display_name":"Cheaper Charge","desc":"Reduce the Mana cost of Charge","base_abil":4,"parents":[8,10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":9},{"display_name":"War Scream","desc":"Emit a terrorizing roar that deals damage, pull nearby enemies, and add damage resistance to yourself and allies","parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"duration":30,"aoe":12,"defense_bonus":10},"effects":[{"type":"replace_spell","name":"War Scream","cost":35,"base_spell":4,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"War Scream","multipliers":[50,0,0,0,50,0]},{"name":"Total Damage","hits":{"War Scream":1}}]}],"id":10},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases base damage from all Earth attacks","archetype":"Fallen","archetype_req":0,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":11},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks","archetype":"Fallen","archetype_req":0,"parents":[8,14,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":12},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases base damage from all Water attacks","archetype":"Battle Monk","archetype_req":0,"parents":[9,12,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":13},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Battle Monk","archetype_req":0,"parents":[10,12,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":14},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Paladin","archetype_req":0,"parents":[10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":15},{"display_name":"Quadruple Bash","desc":"Bash will hit 4 times at an even larger range","archetype":"Fallen","archetype_req":0,"base_abil":0,"parents":[11,17],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{"range":6},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[-20,0,0,0,0,0]}],"id":16},{"display_name":"Fireworks","desc":"Mobs hit by Uppercut will explode mid-air and receive additional damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[12,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fireworks","multipliers":[80,0,20,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fireworks":1}}],"id":17},{"display_name":"Half-Moon Swipe","desc":"Uppercut will deal a footsweep attack at a longer and wider angle. All elemental conversions become Water","archetype":"Battle Monk","archetype_req":1,"base_abil":8,"parents":[13],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"range":4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-10,"multipliers":[-70,0,0,30,0,0]}],"id":18},{"display_name":"Flyby Jab","desc":"Damage enemies in your way when using Charge","base_abil":4,"parents":[14,20],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flyby Jab","multipliers":[20,0,0,0,0,40]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Flyby Jab":1}}],"id":19},{"display_name":"Flaming Uppercut","desc":"Uppercut will light mobs on fire, dealing damage every 0.6 seconds","archetype":"Paladin","archetype_req":0,"base_abil":8,"parents":[15,19],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{"duration":3,"tick":0.6},"effects":[{"type":"replace_spell","name":"Flaming Uppercut","base_spell":8,"display":"DPS","parts":[{"name":"Damage Tick","multipliers":[0,0,0,0,50,0]},{"name":"DPS","hits":{"Damage Tick":1.6666666666666667}},{"name":"Total Damage","hits":{"Damage Tick":5}}]}],"id":20},{"display_name":"Iron Lungs","desc":"War Scream deals more damage","archetype":"Paladin","archetype_req":0,"base_abil":10,"parents":[19,20],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"War Scream","cost":0,"multipliers":[30,0,0,0,0,30]}],"id":21},{"display_name":"Generalist","desc":"After casting 3 different spells in a row, your next spell will cost 5 mana","archetype":"Battle Monk","archetype_req":3,"parents":[23],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":2,"icon":"node_3"},"properties":{},"effects":[],"id":22},{"display_name":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","archetype_req":0,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_1"},"properties":{"chance":30},"effects":[{"type":"replace_spell","name":"Counter","base_spell":5,"display":"Counter Damage","parts":[{"name":"Counter Damage","multipliers":[60,0,20,0,0,20]}]}],"id":23},{"display_name":"Mantle of the Bovemists","desc":"When casting War Scream, create a holy shield around you that reduces all incoming damage by 70% for 3 hits (20s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"mantle_charge":3},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Mantle","value":70}]}],"id":24},{"display_name":"Bak'al's Grasp","desc":"After casting War Scream, become Corrupted (15s Cooldown). You cannot heal while in that state. While Corrupted, every 2% of Health you lose will add +4 Raw Damage to your attacks (Max 120)","archetype":"Fallen","archetype_req":2,"parents":[16,17],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":16,"col":1,"icon":"node_3"},"properties":{"cooldown":15},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","slider_max":100,"slider_step":1,"output":{"type":"stat","name":"damRaw"},"max":120,"scaling":[2]}],"id":25},{"display_name":"Spear Proficiency 2","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[25,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Aerodynamics","desc":"During Charge, you can steer and change direction","archetype":"Battle Monk","archetype_req":0,"base_abil":4,"parents":[27,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":28},{"display_name":"Provoke","desc":"Mobs damaged by War Scream will target only you for at least 5s. Reduce the Mana cost of War Scream","base_abil":10,"parents":[28,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":29},{"display_name":"Precise Strikes","desc":"+30% Critical Hit Damage","parents":[27,26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":30},{"display_name":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","base_abil":10,"parents":[28,29],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":18,"col":6,"icon":"node_1"},"properties":{"attackRate":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","multipliers":[40,0,0,0,0,10]}],"id":31},{"display_name":"Enraged Blow","desc":"While Corriupted, every 1% of Health you lose will increase your damage by +3% (Max 300%)","archetype":"Fallen","archetype_req":0,"base_abil":25,"parents":[26],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":20,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"scaling":[3]}],"id":32},{"display_name":"Flying Kick","desc":"When using Charge, mobs hit will halt your momentum and get knocked back","archetype":"Battle Monk","archetype_req":1,"base_abil":4,"parents":[27,34],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick","multipliers":[150,0,0,20,0,30]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Flying Kick":1},"display":"Flying Kick Max Damage"}],"id":33},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[35,33],"dependencies":[24],"blockers":[],"cost":1,"display":{"row":20,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":24,"name":"mantle_charge","value":2}]}],"id":34},{"display_name":"Manachism","desc":"If you receive a hit that's less than 5% of your max HP, gain 10 Mana (1s Cooldown)","archetype":"Paladin","archetype_req":3,"parents":[34,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":35},{"display_name":"Boiling Blood","desc":"Bash leaves a trail of boiling blood behind its first explosion, slowing down and damaging enemies above it every 0.4 seconds","base_abil":0,"parents":[32,37],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Boiling Blood","cost":0,"multipliers":[25,0,0,0,5,0]}],"id":36},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its range and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[36,33],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Ragnarokkr","value":30}]}],"id":37},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":23,"parents":[33,34,39],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":23,"name":"chance","value":30}]}],"id":38},{"display_name":"Burning Heart","desc":"For every 100 Health Bonus you have from item IDs, gain +2% Fire Damage (Max 100%)","archetype":"Paladin","archetype_req":0,"parents":[38,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hpBonus"}],"output":{"type":"stat","name":"fDamPct"},"scaling":[0.02],"max":100}],"id":39},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[39,35],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[30,0,0,0,0,0]}],"id":40},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 2% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[37,36],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":41},{"display_name":"Comet","desc":"After being hit by Fireworks, enemies will crash into the ground and receive more damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[37],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":24,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Comet","cost":0,"multipliers":[80,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","cost":0,"hits":{"Comet":1}}],"id":42},{"display_name":"Collide","desc":"Mobs thrown into walls from Flying Kick will explode and receive additonal damage","archetype":"Battle Monk","archetype_req":4,"base_abil":4,"parents":[38,39],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Collide","cost":0,"multipliers":[150,0,0,0,50,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Collide":1}}],"id":43},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[39,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":44},{"display_name":"Uncontainable Corruption","desc":"Reduce the cooldown of Bak'al's Grasp by -5s, and increase the raw damage gained for every 2% of health lost by +1","base_abil":25,"parents":[36,46],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"stat","name":"damRaw"},"scaling":[0.5]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":25,"name":"cooldown","value":-5}]}],"id":45},{"display_name":"Radiant Devotee","desc":"For every 4% Reflection you have from items, gain +1/5s Mana Regen (Max 10/5s)","archetype":"Battle Monk","archetype_req":1,"parents":[47,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":26,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","inputs":[{"type":"stat","name":"ref"}],"output":{"type":"stat","name":"mr"},"scaling":[0.25],"max":10}],"id":46},{"display_name":"Whirlwind Strike","desc":"Uppercut will create a strong gust of air, launching you upward with enemies (Hold shift to stay grounded)","archetype":"Battle Monk","archetype_req":5,"base_abil":8,"parents":[38,46],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[0,0,0,0,0,50]}],"id":47},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]}],"id":48},{"display_name":"Armour Breaker","desc":"While Corrupted, losing 30% Health will make your next Uppercut destroy enemies' defense, rendering them weaker to damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[45,46],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":5},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":49},{"display_name":"Shield Strike","desc":"When your Mantle of the Bovemist loses all charges, deal damage around you for each Mantle individually lost","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[48,51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Shield Strike","base_spell":6,"display":"Damage per Shield","parts":[{"name":"Damage per Shield","multipliers":[60,0,20,0,0,0]}]}],"id":50},{"display_name":"Sparkling Hope","desc":"Everytime you heal 5% of your max health, deal damage to all nearby enemies","archetype":"Paladin","archetype_req":0,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_2"},"properties":{"aoe":6},"effects":[{"type":"replace_spell","name":"Sparkling Hope","base_spell":7,"display":"Damage Tick","parts":[{"name":"Damage Tick","multipliers":[10,0,5,0,0,0]}]}],"id":51},{"display_name":"Massive Bash","desc":"While Corrupted, every 3% Health you lose will add +1 AoE to Bash (Max 10)","archetype":"Fallen","archetype_req":8,"base_abil":25,"parents":[53,45],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"prop","abil":0,"name":"aoe"},"scaling":[0.3333333333333333],"max":10}],"id":52},{"display_name":"Tempest","desc":"War Scream will ripple the ground and deal damage 3 times in a large area","archetype":"Battle Monk","archetype_req":0,"base_abil":10,"parents":[52,54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{"aoe":16},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest","multipliers":[30,10,0,0,0,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest Total Damage","hits":{"Tempest":3}},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Tempest":3}}],"id":53},{"display_name":"Spirit of the Rabbit","desc":"Reduce the Mana cost of Charge and increase your Walk Speed by +20%","archetype":"Battle Monk","archetype_req":5,"base_abil":4,"parents":[53,47],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5},{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":54},{"display_name":"Massacre","desc":"While Corrupted, if your effective attack speed is Slow or lower, hitting an enemy with your Main Attack will add +1% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":55},{"display_name":"Axe Kick","desc":"Increase the damage of Uppercut, but also increase its mana cost","base_abil":8,"parents":[53,54],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":10,"multipliers":[100,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":2,"base_abil":0,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_2"},"properties":{"cooldown":15},"effects":[],"id":57},{"display_name":"Cheaper Bash 2","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[57,50,51],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":58},{"display_name":"Cheaper War Scream","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Discombobulate","desc":"Every time you hit an enemy, briefly increase your elemental damage dealt to them by +3 (Additive, Max +80). This bonus decays -5 every second","archetype":"Battle Monk","archetype_req":11,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","slider_max":27,"output":[{"type":"stat","name":"eDamAddMin"},{"type":"stat","name":"eDamAddMax"},{"type":"stat","name":"tDamAddMin"},{"type":"stat","name":"tDamAddMax"},{"type":"stat","name":"wDamAddMin"},{"type":"stat","name":"wDamAddMax"},{"type":"stat","name":"fDamAddMin"},{"type":"stat","name":"fDamAddMax"},{"type":"stat","name":"aDamAddMin"},{"type":"stat","name":"aDamAddMax"}],"scaling":[3],"max":80}],"id":60},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.\n\n All elemental conversions become Thunder","archetype":"Battle Monk","archetype_req":8,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":1,"conversion":"Thunder"},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":61},{"display_name":"Cyclone","desc":"After casting War Scream, envelop yourself with a vortex that damages nearby enemies every 0.5s","archetype":"Battle Monk","archetype_req":0,"parents":[54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":4,"icon":"node_1"},"properties":{"aoe":4,"duration":20},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone","multipliers":[10,0,0,0,5,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone Total Damage","hits":{"Cyclone":40}}],"id":62},{"display_name":"Second Chance","desc":"When you receive a fatal blow, survive and regain 30% of your Health (10m Cooldown)","archetype":"Paladin","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":63},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.6% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{"health_cost":0.6},"effects":[],"id":64},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.3% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":64,"parents":[64],"dependencies":[64],"blockers":[],"cost":1,"display":{"row":35,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":64,"name":"health_cost","value":-0.3}]}],"id":65},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[64,67],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":66},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[63,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":35,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":67},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":68}],"Mage":[{"display_name":"Meteor","desc":"Summon a slow but powerful meteor from the sky, dealing massive damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":55,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1}}]}],"id":0},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[4],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{"range":12},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you cannot heal more than 30% of their max health)","parents":[14,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.1}]}],"id":2},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[13,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":35,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":3},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":4},{"display_name":"Wand Proficiency I","desc":"Improve your Main Attack's damage and range when using a wand.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":5},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":6},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":7},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":8},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[12,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":10},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":11},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[2,3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":12},{"display_name":"Wisdom","desc":"For every 2% or 2 Raw Spell Damage you have from items, gain +1/5s mana regen (Max 5/5s)","archetype":"Arcanist","archetype_req":0,"parents":[1],"dependencies":[],"blockers":[14],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sdPct"},{"type":"stat","name":"sdRaw"}],"output":{"type":"stat","name":"mr"},"scaling":[0.5,0.5],"max":5}],"id":13},{"display_name":"Wand Proficiency II","desc":"Improve your Main Attack's damage and range when using a wand.","archetype":"Riftwalker","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":"teleport","parents":[10,16],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Wind Slash","base_spell":2,"multipliers":[50,0,0,0,0,50]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Wind Slash":1}}],"id":15},{"display_name":"Thunderstorm","desc":"After casting Meteor, summon 3 lightning strikes and deal additional damage","base_abil":0,"parents":[15,8],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","target_part":"Lightning Damage","base_spell":3,"multipliers":[30,0,15,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":3,"hits":{"Lightning Damage":3}}],"id":16},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Meteor Damage","behavior":"modify","multipliers":[30,90,0,0,0,0]}],"id":17},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil that damages enemies every 0.4s.","base_abil":0,"parents":[11,7],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":7,"icon":"node_1"},"properties":{"aoe":7,"duration":8},"effects":[{"type":"replace_spell","name":"Burning Sigil","base_spell":6,"display":"DPS","parts":[{"name":"Tick Damage","multipliers":[15,0,0,0,25,0]},{"name":"DPS","hits":{"Tick Damage":2.5}},{"name":"Total Burn Damage","hits":{"Tick Damage":20}}]}],"id":18},{"display_name":"Sunshower","desc":"Heal emit a strong light, damaging nearby enemies.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[9],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[70,0,0,30,0,0]}],"id":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 5, 0.5s cooldown) Ice Snake will deal additional damage to enemies for every Winded they have","archetype":"Riftwalker","archetype_req":3,"parents":[15,16],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"max":5},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:4.Ice Snake Damage"},"scaling":[20],"slider_step":1,"slider_max":5},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"wConvBase:4.Ice Snake Damage"},"scaling":[10]}],"id":20},{"display_name":"Ophanim","desc":"When casting Meteor, instead summon 2 orbs of light with 200 Health that will attack when you use your Main Attack. When they damage an enemy, they lose 20% of their Health. They can be healed back.","archetype":"Light Bender","archetype_req":2,"parents":[19],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[50,0,30,20,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":2}}]},{"type":"add_spell_prop","base_spell":3,"cost":30}],"id":21},{"display_name":"Arcane Transfer","desc":"Meteor and Ice Snake will add +5 Mana to a Mana Bank for every aggressive enemy you hit. Heal will now transfer the content of your Mana Bank into usable Mana instead of healing.","archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"bank":90},"effects":[{"type":"replace_spell","name":"Arcane Transfer","base_spell":1,"parts":[],"display":""}],"id":22},{"display_name":"Cheaper Heal","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[20,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":23},{"display_name":"Purification","desc":"Heal and Arcane Transfer will purify you of all negative effects and fire. (3s Cooldown)","base_abil":1,"parents":[21,23,25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":4,"icon":"node_2"},"properties":{},"effects":[],"id":24},{"display_name":"Sentient Snake","desc":"Ice Snake will follow the direction you're facing, allowing you to control it.","base_abil":3,"parents":[22,24],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a short amount of time.","base_abil":1,"parents":[23],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[23],"dependencies":[20,24],"blockers":[],"cost":2,"display":{"row":18,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"nConvBase:3.Meteor Damage"},{"type":"stat","name":"eConvBase:3.Meteor Damage"},{"type":"stat","name":"nConvBase:3.Per Orb"},{"type":"stat","name":"eConvBase:3.Per Orb"}],"scaling":[15]}],"id":27},{"display_name":"Larger Heal","desc":"Increase your Heal's range.","base_abil":1,"archetype":"Light Bender","archetype_req":0,"parents":[24,25],"dependencies":[2],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":2,"name":"aoe","value":2}]}],"id":28},{"display_name":"Larger Mana Bank","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[25],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":18,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":22,"name":"bank","value":30}]}],"id":29},{"display_name":"Cheaper Ice Snake","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":30},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[24,32],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":31},{"display_name":"Fortitude","desc":"After healing 120% of your max health within 10s, apply a damage bonus to each player you've healed. (15s Cooldown)","base_abil":2,"archetype":"Light Bender","archetype_req":0,"parents":[30,31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":4},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Fortitude","value":100}]}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will stop and explode when it hits an enemy. (Damage is dealt as Main Attack Damage)","base_abil":4,"archetype":"Arcanist","archetype_req":4,"parents":[25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":7,"icon":"node_2"},"properties":{},"__TODO":"replace_spell pyrokinesis damage","effects":[],"id":33},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","archetype":"","archetype_req":0,"parents":[33,36],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"ls"}],"output":{"type":"stat","name":"sdPct"},"scaling":[0.2],"max":50}],"id":34},{"display_name":"Blink","desc":"Teleport will trigger 2 times in quick successions","base_abil":1,"archetype":"Riftwalker","archetype_req":0,"parents":[32,30],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"prop","abil":1,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1}}],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":3,"parents":[34,31,40],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Arcane Restoration","desc":"Pyrokinesis will add +1 Mana every 1s to your Mana Bank when hitting an aggressive enemy.","base_abil":999,"archetype":"Arcanist","archetype_req":0,"parents":[34,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":37},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage Bonus you have, buff Heal's healing power by +0.3%.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[40,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDam"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":38},{"display_name":"Transonic Warp","desc":"Teleport will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[30],"dependencies":[3,20],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:2.Wind Slash"},"scaling":[30]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"tConvBase:2.Wind Slash"},"scaling":[10]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"aConvBase:2.Wind Slash"},"scaling":[5]}],"id":39},{"display_name":"Healthier Ophanim I","desc":"Increase the health of your orbs from Ophanim by +800 and reduce the damage they take when hitting an enemy by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[32,31],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":40},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing the overall healing.","archetype":"Light Bender","base_abil":2,"parents":[40,36],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":23,"col":4,"icon":"node_1"},"properties":{"aoe":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Pulse","power":0.15},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Heal Pulse":2}}],"id":41},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to nearby enemies.","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[39,38],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":42},{"display_name":"Lightweaver","desc":"After healing 60% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb Damage","parts":[{"name":"Single Orb","type":"damage","multipliers":[30,0,0,0,20,0]},{"name":"Orb Damage","type":"total","hits":{"Single Orb":3}}]}],"id":43},{"display_name":"Arcane Speed","desc":"After casting Heal or Arcane Transfer, gain +80% speed for 3s. (8s Cooldown)","base_abil":2,"parents":[43,45],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":44},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[34,44],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":45},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[45,44],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[42],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":47},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[42,52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":48},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[52,43,44],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":49},{"display_name":"Chaos Explosion","desc":"When your Mana Bank reaches 120, casting Arcane Transfer will rapidly unleash the last 3 spells you've cast in order.","base_abil":22,"archetype":"Arcanist","archetype_req":8,"parents":[45],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":50},{"display_name":"Arcane Power","desc":"Meteor and Ice Snake will add +2 Mana to your Mana Bank for each aggressive mob you hit.","base_abil":22,"archetype":"Arcanist","archetype_req":0,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":29,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":51},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":1,"parents":[48,49],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","target_part":"Explosion Damage","base_spell":2,"multipliers":[50,0,0,0,30,0]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Explosion Damage":1}}],"id":52},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":3,"archetype":"Riftwalker","archetype_req":7,"parents":[48,52],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake","base_spell":4,"multipliers":[0,0,0,0,0,20]}],"id":53},{"display_name":"Time Dilation","desc":"When sprinting, create an area that increases the speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Better Ophanim","desc":"Increase your maximum orbs from Ophanim by +1.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[52,49],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":1}}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies completely for 2s.","base_abil":3,"parents":[50],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Devitalize","desc":"Enemies will deal -2% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[58,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"More Winded II","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[54],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":58},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 100%)","parents":[58,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sprint"}],"output":{"type":"stat","name":"tDamPct"},"scaling":[0.5],"max":100}],"id":59},{"display_name":"Divination","desc":"Increase your maximum orbs from Ophanim by +3 and reduce their damage.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[59,61],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":32,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[-50,0,-10,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":3}}],"id":60},{"display_name":"Healthier Ophanim II","desc":"Increase the health of your orbs from Ophanim by +3000.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[55],"dependencies":[40],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"display_name":"Sunflare","desc":"After healing 400% of your max health within 10s, your next Heal will make every nearby ally temporarily immune.","archetype":"Light Bender","archetype_req":12,"base_abil":2,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":62},{"display_name":"Larger Mana Bank III","desc":"Increase your maximum Mana Bank by +30.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits.","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[63],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":64},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[64],"dependencies":[50],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":65},{"display_name":"Manastorm","desc":"If you have more than 100 Mana, casting a spell will give you +10 mana over 5s.","archetype":"Arcanist","archetype_req":1,"parents":[69,64,62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":66},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs by +2.","archetype":"Light Bender","archetype_req":0,"base_abil":43,"parents":[69,66],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":35,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb Damage","hits":{"Single Orb":2}}],"id":67},{"display_name":"Timelock","desc":"Holding shift and casting Heal will absorb all Winded on nearby enemies and make you Timelocked. While Timelocked, your mana will not be depleted and you become immovable from outside forces. Enemies will recieve Winded damage from all absorbed stacks. (Max 30)","archetype":"Riftwalker","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":0,"icon":"node_3"},"properties":{},"effects":[],"id":68},{"display_name":"Cheaper Heal II","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[68,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":69}]} \ No newline at end of file +const atrees={"Archer":[{"display_name":"Arrow Shield","desc":"Create a shield around you that deal damage and knockback mobs when triggered. (2 Charges)","parents":[60,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_4"},"properties":{"charges":2,"duration":60,"aoe":5000},"effects":[{"type":"replace_spell","name":"Arrow Shield","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Shield Damage","type":"damage","multipliers":[90,0,0,0,0,10]},{"name":"Total Damage","type":"total","hits":{"Shield Damage":2}}]}],"id":0},{"display_name":"Escape","desc":"Throw yourself backward to avoid danger. (Hold shift while escaping to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_4"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Arrow Bomb","desc":"Throw a long-range arrow that explodes and deal high damage in a large area. (Self-damage for 25% of your DPS)","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":50,"base_spell":3,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Arrow Bomb","type":"damage","multipliers":[160,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Arrow Bomb":1}}]}],"id":2},{"display_name":"Heart Shatter","desc":"If you hit a mob directly with Arrow Bomb, shatter its heart and deal bonus damage.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Heart Shatter":1}}],"id":3},{"display_name":"Fire Creep","desc":"Arrow Bomb will leak a trail of fire for 6s, Damaging enemies that walk into it every 0.4s.","base_abil":2,"parents":[68,39,5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{"aoe":0.8,"duration":6},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[30,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Burn Damage","hits":{"Fire Creep":15}}],"id":4},{"display_name":"Bryophyte Roots","desc":"When you hit an enemy with Arrow Storm, create an area that slows them down and deals damage every 0.4s.","base_abil":7,"archetype":"Trapper","archetype_req":1,"parents":[4,35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":8,"icon":"node_1"},"properties":{"aoe":2,"duration":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Bryophyte Roots","cost":0,"multipliers":[40,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Roots Damage","hits":{"Bryophyte Roots":12}}],"id":5},{"display_name":"Nimble String","desc":"Arrow Storm throw out +6 arrows per stream and shoot twice as fast.","base_abil":7,"parents":[36,69],"dependencies":[7],"blockers":[68],"cost":2,"display":{"row":15,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-15,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","hits":{"Single Arrow":6}}],"id":6},{"display_name":"Arrow Storm","desc":"Shoot a stream of 8 arrows, dealing significant damage to close mobs and pushing them back.","parents":[58,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_4"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":40,"base_spell":1,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Single Arrow","multipliers":[30,0,10,0,0,0]},{"name":"Single Stream","hits":{"Single Arrow":8}},{"name":"Total Damage","hits":{"Single Stream":1}}]}],"id":7},{"display_name":"Guardian Angels","desc":"Your protective arrows from Arrow Shield will become sentient bows, dealing damage up to 8 times each to nearby enemies. (Arrow Shield will no longer push nearby enemies)","archetype":"Boltslinger","archetype_req":3,"base_abil":0,"parents":[59,67],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":19,"col":1,"icon":"node_3"},"properties":{"range":4,"duration":60,"shots":8,"charges":2},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Arrow":8}},{"name":"Total Damage","type":"total","hits":{"Single Bow":2}}]}],"id":8},{"display_name":"Windy Feet","desc":"When casting Escape, give speed to yourself and nearby allies.","base_abil":1,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":1,"icon":"node_0"},"properties":{"aoe":8,"duration":120},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":9},{"display_name":"Basaltic Trap","desc":"When you hit the ground with Arrow Bomb, leave a Trap that damages enemies. (Max 2 Traps)","archetype":"Trapper","archetype_req":2,"parents":[5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":8,"icon":"node_3"},"properties":{"aoe":7,"traps":2},"effects":[{"type":"replace_spell","name":"Basaltic Trap","base_spell":7,"display":"Trap Damage","parts":[{"name":"Trap Damage","type":"damage","multipliers":[140,30,0,0,30,0]}]}],"id":10},{"display_name":"Windstorm","desc":"Arrow Storm shoot +1 stream of arrows, and each stream shoots +2 arrows, effectively doubling its damage.","base_abil":7,"parents":[8,33],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-10,0,-2,0,0,2]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","cost":0,"hits":{"Single Arrow":2}}],"id":11},{"display_name":"Grappling Hook","base_abil":1,"desc":"When casting Escape, throw a hook that pulls you when hitting a block. If you hit an enemy, pull them towards you instead. (Escape will not throw you backward anymore)","archetype":"Trapper","archetype_req":0,"parents":[61,40,33],"dependencies":[],"blockers":[20],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{"range":26},"effects":[],"id":12},{"display_name":"Implosion","desc":"Arrow bomb will pull enemies towards you. If a trap is nearby, it will pull them towards it instead. Increase Heart Shatter's damage.","archetype":"Trapper","archetype_req":0,"base_abil":2,"parents":[12,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[40,0,0,0,0,0]}],"id":13},{"display_name":"Twain's Arc","desc":"When you have 2+ Focus, holding shift will summon the Twain's Arc. Charge it up to shoot a destructive long-range beam. (Damage is dealt as Main Attack Damage)","archetype":"Sharpshooter","archetype_req":4,"parents":[62,64],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_2"},"properties":{"range":64,"focusReq":2},"effects":[{"type":"replace_spell","name":"Twain's Arc","base_spell":5,"scaling":"melee","use_atkspd":false,"display":"Single Shot","parts":[{"name":"Single Shot","type":"damage","multipliers":[200,0,0,0,0,0]}]}],"id":14},{"display_name":"Fierce Stomp","desc":"When using Escape, hold shift to quickly drop down and deal damage.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[42,64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Fierce Stomp","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Stomp Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep become much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14],"dependencies":[4],"blockers":[],"cost":1,"display":{"row":26,"col":5,"icon":"node_1"},"properties":{"duration":2,"aoe":0.4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[10,0,0,0,5,0]}],"id":16},{"display_name":"Leap","desc":"When you double tap jump, leap foward. (2s Cooldown)","archetype":"Boltslinger","archetype_req":5,"parents":[42,55],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":17},{"display_name":"Shocking Bomb","desc":"Arrow Bomb will not be affected by gravity, and all damage conversions become Thunder.","archetype":"Sharpshooter","archetype_req":5,"base_abil":2,"parents":[14,44,55],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":28,"col":4,"icon":"node_1"},"properties":{"gravity":0},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":3,"conversion":"Thunder"}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 2.85 Mana per second when you stay close to them.","archetype":"Trapper","archetype_req":5,"base_abil":10,"parents":[43,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":8,"icon":"node_3"},"properties":{"range":16,"manaRegen":2.85},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":10}],"id":19},{"display_name":"Escape Artist","desc":"When casting Escape, release 120 arrows towards the ground.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[46,17],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Per Arrow","multipliers":[20,0,10,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Max Damage (Escape Artist)","hits":{"Per Arrow":120},"display":"Max Damage (Escape Artist)"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 5s or more, your next sucessful hit will deal +50% damage and add +1 Focus.","archetype":"Sharpshooter","archetype_req":5,"parents":[18,44,47],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[],"id":21},{"display_name":"Call of the Hound","desc":"Arrow Shield summon a Hound that will attack and drag aggressive enemies towards your traps.","archetype":"Trapper","archetype_req":0,"base_abil":0,"parents":[21,47],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Hound Damage","multipliers":[40,0,0,0,0,0]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 stream of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,20],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":2}}],"id":23},{"display_name":"Geyser Stomp","desc":"Fierce Stomp will create geysers, dealing more damage and vertical knockback.","base_abil":1,"parents":[56],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Geyser Stomp","multipliers":[0,0,0,50,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":15,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5 Focus, casting Arrow Storm will make you levitate and shoot 20 homing arrows per second until you run out of Focus. While in that state, you will lose 1 Focus per second.","archetype":"Sharpshooter","archetype_req":10,"parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":37,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Crepuscular Ray","base_spell":6,"display":"DPS","parts":[{"name":"Single Arrow","multipliers":[20,0,0,5,0,0]},{"name":"DPS","hits":{"Single Arrow":20}},{"name":"Total Damage","hits":{"DPS":7}}]}],"id":25},{"display_name":"Grape Bomb","desc":"Arrow bomb will throw 3 additional smaller bombs when exploding.","base_abil":2,"parents":[51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[30,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Grape Bomb":3}}],"id":26},{"display_name":"Tangled Traps","desc":"Your Traps will be connected by a rope that deals damage to enemies every 0.2s.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":38,"col":6,"icon":"node_1"},"properties":{"attackSpeed":0.2},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Line Damage Tick","multipliers":[20,0,0,0,0,20]},{"type":"add_spell_prop","base_spell":7,"target_part":"DPS","hits":{"Line Damage Tick":5}}],"id":27},{"display_name":"Snow Storm","desc":"Enemies near you will be slowed down.","parents":[24,63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":2,"icon":"node_2"},"properties":{"range":2.5,"slowness":0.3},"effects":[],"id":28},{"display_name":"All-Seeing Panoptes","desc":"Your bows from Guardian Angels become all-seeing, increasing their range, damage and letting them shoot up to +5 times each.","archetype":"Boltslinger","archetype_req":11,"base_abil":0,"parents":[28],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":40,"col":1,"icon":"node_3"},"properties":{"range":8,"shots":5},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Arrow","multipliers":[0,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":5}}],"id":29},{"display_name":"Minefield","desc":"Allow you to place +6 Traps, but with reduced damage and range.","archetype":"Trapper","archetype_req":10,"base_abil":10,"parents":[26,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":40,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":8,"target_part":"Trap Damage","cost":0,"multipliers":[-80,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-2},{"type":"prop","abil":10,"name":"traps","value":6}]}],"id":30},{"display_name":"Bow Proficiency I","desc":"Improve your Main Attack's damage and range when using a bow.","base_abil":999,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":31},{"display_name":"Cheaper Arrow Bomb","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":32},{"display_name":"Cheaper Arrow Storm","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[12,11,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":33},{"display_name":"Cheaper Escape","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[7,0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":34},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Trapper","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":35},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7,39,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":36},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[34,36,39],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":37},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":38},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[36,0,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":39},{"display_name":"More Shields","desc":"Give +2 charges to Arrow Shield.","base_abil":0,"parents":[12,10],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Shield Damage":2,"Single Bow":2}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"charges","value":2}]}],"id":40},{"display_name":"Stormy Feet","desc":"Windy Feet will last longer and add more speed.","archetype":"Boltslinger","base_abil":1,"parents":[11],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":23,"col":1,"icon":"node_0"},"properties":{"duration":60},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spdPct","value":20}]}],"id":41},{"display_name":"Refined Gunpowder","desc":"Increase the damage of Arrow Bomb.","base_abil":2,"parents":[11,64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[50,0,0,0,0,0]}],"id":42},{"display_name":"More Traps","desc":"Increase the maximum amount of active Traps you can have by +2.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[54],"dependencies":[10],"blockers":[],"cost":1,"display":{"row":26,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"traps","value":2}]}],"id":43},{"display_name":"Better Arrow Shield","desc":"Arrow Shield will gain additional area of effect, knockback and damage.","archetype":"Sharpshooter","archetype_req":0,"base_abil":0,"parents":[19,18,14],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Shield","behavior":"modify","multipliers":[40,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"behavior":"modify","name":"aoe","value":1}]}],"id":44},{"display_name":"Better Leap","desc":"Reduce leap's cooldown by 1s.","archetype":"Boltslinger","archetype_req":0,"base_abil":17,"parents":[17,55],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":29,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":17,"name":"cooldown","value":-1}]}],"id":45},{"display_name":"Better Guardian Angels","desc":"Your Guardian Angels can shoot +4 arrows before disappearing.","archetype":"Boltslinger","archetype_req":0,"base_abil":0,"parents":[20,55],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":4}}],"id":46},{"display_name":"Cheaper Arrow Storm (2)","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[21,19],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":47},{"display_name":"Precise Shot","desc":"+30% Critical Hit Damage","parents":[46,49,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":48},{"display_name":"Cheaper Arrow Shield","desc":"Reduce the Mana cost of Arrow Shield.","base_abil":0,"parents":[48,21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Rocket Jump","desc":"Arrow Bomb's self-damage will knockback you farther away.","base_abil":2,"parents":[47,21],"dependencies":[2],"blockers":[],"cost":1,"display":{"row":33,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Escape (2)","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[22,70],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":51},{"display_name":"Stronger Hook","desc":"Increase your Grappling Hook's range, speed and strength.","archetype":"Trapper","archetype_req":5,"base_abil":1,"parents":[51],"dependencies":[12],"blockers":[],"cost":1,"display":{"row":35,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":12,"name":"range","value":8}]}],"id":52},{"display_name":"Cheaper Arrow Bomb (2)","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":40,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":53},{"display_name":"Bouncing Bomb","desc":"Arrow Bomb will bounce once when hitting a block or enemy","base_abil":2,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Homing Shots","desc":"Your Main Attack arrows will follow nearby enemies and not be affected by gravity","archetype":"Sharpshooter","base_abil":999,"parents":[17,18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"Shrapnel Bomb","desc":"Arrow Bomb's explosion will fling 15 shrapnel, dealing damage in a large area","archetype":"Boltslinger","archetype_req":8,"base_abil":2,"parents":[23,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Shrapnel Bomblet","multipliers":[40,0,0,0,20,0]}],"id":56},{"display_name":"Elusive","desc":"If you do not get hit for 8+ seconds, become immune to self-damage and remove Arrow Storm's recoil. (Dodging counts as not getting hit)","archetype":"Boltslinger","archetype_req":0,"parents":[24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":38,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"Double Shots","desc":"Double Main Attack arrows, but they deal -30% damage per arrow (harder to hit far enemies)","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[60],"cost":1,"display":{"row":7,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-30,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":2},"display":"Total Damage"}],"id":58},{"display_name":"Triple Shots","desc":"Triple Main Attack arrows, but they deal -20% damage per arrow","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[69,67],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-20,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":1},"display":"Total Damage"}],"id":59},{"display_name":"Power Shots","desc":"Main Attack arrows have increased speed and knockback","archetype":"Sharpshooter","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[58],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":60},{"display_name":"Focus","desc":"When hitting an aggressive mob 5+ blocks away, gain +1 Focus (Max 3). Resets if you miss once","archetype":"Sharpshooter","archetype_req":2,"parents":[68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","output":{"type":"stat","name":"damMult.Focus"},"scaling":[40],"slider_max":3}],"id":61},{"display_name":"More Focus","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[33,12],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":62},{"display_name":"More Focus (2)","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[25,28],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":39,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":63},{"display_name":"Traveler","desc":"For every 1% Walk Speed you have from items, gain +1 Raw Spell Damage (Max 100)","parents":[42,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spd"}],"output":{"type":"stat","name":"sdRaw"},"scaling":[1],"max":100}],"id":64},{"display_name":"Patient Hunter","desc":"Your Traps will deal +20% more damage for every second they are active (Max +80%)","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[40],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":8,"icon":"node_1"},"properties":{"max":80},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[20]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Add +80% Max Damage to Patient Hunter","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4},{"type":"raw_stat","bonuses":[{"type":"prop","abil":65,"name":"max","value":80}]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +6% Walk Speed (Max 200%). Decay -40% of the bonus every second","archetype":"Boltslinger","archetype_req":0,"parents":[59,6],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","output":{"type":"stat","name":"spd"},"scaling":[6],"max":160}],"id":67},{"display_name":"Phantom Ray","desc":"Condense Arrow Storm into a single ray that damages enemies 10 times per second","base_abil":7,"parents":[37,4],"dependencies":[7],"blockers":[11,6,23],"cost":2,"display":{"row":16,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Phantom Ray","base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[25,0,5,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Arrow":16}}]},{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":68},{"display_name":"Arrow Rain","desc":"When Arrow Shield loses its last charge, unleash 150 arrows raining down on enemies","base_abil":0,"parents":[6,38],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Per Arrow)","multipliers":[80,0,0,0,0,60]},{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Total)","hits":{"Arrow Rain (Per Arrow)":150}}],"id":69},{"display_name":"Decimator","desc":"Phantom Ray will increase its damage by 10% everytime you do not miss with it (Max 70%)","archetype":"Sharpshooter","archetype_req":0,"base_abil":7,"parents":[49,51],"dependencies":[68],"blockers":[],"cost":1,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Phantom Ray hits","slider_max":7,"output":{"type":"stat","name":"damMult.Decimator:1.Single Arrow"},"scaling":[10]}],"id":70}],"Warrior":[{"display_name":"Bash","desc":"Violently bash the ground, dealing high damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4,"range":3},"effects":[{"type":"replace_spell","name":"Bash","cost":45,"base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Hit","type":"damage","multipliers":[130,20,0,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Hit":1}}]}],"id":0},{"display_name":"Spear Proficiency 1","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":1},{"display_name":"Cheaper Bash","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Double Bash","desc":"Bash will hit a second time at a farther range","parents":[1],"base_abil":0,"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"range":3},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","cost":0,"hits":{"Single Hit":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","cost":0,"multipliers":[-50,0,0,0,0,0]}],"id":3},{"display_name":"Charge","desc":"Charge forward at high speed (hold shift to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{},"effects":[{"type":"replace_spell","name":"Charge","cost":25,"base_spell":2,"spell_type":"damage","scaling":"spell","display":"","parts":[]}],"id":4},{"display_name":"Heavy Impact","desc":"After using Charge, violently crash down into the ground and deal damage","base_abil":4,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Heavy Impact":1}}],"id":5},{"display_name":"Vehement","desc":"For every 1% or 1 Raw Main Attack Damage you have from items, gain +2% Walk Speed (Max 20%)","archetype":"Fallen","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[7],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"mdPct"},{"type":"stat","name":"mdRaw"}],"output":{"type":"stat","name":"spd"},"scaling":[2,2],"max":20}],"id":6},{"display_name":"Tougher Skin","desc":"Harden your skin and become permanently +5% more resistant. For every 1% or 1 Raw Heath Regen you have from items, gain +10 Health (Max 100)","archetype":"Paladin","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]},{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hprRaw"},{"type":"stat","name":"hprPct"}],"output":{"type":"stat","name":"hpBonus"},"scaling":[10,10],"max":100}],"id":7},{"display_name":"Uppercut","desc":"Rocket enemies in the air and deal massive damage","parents":[6,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":3,"range":5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":45,"base_spell":3,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Uppercut","multipliers":[200,40,40,0,0,0]},{"name":"Total Damage","hits":{"Uppercut":1}}]}],"id":8},{"display_name":"Cheaper Charge","desc":"Reduce the Mana cost of Charge","base_abil":4,"parents":[8,10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":9},{"display_name":"War Scream","desc":"Emit a terrorizing roar that deals damage, pull nearby enemies, and add damage resistance to yourself and allies","parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"duration":30,"aoe":12,"defense_bonus":10},"effects":[{"type":"replace_spell","name":"War Scream","cost":35,"base_spell":4,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"War Scream","multipliers":[50,0,0,0,50,0]},{"name":"Total Damage","hits":{"War Scream":1}}]}],"id":10},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases base damage from all Earth attacks","archetype":"Fallen","archetype_req":0,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":11},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks","archetype":"Fallen","archetype_req":0,"parents":[8,14,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":12},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases base damage from all Water attacks","archetype":"Battle Monk","archetype_req":0,"parents":[9,12,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":13},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Battle Monk","archetype_req":0,"parents":[10,12,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":14},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Paladin","archetype_req":0,"parents":[10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":15},{"display_name":"Quadruple Bash","desc":"Bash will hit 4 times at an even larger range","archetype":"Fallen","archetype_req":0,"base_abil":0,"parents":[11,17],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{"range":6},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[-20,0,0,0,0,0]}],"id":16},{"display_name":"Fireworks","desc":"Mobs hit by Uppercut will explode mid-air and receive additional damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[12,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fireworks","multipliers":[80,0,20,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fireworks":1}}],"id":17},{"display_name":"Half-Moon Swipe","desc":"Uppercut will deal a footsweep attack at a longer and wider angle. All elemental conversions become Water","archetype":"Battle Monk","archetype_req":1,"base_abil":8,"parents":[13],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"range":4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-10,"multipliers":[-70,0,0,30,0,0]}],"id":18},{"display_name":"Flyby Jab","desc":"Damage enemies in your way when using Charge","base_abil":4,"parents":[14,20],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flyby Jab","multipliers":[20,0,0,0,0,40]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Flyby Jab":1}}],"id":19},{"display_name":"Flaming Uppercut","desc":"Uppercut will light mobs on fire, dealing damage every 0.6 seconds","archetype":"Paladin","archetype_req":0,"base_abil":8,"parents":[15,19],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{"duration":3,"tick":0.6},"effects":[{"type":"replace_spell","name":"Flaming Uppercut","base_spell":8,"display":"DPS","parts":[{"name":"Damage Tick","multipliers":[0,0,0,0,50,0]},{"name":"DPS","hits":{"Damage Tick":1.6666666666666667}},{"name":"Total Damage","hits":{"Damage Tick":5}}]}],"id":20},{"display_name":"Iron Lungs","desc":"War Scream deals more damage","archetype":"Paladin","archetype_req":0,"base_abil":10,"parents":[19,20],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"War Scream","cost":0,"multipliers":[30,0,0,0,0,30]}],"id":21},{"display_name":"Generalist","desc":"After casting 3 different spells in a row, your next spell will cost 5 mana","archetype":"Battle Monk","archetype_req":3,"parents":[23],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":2,"icon":"node_3"},"properties":{},"effects":[],"id":22},{"display_name":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","archetype_req":0,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_1"},"properties":{"chance":30},"effects":[{"type":"replace_spell","name":"Counter","base_spell":5,"display":"Counter Damage","parts":[{"name":"Counter Damage","multipliers":[60,0,20,0,0,20]}]}],"id":23},{"display_name":"Mantle of the Bovemists","desc":"When casting War Scream, create a holy shield around you that reduces all incoming damage by 70% for 3 hits (20s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"mantle_charge":3},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Mantle","value":70}]}],"id":24},{"display_name":"Bak'al's Grasp","desc":"After casting War Scream, become Corrupted (15s Cooldown). You cannot heal while in that state. While Corrupted, every 2% of Health you lose will add +4 Raw Damage to your attacks (Max 120)","archetype":"Fallen","archetype_req":2,"parents":[16,17],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":16,"col":1,"icon":"node_3"},"properties":{"cooldown":15},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","slider_max":100,"slider_step":1,"output":{"type":"stat","name":"damRaw"},"max":120,"scaling":[2]}],"id":25},{"display_name":"Spear Proficiency 2","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[25,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Aerodynamics","desc":"During Charge, you can steer and change direction","archetype":"Battle Monk","archetype_req":0,"base_abil":4,"parents":[27,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":28},{"display_name":"Provoke","desc":"Mobs damaged by War Scream will target only you for at least 5s. Reduce the Mana cost of War Scream","base_abil":10,"parents":[28,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":29},{"display_name":"Precise Strikes","desc":"+30% Critical Hit Damage","parents":[27,26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":30},{"display_name":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","base_abil":10,"parents":[28,29],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":18,"col":6,"icon":"node_1"},"properties":{"attackRate":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","multipliers":[40,0,0,0,0,10]}],"id":31},{"display_name":"Enraged Blow","desc":"While Corriupted, every 1% of Health you lose will increase your damage by +3% (Max 300%)","archetype":"Fallen","archetype_req":0,"base_abil":25,"parents":[26],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":20,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"scaling":[3]}],"id":32},{"display_name":"Flying Kick","desc":"When using Charge, mobs hit will halt your momentum and get knocked back","archetype":"Battle Monk","archetype_req":1,"base_abil":4,"parents":[27,34],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick","multipliers":[150,0,0,20,0,30]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Flying Kick":1},"display":"Flying Kick Max Damage"}],"id":33},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[35,33],"dependencies":[24],"blockers":[],"cost":1,"display":{"row":20,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":24,"name":"mantle_charge","value":2}]}],"id":34},{"display_name":"Manachism","desc":"If you receive a hit that's less than 5% of your max HP, gain 10 Mana (1s Cooldown)","archetype":"Paladin","archetype_req":3,"parents":[34,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":35},{"display_name":"Boiling Blood","desc":"Bash leaves a trail of boiling blood behind its first explosion, slowing down and damaging enemies above it every 0.4 seconds","base_abil":0,"parents":[32,37],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Boiling Blood","cost":0,"multipliers":[25,0,0,0,5,0]}],"id":36},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its range and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[36,33],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Ragnarokkr","value":30}]}],"id":37},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":23,"parents":[33,34,39],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":23,"name":"chance","value":30}]}],"id":38},{"display_name":"Burning Heart","desc":"For every 100 Health Bonus you have from item IDs, gain +2% Fire Damage (Max 100%)","archetype":"Paladin","archetype_req":0,"parents":[38,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hpBonus"}],"output":{"type":"stat","name":"fDamPct"},"scaling":[0.02],"max":100}],"id":39},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[39,35],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[30,0,0,0,0,0]}],"id":40},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 2% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[37,36],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":41},{"display_name":"Comet","desc":"After being hit by Fireworks, enemies will crash into the ground and receive more damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[37],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":24,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Comet","cost":0,"multipliers":[80,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","cost":0,"hits":{"Comet":1}}],"id":42},{"display_name":"Collide","desc":"Mobs thrown into walls from Flying Kick will explode and receive additonal damage","archetype":"Battle Monk","archetype_req":4,"base_abil":4,"parents":[38,39],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Collide","cost":0,"multipliers":[150,0,0,0,50,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Collide":1}}],"id":43},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[39,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":44},{"display_name":"Uncontainable Corruption","desc":"Reduce the cooldown of Bak'al's Grasp by -5s, and increase the raw damage gained for every 2% of health lost by +1","base_abil":25,"parents":[36,46],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"stat","name":"damRaw"},"scaling":[0.5]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":25,"name":"cooldown","value":-5}]}],"id":45},{"display_name":"Radiant Devotee","desc":"For every 4% Reflection you have from items, gain +1/5s Mana Regen (Max 10/5s)","archetype":"Battle Monk","archetype_req":1,"parents":[47,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":26,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","inputs":[{"type":"stat","name":"ref"}],"output":{"type":"stat","name":"mr"},"scaling":[0.25],"max":10}],"id":46},{"display_name":"Whirlwind Strike","desc":"Uppercut will create a strong gust of air, launching you upward with enemies (Hold shift to stay grounded)","archetype":"Battle Monk","archetype_req":5,"base_abil":8,"parents":[38,46],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[0,0,0,0,0,50]}],"id":47},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]}],"id":48},{"display_name":"Armour Breaker","desc":"While Corrupted, losing 30% Health will make your next Uppercut destroy enemies' defense, rendering them weaker to damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[45,46],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":5},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":49},{"display_name":"Shield Strike","desc":"When your Mantle of the Bovemist loses all charges, deal damage around you for each Mantle individually lost","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[48,51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Shield Strike","base_spell":6,"display":"Damage per Shield","parts":[{"name":"Damage per Shield","multipliers":[60,0,20,0,0,0]}]}],"id":50},{"display_name":"Sparkling Hope","desc":"Everytime you heal 5% of your max health, deal damage to all nearby enemies","archetype":"Paladin","archetype_req":0,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_2"},"properties":{"aoe":6},"effects":[{"type":"replace_spell","name":"Sparkling Hope","base_spell":7,"display":"Damage Tick","parts":[{"name":"Damage Tick","multipliers":[10,0,5,0,0,0]}]}],"id":51},{"display_name":"Massive Bash","desc":"While Corrupted, every 3% Health you lose will add +1 AoE to Bash (Max 10)","archetype":"Fallen","archetype_req":8,"base_abil":25,"parents":[53,45],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"prop","abil":0,"name":"aoe"},"scaling":[0.3333333333333333],"max":10}],"id":52},{"display_name":"Tempest","desc":"War Scream will ripple the ground and deal damage 3 times in a large area","archetype":"Battle Monk","archetype_req":0,"base_abil":10,"parents":[52,54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{"aoe":16},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest","multipliers":[30,10,0,0,0,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest Total Damage","hits":{"Tempest":3}},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Tempest":3}}],"id":53},{"display_name":"Spirit of the Rabbit","desc":"Reduce the Mana cost of Charge and increase your Walk Speed by +20%","archetype":"Battle Monk","archetype_req":5,"base_abil":4,"parents":[53,47],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5},{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":54},{"display_name":"Massacre","desc":"While Corrupted, if your effective attack speed is Slow or lower, hitting an enemy with your Main Attack will add +1% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":55},{"display_name":"Axe Kick","desc":"Increase the damage of Uppercut, but also increase its mana cost","base_abil":8,"parents":[53,54],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":10,"multipliers":[100,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":2,"base_abil":0,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_2"},"properties":{"cooldown":15},"effects":[],"id":57},{"display_name":"Cheaper Bash 2","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[57,50,51],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":58},{"display_name":"Cheaper War Scream","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Discombobulate","desc":"Every time you hit an enemy, briefly increase your elemental damage dealt to them by +3 (Additive, Max +80). This bonus decays -5 every second","archetype":"Battle Monk","archetype_req":11,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","slider_max":27,"output":[{"type":"stat","name":"eDamAddMin"},{"type":"stat","name":"eDamAddMax"},{"type":"stat","name":"tDamAddMin"},{"type":"stat","name":"tDamAddMax"},{"type":"stat","name":"wDamAddMin"},{"type":"stat","name":"wDamAddMax"},{"type":"stat","name":"fDamAddMin"},{"type":"stat","name":"fDamAddMax"},{"type":"stat","name":"aDamAddMin"},{"type":"stat","name":"aDamAddMax"}],"scaling":[3],"max":80}],"id":60},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.\n\n All elemental conversions become Thunder","archetype":"Battle Monk","archetype_req":8,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":1,"conversion":"Thunder"},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":61},{"display_name":"Cyclone","desc":"After casting War Scream, envelop yourself with a vortex that damages nearby enemies every 0.5s","archetype":"Battle Monk","archetype_req":0,"parents":[54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":4,"icon":"node_1"},"properties":{"aoe":4,"duration":20},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone","multipliers":[10,0,0,0,5,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone Total Damage","hits":{"Cyclone":40}}],"id":62},{"display_name":"Second Chance","desc":"When you receive a fatal blow, survive and regain 30% of your Health (10m Cooldown)","archetype":"Paladin","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":63},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.6% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{"health_cost":0.6},"effects":[],"id":64},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.3% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":64,"parents":[64],"dependencies":[64],"blockers":[],"cost":1,"display":{"row":35,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":64,"name":"health_cost","value":-0.3}]}],"id":65},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[64,67],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":66},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[63,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":35,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":67},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":68}],"Mage":[{"display_name":"Meteor","desc":"Summon a slow but powerful meteor from the sky, dealing massive damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":55,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1}}]}],"id":0},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[4],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{"range":12},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you cannot heal more than 30% of their max health)","parents":[14,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.1}]}],"id":2},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[13,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":35,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":3},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":4},{"display_name":"Wand Proficiency I","desc":"Improve your Main Attack's damage and range when using a wand.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":5},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":6},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":7},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":8},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[12,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":10},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":11},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[2,3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":12},{"display_name":"Wisdom","desc":"For every 2% or 2 Raw Spell Damage you have from items, gain +1/5s mana regen (Max 5/5s)","archetype":"Arcanist","archetype_req":0,"parents":[1],"dependencies":[],"blockers":[14],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sdPct"},{"type":"stat","name":"sdRaw"}],"output":{"type":"stat","name":"mr"},"scaling":[0.5,0.5],"max":5}],"id":13},{"display_name":"Wand Proficiency II","desc":"Improve your Main Attack's damage and range when using a wand.","archetype":"Riftwalker","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":"teleport","parents":[10,16],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Wind Slash","base_spell":2,"multipliers":[50,0,0,0,0,50]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Wind Slash":1}}],"id":15},{"display_name":"Thunderstorm","desc":"After casting Meteor, summon 3 lightning strikes and deal additional damage","base_abil":0,"parents":[15,8],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","target_part":"Lightning Damage","base_spell":3,"multipliers":[30,0,15,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":3,"hits":{"Lightning Damage":3}}],"id":16},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Meteor Damage","behavior":"modify","multipliers":[30,90,0,0,0,0]}],"id":17},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil that damages enemies every 0.4s.","base_abil":0,"parents":[11,7],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":7,"icon":"node_1"},"properties":{"aoe":7,"duration":8},"effects":[{"type":"replace_spell","name":"Burning Sigil","base_spell":6,"display":"DPS","parts":[{"name":"Tick Damage","multipliers":[15,0,0,0,25,0]},{"name":"DPS","hits":{"Tick Damage":2.5}},{"name":"Total Burn Damage","hits":{"Tick Damage":20}}]}],"id":18},{"display_name":"Sunshower","desc":"Heal emit a strong light, damaging nearby enemies.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[9],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[70,0,0,30,0,0]}],"id":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 5, 0.5s cooldown) Ice Snake will deal additional damage to enemies for every Winded they have","archetype":"Riftwalker","archetype_req":3,"parents":[15,16],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"max":5},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:4.Ice Snake Damage"},"scaling":[20],"slider_step":1,"slider_max":5},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"wConvBase:4.Ice Snake Damage"},"scaling":[10]}],"id":20},{"display_name":"Ophanim","desc":"When casting Meteor, instead summon 2 orbs of light with 200 Health that will attack when you use your Main Attack. When they damage an enemy, they lose 20% of their Health. They can be healed back.","archetype":"Light Bender","archetype_req":2,"parents":[19],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[50,0,30,20,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":2}}]},{"type":"add_spell_prop","base_spell":3,"cost":30}],"id":21},{"display_name":"Arcane Transfer","desc":"Meteor and Ice Snake will add +5 Mana to a Mana Bank for every aggressive enemy you hit. Heal will now transfer the content of your Mana Bank into usable Mana instead of healing.","archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"bank":90},"effects":[{"type":"replace_spell","name":"Arcane Transfer","base_spell":1,"parts":[],"display":""}],"id":22},{"display_name":"Cheaper Heal","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[20,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":23},{"display_name":"Purification","desc":"Heal and Arcane Transfer will purify you of all negative effects and fire. (3s Cooldown)","base_abil":1,"parents":[21,23,25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":4,"icon":"node_2"},"properties":{},"effects":[],"id":24},{"display_name":"Sentient Snake","desc":"Ice Snake will follow the direction you're facing, allowing you to control it.","base_abil":3,"parents":[22,24],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a short amount of time.","base_abil":1,"parents":[23],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[23],"dependencies":[20,24],"blockers":[],"cost":2,"display":{"row":18,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"nConvBase:3.Meteor Damage"},{"type":"stat","name":"eConvBase:3.Meteor Damage"},{"type":"stat","name":"nConvBase:3.Per Orb"},{"type":"stat","name":"eConvBase:3.Per Orb"}],"scaling":[15]}],"id":27},{"display_name":"Larger Heal","desc":"Increase your Heal's range.","base_abil":1,"archetype":"Light Bender","archetype_req":0,"parents":[24,25],"dependencies":[2],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":2,"name":"aoe","value":2}]}],"id":28},{"display_name":"Larger Mana Bank","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[25],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":18,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":22,"name":"bank","value":30}]}],"id":29},{"display_name":"Cheaper Ice Snake","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":30},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[24,32],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":31},{"display_name":"Fortitude","desc":"After healing 120% of your max health within 10s, apply a damage bonus to each player you've healed. (15s Cooldown)","base_abil":2,"archetype":"Light Bender","archetype_req":0,"parents":[30,31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":4},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Fortitude","value":100}]}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will stop and explode when it hits an enemy. (Damage is dealt as Main Attack Damage)","base_abil":4,"archetype":"Arcanist","archetype_req":4,"parents":[25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":7,"icon":"node_2"},"properties":{},"__TODO":"replace_spell pyrokinesis damage","effects":[],"id":33},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","archetype":"","archetype_req":0,"parents":[33,36],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"ls"}],"output":{"type":"stat","name":"sdPct"},"scaling":[0.2],"max":50}],"id":34},{"display_name":"Blink","desc":"Teleport will trigger 2 times in quick successions","base_abil":1,"archetype":"Riftwalker","archetype_req":0,"parents":[32,30],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"prop","abil":1,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1}}],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":3,"parents":[34,31,40],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Arcane Restoration","desc":"Pyrokinesis will add +1 Mana every 1s to your Mana Bank when hitting an aggressive enemy.","base_abil":999,"archetype":"Arcanist","archetype_req":0,"parents":[34,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":37},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage Bonus you have, buff Heal's healing power by +0.3%.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[40,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDam"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":38},{"display_name":"Transonic Warp","desc":"Teleport will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[30],"dependencies":[3,20],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:2.Wind Slash"},"scaling":[30]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"tConvBase:2.Wind Slash"},"scaling":[10]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"aConvBase:2.Wind Slash"},"scaling":[5]}],"id":39},{"display_name":"Healthier Ophanim I","desc":"Increase the health of your orbs from Ophanim by +800 and reduce the damage they take when hitting an enemy by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[32,31],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":40},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing the overall healing.","archetype":"Light Bender","base_abil":2,"parents":[40,36],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":23,"col":4,"icon":"node_1"},"properties":{"aoe":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Pulse","power":0.15},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Heal Pulse":2}}],"id":41},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to nearby enemies.","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[39,38],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":42},{"display_name":"Lightweaver","desc":"After healing 60% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb Damage","parts":[{"name":"Single Orb","type":"damage","multipliers":[30,0,0,0,20,0]},{"name":"Orb Damage","type":"total","hits":{"Single Orb":3}}]}],"id":43},{"display_name":"Arcane Speed","desc":"After casting Heal or Arcane Transfer, gain +80% speed for 3s. (8s Cooldown)","base_abil":2,"parents":[43,45],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":44},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[34,44],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":45},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[45,44],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[42],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":47},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[42,52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":48},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[52,43,44],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":49},{"display_name":"Chaos Explosion","desc":"When your Mana Bank reaches 120, casting Arcane Transfer will rapidly unleash the last 3 spells you've cast in order.","base_abil":22,"archetype":"Arcanist","archetype_req":8,"parents":[45],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":50},{"display_name":"Arcane Power","desc":"Meteor and Ice Snake will add +2 Mana to your Mana Bank for each aggressive mob you hit.","base_abil":22,"archetype":"Arcanist","archetype_req":0,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":29,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":51},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":1,"parents":[48,49],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","target_part":"Explosion Damage","base_spell":2,"multipliers":[50,0,0,0,30,0]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Explosion Damage":1}}],"id":52},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":3,"archetype":"Riftwalker","archetype_req":7,"parents":[48,52],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake","base_spell":4,"multipliers":[0,0,0,0,0,20]}],"id":53},{"display_name":"Time Dilation","desc":"When sprinting, create an area that increases the speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Better Ophanim","desc":"Increase your maximum orbs from Ophanim by +1.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[49],"_parents":["Explosive Entrance","Cheaper Meteor II"],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":1}}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies completely for 2s.","base_abil":3,"parents":[50],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Devitalize","desc":"Enemies will deal -2% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[58,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"More Winded II","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[54],"_parents":["Time Dilation","Dynamic Faith"],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":58},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 100%)","parents":[58,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sprint"}],"output":{"type":"stat","name":"tDamPct"},"scaling":[0.5],"max":100}],"id":59},{"display_name":"Divination","desc":"Increase your maximum orbs from Ophanim by +3 and reduce their damage.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[59,61],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":32,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[-50,0,-10,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":3}}],"id":60},{"display_name":"Healthier Ophanim II","desc":"Increase the health of your orbs from Ophanim by +3000.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[55],"dependencies":[40],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"display_name":"Sunflare","desc":"After healing 400% of your max health within 10s, your next Heal will make every nearby ally temporarily immune.","archetype":"Light Bender","archetype_req":12,"base_abil":2,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":62},{"display_name":"Larger Mana Bank III","desc":"Increase your maximum Mana Bank by +30.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits.","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[63],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":64},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[64],"dependencies":[50],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":65},{"display_name":"Manastorm","desc":"If you have more than 100 Mana, casting a spell will give you +10 mana over 5s.","archetype":"Arcanist","archetype_req":1,"parents":[69,64,62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":66},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs by +2.","archetype":"Light Bender","archetype_req":0,"base_abil":43,"parents":[69,66],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":35,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb Damage","hits":{"Single Orb":2}}],"id":67},{"display_name":"Timelock","desc":"Holding shift and casting Heal will absorb all Winded on nearby enemies and make you Timelocked. While Timelocked, your mana will not be depleted and you become immovable from outside forces. Enemies will recieve Winded damage from all absorbed stacks. (Max 30)","archetype":"Riftwalker","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":0,"icon":"node_3"},"properties":{},"effects":[],"id":68},{"display_name":"Cheaper Heal II","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[68,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":69}]} \ No newline at end of file From 45aaea51f6c54fdc077359fb91c101a02f9fec35 Mon Sep 17 00:00:00 2001 From: hppeng Date: Mon, 11 Jul 2022 08:23:18 -0700 Subject: [PATCH 17/81] Breathless -> Purification --- js/atree_constants.js | 2 +- js/atree_constants_min.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/atree_constants.js b/js/atree_constants.js index 6963c14..44aa8bd 100644 --- a/js/atree_constants.js +++ b/js/atree_constants.js @@ -4754,7 +4754,7 @@ const atrees = { "base_abil": "Windsweeper", "archetype": "Riftwalker", "archetype_req": 0, - "parents": ["Cheaper Heal"], + "parents": ["Cheaper Heal", "Purification"], "dependencies": ["Windsweeper", "Purification"], "blockers": [], "cost": 2, diff --git a/js/atree_constants_min.js b/js/atree_constants_min.js index af5ef9f..f637ab3 100644 --- a/js/atree_constants_min.js +++ b/js/atree_constants_min.js @@ -1 +1 @@ -const atrees={"Archer":[{"display_name":"Arrow Shield","desc":"Create a shield around you that deal damage and knockback mobs when triggered. (2 Charges)","parents":[60,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_4"},"properties":{"charges":2,"duration":60,"aoe":5000},"effects":[{"type":"replace_spell","name":"Arrow Shield","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Shield Damage","type":"damage","multipliers":[90,0,0,0,0,10]},{"name":"Total Damage","type":"total","hits":{"Shield Damage":2}}]}],"id":0},{"display_name":"Escape","desc":"Throw yourself backward to avoid danger. (Hold shift while escaping to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_4"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Arrow Bomb","desc":"Throw a long-range arrow that explodes and deal high damage in a large area. (Self-damage for 25% of your DPS)","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":50,"base_spell":3,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Arrow Bomb","type":"damage","multipliers":[160,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Arrow Bomb":1}}]}],"id":2},{"display_name":"Heart Shatter","desc":"If you hit a mob directly with Arrow Bomb, shatter its heart and deal bonus damage.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Heart Shatter":1}}],"id":3},{"display_name":"Fire Creep","desc":"Arrow Bomb will leak a trail of fire for 6s, Damaging enemies that walk into it every 0.4s.","base_abil":2,"parents":[68,39,5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{"aoe":0.8,"duration":6},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[30,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Burn Damage","hits":{"Fire Creep":15}}],"id":4},{"display_name":"Bryophyte Roots","desc":"When you hit an enemy with Arrow Storm, create an area that slows them down and deals damage every 0.4s.","base_abil":7,"archetype":"Trapper","archetype_req":1,"parents":[4,35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":8,"icon":"node_1"},"properties":{"aoe":2,"duration":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Bryophyte Roots","cost":0,"multipliers":[40,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Roots Damage","hits":{"Bryophyte Roots":12}}],"id":5},{"display_name":"Nimble String","desc":"Arrow Storm throw out +6 arrows per stream and shoot twice as fast.","base_abil":7,"parents":[36,69],"dependencies":[7],"blockers":[68],"cost":2,"display":{"row":15,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-15,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","hits":{"Single Arrow":6}}],"id":6},{"display_name":"Arrow Storm","desc":"Shoot a stream of 8 arrows, dealing significant damage to close mobs and pushing them back.","parents":[58,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_4"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":40,"base_spell":1,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Single Arrow","multipliers":[30,0,10,0,0,0]},{"name":"Single Stream","hits":{"Single Arrow":8}},{"name":"Total Damage","hits":{"Single Stream":1}}]}],"id":7},{"display_name":"Guardian Angels","desc":"Your protective arrows from Arrow Shield will become sentient bows, dealing damage up to 8 times each to nearby enemies. (Arrow Shield will no longer push nearby enemies)","archetype":"Boltslinger","archetype_req":3,"base_abil":0,"parents":[59,67],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":19,"col":1,"icon":"node_3"},"properties":{"range":4,"duration":60,"shots":8,"charges":2},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Arrow":8}},{"name":"Total Damage","type":"total","hits":{"Single Bow":2}}]}],"id":8},{"display_name":"Windy Feet","desc":"When casting Escape, give speed to yourself and nearby allies.","base_abil":1,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":1,"icon":"node_0"},"properties":{"aoe":8,"duration":120},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":9},{"display_name":"Basaltic Trap","desc":"When you hit the ground with Arrow Bomb, leave a Trap that damages enemies. (Max 2 Traps)","archetype":"Trapper","archetype_req":2,"parents":[5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":8,"icon":"node_3"},"properties":{"aoe":7,"traps":2},"effects":[{"type":"replace_spell","name":"Basaltic Trap","base_spell":7,"display":"Trap Damage","parts":[{"name":"Trap Damage","type":"damage","multipliers":[140,30,0,0,30,0]}]}],"id":10},{"display_name":"Windstorm","desc":"Arrow Storm shoot +1 stream of arrows, and each stream shoots +2 arrows, effectively doubling its damage.","base_abil":7,"parents":[8,33],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-10,0,-2,0,0,2]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","cost":0,"hits":{"Single Arrow":2}}],"id":11},{"display_name":"Grappling Hook","base_abil":1,"desc":"When casting Escape, throw a hook that pulls you when hitting a block. If you hit an enemy, pull them towards you instead. (Escape will not throw you backward anymore)","archetype":"Trapper","archetype_req":0,"parents":[61,40,33],"dependencies":[],"blockers":[20],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{"range":26},"effects":[],"id":12},{"display_name":"Implosion","desc":"Arrow bomb will pull enemies towards you. If a trap is nearby, it will pull them towards it instead. Increase Heart Shatter's damage.","archetype":"Trapper","archetype_req":0,"base_abil":2,"parents":[12,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[40,0,0,0,0,0]}],"id":13},{"display_name":"Twain's Arc","desc":"When you have 2+ Focus, holding shift will summon the Twain's Arc. Charge it up to shoot a destructive long-range beam. (Damage is dealt as Main Attack Damage)","archetype":"Sharpshooter","archetype_req":4,"parents":[62,64],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_2"},"properties":{"range":64,"focusReq":2},"effects":[{"type":"replace_spell","name":"Twain's Arc","base_spell":5,"scaling":"melee","use_atkspd":false,"display":"Single Shot","parts":[{"name":"Single Shot","type":"damage","multipliers":[200,0,0,0,0,0]}]}],"id":14},{"display_name":"Fierce Stomp","desc":"When using Escape, hold shift to quickly drop down and deal damage.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[42,64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Fierce Stomp","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Stomp Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep become much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14],"dependencies":[4],"blockers":[],"cost":1,"display":{"row":26,"col":5,"icon":"node_1"},"properties":{"duration":2,"aoe":0.4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[10,0,0,0,5,0]}],"id":16},{"display_name":"Leap","desc":"When you double tap jump, leap foward. (2s Cooldown)","archetype":"Boltslinger","archetype_req":5,"parents":[42,55],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":17},{"display_name":"Shocking Bomb","desc":"Arrow Bomb will not be affected by gravity, and all damage conversions become Thunder.","archetype":"Sharpshooter","archetype_req":5,"base_abil":2,"parents":[14,44,55],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":28,"col":4,"icon":"node_1"},"properties":{"gravity":0},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":3,"conversion":"Thunder"}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 2.85 Mana per second when you stay close to them.","archetype":"Trapper","archetype_req":5,"base_abil":10,"parents":[43,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":8,"icon":"node_3"},"properties":{"range":16,"manaRegen":2.85},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":10}],"id":19},{"display_name":"Escape Artist","desc":"When casting Escape, release 120 arrows towards the ground.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[46,17],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Per Arrow","multipliers":[20,0,10,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Max Damage (Escape Artist)","hits":{"Per Arrow":120},"display":"Max Damage (Escape Artist)"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 5s or more, your next sucessful hit will deal +50% damage and add +1 Focus.","archetype":"Sharpshooter","archetype_req":5,"parents":[18,44,47],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[],"id":21},{"display_name":"Call of the Hound","desc":"Arrow Shield summon a Hound that will attack and drag aggressive enemies towards your traps.","archetype":"Trapper","archetype_req":0,"base_abil":0,"parents":[21,47],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Hound Damage","multipliers":[40,0,0,0,0,0]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 stream of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,20],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":2}}],"id":23},{"display_name":"Geyser Stomp","desc":"Fierce Stomp will create geysers, dealing more damage and vertical knockback.","base_abil":1,"parents":[56],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Geyser Stomp","multipliers":[0,0,0,50,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":15,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5 Focus, casting Arrow Storm will make you levitate and shoot 20 homing arrows per second until you run out of Focus. While in that state, you will lose 1 Focus per second.","archetype":"Sharpshooter","archetype_req":10,"parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":37,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Crepuscular Ray","base_spell":6,"display":"DPS","parts":[{"name":"Single Arrow","multipliers":[20,0,0,5,0,0]},{"name":"DPS","hits":{"Single Arrow":20}},{"name":"Total Damage","hits":{"DPS":7}}]}],"id":25},{"display_name":"Grape Bomb","desc":"Arrow bomb will throw 3 additional smaller bombs when exploding.","base_abil":2,"parents":[51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[30,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Grape Bomb":3}}],"id":26},{"display_name":"Tangled Traps","desc":"Your Traps will be connected by a rope that deals damage to enemies every 0.2s.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":38,"col":6,"icon":"node_1"},"properties":{"attackSpeed":0.2},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Line Damage Tick","multipliers":[20,0,0,0,0,20]},{"type":"add_spell_prop","base_spell":7,"target_part":"DPS","hits":{"Line Damage Tick":5}}],"id":27},{"display_name":"Snow Storm","desc":"Enemies near you will be slowed down.","parents":[24,63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":2,"icon":"node_2"},"properties":{"range":2.5,"slowness":0.3},"effects":[],"id":28},{"display_name":"All-Seeing Panoptes","desc":"Your bows from Guardian Angels become all-seeing, increasing their range, damage and letting them shoot up to +5 times each.","archetype":"Boltslinger","archetype_req":11,"base_abil":0,"parents":[28],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":40,"col":1,"icon":"node_3"},"properties":{"range":8,"shots":5},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Arrow","multipliers":[0,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":5}}],"id":29},{"display_name":"Minefield","desc":"Allow you to place +6 Traps, but with reduced damage and range.","archetype":"Trapper","archetype_req":10,"base_abil":10,"parents":[26,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":40,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":8,"target_part":"Trap Damage","cost":0,"multipliers":[-80,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-2},{"type":"prop","abil":10,"name":"traps","value":6}]}],"id":30},{"display_name":"Bow Proficiency I","desc":"Improve your Main Attack's damage and range when using a bow.","base_abil":999,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":31},{"display_name":"Cheaper Arrow Bomb","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":32},{"display_name":"Cheaper Arrow Storm","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[12,11,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":33},{"display_name":"Cheaper Escape","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[7,0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":34},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Trapper","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":35},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7,39,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":36},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[34,36,39],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":37},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":38},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[36,0,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":39},{"display_name":"More Shields","desc":"Give +2 charges to Arrow Shield.","base_abil":0,"parents":[12,10],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Shield Damage":2,"Single Bow":2}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"charges","value":2}]}],"id":40},{"display_name":"Stormy Feet","desc":"Windy Feet will last longer and add more speed.","archetype":"Boltslinger","base_abil":1,"parents":[11],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":23,"col":1,"icon":"node_0"},"properties":{"duration":60},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spdPct","value":20}]}],"id":41},{"display_name":"Refined Gunpowder","desc":"Increase the damage of Arrow Bomb.","base_abil":2,"parents":[11,64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[50,0,0,0,0,0]}],"id":42},{"display_name":"More Traps","desc":"Increase the maximum amount of active Traps you can have by +2.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[54],"dependencies":[10],"blockers":[],"cost":1,"display":{"row":26,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"traps","value":2}]}],"id":43},{"display_name":"Better Arrow Shield","desc":"Arrow Shield will gain additional area of effect, knockback and damage.","archetype":"Sharpshooter","archetype_req":0,"base_abil":0,"parents":[19,18,14],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Shield","behavior":"modify","multipliers":[40,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"behavior":"modify","name":"aoe","value":1}]}],"id":44},{"display_name":"Better Leap","desc":"Reduce leap's cooldown by 1s.","archetype":"Boltslinger","archetype_req":0,"base_abil":17,"parents":[17,55],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":29,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":17,"name":"cooldown","value":-1}]}],"id":45},{"display_name":"Better Guardian Angels","desc":"Your Guardian Angels can shoot +4 arrows before disappearing.","archetype":"Boltslinger","archetype_req":0,"base_abil":0,"parents":[20,55],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":4}}],"id":46},{"display_name":"Cheaper Arrow Storm (2)","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[21,19],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":47},{"display_name":"Precise Shot","desc":"+30% Critical Hit Damage","parents":[46,49,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":48},{"display_name":"Cheaper Arrow Shield","desc":"Reduce the Mana cost of Arrow Shield.","base_abil":0,"parents":[48,21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Rocket Jump","desc":"Arrow Bomb's self-damage will knockback you farther away.","base_abil":2,"parents":[47,21],"dependencies":[2],"blockers":[],"cost":1,"display":{"row":33,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Escape (2)","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[22,70],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":51},{"display_name":"Stronger Hook","desc":"Increase your Grappling Hook's range, speed and strength.","archetype":"Trapper","archetype_req":5,"base_abil":1,"parents":[51],"dependencies":[12],"blockers":[],"cost":1,"display":{"row":35,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":12,"name":"range","value":8}]}],"id":52},{"display_name":"Cheaper Arrow Bomb (2)","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":40,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":53},{"display_name":"Bouncing Bomb","desc":"Arrow Bomb will bounce once when hitting a block or enemy","base_abil":2,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Homing Shots","desc":"Your Main Attack arrows will follow nearby enemies and not be affected by gravity","archetype":"Sharpshooter","base_abil":999,"parents":[17,18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"Shrapnel Bomb","desc":"Arrow Bomb's explosion will fling 15 shrapnel, dealing damage in a large area","archetype":"Boltslinger","archetype_req":8,"base_abil":2,"parents":[23,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Shrapnel Bomblet","multipliers":[40,0,0,0,20,0]}],"id":56},{"display_name":"Elusive","desc":"If you do not get hit for 8+ seconds, become immune to self-damage and remove Arrow Storm's recoil. (Dodging counts as not getting hit)","archetype":"Boltslinger","archetype_req":0,"parents":[24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":38,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"Double Shots","desc":"Double Main Attack arrows, but they deal -30% damage per arrow (harder to hit far enemies)","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[60],"cost":1,"display":{"row":7,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-30,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":2},"display":"Total Damage"}],"id":58},{"display_name":"Triple Shots","desc":"Triple Main Attack arrows, but they deal -20% damage per arrow","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[69,67],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-20,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":1},"display":"Total Damage"}],"id":59},{"display_name":"Power Shots","desc":"Main Attack arrows have increased speed and knockback","archetype":"Sharpshooter","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[58],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":60},{"display_name":"Focus","desc":"When hitting an aggressive mob 5+ blocks away, gain +1 Focus (Max 3). Resets if you miss once","archetype":"Sharpshooter","archetype_req":2,"parents":[68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","output":{"type":"stat","name":"damMult.Focus"},"scaling":[40],"slider_max":3}],"id":61},{"display_name":"More Focus","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[33,12],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":62},{"display_name":"More Focus (2)","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[25,28],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":39,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":63},{"display_name":"Traveler","desc":"For every 1% Walk Speed you have from items, gain +1 Raw Spell Damage (Max 100)","parents":[42,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spd"}],"output":{"type":"stat","name":"sdRaw"},"scaling":[1],"max":100}],"id":64},{"display_name":"Patient Hunter","desc":"Your Traps will deal +20% more damage for every second they are active (Max +80%)","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[40],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":8,"icon":"node_1"},"properties":{"max":80},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[20]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Add +80% Max Damage to Patient Hunter","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4},{"type":"raw_stat","bonuses":[{"type":"prop","abil":65,"name":"max","value":80}]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +6% Walk Speed (Max 200%). Decay -40% of the bonus every second","archetype":"Boltslinger","archetype_req":0,"parents":[59,6],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","output":{"type":"stat","name":"spd"},"scaling":[6],"max":160}],"id":67},{"display_name":"Phantom Ray","desc":"Condense Arrow Storm into a single ray that damages enemies 10 times per second","base_abil":7,"parents":[37,4],"dependencies":[7],"blockers":[11,6,23],"cost":2,"display":{"row":16,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Phantom Ray","base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[25,0,5,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Arrow":16}}]},{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":68},{"display_name":"Arrow Rain","desc":"When Arrow Shield loses its last charge, unleash 150 arrows raining down on enemies","base_abil":0,"parents":[6,38],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Per Arrow)","multipliers":[80,0,0,0,0,60]},{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Total)","hits":{"Arrow Rain (Per Arrow)":150}}],"id":69},{"display_name":"Decimator","desc":"Phantom Ray will increase its damage by 10% everytime you do not miss with it (Max 70%)","archetype":"Sharpshooter","archetype_req":0,"base_abil":7,"parents":[49,51],"dependencies":[68],"blockers":[],"cost":1,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Phantom Ray hits","slider_max":7,"output":{"type":"stat","name":"damMult.Decimator:1.Single Arrow"},"scaling":[10]}],"id":70}],"Warrior":[{"display_name":"Bash","desc":"Violently bash the ground, dealing high damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4,"range":3},"effects":[{"type":"replace_spell","name":"Bash","cost":45,"base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Hit","type":"damage","multipliers":[130,20,0,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Hit":1}}]}],"id":0},{"display_name":"Spear Proficiency 1","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":1},{"display_name":"Cheaper Bash","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Double Bash","desc":"Bash will hit a second time at a farther range","parents":[1],"base_abil":0,"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"range":3},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","cost":0,"hits":{"Single Hit":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","cost":0,"multipliers":[-50,0,0,0,0,0]}],"id":3},{"display_name":"Charge","desc":"Charge forward at high speed (hold shift to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{},"effects":[{"type":"replace_spell","name":"Charge","cost":25,"base_spell":2,"spell_type":"damage","scaling":"spell","display":"","parts":[]}],"id":4},{"display_name":"Heavy Impact","desc":"After using Charge, violently crash down into the ground and deal damage","base_abil":4,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Heavy Impact":1}}],"id":5},{"display_name":"Vehement","desc":"For every 1% or 1 Raw Main Attack Damage you have from items, gain +2% Walk Speed (Max 20%)","archetype":"Fallen","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[7],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"mdPct"},{"type":"stat","name":"mdRaw"}],"output":{"type":"stat","name":"spd"},"scaling":[2,2],"max":20}],"id":6},{"display_name":"Tougher Skin","desc":"Harden your skin and become permanently +5% more resistant. For every 1% or 1 Raw Heath Regen you have from items, gain +10 Health (Max 100)","archetype":"Paladin","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]},{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hprRaw"},{"type":"stat","name":"hprPct"}],"output":{"type":"stat","name":"hpBonus"},"scaling":[10,10],"max":100}],"id":7},{"display_name":"Uppercut","desc":"Rocket enemies in the air and deal massive damage","parents":[6,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":3,"range":5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":45,"base_spell":3,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Uppercut","multipliers":[200,40,40,0,0,0]},{"name":"Total Damage","hits":{"Uppercut":1}}]}],"id":8},{"display_name":"Cheaper Charge","desc":"Reduce the Mana cost of Charge","base_abil":4,"parents":[8,10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":9},{"display_name":"War Scream","desc":"Emit a terrorizing roar that deals damage, pull nearby enemies, and add damage resistance to yourself and allies","parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"duration":30,"aoe":12,"defense_bonus":10},"effects":[{"type":"replace_spell","name":"War Scream","cost":35,"base_spell":4,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"War Scream","multipliers":[50,0,0,0,50,0]},{"name":"Total Damage","hits":{"War Scream":1}}]}],"id":10},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases base damage from all Earth attacks","archetype":"Fallen","archetype_req":0,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":11},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks","archetype":"Fallen","archetype_req":0,"parents":[8,14,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":12},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases base damage from all Water attacks","archetype":"Battle Monk","archetype_req":0,"parents":[9,12,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":13},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Battle Monk","archetype_req":0,"parents":[10,12,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":14},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Paladin","archetype_req":0,"parents":[10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":15},{"display_name":"Quadruple Bash","desc":"Bash will hit 4 times at an even larger range","archetype":"Fallen","archetype_req":0,"base_abil":0,"parents":[11,17],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{"range":6},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[-20,0,0,0,0,0]}],"id":16},{"display_name":"Fireworks","desc":"Mobs hit by Uppercut will explode mid-air and receive additional damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[12,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fireworks","multipliers":[80,0,20,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fireworks":1}}],"id":17},{"display_name":"Half-Moon Swipe","desc":"Uppercut will deal a footsweep attack at a longer and wider angle. All elemental conversions become Water","archetype":"Battle Monk","archetype_req":1,"base_abil":8,"parents":[13],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"range":4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-10,"multipliers":[-70,0,0,30,0,0]}],"id":18},{"display_name":"Flyby Jab","desc":"Damage enemies in your way when using Charge","base_abil":4,"parents":[14,20],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flyby Jab","multipliers":[20,0,0,0,0,40]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Flyby Jab":1}}],"id":19},{"display_name":"Flaming Uppercut","desc":"Uppercut will light mobs on fire, dealing damage every 0.6 seconds","archetype":"Paladin","archetype_req":0,"base_abil":8,"parents":[15,19],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{"duration":3,"tick":0.6},"effects":[{"type":"replace_spell","name":"Flaming Uppercut","base_spell":8,"display":"DPS","parts":[{"name":"Damage Tick","multipliers":[0,0,0,0,50,0]},{"name":"DPS","hits":{"Damage Tick":1.6666666666666667}},{"name":"Total Damage","hits":{"Damage Tick":5}}]}],"id":20},{"display_name":"Iron Lungs","desc":"War Scream deals more damage","archetype":"Paladin","archetype_req":0,"base_abil":10,"parents":[19,20],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"War Scream","cost":0,"multipliers":[30,0,0,0,0,30]}],"id":21},{"display_name":"Generalist","desc":"After casting 3 different spells in a row, your next spell will cost 5 mana","archetype":"Battle Monk","archetype_req":3,"parents":[23],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":2,"icon":"node_3"},"properties":{},"effects":[],"id":22},{"display_name":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","archetype_req":0,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_1"},"properties":{"chance":30},"effects":[{"type":"replace_spell","name":"Counter","base_spell":5,"display":"Counter Damage","parts":[{"name":"Counter Damage","multipliers":[60,0,20,0,0,20]}]}],"id":23},{"display_name":"Mantle of the Bovemists","desc":"When casting War Scream, create a holy shield around you that reduces all incoming damage by 70% for 3 hits (20s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"mantle_charge":3},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Mantle","value":70}]}],"id":24},{"display_name":"Bak'al's Grasp","desc":"After casting War Scream, become Corrupted (15s Cooldown). You cannot heal while in that state. While Corrupted, every 2% of Health you lose will add +4 Raw Damage to your attacks (Max 120)","archetype":"Fallen","archetype_req":2,"parents":[16,17],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":16,"col":1,"icon":"node_3"},"properties":{"cooldown":15},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","slider_max":100,"slider_step":1,"output":{"type":"stat","name":"damRaw"},"max":120,"scaling":[2]}],"id":25},{"display_name":"Spear Proficiency 2","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[25,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Aerodynamics","desc":"During Charge, you can steer and change direction","archetype":"Battle Monk","archetype_req":0,"base_abil":4,"parents":[27,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":28},{"display_name":"Provoke","desc":"Mobs damaged by War Scream will target only you for at least 5s. Reduce the Mana cost of War Scream","base_abil":10,"parents":[28,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":29},{"display_name":"Precise Strikes","desc":"+30% Critical Hit Damage","parents":[27,26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":30},{"display_name":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","base_abil":10,"parents":[28,29],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":18,"col":6,"icon":"node_1"},"properties":{"attackRate":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","multipliers":[40,0,0,0,0,10]}],"id":31},{"display_name":"Enraged Blow","desc":"While Corriupted, every 1% of Health you lose will increase your damage by +3% (Max 300%)","archetype":"Fallen","archetype_req":0,"base_abil":25,"parents":[26],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":20,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"scaling":[3]}],"id":32},{"display_name":"Flying Kick","desc":"When using Charge, mobs hit will halt your momentum and get knocked back","archetype":"Battle Monk","archetype_req":1,"base_abil":4,"parents":[27,34],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick","multipliers":[150,0,0,20,0,30]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Flying Kick":1},"display":"Flying Kick Max Damage"}],"id":33},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[35,33],"dependencies":[24],"blockers":[],"cost":1,"display":{"row":20,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":24,"name":"mantle_charge","value":2}]}],"id":34},{"display_name":"Manachism","desc":"If you receive a hit that's less than 5% of your max HP, gain 10 Mana (1s Cooldown)","archetype":"Paladin","archetype_req":3,"parents":[34,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":35},{"display_name":"Boiling Blood","desc":"Bash leaves a trail of boiling blood behind its first explosion, slowing down and damaging enemies above it every 0.4 seconds","base_abil":0,"parents":[32,37],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Boiling Blood","cost":0,"multipliers":[25,0,0,0,5,0]}],"id":36},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its range and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[36,33],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Ragnarokkr","value":30}]}],"id":37},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":23,"parents":[33,34,39],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":23,"name":"chance","value":30}]}],"id":38},{"display_name":"Burning Heart","desc":"For every 100 Health Bonus you have from item IDs, gain +2% Fire Damage (Max 100%)","archetype":"Paladin","archetype_req":0,"parents":[38,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hpBonus"}],"output":{"type":"stat","name":"fDamPct"},"scaling":[0.02],"max":100}],"id":39},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[39,35],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[30,0,0,0,0,0]}],"id":40},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 2% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[37,36],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":41},{"display_name":"Comet","desc":"After being hit by Fireworks, enemies will crash into the ground and receive more damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[37],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":24,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Comet","cost":0,"multipliers":[80,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","cost":0,"hits":{"Comet":1}}],"id":42},{"display_name":"Collide","desc":"Mobs thrown into walls from Flying Kick will explode and receive additonal damage","archetype":"Battle Monk","archetype_req":4,"base_abil":4,"parents":[38,39],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Collide","cost":0,"multipliers":[150,0,0,0,50,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Collide":1}}],"id":43},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[39,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":44},{"display_name":"Uncontainable Corruption","desc":"Reduce the cooldown of Bak'al's Grasp by -5s, and increase the raw damage gained for every 2% of health lost by +1","base_abil":25,"parents":[36,46],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"stat","name":"damRaw"},"scaling":[0.5]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":25,"name":"cooldown","value":-5}]}],"id":45},{"display_name":"Radiant Devotee","desc":"For every 4% Reflection you have from items, gain +1/5s Mana Regen (Max 10/5s)","archetype":"Battle Monk","archetype_req":1,"parents":[47,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":26,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","inputs":[{"type":"stat","name":"ref"}],"output":{"type":"stat","name":"mr"},"scaling":[0.25],"max":10}],"id":46},{"display_name":"Whirlwind Strike","desc":"Uppercut will create a strong gust of air, launching you upward with enemies (Hold shift to stay grounded)","archetype":"Battle Monk","archetype_req":5,"base_abil":8,"parents":[38,46],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[0,0,0,0,0,50]}],"id":47},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]}],"id":48},{"display_name":"Armour Breaker","desc":"While Corrupted, losing 30% Health will make your next Uppercut destroy enemies' defense, rendering them weaker to damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[45,46],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":5},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":49},{"display_name":"Shield Strike","desc":"When your Mantle of the Bovemist loses all charges, deal damage around you for each Mantle individually lost","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[48,51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Shield Strike","base_spell":6,"display":"Damage per Shield","parts":[{"name":"Damage per Shield","multipliers":[60,0,20,0,0,0]}]}],"id":50},{"display_name":"Sparkling Hope","desc":"Everytime you heal 5% of your max health, deal damage to all nearby enemies","archetype":"Paladin","archetype_req":0,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_2"},"properties":{"aoe":6},"effects":[{"type":"replace_spell","name":"Sparkling Hope","base_spell":7,"display":"Damage Tick","parts":[{"name":"Damage Tick","multipliers":[10,0,5,0,0,0]}]}],"id":51},{"display_name":"Massive Bash","desc":"While Corrupted, every 3% Health you lose will add +1 AoE to Bash (Max 10)","archetype":"Fallen","archetype_req":8,"base_abil":25,"parents":[53,45],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"prop","abil":0,"name":"aoe"},"scaling":[0.3333333333333333],"max":10}],"id":52},{"display_name":"Tempest","desc":"War Scream will ripple the ground and deal damage 3 times in a large area","archetype":"Battle Monk","archetype_req":0,"base_abil":10,"parents":[52,54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{"aoe":16},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest","multipliers":[30,10,0,0,0,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest Total Damage","hits":{"Tempest":3}},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Tempest":3}}],"id":53},{"display_name":"Spirit of the Rabbit","desc":"Reduce the Mana cost of Charge and increase your Walk Speed by +20%","archetype":"Battle Monk","archetype_req":5,"base_abil":4,"parents":[53,47],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5},{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":54},{"display_name":"Massacre","desc":"While Corrupted, if your effective attack speed is Slow or lower, hitting an enemy with your Main Attack will add +1% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":55},{"display_name":"Axe Kick","desc":"Increase the damage of Uppercut, but also increase its mana cost","base_abil":8,"parents":[53,54],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":10,"multipliers":[100,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":2,"base_abil":0,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_2"},"properties":{"cooldown":15},"effects":[],"id":57},{"display_name":"Cheaper Bash 2","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[57,50,51],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":58},{"display_name":"Cheaper War Scream","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Discombobulate","desc":"Every time you hit an enemy, briefly increase your elemental damage dealt to them by +3 (Additive, Max +80). This bonus decays -5 every second","archetype":"Battle Monk","archetype_req":11,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","slider_max":27,"output":[{"type":"stat","name":"eDamAddMin"},{"type":"stat","name":"eDamAddMax"},{"type":"stat","name":"tDamAddMin"},{"type":"stat","name":"tDamAddMax"},{"type":"stat","name":"wDamAddMin"},{"type":"stat","name":"wDamAddMax"},{"type":"stat","name":"fDamAddMin"},{"type":"stat","name":"fDamAddMax"},{"type":"stat","name":"aDamAddMin"},{"type":"stat","name":"aDamAddMax"}],"scaling":[3],"max":80}],"id":60},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.\n\n All elemental conversions become Thunder","archetype":"Battle Monk","archetype_req":8,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":1,"conversion":"Thunder"},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":61},{"display_name":"Cyclone","desc":"After casting War Scream, envelop yourself with a vortex that damages nearby enemies every 0.5s","archetype":"Battle Monk","archetype_req":0,"parents":[54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":4,"icon":"node_1"},"properties":{"aoe":4,"duration":20},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone","multipliers":[10,0,0,0,5,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone Total Damage","hits":{"Cyclone":40}}],"id":62},{"display_name":"Second Chance","desc":"When you receive a fatal blow, survive and regain 30% of your Health (10m Cooldown)","archetype":"Paladin","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":63},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.6% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{"health_cost":0.6},"effects":[],"id":64},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.3% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":64,"parents":[64],"dependencies":[64],"blockers":[],"cost":1,"display":{"row":35,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":64,"name":"health_cost","value":-0.3}]}],"id":65},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[64,67],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":66},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[63,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":35,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":67},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":68}],"Mage":[{"display_name":"Meteor","desc":"Summon a slow but powerful meteor from the sky, dealing massive damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":55,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1}}]}],"id":0},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[4],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{"range":12},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you cannot heal more than 30% of their max health)","parents":[14,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.1}]}],"id":2},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[13,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":35,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":3},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":4},{"display_name":"Wand Proficiency I","desc":"Improve your Main Attack's damage and range when using a wand.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":5},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":6},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":7},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":8},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[12,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":10},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":11},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[2,3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":12},{"display_name":"Wisdom","desc":"For every 2% or 2 Raw Spell Damage you have from items, gain +1/5s mana regen (Max 5/5s)","archetype":"Arcanist","archetype_req":0,"parents":[1],"dependencies":[],"blockers":[14],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sdPct"},{"type":"stat","name":"sdRaw"}],"output":{"type":"stat","name":"mr"},"scaling":[0.5,0.5],"max":5}],"id":13},{"display_name":"Wand Proficiency II","desc":"Improve your Main Attack's damage and range when using a wand.","archetype":"Riftwalker","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":"teleport","parents":[10,16],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Wind Slash","base_spell":2,"multipliers":[50,0,0,0,0,50]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Wind Slash":1}}],"id":15},{"display_name":"Thunderstorm","desc":"After casting Meteor, summon 3 lightning strikes and deal additional damage","base_abil":0,"parents":[15,8],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","target_part":"Lightning Damage","base_spell":3,"multipliers":[30,0,15,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":3,"hits":{"Lightning Damage":3}}],"id":16},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Meteor Damage","behavior":"modify","multipliers":[30,90,0,0,0,0]}],"id":17},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil that damages enemies every 0.4s.","base_abil":0,"parents":[11,7],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":7,"icon":"node_1"},"properties":{"aoe":7,"duration":8},"effects":[{"type":"replace_spell","name":"Burning Sigil","base_spell":6,"display":"DPS","parts":[{"name":"Tick Damage","multipliers":[15,0,0,0,25,0]},{"name":"DPS","hits":{"Tick Damage":2.5}},{"name":"Total Burn Damage","hits":{"Tick Damage":20}}]}],"id":18},{"display_name":"Sunshower","desc":"Heal emit a strong light, damaging nearby enemies.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[9],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[70,0,0,30,0,0]}],"id":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 5, 0.5s cooldown) Ice Snake will deal additional damage to enemies for every Winded they have","archetype":"Riftwalker","archetype_req":3,"parents":[15,16],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"max":5},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:4.Ice Snake Damage"},"scaling":[20],"slider_step":1,"slider_max":5},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"wConvBase:4.Ice Snake Damage"},"scaling":[10]}],"id":20},{"display_name":"Ophanim","desc":"When casting Meteor, instead summon 2 orbs of light with 200 Health that will attack when you use your Main Attack. When they damage an enemy, they lose 20% of their Health. They can be healed back.","archetype":"Light Bender","archetype_req":2,"parents":[19],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[50,0,30,20,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":2}}]},{"type":"add_spell_prop","base_spell":3,"cost":30}],"id":21},{"display_name":"Arcane Transfer","desc":"Meteor and Ice Snake will add +5 Mana to a Mana Bank for every aggressive enemy you hit. Heal will now transfer the content of your Mana Bank into usable Mana instead of healing.","archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"bank":90},"effects":[{"type":"replace_spell","name":"Arcane Transfer","base_spell":1,"parts":[],"display":""}],"id":22},{"display_name":"Cheaper Heal","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[20,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":23},{"display_name":"Purification","desc":"Heal and Arcane Transfer will purify you of all negative effects and fire. (3s Cooldown)","base_abil":1,"parents":[21,23,25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":4,"icon":"node_2"},"properties":{},"effects":[],"id":24},{"display_name":"Sentient Snake","desc":"Ice Snake will follow the direction you're facing, allowing you to control it.","base_abil":3,"parents":[22,24],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a short amount of time.","base_abil":1,"parents":[23],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[23],"dependencies":[20,24],"blockers":[],"cost":2,"display":{"row":18,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"nConvBase:3.Meteor Damage"},{"type":"stat","name":"eConvBase:3.Meteor Damage"},{"type":"stat","name":"nConvBase:3.Per Orb"},{"type":"stat","name":"eConvBase:3.Per Orb"}],"scaling":[15]}],"id":27},{"display_name":"Larger Heal","desc":"Increase your Heal's range.","base_abil":1,"archetype":"Light Bender","archetype_req":0,"parents":[24,25],"dependencies":[2],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":2,"name":"aoe","value":2}]}],"id":28},{"display_name":"Larger Mana Bank","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[25],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":18,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":22,"name":"bank","value":30}]}],"id":29},{"display_name":"Cheaper Ice Snake","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":30},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[24,32],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":31},{"display_name":"Fortitude","desc":"After healing 120% of your max health within 10s, apply a damage bonus to each player you've healed. (15s Cooldown)","base_abil":2,"archetype":"Light Bender","archetype_req":0,"parents":[30,31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":4},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Fortitude","value":100}]}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will stop and explode when it hits an enemy. (Damage is dealt as Main Attack Damage)","base_abil":4,"archetype":"Arcanist","archetype_req":4,"parents":[25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":7,"icon":"node_2"},"properties":{},"__TODO":"replace_spell pyrokinesis damage","effects":[],"id":33},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","archetype":"","archetype_req":0,"parents":[33,36],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"ls"}],"output":{"type":"stat","name":"sdPct"},"scaling":[0.2],"max":50}],"id":34},{"display_name":"Blink","desc":"Teleport will trigger 2 times in quick successions","base_abil":1,"archetype":"Riftwalker","archetype_req":0,"parents":[32,30],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"prop","abil":1,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1}}],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":3,"parents":[34,31,40],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Arcane Restoration","desc":"Pyrokinesis will add +1 Mana every 1s to your Mana Bank when hitting an aggressive enemy.","base_abil":999,"archetype":"Arcanist","archetype_req":0,"parents":[34,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":37},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage Bonus you have, buff Heal's healing power by +0.3%.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[40,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDam"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":38},{"display_name":"Transonic Warp","desc":"Teleport will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[30],"dependencies":[3,20],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:2.Wind Slash"},"scaling":[30]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"tConvBase:2.Wind Slash"},"scaling":[10]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"aConvBase:2.Wind Slash"},"scaling":[5]}],"id":39},{"display_name":"Healthier Ophanim I","desc":"Increase the health of your orbs from Ophanim by +800 and reduce the damage they take when hitting an enemy by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[32,31],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":40},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing the overall healing.","archetype":"Light Bender","base_abil":2,"parents":[40,36],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":23,"col":4,"icon":"node_1"},"properties":{"aoe":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Pulse","power":0.15},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Heal Pulse":2}}],"id":41},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to nearby enemies.","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[39,38],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":42},{"display_name":"Lightweaver","desc":"After healing 60% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb Damage","parts":[{"name":"Single Orb","type":"damage","multipliers":[30,0,0,0,20,0]},{"name":"Orb Damage","type":"total","hits":{"Single Orb":3}}]}],"id":43},{"display_name":"Arcane Speed","desc":"After casting Heal or Arcane Transfer, gain +80% speed for 3s. (8s Cooldown)","base_abil":2,"parents":[43,45],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":44},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[34,44],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":45},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[45,44],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[42],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":47},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[42,52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":48},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[52,43,44],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":49},{"display_name":"Chaos Explosion","desc":"When your Mana Bank reaches 120, casting Arcane Transfer will rapidly unleash the last 3 spells you've cast in order.","base_abil":22,"archetype":"Arcanist","archetype_req":8,"parents":[45],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":50},{"display_name":"Arcane Power","desc":"Meteor and Ice Snake will add +2 Mana to your Mana Bank for each aggressive mob you hit.","base_abil":22,"archetype":"Arcanist","archetype_req":0,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":29,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":51},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":1,"parents":[48,49],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","target_part":"Explosion Damage","base_spell":2,"multipliers":[50,0,0,0,30,0]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Explosion Damage":1}}],"id":52},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":3,"archetype":"Riftwalker","archetype_req":7,"parents":[48,52],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake","base_spell":4,"multipliers":[0,0,0,0,0,20]}],"id":53},{"display_name":"Time Dilation","desc":"When sprinting, create an area that increases the speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Better Ophanim","desc":"Increase your maximum orbs from Ophanim by +1.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[49],"_parents":["Explosive Entrance","Cheaper Meteor II"],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":1}}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies completely for 2s.","base_abil":3,"parents":[50],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Devitalize","desc":"Enemies will deal -2% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[58,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"More Winded II","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[54],"_parents":["Time Dilation","Dynamic Faith"],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":58},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 100%)","parents":[58,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sprint"}],"output":{"type":"stat","name":"tDamPct"},"scaling":[0.5],"max":100}],"id":59},{"display_name":"Divination","desc":"Increase your maximum orbs from Ophanim by +3 and reduce their damage.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[59,61],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":32,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[-50,0,-10,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":3}}],"id":60},{"display_name":"Healthier Ophanim II","desc":"Increase the health of your orbs from Ophanim by +3000.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[55],"dependencies":[40],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"display_name":"Sunflare","desc":"After healing 400% of your max health within 10s, your next Heal will make every nearby ally temporarily immune.","archetype":"Light Bender","archetype_req":12,"base_abil":2,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":62},{"display_name":"Larger Mana Bank III","desc":"Increase your maximum Mana Bank by +30.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits.","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[63],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":64},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[64],"dependencies":[50],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":65},{"display_name":"Manastorm","desc":"If you have more than 100 Mana, casting a spell will give you +10 mana over 5s.","archetype":"Arcanist","archetype_req":1,"parents":[69,64,62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":66},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs by +2.","archetype":"Light Bender","archetype_req":0,"base_abil":43,"parents":[69,66],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":35,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb Damage","hits":{"Single Orb":2}}],"id":67},{"display_name":"Timelock","desc":"Holding shift and casting Heal will absorb all Winded on nearby enemies and make you Timelocked. While Timelocked, your mana will not be depleted and you become immovable from outside forces. Enemies will recieve Winded damage from all absorbed stacks. (Max 30)","archetype":"Riftwalker","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":0,"icon":"node_3"},"properties":{},"effects":[],"id":68},{"display_name":"Cheaper Heal II","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[68,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":69}]} \ No newline at end of file +const atrees={"Archer":[{"display_name":"Arrow Shield","desc":"Create a shield around you that deal damage and knockback mobs when triggered. (2 Charges)","parents":[60,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_4"},"properties":{"charges":2,"duration":60,"aoe":5000},"effects":[{"type":"replace_spell","name":"Arrow Shield","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Shield Damage","type":"damage","multipliers":[90,0,0,0,0,10]},{"name":"Total Damage","type":"total","hits":{"Shield Damage":2}}]}],"id":0},{"display_name":"Escape","desc":"Throw yourself backward to avoid danger. (Hold shift while escaping to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_4"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Arrow Bomb","desc":"Throw a long-range arrow that explodes and deal high damage in a large area. (Self-damage for 25% of your DPS)","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":50,"base_spell":3,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Arrow Bomb","type":"damage","multipliers":[160,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Arrow Bomb":1}}]}],"id":2},{"display_name":"Heart Shatter","desc":"If you hit a mob directly with Arrow Bomb, shatter its heart and deal bonus damage.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Heart Shatter":1}}],"id":3},{"display_name":"Fire Creep","desc":"Arrow Bomb will leak a trail of fire for 6s, Damaging enemies that walk into it every 0.4s.","base_abil":2,"parents":[68,39,5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{"aoe":0.8,"duration":6},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[30,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Burn Damage","hits":{"Fire Creep":15}}],"id":4},{"display_name":"Bryophyte Roots","desc":"When you hit an enemy with Arrow Storm, create an area that slows them down and deals damage every 0.4s.","base_abil":7,"archetype":"Trapper","archetype_req":1,"parents":[4,35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":8,"icon":"node_1"},"properties":{"aoe":2,"duration":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Bryophyte Roots","cost":0,"multipliers":[40,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Roots Damage","hits":{"Bryophyte Roots":12}}],"id":5},{"display_name":"Nimble String","desc":"Arrow Storm throw out +6 arrows per stream and shoot twice as fast.","base_abil":7,"parents":[36,69],"dependencies":[7],"blockers":[68],"cost":2,"display":{"row":15,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-15,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","hits":{"Single Arrow":6}}],"id":6},{"display_name":"Arrow Storm","desc":"Shoot a stream of 8 arrows, dealing significant damage to close mobs and pushing them back.","parents":[58,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_4"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":40,"base_spell":1,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Single Arrow","multipliers":[30,0,10,0,0,0]},{"name":"Single Stream","hits":{"Single Arrow":8}},{"name":"Total Damage","hits":{"Single Stream":1}}]}],"id":7},{"display_name":"Guardian Angels","desc":"Your protective arrows from Arrow Shield will become sentient bows, dealing damage up to 8 times each to nearby enemies. (Arrow Shield will no longer push nearby enemies)","archetype":"Boltslinger","archetype_req":3,"base_abil":0,"parents":[59,67],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":19,"col":1,"icon":"node_3"},"properties":{"range":4,"duration":60,"shots":8,"charges":2},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Arrow":8}},{"name":"Total Damage","type":"total","hits":{"Single Bow":2}}]}],"id":8},{"display_name":"Windy Feet","desc":"When casting Escape, give speed to yourself and nearby allies.","base_abil":1,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":1,"icon":"node_0"},"properties":{"aoe":8,"duration":120},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":9},{"display_name":"Basaltic Trap","desc":"When you hit the ground with Arrow Bomb, leave a Trap that damages enemies. (Max 2 Traps)","archetype":"Trapper","archetype_req":2,"parents":[5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":8,"icon":"node_3"},"properties":{"aoe":7,"traps":2},"effects":[{"type":"replace_spell","name":"Basaltic Trap","base_spell":7,"display":"Trap Damage","parts":[{"name":"Trap Damage","type":"damage","multipliers":[140,30,0,0,30,0]}]}],"id":10},{"display_name":"Windstorm","desc":"Arrow Storm shoot +1 stream of arrows, and each stream shoots +2 arrows, effectively doubling its damage.","base_abil":7,"parents":[8,33],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-10,0,-2,0,0,2]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","cost":0,"hits":{"Single Arrow":2}}],"id":11},{"display_name":"Grappling Hook","base_abil":1,"desc":"When casting Escape, throw a hook that pulls you when hitting a block. If you hit an enemy, pull them towards you instead. (Escape will not throw you backward anymore)","archetype":"Trapper","archetype_req":0,"parents":[61,40,33],"dependencies":[],"blockers":[20],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{"range":26},"effects":[],"id":12},{"display_name":"Implosion","desc":"Arrow bomb will pull enemies towards you. If a trap is nearby, it will pull them towards it instead. Increase Heart Shatter's damage.","archetype":"Trapper","archetype_req":0,"base_abil":2,"parents":[12,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[40,0,0,0,0,0]}],"id":13},{"display_name":"Twain's Arc","desc":"When you have 2+ Focus, holding shift will summon the Twain's Arc. Charge it up to shoot a destructive long-range beam. (Damage is dealt as Main Attack Damage)","archetype":"Sharpshooter","archetype_req":4,"parents":[62,64],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_2"},"properties":{"range":64,"focusReq":2},"effects":[{"type":"replace_spell","name":"Twain's Arc","base_spell":5,"scaling":"melee","use_atkspd":false,"display":"Single Shot","parts":[{"name":"Single Shot","type":"damage","multipliers":[200,0,0,0,0,0]}]}],"id":14},{"display_name":"Fierce Stomp","desc":"When using Escape, hold shift to quickly drop down and deal damage.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[42,64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Fierce Stomp","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Stomp Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep become much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14],"dependencies":[4],"blockers":[],"cost":1,"display":{"row":26,"col":5,"icon":"node_1"},"properties":{"duration":2,"aoe":0.4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[10,0,0,0,5,0]}],"id":16},{"display_name":"Leap","desc":"When you double tap jump, leap foward. (2s Cooldown)","archetype":"Boltslinger","archetype_req":5,"parents":[42,55],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":17},{"display_name":"Shocking Bomb","desc":"Arrow Bomb will not be affected by gravity, and all damage conversions become Thunder.","archetype":"Sharpshooter","archetype_req":5,"base_abil":2,"parents":[14,44,55],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":28,"col":4,"icon":"node_1"},"properties":{"gravity":0},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":3,"conversion":"Thunder"}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 2.85 Mana per second when you stay close to them.","archetype":"Trapper","archetype_req":5,"base_abil":10,"parents":[43,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":8,"icon":"node_3"},"properties":{"range":16,"manaRegen":2.85},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":10}],"id":19},{"display_name":"Escape Artist","desc":"When casting Escape, release 120 arrows towards the ground.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[46,17],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Per Arrow","multipliers":[20,0,10,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Max Damage (Escape Artist)","hits":{"Per Arrow":120},"display":"Max Damage (Escape Artist)"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 5s or more, your next sucessful hit will deal +50% damage and add +1 Focus.","archetype":"Sharpshooter","archetype_req":5,"parents":[18,44,47],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[],"id":21},{"display_name":"Call of the Hound","desc":"Arrow Shield summon a Hound that will attack and drag aggressive enemies towards your traps.","archetype":"Trapper","archetype_req":0,"base_abil":0,"parents":[21,47],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Hound Damage","multipliers":[40,0,0,0,0,0]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 stream of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,20],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":2}}],"id":23},{"display_name":"Geyser Stomp","desc":"Fierce Stomp will create geysers, dealing more damage and vertical knockback.","base_abil":1,"parents":[56],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Geyser Stomp","multipliers":[0,0,0,50,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":15,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5 Focus, casting Arrow Storm will make you levitate and shoot 20 homing arrows per second until you run out of Focus. While in that state, you will lose 1 Focus per second.","archetype":"Sharpshooter","archetype_req":10,"parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":37,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Crepuscular Ray","base_spell":6,"display":"DPS","parts":[{"name":"Single Arrow","multipliers":[20,0,0,5,0,0]},{"name":"DPS","hits":{"Single Arrow":20}},{"name":"Total Damage","hits":{"DPS":7}}]}],"id":25},{"display_name":"Grape Bomb","desc":"Arrow bomb will throw 3 additional smaller bombs when exploding.","base_abil":2,"parents":[51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[30,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Grape Bomb":3}}],"id":26},{"display_name":"Tangled Traps","desc":"Your Traps will be connected by a rope that deals damage to enemies every 0.2s.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":38,"col":6,"icon":"node_1"},"properties":{"attackSpeed":0.2},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Line Damage Tick","multipliers":[20,0,0,0,0,20]},{"type":"add_spell_prop","base_spell":7,"target_part":"DPS","hits":{"Line Damage Tick":5}}],"id":27},{"display_name":"Snow Storm","desc":"Enemies near you will be slowed down.","parents":[24,63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":2,"icon":"node_2"},"properties":{"range":2.5,"slowness":0.3},"effects":[],"id":28},{"display_name":"All-Seeing Panoptes","desc":"Your bows from Guardian Angels become all-seeing, increasing their range, damage and letting them shoot up to +5 times each.","archetype":"Boltslinger","archetype_req":11,"base_abil":0,"parents":[28],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":40,"col":1,"icon":"node_3"},"properties":{"range":8,"shots":5},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Arrow","multipliers":[0,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":5}}],"id":29},{"display_name":"Minefield","desc":"Allow you to place +6 Traps, but with reduced damage and range.","archetype":"Trapper","archetype_req":10,"base_abil":10,"parents":[26,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":40,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":8,"target_part":"Trap Damage","cost":0,"multipliers":[-80,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-2},{"type":"prop","abil":10,"name":"traps","value":6}]}],"id":30},{"display_name":"Bow Proficiency I","desc":"Improve your Main Attack's damage and range when using a bow.","base_abil":999,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":31},{"display_name":"Cheaper Arrow Bomb","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":32},{"display_name":"Cheaper Arrow Storm","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[12,11,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":33},{"display_name":"Cheaper Escape","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[7,0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":34},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Trapper","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":35},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7,39,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":36},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[34,36,39],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":37},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":38},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[36,0,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":39},{"display_name":"More Shields","desc":"Give +2 charges to Arrow Shield.","base_abil":0,"parents":[12,10],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Shield Damage":2,"Single Bow":2}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"charges","value":2}]}],"id":40},{"display_name":"Stormy Feet","desc":"Windy Feet will last longer and add more speed.","archetype":"Boltslinger","base_abil":1,"parents":[11],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":23,"col":1,"icon":"node_0"},"properties":{"duration":60},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spdPct","value":20}]}],"id":41},{"display_name":"Refined Gunpowder","desc":"Increase the damage of Arrow Bomb.","base_abil":2,"parents":[11,64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[50,0,0,0,0,0]}],"id":42},{"display_name":"More Traps","desc":"Increase the maximum amount of active Traps you can have by +2.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[54],"dependencies":[10],"blockers":[],"cost":1,"display":{"row":26,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"traps","value":2}]}],"id":43},{"display_name":"Better Arrow Shield","desc":"Arrow Shield will gain additional area of effect, knockback and damage.","archetype":"Sharpshooter","archetype_req":0,"base_abil":0,"parents":[19,18,14],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Shield","behavior":"modify","multipliers":[40,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"behavior":"modify","name":"aoe","value":1}]}],"id":44},{"display_name":"Better Leap","desc":"Reduce leap's cooldown by 1s.","archetype":"Boltslinger","archetype_req":0,"base_abil":17,"parents":[17,55],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":29,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":17,"name":"cooldown","value":-1}]}],"id":45},{"display_name":"Better Guardian Angels","desc":"Your Guardian Angels can shoot +4 arrows before disappearing.","archetype":"Boltslinger","archetype_req":0,"base_abil":0,"parents":[20,55],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":4}}],"id":46},{"display_name":"Cheaper Arrow Storm (2)","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[21,19],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":47},{"display_name":"Precise Shot","desc":"+30% Critical Hit Damage","parents":[46,49,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":48},{"display_name":"Cheaper Arrow Shield","desc":"Reduce the Mana cost of Arrow Shield.","base_abil":0,"parents":[48,21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Rocket Jump","desc":"Arrow Bomb's self-damage will knockback you farther away.","base_abil":2,"parents":[47,21],"dependencies":[2],"blockers":[],"cost":1,"display":{"row":33,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Escape (2)","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[22,70],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":51},{"display_name":"Stronger Hook","desc":"Increase your Grappling Hook's range, speed and strength.","archetype":"Trapper","archetype_req":5,"base_abil":1,"parents":[51],"dependencies":[12],"blockers":[],"cost":1,"display":{"row":35,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":12,"name":"range","value":8}]}],"id":52},{"display_name":"Cheaper Arrow Bomb (2)","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":40,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":53},{"display_name":"Bouncing Bomb","desc":"Arrow Bomb will bounce once when hitting a block or enemy","base_abil":2,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Homing Shots","desc":"Your Main Attack arrows will follow nearby enemies and not be affected by gravity","archetype":"Sharpshooter","base_abil":999,"parents":[17,18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"Shrapnel Bomb","desc":"Arrow Bomb's explosion will fling 15 shrapnel, dealing damage in a large area","archetype":"Boltslinger","archetype_req":8,"base_abil":2,"parents":[23,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Shrapnel Bomblet","multipliers":[40,0,0,0,20,0]}],"id":56},{"display_name":"Elusive","desc":"If you do not get hit for 8+ seconds, become immune to self-damage and remove Arrow Storm's recoil. (Dodging counts as not getting hit)","archetype":"Boltslinger","archetype_req":0,"parents":[24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":38,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"Double Shots","desc":"Double Main Attack arrows, but they deal -30% damage per arrow (harder to hit far enemies)","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[60],"cost":1,"display":{"row":7,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-30,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":2},"display":"Total Damage"}],"id":58},{"display_name":"Triple Shots","desc":"Triple Main Attack arrows, but they deal -20% damage per arrow","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[69,67],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-20,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":1},"display":"Total Damage"}],"id":59},{"display_name":"Power Shots","desc":"Main Attack arrows have increased speed and knockback","archetype":"Sharpshooter","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[58],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":60},{"display_name":"Focus","desc":"When hitting an aggressive mob 5+ blocks away, gain +1 Focus (Max 3). Resets if you miss once","archetype":"Sharpshooter","archetype_req":2,"parents":[68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","output":{"type":"stat","name":"damMult.Focus"},"scaling":[40],"slider_max":3}],"id":61},{"display_name":"More Focus","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[33,12],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":62},{"display_name":"More Focus (2)","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[25,28],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":39,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":63},{"display_name":"Traveler","desc":"For every 1% Walk Speed you have from items, gain +1 Raw Spell Damage (Max 100)","parents":[42,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spd"}],"output":{"type":"stat","name":"sdRaw"},"scaling":[1],"max":100}],"id":64},{"display_name":"Patient Hunter","desc":"Your Traps will deal +20% more damage for every second they are active (Max +80%)","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[40],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":8,"icon":"node_1"},"properties":{"max":80},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[20]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Add +80% Max Damage to Patient Hunter","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4},{"type":"raw_stat","bonuses":[{"type":"prop","abil":65,"name":"max","value":80}]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +6% Walk Speed (Max 200%). Decay -40% of the bonus every second","archetype":"Boltslinger","archetype_req":0,"parents":[59,6],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","output":{"type":"stat","name":"spd"},"scaling":[6],"max":160}],"id":67},{"display_name":"Phantom Ray","desc":"Condense Arrow Storm into a single ray that damages enemies 10 times per second","base_abil":7,"parents":[37,4],"dependencies":[7],"blockers":[11,6,23],"cost":2,"display":{"row":16,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Phantom Ray","base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[25,0,5,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Arrow":16}}]},{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":68},{"display_name":"Arrow Rain","desc":"When Arrow Shield loses its last charge, unleash 150 arrows raining down on enemies","base_abil":0,"parents":[6,38],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Per Arrow)","multipliers":[80,0,0,0,0,60]},{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Total)","hits":{"Arrow Rain (Per Arrow)":150}}],"id":69},{"display_name":"Decimator","desc":"Phantom Ray will increase its damage by 10% everytime you do not miss with it (Max 70%)","archetype":"Sharpshooter","archetype_req":0,"base_abil":7,"parents":[49,51],"dependencies":[68],"blockers":[],"cost":1,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Phantom Ray hits","slider_max":7,"output":{"type":"stat","name":"damMult.Decimator:1.Single Arrow"},"scaling":[10]}],"id":70}],"Warrior":[{"display_name":"Bash","desc":"Violently bash the ground, dealing high damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4,"range":3},"effects":[{"type":"replace_spell","name":"Bash","cost":45,"base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Hit","type":"damage","multipliers":[130,20,0,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Hit":1}}]}],"id":0},{"display_name":"Spear Proficiency 1","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":1},{"display_name":"Cheaper Bash","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Double Bash","desc":"Bash will hit a second time at a farther range","parents":[1],"base_abil":0,"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"range":3},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","cost":0,"hits":{"Single Hit":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","cost":0,"multipliers":[-50,0,0,0,0,0]}],"id":3},{"display_name":"Charge","desc":"Charge forward at high speed (hold shift to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{},"effects":[{"type":"replace_spell","name":"Charge","cost":25,"base_spell":2,"spell_type":"damage","scaling":"spell","display":"","parts":[]}],"id":4},{"display_name":"Heavy Impact","desc":"After using Charge, violently crash down into the ground and deal damage","base_abil":4,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Heavy Impact":1}}],"id":5},{"display_name":"Vehement","desc":"For every 1% or 1 Raw Main Attack Damage you have from items, gain +2% Walk Speed (Max 20%)","archetype":"Fallen","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[7],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"mdPct"},{"type":"stat","name":"mdRaw"}],"output":{"type":"stat","name":"spd"},"scaling":[2,2],"max":20}],"id":6},{"display_name":"Tougher Skin","desc":"Harden your skin and become permanently +5% more resistant. For every 1% or 1 Raw Heath Regen you have from items, gain +10 Health (Max 100)","archetype":"Paladin","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]},{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hprRaw"},{"type":"stat","name":"hprPct"}],"output":{"type":"stat","name":"hpBonus"},"scaling":[10,10],"max":100}],"id":7},{"display_name":"Uppercut","desc":"Rocket enemies in the air and deal massive damage","parents":[6,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":3,"range":5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":45,"base_spell":3,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Uppercut","multipliers":[200,40,40,0,0,0]},{"name":"Total Damage","hits":{"Uppercut":1}}]}],"id":8},{"display_name":"Cheaper Charge","desc":"Reduce the Mana cost of Charge","base_abil":4,"parents":[8,10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":9},{"display_name":"War Scream","desc":"Emit a terrorizing roar that deals damage, pull nearby enemies, and add damage resistance to yourself and allies","parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"duration":30,"aoe":12,"defense_bonus":10},"effects":[{"type":"replace_spell","name":"War Scream","cost":35,"base_spell":4,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"War Scream","multipliers":[50,0,0,0,50,0]},{"name":"Total Damage","hits":{"War Scream":1}}]}],"id":10},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases base damage from all Earth attacks","archetype":"Fallen","archetype_req":0,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":11},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks","archetype":"Fallen","archetype_req":0,"parents":[8,14,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":12},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases base damage from all Water attacks","archetype":"Battle Monk","archetype_req":0,"parents":[9,12,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":13},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Battle Monk","archetype_req":0,"parents":[10,12,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":14},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Paladin","archetype_req":0,"parents":[10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":15},{"display_name":"Quadruple Bash","desc":"Bash will hit 4 times at an even larger range","archetype":"Fallen","archetype_req":0,"base_abil":0,"parents":[11,17],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{"range":6},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[-20,0,0,0,0,0]}],"id":16},{"display_name":"Fireworks","desc":"Mobs hit by Uppercut will explode mid-air and receive additional damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[12,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fireworks","multipliers":[80,0,20,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fireworks":1}}],"id":17},{"display_name":"Half-Moon Swipe","desc":"Uppercut will deal a footsweep attack at a longer and wider angle. All elemental conversions become Water","archetype":"Battle Monk","archetype_req":1,"base_abil":8,"parents":[13],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"range":4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-10,"multipliers":[-70,0,0,30,0,0]}],"id":18},{"display_name":"Flyby Jab","desc":"Damage enemies in your way when using Charge","base_abil":4,"parents":[14,20],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flyby Jab","multipliers":[20,0,0,0,0,40]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Flyby Jab":1}}],"id":19},{"display_name":"Flaming Uppercut","desc":"Uppercut will light mobs on fire, dealing damage every 0.6 seconds","archetype":"Paladin","archetype_req":0,"base_abil":8,"parents":[15,19],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{"duration":3,"tick":0.6},"effects":[{"type":"replace_spell","name":"Flaming Uppercut","base_spell":8,"display":"DPS","parts":[{"name":"Damage Tick","multipliers":[0,0,0,0,50,0]},{"name":"DPS","hits":{"Damage Tick":1.6666666666666667}},{"name":"Total Damage","hits":{"Damage Tick":5}}]}],"id":20},{"display_name":"Iron Lungs","desc":"War Scream deals more damage","archetype":"Paladin","archetype_req":0,"base_abil":10,"parents":[19,20],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"War Scream","cost":0,"multipliers":[30,0,0,0,0,30]}],"id":21},{"display_name":"Generalist","desc":"After casting 3 different spells in a row, your next spell will cost 5 mana","archetype":"Battle Monk","archetype_req":3,"parents":[23],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":2,"icon":"node_3"},"properties":{},"effects":[],"id":22},{"display_name":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","archetype_req":0,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_1"},"properties":{"chance":30},"effects":[{"type":"replace_spell","name":"Counter","base_spell":5,"display":"Counter Damage","parts":[{"name":"Counter Damage","multipliers":[60,0,20,0,0,20]}]}],"id":23},{"display_name":"Mantle of the Bovemists","desc":"When casting War Scream, create a holy shield around you that reduces all incoming damage by 70% for 3 hits (20s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"mantle_charge":3},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Mantle","value":70}]}],"id":24},{"display_name":"Bak'al's Grasp","desc":"After casting War Scream, become Corrupted (15s Cooldown). You cannot heal while in that state. While Corrupted, every 2% of Health you lose will add +4 Raw Damage to your attacks (Max 120)","archetype":"Fallen","archetype_req":2,"parents":[16,17],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":16,"col":1,"icon":"node_3"},"properties":{"cooldown":15},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","slider_max":100,"slider_step":1,"output":{"type":"stat","name":"damRaw"},"max":120,"scaling":[2]}],"id":25},{"display_name":"Spear Proficiency 2","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[25,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Aerodynamics","desc":"During Charge, you can steer and change direction","archetype":"Battle Monk","archetype_req":0,"base_abil":4,"parents":[27,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":28},{"display_name":"Provoke","desc":"Mobs damaged by War Scream will target only you for at least 5s. Reduce the Mana cost of War Scream","base_abil":10,"parents":[28,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":29},{"display_name":"Precise Strikes","desc":"+30% Critical Hit Damage","parents":[27,26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":30},{"display_name":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","base_abil":10,"parents":[28,29],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":18,"col":6,"icon":"node_1"},"properties":{"attackRate":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","multipliers":[40,0,0,0,0,10]}],"id":31},{"display_name":"Enraged Blow","desc":"While Corriupted, every 1% of Health you lose will increase your damage by +3% (Max 300%)","archetype":"Fallen","archetype_req":0,"base_abil":25,"parents":[26],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":20,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"scaling":[3]}],"id":32},{"display_name":"Flying Kick","desc":"When using Charge, mobs hit will halt your momentum and get knocked back","archetype":"Battle Monk","archetype_req":1,"base_abil":4,"parents":[27,34],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick","multipliers":[150,0,0,20,0,30]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Flying Kick":1},"display":"Flying Kick Max Damage"}],"id":33},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[35,33],"dependencies":[24],"blockers":[],"cost":1,"display":{"row":20,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":24,"name":"mantle_charge","value":2}]}],"id":34},{"display_name":"Manachism","desc":"If you receive a hit that's less than 5% of your max HP, gain 10 Mana (1s Cooldown)","archetype":"Paladin","archetype_req":3,"parents":[34,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":35},{"display_name":"Boiling Blood","desc":"Bash leaves a trail of boiling blood behind its first explosion, slowing down and damaging enemies above it every 0.4 seconds","base_abil":0,"parents":[32,37],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Boiling Blood","cost":0,"multipliers":[25,0,0,0,5,0]}],"id":36},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its range and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[36,33],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Ragnarokkr","value":30}]}],"id":37},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":23,"parents":[33,34,39],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":23,"name":"chance","value":30}]}],"id":38},{"display_name":"Burning Heart","desc":"For every 100 Health Bonus you have from item IDs, gain +2% Fire Damage (Max 100%)","archetype":"Paladin","archetype_req":0,"parents":[38,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hpBonus"}],"output":{"type":"stat","name":"fDamPct"},"scaling":[0.02],"max":100}],"id":39},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[39,35],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[30,0,0,0,0,0]}],"id":40},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 2% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[37,36],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":41},{"display_name":"Comet","desc":"After being hit by Fireworks, enemies will crash into the ground and receive more damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[37],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":24,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Comet","cost":0,"multipliers":[80,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","cost":0,"hits":{"Comet":1}}],"id":42},{"display_name":"Collide","desc":"Mobs thrown into walls from Flying Kick will explode and receive additonal damage","archetype":"Battle Monk","archetype_req":4,"base_abil":4,"parents":[38,39],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Collide","cost":0,"multipliers":[150,0,0,0,50,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Collide":1}}],"id":43},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[39,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":44},{"display_name":"Uncontainable Corruption","desc":"Reduce the cooldown of Bak'al's Grasp by -5s, and increase the raw damage gained for every 2% of health lost by +1","base_abil":25,"parents":[36,46],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"stat","name":"damRaw"},"scaling":[0.5]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":25,"name":"cooldown","value":-5}]}],"id":45},{"display_name":"Radiant Devotee","desc":"For every 4% Reflection you have from items, gain +1/5s Mana Regen (Max 10/5s)","archetype":"Battle Monk","archetype_req":1,"parents":[47,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":26,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","inputs":[{"type":"stat","name":"ref"}],"output":{"type":"stat","name":"mr"},"scaling":[0.25],"max":10}],"id":46},{"display_name":"Whirlwind Strike","desc":"Uppercut will create a strong gust of air, launching you upward with enemies (Hold shift to stay grounded)","archetype":"Battle Monk","archetype_req":5,"base_abil":8,"parents":[38,46],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[0,0,0,0,0,50]}],"id":47},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]}],"id":48},{"display_name":"Armour Breaker","desc":"While Corrupted, losing 30% Health will make your next Uppercut destroy enemies' defense, rendering them weaker to damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[45,46],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":5},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":49},{"display_name":"Shield Strike","desc":"When your Mantle of the Bovemist loses all charges, deal damage around you for each Mantle individually lost","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[48,51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Shield Strike","base_spell":6,"display":"Damage per Shield","parts":[{"name":"Damage per Shield","multipliers":[60,0,20,0,0,0]}]}],"id":50},{"display_name":"Sparkling Hope","desc":"Everytime you heal 5% of your max health, deal damage to all nearby enemies","archetype":"Paladin","archetype_req":0,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_2"},"properties":{"aoe":6},"effects":[{"type":"replace_spell","name":"Sparkling Hope","base_spell":7,"display":"Damage Tick","parts":[{"name":"Damage Tick","multipliers":[10,0,5,0,0,0]}]}],"id":51},{"display_name":"Massive Bash","desc":"While Corrupted, every 3% Health you lose will add +1 AoE to Bash (Max 10)","archetype":"Fallen","archetype_req":8,"base_abil":25,"parents":[53,45],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"prop","abil":0,"name":"aoe"},"scaling":[0.3333333333333333],"max":10}],"id":52},{"display_name":"Tempest","desc":"War Scream will ripple the ground and deal damage 3 times in a large area","archetype":"Battle Monk","archetype_req":0,"base_abil":10,"parents":[52,54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{"aoe":16},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest","multipliers":[30,10,0,0,0,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest Total Damage","hits":{"Tempest":3}},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Tempest":3}}],"id":53},{"display_name":"Spirit of the Rabbit","desc":"Reduce the Mana cost of Charge and increase your Walk Speed by +20%","archetype":"Battle Monk","archetype_req":5,"base_abil":4,"parents":[53,47],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5},{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":54},{"display_name":"Massacre","desc":"While Corrupted, if your effective attack speed is Slow or lower, hitting an enemy with your Main Attack will add +1% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":55},{"display_name":"Axe Kick","desc":"Increase the damage of Uppercut, but also increase its mana cost","base_abil":8,"parents":[53,54],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":10,"multipliers":[100,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":2,"base_abil":0,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_2"},"properties":{"cooldown":15},"effects":[],"id":57},{"display_name":"Cheaper Bash 2","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[57,50,51],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":58},{"display_name":"Cheaper War Scream","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Discombobulate","desc":"Every time you hit an enemy, briefly increase your elemental damage dealt to them by +3 (Additive, Max +80). This bonus decays -5 every second","archetype":"Battle Monk","archetype_req":11,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","slider_max":27,"output":[{"type":"stat","name":"eDamAddMin"},{"type":"stat","name":"eDamAddMax"},{"type":"stat","name":"tDamAddMin"},{"type":"stat","name":"tDamAddMax"},{"type":"stat","name":"wDamAddMin"},{"type":"stat","name":"wDamAddMax"},{"type":"stat","name":"fDamAddMin"},{"type":"stat","name":"fDamAddMax"},{"type":"stat","name":"aDamAddMin"},{"type":"stat","name":"aDamAddMax"}],"scaling":[3],"max":80}],"id":60},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.\n\n All elemental conversions become Thunder","archetype":"Battle Monk","archetype_req":8,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":1,"conversion":"Thunder"},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":61},{"display_name":"Cyclone","desc":"After casting War Scream, envelop yourself with a vortex that damages nearby enemies every 0.5s","archetype":"Battle Monk","archetype_req":0,"parents":[54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":4,"icon":"node_1"},"properties":{"aoe":4,"duration":20},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone","multipliers":[10,0,0,0,5,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone Total Damage","hits":{"Cyclone":40}}],"id":62},{"display_name":"Second Chance","desc":"When you receive a fatal blow, survive and regain 30% of your Health (10m Cooldown)","archetype":"Paladin","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":63},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.6% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{"health_cost":0.6},"effects":[],"id":64},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.3% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":64,"parents":[64],"dependencies":[64],"blockers":[],"cost":1,"display":{"row":35,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":64,"name":"health_cost","value":-0.3}]}],"id":65},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[64,67],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":66},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[63,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":35,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":67},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":68}],"Mage":[{"display_name":"Meteor","desc":"Summon a slow but powerful meteor from the sky, dealing massive damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":55,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1}}]}],"id":0},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[4],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{"range":12},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you cannot heal more than 30% of their max health)","parents":[14,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.1}]}],"id":2},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[13,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":35,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":3},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":4},{"display_name":"Wand Proficiency I","desc":"Improve your Main Attack's damage and range when using a wand.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":5},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":6},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":7},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":8},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[12,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":10},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":11},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[2,3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":12},{"display_name":"Wisdom","desc":"For every 2% or 2 Raw Spell Damage you have from items, gain +1/5s mana regen (Max 5/5s)","archetype":"Arcanist","archetype_req":0,"parents":[1],"dependencies":[],"blockers":[14],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sdPct"},{"type":"stat","name":"sdRaw"}],"output":{"type":"stat","name":"mr"},"scaling":[0.5,0.5],"max":5}],"id":13},{"display_name":"Wand Proficiency II","desc":"Improve your Main Attack's damage and range when using a wand.","archetype":"Riftwalker","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":"teleport","parents":[10,16],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Wind Slash","base_spell":2,"multipliers":[50,0,0,0,0,50]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Wind Slash":1}}],"id":15},{"display_name":"Thunderstorm","desc":"After casting Meteor, summon 3 lightning strikes and deal additional damage","base_abil":0,"parents":[15,8],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","target_part":"Lightning Damage","base_spell":3,"multipliers":[30,0,15,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":3,"hits":{"Lightning Damage":3}}],"id":16},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Meteor Damage","behavior":"modify","multipliers":[30,90,0,0,0,0]}],"id":17},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil that damages enemies every 0.4s.","base_abil":0,"parents":[11,7],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":7,"icon":"node_1"},"properties":{"aoe":7,"duration":8},"effects":[{"type":"replace_spell","name":"Burning Sigil","base_spell":6,"display":"DPS","parts":[{"name":"Tick Damage","multipliers":[15,0,0,0,25,0]},{"name":"DPS","hits":{"Tick Damage":2.5}},{"name":"Total Burn Damage","hits":{"Tick Damage":20}}]}],"id":18},{"display_name":"Sunshower","desc":"Heal emit a strong light, damaging nearby enemies.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[9],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[70,0,0,30,0,0]}],"id":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 5, 0.5s cooldown) Ice Snake will deal additional damage to enemies for every Winded they have","archetype":"Riftwalker","archetype_req":3,"parents":[15,16],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"max":5},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:4.Ice Snake Damage"},"scaling":[20],"slider_step":1,"slider_max":5},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"wConvBase:4.Ice Snake Damage"},"scaling":[10]}],"id":20},{"display_name":"Ophanim","desc":"When casting Meteor, instead summon 2 orbs of light with 200 Health that will attack when you use your Main Attack. When they damage an enemy, they lose 20% of their Health. They can be healed back.","archetype":"Light Bender","archetype_req":2,"parents":[19],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[50,0,30,20,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":2}}]},{"type":"add_spell_prop","base_spell":3,"cost":30}],"id":21},{"display_name":"Arcane Transfer","desc":"Meteor and Ice Snake will add +5 Mana to a Mana Bank for every aggressive enemy you hit. Heal will now transfer the content of your Mana Bank into usable Mana instead of healing.","archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"bank":90},"effects":[{"type":"replace_spell","name":"Arcane Transfer","base_spell":1,"parts":[],"display":""}],"id":22},{"display_name":"Cheaper Heal","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[20,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":23},{"display_name":"Purification","desc":"Heal and Arcane Transfer will purify you of all negative effects and fire. (3s Cooldown)","base_abil":1,"parents":[21,23,25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":4,"icon":"node_2"},"properties":{},"effects":[],"id":24},{"display_name":"Sentient Snake","desc":"Ice Snake will follow the direction you're facing, allowing you to control it.","base_abil":3,"parents":[22,24],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a short amount of time.","base_abil":1,"parents":[23],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[23,24],"dependencies":[20,24],"blockers":[],"cost":2,"display":{"row":18,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"nConvBase:3.Meteor Damage"},{"type":"stat","name":"eConvBase:3.Meteor Damage"},{"type":"stat","name":"nConvBase:3.Per Orb"},{"type":"stat","name":"eConvBase:3.Per Orb"}],"scaling":[15]}],"id":27},{"display_name":"Larger Heal","desc":"Increase your Heal's range.","base_abil":1,"archetype":"Light Bender","archetype_req":0,"parents":[24,25],"dependencies":[2],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":2,"name":"aoe","value":2}]}],"id":28},{"display_name":"Larger Mana Bank","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[25],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":18,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":22,"name":"bank","value":30}]}],"id":29},{"display_name":"Cheaper Ice Snake","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":30},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[24,32],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":31},{"display_name":"Fortitude","desc":"After healing 120% of your max health within 10s, apply a damage bonus to each player you've healed. (15s Cooldown)","base_abil":2,"archetype":"Light Bender","archetype_req":0,"parents":[30,31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":4},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Fortitude","value":100}]}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will stop and explode when it hits an enemy. (Damage is dealt as Main Attack Damage)","base_abil":4,"archetype":"Arcanist","archetype_req":4,"parents":[25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":7,"icon":"node_2"},"properties":{},"__TODO":"replace_spell pyrokinesis damage","effects":[],"id":33},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","archetype":"","archetype_req":0,"parents":[33,36],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"ls"}],"output":{"type":"stat","name":"sdPct"},"scaling":[0.2],"max":50}],"id":34},{"display_name":"Blink","desc":"Teleport will trigger 2 times in quick successions","base_abil":1,"archetype":"Riftwalker","archetype_req":0,"parents":[32,30],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"prop","abil":1,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1}}],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":3,"parents":[34,31,40],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Arcane Restoration","desc":"Pyrokinesis will add +1 Mana every 1s to your Mana Bank when hitting an aggressive enemy.","base_abil":999,"archetype":"Arcanist","archetype_req":0,"parents":[34,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":37},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage Bonus you have, buff Heal's healing power by +0.3%.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[40,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDam"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":38},{"display_name":"Transonic Warp","desc":"Teleport will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[30],"dependencies":[3,20],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:2.Wind Slash"},"scaling":[30]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"tConvBase:2.Wind Slash"},"scaling":[10]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"aConvBase:2.Wind Slash"},"scaling":[5]}],"id":39},{"display_name":"Healthier Ophanim I","desc":"Increase the health of your orbs from Ophanim by +800 and reduce the damage they take when hitting an enemy by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[32,31],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":40},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing the overall healing.","archetype":"Light Bender","base_abil":2,"parents":[40,36],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":23,"col":4,"icon":"node_1"},"properties":{"aoe":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Pulse","power":0.15},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Heal Pulse":2}}],"id":41},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to nearby enemies.","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[39,38],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":42},{"display_name":"Lightweaver","desc":"After healing 60% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb Damage","parts":[{"name":"Single Orb","type":"damage","multipliers":[30,0,0,0,20,0]},{"name":"Orb Damage","type":"total","hits":{"Single Orb":3}}]}],"id":43},{"display_name":"Arcane Speed","desc":"After casting Heal or Arcane Transfer, gain +80% speed for 3s. (8s Cooldown)","base_abil":2,"parents":[43,45],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":44},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[34,44],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":45},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[45,44],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[42],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":47},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[42,52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":48},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[52,43,44],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":49},{"display_name":"Chaos Explosion","desc":"When your Mana Bank reaches 120, casting Arcane Transfer will rapidly unleash the last 3 spells you've cast in order.","base_abil":22,"archetype":"Arcanist","archetype_req":8,"parents":[45],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":50},{"display_name":"Arcane Power","desc":"Meteor and Ice Snake will add +2 Mana to your Mana Bank for each aggressive mob you hit.","base_abil":22,"archetype":"Arcanist","archetype_req":0,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":29,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":51},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":1,"parents":[48,49],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","target_part":"Explosion Damage","base_spell":2,"multipliers":[50,0,0,0,30,0]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Explosion Damage":1}}],"id":52},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":3,"archetype":"Riftwalker","archetype_req":7,"parents":[48,52],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake","base_spell":4,"multipliers":[0,0,0,0,0,20]}],"id":53},{"display_name":"Time Dilation","desc":"When sprinting, create an area that increases the speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Better Ophanim","desc":"Increase your maximum orbs from Ophanim by +1.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[49],"_parents":["Explosive Entrance","Cheaper Meteor II"],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":1}}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies completely for 2s.","base_abil":3,"parents":[50],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Devitalize","desc":"Enemies will deal -2% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[58,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"More Winded II","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[54],"_parents":["Time Dilation","Dynamic Faith"],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":58},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 100%)","parents":[58,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sprint"}],"output":{"type":"stat","name":"tDamPct"},"scaling":[0.5],"max":100}],"id":59},{"display_name":"Divination","desc":"Increase your maximum orbs from Ophanim by +3 and reduce their damage.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[59,61],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":32,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[-50,0,-10,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":3}}],"id":60},{"display_name":"Healthier Ophanim II","desc":"Increase the health of your orbs from Ophanim by +3000.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[55],"dependencies":[40],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"display_name":"Sunflare","desc":"After healing 400% of your max health within 10s, your next Heal will make every nearby ally temporarily immune.","archetype":"Light Bender","archetype_req":12,"base_abil":2,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":62},{"display_name":"Larger Mana Bank III","desc":"Increase your maximum Mana Bank by +30.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits.","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[63],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":64},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[64],"dependencies":[50],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":65},{"display_name":"Manastorm","desc":"If you have more than 100 Mana, casting a spell will give you +10 mana over 5s.","archetype":"Arcanist","archetype_req":1,"parents":[69,64,62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":66},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs by +2.","archetype":"Light Bender","archetype_req":0,"base_abil":43,"parents":[69,66],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":35,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb Damage","hits":{"Single Orb":2}}],"id":67},{"display_name":"Timelock","desc":"Holding shift and casting Heal will absorb all Winded on nearby enemies and make you Timelocked. While Timelocked, your mana will not be depleted and you become immovable from outside forces. Enemies will recieve Winded damage from all absorbed stacks. (Max 30)","archetype":"Riftwalker","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":0,"icon":"node_3"},"properties":{},"effects":[],"id":68},{"display_name":"Cheaper Heal II","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[68,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":69}]} \ No newline at end of file From 7758c60a79bb5a9855a3d099db104517cf7ac0ba Mon Sep 17 00:00:00 2001 From: hppeng Date: Mon, 11 Jul 2022 08:51:04 -0700 Subject: [PATCH 18/81] make breathless not depend on purification... only parent --- js/atree_constants.js | 2 +- js/atree_constants_min.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/atree_constants.js b/js/atree_constants.js index 44aa8bd..469455c 100644 --- a/js/atree_constants.js +++ b/js/atree_constants.js @@ -4755,7 +4755,7 @@ const atrees = { "archetype": "Riftwalker", "archetype_req": 0, "parents": ["Cheaper Heal", "Purification"], - "dependencies": ["Windsweeper", "Purification"], + "dependencies": ["Windsweeper"], "blockers": [], "cost": 2, "display": { diff --git a/js/atree_constants_min.js b/js/atree_constants_min.js index f637ab3..04f43f8 100644 --- a/js/atree_constants_min.js +++ b/js/atree_constants_min.js @@ -1 +1 @@ -const atrees={"Archer":[{"display_name":"Arrow Shield","desc":"Create a shield around you that deal damage and knockback mobs when triggered. (2 Charges)","parents":[60,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_4"},"properties":{"charges":2,"duration":60,"aoe":5000},"effects":[{"type":"replace_spell","name":"Arrow Shield","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Shield Damage","type":"damage","multipliers":[90,0,0,0,0,10]},{"name":"Total Damage","type":"total","hits":{"Shield Damage":2}}]}],"id":0},{"display_name":"Escape","desc":"Throw yourself backward to avoid danger. (Hold shift while escaping to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_4"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Arrow Bomb","desc":"Throw a long-range arrow that explodes and deal high damage in a large area. (Self-damage for 25% of your DPS)","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":50,"base_spell":3,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Arrow Bomb","type":"damage","multipliers":[160,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Arrow Bomb":1}}]}],"id":2},{"display_name":"Heart Shatter","desc":"If you hit a mob directly with Arrow Bomb, shatter its heart and deal bonus damage.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Heart Shatter":1}}],"id":3},{"display_name":"Fire Creep","desc":"Arrow Bomb will leak a trail of fire for 6s, Damaging enemies that walk into it every 0.4s.","base_abil":2,"parents":[68,39,5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{"aoe":0.8,"duration":6},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[30,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Burn Damage","hits":{"Fire Creep":15}}],"id":4},{"display_name":"Bryophyte Roots","desc":"When you hit an enemy with Arrow Storm, create an area that slows them down and deals damage every 0.4s.","base_abil":7,"archetype":"Trapper","archetype_req":1,"parents":[4,35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":8,"icon":"node_1"},"properties":{"aoe":2,"duration":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Bryophyte Roots","cost":0,"multipliers":[40,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Roots Damage","hits":{"Bryophyte Roots":12}}],"id":5},{"display_name":"Nimble String","desc":"Arrow Storm throw out +6 arrows per stream and shoot twice as fast.","base_abil":7,"parents":[36,69],"dependencies":[7],"blockers":[68],"cost":2,"display":{"row":15,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-15,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","hits":{"Single Arrow":6}}],"id":6},{"display_name":"Arrow Storm","desc":"Shoot a stream of 8 arrows, dealing significant damage to close mobs and pushing them back.","parents":[58,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_4"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":40,"base_spell":1,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Single Arrow","multipliers":[30,0,10,0,0,0]},{"name":"Single Stream","hits":{"Single Arrow":8}},{"name":"Total Damage","hits":{"Single Stream":1}}]}],"id":7},{"display_name":"Guardian Angels","desc":"Your protective arrows from Arrow Shield will become sentient bows, dealing damage up to 8 times each to nearby enemies. (Arrow Shield will no longer push nearby enemies)","archetype":"Boltslinger","archetype_req":3,"base_abil":0,"parents":[59,67],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":19,"col":1,"icon":"node_3"},"properties":{"range":4,"duration":60,"shots":8,"charges":2},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Arrow":8}},{"name":"Total Damage","type":"total","hits":{"Single Bow":2}}]}],"id":8},{"display_name":"Windy Feet","desc":"When casting Escape, give speed to yourself and nearby allies.","base_abil":1,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":1,"icon":"node_0"},"properties":{"aoe":8,"duration":120},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":9},{"display_name":"Basaltic Trap","desc":"When you hit the ground with Arrow Bomb, leave a Trap that damages enemies. (Max 2 Traps)","archetype":"Trapper","archetype_req":2,"parents":[5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":8,"icon":"node_3"},"properties":{"aoe":7,"traps":2},"effects":[{"type":"replace_spell","name":"Basaltic Trap","base_spell":7,"display":"Trap Damage","parts":[{"name":"Trap Damage","type":"damage","multipliers":[140,30,0,0,30,0]}]}],"id":10},{"display_name":"Windstorm","desc":"Arrow Storm shoot +1 stream of arrows, and each stream shoots +2 arrows, effectively doubling its damage.","base_abil":7,"parents":[8,33],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-10,0,-2,0,0,2]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","cost":0,"hits":{"Single Arrow":2}}],"id":11},{"display_name":"Grappling Hook","base_abil":1,"desc":"When casting Escape, throw a hook that pulls you when hitting a block. If you hit an enemy, pull them towards you instead. (Escape will not throw you backward anymore)","archetype":"Trapper","archetype_req":0,"parents":[61,40,33],"dependencies":[],"blockers":[20],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{"range":26},"effects":[],"id":12},{"display_name":"Implosion","desc":"Arrow bomb will pull enemies towards you. If a trap is nearby, it will pull them towards it instead. Increase Heart Shatter's damage.","archetype":"Trapper","archetype_req":0,"base_abil":2,"parents":[12,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[40,0,0,0,0,0]}],"id":13},{"display_name":"Twain's Arc","desc":"When you have 2+ Focus, holding shift will summon the Twain's Arc. Charge it up to shoot a destructive long-range beam. (Damage is dealt as Main Attack Damage)","archetype":"Sharpshooter","archetype_req":4,"parents":[62,64],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_2"},"properties":{"range":64,"focusReq":2},"effects":[{"type":"replace_spell","name":"Twain's Arc","base_spell":5,"scaling":"melee","use_atkspd":false,"display":"Single Shot","parts":[{"name":"Single Shot","type":"damage","multipliers":[200,0,0,0,0,0]}]}],"id":14},{"display_name":"Fierce Stomp","desc":"When using Escape, hold shift to quickly drop down and deal damage.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[42,64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Fierce Stomp","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Stomp Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep become much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14],"dependencies":[4],"blockers":[],"cost":1,"display":{"row":26,"col":5,"icon":"node_1"},"properties":{"duration":2,"aoe":0.4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[10,0,0,0,5,0]}],"id":16},{"display_name":"Leap","desc":"When you double tap jump, leap foward. (2s Cooldown)","archetype":"Boltslinger","archetype_req":5,"parents":[42,55],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":17},{"display_name":"Shocking Bomb","desc":"Arrow Bomb will not be affected by gravity, and all damage conversions become Thunder.","archetype":"Sharpshooter","archetype_req":5,"base_abil":2,"parents":[14,44,55],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":28,"col":4,"icon":"node_1"},"properties":{"gravity":0},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":3,"conversion":"Thunder"}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 2.85 Mana per second when you stay close to them.","archetype":"Trapper","archetype_req":5,"base_abil":10,"parents":[43,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":8,"icon":"node_3"},"properties":{"range":16,"manaRegen":2.85},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":10}],"id":19},{"display_name":"Escape Artist","desc":"When casting Escape, release 120 arrows towards the ground.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[46,17],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Per Arrow","multipliers":[20,0,10,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Max Damage (Escape Artist)","hits":{"Per Arrow":120},"display":"Max Damage (Escape Artist)"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 5s or more, your next sucessful hit will deal +50% damage and add +1 Focus.","archetype":"Sharpshooter","archetype_req":5,"parents":[18,44,47],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[],"id":21},{"display_name":"Call of the Hound","desc":"Arrow Shield summon a Hound that will attack and drag aggressive enemies towards your traps.","archetype":"Trapper","archetype_req":0,"base_abil":0,"parents":[21,47],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Hound Damage","multipliers":[40,0,0,0,0,0]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 stream of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,20],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":2}}],"id":23},{"display_name":"Geyser Stomp","desc":"Fierce Stomp will create geysers, dealing more damage and vertical knockback.","base_abil":1,"parents":[56],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Geyser Stomp","multipliers":[0,0,0,50,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":15,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5 Focus, casting Arrow Storm will make you levitate and shoot 20 homing arrows per second until you run out of Focus. While in that state, you will lose 1 Focus per second.","archetype":"Sharpshooter","archetype_req":10,"parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":37,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Crepuscular Ray","base_spell":6,"display":"DPS","parts":[{"name":"Single Arrow","multipliers":[20,0,0,5,0,0]},{"name":"DPS","hits":{"Single Arrow":20}},{"name":"Total Damage","hits":{"DPS":7}}]}],"id":25},{"display_name":"Grape Bomb","desc":"Arrow bomb will throw 3 additional smaller bombs when exploding.","base_abil":2,"parents":[51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[30,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Grape Bomb":3}}],"id":26},{"display_name":"Tangled Traps","desc":"Your Traps will be connected by a rope that deals damage to enemies every 0.2s.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":38,"col":6,"icon":"node_1"},"properties":{"attackSpeed":0.2},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Line Damage Tick","multipliers":[20,0,0,0,0,20]},{"type":"add_spell_prop","base_spell":7,"target_part":"DPS","hits":{"Line Damage Tick":5}}],"id":27},{"display_name":"Snow Storm","desc":"Enemies near you will be slowed down.","parents":[24,63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":2,"icon":"node_2"},"properties":{"range":2.5,"slowness":0.3},"effects":[],"id":28},{"display_name":"All-Seeing Panoptes","desc":"Your bows from Guardian Angels become all-seeing, increasing their range, damage and letting them shoot up to +5 times each.","archetype":"Boltslinger","archetype_req":11,"base_abil":0,"parents":[28],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":40,"col":1,"icon":"node_3"},"properties":{"range":8,"shots":5},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Arrow","multipliers":[0,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":5}}],"id":29},{"display_name":"Minefield","desc":"Allow you to place +6 Traps, but with reduced damage and range.","archetype":"Trapper","archetype_req":10,"base_abil":10,"parents":[26,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":40,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":8,"target_part":"Trap Damage","cost":0,"multipliers":[-80,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-2},{"type":"prop","abil":10,"name":"traps","value":6}]}],"id":30},{"display_name":"Bow Proficiency I","desc":"Improve your Main Attack's damage and range when using a bow.","base_abil":999,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":31},{"display_name":"Cheaper Arrow Bomb","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":32},{"display_name":"Cheaper Arrow Storm","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[12,11,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":33},{"display_name":"Cheaper Escape","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[7,0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":34},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Trapper","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":35},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7,39,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":36},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[34,36,39],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":37},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":38},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[36,0,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":39},{"display_name":"More Shields","desc":"Give +2 charges to Arrow Shield.","base_abil":0,"parents":[12,10],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Shield Damage":2,"Single Bow":2}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"charges","value":2}]}],"id":40},{"display_name":"Stormy Feet","desc":"Windy Feet will last longer and add more speed.","archetype":"Boltslinger","base_abil":1,"parents":[11],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":23,"col":1,"icon":"node_0"},"properties":{"duration":60},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spdPct","value":20}]}],"id":41},{"display_name":"Refined Gunpowder","desc":"Increase the damage of Arrow Bomb.","base_abil":2,"parents":[11,64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[50,0,0,0,0,0]}],"id":42},{"display_name":"More Traps","desc":"Increase the maximum amount of active Traps you can have by +2.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[54],"dependencies":[10],"blockers":[],"cost":1,"display":{"row":26,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"traps","value":2}]}],"id":43},{"display_name":"Better Arrow Shield","desc":"Arrow Shield will gain additional area of effect, knockback and damage.","archetype":"Sharpshooter","archetype_req":0,"base_abil":0,"parents":[19,18,14],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Shield","behavior":"modify","multipliers":[40,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"behavior":"modify","name":"aoe","value":1}]}],"id":44},{"display_name":"Better Leap","desc":"Reduce leap's cooldown by 1s.","archetype":"Boltslinger","archetype_req":0,"base_abil":17,"parents":[17,55],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":29,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":17,"name":"cooldown","value":-1}]}],"id":45},{"display_name":"Better Guardian Angels","desc":"Your Guardian Angels can shoot +4 arrows before disappearing.","archetype":"Boltslinger","archetype_req":0,"base_abil":0,"parents":[20,55],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":4}}],"id":46},{"display_name":"Cheaper Arrow Storm (2)","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[21,19],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":47},{"display_name":"Precise Shot","desc":"+30% Critical Hit Damage","parents":[46,49,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":48},{"display_name":"Cheaper Arrow Shield","desc":"Reduce the Mana cost of Arrow Shield.","base_abil":0,"parents":[48,21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Rocket Jump","desc":"Arrow Bomb's self-damage will knockback you farther away.","base_abil":2,"parents":[47,21],"dependencies":[2],"blockers":[],"cost":1,"display":{"row":33,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Escape (2)","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[22,70],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":51},{"display_name":"Stronger Hook","desc":"Increase your Grappling Hook's range, speed and strength.","archetype":"Trapper","archetype_req":5,"base_abil":1,"parents":[51],"dependencies":[12],"blockers":[],"cost":1,"display":{"row":35,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":12,"name":"range","value":8}]}],"id":52},{"display_name":"Cheaper Arrow Bomb (2)","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":40,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":53},{"display_name":"Bouncing Bomb","desc":"Arrow Bomb will bounce once when hitting a block or enemy","base_abil":2,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Homing Shots","desc":"Your Main Attack arrows will follow nearby enemies and not be affected by gravity","archetype":"Sharpshooter","base_abil":999,"parents":[17,18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"Shrapnel Bomb","desc":"Arrow Bomb's explosion will fling 15 shrapnel, dealing damage in a large area","archetype":"Boltslinger","archetype_req":8,"base_abil":2,"parents":[23,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Shrapnel Bomblet","multipliers":[40,0,0,0,20,0]}],"id":56},{"display_name":"Elusive","desc":"If you do not get hit for 8+ seconds, become immune to self-damage and remove Arrow Storm's recoil. (Dodging counts as not getting hit)","archetype":"Boltslinger","archetype_req":0,"parents":[24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":38,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"Double Shots","desc":"Double Main Attack arrows, but they deal -30% damage per arrow (harder to hit far enemies)","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[60],"cost":1,"display":{"row":7,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-30,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":2},"display":"Total Damage"}],"id":58},{"display_name":"Triple Shots","desc":"Triple Main Attack arrows, but they deal -20% damage per arrow","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[69,67],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-20,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":1},"display":"Total Damage"}],"id":59},{"display_name":"Power Shots","desc":"Main Attack arrows have increased speed and knockback","archetype":"Sharpshooter","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[58],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":60},{"display_name":"Focus","desc":"When hitting an aggressive mob 5+ blocks away, gain +1 Focus (Max 3). Resets if you miss once","archetype":"Sharpshooter","archetype_req":2,"parents":[68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","output":{"type":"stat","name":"damMult.Focus"},"scaling":[40],"slider_max":3}],"id":61},{"display_name":"More Focus","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[33,12],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":62},{"display_name":"More Focus (2)","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[25,28],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":39,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":63},{"display_name":"Traveler","desc":"For every 1% Walk Speed you have from items, gain +1 Raw Spell Damage (Max 100)","parents":[42,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spd"}],"output":{"type":"stat","name":"sdRaw"},"scaling":[1],"max":100}],"id":64},{"display_name":"Patient Hunter","desc":"Your Traps will deal +20% more damage for every second they are active (Max +80%)","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[40],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":8,"icon":"node_1"},"properties":{"max":80},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[20]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Add +80% Max Damage to Patient Hunter","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4},{"type":"raw_stat","bonuses":[{"type":"prop","abil":65,"name":"max","value":80}]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +6% Walk Speed (Max 200%). Decay -40% of the bonus every second","archetype":"Boltslinger","archetype_req":0,"parents":[59,6],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","output":{"type":"stat","name":"spd"},"scaling":[6],"max":160}],"id":67},{"display_name":"Phantom Ray","desc":"Condense Arrow Storm into a single ray that damages enemies 10 times per second","base_abil":7,"parents":[37,4],"dependencies":[7],"blockers":[11,6,23],"cost":2,"display":{"row":16,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Phantom Ray","base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[25,0,5,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Arrow":16}}]},{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":68},{"display_name":"Arrow Rain","desc":"When Arrow Shield loses its last charge, unleash 150 arrows raining down on enemies","base_abil":0,"parents":[6,38],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Per Arrow)","multipliers":[80,0,0,0,0,60]},{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Total)","hits":{"Arrow Rain (Per Arrow)":150}}],"id":69},{"display_name":"Decimator","desc":"Phantom Ray will increase its damage by 10% everytime you do not miss with it (Max 70%)","archetype":"Sharpshooter","archetype_req":0,"base_abil":7,"parents":[49,51],"dependencies":[68],"blockers":[],"cost":1,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Phantom Ray hits","slider_max":7,"output":{"type":"stat","name":"damMult.Decimator:1.Single Arrow"},"scaling":[10]}],"id":70}],"Warrior":[{"display_name":"Bash","desc":"Violently bash the ground, dealing high damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4,"range":3},"effects":[{"type":"replace_spell","name":"Bash","cost":45,"base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Hit","type":"damage","multipliers":[130,20,0,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Hit":1}}]}],"id":0},{"display_name":"Spear Proficiency 1","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":1},{"display_name":"Cheaper Bash","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Double Bash","desc":"Bash will hit a second time at a farther range","parents":[1],"base_abil":0,"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"range":3},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","cost":0,"hits":{"Single Hit":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","cost":0,"multipliers":[-50,0,0,0,0,0]}],"id":3},{"display_name":"Charge","desc":"Charge forward at high speed (hold shift to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{},"effects":[{"type":"replace_spell","name":"Charge","cost":25,"base_spell":2,"spell_type":"damage","scaling":"spell","display":"","parts":[]}],"id":4},{"display_name":"Heavy Impact","desc":"After using Charge, violently crash down into the ground and deal damage","base_abil":4,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Heavy Impact":1}}],"id":5},{"display_name":"Vehement","desc":"For every 1% or 1 Raw Main Attack Damage you have from items, gain +2% Walk Speed (Max 20%)","archetype":"Fallen","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[7],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"mdPct"},{"type":"stat","name":"mdRaw"}],"output":{"type":"stat","name":"spd"},"scaling":[2,2],"max":20}],"id":6},{"display_name":"Tougher Skin","desc":"Harden your skin and become permanently +5% more resistant. For every 1% or 1 Raw Heath Regen you have from items, gain +10 Health (Max 100)","archetype":"Paladin","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]},{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hprRaw"},{"type":"stat","name":"hprPct"}],"output":{"type":"stat","name":"hpBonus"},"scaling":[10,10],"max":100}],"id":7},{"display_name":"Uppercut","desc":"Rocket enemies in the air and deal massive damage","parents":[6,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":3,"range":5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":45,"base_spell":3,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Uppercut","multipliers":[200,40,40,0,0,0]},{"name":"Total Damage","hits":{"Uppercut":1}}]}],"id":8},{"display_name":"Cheaper Charge","desc":"Reduce the Mana cost of Charge","base_abil":4,"parents":[8,10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":9},{"display_name":"War Scream","desc":"Emit a terrorizing roar that deals damage, pull nearby enemies, and add damage resistance to yourself and allies","parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"duration":30,"aoe":12,"defense_bonus":10},"effects":[{"type":"replace_spell","name":"War Scream","cost":35,"base_spell":4,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"War Scream","multipliers":[50,0,0,0,50,0]},{"name":"Total Damage","hits":{"War Scream":1}}]}],"id":10},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases base damage from all Earth attacks","archetype":"Fallen","archetype_req":0,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":11},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks","archetype":"Fallen","archetype_req":0,"parents":[8,14,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":12},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases base damage from all Water attacks","archetype":"Battle Monk","archetype_req":0,"parents":[9,12,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":13},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Battle Monk","archetype_req":0,"parents":[10,12,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":14},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Paladin","archetype_req":0,"parents":[10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":15},{"display_name":"Quadruple Bash","desc":"Bash will hit 4 times at an even larger range","archetype":"Fallen","archetype_req":0,"base_abil":0,"parents":[11,17],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{"range":6},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[-20,0,0,0,0,0]}],"id":16},{"display_name":"Fireworks","desc":"Mobs hit by Uppercut will explode mid-air and receive additional damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[12,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fireworks","multipliers":[80,0,20,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fireworks":1}}],"id":17},{"display_name":"Half-Moon Swipe","desc":"Uppercut will deal a footsweep attack at a longer and wider angle. All elemental conversions become Water","archetype":"Battle Monk","archetype_req":1,"base_abil":8,"parents":[13],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"range":4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-10,"multipliers":[-70,0,0,30,0,0]}],"id":18},{"display_name":"Flyby Jab","desc":"Damage enemies in your way when using Charge","base_abil":4,"parents":[14,20],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flyby Jab","multipliers":[20,0,0,0,0,40]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Flyby Jab":1}}],"id":19},{"display_name":"Flaming Uppercut","desc":"Uppercut will light mobs on fire, dealing damage every 0.6 seconds","archetype":"Paladin","archetype_req":0,"base_abil":8,"parents":[15,19],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{"duration":3,"tick":0.6},"effects":[{"type":"replace_spell","name":"Flaming Uppercut","base_spell":8,"display":"DPS","parts":[{"name":"Damage Tick","multipliers":[0,0,0,0,50,0]},{"name":"DPS","hits":{"Damage Tick":1.6666666666666667}},{"name":"Total Damage","hits":{"Damage Tick":5}}]}],"id":20},{"display_name":"Iron Lungs","desc":"War Scream deals more damage","archetype":"Paladin","archetype_req":0,"base_abil":10,"parents":[19,20],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"War Scream","cost":0,"multipliers":[30,0,0,0,0,30]}],"id":21},{"display_name":"Generalist","desc":"After casting 3 different spells in a row, your next spell will cost 5 mana","archetype":"Battle Monk","archetype_req":3,"parents":[23],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":2,"icon":"node_3"},"properties":{},"effects":[],"id":22},{"display_name":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","archetype_req":0,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_1"},"properties":{"chance":30},"effects":[{"type":"replace_spell","name":"Counter","base_spell":5,"display":"Counter Damage","parts":[{"name":"Counter Damage","multipliers":[60,0,20,0,0,20]}]}],"id":23},{"display_name":"Mantle of the Bovemists","desc":"When casting War Scream, create a holy shield around you that reduces all incoming damage by 70% for 3 hits (20s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"mantle_charge":3},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Mantle","value":70}]}],"id":24},{"display_name":"Bak'al's Grasp","desc":"After casting War Scream, become Corrupted (15s Cooldown). You cannot heal while in that state. While Corrupted, every 2% of Health you lose will add +4 Raw Damage to your attacks (Max 120)","archetype":"Fallen","archetype_req":2,"parents":[16,17],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":16,"col":1,"icon":"node_3"},"properties":{"cooldown":15},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","slider_max":100,"slider_step":1,"output":{"type":"stat","name":"damRaw"},"max":120,"scaling":[2]}],"id":25},{"display_name":"Spear Proficiency 2","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[25,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Aerodynamics","desc":"During Charge, you can steer and change direction","archetype":"Battle Monk","archetype_req":0,"base_abil":4,"parents":[27,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":28},{"display_name":"Provoke","desc":"Mobs damaged by War Scream will target only you for at least 5s. Reduce the Mana cost of War Scream","base_abil":10,"parents":[28,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":29},{"display_name":"Precise Strikes","desc":"+30% Critical Hit Damage","parents":[27,26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":30},{"display_name":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","base_abil":10,"parents":[28,29],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":18,"col":6,"icon":"node_1"},"properties":{"attackRate":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","multipliers":[40,0,0,0,0,10]}],"id":31},{"display_name":"Enraged Blow","desc":"While Corriupted, every 1% of Health you lose will increase your damage by +3% (Max 300%)","archetype":"Fallen","archetype_req":0,"base_abil":25,"parents":[26],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":20,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"scaling":[3]}],"id":32},{"display_name":"Flying Kick","desc":"When using Charge, mobs hit will halt your momentum and get knocked back","archetype":"Battle Monk","archetype_req":1,"base_abil":4,"parents":[27,34],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick","multipliers":[150,0,0,20,0,30]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Flying Kick":1},"display":"Flying Kick Max Damage"}],"id":33},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[35,33],"dependencies":[24],"blockers":[],"cost":1,"display":{"row":20,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":24,"name":"mantle_charge","value":2}]}],"id":34},{"display_name":"Manachism","desc":"If you receive a hit that's less than 5% of your max HP, gain 10 Mana (1s Cooldown)","archetype":"Paladin","archetype_req":3,"parents":[34,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":35},{"display_name":"Boiling Blood","desc":"Bash leaves a trail of boiling blood behind its first explosion, slowing down and damaging enemies above it every 0.4 seconds","base_abil":0,"parents":[32,37],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Boiling Blood","cost":0,"multipliers":[25,0,0,0,5,0]}],"id":36},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its range and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[36,33],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Ragnarokkr","value":30}]}],"id":37},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":23,"parents":[33,34,39],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":23,"name":"chance","value":30}]}],"id":38},{"display_name":"Burning Heart","desc":"For every 100 Health Bonus you have from item IDs, gain +2% Fire Damage (Max 100%)","archetype":"Paladin","archetype_req":0,"parents":[38,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hpBonus"}],"output":{"type":"stat","name":"fDamPct"},"scaling":[0.02],"max":100}],"id":39},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[39,35],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[30,0,0,0,0,0]}],"id":40},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 2% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[37,36],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":41},{"display_name":"Comet","desc":"After being hit by Fireworks, enemies will crash into the ground and receive more damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[37],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":24,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Comet","cost":0,"multipliers":[80,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","cost":0,"hits":{"Comet":1}}],"id":42},{"display_name":"Collide","desc":"Mobs thrown into walls from Flying Kick will explode and receive additonal damage","archetype":"Battle Monk","archetype_req":4,"base_abil":4,"parents":[38,39],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Collide","cost":0,"multipliers":[150,0,0,0,50,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Collide":1}}],"id":43},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[39,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":44},{"display_name":"Uncontainable Corruption","desc":"Reduce the cooldown of Bak'al's Grasp by -5s, and increase the raw damage gained for every 2% of health lost by +1","base_abil":25,"parents":[36,46],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"stat","name":"damRaw"},"scaling":[0.5]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":25,"name":"cooldown","value":-5}]}],"id":45},{"display_name":"Radiant Devotee","desc":"For every 4% Reflection you have from items, gain +1/5s Mana Regen (Max 10/5s)","archetype":"Battle Monk","archetype_req":1,"parents":[47,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":26,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","inputs":[{"type":"stat","name":"ref"}],"output":{"type":"stat","name":"mr"},"scaling":[0.25],"max":10}],"id":46},{"display_name":"Whirlwind Strike","desc":"Uppercut will create a strong gust of air, launching you upward with enemies (Hold shift to stay grounded)","archetype":"Battle Monk","archetype_req":5,"base_abil":8,"parents":[38,46],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[0,0,0,0,0,50]}],"id":47},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]}],"id":48},{"display_name":"Armour Breaker","desc":"While Corrupted, losing 30% Health will make your next Uppercut destroy enemies' defense, rendering them weaker to damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[45,46],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":5},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":49},{"display_name":"Shield Strike","desc":"When your Mantle of the Bovemist loses all charges, deal damage around you for each Mantle individually lost","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[48,51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Shield Strike","base_spell":6,"display":"Damage per Shield","parts":[{"name":"Damage per Shield","multipliers":[60,0,20,0,0,0]}]}],"id":50},{"display_name":"Sparkling Hope","desc":"Everytime you heal 5% of your max health, deal damage to all nearby enemies","archetype":"Paladin","archetype_req":0,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_2"},"properties":{"aoe":6},"effects":[{"type":"replace_spell","name":"Sparkling Hope","base_spell":7,"display":"Damage Tick","parts":[{"name":"Damage Tick","multipliers":[10,0,5,0,0,0]}]}],"id":51},{"display_name":"Massive Bash","desc":"While Corrupted, every 3% Health you lose will add +1 AoE to Bash (Max 10)","archetype":"Fallen","archetype_req":8,"base_abil":25,"parents":[53,45],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"prop","abil":0,"name":"aoe"},"scaling":[0.3333333333333333],"max":10}],"id":52},{"display_name":"Tempest","desc":"War Scream will ripple the ground and deal damage 3 times in a large area","archetype":"Battle Monk","archetype_req":0,"base_abil":10,"parents":[52,54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{"aoe":16},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest","multipliers":[30,10,0,0,0,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest Total Damage","hits":{"Tempest":3}},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Tempest":3}}],"id":53},{"display_name":"Spirit of the Rabbit","desc":"Reduce the Mana cost of Charge and increase your Walk Speed by +20%","archetype":"Battle Monk","archetype_req":5,"base_abil":4,"parents":[53,47],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5},{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":54},{"display_name":"Massacre","desc":"While Corrupted, if your effective attack speed is Slow or lower, hitting an enemy with your Main Attack will add +1% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":55},{"display_name":"Axe Kick","desc":"Increase the damage of Uppercut, but also increase its mana cost","base_abil":8,"parents":[53,54],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":10,"multipliers":[100,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":2,"base_abil":0,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_2"},"properties":{"cooldown":15},"effects":[],"id":57},{"display_name":"Cheaper Bash 2","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[57,50,51],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":58},{"display_name":"Cheaper War Scream","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Discombobulate","desc":"Every time you hit an enemy, briefly increase your elemental damage dealt to them by +3 (Additive, Max +80). This bonus decays -5 every second","archetype":"Battle Monk","archetype_req":11,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","slider_max":27,"output":[{"type":"stat","name":"eDamAddMin"},{"type":"stat","name":"eDamAddMax"},{"type":"stat","name":"tDamAddMin"},{"type":"stat","name":"tDamAddMax"},{"type":"stat","name":"wDamAddMin"},{"type":"stat","name":"wDamAddMax"},{"type":"stat","name":"fDamAddMin"},{"type":"stat","name":"fDamAddMax"},{"type":"stat","name":"aDamAddMin"},{"type":"stat","name":"aDamAddMax"}],"scaling":[3],"max":80}],"id":60},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.\n\n All elemental conversions become Thunder","archetype":"Battle Monk","archetype_req":8,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":1,"conversion":"Thunder"},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":61},{"display_name":"Cyclone","desc":"After casting War Scream, envelop yourself with a vortex that damages nearby enemies every 0.5s","archetype":"Battle Monk","archetype_req":0,"parents":[54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":4,"icon":"node_1"},"properties":{"aoe":4,"duration":20},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone","multipliers":[10,0,0,0,5,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone Total Damage","hits":{"Cyclone":40}}],"id":62},{"display_name":"Second Chance","desc":"When you receive a fatal blow, survive and regain 30% of your Health (10m Cooldown)","archetype":"Paladin","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":63},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.6% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{"health_cost":0.6},"effects":[],"id":64},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.3% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":64,"parents":[64],"dependencies":[64],"blockers":[],"cost":1,"display":{"row":35,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":64,"name":"health_cost","value":-0.3}]}],"id":65},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[64,67],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":66},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[63,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":35,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":67},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":68}],"Mage":[{"display_name":"Meteor","desc":"Summon a slow but powerful meteor from the sky, dealing massive damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":55,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1}}]}],"id":0},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[4],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{"range":12},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you cannot heal more than 30% of their max health)","parents":[14,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.1}]}],"id":2},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[13,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":35,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":3},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":4},{"display_name":"Wand Proficiency I","desc":"Improve your Main Attack's damage and range when using a wand.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":5},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":6},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":7},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":8},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[12,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":10},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":11},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[2,3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":12},{"display_name":"Wisdom","desc":"For every 2% or 2 Raw Spell Damage you have from items, gain +1/5s mana regen (Max 5/5s)","archetype":"Arcanist","archetype_req":0,"parents":[1],"dependencies":[],"blockers":[14],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sdPct"},{"type":"stat","name":"sdRaw"}],"output":{"type":"stat","name":"mr"},"scaling":[0.5,0.5],"max":5}],"id":13},{"display_name":"Wand Proficiency II","desc":"Improve your Main Attack's damage and range when using a wand.","archetype":"Riftwalker","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":"teleport","parents":[10,16],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Wind Slash","base_spell":2,"multipliers":[50,0,0,0,0,50]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Wind Slash":1}}],"id":15},{"display_name":"Thunderstorm","desc":"After casting Meteor, summon 3 lightning strikes and deal additional damage","base_abil":0,"parents":[15,8],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","target_part":"Lightning Damage","base_spell":3,"multipliers":[30,0,15,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":3,"hits":{"Lightning Damage":3}}],"id":16},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Meteor Damage","behavior":"modify","multipliers":[30,90,0,0,0,0]}],"id":17},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil that damages enemies every 0.4s.","base_abil":0,"parents":[11,7],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":7,"icon":"node_1"},"properties":{"aoe":7,"duration":8},"effects":[{"type":"replace_spell","name":"Burning Sigil","base_spell":6,"display":"DPS","parts":[{"name":"Tick Damage","multipliers":[15,0,0,0,25,0]},{"name":"DPS","hits":{"Tick Damage":2.5}},{"name":"Total Burn Damage","hits":{"Tick Damage":20}}]}],"id":18},{"display_name":"Sunshower","desc":"Heal emit a strong light, damaging nearby enemies.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[9],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[70,0,0,30,0,0]}],"id":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 5, 0.5s cooldown) Ice Snake will deal additional damage to enemies for every Winded they have","archetype":"Riftwalker","archetype_req":3,"parents":[15,16],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"max":5},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:4.Ice Snake Damage"},"scaling":[20],"slider_step":1,"slider_max":5},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"wConvBase:4.Ice Snake Damage"},"scaling":[10]}],"id":20},{"display_name":"Ophanim","desc":"When casting Meteor, instead summon 2 orbs of light with 200 Health that will attack when you use your Main Attack. When they damage an enemy, they lose 20% of their Health. They can be healed back.","archetype":"Light Bender","archetype_req":2,"parents":[19],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[50,0,30,20,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":2}}]},{"type":"add_spell_prop","base_spell":3,"cost":30}],"id":21},{"display_name":"Arcane Transfer","desc":"Meteor and Ice Snake will add +5 Mana to a Mana Bank for every aggressive enemy you hit. Heal will now transfer the content of your Mana Bank into usable Mana instead of healing.","archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"bank":90},"effects":[{"type":"replace_spell","name":"Arcane Transfer","base_spell":1,"parts":[],"display":""}],"id":22},{"display_name":"Cheaper Heal","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[20,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":23},{"display_name":"Purification","desc":"Heal and Arcane Transfer will purify you of all negative effects and fire. (3s Cooldown)","base_abil":1,"parents":[21,23,25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":4,"icon":"node_2"},"properties":{},"effects":[],"id":24},{"display_name":"Sentient Snake","desc":"Ice Snake will follow the direction you're facing, allowing you to control it.","base_abil":3,"parents":[22,24],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a short amount of time.","base_abil":1,"parents":[23],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[23,24],"dependencies":[20,24],"blockers":[],"cost":2,"display":{"row":18,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"nConvBase:3.Meteor Damage"},{"type":"stat","name":"eConvBase:3.Meteor Damage"},{"type":"stat","name":"nConvBase:3.Per Orb"},{"type":"stat","name":"eConvBase:3.Per Orb"}],"scaling":[15]}],"id":27},{"display_name":"Larger Heal","desc":"Increase your Heal's range.","base_abil":1,"archetype":"Light Bender","archetype_req":0,"parents":[24,25],"dependencies":[2],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":2,"name":"aoe","value":2}]}],"id":28},{"display_name":"Larger Mana Bank","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[25],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":18,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":22,"name":"bank","value":30}]}],"id":29},{"display_name":"Cheaper Ice Snake","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":30},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[24,32],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":31},{"display_name":"Fortitude","desc":"After healing 120% of your max health within 10s, apply a damage bonus to each player you've healed. (15s Cooldown)","base_abil":2,"archetype":"Light Bender","archetype_req":0,"parents":[30,31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":4},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Fortitude","value":100}]}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will stop and explode when it hits an enemy. (Damage is dealt as Main Attack Damage)","base_abil":4,"archetype":"Arcanist","archetype_req":4,"parents":[25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":7,"icon":"node_2"},"properties":{},"__TODO":"replace_spell pyrokinesis damage","effects":[],"id":33},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","archetype":"","archetype_req":0,"parents":[33,36],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"ls"}],"output":{"type":"stat","name":"sdPct"},"scaling":[0.2],"max":50}],"id":34},{"display_name":"Blink","desc":"Teleport will trigger 2 times in quick successions","base_abil":1,"archetype":"Riftwalker","archetype_req":0,"parents":[32,30],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"prop","abil":1,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1}}],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":3,"parents":[34,31,40],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Arcane Restoration","desc":"Pyrokinesis will add +1 Mana every 1s to your Mana Bank when hitting an aggressive enemy.","base_abil":999,"archetype":"Arcanist","archetype_req":0,"parents":[34,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":37},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage Bonus you have, buff Heal's healing power by +0.3%.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[40,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDam"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":38},{"display_name":"Transonic Warp","desc":"Teleport will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[30],"dependencies":[3,20],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:2.Wind Slash"},"scaling":[30]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"tConvBase:2.Wind Slash"},"scaling":[10]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"aConvBase:2.Wind Slash"},"scaling":[5]}],"id":39},{"display_name":"Healthier Ophanim I","desc":"Increase the health of your orbs from Ophanim by +800 and reduce the damage they take when hitting an enemy by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[32,31],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":40},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing the overall healing.","archetype":"Light Bender","base_abil":2,"parents":[40,36],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":23,"col":4,"icon":"node_1"},"properties":{"aoe":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Pulse","power":0.15},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Heal Pulse":2}}],"id":41},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to nearby enemies.","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[39,38],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":42},{"display_name":"Lightweaver","desc":"After healing 60% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb Damage","parts":[{"name":"Single Orb","type":"damage","multipliers":[30,0,0,0,20,0]},{"name":"Orb Damage","type":"total","hits":{"Single Orb":3}}]}],"id":43},{"display_name":"Arcane Speed","desc":"After casting Heal or Arcane Transfer, gain +80% speed for 3s. (8s Cooldown)","base_abil":2,"parents":[43,45],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":44},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[34,44],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":45},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[45,44],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[42],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":47},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[42,52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":48},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[52,43,44],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":49},{"display_name":"Chaos Explosion","desc":"When your Mana Bank reaches 120, casting Arcane Transfer will rapidly unleash the last 3 spells you've cast in order.","base_abil":22,"archetype":"Arcanist","archetype_req":8,"parents":[45],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":50},{"display_name":"Arcane Power","desc":"Meteor and Ice Snake will add +2 Mana to your Mana Bank for each aggressive mob you hit.","base_abil":22,"archetype":"Arcanist","archetype_req":0,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":29,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":51},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":1,"parents":[48,49],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","target_part":"Explosion Damage","base_spell":2,"multipliers":[50,0,0,0,30,0]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Explosion Damage":1}}],"id":52},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":3,"archetype":"Riftwalker","archetype_req":7,"parents":[48,52],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake","base_spell":4,"multipliers":[0,0,0,0,0,20]}],"id":53},{"display_name":"Time Dilation","desc":"When sprinting, create an area that increases the speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Better Ophanim","desc":"Increase your maximum orbs from Ophanim by +1.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[49],"_parents":["Explosive Entrance","Cheaper Meteor II"],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":1}}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies completely for 2s.","base_abil":3,"parents":[50],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Devitalize","desc":"Enemies will deal -2% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[58,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"More Winded II","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[54],"_parents":["Time Dilation","Dynamic Faith"],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":58},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 100%)","parents":[58,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sprint"}],"output":{"type":"stat","name":"tDamPct"},"scaling":[0.5],"max":100}],"id":59},{"display_name":"Divination","desc":"Increase your maximum orbs from Ophanim by +3 and reduce their damage.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[59,61],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":32,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[-50,0,-10,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":3}}],"id":60},{"display_name":"Healthier Ophanim II","desc":"Increase the health of your orbs from Ophanim by +3000.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[55],"dependencies":[40],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"display_name":"Sunflare","desc":"After healing 400% of your max health within 10s, your next Heal will make every nearby ally temporarily immune.","archetype":"Light Bender","archetype_req":12,"base_abil":2,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":62},{"display_name":"Larger Mana Bank III","desc":"Increase your maximum Mana Bank by +30.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits.","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[63],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":64},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[64],"dependencies":[50],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":65},{"display_name":"Manastorm","desc":"If you have more than 100 Mana, casting a spell will give you +10 mana over 5s.","archetype":"Arcanist","archetype_req":1,"parents":[69,64,62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":66},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs by +2.","archetype":"Light Bender","archetype_req":0,"base_abil":43,"parents":[69,66],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":35,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb Damage","hits":{"Single Orb":2}}],"id":67},{"display_name":"Timelock","desc":"Holding shift and casting Heal will absorb all Winded on nearby enemies and make you Timelocked. While Timelocked, your mana will not be depleted and you become immovable from outside forces. Enemies will recieve Winded damage from all absorbed stacks. (Max 30)","archetype":"Riftwalker","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":0,"icon":"node_3"},"properties":{},"effects":[],"id":68},{"display_name":"Cheaper Heal II","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[68,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":69}]} \ No newline at end of file +const atrees={"Archer":[{"display_name":"Arrow Shield","desc":"Create a shield around you that deal damage and knockback mobs when triggered. (2 Charges)","parents":[60,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_4"},"properties":{"charges":2,"duration":60,"aoe":5000},"effects":[{"type":"replace_spell","name":"Arrow Shield","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Shield Damage","type":"damage","multipliers":[90,0,0,0,0,10]},{"name":"Total Damage","type":"total","hits":{"Shield Damage":2}}]}],"id":0},{"display_name":"Escape","desc":"Throw yourself backward to avoid danger. (Hold shift while escaping to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_4"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Arrow Bomb","desc":"Throw a long-range arrow that explodes and deal high damage in a large area. (Self-damage for 25% of your DPS)","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":50,"base_spell":3,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Arrow Bomb","type":"damage","multipliers":[160,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Arrow Bomb":1}}]}],"id":2},{"display_name":"Heart Shatter","desc":"If you hit a mob directly with Arrow Bomb, shatter its heart and deal bonus damage.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Heart Shatter":1}}],"id":3},{"display_name":"Fire Creep","desc":"Arrow Bomb will leak a trail of fire for 6s, Damaging enemies that walk into it every 0.4s.","base_abil":2,"parents":[68,39,5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{"aoe":0.8,"duration":6},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[30,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Burn Damage","hits":{"Fire Creep":15}}],"id":4},{"display_name":"Bryophyte Roots","desc":"When you hit an enemy with Arrow Storm, create an area that slows them down and deals damage every 0.4s.","base_abil":7,"archetype":"Trapper","archetype_req":1,"parents":[4,35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":8,"icon":"node_1"},"properties":{"aoe":2,"duration":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Bryophyte Roots","cost":0,"multipliers":[40,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Roots Damage","hits":{"Bryophyte Roots":12}}],"id":5},{"display_name":"Nimble String","desc":"Arrow Storm throw out +6 arrows per stream and shoot twice as fast.","base_abil":7,"parents":[36,69],"dependencies":[7],"blockers":[68],"cost":2,"display":{"row":15,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-15,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","hits":{"Single Arrow":6}}],"id":6},{"display_name":"Arrow Storm","desc":"Shoot a stream of 8 arrows, dealing significant damage to close mobs and pushing them back.","parents":[58,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_4"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":40,"base_spell":1,"spell_type":"damage","display":"Total Damage","parts":[{"name":"Single Arrow","multipliers":[30,0,10,0,0,0]},{"name":"Single Stream","hits":{"Single Arrow":8}},{"name":"Total Damage","hits":{"Single Stream":1}}]}],"id":7},{"display_name":"Guardian Angels","desc":"Your protective arrows from Arrow Shield will become sentient bows, dealing damage up to 8 times each to nearby enemies. (Arrow Shield will no longer push nearby enemies)","archetype":"Boltslinger","archetype_req":3,"base_abil":0,"parents":[59,67],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":19,"col":1,"icon":"node_3"},"properties":{"range":4,"duration":60,"shots":8,"charges":2},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Arrow":8}},{"name":"Total Damage","type":"total","hits":{"Single Bow":2}}]}],"id":8},{"display_name":"Windy Feet","desc":"When casting Escape, give speed to yourself and nearby allies.","base_abil":1,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":1,"icon":"node_0"},"properties":{"aoe":8,"duration":120},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":9},{"display_name":"Basaltic Trap","desc":"When you hit the ground with Arrow Bomb, leave a Trap that damages enemies. (Max 2 Traps)","archetype":"Trapper","archetype_req":2,"parents":[5],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":8,"icon":"node_3"},"properties":{"aoe":7,"traps":2},"effects":[{"type":"replace_spell","name":"Basaltic Trap","base_spell":7,"display":"Trap Damage","parts":[{"name":"Trap Damage","type":"damage","multipliers":[140,30,0,0,30,0]}]}],"id":10},{"display_name":"Windstorm","desc":"Arrow Storm shoot +1 stream of arrows, and each stream shoots +2 arrows, effectively doubling its damage.","base_abil":7,"parents":[8,33],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-10,0,-2,0,0,2]},{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Stream","cost":0,"hits":{"Single Arrow":2}}],"id":11},{"display_name":"Grappling Hook","base_abil":1,"desc":"When casting Escape, throw a hook that pulls you when hitting a block. If you hit an enemy, pull them towards you instead. (Escape will not throw you backward anymore)","archetype":"Trapper","archetype_req":0,"parents":[61,40,33],"dependencies":[],"blockers":[20],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{"range":26},"effects":[],"id":12},{"display_name":"Implosion","desc":"Arrow bomb will pull enemies towards you. If a trap is nearby, it will pull them towards it instead. Increase Heart Shatter's damage.","archetype":"Trapper","archetype_req":0,"base_abil":2,"parents":[12,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Heart Shatter","multipliers":[40,0,0,0,0,0]}],"id":13},{"display_name":"Twain's Arc","desc":"When you have 2+ Focus, holding shift will summon the Twain's Arc. Charge it up to shoot a destructive long-range beam. (Damage is dealt as Main Attack Damage)","archetype":"Sharpshooter","archetype_req":4,"parents":[62,64],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_2"},"properties":{"range":64,"focusReq":2},"effects":[{"type":"replace_spell","name":"Twain's Arc","base_spell":5,"scaling":"melee","use_atkspd":false,"display":"Single Shot","parts":[{"name":"Single Shot","type":"damage","multipliers":[200,0,0,0,0,0]}]}],"id":14},{"display_name":"Fierce Stomp","desc":"When using Escape, hold shift to quickly drop down and deal damage.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[42,64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Fierce Stomp","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Stomp Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep become much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14],"dependencies":[4],"blockers":[],"cost":1,"display":{"row":26,"col":5,"icon":"node_1"},"properties":{"duration":2,"aoe":0.4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fire Creep","multipliers":[10,0,0,0,5,0]}],"id":16},{"display_name":"Leap","desc":"When you double tap jump, leap foward. (2s Cooldown)","archetype":"Boltslinger","archetype_req":5,"parents":[42,55],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":17},{"display_name":"Shocking Bomb","desc":"Arrow Bomb will not be affected by gravity, and all damage conversions become Thunder.","archetype":"Sharpshooter","archetype_req":5,"base_abil":2,"parents":[14,44,55],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":28,"col":4,"icon":"node_1"},"properties":{"gravity":0},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":3,"conversion":"Thunder"}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 2.85 Mana per second when you stay close to them.","archetype":"Trapper","archetype_req":5,"base_abil":10,"parents":[43,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":8,"icon":"node_3"},"properties":{"range":16,"manaRegen":2.85},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":10}],"id":19},{"display_name":"Escape Artist","desc":"When casting Escape, release 120 arrows towards the ground.","archetype":"Boltslinger","archetype_req":0,"base_abil":1,"parents":[46,17],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Per Arrow","multipliers":[20,0,10,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Max Damage (Escape Artist)","hits":{"Per Arrow":120},"display":"Max Damage (Escape Artist)"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 5s or more, your next sucessful hit will deal +50% damage and add +1 Focus.","archetype":"Sharpshooter","archetype_req":5,"parents":[18,44,47],"dependencies":[61],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[],"id":21},{"display_name":"Call of the Hound","desc":"Arrow Shield summon a Hound that will attack and drag aggressive enemies towards your traps.","archetype":"Trapper","archetype_req":0,"base_abil":0,"parents":[21,47],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Hound Damage","multipliers":[40,0,0,0,0,0]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 stream of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,20],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Stream":2}}],"id":23},{"display_name":"Geyser Stomp","desc":"Fierce Stomp will create geysers, dealing more damage and vertical knockback.","base_abil":1,"parents":[56],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Geyser Stomp","multipliers":[0,0,0,50,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Stomp Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":15,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5 Focus, casting Arrow Storm will make you levitate and shoot 20 homing arrows per second until you run out of Focus. While in that state, you will lose 1 Focus per second.","archetype":"Sharpshooter","archetype_req":10,"parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":37,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Crepuscular Ray","base_spell":6,"display":"DPS","parts":[{"name":"Single Arrow","multipliers":[20,0,0,5,0,0]},{"name":"DPS","hits":{"Single Arrow":20}},{"name":"Total Damage","hits":{"DPS":7}}]}],"id":25},{"display_name":"Grape Bomb","desc":"Arrow bomb will throw 3 additional smaller bombs when exploding.","base_abil":2,"parents":[51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[30,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Grape Bomb":3}}],"id":26},{"display_name":"Tangled Traps","desc":"Your Traps will be connected by a rope that deals damage to enemies every 0.2s.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":38,"col":6,"icon":"node_1"},"properties":{"attackSpeed":0.2},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Line Damage Tick","multipliers":[20,0,0,0,0,20]},{"type":"add_spell_prop","base_spell":7,"target_part":"DPS","hits":{"Line Damage Tick":5}}],"id":27},{"display_name":"Snow Storm","desc":"Enemies near you will be slowed down.","parents":[24,63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":2,"icon":"node_2"},"properties":{"range":2.5,"slowness":0.3},"effects":[],"id":28},{"display_name":"All-Seeing Panoptes","desc":"Your bows from Guardian Angels become all-seeing, increasing their range, damage and letting them shoot up to +5 times each.","archetype":"Boltslinger","archetype_req":11,"base_abil":0,"parents":[28],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":40,"col":1,"icon":"node_3"},"properties":{"range":8,"shots":5},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Arrow","multipliers":[0,0,0,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":5}}],"id":29},{"display_name":"Minefield","desc":"Allow you to place +6 Traps, but with reduced damage and range.","archetype":"Trapper","archetype_req":10,"base_abil":10,"parents":[26,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":40,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":8,"target_part":"Trap Damage","cost":0,"multipliers":[-80,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-2},{"type":"prop","abil":10,"name":"traps","value":6}]}],"id":30},{"display_name":"Bow Proficiency I","desc":"Improve your Main Attack's damage and range when using a bow.","base_abil":999,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":31},{"display_name":"Cheaper Arrow Bomb","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[31],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":32},{"display_name":"Cheaper Arrow Storm","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[12,11,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":33},{"display_name":"Cheaper Escape","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[7,0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":34},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Trapper","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":35},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7,39,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":36},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[34,36,39],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":37},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Boltslinger","archetype_req":0,"parents":[7],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":38},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Sharpshooter","archetype_req":0,"parents":[36,0,34],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":39},{"display_name":"More Shields","desc":"Give +2 charges to Arrow Shield.","base_abil":0,"parents":[12,10],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Shield Damage":2,"Single Bow":2}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"charges","value":2}]}],"id":40},{"display_name":"Stormy Feet","desc":"Windy Feet will last longer and add more speed.","archetype":"Boltslinger","base_abil":1,"parents":[11],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":23,"col":1,"icon":"node_0"},"properties":{"duration":60},"effects":[{"type":"stat_bonus","toggle":"Windy Feet","bonuses":[{"type":"stat","name":"spdPct","value":20}]}],"id":41},{"display_name":"Refined Gunpowder","desc":"Increase the damage of Arrow Bomb.","base_abil":2,"parents":[11,64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[50,0,0,0,0,0]}],"id":42},{"display_name":"More Traps","desc":"Increase the maximum amount of active Traps you can have by +2.","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[54],"dependencies":[10],"blockers":[],"cost":1,"display":{"row":26,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"traps","value":2}]}],"id":43},{"display_name":"Better Arrow Shield","desc":"Arrow Shield will gain additional area of effect, knockback and damage.","archetype":"Sharpshooter","archetype_req":0,"base_abil":0,"parents":[19,18,14],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Arrow Shield","behavior":"modify","multipliers":[40,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"behavior":"modify","name":"aoe","value":1}]}],"id":44},{"display_name":"Better Leap","desc":"Reduce leap's cooldown by 1s.","archetype":"Boltslinger","archetype_req":0,"base_abil":17,"parents":[17,55],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":29,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":17,"name":"cooldown","value":-1}]}],"id":45},{"display_name":"Better Guardian Angels","desc":"Your Guardian Angels can shoot +4 arrows before disappearing.","archetype":"Boltslinger","archetype_req":0,"base_abil":0,"parents":[20,55],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Arrow":4}}],"id":46},{"display_name":"Cheaper Arrow Storm (2)","desc":"Reduce the Mana cost of Arrow Storm.","base_abil":7,"parents":[21,19],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":47},{"display_name":"Precise Shot","desc":"+30% Critical Hit Damage","parents":[46,49,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":48},{"display_name":"Cheaper Arrow Shield","desc":"Reduce the Mana cost of Arrow Shield.","base_abil":0,"parents":[48,21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Rocket Jump","desc":"Arrow Bomb's self-damage will knockback you farther away.","base_abil":2,"parents":[47,21],"dependencies":[2],"blockers":[],"cost":1,"display":{"row":33,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Escape (2)","desc":"Reduce the Mana cost of Escape.","base_abil":1,"parents":[22,70],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":51},{"display_name":"Stronger Hook","desc":"Increase your Grappling Hook's range, speed and strength.","archetype":"Trapper","archetype_req":5,"base_abil":1,"parents":[51],"dependencies":[12],"blockers":[],"cost":1,"display":{"row":35,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":12,"name":"range","value":8}]}],"id":52},{"display_name":"Cheaper Arrow Bomb (2)","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":40,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":53},{"display_name":"Bouncing Bomb","desc":"Arrow Bomb will bounce once when hitting a block or enemy","base_abil":2,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Homing Shots","desc":"Your Main Attack arrows will follow nearby enemies and not be affected by gravity","archetype":"Sharpshooter","base_abil":999,"parents":[17,18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"Shrapnel Bomb","desc":"Arrow Bomb's explosion will fling 15 shrapnel, dealing damage in a large area","archetype":"Boltslinger","archetype_req":8,"base_abil":2,"parents":[23,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Shrapnel Bomblet","multipliers":[40,0,0,0,20,0]}],"id":56},{"display_name":"Elusive","desc":"If you do not get hit for 8+ seconds, become immune to self-damage and remove Arrow Storm's recoil. (Dodging counts as not getting hit)","archetype":"Boltslinger","archetype_req":0,"parents":[24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":38,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"Double Shots","desc":"Double Main Attack arrows, but they deal -30% damage per arrow (harder to hit far enemies)","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[60],"cost":1,"display":{"row":7,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-30,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":2},"display":"Total Damage"}],"id":58},{"display_name":"Triple Shots","desc":"Triple Main Attack arrows, but they deal -20% damage per arrow","archetype":"Boltslinger","archetype_req":0,"base_abil":999,"parents":[69,67],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[-20,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"target_part":"Total Damage","hits":{"Single Shot":1},"display":"Total Damage"}],"id":59},{"display_name":"Power Shots","desc":"Main Attack arrows have increased speed and knockback","archetype":"Sharpshooter","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[58],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":60},{"display_name":"Focus","desc":"When hitting an aggressive mob 5+ blocks away, gain +1 Focus (Max 3). Resets if you miss once","archetype":"Sharpshooter","archetype_req":2,"parents":[68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","output":{"type":"stat","name":"damMult.Focus"},"scaling":[40],"slider_max":3}],"id":61},{"display_name":"More Focus","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[33,12],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":62},{"display_name":"More Focus (2)","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[25,28],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":39,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[-5]}],"id":63},{"display_name":"Traveler","desc":"For every 1% Walk Speed you have from items, gain +1 Raw Spell Damage (Max 100)","parents":[42,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":25,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spd"}],"output":{"type":"stat","name":"sdRaw"},"scaling":[1],"max":100}],"id":64},{"display_name":"Patient Hunter","desc":"Your Traps will deal +20% more damage for every second they are active (Max +80%)","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[40],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":8,"icon":"node_1"},"properties":{"max":80},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[20]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Add +80% Max Damage to Patient Hunter","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[26],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Trap Wait Time","slider_max":4},{"type":"raw_stat","bonuses":[{"type":"prop","abil":65,"name":"max","value":80}]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +6% Walk Speed (Max 200%). Decay -40% of the bonus every second","archetype":"Boltslinger","archetype_req":0,"parents":[59,6],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","output":{"type":"stat","name":"spd"},"scaling":[6],"max":160}],"id":67},{"display_name":"Phantom Ray","desc":"Condense Arrow Storm into a single ray that damages enemies 10 times per second","base_abil":7,"parents":[37,4],"dependencies":[7],"blockers":[11,6,23],"cost":2,"display":{"row":16,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Phantom Ray","base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Arrow","type":"damage","multipliers":[25,0,5,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Arrow":16}}]},{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":68},{"display_name":"Arrow Rain","desc":"When Arrow Shield loses its last charge, unleash 150 arrows raining down on enemies","base_abil":0,"parents":[6,38],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Per Arrow)","multipliers":[80,0,0,0,0,60]},{"type":"add_spell_prop","base_spell":4,"target_part":"Arrow Rain (Total)","hits":{"Arrow Rain (Per Arrow)":150}}],"id":69},{"display_name":"Decimator","desc":"Phantom Ray will increase its damage by 10% everytime you do not miss with it (Max 70%)","archetype":"Sharpshooter","archetype_req":0,"base_abil":7,"parents":[49,51],"dependencies":[68],"blockers":[],"cost":1,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Phantom Ray hits","slider_max":7,"output":{"type":"stat","name":"damMult.Decimator:1.Single Arrow"},"scaling":[10]}],"id":70}],"Warrior":[{"display_name":"Bash","desc":"Violently bash the ground, dealing high damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":4,"range":3},"effects":[{"type":"replace_spell","name":"Bash","cost":45,"base_spell":1,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Single Hit","type":"damage","multipliers":[130,20,0,0,0,0]},{"name":"Total Damage","type":"total","hits":{"Single Hit":1}}]}],"id":0},{"display_name":"Spear Proficiency 1","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":1},{"display_name":"Cheaper Bash","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Double Bash","desc":"Bash will hit a second time at a farther range","parents":[1],"base_abil":0,"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"range":3},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","cost":0,"hits":{"Single Hit":1}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","cost":0,"multipliers":[-50,0,0,0,0,0]}],"id":3},{"display_name":"Charge","desc":"Charge forward at high speed (hold shift to cancel)","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{},"effects":[{"type":"replace_spell","name":"Charge","cost":25,"base_spell":2,"spell_type":"damage","scaling":"spell","display":"","parts":[]}],"id":4},{"display_name":"Heavy Impact","desc":"After using Charge, violently crash down into the ground and deal damage","base_abil":4,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":1,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[100,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Heavy Impact":1}}],"id":5},{"display_name":"Vehement","desc":"For every 1% or 1 Raw Main Attack Damage you have from items, gain +2% Walk Speed (Max 20%)","archetype":"Fallen","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[7],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"mdPct"},{"type":"stat","name":"mdRaw"}],"output":{"type":"stat","name":"spd"},"scaling":[2,2],"max":20}],"id":6},{"display_name":"Tougher Skin","desc":"Harden your skin and become permanently +5% more resistant. For every 1% or 1 Raw Heath Regen you have from items, gain +10 Health (Max 100)","archetype":"Paladin","archetype_req":0,"parents":[4],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]},{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hprRaw"},{"type":"stat","name":"hprPct"}],"output":{"type":"stat","name":"hpBonus"},"scaling":[10,10],"max":100}],"id":7},{"display_name":"Uppercut","desc":"Rocket enemies in the air and deal massive damage","parents":[6,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":3,"range":5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":45,"base_spell":3,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"Uppercut","multipliers":[200,40,40,0,0,0]},{"name":"Total Damage","hits":{"Uppercut":1}}]}],"id":8},{"display_name":"Cheaper Charge","desc":"Reduce the Mana cost of Charge","base_abil":4,"parents":[8,10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":9},{"display_name":"War Scream","desc":"Emit a terrorizing roar that deals damage, pull nearby enemies, and add damage resistance to yourself and allies","parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"duration":30,"aoe":12,"defense_bonus":10},"effects":[{"type":"replace_spell","name":"War Scream","cost":35,"base_spell":4,"spell_type":"damage","scaling":"spell","display":"Total Damage","parts":[{"name":"War Scream","multipliers":[50,0,0,0,50,0]},{"name":"Total Damage","hits":{"War Scream":1}}]}],"id":10},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases base damage from all Earth attacks","archetype":"Fallen","archetype_req":0,"parents":[8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":11},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks","archetype":"Fallen","archetype_req":0,"parents":[8,14,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":12},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases base damage from all Water attacks","archetype":"Battle Monk","archetype_req":0,"parents":[9,12,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":13},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Battle Monk","archetype_req":0,"parents":[10,12,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":14},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Paladin","archetype_req":0,"parents":[10],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":15},{"display_name":"Quadruple Bash","desc":"Bash will hit 4 times at an even larger range","archetype":"Fallen","archetype_req":0,"base_abil":0,"parents":[11,17],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{"range":6},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[-20,0,0,0,0,0]}],"id":16},{"display_name":"Fireworks","desc":"Mobs hit by Uppercut will explode mid-air and receive additional damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[12,16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fireworks","multipliers":[80,0,20,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fireworks":1}}],"id":17},{"display_name":"Half-Moon Swipe","desc":"Uppercut will deal a footsweep attack at a longer and wider angle. All elemental conversions become Water","archetype":"Battle Monk","archetype_req":1,"base_abil":8,"parents":[13],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"range":4},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-10,"multipliers":[-70,0,0,30,0,0]}],"id":18},{"display_name":"Flyby Jab","desc":"Damage enemies in your way when using Charge","base_abil":4,"parents":[14,20],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flyby Jab","multipliers":[20,0,0,0,0,40]},{"type":"add_spell_prop","base_spell":2,"target_part":"Contact Damage","display":"Contact Damage","hits":{"Flyby Jab":1}}],"id":19},{"display_name":"Flaming Uppercut","desc":"Uppercut will light mobs on fire, dealing damage every 0.6 seconds","archetype":"Paladin","archetype_req":0,"base_abil":8,"parents":[15,19],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{"duration":3,"tick":0.6},"effects":[{"type":"replace_spell","name":"Flaming Uppercut","base_spell":8,"display":"DPS","parts":[{"name":"Damage Tick","multipliers":[0,0,0,0,50,0]},{"name":"DPS","hits":{"Damage Tick":1.6666666666666667}},{"name":"Total Damage","hits":{"Damage Tick":5}}]}],"id":20},{"display_name":"Iron Lungs","desc":"War Scream deals more damage","archetype":"Paladin","archetype_req":0,"base_abil":10,"parents":[19,20],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"War Scream","cost":0,"multipliers":[30,0,0,0,0,30]}],"id":21},{"display_name":"Generalist","desc":"After casting 3 different spells in a row, your next spell will cost 5 mana","archetype":"Battle Monk","archetype_req":3,"parents":[23],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":2,"icon":"node_3"},"properties":{},"effects":[],"id":22},{"display_name":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","archetype_req":0,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_1"},"properties":{"chance":30},"effects":[{"type":"replace_spell","name":"Counter","base_spell":5,"display":"Counter Damage","parts":[{"name":"Counter Damage","multipliers":[60,0,20,0,0,20]}]}],"id":23},{"display_name":"Mantle of the Bovemists","desc":"When casting War Scream, create a holy shield around you that reduces all incoming damage by 70% for 3 hits (20s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"mantle_charge":3},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Mantle","value":70}]}],"id":24},{"display_name":"Bak'al's Grasp","desc":"After casting War Scream, become Corrupted (15s Cooldown). You cannot heal while in that state. While Corrupted, every 2% of Health you lose will add +4 Raw Damage to your attacks (Max 120)","archetype":"Fallen","archetype_req":2,"parents":[16,17],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":16,"col":1,"icon":"node_3"},"properties":{"cooldown":15},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","slider_max":100,"slider_step":1,"output":{"type":"stat","name":"damRaw"},"max":120,"scaling":[2]}],"id":25},{"display_name":"Spear Proficiency 2","desc":"Improve your Main Attack's damage and range w/ spear","base_abil":999,"parents":[25,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":0,"icon":"node_0"},"properties":{"melee_range":1},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Aerodynamics","desc":"During Charge, you can steer and change direction","archetype":"Battle Monk","archetype_req":0,"base_abil":4,"parents":[27,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":28},{"display_name":"Provoke","desc":"Mobs damaged by War Scream will target only you for at least 5s. Reduce the Mana cost of War Scream","base_abil":10,"parents":[28,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":29},{"display_name":"Precise Strikes","desc":"+30% Critical Hit Damage","parents":[27,26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":30}]}],"id":30},{"display_name":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","base_abil":10,"parents":[28,29],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":18,"col":6,"icon":"node_1"},"properties":{"attackRate":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","multipliers":[40,0,0,0,0,10]}],"id":31},{"display_name":"Enraged Blow","desc":"While Corriupted, every 1% of Health you lose will increase your damage by +3% (Max 300%)","archetype":"Fallen","archetype_req":0,"base_abil":25,"parents":[26],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":20,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"scaling":[3]}],"id":32},{"display_name":"Flying Kick","desc":"When using Charge, mobs hit will halt your momentum and get knocked back","archetype":"Battle Monk","archetype_req":1,"base_abil":4,"parents":[27,34],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick","multipliers":[150,0,0,20,0,30]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Flying Kick":1},"display":"Flying Kick Max Damage"}],"id":33},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[35,33],"dependencies":[24],"blockers":[],"cost":1,"display":{"row":20,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":24,"name":"mantle_charge","value":2}]}],"id":34},{"display_name":"Manachism","desc":"If you receive a hit that's less than 5% of your max HP, gain 10 Mana (1s Cooldown)","archetype":"Paladin","archetype_req":3,"parents":[34,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":35},{"display_name":"Boiling Blood","desc":"Bash leaves a trail of boiling blood behind its first explosion, slowing down and damaging enemies above it every 0.4 seconds","base_abil":0,"parents":[32,37],"dependencies":[],"blockers":[],"cost":2,"display":{"row":22,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Boiling Blood","cost":0,"multipliers":[25,0,0,0,5,0]}],"id":36},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its range and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[36,33],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Ragnarokkr","value":30}]}],"id":37},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":23,"parents":[33,34,39],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":23,"name":"chance","value":30}]}],"id":38},{"display_name":"Burning Heart","desc":"For every 100 Health Bonus you have from item IDs, gain +2% Fire Damage (Max 100%)","archetype":"Paladin","archetype_req":0,"parents":[38,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"hpBonus"}],"output":{"type":"stat","name":"fDamPct"},"scaling":[0.02],"max":100}],"id":39},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[39,35],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[30,0,0,0,0,0]}],"id":40},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 2% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[37,36],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":41},{"display_name":"Comet","desc":"After being hit by Fireworks, enemies will crash into the ground and receive more damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[37],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":24,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Comet","cost":0,"multipliers":[80,20,0,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","cost":0,"hits":{"Comet":1}}],"id":42},{"display_name":"Collide","desc":"Mobs thrown into walls from Flying Kick will explode and receive additonal damage","archetype":"Battle Monk","archetype_req":4,"base_abil":4,"parents":[38,39],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{"aoe":4},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Collide","cost":0,"multipliers":[150,0,0,0,50,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Flying Kick Max Damage","hits":{"Collide":1}}],"id":43},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[39,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":44},{"display_name":"Uncontainable Corruption","desc":"Reduce the cooldown of Bak'al's Grasp by -5s, and increase the raw damage gained for every 2% of health lost by +1","base_abil":25,"parents":[36,46],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"stat","name":"damRaw"},"scaling":[0.5]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":25,"name":"cooldown","value":-5}]}],"id":45},{"display_name":"Radiant Devotee","desc":"For every 4% Reflection you have from items, gain +1/5s Mana Regen (Max 10/5s)","archetype":"Battle Monk","archetype_req":1,"parents":[47,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":26,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","inputs":[{"type":"stat","name":"ref"}],"output":{"type":"stat","name":"mr"},"scaling":[0.25],"max":10}],"id":46},{"display_name":"Whirlwind Strike","desc":"Uppercut will create a strong gust of air, launching you upward with enemies (Hold shift to stay grounded)","archetype":"Battle Monk","archetype_req":5,"base_abil":8,"parents":[38,46],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[0,0,0,0,0,50]}],"id":47},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"defMult.Base","value":5}]}],"id":48},{"display_name":"Armour Breaker","desc":"While Corrupted, losing 30% Health will make your next Uppercut destroy enemies' defense, rendering them weaker to damage","archetype":"Fallen","archetype_req":0,"base_abil":8,"parents":[45,46],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":5},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":49},{"display_name":"Shield Strike","desc":"When your Mantle of the Bovemist loses all charges, deal damage around you for each Mantle individually lost","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[48,51],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Shield Strike","base_spell":6,"display":"Damage per Shield","parts":[{"name":"Damage per Shield","multipliers":[60,0,20,0,0,0]}]}],"id":50},{"display_name":"Sparkling Hope","desc":"Everytime you heal 5% of your max health, deal damage to all nearby enemies","archetype":"Paladin","archetype_req":0,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_2"},"properties":{"aoe":6},"effects":[{"type":"replace_spell","name":"Sparkling Hope","base_spell":7,"display":"Damage Tick","parts":[{"name":"Damage Tick","multipliers":[10,0,5,0,0,0]}]}],"id":51},{"display_name":"Massive Bash","desc":"While Corrupted, every 3% Health you lose will add +1 AoE to Bash (Max 10)","archetype":"Fallen","archetype_req":8,"base_abil":25,"parents":[53,45],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Corrupted","output":{"type":"prop","abil":0,"name":"aoe"},"scaling":[0.3333333333333333],"max":10}],"id":52},{"display_name":"Tempest","desc":"War Scream will ripple the ground and deal damage 3 times in a large area","archetype":"Battle Monk","archetype_req":0,"base_abil":10,"parents":[52,54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{"aoe":16},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest","multipliers":[30,10,0,0,0,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Tempest Total Damage","hits":{"Tempest":3}},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Tempest":3}}],"id":53},{"display_name":"Spirit of the Rabbit","desc":"Reduce the Mana cost of Charge and increase your Walk Speed by +20%","archetype":"Battle Monk","archetype_req":5,"base_abil":4,"parents":[53,47],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5},{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20}]}],"id":54},{"display_name":"Massacre","desc":"While Corrupted, if your effective attack speed is Slow or lower, hitting an enemy with your Main Attack will add +1% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":55},{"display_name":"Axe Kick","desc":"Increase the damage of Uppercut, but also increase its mana cost","base_abil":8,"parents":[53,54],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":10,"multipliers":[100,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":2,"base_abil":0,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_2"},"properties":{"cooldown":15},"effects":[],"id":57},{"display_name":"Cheaper Bash 2","desc":"Reduce the Mana cost of Bash","base_abil":0,"parents":[57,50,51],"dependencies":[],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":58},{"display_name":"Cheaper War Scream","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Discombobulate","desc":"Every time you hit an enemy, briefly increase your elemental damage dealt to them by +3 (Additive, Max +80). This bonus decays -5 every second","archetype":"Battle Monk","archetype_req":11,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Hits dealt","slider_max":27,"output":[{"type":"stat","name":"eDamAddMin"},{"type":"stat","name":"eDamAddMax"},{"type":"stat","name":"tDamAddMin"},{"type":"stat","name":"tDamAddMax"},{"type":"stat","name":"wDamAddMin"},{"type":"stat","name":"wDamAddMax"},{"type":"stat","name":"fDamAddMin"},{"type":"stat","name":"fDamAddMax"},{"type":"stat","name":"aDamAddMin"},{"type":"stat","name":"aDamAddMax"}],"scaling":[3],"max":80}],"id":60},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.\n\n All elemental conversions become Thunder","archetype":"Battle Monk","archetype_req":8,"parents":[62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"convert_spell_conv","target_part":"all","base_spell":1,"conversion":"Thunder"},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":61},{"display_name":"Cyclone","desc":"After casting War Scream, envelop yourself with a vortex that damages nearby enemies every 0.5s","archetype":"Battle Monk","archetype_req":0,"parents":[54],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":4,"icon":"node_1"},"properties":{"aoe":4,"duration":20},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone","multipliers":[10,0,0,0,5,10]},{"type":"add_spell_prop","base_spell":4,"target_part":"Cyclone Total Damage","hits":{"Cyclone":40}}],"id":62},{"display_name":"Second Chance","desc":"When you receive a fatal blow, survive and regain 30% of your Health (10m Cooldown)","archetype":"Paladin","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":63},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.6% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{"health_cost":0.6},"effects":[],"id":64},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.3% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":64,"parents":[64],"dependencies":[64],"blockers":[],"cost":1,"display":{"row":35,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":64,"name":"health_cost","value":-0.3}]}],"id":65},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[64,67],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":66},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[63,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":35,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":67},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[63],"dependencies":[],"blockers":[],"cost":2,"display":{"row":35,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":68}],"Mage":[{"display_name":"Meteor","desc":"Summon a slow but powerful meteor from the sky, dealing massive damage in a large area","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_4"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":55,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1}}]}],"id":0},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[4],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_4"},"properties":{"range":12},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":1},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you cannot heal more than 30% of their max health)","parents":[14,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_4"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.1}]}],"id":2},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[13,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_4"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":35,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":3},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":4},{"display_name":"Wand Proficiency I","desc":"Improve your Main Attack's damage and range when using a wand.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":5},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[5],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":6},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"eDamPct","value":20},{"type":"stat","name":"eDamAddMin","value":2},{"type":"stat","name":"eDamAddMax","value":4}]}],"id":7},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2,12],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"tDamPct","value":10},{"type":"stat","name":"tDamAddMin","value":1},{"type":"stat","name":"tDamAddMax","value":8}]}],"id":8},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[12,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":11,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"wDamPct","value":15},{"type":"stat","name":"wDamAddMin","value":2},{"type":"stat","name":"wDamAddMax","value":4}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[2],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"aDamPct","value":15},{"type":"stat","name":"aDamAddMin","value":3},{"type":"stat","name":"aDamAddMax","value":4}]}],"id":10},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"fDamPct","value":15},{"type":"stat","name":"fDamAddMin","value":3},{"type":"stat","name":"fDamAddMax","value":5}]}],"id":11},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[2,3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":12},{"display_name":"Wisdom","desc":"For every 2% or 2 Raw Spell Damage you have from items, gain +1/5s mana regen (Max 5/5s)","archetype":"Arcanist","archetype_req":0,"parents":[1],"dependencies":[],"blockers":[14],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sdPct"},{"type":"stat","name":"sdRaw"}],"output":{"type":"stat","name":"mr"},"scaling":[0.5,0.5],"max":5}],"id":13},{"display_name":"Wand Proficiency II","desc":"Improve your Main Attack's damage and range when using a wand.","archetype":"Riftwalker","archetype_req":0,"base_abil":999,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":"teleport","parents":[10,16],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":12,"col":0,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Wind Slash","base_spell":2,"multipliers":[50,0,0,0,0,50]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Wind Slash":1}}],"id":15},{"display_name":"Thunderstorm","desc":"After casting Meteor, summon 3 lightning strikes and deal additional damage","base_abil":0,"parents":[15,8],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":12,"col":2,"icon":"node_1"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","target_part":"Lightning Damage","base_spell":3,"multipliers":[30,0,15,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":3,"hits":{"Lightning Damage":3}}],"id":16},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":13,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Meteor Damage","behavior":"modify","multipliers":[30,90,0,0,0,0]}],"id":17},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil that damages enemies every 0.4s.","base_abil":0,"parents":[11,7],"dependencies":[],"blockers":[],"cost":2,"display":{"row":12,"col":7,"icon":"node_1"},"properties":{"aoe":7,"duration":8},"effects":[{"type":"replace_spell","name":"Burning Sigil","base_spell":6,"display":"DPS","parts":[{"name":"Tick Damage","multipliers":[15,0,0,0,25,0]},{"name":"DPS","hits":{"Tick Damage":2.5}},{"name":"Total Burn Damage","hits":{"Tick Damage":20}}]}],"id":18},{"display_name":"Sunshower","desc":"Heal emit a strong light, damaging nearby enemies.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[9],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[70,0,0,30,0,0]}],"id":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 5, 0.5s cooldown) Ice Snake will deal additional damage to enemies for every Winded they have","archetype":"Riftwalker","archetype_req":3,"parents":[15,16],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"max":5},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:4.Ice Snake Damage"},"scaling":[20],"slider_step":1,"slider_max":5},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"wConvBase:4.Ice Snake Damage"},"scaling":[10]}],"id":20},{"display_name":"Ophanim","desc":"When casting Meteor, instead summon 2 orbs of light with 200 Health that will attack when you use your Main Attack. When they damage an enemy, they lose 20% of their Health. They can be healed back.","archetype":"Light Bender","archetype_req":2,"parents":[19],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[50,0,30,20,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":2}}]},{"type":"add_spell_prop","base_spell":3,"cost":30}],"id":21},{"display_name":"Arcane Transfer","desc":"Meteor and Ice Snake will add +5 Mana to a Mana Bank for every aggressive enemy you hit. Heal will now transfer the content of your Mana Bank into usable Mana instead of healing.","archetype":"Arcanist","archetype_req":2,"parents":[18],"dependencies":[],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"bank":90},"effects":[{"type":"replace_spell","name":"Arcane Transfer","base_spell":1,"parts":[],"display":""}],"id":22},{"display_name":"Cheaper Heal","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[20,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":17,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":23},{"display_name":"Purification","desc":"Heal and Arcane Transfer will purify you of all negative effects and fire. (3s Cooldown)","base_abil":1,"parents":[21,23,25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":4,"icon":"node_2"},"properties":{},"effects":[],"id":24},{"display_name":"Sentient Snake","desc":"Ice Snake will follow the direction you're facing, allowing you to control it.","base_abil":3,"parents":[22,24],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a short amount of time.","base_abil":1,"parents":[23],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[23,24],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":18,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"nConvBase:3.Meteor Damage"},{"type":"stat","name":"eConvBase:3.Meteor Damage"},{"type":"stat","name":"nConvBase:3.Per Orb"},{"type":"stat","name":"eConvBase:3.Per Orb"}],"scaling":[15]}],"id":27},{"display_name":"Larger Heal","desc":"Increase your Heal's range.","base_abil":1,"archetype":"Light Bender","archetype_req":0,"parents":[24,25],"dependencies":[2],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":2,"name":"aoe","value":2}]}],"id":28},{"display_name":"Larger Mana Bank","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[25],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":18,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":22,"name":"bank","value":30}]}],"id":29},{"display_name":"Cheaper Ice Snake","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[26],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":30},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":1,"parents":[24,32],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":31},{"display_name":"Fortitude","desc":"After healing 120% of your max health within 10s, apply a damage bonus to each player you've healed. (15s Cooldown)","base_abil":2,"archetype":"Light Bender","archetype_req":0,"parents":[30,31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":4},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"stat","name":"damMult.Fortitude","value":100}]}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will stop and explode when it hits an enemy. (Damage is dealt as Main Attack Damage)","base_abil":4,"archetype":"Arcanist","archetype_req":4,"parents":[25],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":7,"icon":"node_2"},"properties":{},"__TODO":"replace_spell pyrokinesis damage","effects":[],"id":33},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","archetype":"","archetype_req":0,"parents":[33,36],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"ls"}],"output":{"type":"stat","name":"sdPct"},"scaling":[0.2],"max":50}],"id":34},{"display_name":"Blink","desc":"Teleport will trigger 2 times in quick successions","base_abil":1,"archetype":"Riftwalker","archetype_req":0,"parents":[32,30],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":true,"bonuses":[{"type":"prop","abil":1,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1}}],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":3,"parents":[34,31,40],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Arcane Restoration","desc":"Pyrokinesis will add +1 Mana every 1s to your Mana Bank when hitting an aggressive enemy.","base_abil":999,"archetype":"Arcanist","archetype_req":0,"parents":[34,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":37},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage Bonus you have, buff Heal's healing power by +0.3%.","archetype":"Light Bender","archetype_req":0,"base_abil":2,"parents":[40,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDam"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":38},{"display_name":"Transonic Warp","desc":"Teleport will deal additional damage to enemies for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[30],"dependencies":[3,20],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:2.Wind Slash"},"scaling":[30]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"tConvBase:2.Wind Slash"},"scaling":[10]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"aConvBase:2.Wind Slash"},"scaling":[5]}],"id":39},{"display_name":"Healthier Ophanim I","desc":"Increase the health of your orbs from Ophanim by +800 and reduce the damage they take when hitting an enemy by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[32,31],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":40},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing the overall healing.","archetype":"Light Bender","base_abil":2,"parents":[40,36],"dependencies":[2],"blockers":[22],"cost":2,"display":{"row":23,"col":4,"icon":"node_1"},"properties":{"aoe":5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Pulse","power":0.15},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Heal Pulse":2}}],"id":41},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to nearby enemies.","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[39,38],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":42},{"display_name":"Lightweaver","desc":"After healing 60% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb Damage","parts":[{"name":"Single Orb","type":"damage","multipliers":[30,0,0,0,20,0]},{"name":"Orb Damage","type":"total","hits":{"Single Orb":3}}]}],"id":43},{"display_name":"Arcane Speed","desc":"After casting Heal or Arcane Transfer, gain +80% speed for 3s. (8s Cooldown)","base_abil":2,"parents":[43,45],"dependencies":[2],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":44},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[34,44],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":45},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[45,44],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[42],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":26,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":47},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":3,"parents":[42,52],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":48},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[52,43,44],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":49},{"display_name":"Chaos Explosion","desc":"When your Mana Bank reaches 120, casting Arcane Transfer will rapidly unleash the last 3 spells you've cast in order.","base_abil":22,"archetype":"Arcanist","archetype_req":8,"parents":[45],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":50},{"display_name":"Arcane Power","desc":"Meteor and Ice Snake will add +2 Mana to your Mana Bank for each aggressive mob you hit.","base_abil":22,"archetype":"Arcanist","archetype_req":0,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":29,"col":6,"icon":"node_0"},"properties":{},"effects":[],"id":51},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":1,"parents":[48,49],"dependencies":[1],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","target_part":"Explosion Damage","base_spell":2,"multipliers":[50,0,0,0,30,0]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Explosion Damage":1}}],"id":52},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":3,"archetype":"Riftwalker","archetype_req":7,"parents":[48,52],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake","base_spell":4,"multipliers":[0,0,0,0,0,20]}],"id":53},{"display_name":"Time Dilation","desc":"When sprinting, create an area that increases the speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":54},{"display_name":"Better Ophanim","desc":"Increase your maximum orbs from Ophanim by +1.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[49],"_parents":["Explosive Entrance","Cheaper Meteor II"],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":1}}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies completely for 2s.","base_abil":3,"parents":[50],"dependencies":[3],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Devitalize","desc":"Enemies will deal -2% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[58,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":57},{"display_name":"More Winded II","desc":"Incrase your maximum Winded by +5.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[54],"_parents":["Time Dilation","Dynamic Faith"],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":20,"name":"max","value":5}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":5}],"id":58},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 100%)","parents":[58,61],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"sprint"}],"output":{"type":"stat","name":"tDamPct"},"scaling":[0.5],"max":100}],"id":59},{"display_name":"Divination","desc":"Increase your maximum orbs from Ophanim by +3 and reduce their damage.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[59,61],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":32,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[-50,0,-10,0,0,0]},{"type":"add_spell_prop","base_spell":3,"target_part":"Per Melee (max)","hits":{"Per Orb":3}}],"id":60},{"display_name":"Healthier Ophanim II","desc":"Increase the health of your orbs from Ophanim by +3000.","base_abil":21,"archetype":"Light Bender","archetype_req":0,"parents":[55],"dependencies":[40],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"display_name":"Sunflare","desc":"After healing 400% of your max health within 10s, your next Heal will make every nearby ally temporarily immune.","archetype":"Light Bender","archetype_req":12,"base_abil":2,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":62},{"display_name":"Larger Mana Bank III","desc":"Increase your maximum Mana Bank by +30.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[56],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits.","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[63],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":64},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","archetype":"Arcanist","archetype_req":0,"base_abil":22,"parents":[64],"dependencies":[50],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":65},{"display_name":"Manastorm","desc":"If you have more than 100 Mana, casting a spell will give you +10 mana over 5s.","archetype":"Arcanist","archetype_req":1,"parents":[69,64,62],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":66},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs by +2.","archetype":"Light Bender","archetype_req":0,"base_abil":43,"parents":[69,66],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":35,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb Damage","hits":{"Single Orb":2}}],"id":67},{"display_name":"Timelock","desc":"Holding shift and casting Heal will absorb all Winded on nearby enemies and make you Timelocked. While Timelocked, your mana will not be depleted and you become immovable from outside forces. Enemies will recieve Winded damage from all absorbed stacks. (Max 30)","archetype":"Riftwalker","archetype_req":12,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":0,"icon":"node_3"},"properties":{},"effects":[],"id":68},{"display_name":"Cheaper Heal II","desc":"Reduce the Mana cost of Heal.","base_abil":2,"parents":[68,66],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":69}]} \ No newline at end of file From 9118225319816588e948e53e0e872e90b0b9d274 Mon Sep 17 00:00:00 2001 From: fin444 Date: Mon, 11 Jul 2022 20:17:00 -0700 Subject: [PATCH 19/81] backup of current work --- css/sq2bs.css | 4 -- js/atree.js | 52 +++++++++++-------------- media/atree/connect_angle.png | Bin 1079 -> 177 bytes media/atree/connect_c.png | Bin 1316 -> 221 bytes media/atree/connect_line.png | Bin 1270 -> 182 bytes media/atree/connect_t.png | Bin 962 -> 205 bytes media/atree/highlight_angle.png | Bin 1042 -> 5439 bytes media/atree/highlight_c.png | Bin 1027 -> 5873 bytes media/atree/highlight_c_2_a.png | Bin 1099 -> 5779 bytes media/atree/highlight_c_2_l.png | Bin 1107 -> 5785 bytes media/atree/highlight_c_3.png | Bin 1090 -> 5819 bytes media/atree/highlight_line.png | Bin 974 -> 5554 bytes media/atree/highlight_t_2_a.png | Bin 708 -> 5635 bytes media/atree/highlight_t_2_l.png | Bin 666 -> 5709 bytes media/atree/highlight_t_3.png | Bin 654 -> 5742 bytes media/atree/node_0.png | Bin 5644 -> 5438 bytes media/atree/node_0_blocked.png | Bin 5163 -> 231 bytes media/atree/node_0_selected.png | Bin 0 -> 266 bytes media/atree/node_1.png | Bin 5384 -> 5835 bytes media/atree/node_1_blocked.png | Bin 5066 -> 254 bytes media/atree/node_1_selected.png | Bin 0 -> 313 bytes media/atree/node_2.png | Bin 5421 -> 6035 bytes media/atree/node_2_blocked.png | Bin 5111 -> 276 bytes media/atree/node_2_selected.png | Bin 0 -> 328 bytes media/atree/node_3.png | Bin 5218 -> 6284 bytes media/atree/node_3_blocked.png | Bin 4913 -> 309 bytes media/atree/node_3_selected.png | Bin 0 -> 385 bytes media/atree/node_archer.png | Bin 0 -> 5955 bytes media/atree/node_archer_blocked.png | Bin 0 -> 267 bytes media/atree/node_archer_selected.png | Bin 0 -> 297 bytes media/atree/node_assassin.png | Bin 0 -> 5845 bytes media/atree/node_assassin_blocked.png | Bin 0 -> 260 bytes media/atree/node_assassin_selected.png | Bin 0 -> 291 bytes media/atree/node_mage.png | Bin 0 -> 5836 bytes media/atree/node_mage_blocked.png | Bin 0 -> 263 bytes media/atree/node_mage_selected.png | Bin 0 -> 295 bytes media/atree/node_shaman.png | Bin 0 -> 5932 bytes media/atree/node_shaman_blocked.png | Bin 0 -> 264 bytes media/atree/node_shaman_selected.png | Bin 0 -> 297 bytes media/atree/node_warrior.png | Bin 0 -> 5801 bytes media/atree/node_warrior_blocked.png | Bin 0 -> 261 bytes media/atree/node_warrior_selected.png | Bin 0 -> 294 bytes 42 files changed, 22 insertions(+), 34 deletions(-) create mode 100644 media/atree/node_0_selected.png create mode 100644 media/atree/node_1_selected.png create mode 100644 media/atree/node_2_selected.png create mode 100644 media/atree/node_3_selected.png create mode 100644 media/atree/node_archer.png create mode 100644 media/atree/node_archer_blocked.png create mode 100644 media/atree/node_archer_selected.png create mode 100644 media/atree/node_assassin.png create mode 100644 media/atree/node_assassin_blocked.png create mode 100644 media/atree/node_assassin_selected.png create mode 100644 media/atree/node_mage.png create mode 100644 media/atree/node_mage_blocked.png create mode 100644 media/atree/node_mage_selected.png create mode 100644 media/atree/node_shaman.png create mode 100644 media/atree/node_shaman_blocked.png create mode 100644 media/atree/node_shaman_selected.png create mode 100644 media/atree/node_warrior.png create mode 100644 media/atree/node_warrior_blocked.png create mode 100644 media/atree/node_warrior_selected.png diff --git a/css/sq2bs.css b/css/sq2bs.css index c574126..7845a26 100644 --- a/css/sq2bs.css +++ b/css/sq2bs.css @@ -489,10 +489,6 @@ a:hover { display: none; /* Safari and Chrome */ } -.atree-selected { - outline: 5px solid rgba(95, 214, 223, 0.8); -} - .atree-circle { border-radius:50%; -moz-border-radius:50%; diff --git a/js/atree.js b/js/atree.js index d3d5456..c74f02e 100644 --- a/js/atree.js +++ b/js/atree.js @@ -735,6 +735,7 @@ function render_AT(UI_elem, list_elem, tree) { for (let k = 0; k < 9; k++) { col = document.createElement('div'); col.classList.add('col', 'px-0'); + col.style = "position: relative; aspect-ratio: 1/1;" row.appendChild(col); } UI_elem.appendChild(row); @@ -752,7 +753,7 @@ function render_AT(UI_elem, list_elem, tree) { const parent_id = parent_abil.id; let connect_elem = document.createElement("div"); - connect_elem.style = "background-size: cover; width: 100%; height: 100%;"; + connect_elem.style = "background-size: cover; width: 200%; height: 200%; position: absolute; top: -50%; left: -50%; image-rendering: pixelated;"; // connect up for (let i = ability.display.row - 1; i > parent_abil.display.row; i--) { const coord = i + "," + ability.display.col; @@ -791,29 +792,20 @@ function render_AT(UI_elem, list_elem, tree) { let icon = ability.display.icon; if (icon === undefined) { icon = "node"; + } else if (icon == "node_4") { + icon = "node_warrior" // temp fix } let node_img = document.createElement('img'); node_img.src = '../media/atree/'+icon+'.png'; - node_img.style = "width: 100%; height: 100%;"; + node_img.style = "width: 200%; height: 200%; position: absolute; top: -50%; left: -50%; image-rendering: pixelated; z-index: 1;"; node_elem.appendChild(node_img); node_elem.classList.add("atree-circle"); - // add tooltip - node_elem.addEventListener('mouseover', function(e) { - if (e.target !== this) {return;} - let tooltip = this.children[0]; - tooltip.style.top = this.getBoundingClientRect().bottom + window.scrollY * 1.02 + "px"; - tooltip.style.left = this.parentElement.parentElement.getBoundingClientRect().left + (elem.getBoundingClientRect().width * .2 / 2) + "px"; - tooltip.style.display = "block"; - }); - - node_elem.addEventListener('mouseout', function(e) { - if (e.target !== this) {return;} - let tooltip = this.children[0]; - tooltip.style.display = "none"; - }); - - node_elem.classList.add("fake-button"); + // create hitbox + // this is necessary since images exceed the size of their square, but should only be interactible within that square + let hitbox = document.createElement("div"); + hitbox.style = "position: absolute; cursor: pointer; left: 0; top: 0; width: 100%; height: 100%; z-index: 2;" + node_elem.appendChild(hitbox); let node_tooltip = document.createElement('div'); node_tooltip.classList.add("rounded-bottom", "dark-4", "border", "p-0", "mx-2", "my-4", "dark-shadow"); @@ -852,7 +844,7 @@ function render_AT(UI_elem, list_elem, tree) { node_wrap.elem = node_elem; node_wrap.all_connectors_ref = atree_connectors_map; - node_elem.addEventListener('click', function(e) { + hitbox.addEventListener('click', function(e) { if (e.target !== this && e.target!== this.children[0]) {return;} atree_set_state(node_wrap, !node_wrap.active); atree_state_node.mark_dirty().update(); @@ -860,18 +852,18 @@ function render_AT(UI_elem, list_elem, tree) { // add tooltip - node_elem.addEventListener('mouseover', function(e) { - if (e.target !== this && e.target!== this.children[0]) {return;} - let tooltip = this.children[this.children.length - 1]; - tooltip.style.top = this.getBoundingClientRect().bottom + window.scrollY * 1.02 + "px"; - tooltip.style.left = this.parentElement.parentElement.getBoundingClientRect().left + (elem.getBoundingClientRect().width * .2 / 2) + "px"; - tooltip.style.maxWidth = UI_elem.getBoundingClientRect().width * .95 + "px"; + hitbox.addEventListener('mouseover', function(e) { + if (e.target !== this && e.target!== this.parentElement.children[0]) {return;} + let tooltip = this.parentElement.children[this.parentElement.children.length - 1]; + tooltip.style.top = "50px"; + tooltip.style.left = (this.parentElement.parentElement.parentElement.getBoundingClientRect().left - this.getBoundingClientRect().left) + "px"; + tooltip.style.width = UI_elem.getBoundingClientRect().width * .95 + "px"; tooltip.style.display = "block"; }); - node_elem.addEventListener('mouseout', function(e) { - if (e.target !== this && e.target!== this.children[0]) {return;} - let tooltip = this.children[this.children.length - 1]; + hitbox.addEventListener('mouseout', function(e) { + if (e.target !== this && e.target!== this.parentElement.children[0]) {return;} + let tooltip = this.parentElement.children[this.parentElement.children.length - 1]; tooltip.style.display = "none"; }); @@ -948,11 +940,11 @@ function atree_render_connection(atree_connectors_map) { function atree_set_state(node_wrapper, new_state) { if (new_state) { node_wrapper.active = true; - node_wrapper.elem.classList.add("atree-selected"); + node_wrapper.elem.children[0].src = node_wrapper.elem.children[0].src.substring(0, node_wrapper.elem.children[0].src.length - 4) + "_selected.png"; } else { node_wrapper.active = false; - node_wrapper.elem.classList.remove("atree-selected"); + node_wrapper.elem.children[0].src = node_wrapper.elem.children[0].src.substring(0, node_wrapper.elem.children[0].src.length - 13) + ".png"; } let atree_connectors_map = node_wrapper.all_connectors_ref; for (const parent of node_wrapper.parents) { diff --git a/media/atree/connect_angle.png b/media/atree/connect_angle.png index b1b03fd5193027c1a6854b70ffbf65cbde6be8c4..75ca3bb47da681f88e770573d7a10f9b2a5554cc 100644 GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvp#Yx{*Z=?j1DOs^US?(%x_Snx zs_GLiUK0cgF_i@Q1v4;|O+IS@I)Uc7ei=n&QJ40iW*tGzK05OLk#w!UqO)3X+a+bVN>UhH^nC$Gh;J^oVhH001 VBd`43UI8?h!PC{xWt~$(69BG7IHCXm literal 1079 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K5893O0R7}x|G$5xX)7d$|)7e>}peR2rGbfdS zL1SX=L|c!;4l+mMgSRS)vRijpq-4z1>FBcZ675b{xJ5Lo)L`cq?pY=(ntFXr*#{5y zA6?bly?Gtqx+aAmjE`PCS@J?j^`E}xmX41PcF4bfXZ!9RqtoI;A)B*h0!&YP98FF# z+pfhHcd=RF&kRSGq-FCw^wS<#?tAy}@$1+r>6P<;7k|;NoXlu9v7+x~o9iA&o4uJY z=X~#UUZbLU?N9FJ%3Rg6rL&Yfk~uk56rJ37Q$rFIy;i$*b&9+_Zu94GpS`Ev z%$QVzBAo?XqLUu8|8Ks3cUJ33PIFBO=3VhQzm=I-${N$|Zrk6VyStL<$NWa^wQtv( zHQe;S^g36!hJ`1GS^Rpg?>%O{@`i=#u|_KHpDv4Vu|D|Qvrm(q=N?mSc3%G4+BtR% zlCQFUvRPQLxOGq2`|jhrd*|-`v%UQ4J^RYoqP;J+FVkaSV9N7!aSW-L^Y+F@UME8V z)`P~s{%+6VVrcQ$kdW@=t{*jbPh0#(dAVF+Amb7|Y~{Mie#(9_k=Wt~$(696G=M%@4a diff --git a/media/atree/connect_c.png b/media/atree/connect_c.png index cc5022b51b1765759c077dc8e6e4544742af501e..0b277031df5d23e407d586488ee8be6d8a984083 100644 GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvp#Yx{*Z=?j1DOs^US?(%x_Snx zs_GLiUK0cgF_i@Q1v4;|O+IS@@W_ci7lIr=s)O^q+l zZr%Amw1tHyVUupXI%}nWwf{U@R`B_uEd%fU?=}rbxQc%<{hcVS@QOG8 Q1<(x)p00i_>zopr0Ay2Av;Y7A literal 1316 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K5893O0R7}x|G$5xX)7d$|)7e>}peR2rGbfdS zL1SX=L|c!;0V1vb!CRF?S*<%PQda0i35XU>(Gol8l&QVtRl=uB_8FHZEZJefwT_j& zUTig=-nm^?JGh!2@OLbpJb6*~l#2ME48h0Er+-_#pL@9WJEPOyGa;LknF35tdmLMo zq_$g&E$(7#omPTR(lR-J-DMAV?tAy}@$cA{^ve6ci@$1FPG+>5Skd>g&2^8X&F0LP zbG~;vuhGyv^8CnSHdBv3CrWQVH9yDN&N@%h=+eo`M*wAJtE& zPF~I8*2fyMz^UlZgZdBE+tTW?F8Ok~HJ%f{{ZE3CX}81TwA=TOZ@X*3_~-nAsn)WuMyFld#FtCZfd$$D2s{?$Js}E-!31lv$9G`tF!(0+Op#Q^_Pqd#Vibm zMiChyAeX(iwuibu0ISc}7Fl1JpKi^a!mAS!yk+x__pO Bg>3); diff --git a/media/atree/connect_line.png b/media/atree/connect_line.png index 41ee50731e02a10dae99c90a20decc01234064cf..24b75d681a5893efdc17e2d0a9a01c4bf6d84069 100644 GIT binary patch literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvp#Yx{*Z=?j1DOs^US?(%x_Snx zs_GLiUK0cgF_i@Q1v4;|O+IS@NwvHyDPeq^;C|(U0bk(}o&}98 Z4AoJ5`^27n5d|8~;OXk;vd$@?2>`P_IiLUl literal 1270 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K5893O0R7}x|G$5xX)7d$|)7e>}peR2rGbfdS zL1SX=L|c!;4l+mMgSRS)vRijpq-4z1>FBcZ675b{xJ5Lo)L`cq?pY=(ntFXr*#{5y zA6?bly?Gtqx+aAmjE`PCS@J?j^`E}xmX41PcF4bfXZ!9RqtoI;A)B*h0!&YP98FF# z+pfhHcd=RF&kRSGq-FCw^wS<#?tAy}@$1+r>6P<;7k|;NoXlu9v7+x~o9iA&o4uJY z=X~#UUZbLU?N9FJ%3Rg6rL&Yfk~uk56rJ37Q$rFIy;i$*b&9+_Zu94GpS`Ev z%$QVzBAo?XqLUu8|8Ks3cUJ33PIFBO=3VhQzm=I-${N$|Zrk6VyStL<$NWa^wQtv( zHQe;S^g36!hJ`1GS^Rpg?>%O{@`i=#u|_KHpDv4Vu|D|Qvrm(q=N?mSc3%G4+BtR% zlCQFUvRPQLxOGq2`|jhrd*|-`v%UQ4J^RYoqP;J+FVkaSVAl0?aSW-L^Y+R@!3GBb z7RSCn#dS;!%@4b09eDKUk&u)S zkYo@|;B9SUn9;CNYexPOhRcs~*04O1mOj8ET4Kh|(!k9jwVF+mn@fqaV+EV^ xBCZ*1){8heW?3!f+_8&e5ob#SD;p03!+9GK1D`L}AAxo%%%4}}{E6GgQnH=z0kQ;K#VCV_5Qt2!VO$l@r@XJq(*=~G hJYD@<);T3K(K>4BZhlJab^A0)(Qk)X*rp+S6aZ>!tVRF; diff --git a/media/atree/highlight_angle.png b/media/atree/highlight_angle.png index accb200b454435f89aae297ec862ec8b779e7f17..1df5c0f00589626255ef78807130b3c76d4d3664 100644 GIT binary patch literal 5439 zcmeHKXH-+!77l`-p-6GSv2l%xz?dEgiHQgaO^JpgprYeVazi3%CYNqS1qKj79UT>s zA|NU@Kv6^xQ9wWk6bmZdrz47>@T|zY38=W_z4>QyZ<4diclQ3yKKtbU#$D`Y zh@Ol_p-_e%?rd-58&KclbdgV0WMn@IrE@#dHvskq!vKX+E)+{30FF>V02D43qEO+@ zF9K?Q@3J>2C8J}3O*&dJR|c3tZM}m|d6Y*@2`hWD-1c{%!4IhFG{Vq()i%do!j#xq zYtDDAYx9`>(}_v<*3J((2Ooaa6MGU{*P0(2wdM50hAP#XcbOZH->PqWZtMCgCS@Qv ztF+bnuMYW=L|jdS-K)OhNxvs}b*Z-CbO$Ki)mQuT$4k=&!vlCv@Zr0jmo{7e3;oh? zb80nX=2dNJ;yPR7!KxX42K^GJahOD(x}YfH7S{aNw+1JQ3Im(^Z5rnJ_L!`{G(D|h z;kuN{Idh(r48hD~hO}~pQQ7aQ&nNeN7-%$N+C{#)G<0Y3*|YVhGII?4pVS_SwTaTX zplgC_9^+fvw$FqW)6yD!*SKj~1|ew!<>Em!F*#tjh@0)AdUKHO>&ej8{zcd`^-ZQ$ zNd=R>q2|}+$4^(97y@q$qvF?fJFk$?BJVXC?9|)5dwgAWXGatD;`__X)6neLN0*{k z)%8e@v{y&ylK|&#AW6P7Owc8hPAJ(Q}#wJPUBv|zyGp#g)bu!W&RmpImK^rE{ z+?r)F4rLebyw3>o!#FgexZ9phHKPIxFpTtBxs%AJh@lN{+2UPi2z#{ec-3v%3Y1N} zw>v<~Z(;P?20>hgt=G;tffv!nTUBSX=*F@Fi>pVye7FtAkLI`>b6I4yhf{w%02_#j z&)FSV7+{m_SAD!KurFk+Q~vf9k~|O5d2xZ?@)zR{rCsQMShNCPYBYUq`i4XXe9t;- z@&0ky`*P|SA!R*<;;8&i#ew4b#;<#mt1vg9IuEm{}(Q*V_I&eAqVrm>; zw_Fi#Z0sM4(yC9o5AHUdr%bxnJk8njEw=VT^5+@a9l-_m|< z=%@2-f0o8QbbC0TC4Ec0P2~ldU+~!x_gtF;U2#lZYWbnJ>DsYDxvL{sSSQD<#jSo! zjeS2j_u(x@_tTL5Gp^iqPY6D^Ea(vbhFxd#tbqdX4vlxL(=9Nt-CopkBGXLstwd3n;Q-03sY z9(cyncPy}M_A*c$;~$n$q=9*;5I>dMOB9>9vrAh@-jvOfSMt~R@luS}N|%*#Eeh}Ze! zkE`voie^L{{d*{OC1M!_kvN0~@hGwUiJtE#YF|Cr9Qp>KdqWjJ<+J7f` z%YpU3D%Qxg51FisRfX$X0J@7C4L6XS-=R$PH!D)N3|d@s95ZE=k*H2oTg;Q*tnqrV z59U1f0;YHM*Vi?bUfp)cBDpnj1NnU`v7&Wj@Y^BWN5gi`tXuYa@}nq});2MV#r0sZ zKKD1ItEH|_VY**gFe#=rXQ7L&%X6S3IfGsV*mhViog2Na(NENLxvSAp)R=s@*a3ZF ztlmcRV@9|e7wE<4=(Y)QS-W;+ChUH@(pzNGIjxF$@l7c{tX0do;JR-?&={^=t^1q~ z9z)JspjFrd(}Ble!Ei1%S(8S6GE)nX;w+rM_u1J-+;Eg zHV-OV9`qvWm4&W;^TL?!Lf4dX)1B^4TNCNFM=G2XL$^;f6VrD@y>*+qF+PxV-gb3Y zzyd?tSydB0>6JwVo99|RI=p)7)Agrc>>vWC^b04S9b7MYkZ)E#WDqExwlRNv-G-el zPemy+fkMN;z%WY0gyM%=F##Mdz>+H=fP$mo2w0bJaVQBh9}O^+ z0wLX-?K%R1jF=b^3@hk(d{|f*E{u$mD}(Sv8jXf0knkiD7O}vpB4jWaj+Loqsv(9k z*pP~^6f0n{Tn4ByL7qGWW@0di9{3!eRKekVftRU9SU~u|hl2_{5l6sFrTEbvD%d3y z0T~JCZ#`7L$hnR8hE(zpB_DDLg=Fx|(GUXu7k@>FQld#mz{f)pNQ#)MkXeb}OzGyq z;ePQ@QxGJUDl}dQ+22^gV&PY^zKKn((WEmv5XAip?l;z-bJrLnRvZqUE$4@*!}DM> zG3xp00y$qSplf~-$ut3hOcG$JdtI021(s1c+cq(?ALMbXU1j3L?uXmV!YLULgz8 zDAa`0owy!M3<*d0D&a~%Sco_vdq6A`$iq}$RlZ^=hKCZdW-|eRW?Rrf{%{H^FccDK;zY29ReTXB3xbgTF;cLf<>J371_IHJOr!EZ zEQt?Mka|M)H%;IGVTEKOnJl!Y5(QNIZ_!n9AshxOA*UdOM}#Y+Ks8(e)+0-0^R0cD z2vV;DLK(sla($r;gC9v2ukIM1vt{7_iw}mzU{s4i{Dx&n>q0sq{!1$y;Y;0g{=wJC zI{bq(AkaT1`7VBc(Dj3^?_%J)jDJ+u54ygKf$uW@QCdmLCEK{yz^o8fE8(^O#tN2} z-_ZlAq4r&OP@5L`6I_h0qmt0$;1GY$gHjX9SsSHt$ZhN&n3oc*beYb8Wwxw5*RRhz lKd`Lowvudcg;2LdIhJ&RJu!_M%0QAtdAKZQpKx9s{U6}3J%#`P literal 1042 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K58911MRQ8&P5Fn>1)7d$|)7e=epeR2rGbfdS zLF4??iQXD6filPH)An3CaY#p{d$&Z`6oF|{O0JnbpQ3hrKi52~+V^{3j?UDzn?Br- z(8*bIGwO!cQX8*nVPQwycKv&P?ut*=l;Gu`Ut2%_ZS~w*;6%F5>9z0JPM@>fxN(J< zwfXw1djq^X6qvWXUN(E~9J$`$!kT-5ORwG5n|k!WTe8y2SpiEq`DaF|tM5^{vwz-c zt$V_Jvrkt!{qWgwc_KHLy~bUQ533(-InOv%vh2~u#D^O;Ow&tV+;cYdxX?S{J{6tl zPt2QH{WR_csS#h^u)SWrwCDK}(uheI{gn5p~_ zbJ3l*gLMZl$lwFt-|xEXSiipXIya-8|L>dH^1IkxY<|xPHnC)PGsBmg-yt>ul`;H! zQw_1=?mGpB+HbZHv-8RY8ti`018Z^EZvEnizR~}S>ysPGuf64a)ttZjw(J%5`(fLy zSMcv!n^%6};qrTu4P|BwZ*v%K-DKFZnK2`s`NBE21#@{FtfdEyL@#qq?O(Rc#4M*N SH@bF%{O0NE=d#Wzp$P!rB&AFM diff --git a/media/atree/highlight_c.png b/media/atree/highlight_c.png index 1aa028df6daccfbde7f4c9662ab8550ccfbd9431..8b112b616a825f996633bffc54844688e6ea0630 100644 GIT binary patch literal 5873 zcmeHKc{r49+aEnLOk|%BHAah9#*A5*875(DiG-}Zo@Tj+JH|{i!;B(J_BE+!LDu#V ziieU^w9u31Y0-kD5($-P|Lz%Dp5uFu<2yQz@BOct`<}V4bNOB8`Mb{Ry6!8@!`(>* zp@)FMU@9)obWi9XCA}3DpkLvZEpK2j1^X@Dej-nX7{wRxIA9on5=HR=6d(aPFqq`t zsBd88pt16&VC`D@*J>Kq zB-@$R-`dje8vq_*q1xY#G-WyUjDD^dQGeOjnexH*g12Mwjld)MA6YAV5nU%)be`6g z=0%xPssW8}uH}`6K6zpFswOD?UWM_Y*S5`CZ~i)7X7T9EGG(i+F@ET0vE!8;AGom% z!IHH~BZIq4+oKP5QVJJ#d@ie$I4xo*iagKKV5sL_WZf+xjQaAUo$~g_lKy&v;$UKUY+|=RdMQcXLV^l!uQU# z!zusTD&H8tG#XU88$i?fBCp+CmF%i^OS9x)yS2he-M}@gn3pt2ZyQQSw_Q%d>|q!;k?Rn)1quF`(wI6mTEM7U=I3uj_ewl9w0Yv;is-4N zdTVW__266Wx4U;*ExgYkY);ZqOB)fGaN#y5pA|pe7msSpr#a~9Te)j*A5dM^v2aM) z)-LwxM)p~)^A3Lds`nPe!#px{o3&Kk(^!c{b72u-v?n_i)Kcj#HCMa^C(k?X#Af-D z!*9}+{*rr*BA{#=(a+=+BjVO047W8XG7o!I+R=9xB3q9f;`eeBLE=8!cX2V|p zhRyk=4$eobQ;E+p^~&AlJ_{|u6O-8_E26mhq2Zq&oQ-nu#+g(}M@ZS)#2co0oI-2h zbPoyi8Bg&6w7K^%dUjXRbJw#pLvJsz<36drTDpD#)}K4Muzucc)jO6R84EUnMo$u= z%aZ+{rlb#v?6P%Xt|fF-*L=A-R0=2MqUTPdX9Wfr!xhGiyukucbTMvYO+m;dc%)%r zDpe4h7})=6{+TyT9dlD&?(c}XII6vA7zhc!*kvj@v`DuHzPCs|_VD_}AI5vOkG+l6 z{*+d_beqPN({a0t_21tZyATt2V&uiL1m)iYe1;#I+$WL(_uQ%MyCmPU_dR({KvrdX zm|a}ppLM;6QvIO)&oBEw&#(&kEhV*YA`MHrzMy3TKhgJ8vI`6lnOQb23>t^2DHE0*^9#2w_XU>D{ji6^~F?q`mt8JyAnK%TnBZP(bw zZEpmQ>$|isb+1Ns`~9{?-o3traU|hwysKSi)P05)z+breO219n%9GiruJ1j&EK4pk zMQ5>3Z9tB^Lza&&we_*Y!epPqsr`F~=O-GfY?!jx6g}j%2rFJ(v^?mIRgCphak$9l z^t%hF;Rh+5w;Jvujybjewy||Q^SM$ku>Cm9e!8SJW-E2fMXYBybpB&a=jPt?n;$(I zN_9D$;A(E+IQghZD+p({=F#m2Ajpmvbht(QGYa z+K$z$KR5Ar3`>ZqAgQf5JctVm912YS_Z$_YxaR&0=Ry&J8+=badFvnQoW z3$5B%f8_n^rtzm1wXgRdqP;kOh+Pt|k?u92pSo6Wk+W{!_0I9uM7{d-{!4iNZ40HE zOyYvB_G^UB&K-5G9c4O&Oa9*0Se7FB81U|WooejS{;JaAx6=)Gke}hcUEKpnNop<( zCYJ=-+k3d!+kf3opiSgJOfJp2ZIw=PU*&2C6NeY5fgL5(dX&k4@p{vQq;8*(TdjlL zHX+?R${WatlXKy*$Yb-(y8fUxAQJjjQ_J%5N;7s%|JyS}{jotit$FG!R@^6NS9{gF zHh7K)>6-KM0j61ti9(S2K}xEzod#i&%`u;MV)^t+&12tiE2gvUu=j$USoVy*B&(hj1GLK|DG2;OCON*9e z8y|IiXV(QJy+#Jt2Lz99eYHSg-o4eyBXy3s=QVaZ+a_jGO%7kM%Z$v@(gdkFTc@4$ zW79X_8%;J2`mItiS<uQXQpCY`kw8n|%y{T%92`zs7 zMy|uNY7Z}NyZy#yde6wBv6mw+@3)XfKYxPp%>pbK~0sA)xaX0pPX8-J7)~ zltp2qZB`J{5}T7&lzMI=O_;BGY3lJYz34@O{ zH^X7MTD;NFZEf^dkhD_069jAqbPD!)9TD zFn|l03ZY)j|IwwBi<`$c4=Dw~AeS%mg2?`dr3mDFC+i=vNj0)`ehdV1|AzYy>#w=X zj3FyGH!7XSijaoqLZ_jn{ZrXI7RaW`9+@N-4rfUwV~AvcfguvfmKY|PVU97!5m=T4 zHjc?8aDISt2^WeO;VeK31%aD^5DuBev0zwG2pAHc$iWafYzl@9VPXiD<`g`R!?Lsl z*grt56@XAxGQxh0N(#k>pe%@hC5}L(U@RD9B8G^=L($+^6bv3Kyv^LXY<6u?<#MQ3wVhb zQa;TsNS1hW3nCE;-`s*s`flU{2!v2AN>R;mW(2%UBOMqjlnz8KLt3d2fJ_c$L$wzG z3=vP@&Etj9(9)n#QqON{H)uk!86pOqAp#&!93D@_Swfe$IgUyqP)QVwwE2TQj}3C7 z{x56k^g&tA47xKYg!+$?iDu@M7qEGzHPZ|OWs?bol1&RLgEf;i@Q)yYrs`-`q$bo~?qKV|%@x_;61 zQw;o+@vrLof1?ZW{V)ZDLvKK0=%_R#*Y+AZW+^aTo#?PH((l2uhw>na65rWh2!qYj zl-_c%eFtRhpSt_&Rl+34jrcTUFf#ner=;ZR)`C$v<{^1sDFce6yIv% z7d5BVaop4bX;HL%ho)cJZn~d9GtUIMZ&H`Ja{qeu$fMP4F((+G14AN_Hpyj8o6p^U zruz;C^Sw+CvkVAU5zQ@Mr|5h6tihieYVx%YyyfrBPran!ARj|l+4f0&{)c;G>V|SC znEa}3R0D&@bI3>hOhZ{pu*vX+=I&m%u7+BRbDU|*J&&&5v(EQs0G#Zv4L+gfYOt2f z*;bYr9WiZX7~w8L_FvTjwN?_I(pA*QV;mhPE*3vEG7RFxwZAaaJj1mg(F+==^-{Fe z>U}67pD!E^XzSX3SnUFL%+ty!Z+u_niQDJ!>GM7`5*9D;SoYW1v+8jCEAyZeqg91T cm%a=rDAkJL*(pb{5OpvY2Y32OyNwC|1Lf`vWB>pF literal 1027 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K58911MRQ8&P5Fn=|)7d$|)7e=epeR2rGbfdS zLF4??iMAex14LT=gSRS)vRZdoq^!`35)dt%q9JzBDN}pPtAtON>@zM+ShB-{YaJ_l zz1V6#y>q*)c5pR4;O|&GdGey}DHZWS8G>3r9(=MpSN*);er-d5w&B@VGZ;+nnh6Jb z`lN>)J)phof&J!tJ5H%WD+h zZah`ly*X^v2DkZtS`V(-H|dGhRf9zlPCSJj0RfJJsy8|=tec#q==eNH`u~L2{gb^F z!v%X}xHX)c-~2lG|H1d1wRf&8nJzM=;hgyKpAw8ryB+qvvbcY|FW8>(&-nvW?|qq` zec+Ay%d5-8?3jLSYwUi#Y}p&e>DC7xOjew|N&Dx@mKeSY`^EXE7?`&^oS$XB{g|bn ze1pi@te6jA&EJ|V6^nn6j4;s1XI zZEYZPJ!eH1kYX(f@(cbC1Ps5o@dX0~I14-?iy0XB4ude`@%$AjzzF^6>Eakt5%>0% zp`Wv(2#ce1&41(OrG4Uy1d~=z_S~~6?&$xIv%da#_w!@&`S0(mj5r*uIe=y{FqAx1 z1k)ELJ2KpI1Tzt$Y%!W z`Eoh*eCGVv$`_mG_f>t_ew}T>UNeTbTNyLf^Ey=LGTh2$z7Qwf@a-1E7W`8Bu5N!1 z`loFB>9q#v)fdbEZ?@;SV1Bsy-v4jWgTm9m&>pkw*5Ogt(uJ=3m z>hskR2!sa9oymd!(aL)!68@FN#f>8nGiu^|1LYhb1}%|_1&|O#%VQ-V8dN|61VYh0 z9I!UJ-)8394hz97W~IJdVgsf*ZCInVXn4CajYqdkW2&Nm*3 zbm#mmqAxnd@%VM_KjZTDj942(brX#px=mWodV@n&x*Q)fYTt09?rPiB2f{h_vCaFk z!i$#SkITmnEiwqQZ8p6zaHnx!P$s4TB`00?sWhoxbN}G=x58oejyMOPmXk2&HMB0o zUT;Y6ANCx(r&&3xRQlpxxOqk_4N^($)k zAB`^@?BqrSO=GsWoi_>besNC{FhqTz9-Ue8aN(^j$rnnQt}AwIsNRHRt{h5Eo=efn zia)A)rpW~V=4K5fO~C?Yfzx&Qf-sal1jjgU|P?fS~<5-vNh8LUY0a$J0 z=O^d(bAy}G3{a<^BMr5SVh#OHCijeN>!_!xI zjXX_Pm%^=5T|6VueAb(aQuRfg^zF9Bm(h{|ra@3na0EAih@iS`=4%Uc!Xbgg#0du@lxgdueCVo4^W+l!Zx z_6F$M>K9(_sTuHBe_vNdfVfJp%8Hi@UA}Vc3ggbL1t(DL6|eR7-AJ7;F4YH4dp8Kp z#g<`ZdaH9)hUf z*KY1L&5TPoOT^w7!eaj5?l|E$apEPIVsf@Ps_nMyQE-cB>sHfcuIBB6@LCp5`UiW7 zMQ>@8MYqvEf@h{e3mUbLA9rnztZr-{As-rfU3O4oRgc}6!A0g4%G!VKncl@O4GC*= zv|4h8PdJ>z~PcUD>&_e)PGGOH=ET zc7ik+xg;T)kLmXv)h{=^=^z0n1FbIy73~@t_t(At>jBCo(P|P!QR&&Sn5cSI=GxH@ z&>y5MfEev*srfn6o<;9=cq^^$iC?RDB66>}7fD@tYdAP3A;;l0D5^!;+n!tsjd7J zrlrZ~)7A(zU&Y+v+VIN-yqSyTArRYtj&vBbdQQ5x23 za+^`5Zk`6F!2;>)*2aG>74R>{6uhsg4f;7|qovI{g*z5|1^8pGT8ocuS>(B(2Lq=U zb-zmAJf3ghvhwa<)yAev!#D{K=Pe}P8+ey4A#Bzll)ZI~M9zMCe&3FBTx{ZA$03hD z^QAs-o~zpyq1R_^y`tD)U$%L)v`O~kS5MH9npGEf#e2T2Z%!}BT6Mp`L%1G-Q(50+ z=gPJ=_woasu^mD`Uf@ftu>5O>M0Mjwv_DHQJk@JGKdqV z^U%22{_I38A*M&g>DXo8W1*^Ev=;ZD`ndQy3uLfPA$<$hNtg1RFCd|=jYVlK>KWzQ zwVWBbMk<`M5;@82qn9txA485^DKC@V|4H-M(NgUKJvWUS^q5HpxTnWvkCDDY(0Q@^ zQF_A#?*5E_;RT?xX}(z&_JHe4r&cianSSVrHKD`tf6YUpx>uwP9(T<-r@P(VadRfa zVqd*eX7sOf^dQEz_(?aT#I5Vdr!7MI1D9)9ENRwyr&bpqu3uqxuQbHyal(<|Z6x$z z)baTz-zEs}RO+33KYJZyoLD*Q%Es;YABW|bppR>;TNgu()jD-oC9ObyDck7MDi5rF z@&x5oxgAlC8b5S8A-v$>xXMM&q21!7P0k@_nO%bmM@I%n?$ptS-@Qdh@Y3=H#n4lD zyN!n6Z8ea+lED*4-~qmv3*r?K5_sE1AncYYBmgfQl%u&|C?vASjGn2(pdr3JCV<8! zvL()77~~!&1%2W?eR*-=JUSn<%t75w!GHlGKskU`LVme8$uxiAty25UBzjnaii( zs3a;C2RCUrYqAxc&*hT=8ioE96iXzN10o)%go45G5R79DP$;lE4=1n&_&6#+rs3!$ zIt2#;Bt8!$(zzhO`wC)}6oRu75Pt2I5{eH)5qWeg5{(GrC^j?_jw+z>aW>YV6^=}` z0&IAEKAl9NPC@Z`3|Fx<0)VFziU2}EfWh*;D3!svs6-_Z@f7k@k8)xda5ylv zfHG5IfGIf~4Z~Rq0&=m`S1cCVW0X#zm6o5o+3=ZuC%_4aL^6(QL!;pUIKgma3P88w zlE^%P75FW>Oe~Pc08-E~6y_1;3Qo`|uF%+zQ)T|GeoPpsoClaPm?QZ5L>V1J_!ulf zSus9EYe)DGKJ2CxzA7=W-3J+5y5LGk_*@D<@}(>~|HseAdH6q$07L&6J@ci)^R=)T>Si|G}o6wmiA zJsC?lZamV3mrT65U#If>@4shR{t_2S%-`ALJsa`VrlDLP->GMrVteiQ!oBt@pk>m7VIvR=DHci*u;ywLvJw4Nqu$ov3<;@cw# z#O@aB`AN-&7lf~@;}HIJ%gg`Ow;kKmG#N_GF3ERmx z3N=LD`gK($_d0UVs`1^#9^xR`UuKq@J8d4VE>5uRw0N-zaYj%ZnRLLA7FROcy{#sr f`SRs~{_$zWy>N=k}+Q literal 1099 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K58911MRQ8&P5Fn=|)7d$|)7e=epeR2rGbfdS zLF4??iMAex14LT=gSRS)vRZdoq^!`35)dt%q9JzBDN}pPtAtON>@zM+ShB-{YaJ_l zz1V6#y>q*)c5pR4;O|&GdGey}DHZWS8G>3r9(=MpSN*);er-d5w&B@VGZ;+nnh6Jb z`lN>)J)phof&J!tJ5H%WD+h zZah`ly*X^v2DkZtS`V(-H|dGhRf9zlPCSJj0RfJJsy8|=tec#q==eNH`u~L2{gb^F z!v%X}xHX)c-~2lG|H1d1wRf&8nJzM=;hgyKpAw8ryB+qvvbcY|FW8>(&-nvW?|qq` zec+Ay%d5-8?3jLSYwUi#Y}p&e>DC7xOjew|N&Dx@mKeSY`^EXE7?`&^oS$XB{g|bn ze1pi@te6j4F}J|V6^nn6kF|Ns9C z+S&|2l7V6U!aXa26kADEakt z5%>0%VV<&~fU9F>>fQgRvYGXl$<_)u?QJ_w(ZSfBW-uopv)r2_F;C zGzNy;N)9kxk}A+}&JoO9pvwTjQd%(URmLdFhe1#jH2J^`386TFrFL_C(S*T}Ut5SqpranN*Ch^Cqsq@HKTh`&f`7@p6MlLFQD|2-S@w}pJ3PC8Gfwgjmn3Xzk~l-87ULf zlw+cLOZ{#f+g+%e{@%;b%zS#Q;}XXLe53j_-)tfLJg*{9SrchRs8Npz8rrn${JRGH zhJ&bmVrhPPHu{~@;F&mKZc^XvBSS?U4Ew6AyC+S=vo%>a9@#Z0-IDRnZY?~#s#3Om zui4hk3YZc-jU9=p6_be@mUJyV5!7r=o>1Ljj47k<)g+v=7Lf*GQx3A=JZI`3ofGQ3 z2f@Z8=y&>BUH39pNZnxEJ+`zrEM?21$layvrEQ_AC)H0_#00z-FSg$XAOjV#2K;8l zNLA89OvAw`lg3(FfL1}3)b-x>?5RVwaGRUgsk*V_XHsv!`h6ws@H1%#m*{hK{^LHd zWDKDpC#M$Xzbl22;<};;yMQL;pm^5|91Viw_SeyFnrZNi27RAq>RvU)p0GK-{Kld+ zJad1+f<$%ZP+M~DAsOuHBi4AqUpMRbTt1zll4xNR6M7s=Va39N%bs~m8BwzKO zTF4bww#l5CNNTGd8P^CI?z!`D_tD}z4ivSu%b5qH?O*&h+4{1h)~mH9^#ip-%|7LH zd2ME{o_K2QH7ich`lfhflWLjQT4~q4n~{HEh`cob7b#s|92teKmDiq{Ql31)&8iEu zT^#9A`S<#ak}Z3pM}y9#&Rz=kYAb5Em9KuqvO1PCO}P4T(;MBFFC7`OWd@;Cdbaoux^g=OTrulp)JKCn#Krsy$m?;Vr4e33rKCZb^ zqnmiFS1tDlK_5I7AyF2G88=D=jk1&)m>^h)iM9IH{xy~6Cc|>y5 z%5H6BrVx8MgHBKPQGAwQf$quXy*1hCL3`AaQu=FC@>6fE+xP2X!}hL@%N3*hVjUu~ zm&LFh$eVWW&gqYP6l+zvEK5#&tZ({=?j2j!Rr!ZGjft5}=d?_cGSkntpO_lz^va~o z-n%Sw^z6|SPwn2oRx4#)RvEUldDm!g>1AB0`Iv>#V8B^;b(&{Cp`Bj%pwL9oTI`|G zr)-hiezQN*+~0nqRAsm9BAW*?+9jQ^hr{(JQcKfJjQ@Ol?^5W1v|Rp{f_q7~`+%B- z^i?L$%M@Om?7F2%eBAUfee;xfU~K~-u0#Lfs>n?S2I>wy={F5DHk5WD3&z&H%$Rbi zt9$K+8Lpl7zZ2iBGkaf)w(jzIqq>%ayD_=)LtTa9drg}MUTw7q?Mv)^`MY(}93mig)3b9h2b#c4T z%e8927lkwz)omG0jkY?15EH!d`-$=WuL>q0t z=oh6h+J~QEy{*<8Gz*E1r{)+o4&!7tFMuLO&uWRFVlP_`>HKJPta$w_~M1rOLCXGDp$Z?89e~ApIB$>X-2Ugw&ahb zG&Ir+cMYLfpwo(DEBBffxx8__4JJ%!vM;Y^k8k-~OIGQTd*aw7mwmNr88nBTyUFGS z^^UtE_oy%BkkhujcGcUF8h|S|4;u7et!!@GtnxvwW=n|XnU%e#gY=$lD;rP4!b_Dd z>0X)L7TQy?wD#ko0FM5S5{0(y8GX-!_Zh)2DF+0IETdJfJ(fz$72ZhKyW#bVsb<^^ z{%yW3MyMn{U%o9Q_o-N_#piq$H}(&wpekzjn8D=4*hEhaVf@1^jECaqFFVP332nEL z9B5nh_gF(_aKlgllS>CtQDHo2+l9ew?W1@ABLoz}=^&dEPC-mo)*#>$6>sR%1<~O`APN~SFp@ybV^Bc>gU{g!Ioxo#1QVchBZL$L0_ul<_AiX* z;qe7NT=0nnh!1oWz(ZqE7<5<|`dbTu&^ZzU`Q*@lv=I0~ZzpIUP{57gGeGA^FkEQ# zEd-PC#hw?z51k8#$v}glU>Kw-fJViBH>9hZhxZo?2?cCU7;nxBBKtc{A&2#qtnYl2 z^vs3xts{{67u@f(KgT|&3~70Ikf~fogv32JDg_}KpUmVkI85@~qa}`H%>)1vl8(c( zkd^=)M3Stmt&nspB8G`&S>Xvd!Z%QE;Q}EL&HyD)5IBkh;SgC?SUdxVK{5#h0@9L5 zutowb1_5bJz*$*hSvV__CH5N#FFps#N+9%GuOv{+IVb?MWDzZq7?KqZX-R^f0J;?& ziMPaI71aVKT@rTz(h;O(!P|V1sC0ID2jk3E^Z1Z#N18hr)c7c!vT)7Gwae z0ZurRD-wL|^5cYozCu94CzeRC!eNPck~KsN#tQdUX)VYXK)EPE#bQwS`5wu{kfCrO zY5_^6LI86XP&8yGJ_rc8d_OKXl!A~r1(#TU>GpsY6cZ2vR6qzqpcovEjIn|)KP-k! zz>~2=q@?+cK9|X1MgKQ#$?}2Q&QCgxBY?(_o)gWlDPQm(^R4-2C}(al!Qpeuf($U` zLl6LwAal-72y4EJ5e$U0L8yLwO4!eG&VNV-Jc|Tkuvh@e1nH6)WD=3q0LBVQz%hsz z0>Ho!t$^>*1zeU;1n@xzHpC;u6_lWJT)|C0O_kaA`l4V^G7k`C5J%AUnKEkx`ctrI zNyYdatu6ZB_^_Q*_@=}_cJnf*bU~F6{iPIs;!9F={*Rwe^YDKh0fPQH$Pe-Rldhk1 z{SX5`r2I3xe$w?r4E&Jt&+Pi2(WUtHFa?G~Z$KjGsFZlOM;|(7$@56cNh4G7C_mmY+wqL!`HnoNtWBrxES2WRd#>>Phl5Z-$NhPh8Fh4U z@s*txNlQNF?2PY2j7<&Ah>d4eqN1Yow51{d^!SLoJ8X4^agOH`+DFC01@xxc0c{vO z6JfJj4Wk_}9HuYTEmf#4R(*jmw-v8g)KePhrckJUBjHs3=@+9F+EVYUY!4q99KO;b zvu1*bW-#h`V!xgawAU?>@rCt|_j0Q2?4*t5LUCFfZ%f@?Rpw<#JZGq1SFtfte;~EM zr-f{ytCUQYCFmR`t!gfB*__ogC0}qhBu{;&bGrdvb_O@PD=J15Se2X+)zkU-+V&8` zW)uCbJ8r>X>=7-0q}HC~8xj3RTU21$j>`@tQj2zmPpw004JKX^nBCX^)#jp>6so(g kr_5ush^nHJwj;&@zM+ShB-{YaJ_l zz1V6#y>q*)c5pR4;O|&GdGey}DHZWS8G>3r9(=MpSN*);er-d5w&B@VGZ;+nnh6Jb z`lN>)J)phof&J!tJ5H%WD+h zZah`ly*X^v2DkZtS`V(-H|dGhRf9zlPCSJj0RfJJsy8|=tec#q==eNH`u~L2{gb^F z!v%X}xHX)c-~2lG|H1d1wRf&8nJzM=;hgyKpAw8ryB+qvvbcY|FW8>(&-nvW?|qq` zec+Ay%d5-8?3jLSYwUi#Y}p&e>DC7xOjew|N&Dx@mKeSY`^EXE7?`&^oS$XB{g|bn ze1pi@te6j4F}J|V6^nn6kF|Ns9C z+S&|2l7V6U!aXa26kAD(9hXXgvC+%!{7Bh9K)xq36hmS!;1AzTik+*Xohfh@$XU7w)J(VTXJDd)HD zf&IK7Js14LZI|yYf4cB{oz<(4g_R7qvY9W$NjH4E#jxc%+k(Aj3~#qGW~}FRsLsVF z^(!dliu@m!wAt&A0Bvok`(^*TnW5I$=Ed*(b=-9KATUJ840{8XioJG>XHrZWSD9Fd zfkM{P)z4*}Q$o`-1rQGyx9(ti0Wj!I;BkuxdP`W`3NkP_H(Y-$3^Hpo_kI(QE|^&W D_;rF+ diff --git a/media/atree/highlight_c_3.png b/media/atree/highlight_c_3.png index 546bd342fc7fff98613ba6a8ef8a45850c867973..cfd6bf289797eb1da14a7ca302fc7087ad25cdcd 100644 GIT binary patch literal 5819 zcmeHLc{r478y|I$tw=f6nkGq@ea4tMMwqdi60)Q^y)*M-#LP4^ma$|BN2wGJNr#f; zRLGJnAyGI<9jVZwBSNx;aw_@Wq3vAXcU|Arb$#D|&Aji-JooaupZoXR&-1*`?04E^ zqa?2>4}-y!>}=`I&^KIiFOh*hg`uHSFqrh)P*)F;GY|~t3wYife-JJb^FcTm!tsW| zLb^xXz0&&h6lZ-_dM;WNyNkT2p4?@TmTma5P~`r=G*mB}<(`plq`QO4_n3QM)9`bJ z^Iw|s4(Ds`C!C*ZPszF48#p9(HX0BYiqOD&z|2%_c^&nT;2F0IH7#K)Z&YmyyPLaX?rBoH*@0P( z(Zww6>y`}#j^y49Vbu@KA2zQsqzI@MOAu2U?Bh4roVf`vdO1}=(d|b0iS4GOezi&3 zdHWZiGW#mKS1Ct_Pe+hfCuFO=Vr5V59cUlj8G8J|&0)*%lG?d9<>g6jcPt&^ejhIA z$TT=BTP5XI8>paMU|pYGZ`t;E4=H3i*3jd`o~KzI8>IF#;tr-77u?-+T)8-RM5;oHAHMV1An1PAm6F24j!-QA*`x^3T)>;vRvF}=O;`UaSXVnm%;0d6RmmC zJgdgF_(S$ldlBMC?J6|ljmBm7{EYNdV&&?bJBKv!Im-ygHTULk&3-su5LZ+lsXn{( z^yBxs$q!`Q_6qKdC0%2Aq<44R(?o=Ob=d`O^%Qn(3+s<)A5)VVaisM6)wJVig!+2- zi)B5kIoeOI4JP})Pgy<^O=~RbY`m;_lT^o0ZZPZyU({S`_Z4VvDKF_=QCu6g`nSyS zX~OdhvG&!rWoUM&p0?w=6|_6aNzCvvX6;X7)$jHWaU0GCn@t>RrYGPh+ZyjCTiG~_kF*zld#@KgC{-i1B>MLrYf327(++p-GU#0d`6D?7A;@zoE*K0}B74#cz zjmBI-yi6l&85_~pK{WEm=gtxizBuNv`TU*4%`qv-M{RZPMDNV#QfOB<8@1~_*X3Az zY5HolVy11cht@s0BSX*ar$g#}b@q=|w1)Le2(OezK8PRKKk&No@K5jM6sPf-yn{x+ z1zxDEPHiyNCu?7o5A`u}R30IQtTbPO7kP|14&cQHTlAIWWcr_lPdfGv>-WN${l~5A zw0<6QH&YyUg1_%9YHrqwd7Oe_;5phJGI{)+c9l!FZQD}b=#=kwx%hAS-~JqUo?Pn_ zKVH9zD^nW!vP9D$WemHL8K{wOuD94?6r~buF)a=LUY_w<-pg&p9#GwEMO-)SM{6fF?%~BA zmvO~dL+zJ!*C`Ix86 z5>BV2~Qu~d8X4uz4E389o!>jS^9@-sm~%O;!WH2y-ZY{fy_>oljH<_%jNiK zwl`Mc_C(;a)jeZO)0@?!x3MQzILge>d&zlPY7;UOt$AmJPu4FjEy-2RR<%*8f={e{ z0H*htq-(2%cy~7E4eW1dWd5GmkMag->$3C?>z}j!+p-Oen^g0;w9RKE?A4Dl3f=bc z!)4Y-uP#rvwTL}PG04AWc`)eE3RMmzDQw0@JMzGGT&2OTJ`Zyx1Kp-&A7tyocB`G$ zdz`yVdoZGSBnb<@s8FU^J{#fxut4?doZ@zlPGo^x>)zxigT6=C!poGlZx1GjmsLEH ziq96c9MNvs?4Yj}{RaOw&lDq4m@2A_*q!}sN~+npD2*4jkGAUyy=!>Y*y!-+!#d)~ zhgldOCCJmt;fzDubr1*ImOU7b6c#T41+aNc5ET-@hqi4P%yeT2A7JeUMQ|qQ!{Jg9 zW7TyCIEPI|xDy!|2A>A{a%@8dpiAf`S61k57MYFMXeMtOLV*ARKoI~B3Gn9%DIrwE zJT3+LEfJ#;@Ocx_ZYsiq;RL7g1R$J%BA_rxs}N2Q4q+w_Hx;nGDb953j}TCcitrVQ z_!KlcI5-#;j7RYVK4>hNOh#jHXdDg+Ss;aCt_TQ0a)oOp5DOS|P{be1iZh3vf~Ox0G94nX4ZI4lHVf~|nLE$khHqn?s zK!PAhMiN*=6Ql`=1tQ68jIlSt+Z%&pvge`LEQ&Qx5CA~K$q4{_Ks2B0Gp~>kPO)&Z zqatu9%omB1KOpjk9H2SC;j($b!Y?XUP5|g40wjE5jfo^2)|h}JV2C&@p7_Pc4HO8W zT9lw-F(^E4ULzS83X~2+Eg-2>2w+|gWkaC}KtRM3xbk@ZRD`5caEa$s=i7<5~X5Q;CJ7cI;w7jVx) zYoY1SnV(E>`24h>0IY=+gg_9uz%hiipkny~TptixKRy=hCpqUo6axllg2Cee5|W6= z5s(Bd9zZflBq9>Tn_$T%SR9E6E)>IObRo}M6buMJ3m=F_h%2Z-=edIGe;ld}^Q?Wg z5B3Em;{Z_xaRgnTC?g=yACpB(R*X;Cnxg-W57T*rua+3dZ$SnvUC>I1{=5`^COB5JD_8h4Aa4e4x5v_Pu84Gfh2N#TTdYjrl2ahrC`TTs6#?oksZTI_PMOA3el(# z|7R?8m`2;tEnGbsM$)i;4H)&fx?@rO_*lms2TtXs45g~7hi9R5O8QKrPn>jVaow)` zBy?YhTrsuMA@y9)iyO&y`hx+u@+Wh3XXjd;K7Gn(IXZ6KZsg9;v4+jyo=x|6`J!)^ zMfsK9NYA*m$XdE_!UdlueM3G$*UEF3OKR{iZLq63a&i>#- ZrZAPlvri^{$8{_~0 literal 1090 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K58911MRQ8&P5Fn=|)7d$|)7e=epeR2rGbfdS zLF4??iMAex14LT=gSRS)vRZdoq^!`35)dt%q9JzBDN}pPtAtON>@zM+ShB-{YaJ_l zz1V6#y>q*)c5pR4;O|&GdGey}DHZWS8G>3r9(=MpSN*);er-d5w&B@VGZ;+nnh6Jb z`lN>)J)phof&J!tJ5H%WD+h zZah`ly*X^v2DkZtS`V(-H|dGhRf9zlPCSJj0RfJJsy8|=tec#q==eNH`u~L2{gb^F z!v%X}xHX)c-~2lG|H1d1wRf&8nJzM=;hgyKpAw8ryB+qvvbcY|FW8>(&-nvW?|qq` zec+Ay%d5-8?3jLSYwUi#Y}p&e>DC7xOjew|N&Dx@mKeSY`^EXE7?`&^oS$XB{g|bn ze1pi@te6j4F}J|V6^nn6kF|Ns9C z+S&|2l7V6U!aXa26kADEakt z5%>0%VP3SO2#ez-llS$h-VVpLU74Gs=lUFC{iyY?|NENb;pg|;fBW+<)}M_rgB_GM z7#h~uuz+ZWDkBaDYYs58sAqI@0?(*-^zuvly*MERE#frc^x zu+WQB&JgA5%?w+b!Ays6If!ywNtOk&5W9ALf+|0$!0=W9tn9+nc8GE`ryUSWxSh{v zXT|`u&A~qQ>zr?|PC2iyvwC&$ew=i}w_6NbuCp!JYsT<)D`UobUWe*jhFjUp7w}8% z6OsJ->vQsJ|CDXEyFXoMuUEYWwEfHF^Ka}~Ud(>zc>n*m=mvUw6y$sI;-EqC!0*5O zcP|D0HD_(^1)1aN>gTe~DWR!h8#HpQfRS4a3GF6d>p+rb2bUWXkq0;l6=lPzV=R5y3v-iw?*Sps5UF)~jyY}82edf8F z7+D#iP$&~m50)SD52#NAJ>*v&9o>UM>C&V90~LOd5|GLyd|?<2D59h=07nY>C{$!! zN8plU%~XTW_wA4A3}fcCv@Y5{f!7Z{=&X)qx4pmVe~#mAyy&ul6J23@sNzfgOVc2S zocRH7{k%YF%Z}-eb3c_9M(-s;2e3q#iR zsyNorQl>1};;EO`Mr&JP)&okM+1#uba^3rw--h>J_r7(Ixp%^W=eX?0`EPP+?zg|R zS)47g?0?eyreImI?HyBGbD3#H1Nf2A)Z6ZAdWQVr$>+WfMrk^GQS6!NlODFg;Mi{*v<9>xvG;-KRcJ@?CUCBI}!1>b6>4YPk=NDvH z+L43w$**s$_=}%rKYu)sZ2sQiQ*A=EsGV@9Y$x}HXD}Rx-&7j;ZrjuD#Xa6rQp^Qfd*haZ9#n~z z)a+z{ovXIa8mo+EeP)6S>URqyY z9(^!K*KL02{($m(byn}gQtDra4|5IOb*87D^6t)|n8W2J@wcwJx{sxQq4 zZ7s^u?px?g?bD-EKW=%nu&7Gl+QfQw{i3vO($$%-$q}Di4}X~ZSMt)cbN(LP^HKNG zShVWc`=r8Sb>l^4w#{#MN6AAEKClWcK9TwA_yh5Lys7we;8Np5VCoEm7nG=q7S}GX z$0wUc)Mi|(4b9CZ;$ky>FRCa@daZPf8!8V>B6Q}=Y4Bmqn6~3U3C5snB}=#6ewbaP?{L)7a!bj=@Xagw)9;4$ zTr8ikSdcNwW`Bvm{azch%g{GqeN|9u?%VX(@gLYbdQO<`G2FX~olyD5PWvPyE~=X+ z!ujt~g_g*DerDE8YQ8w*|zYdO%; z&}&q>B1va`P1NABnZU6@^tz}YLopa_blCwWXP(5u~LsVcJp z^3Oc2&nbM{dAfg58qIK1opRl@@-eZ#x-m;cEhBY|i$J@ncy`@_?9Pik->klDqt=eM zeZIeyS9SKx;Iw+VER3Fh^4-{EU$cDpPgc6>TKQ@))Z+8=d4Naon7k zoz~3>ta-E2UUtPM&y3%7r+-75Z(l_9vzk|yZ{xSsw3qBzUv)xM^RV*G<;KRE$+xcq za~oows3@ZTo7=P$prU-@XI$&75%Fo_Pnnk*6Rr!5SzhT)D3n%$ z(ACw))7ABBA4R%nPHZZ}qtbayVxww~o4wmB;8{vO?F3-|%x-~0T*93I!QBhZcV-Fh zq!g4o85Qg5ueLlm99w;wR%#UY#B{^nw6r~&)BAq+6PPtkxWYKwTaHsUYB7&r_dgz@ z?L)cYVf&1Ot+3ZyYL*9Xuw#xSz2or-#<#k|O|2WdIP@E5I&Ts3EavL}C$YU`cIx?&+dN$2x6tg1E;6@7Y_%{K(voBP+{drp z6hthu4{i>0HnE?4#q^7QMNFt=;naqL;PI`oM>~=Uz!BpTtCOE&!yX+nKmYe{LBa{E z4;kKEwe4}MAk_vaF$oG%lA}yZ>$MVd71vV6U-R~|vs~Lt`k%VI-wn|ida z`W?=YtXbz8e3tdFePUNaB< z2qJo>5kQym_%uJ(>_G@*#6Sxa3MmbTQ!15MB?&8$h2RJv2;%TW9Fd4YG%)fgu>y+3 zh~+kFhye^1Ea%FEQiV_=2Gp1kM-r}JpwY-Y@YO$&l+FGIFP0CofbfBfgrqnE7LOB& za6>KR3bzOZWYD31w2=EF&j&a^SS|^dabdRzSgf!a3c=%kvzLa;!ZhLVxHvcr79px~ zWL3fsOS*fqeZE>o50LjHHMe(+5_qX}oIBZ&Do+#j^R#;#FDwAgGK zOTrCTyXVPbpw;WscoMFVN7GzVxDelo%mpzpg~P#+2|O+a0zn8vA%SE9he+ZRLDCQ? zPqAD9iMg;E3IWFo5gZOkg+Y+S$BRLgMj=AQ{3qIXaOrWJj2Tfv98-h7S=y4(JGhL@Gf8#pBXuOJpJlNvBW* zg}^weI7Bm{CYX4HwHA>km@Lh4FI05ozW8k(yNh7=N+zeEzoK&zbs z)Ry0-*~o_CK?;ZkDPRN?PbAXtj>zFpz|+W%G!hA;9uCo$@Pz!R|D~O2-d(9R{)7aV5ENx7VKBK@E?kS zN5VrOkK%~o@hLnEnMiiRfIJY!P^oynBgctD;BojG7QUg&C47YvlEE$^2#*L?NP%j& z0_+A;HSI@zr2tmv0ig`x2syq|MnU5SgT<*k#@A@+xc}mVu2C4$Vi3Cl8Pd9tPKf)~ z3J3W@eEl~+gL(KjmjHlYi~JP7zv%i!*H1Cla-=#lTM~|EjM48(l`JwoJJJcmQQg&eC0S%>(mM*{oSs)C=_#gj%m!jC6fxLu}^&t zG(L1YL-*0z+lgBVHJgi;ZE#{ca-EY;rx_YZ&%|Y2tuwVdd!L6(?Fa1)7d$|)7e=epeR2rGbfdS zLF4??iQXD6filPH)An3CaY#p{d$&Z`6oF|{O0JnbpQ3hrKi52~+V^{3j?UDzn?Br- z(8*bIGwO!cQX8*nVPQwycKv&P?ut*=l;Gu`Ut2%_ZS~w*;6%F5>9z0JPM@>fxN(J< zwfXw1djq^X6qvWXUN(E~9J$`$!kT-5ORwG5n|k!WTe8y2SpiEq`DaF|tM5^{vwz-c zt$V_Jvrkt!{qWgwc_KHLy~bUQ533(-InOv%vh2~u#D^O;Ow&tV+;cYdxX?S{J{6tl zPt2QH{WR_cM1MG7z~PkFjHhE&A8y`Y%q z%*exfaLNCF<#}4VWjBKl=ooHneE#)JRc+P(KevD9ub=G5Fsm784g-Tjyc{S|Ff{nF zF=p^FftU=nl`LS|N|I%PB?p-K<*6W;evu;3@Js>ByfEDzOfMKU3>Xg73bPNb4Cg;{ YAANO5o_mvf87P1~UHx3vIVCg!0No2qo&W#< diff --git a/media/atree/highlight_t_2_a.png b/media/atree/highlight_t_2_a.png index e6cd87a670763959d4639d0911ee28777eb60db6..338c2e242216e310332659dd557795c36d9e3fca 100644 GIT binary patch literal 5635 zcmeHKc{o&U8y^*kBukPd(|DuQ>|?eJVQht@5ryi^%o#J8t(n0frHNEj*3hSDUo0)6 zvbVg^Vk&JUk?KnksqrSIzB9C5-+Nu()pdREf6ZCuJoj_ozvsSx&;8uzJX`#HJ@j;Ax7trFoGvB(k?M3u6PWp$8W8sV5mZ!=lxn$h4s_j#mPq(8V zJ;m)Vwv?|vzI&n`t)yOwvl^ItBdK?`sy*fK^KrnD0#smNYxO7Wp8PQ-S8sMsb*A=h z>5trZKe(pGNY)qPvY-0_d8A#T6KeF{WL5Suk8Zo;HYpKzKb@c-U%7SP%iuC6mF6Sq zWyjYq?ao=uTDW)N21BO>f8I|Ws`P&a)@3XlowTfvw_p)u@nJ1;wB|Me#Lw{>)L_YDNPN80j@XTWU zB}$WfdVGW6aK&mpoH_ZxkteU@Q;PN!D6HO^%ENkd<1Z=gW6P`FQoD0)8AYcJHRd38 zF_g}lk-Iq)KCZ5c&d6M0LH5tJ?J2vtBzvu}bw{qU&3InyW&f*_cW#{89(Oy+sd?UZ z7iE%ToMyFnXl#;&aPDH}w8>XKMB3#~T36MVUsncmo`kM9cp>gNOP{D*@1~H92|baz zcx4zSxqVCrg5T(8GZhZIBYFJr%?x@v-r^{%p@5pTV5~NqBbnt@mZ`~EtFI_HpxIDwe`PKnXp9@WN`oU!0 ztz$(#ZUL3c53iU^IClmW8r#Qdz721AT?TAuDOl`ondfeflc@kBRc^!^{*psV$Hptk z*6ZZbH3PlnZ^mRT4Xt{Rey|YTTJQkHyWdzTXsP&6Zo8UPWc5f?uv2uWi*9Ff)yO_& zs{{S1wyi~u2Ie7R+UAAxVJ=HnMRH5B#+<9`=}K5~e%wq7=B>qMjq??_ex-hoVd!Qp z$>#}Y{us~`szhlEHQGpNA2zp!9f=NceM|45CO*Eize5FVOY78+x?4|;v+r*k$}U)` z`1D*+?oJK5cX`7WRpUo+-I|2Or(?AYM66yS#Ux0sB5rzVh&Ko04MIRD!mlX@!}~8n+n5?)QWZHZnH- zU_Rs>YoDyw9#FRcjg zrCg)jPW|}0YhZfjHgsA|$;rukNRsDBeqrPCf04%3Pz;?TLmRK9g4v-BNjqofTjr?t zFSk+j_`W{r9U0%WYOf$UsR@cbZWes|p`*r4Jz`$=WYfu- z39C`nMVqRz$q88z%j-2$x|MShY@bdIO4^`7CFg{I8}Tu(%dEm9*Xlkfbjs1$y1pZ3 zXqPHqOso3~qvF>rOYgPc{$&14yFB!~_()iyzu0im*kPQXCjD7~+$}JATEWKNE26T4 zi*g3iHlfY(#t+Wn9I8Folk8ga@5mLs4*s=Sp)WgfuixSZU2dMc?!soNiG12U(no8Z zqYJFlmz6~q4R^T4JigxCJu&*$U}TjKx~P)LzW%XvMX-SkF{w`5!r<jCRw~w| z7bqOg9Cp(9Yg+i^peu|D7)&FP=j!U`~pqcm)cpZzsY+fF8`)=q1MK>=m+EEhxk0Gor=z0n_`Z`Iz% zbhuX8djnfw?5#CO@1z_uH|f{vzkcYT^pWkP(o+W}=NozGRlxhL?}ORx6RTf=wCtvNr z!cXX)HY*>F2y^xS7LbU$bhZ>vmWmi%yt}I$O z%Vfhl{Lmo>j7(Q`{9Igk{u7l(ga7fJqWF!jtE%WN-P8MeyL($}?O%NwhKW&p4vK9g7v1y1v zdmoIC*cIgRJYyu_k{DkGD<+&pVI!OzbsXeW2tWYJ0JvPh7fPve8e#;O3O%dEXasyj zMHWs&1o`;ET}2WQPCyY*7^It=7l}hS>cAZ&Y!20*?*0V=YS9o}nM_PYqobmtP*Hf4 zND_v|QYaKO28YJskdOva8ZDFoa->jdt%exIpo3DDgeR8qL_)Y46JUxWWHbZ<>W6>z zPayX3`35hPeqjOP11$%{Xe)Zq4iip8MtxRD<9#89DdAZh`1 zra}NCawrKAnpy&`8EuU=`Miql`x^*lh7K^#HnSIWo;^p{}K>Wc9- zS_kxh@!>F{@I#4#>_%l!>4GXD`dcad!k4<}{DZ$Q^Y9Oj073sAa7>%8z(NJ ziw&E+sSD>#FfCGSJE1?LXj?~k^PsO{(W;q8cWS%tDmDq8gJqST+y(60V$*G<`>qft z4U;IZSCcff6>#m&#-IR`#K&-a{n5;GXB%_&oSEioTwI)F+NC*MG}q=f!|9Ce?LtK1 z`y$5SXus-8RqL$f!N>HBW=QU@4E(rA>niy((cx}38$lZxy-8q?;Kn_c~qpu?a z!^VE@KZ&eBzEFTqh%1n0P*P&}|DQoy`#+FmV5qH00|~N~1o;I6MSxMiM=PMX)-DKFZnK2`s`NBE21#@{Ftfd>u%oyJ03?2!GOJ)0y|Ni+g0^kv0rzG*Ok;Rz0L6DR6oO)%d3B#|KM2f|9d|}ZIM93 uHw9p9Ffd%uwr2t}2D8`$fd|i@+dtIzy3M1qgA?RjPgg&ebxsLQAPfMu_VwTZ diff --git a/media/atree/highlight_t_2_l.png b/media/atree/highlight_t_2_l.png index b52a8d75fb439a79eec3ba364b8883dd34a64eb4..39601ac62cb84391b6667ae177c94b20a42ab90f 100644 GIT binary patch literal 5709 zcmeHKX;c&05)L>72}CwUqM%JsWHI|fk|7{_0E39=AcE3KIuHp-CJBoOB8Y;J5kW(@N){uE6G-jMHw-;e?2DepZaOv);ncQnFzckvrOIvT7gGSIdgue@>T9bP6g zL(^XSY#TjReUE-q`J{86XJ_3rvo%SfnfJdC93Yc@IgZ?Bwd% zKKJ*G4PHiEwlYuOY~$@bBq(l2jLz1P9NzI_^OnA}ga;Sqz6?YzaISfBrG+rxk(Si; z1nm%qTQ}dZSv>c`g(1_r*Las5>9&i|iP`Qh+4&@Zp)RGulg;o zyr~YEg(A&L;Okt>un_O+X?$&Zw~7-w{cxGqx;xD~U)%@}uz(D=p~44(K$B#F_B{^@ z3w48nFsCuwtZT+zj*^Trw4ml1<*4n^TqS8~7@~G;a=edFJ6D(Qd_!90k66JI^6B&^AzR=jn&z zF5jLh#2pPOUwTwkWJl`^EWh>Jj9A88wFWqQc`oqQL7bBD6l2gj#OTG5m zJr9=L0&ssEz$UPa9~-1C<`}D{A3{vwHgz8$&6PjOKYh@o&~36;rh;BbK_c5#a~zy2 z^p)iP#xXPLfg;CCt(6d-5wl7#$d=A7r6*$g_m)ynmNz#TC-t>+hSSUYlQ8Q#hC2RS z(R!}%{rSRQu2}Y-HzHn1ic(N7rFS3GXPmp6SXrLC)$a5b+pH`P*U;MQb>#M6XG~fn z1CzC`XT-Fd?76kYiB#;nyiPk~^zW9P#$BqE29nN`g+{G>s}+4^C){*{f{tSbf~#*` zYV_BX$Bx#P_-kMD1it#ckexmhZ-avYai2*y}*GJe!hry_;ON z4paBy{FK9tq?*;Masu>A!1LQ?T1#yYVN2hdUw-KvMVd2YoM}4kN3Wy$?W@VUW$#XP zFBrX6yxPA^+cSC(h{Py1>YoZZej{>ui=oMU#N(fE0lvFR+;leK&<+QbFX&IWbr}Z)_t44*S6&#cF-SJYEKnkBuItt4nHUY# z8+jFc2UK^+XBMYF64_SVW%9irIxIQZS^VZ;J_p;?(HOojH|<#@2aWW1XhNcERnB92 z9u~W?L)w-jtpSHhdrYHNQAdw&TJ)w2I@e%6ujO|7M$qX9?EqQ>XWj!IzS17K(s(~J!`97& z@=_oq={FC@7|y=`oafYVaj==Rf9gWyD~|`v;+bZ{$l=D~UljM|O*vgwWK>}4jlKX3 zTX#Y`?=yBWUw4zIu&!B{W)bBf5d&-goQ~B0 z&3Dt&GhW-OOmaA`X)2ce;Tktp>`zloMXc<#ue>diGegPe?ZbP67ohFu)Ed6ity~*r zcF5*#QMg54Qt3c82{@&HX2#jEB=PMNrd96^LPeIzC-fTE<=pFw+-41&L5GIMQP&t& z+|k-ppse3&QNPH~)-2^O%9~;*qEdgPG}=s;g>wRpU!$d_;m1g zC2io{7(#}Z7tbsd4Z+XRSP}fZ4CXFm@ukstP$1<&`1oiU{5(Ys3@b@*kEn|;4YOz02NQg6LFsLqF6H483j1W1wvM!ht~uI++$-S zl}Z_lK!}Tr!^ctZQh5Y{#AGrFL^6R)#=#mm#TtncjK@h7)@q1x3=c@bmy2XdkyHYx zF+rX*M#;uv;c?)Df6+27_anSSF~I`N2O%Dm5lDC2iEWifKGCL95u0EwY!SXBYfO8R0-Zy#>JM+-Ft5u#|B z#tJ6;3r(d+_=&79d{d8T!ui}0*!&~z7up|U*C@kUTrSH)%8yaI=i|Y~s^@13q5e!MVmeYCd2}*^M$$kD_$)7}JQ{?TQxpwGKm?g2LNlNyoaGwe!^V>F z#7~j{F{l*62JjvbNd(e3#iyYlQ8ctf399)d(P@rk5?y`3^D$|kl$Jqq1)Pg&R1y(S zA!|m|3&VoLfvE-6nF<4FvL*JwoJduj>v<9KhpD;8-s z698zo1q=^BPTne zcw~r)Bk_qu2=0#G>}D&=q4^^LBtV&JQkzh&3|j4srtk10q3zX8R;pGp>sbPri;C*K?v>MDJ>p1O~8b&W~WazpYn;E!or9}m}{ z;H&&_bDe|XQ&p*pi72Ew(d1xVW8(uC^82^hvkg+MdSvgiaWgTD#J@53N|x7G)mK-` z`fuua9c5IVJTm5jKVJ}%Afvx6_cL%QA2IJL39C6e8W1+ue{Jv(6VYvA-qO-m6ExX$ zL!0BtFl!bnc(UDs(T+tpc12IHWvYOAvIVHude(`rewdpAw@KaDIesk%C*|P}=S{|# zo0}_N8oaw|QFGn;+E8NQ>tgHXOb5{SaqR_L(|>=crt#L)uuz)&&fo% zaT@F?iEsbhqDCyTs8TnNqm%r9W>vo$t2LZTlH=wzX!Ye`ccOa{Wfto#&ROK=Pt8pe vq$A3*H*;k{F$kxQF;sUEj;z#xOuM; literal 666 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K58911MRQ8&P5D>38$lZxy-8q?;Kn_c~qpu?a z!^VE@KZ&eBzEFTqh%1n0P*VE;|38DaHUp4kU|7F!&q^T0RubeF3={{7ZQj3RKTw3T zz$3Dlfr0N32s4Umcr^emxaaBO7*Y}U_LgCujH3XHW6+hq|4%nHY;oUoYo*8XInonk zztz^XZNXe#2W#nuGBbv^ISjXMGHlt*n2|n+BqnY9E%*NQ_X;xH_ABVgiuv*X z-z=XmcXhf`cy0O9#jopMnlZ%wLJSusH#2Nuhe)rhVF8O(6$vzaQvfqBOzj8L z4*q;h7vvz)yFLkm#a^6rWVqD~kq)zopr5}FtqZmynpUjEge!uU(3+iZ{}K?(pEYu?EK diff --git a/media/atree/highlight_t_3.png b/media/atree/highlight_t_3.png index 153c85e2010ac56c81901807f022c4b6a4ae3aca..c9ba3e4bfbeee0fba3658d207bfc12c6c5194ab5 100644 GIT binary patch literal 5742 zcmeHKdpJ~k_n$gNjoeF4RMY4p%zcKLiHLC-A~8v&jy*Gbvtur2E^fW*9JwC%R8lGj ziBbv)C5lRPbU7;VqL&gnNJkkt)o;&Gr=H*YJnz%^-x;-?i3ft@Zh?@7jAO zczQT%q8Fi2D3m7Kh2@3(W0dC{HRM+s5iy2B&2En1_{zM1P>fh2g5Y2fBMTRU7%&Wm zP^hr>A>VD1KTPMn3s_J#%S1=7S-0fW3pJnDdZ^j6)bYhKHZ zyS-LPB>>51IEnK5dCzl#*S0eqMZooN?gd-lgL&o>i{IG!BCs($P07G8}sqKdf*u>W_{| zdUN}#X)hPGa2?el>(Eaq&%^{?LYxjeNt{0uvv+VmnTFBHg6-H%s~7m^J;`n8~4Ov+l8s?iT_POHyT+@3T?=5F*UGrkGPW%Gj zFD`a;+;n>DiNl`Ms)J^mg3dr`@RMLg`?z9%YiB>VSDwPcEMej z?_TrvFLQ8SY}v~){mnZ3;A-!HqZK+k&0`KMEGgv=oN5-f;(fb2yX|m03hy~JEo@3& zREX6!xYs;)4TMUvPqFheo;i!kfZ}ds-%6L>PH}BSuQa`t@;E-lQ0F#9uS8LYznf5K zGVWYC`__iadn4F|#?>P1_>zmMo<>(RUnjR^#SFKaESo%c!(}wCW-!ud?Gc4=vc5m= z-iPdaUbb2VRcXZC|0rY3>m}}z+nZIK97#WuuG@jvo4o==NvDlqVEL${_f7a zzEhJ~58pJDbcp31qjxXJOQGGn;XDGTm@jyR>y7o z&DhH3C})+2K--MqH0o+v)OtI)j{}^!@ZI}gh@}sWn=DM~FSPX)Et+YRe62&S0vgrvC=xQ+@d> z{rP1yUr&E?dkmboNgpy$d>3u-h8raO`K_I^79+&S-j0vzDgz#Dl`}S&ulcP1hQP{I=02?RQx1 z(H@&;!)Z49BOdMiyXb>Yf6kB_6J3a|Lh;H0)Xw$aK|`CI06 ztj3~7qcKvK)PasjMv~O%Wwk@{<*|kL1rI94fAv-N?W?MZrG(c-q%*~+x~%kf0ZZ5K zXp1aqc|XuFdid>S%{#LO=r#VLC0!H!8vnXFN1H01*`qe_tm^L0pAs5vGrG`v17er- z{YJhV_3R_4wSLigBSkd7@5=h!>DhwHXCo~~vPvp4^`mwH2SMvu@fkxAG7 zd(xRvjds`A7v)arb$a_;)*N2&@yA;mGdw%gFSDE=g^|jM9TYgjf zy?X7gAcK=DJM;aG`yJLme!IW$I z`Gr!$wJZNQBlfuLR+{mx4Q{3eKaW%17FZKy8e=6@kwM3M$7VEol^hiPwAaD^GVAe+ zB_qQxhC6C$L+{_A#CS=8Q7-%vx&Ma1$bHt=eLa&W65s*8hzsJw1Y%^VP$+BLFfqUj z0%aI37yt`xup^ghu^5YF(2a-h~3>k!3(9+EFgRk!T>RWgeMXN0>bAOQki220x})Y zzqOEZkjE8*7bq3UB|OkE1Qg0lK8N7*KG}=ql3-Ojd>#P|1_g+!6!A*>!lg6Y-Sd-$ zl7awOAXZr+WPhP4gQ364`XV-^M3v6xfgt9eaKF(0n7c|D(Qv`OB@`clqEU!k z9v1>}0F?_N(EvOg08pto9tpG}Q>{QA2_UPW_&lbQNFo4`<%9)507wuE15^Sf;mmcO zY#S^YPyBnvGZ>IThyk((U?E==D*ao;fd!zq3{dh(vZPs&NtR?Qs+A>~L78%;Li7P8 zQlu7@s3anOTB2MSCXx<9EugGa1V9CgWW#ijfPhRS;fO@RHdrMDMrrv;?2c?GJ|F{F zfDA-HiDWX9XoVac5|K$GF-a7ha`>6Phz~>I|4Cc9eK6Kji|ztT5&z+;si{5X4gNSa zni>Yfs?CJKsI~I>bR3;Zf^cL@G7sWf()e@+^d-7f1j#}H3Aio*;Su2qDNq$x7}M#cTK%PdXdtLu z2ZS<&Bjor<85K*IPL`nT7$38>Cj37>tW^r1wHU;1Y7S{#NGBwGYK7B$DVxs!@H4#* z|3eQ5^fxD8#qT$|zR~qn41AUHx9a*v*H%T@9`tO%1P>4JMg(9y?TFzCu z$ZM7w*Ug!Q`k?&g)SS#fX6A}rwn$MZ4SnS~19dpt5Sdh$vE3cj`_$ESDO$L>R(;6J zv@V;qj^kTDw7+&|JyGX|ZRSs%B$2KbmYKCaGRp3t-LVsHaTbvW?HBGnj`4oUnXeO` zn6%ctCC#O<=s~;Sy-sB}_ZD+3vU<&2omuO2qKz_SbDRET>$e0!^PX$iJ}88ktEPp#eyjK3`@i^@`9CJbUs12#b93b3p_Ubf ze;Mc;Yufkf$i+o-8+ecVK@6?^(E?PdXMaOO5i#@n#9Ob`@2 z7Vv6BkN!_6d@WpQq4k&!AvPN0RWnd8?~Zr*JYW`OZ98(NL~(pxgSg-<7gH=a^#1hs qfomc&V=u+ea2sqcvzT+O^Srtsbf?_G!1*G=7mDrZ!8&X2AN7B-dggxs literal 654 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K58911MRQ8&P5D>38$lZxy-8q?;Kn_c~qpu?a z!^VE@KZ&eBK7W8uh%1n0P*P&}|DQoy8^~PGSu%oyJ0Fx)omS>*_D%GVJ;!*kD%``d`xS#rxa;#22WuGiLBJ0Yj33A@(N+nEvuaf#EGM zLV#d_wmc~E7#iluuq?2JNS8cS1_?1-nB2^;g&iWju7(9HR#ha>@J#{CyfC#NOgs4V zF

@NCPbgi@iAM$Z)F}A{}lAvE9~^!=YLLB7MpoOrtxl!MWl5b9tAi*&Pe^J>CaW f;_2$=vd$@?X#;b`{{IX{nb{rAflEMX2rdHvtXkFf diff --git a/media/atree/node_0.png b/media/atree/node_0.png index 538b41afe28fec84f738fd98993d1ded17d05e4b..2bd8d3ca5f3aec078165eb185745d9760af9adfb 100644 GIT binary patch literal 5438 zcmeHLdo+|=8z03XqMRfoO;gfsu4aarjLVp5W^#s!$x+HNmlqRrF*A&7A=eb;lq0$2 z=pGd%5~)ZLQ3|P0bZALA=_cxXXQ;Hkv(~p->pTB7YrXHh@7}-Xx1Z;?pZ)CFlf-hS z>1vy3Lm&`c2A$#xenXX)`gHIf&GxN>K-9a#*dB6Mjshx?ihTqD08}0-0iZyLzy|^e zx&QoE&-7lr)_B{BV)gB@_6;qsvIe0Ix2VDE73&pYuB81DyCUno89&u%P~zUV<*poy zPG(5y`RPtgnni5a9_?!>ua19U(C*)g9LB}HO&FHsde5Xbhg5B>y4Q7W0MWfG0L+_38H+LFgSeJA}j%-Ej73Ke9uhArCaB#HB@n2_Pi)flkY&gl&tezw4C+#Bwqk$-il zDrWP|p@58@>+k0@L}?W^94lTBQIU(R!%cGtM27D$urAGpWj1@7C(iFrjGGqr6gp6* zUQK1eQSq?ZkSzvrm<9DGDUt%UJncJ#r6T(%N=P-`S${)8z~J%Wq}yKgSB&(GXz1xb z$Lw_TcH?SzET8e1_WPpv;}ixgjapkkZ$uwiMeuF(GB~k@=|C+xo@rQU2;c94$CYr; zNs^Xjx=LHPhxTqfSVET8w$0VqB7DGgVv-w}2hQEzLVGvTdg!mBhhYOjFB7M~=Jg)D zy2d!@Hf32O7I=E>j?ey}MXl~LSHd@h4iv9Qx*Vr~zL(Et zo7j-zj2}Kvnu(8fZhG4jIdJK4&$UhM(Srg9H?_|4BDK5iCJNv9)}e94ph?Dwm!Wqb z1@4Zg+MKr6oafL(zLD!z(Vbkpp0)0BQgXhQxY};9aIE=8j^Befv%R`%!aHZg>+G&o zOA_VbqZ*=&qdV1`iZUf5Ry*a2=k@pE50bfk0Y)7=UxyX!O0##?E4A9(wP|^%Ra3(Yng$BR7SSWTC!=|)kSTPs2wlV&jekg zi4vDy3B0SZu8OWt*P2u44N*hw%b)EVT$}$gd)ddG@d;WErqj%4IU1EG-wQsO@YBuC!-J?; zjlPu*pY~HN4jm+0H7wnI-yt@=RrYMtl6U9dy1nk#8TD*N8W_yW#C%eWTeX^e+OA=@ zS_Xlr#R(i8Sqw+V&$SM$a9NRiNc5}rrnSGhorBHQU+ouoot3>RaR+hj++^>AXXkDV zLY0r`WMY>rN2J8~U%s4LdwhFxNs(Sr4D_AarYu|oowArqELkz?)e;9CMaLQ^?GIa3ol(})XcBBb0EDbG}pRXJB=LSY~$0ck+iTJQ89Ln@Zxl}<@7Zx&@QG>!&mTC=TR$- zRty^i(%0eY=iNrE%sOv<;*hrggWoST=iYTs+jNAmb6NUqM^hM|&7#aOymEF+K?c2f zYr!tN{&!D$({8L+UtBk>p0$Xu^`+grhlTqOWJ!J>)6aWVTWYrk(uH81y8q_w8DX0X zr7w`|*WiH^Qs?^ib~#oZ@@wUYTTs=Ed9=D2VnxNd^V@D=M?a{wL`oZz{pariH>F?!xcPW6e^;fjOgBp3|rhko`?C}A?c(2Hb~Du8+* zLpTy78i7Izg~+KEGC4IEB$;&RA1!2Ta1Tei0y1%slm}3Q0g-(1R0=-ti@hXB8lVb? z&qD$MfDnYrz){iP3`t`!Szj!a68H*)5|tGw_BTkmz~`%2-}t8NQH3+r5zzb#?>Fer zv8%u!ipeBW#JnJ-dkhK*rW~Kh7xM&sqUzBa$3X))EDjFvxmIv221kH%uvk8vW9h@? z5pb3mJQ_EJiXoE8IU*jQqyoti0+0udL2(Iat`D4m#$w=DJO>Xa;JIix8bDifvDRDy z20N9)MJfQZk`pl1Dc>9hhw>1EO@iz!NJQ1j#P>FdR@?jxtk00#!R04bf2w zaO7esTPzMB!IUmQm6l(+nc#xrbL1QfM-G6bC=7;(!V@ugHX235SP{`yaFi7hH3cu` z3w%QV7h1V|pf(eeP8Z0)@k3Qj6Kl#12%LDEcnuJ!784YzS{6hOZz2R4Cm7(X`~b1uhfk3VhMWu*sjL{EqqRZ)mmW4M zz?2dL+D){9r3Nv^YAZ@08;-L&Xt?IX$)|;iYMA zv^L||>Z0t1%-|y163Eiiqa!B|r+3KQ=T_?yD*dT9>Pd9Hj*<%h+W~w+bARspInQ-n&oiUzI@|~W1ONcsdb*k>0004p z5CF~r-tIguvOBaqOmx(NvQ8m7Xu#}=*N6b{J^{IRj~%qR+;uHH0D!0Y@Pf3u6+Hj| z-fTTh;td~b25l>W*G!~!<)gkmU0lof93O#j;{see_E~gJl=d}U19@52l*q&yiunRh zmo9oHOS~UrmCDW@Mk0w{%Y%#8>)L1SDyudxj;eSRcGcN@xBJbWWxv%KfS>X2On)e{-w?yNhWU$u)s^Q0FZorvHzC+BqOe^ERpgI2QF z_!@KKPOp~D%TPBl0?wVq@fG>&@>qo77yn*Oocl?|XV}iH0&RZ;#W$Q-;q%_f!OhLh z#nG{PDu^Di8JmML|420Q5;Beiin`1vOxIVIPjICFd9pmIbX8Q#k?imYIqCtrzpozU zaMhu1C}B@RsKOCh#zA3#u#c>Y5mT9nW}2>JLz=qIg*K+0K3L6+&T8tqlt484r6N8l zeSHFpCK_2K1>Hl4z=&^h_HwvmvYMp%P(-7sp|)M=??nkU(I;WPtiSvl6M9J+xC9D+ zL_z^Z7QVWPG~R>fIh;x?v?*|1F=a02646ryuB*#2GIOHGv}QRzu#n*BvF{?shrMRg zy{K!}8n_a?QcJ?Gzp}6on;ND}-8-3~IDPzumV~}GefWdFocYWo6<>JBg}p=!-lX(8 zIWI!DkhsU%e7_^(f^B9~t%p{}* zSBU(+3pH{5wu7&)|3`^^(KkQ)1uO*gLv z()0FPBi1?ND=(lBd`>%ch@=J>f5T}-U8$e&Q!E_oTe;=%nTt-TB3BUyEpGowIxkQpD&YP-eSa}M+nqZ-{w2(AtRc|ufVFSem8mxU z_1W=GindA9A~ba$b&mCtU&XVinzb|Ek*D|KC-`E=lR+zcWW7$p$rQZh?b|Lgvt5%x zG&6ty+GC?%#U1bNY{Y&X%6bhYITP5ipw;-`BE`DVF z5o^y^5Uvw1BzwEcRl#|%OhNF{!*>~>4G9kY2$IwW-NHc_Xc5Ve*i1jF2XRGh9&7RlYr0Qf_{rRIc!P#$y(H({r%h%;wzg zJ03fnCw&@6zzR+OIA30o8@QcgmFg%=yhq-El%AM>mPZJzsc<|Yia9jUu z!H%-_K~&N5+3V>J(;aE{uC>jVTjC*&fSGy@26KPUHo`8%Tu5wdcs^7}Al9@8GT|34NL{pRnCcyRL zlIb(ar8+j4Utfm}Qf3d~Lk6?9?FC^qp^au?(=aYbdHZ)Wo#4u{<(X9HGTAQtL7m0B zyCJlST=s^#%3W*mWlX^RZ?Upfqkbj(mbE-|j=kQ<|0Gy50cGv;Z(3(X5~XMzsS53v z_t$$jQyYf%PxA#S2y9n!`~Lm$%5G({#mkSNIBxjSij=}b>c*45gmI=tAhD_TS%Cxb zJHB_Okm}_TP-9wmhvL}7CFQ&3+4v4Gh;^sB_5px-*`>CXUcJ_-%1EZ=bZqSR3^l&L z-};kNB;f9q-32)h=JLH6H>&O{DV#fJ zrw%{eumrro#g3&)YN0Yk! z59`U^W~Cm#-s{P;3ib4Yw4X834GwN0|G=8e%GJpGTVI5?EA!12m)&zB^<%Q*8xKH71oaLq5vagSf%4pCiozAfD%!u`b5Z?YRHT}L=OZqwn~Fi@hqyOhMYSCMZn zO4(fVu+`Q%<^Cs5afsg7S8STGbQ<1ef1VNi1cl#w=eypm!!Y#|XU$fhBG>a;3KGuX zD}S62B$chrvjQ3Rh0H&>=+~EAQW

{^-mbjJcAG%8G-Nv&XW^)|};SEAc^=-qi=J z-HtHS6^BTa$YKCis@#fHcrRv?qRLR9IxyUV0BmR_aYC|8QAJEm%6-%~1UY;{(7ATorY`2jeI^d8W8u4GM_sUXvURWaIXS*tzaM`xX zD)&W7XZ^hgJuL5@&=;G``8Z{MmmUqP-#_2TG5+*!yjJjOwOB~v%kZo=Ed3`Yh@Lyc zC7yoPFw;P3aImy}=GCgM=+D>_atngar!&?y|EOy?I z{Hn8CWLc-X8CfG&pnz?eFqqoEk?&+~Bp$mu()WM_o?S2WGQ&#~I2ZO77$};Rg|}ojqZ< zHmYam`Y$$HatrKNPUz&qbAvZ$U(;zRo_n`Gm&VD}a%3p^U6f4O|Df*-)SPa#B$$1g zKMOcf|BAWD{=42L^#o#hWGZ=L2m|~)Xm|KZRqcCMD!*ISu;Wy#YNW``Yf+k7z*eN5 zKprUiGJ@ar)FSi(YWXK#DK)n{bWv`ybm9d525?#w@{klAisJ$C+^zY+5gXMXi6}qU zW)K{H|1>Mk0Nu_9eie$V8pvwP-g}0GGf*-z4x?fWC+&6nBdEX4P6IX6rmX0!-TgJ4 zwct`V%(mY3{xaAN7$Hd-;?#vt(_Yn|SN)I8Q-_lpaZ*h7;V+q)^HXsJ5TUU}IPmn+ z{;Z{};ZBD%tuH^02x3^LHvv#uU%Y~Vd}2+f#Fz3xHyU_mL0@zO;RXf)#Cx2DHfDQo z{_Ujf^;-YWBx{yte_}nhoysbM&VIuc_zA;F$KqJ2*vD&zEXM>+E5g}M=CKYgi+$<% z(;`c&fmdiya#0$ok8f3Idy)zU@#a(k-+=G$Yjy7K6Jtm) z0w<{f303c%j{}NaBn2uErX4S3nt}cQoE#$@tF?zhYVBs;*#158*R_!tK6NJ`` z^5{4)hbRJoX$?Nu*Wnz;0aukyMQgR*wgTY5JlG;H5CYxj`p!WciNH%CRj;3AY-E0= z(F{20dGk}$@F#SO`&8S}_^RC7zy+Izk!{oW;y?vD%68nxJBLktduuG1QHO46{9m@S zh{g~$PNj2*agZ!*<`$&{w$}zg8&|;19u2UQyAMDf(P@qYg#5P_D@&T&s%W*|9_h89 zL)Ck+0(2t~?6*PC)Q`%WPJJ$YN$CvsHA=SrnMNMG30k-rpLdLoe!fc~Rx# zTSihB`o_3{0mxfwM#xyuZfX59*zcS_1&%^XTSk;*Iv_yJ1S+3DM0N7GFuT{|^n>G$ z0^ANP=Ek7Su0>0m>^(x(-dSSRwyZ>%(Nl)vkjU@1z!-p(cAmCfE z`tya|pTgS#SZV8@ky!$D0~dq|K+Q;A@gXPrB_Wg>xV!nrd(^kp3mBne4Nx;4)#mA4 zDRe83Z}GzO0qiM!neqbM0`hGjE__>Gqz!KiY7&=(;Hor#lw7C4BbZ@QQl#7K&{PV)Tcam;ppR$G%I_vZAewYx%;LWyh((`I5L> zbqy263hd|t$Q63h1jnllxDs%Y~@|-enZrk`X6h1!wdv)OEX%jaD z&VVg7FA(Zix_%_2J69)dqWNiBGGD5Mw5Oxt)*W%eM%k6i1MPwo21R}jP`b}XJ)=%j zS_fMhoJXKelKHrd^{Uou)&lG8 z9xiQ^z3H~8i(lr|vHhRS9ybGJMF+S&bTmaEJ1QJ|4a%+S(<$dJJ<+xaSc#wwmiwP~ z*xrv(1H#eE<)EIho26z?XFol8ac#OoE>}D5F{|M9`Vl;XJ}Btp^eQWGpVcoO#3gx{ zh2|W`KL)SwPIqOw*>$Enavb3w-@7I|+fDQPntI(@t>vjP#kV7#bxa(L?O^TfTtXi# z&w6tuu;!4TzPb4C)kQ^=BeL8z(`04dvE34TuWYOimrG%C0olkX0w{wRP2-20pyKZ2 z*JqzJ+K!hl&KIj?1+%Jue{xBqDd^RT+)3=VfpU`2&qz|YqiM{ z8WABXY^A5fh)AEI(!y)kYhnwzZEIc@c4uC~TM}njWp*mSDcG@`U9KC;eyfR4B1Fcq zM{HNtbwtUd-^~2?d89FQ@v=)__vuk^XI-!lG$fMSeI5?S>D&U#xP!WCMWF9F8?PJ( z&Sg7>*04o{Ub(S{U}q1xbRv#lw#kdz@4;^nSgwJplc9cpTS}Ahtrwah)hmn-8Yvr^ z*VC!dE=N^v)zn)^)+1<=K0~|A{x`d|puYPk4A%Tyz7aKEV@t!PR%CIkw+>%6SQ+~g#{ffdC4olXp(`>}|#+sGsj$p;Hb)T~?{H2WnCm_l%t z**rrA5E3TZnR>(@F>WgX$e)WJ7~?eq;HLm4#(qVA!4w!^BdteW1acOnNF&eu*Hd(% zO&E0tGnfzGX(VlL(>D7bE{5fC4B9|K4-v(KW~&19m{? zc`4=mB7jy0B2pqJQ~Lgc$OsdR^YWQzo&iPM`p2McwG|nE^b8<(%nG4Ro`7#3nR&dp zMU0IAhhWqNVr-uCfQ?Lac9aa#(*V;W-MQ+qqHhTWA5UE!im~az0P1iY_Jh&h^G}Cg zd6WEVGDV&PtZ`f31zt*?0{90J3Lca)&vZa=;lRaHF)h-LD4_TRR2_|Tw2%z?u6`Kx z#*fD<`Zo`w=4ppDr5N~C5-1T+cZvPAZ_-KM@^u;;vSFM2i zQP}d=`xE+$b7#5^qs&Q67LA#WvJnI#NoZJ$$&@jrVJ9Ee|sc#0ZKNY!{}Bj#7-g*V^n6S^(pqkYl4R!G+Tod>iy{O z2vO>C2sSzT82l8b&V4bGgq0NtX(p_KHgBDKLu4#g-Y+|xXzs`ziAL57%{XfM-221p z$A9Cv7D4mYNWZ)Fw{WbA#e0~#w!73nB&?cRG#^L0|2gVhfHrh!cz8G+AC1VF*BPDK f-)hI*XQ4)BQYXENt%Sf6TtH9jx@MXB-O&F7-D$q8 diff --git a/media/atree/node_0_blocked.png b/media/atree/node_0_blocked.png index e62898d6afbba094ba0c18a0e828e861b68624b6..4f423290c615cfdd7f9db2386be22945c368c7b4 100644 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv(Ey(iS0L@}@9*H`Wo2utt7o99 zsxB|5c;j4ACQyR0B*-tA!Qt7BG$5zJ)5S5Q;?`0Bt&E2qczC`wG9FslTWEocY?D&&?OMiC*mC(+NB;CbD?`<24N{)+$ZaG|oP~RqN`Brf0lFI z5n_&Vq1+4A=Ry}wxL z3ji`KJ1cXSYo5Q0+%sgY_uL4Cq42w7W0LGt_iE6DJ;+bF5U-ddXT>7dlg8-H_W|b(nh^>SYD7Bnk8r#7~!e zcxSWpz0w=rHJyLyYqis%5oI2i1p8f=+w=|^-%R3-*luLC;@JM80}tEu&g!|!Ov7a+ zvsbD#u2V{q-9cf|I~&e_&~#39%K<1V-Iz8}AZ`MO20Q%-Uf)uM(bU=&g2rdl!H36iL0=+kJn z#j-N5LERhbL{aA8>;`VWY7K!Z#u}EIW-5_o;L9nB(UsPz$B-j(7QEi1AqQ+3PRET0 z$5azZ(B@gy1f0ddP1hvFJxhFXJCvxG5{VA192slgGyXtZ0;)TmsBvZRWOat{lbhj zdlj`Fa(QblIPA;o@J=3r``^{w#C41k)n=$6^n6{+)|&78JNr7sac|RtMqhNp&mF_2 z{|e_Jrx$gyb8@=11fK8vA3Byaj=u_1dlk7tzPvg&`0Yd1p^n>o3{pe!FNbvL_S+Oq zlmZA_)r8ybqSZt!Tn6E=t}y<0Qy(^R)A%Zu(_>>V$KCM6%x=s_Vih zG8`sHo(FbpuKdUlmpg*e>Fv3{FUSuRPTt98DywjW>Es3eYg=-QT1Sl#LDP4xB9C}A z1*ulmL1JKUj`{&f6AH;Q$!oPt!RuQa0h4wckCRRBYUmJM8O3zfe|PHbYF5y9U<}mA zf7&%Xq5LpVOf2@t$D)phCDi=rwPF8`bY&Zdfu3JOZ|*duXz$Wf9xUWd#!KGoG21qY zTx?wLnuFGN=6Z@(YGd=(b?%;(4gY3Ex460>ObXU!%-DV-e0Dy~qsii}3@R2G?IW=`;4XWT-jj z_u-?&8S;%NV5&AT;qm^)i1EnxR(w<+zfS#6;GRFP!hSgDGyc$m81mr+5`k-U_e(l) zddG*S-YtpWX4wxq-Yhl+Y6GoI`E%muWX|n*lu)Tla`V=!KWuz+yS!HCfR6Yrfkc{9 zlQ1T-XvvFtCElhj=k?Fo951Tfi6Wz{FK;4nd@QgRy4 z>t^f4EdM8$ao3dFo(obXx5~Z*z6~tu>eHB3;W=HJf!|(?VHUPA!ErK##X8f1U8Bc&Qvn^w?_x) z+m@!>atvpdN{tB?oF=T(7rG55bbE-j!OU*3efQbE?Lo@J{E#^(ogK^TH`m0}A^il` z5wgUf_nNC!Tu<@%12H(i^!=SG*`eowa(<_^P7d?SKxqOw24!U=ur^Nv;M$bBVeq$4 zFA&cW^12!|Ay_`<{;i6~OjUVy+rG>!zqXp2HTXz%kbP-IMro=uVUD`q-e%Jy!z%ny zcd*l6HOESCd%Q8KJGgOD)kA`qSg|jjcqbH+TfJ?!?MC#d3N)Wv)R*7$ySsM|@h|w0 z?1fwe1L_f|y1E`;Bik!Ls3)S&(Mp?~WAzI*;`5&mwVg7R2 z#3lBNkl&)DsC763Ydvc12M!X5$=!a$HTg1T2!`0QTPK|+zP22#g$ZeStt#)0%C7T; zHYC6@Q(jwZ3h!5J57;;E(xfRS3+%=7WWPS(1G#)Sf|S(ixNfH4qp;W!WBM-w`-y76eRuZIgfP3j@uMWxp&RafX?e;zW3X9P9EIO0%`|EYLM>y$`GcRmH*pv= zYhckXIr0Fpl57$yc>7a6e&TGyrRK8jr|Vb97xMoWm%Ll8=l7lFciE3mWQB3U$nl^q z{5rJIIO2{5>%0mz>$1smq`t6f2TYtr^E6my1578h&B{g93QiA#W{ThW0W9FHIMxA@ z?1rk;>4lG*9;y&^d=xm-{&Eh(jPkzZgF$Jm777ol#%ym)OZMBr%!sWgf3}5u^wFeA zS3-Nslu8@!zTh3?K3g!$@!!AQ0O}RZr7Lyh>G(Ss;t4;G1bh+*wid~o*|SWG^u!Lp zzVz{*s*?}9zJU!4W4QG{KR@}wG(q7-22N!^xO}E6N>hK81sqJ%gFbJ}Yy>SZcI69u zqPz@t73X`Z%IpHb0qyARk2_I#)SC;M*ZhUKO>f1WR9*EVpnu;34d5fh1>9e?8WKjd z{AWf(51k|t44A#nV9-6Wr7tu=FG`&on3p}kls$>27K4beOnfIj* znfJQs;LC=lwbL0*Gg`J@CHK9GUj>i8;K(?XX1biY@%ho2oS?DSdhTzo26JU7aRGuw z=5}$rSKPs$%-kGd=q^@c6hCl&jYsj+o%)%|(e1H_2}MCR14;osg7Y~2j&1NEH6kW_ zlesywCoBrrm~~Y>`OhoynyvLk$BAYW7x4Vp8w11Z97^5!_ji1~>1EXjkCBr&>tDQs z#_n^6Yz8@AvVK6<5Uf&-@z0!BEdM!rZ|P~R55)uX{r5ST<(J3N^b8SQtMu5GM2U{( zc+m`D-K!Po2iwPjr)NV;;N zt#$6Tw4qg%k_qZoH^<@HoO8I50YDdX@ed7U`wB;jy|z2|8D$2Izcu9B70#lmBX(62 z&5R>vPD~@6R$L95h82I3R7d|k`m*32X`(5nqp#1In{l)^BZ`xxNAPS^oBRAQgd=ww zfhU1ioi5@F64&O3Gxi!@RvCUC=(bdFQ}+Aw0>__CA=6n)x45epr1{pnAV^=(VMZMu zP0L1{+D+-u)Kw-%cpXwo=5k|VbT{XFRk$f_FsvrXxblFyGEtSGK$pMKlmi<b__aW)2t#+$FLSIfg(@IRltko@KPxweUWaPvFFWMCqSN;pU+s$i^r%0H8NR!X<6*ncJVWG4!gc6Dk@^5e5Wd@@aqd|PMa(g9 zBbL9KGu-;%dWk%9UyxO-6Bj3W&hNst*$@PRA?l(qEBtAA@KdTXR9&Z6yYxCdhEa4! z`gL(yjh{*IXx8lN4=e7~3m#kk1B9Pi^kSkbw%I=s3rSO?#HWW0j@S96xVuvzdVgfU z54QGm8$DP3lm8eYV+@9p1*LsvC^AruQ=uYQQoe9)a9-TbEQGdjhWC8_`?Pxtcl8&+ z(rJd_#xDpRDD2!hI4AvrE9LRvv*OoZVXB;YY~y0FJ3H2)q`ayC1b1LL)oFP1^o;9D zekf}B+pHPN82Us&3fNw{T7Z_Gval7cJvp`Ie|k}&J5(K@;P;FK222S5`<3wi3)bP^0SIEV$X>XM)%`kL~JMib~ueWx90oVSU8`f@4`BZ>~;7T(|Xe7gi`!Vs2HXsZy;L5$Ch*Mx+p|3Jd z9@qa$FaVaJ&4!xu-sLF(-+|V+LsN1wC{`ElmKc7vLI3@hI!OESagezopy-Shc-9X+ z6z&dC%CcTgX_6447peO=*{gx{*9tb&o%c=%(_8?0R2A@? zPT9DT@)w{>(j~39vwFgmXl@&-)US1aO}=H>EQ^1Zz<23_=u-HJjf2#$@qguot^Uj6 zUVjT^5+U+V&Xdxq_SXgHg!+_R6PlJA2nH+DUcl{m?`$CL*gdq5aKZ-KbdS(CBiv#a zb7>5K?g!Odh zTDA@f(WaI-o|CVhPa6h}5m)jHw2DwaX21G4Xcl6Rw@iC;wH`P}V%rh(eJoPmbQl(r zi^I_y5qY{isb_BqWa0GP4`@2}kh&na*S0MfW|Nr9`FT`KFZ@y-$ zT~m8tNVJ2KmxGgwrIod=o`I^W`t%hU`+({gOM?7@862M7NCR@Fc)B=-RNP8lpv}SS z`gF6DH2VUs85ZmdJ~aEz@tx?}e=nBlN{hgXsI67jP7S6vvL`N>P{w^{ zN<#AbtEtxEI)-MgoIBpk(_L}n;?pL98(WJbAD_F*!I=C$ve$R>@&j8puvNd03fxlE zoyl@LWrVpEcKl#SSSD7kb&y6KcUYv`iqoaZ@D&vVXy&GW3azVH3s_xHZI*&LifgVibWio?HNs%?S0(xf$$Wu0xL6|M@}oewEI|yy!FWCw z28-{08W^(2+*0G+&?2Wf3soDUU0l*deGeRHYb%G!BVR{NimH#PXB4L&^`?+Zue|T+ z*WP5Go3Uc;Dw}2Zb3=qZnA`C`{jJgQN4V}ur&3n;Y8kFBrY4LMR_H$tShTgu) z(y{jUFE(#|eXLL3P_wWkGs$a{RnEI+(-?2HQMnp{)t2|TT%x|k?eaw1^R~j4dOC)+yreXod^3r`Z^xxzp%Crs<2-7M?1@ z>Dg(|vRqF+UkqE)AD)Wcn*w7VG522{Fz7Yc!y5L8S>QLQG}klTa_@j#hqiCuRCtZ= zNE8UHP$@ObQ(EBKur{pCS0#v~KIwNp&29Z2j;@t2t%Qy`Ie;kH8|-NHDnCMNZN$m) z2tj$|ozi03=~INK*&!?M>CK7##gi5#%jJs(`A=k%L{(L6%yMO^H^BzyrvqMl3hwM{QJZ+ z*BitR%ZQ+|m!@fs1)1#mwf3Aj_uEZjMO~O3UZnG8LkF*3%TxoFTkY&J_s~!sq^&q) ze0SbuotS~-1(nR_4n33A*XL~;r42Yec%>K7)|_M1aAvve__g%m`sXDD@t>WiDt!BSKfdeH4^-M5X!F|IQ=29(ec~iV zslM5o_ONWD?%8EkonG*2od9>1e_&nO-hqFZxNgn$$ZU=q2`|2NmZ!0+Dbj2}>$>b& z;T4n$Rees|>lZu6M;U@LdzwRNkh?9rYEG5N=to!QgwFIuwW{SC%9b6(v-kYkwwSQe zYJ*uJnM6;g;2^ zduogqOytq-j@}$Ld$Yedm%0sqlx1a6rd;Z@A8m2ndA?EV4K>L*w=U1Bl-t*?cf55E zFv<-!78?|KpP`*oU7%8a$H>gn9_gpQzh?aH-8}~D7VD{`)F~G#|5aL7lw_Ul-yPO> zqw!v_TKON$E2+h8MsvcCVaXx-r__u9vJhlSze6_sb+2a@AdbXl`9w{7}u=WS6N{(*>>Eq11}q zT`niX!1|Zh@wcq)43zbHfCBi%6v1RPE6mNNARINwWDQR zx$fFcA2Mf0{i=zMdhW_)n}sFeO>ZWyIYip$F4TmFDard7^LWp;zZucLEY04pwas|S zF6p=E^ONjujoy}jY;)^zJnbsEIEBd6Z(ZcPwc3?3R_0+Hej?|CMgGz#q~>9HX-D91 z31j8v5s!0BjE4p`ub$&jtjWwuY`M3X z815gYvd6>L$GqX?vVrzLjW)1)=}%Qd<%3|`OQnkU?8Egq?RQyQ&>0)`#zR^kr&$NT zT>O51P;t7U1y2CLU`kv0Zf;Dvo7<;j1v*URKkcS?*1Igdy3wy3p{MKMIg(REUZanjJc9 zrlq^1L~Fmp!F`(h;D@5Mzm0dpCv{8RWc(cKowx8jtH1pkQss?sZ zg>%#~!FImhNBPd9{n`%i7gcd2f|T8CXvaV^ z#BN|X-!oAH`X&1KvlAoPBo4yaNzE~y3;_s0832zLLCts;x0 zAc7c7xSL1lzwCZ;sX^Ah*20@G)f>q&9;!rXt5B;$AJE$h14H#B!ELg61k8I z4v_?~?PsFlu*vQsi2#76lP>^xAWAIcP5V#~PIhI|DG01B`iq1a1<1IN0kj7ALXId- z`en$UF97{yfPzm9!H$3>;O)=^dmI6eCw);003}kW78R%%v@H%hJ))QxGL#NPEug4W z2w++cWkYt8fPhRS@fV4rChR1;zUR{C%8<|ECK${JWEH;`cjU-|6}$ z2EIx8dv$%M>zf$(Cgtzd^*^Ia?aRj$D1_dC;-F8Z3%%!aq0cO9rnf&0hP8*9A0F;+ zDv#?r<5jl9!Jp~nveJv{jHM85>@gNdTlBJJmL|rguQy63AXO!qua6(hW$-Tae=JOi zwaSAE%baKA33V2TJ=aNLF!di4ml7;rt`7-SWON2iWpKWs?oz|wdVZPoHU5mBaB6 zIsQ`8;Nn`1uB609LLstJw?dxx;OKpv3V>`W!2Q*%yFW#qJa|)1^7P^LYA&iuN>o1e my7I`pR>1|G2lre$^_5{5fY0^cY5xMz`1tk! literal 5384 zcmX9?c|4Tg_rEg+V;{1H%%m)3&zdk}mnFg{M3$6&3yCa`C1iKK!T^$i_OicK zeDg>PylkKiD!PRhX$ry(XNm)$GL7ZHnVzOI`5W2>0>IvO^uRj(id_NV&N0%(S>3s| zIuYv6J)Fb1PE27BipDNzPoqZo)9<%HF|g}r#cDFhiQhNoMs5vK9+s~R5vE^p`4vv9 z-WF0HRlR>~c&yvEJVYhH$EQ?zG?>dRRcA%D^-g6Qk1KnuS`dWQ=0h_v8M)U)6%22< zD;f|x?-DQZ6#l_+pVK(pZzL}NS-g*m!PXcs zl=*X?V3V6=Btb#Jjz=1%rlu}mgGWR(;@SSNbtX@iOy5po!9+(4(2acgQ|YjUJA3Q3 z5R!4FNTww|IJ5la(?U{pr2uloO*k&q13&xn%8|~A9EtL2Wq8*eG*v)KtwbS5(xhAC z&vo{@r?q}ycP7brmnphb+9-0}H(7W+UF0kg=4Q(l^J<6l5gI6*vnES~`8{K$TbU7X znn8{k=Cg5gHjvo(G?OMB#agjzNG_t=ECvv?rxG5Iq9LOZ{tR>SBP{A!!Ja;L%9t7F zl=4k>(tM*}y{*d$C2^JUOrt+{V+;yWQnD3eL59$VFTb&L*&RrPzvoB7PkZWY^WC=) zQMjyubd3z)|JQ@wSjgxQ59KB#YeRxarCS_gK=8=Zmor zvCr35L2dIvG)X*A1vMw0HqF@ct zo=Ea8zJQFA#IeGfDA&2QBqZH2C>||3SO-Vd_qS<9!rT+T4Zy4Le2GYNz4YziH{!>+U$m@hrBivld4DmYc<_#`4h z_NVhFNXs5rAlI=`0u8{RK9OeFwZW7OY5F9QW@q0^^m6n7Dbh)Ro6!UPD8N_ipi>bH zXh^qLC8rHO0&#eAx4J^KSP0~8^Y43~v@KVVplhC>=Vo`m05Buzw7P<>28=aSyPQ0qI zYzUf~E+i8%LI=kl)6n}SvgEoO=R8ISt%D*WFkQK7GL#{QoCdXbUR3(?ll^*aZ3Rd~ znwkKdK(UbGO?Iy(a{^7$OXAy_N0~AuFH^nVPs{!zkg7ej1Pg`hd-@h1XpU`~$+kA% zScIeVHQ55o=&&30vB{0j)@p;Yuk*7tRkLsMq}^{~B6Q~pg#{ak=PWH0Y6&kH@YlAN z$TVLBPFp*GkJ9ODYa()JE^YlZJG+Uoqh4HmA!K}fvCF}Y6T!}61@g!_@@jAJI{&_V zE!1?~u(C&`@DeL38twPGUKhDvwLBZsj5CXa@*RifcrAQ<IX*Qve4MFiyG6ng1i`FVOSGF8_g?v)`zQ4(N^x#7rG0b1sp~3t@Uajz5nZ9Z*HSBzte!Hksd=Bahr&hI*+TQTs;QiBbF$RbG zT9q-4+q<(?wm03A2yuE!p+N)j=ackBe-570eHz~uI@BgxUS96vk<{7Vlag{9@E`h= zmP)+pJmH;pBlzZXnSY-u?oa>diQ{q8DkMU@ z%ii{t;emtaw$q&c84oqM3Yzrn526C8@3*E*N3yz>>Yo{KXoNx!PONdIVU;C6g7Krc zB-fHfC@yqK#FtgJ*SCILAMT(3<0wGPbTS&+>&is&A4-#w!*au1MWu^BM{A0&{8BN| z3X9Y-<2mkB!{Wc13zbe=hWAA5>vK27l9#@`iEtLS&g4rpXpT#9z!Cs<-;axrdM=HK z20T}*V5*~YrJDD%HM{t4OW|&><@Z017ej!^fu~CcE6}b%x5*Inm&up@&E+D z-fIxa-L(IobdR36)3q^QO$U&7sFKJ*);R1Ega?M4;8_nMtx>nbUI_a`Q|w@s8uW>d zLR&6Ms#rVL-Uo|(DPq*DXU3$*WZ89aH=jJbKy3|G9b0?awVbptndTrmgie0!5K&5_ ziKpk&a-8biv{)a`xmxP6+wWP)aK69+%0KdI^}+jj+SvoR%gsK1jRUNP^mD&I$(NkC z2taJ3Xisxl%bHr}o*?^nqdXI^STQsUY&{e8mWFc-;os1X_{(ftrQQiLn z`r*TF4KGG$n;H?`?6EstCh``J|8+Z%-XSo!(1uP_j$STNcDrtW=u9O8&dTnBnd9Dy zf(gAscK@s>U?mMv`()odnbSN}xLSGYBL3suI-6K;E;^^N1Cdqgsm8mqf98&z$UZ(d zT?VC>$M?ZpTMDQVA*8t?=gZd0W>KMQ3Y835Xi!CxU6sJ64rzHSmrLgF-PmkDerh-H zLmK!3X)SC%)EBa5FPLr(*h^M_ny6%GzyW?xEo-UA&Xy>W96Q+-C*FR9{;PNkctme*t&bM2J>UC|4e z&s%gsLWuD7H&Y)kS28F}S;mBTmvDOJ>3~xsv{|q8yZqkwQbHK-?EH*O>wOep;*~8$ z8KVmdS+2j^IulHsv2ueG=%H^#;HlJ^W3+}=ftjFvQ&skKq%hRHN%it47>3;lOls$n zLqN?cha^t;@BidKBqk*%cN|B9xR3X0x3179dwq6aHwQ?aVZ-?TlrI zn~9(7Px!PPkk0SBblucd-3AM_UB_L z@La7rz|-*b=C@9F=T(zRLgw$~Z~_7<<%4x~)HxTfFHQ;y`invNbiF@bsOd;WpJ8VC z+y3YX_)aze8-RirOPn);gi?%p^Tzlah0=gLz$l-9j#Ua{CUd})3bLZd%hV);w zYElfBH@_=h!C=)vIxVy{hyihd8tzQi0Tej<-VzFE8()261JC-$@w?wky*p6}3y@bG z{R;c!P3T-hKCLppf47r-^pQ68FSs(YBfeF9pmLd-kox_E;b`35PWnnj)zYFcw{bHq zgG%}6Dt8`)+&`Ueam7)_XFSrb45q`F?zBJdw$O?uz^cxNdp|S7TkJ45Tg9rw(J)7j zw`(Xf&ab7f?_#B**RtAd#Q~>XNIr|v}}*6SD#U5`Er9=ANwmo5rO9{hcBT~RS5HoD4P^H$b_Y1T^@g}^|gsL`xt zbc!rGwaRE{tXqGP7J$}6N>#SP;3an2SiVfVUX?w(CD_f3_Jll)fjQFhqag(L%T8!0AQ$aD~#V*J(x){q-LjNRg`H)b$nof|a;3o=6$Fz{TMz z^iRdrE&=b!@maAMG`4T$i|_RB!h|^1zvs^!+uCY6(M+!;$zN{E>a4uJNMOW|r1|k~ z!=ird)b}XOWJD?pu!A62Nsjw!;hPHqiTe7S@M~%lJcXTj-_N@g#r~g5@49mfS)j*F ztR=!~Lq=NrgOZgDzSG84BD=VA?{iys_SImPAmN~7)$BFFZ<%meThP znk!61BfhnjrlzL4Fg?;c$!Qm0s-*GHUxVj&TCzb4Q~2lEzM|(A2e!{VsI~-lFaR>h zRzIf-+!k5V6bHZ`4C&c*A6-Z4q$YP0iyXaw%SPsjFw(<@AcCL>rpAjnB_FnuaCecr zv2K)SR6o>&&bv5AC8Lqj>}gktQ1j~8cF@`Cp$705?XfD1Q>wl1iV+cuSv>Id^ zMPmaZ_%;`cs1tfxkyGd-;thRfAqU9x$t?X=e(L+Jul2l^qh<0N60dH(I<0?6GXxql z!*|X$h}j4nW<8wbrkRG9EJZa0#Wa!^D#$N*2{SAuk(KZ9jsFT7HUbYMBK`QKeS=`^ zCA2*lhu<~qPGnH@5F5z~qds=LV2wI}@$^{hoZprH;{U{VXixdv$4e|Q1QfjKb+eCn zILJKq_9OPf%Unvd{hp5{-{IUK@2@5z!|PS8Y97FfaS|309I35H@~scezwE|L_WXL~ z`QAcQO>UxygkHU0PEH>_iwVTbG}8}0(F+>b^ZeKlfRWCU4Uu0_Q@uzVu=@d8WGrHT zC57_iHjs;h&dpi#bjIcdT$h%1^xiIKlF@A5+0WrCE-X)&{58ST^x@=)TgaAMe58d} z-^+)Fx@lfPFqs+jNNr6_<~3`*Y{84g?)s`6ytjAe`7z%a4l=LUh*;-(Be%9Q=S<~7p-`v_l zJ9*xq_}$3flZ0R0_@!@yN#VL)v$B^j5m62&gbOD2_ZL$n?!4QX{4TdMygVTH`iKpJ zJ3-sb%nf$S+W{j^e+4y%5BUA#QdLiL=^0YH3 z`VE6=Q4u(ALJy?=zWg^_ca&?u>Cw}Uo(p(5=?=j9*9rjN+kBvZBW%m90)ds{eT_<% z#H)S;Pzf#P=LRKGXJEjCY<<951cQbD4pCXL22N*y(*yB|x+|7In8qsxU*6Qc44jZK zbK2Ddo_>xW5a{xf^0>7&MQI0c!#MCo#(lq5#1c4sD*Oz9EqCM&i@sM!wzYxNdPd7t zaci>Z`P`E{auY6Yyixs@9(?CN0{A{GA=~oPVH1481<|Wh%dJ93{wp%xlWj-nAm@vq zLe88l^;7AT4p``AgRWaiM2cAgxga{H>>tum3ZqBb7=VT zKQ{s;s!QUJG=R+z$_WX7UwmOn{4xdvA>r65aSO>KL9b-;Pti*kAg6{adneX|fEd5V{-}7UKlOp1EAPh35!*%N1%KmZhxSze8aR_GO32#;mZ?c}^ z*L!IdXh@1%BYADvW76#g20U_CH*BnlO-ZuOSrle)CP^jh^}J1UgHki%c@Y-UNU`=( zb{t7wy+FfwQ!@qvZ$DpVxi2TjP|y(awq>PK>8UQ-q{?Fb{7NUUbDLV{cJyg$cuRDQ z+enBol)At^?%eFkgh*h{b&d+=S1#TcVv5zpu`w{RXb5auK6Ppf`@SJ(*pUkPSJqm# zL@siAyGMm`A!+w@eT*XuE%|o*PDB={n9QV^*x}OQ@-P5*it;dZ<&A7yB1I&7uil&M TdDC;+?IkeMGt;fmc8d8w)7HIR diff --git a/media/atree/node_1_blocked.png b/media/atree/node_1_blocked.png index f7b0e5ad463971b1895660ba297875f1a0b14f56..3bc9681e9f8e48cba381b0e8388dc47f284514e5 100644 GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv(Ey(iS0EkkEaKqgCuV4wtJNswPKgTu2MX+X|&PZ!6Kid%aFwlX?7^0=}e$eJUycK_3ijeA~C zO!?1SU?KTndAIHADN$!@O*RO93uvw9KdaugSNcUq=8}644&9uUmX|Pd)5%*M<_7HV z9@%HyTOqNSclZBnhp?Pm&(^1^X=Lm&`}RrpN=vuvdrOHw4%>WwPJa3s6z;V(@|e{ z{qkM@N&Y5RuYi&Pz9p&vbJa4`0-*dk6Um;IDl_Ga8W0)PXpucLK4 z*mmuAtUvFMz|Jl01Q;6V>u2l4yq`*uweEIWt%@1{T0Wvb9&nDrLCH5zTN@2rldKk% zsGj^VLbw&(pDNi)##wpFwM%y~k;!a2*i{@dud3hPu?;O?j;%EfoTVgfy zXIZYpgOT>L1b{4O)ap|KXPK=B<9n|qZ6kp%|p?s(*V^i{f z(1@*xb1Yf7w@jIl4?3?3DLxCIZ3&t4tj^mci=O(D?0=#YUrRu9wC#B7fhdizpAYo8`#cWY$59 zx(;*XZfYS$6&IdX%VHU)W#uDVqQ|?AUO0_iHO-~hO3CD_)V!;t0;?c?mBbJo91u=x z47W&bvF^eNIT9mPL@7-0Hxc-GQ)SCwk-j7NV}{?T@k~&uc_nq>o=`vQ+u5s56+BS) z@EJ~|NNPLc+Qh@$O}2VjTCH>e+4kpOyRO5t7a~kZ*WSoJLh%TQwLjPKWQRR1EzL%@ zM710J5!D~&f$C#@Iguvf@xlqC^m<#O$-`VweT*?xC1)s{P(`n^CCV|(4%H7;^&S`XY^>6o~7NA$=>I(F$sU;z87QEFNjX{Gst<_ zQPmg>EB=>YzQQvyz6^>V6WkPD=3#IQ*V>}-j`2VWjg8=eIs--u5dajAX&})bT_U}t zB(Xwv_6oFjpkRsPr-@KLu-m7kCeS8WIcJB`^Q0c6N5w{;wuz6{mOktArE;wbfZiP|y2y}F)H6YuuKCYq zq{eU5ts>*ezwPE?V{XxVeh2eV5pMYbiWBB(|n1JFT)Y)uWS=L2gl%% zcyVc}F+0AJm1C!XY{}GtJ^dz`UzLs4Ies^r!plSs@=_Th0WBM}L>^W#b~+iSkYRd@ z@zm~v?*5w2`3zoBzcmvhml*Wvqy2^A72U&rg~9IUQ+(wQS^gA!{E^ZS1o}=OBM!lH zJ<$zVcT}BfrRi>eku`s-O`&Ko>grH+P(4t9w2UKBR>U)dEZuvBZHXC8H`34a()(@v zNm5UI{MB+8Xx}ij&$6ESZ;NCel&kt&j;uV~v!}9A|R% zb+`*oaQFRNG#O(O#W?SZc-yz$C4ozK^dF)vwZX5*M9n;VJ9~V9ev?C_xu`NFhpfLp z&SD-s79jK=6VNNWYDH?sZp5A1y&t3CHuoW8dj!WP0fUYeX=ITPW_R_%g5NXDKA1lVA}>e#vlic`Z%N!ku2F=^ySAGB5*p_uj#Ol3 z+|1enfE;0!(vfVxC@_p_j-IFgL4ZyQ0jnW}wHZ~)ZW`a<1iCz`?qq6>0~iuqh8K2L zrSonzg`uY!zU=W7--hD%aQw)Ipy4S?J=Kh}D@iXtJRH#Qzf|a~il+ikF7plr!GEoHR;xr?Cs~j_c%ZxVSrNm6iW@GsNNH8+uWC` z_}_a-%TaU3!cN;N$+e5v-M}aKpV|=b_lx`}{<*xLmwVXBMIAD!1n9Cb@E}~GNQ9VL z{ylX%Ogz=`^N-o+(V_n4fyqQOHj{h1!StDY0izIzv92=Z+|4b0q-Ay?y9QVA?F_ts`8Jp{BeK9oVLR*eblHLhp!kg(4-Ca`aD?sSa#SG zDxcvfn8m}7*Zx6~xNQ0|B)swWfSe?><(=Tsy9=-i@2qC)?ZXCtRv6wfIC_5?*4D0} zf{pu87YTd`EJ_tdrCXmbcf0t|LhQcnQ55r{;}Zw{rOP5g88u7mvkH>z<1i1-WU|c& z0ojMTn#4A-@Wu=;m?|9HP{@mlGa*c;zI&erF%HWZl!4eS>!Qdo{H@)94NJ|`0Ymm{s#A-hS&*%z89jvtAieI3mZ+H z4qR{Lyi4!fMFiZuYoCyEbT0M`zR}{KPlr4K2Q79mV5bNLim$dHiZx|YVaKv?!^-Bt zJfzGVjopU^i3PbSCcAVRXiEosOGT%hB1`F^FtnwjhB{=1_(p@W)m1;?1o!>@|M~tk zHRXS=m9zd)Q#>g1y0>i$UaYP!%x_gz_z!xO!diBBtNeRqc^AAFxeScQ2``gB$t}M9 zMF6rndxlh1nY-L!bqzzfF1Yiy-@9u-{>c~43G4cbW}m+TDDTw4{2D?#N=Ced?qd5s z%j>4o)MW^F?5urUG*P7r_(TBTjb7dXIVZ~y83|UwVwD3FxV#=-BO4YbOH*<0zB4+- z{4(twEpT~EImp>PzAZ6uVfz^$pYK^;TG6JS9_huX%4eRMwt-YqG;&{Syeq3xlb}nj zBe13&H%aaK1=r3RCo7pdKqfISrP)v z#G|PjVM9W^e{EO0d)osS1wJlGB8NB9G1A6Mx?0a&e<}7bHug>I#^QLsUmUqhgT`L+ z!TFsU_IBUfJnu8w3HPxpu97oyQ4xO?H2Am2#A-3n>k)99jYT5!n64>hkefrw<|nn8 z!hJr$r~i$TIceqZ+Gm=qWPJYvk|+NcT^L6))iC_hTx+0 zv^GfWF@Ijdunx^JE4ra-@Nbq1H8VBJ+XZG6(u~Y*^>HndUmqXam9T()2+vU3{7RVD zxtvyy0__vZ${7sd$p^}sXT7!&}bsC*No{G1OsAy>K zB#ljHh|*Nsg0fS-S_(?xl(9Ikdx`Jvr=isojF7kiT4dnoVoNH z%13TzI@HMHbD{IYw4*hj8-yu)Y?=HB@y4HvZAO`uOFvK#t%~byy)SxLPKIvII_sZc zQU~9}M%pHkTRZ(L`VNk1Bi&_$4)QGKV@t0GK!qz}DF^EGy`>3d}h2l4pho1VH^%sn`p7a?; zjL=rOXEooDH(=>`ZSf?h^htlKi>)kwSMlKAwUo@>u-`iuj%8{tkPiP5|ia^Jwkit4YH^{YWgLMht z;Nfg$lm(nND0~$!@rhu3&-|U#9o`*+73CzL`(%m=p^yenJ{AMxM|fPFvSLV`Q0f5d z*}z=X1o?Qx`EaFCw|+BikL>BXZ()0t-v$K_u=HIw(2}>-^7R@zbk^(d+vs+EVB2;6 zH73H13i77Mi@+jp$<8lK>SzrZaXE`=^G6I2Su?$Qwzs3y-&!t?+M>oY$jOB=ki6Vn zX^L%-o-@>4jg;!cwa{kdy0D+&TuTX7{+@ZM%yys~-6YrRLvhv9Je(`~zO7(N`m>Tx zJy()AFWR7VcKda;+XZTUtKAgXqGG#!(gLf0l$!luHOjzRIm8Pl3Ax}Fj?mR6;yz@8 zxf}#RV_%$Di9j0n%8gOm2<(~ZK2nKnsoS^G2@BNvhJVZjgS8T}45@ne5z3%S zX2`JZX*qUjy+{AukPJs&X!elcZ`s015~-KwcqF0c^~82Swb$S-XZXd)baHYYrDYie zgufGw2iM@tur-#OnaeK*23TY`Ro9FqcNd+1F0+U3oWz>*XNX+z_%Y#9I=OIpl0^+|M7m|>g{P{ z*-6z&#RlIUZ*oebd!FviatZB(%4QD{N@WT(L%?SrQb*2JL!u zk+b=_6_C6F3Q|&LE%Z+TUAR#4@NJTG!M{mmUmuS_i>m-mVf^iDj$4J<^mq?$Xp9hQ za@dL_&HN7{W|AI@&Jq6y`RaCyD1G`o`$ZV17QW1>fM~`;lNEUn zBz9Z_P%^~McM6+=kRJj;R@-Ao7^+0B4VIWPQLvVA%pq-@v=Wj5cvXIhjKK3uz z&Gwg;%~o7gBSLr?c_y@TiERbnzxkM+8#wx2Apkx)!zCkIWX}yAeK&yP86yEFmiYyg z3Rir&w1(9^${Y6(i8uvyyW`)3JeJ_?zG$ zf5dwk-zUE`Rr$*HiHwnq&_Bi?gMIF&1j}9DaYh>F>q4-qiw>)F_=nujs@qV`;s~g8 zaCu|Y$F{Nm>oZkBSs#Xefkz`^>jgTTbuJHW#fTwHBFnjHSVH|? zanZ#!!e&ICavK^NGGA6s=F-_S8gn8a<|K4YgQuQ(ikH4%VyXQ%ps#yVr{s!VG|K>U` zpEb+O*KDuIUkP6ovdWta8l?mcMG_-Kx?`?5FJc2u90QBug8 zR$YEkD8F~>?Md7ZncV$KtLN@z6KTjexp(ss&)ey5&5Bi`{TAFRDqlaj>wVk~2IsWOpnctkvn&5nPuOJhi6Q%qC1tfIx}=M}gAxK~XJ&>sw*u6{1- HoD!M^}Db8e(q;B1_pTR zXqjliU@#rJ4=otF!j*@*8gyP08hrx>n>?5t8ZHe6WN?vK$l=9-aA}eVgoAP(2L_Wr ze!7RZHY@T2aLzeOCey>!F7;`WEX?()am zp4UXqn6o=HQ0-j^VxW0~gwjwa&JGh-jdG#Psf;tT=LS zN7(wC<-)--Qp|;(-Lmz)Ict*(#*$2rmF2e;oAwgx75wH2RQTp}&VAOh=qXDpjh6Tk2WAnsE9A)ir>~;=2uwsf*K8us-KIRTUl;6 zM^mG-ik5#-T>mo36i%~8IzCs`T%D`kvAv{uwA*ZrJ?w$#>4r`xO-Fs#_=X$vXMs@{ z9Bx}R?>ky+QoTO@+EnZG&2`H|Jk(AYO&Wg@-WF)pbtuF7&)@=IKg$|xyTZIsgGgO+ zu08o>o}Z#3Cy<%F-PfV;LBp|Pm3upLV-$srk4<8U_N4s+f9}aq^W<)3@|%j?%T}1y zM_;qF%5uJ0beQ2^bsChdxdjuf~R&fIo^U;I|8j7F6SqhW!r^wRg!= z4`Hru%%8oYmCG2plD?bRra}!q1V2`3AE9s4r7b+)+|ag))3PJCFzZhDvL(l}A6!Kl zHDGshxOTIwTMFCKCSFr$g?rY_#2GbRx|bWYc(k4{$(HUTF{d&YZYs6e zX9+K=8x(zDox`uQ&*HtkPs*C((!aS}VBb+c_x_OarYzrkb57dz_uFD|esuN<8{(xJ z6NAfp?S~z1g`KlZshd)=9!WLMH~*_qGbX!5#qHXbZP_{NPL(gTP3kP$d1;i!i+NVP zu6@yg=3xw1?b)g#y zAtNyIHr|F?-%_uzPe+biq^xVcTd?W)^WgLL-fdT>FIcivm2KH!7oU+WzP@>1-f8%m z23Qb(LrPxoOWLbZWWl5Ti@J6osv8qGbbE~v8sxXG=u8UJSdLv0QQbE;7Cg29C)9#k~gE_Mq%-u!XwTGYh^s@l>&r(GoVS$n5xM*L+Wo1Y$TTabLjwDak!eIGKDD&q*& z>cZ~au#j{|!>J6j^6W+VI>)Q)12S;Y;^&Qxyuuw7_THTp@8Gl7?7wwLZ+|$8a@1>! zmsBT(`zusC8L}1y1L_@SjWHfI3|n)X);v z;|d^M!n{{s2U30Wn%hv#j*omx-n$La6)EmT1p2jrW&QIR8~Re?4##(%Dsr!cv1870 zs3CET{%V=)Hs3po4?G7Ku0M2LbIHJz7PrZZ^LC<&-CwKgZi~wsl+XAO`t0_wdiG23 z=!^I}rbF8`XZjqE{zty!bWxez?;R}*w;DyiezD!@{f@vqW5cUiM@Ds5>{CVOX}#|; z@ODB9_mtfkRBX!3#Ml|78Eht2 zuCM0iKGORj@?3Ct&f?`|(_3Sc882INXSM4LR~Ofe{lOYMJT${2;#JN`^*zPS)#*Hz#tS^38SI=bTk=&)vS09V;qUak+MrLB(W}2sCGBj1Ebdd8!(1ryDb9R-B09Gt0g)_luo`8zz zJAWAg=dr1XFaiV35P5)Ho=>tE3`q_MWhKY5$ZUkGi zr9k&eGYSEpfJkGhh;T+A+(Re^;dlqU0~+Zm=OtnhE?RJBF`GjPrg?p)fS#xbu2d?b zpinZI%t3~85Q?Kw7&4iRLSs=_ED}N>B}oD)AV&%$R!WLb95hhE67xh-o=^Z+aso_Y zf|QCtK<)4^@$p3r##efQD>Lr@9SE9QqTz3Gg=uO3PXqIrDLgcl_C z4@fDG^G&QDVpFzEr1O0sko#BOAJAWNp8!KB27^KqvJ#Zx(P>nKvVRI&$l|dn6SsIG zhs4IS(MT-FK_l@XhJ*yrBsP+W#gREUJcmRivc99D3nWrNzyg(25V->n;sLREBIJyQ z99fP?Jdw#kGSO%jlH^DxfOs;2i3dpEQ7jPipsEDozK=>t#fGRjERY0Z04NX~k$}YG zAwDt=M?&HOG6`f6aA-2qae|7?qIe0#d;l6w9v_GXQ6fR~M1xXrid!I^ioiOczgYs~ z04WD@faU;Cz!u6R-sd@w``DD}h;2}CRrPrwn-Bu6w3{|&SV6ic95RI*~w4mj*Y zi*jHnP&$ybfU;5{f(bj64aGwY0#czkR49z2B9uYFm7ZUl8PJ4c15$tnNI{4cjm1*X zL<*J|ia}GbjuZj`i6&9d-{FO99w+I)p_S7I?)+)ceRvY6|D*}ir#Te@#(#SH^ccsR zm`rf^#I&FQtWPOOfJBfz5huj;sfon}1koV0eta(2FLvI4CHABrUvmAF0zU=*Rb9X2`Y8o|3jC|O{%3M&efyXK1<(#i27M~^1$mL6&n#r1 zf2b#P{TS2#={)RxwKV8t5hi`HH!$Db*O%z$;o#w7>w%ksz`$a zLSXY>H9`L!!&I1l-ZWUoq}e{u!xWKEgaiiDo}oNcV7YllkWoWQXLxG7nrxzPM*65` z84sCm(P?g>ws%XjFKeX*8eE@kiZ8F%o^&ZhT}M|(cdoj-0TEv+OujlLee!pI?_quOwX~x4T$_W7AIc;ui0|10ogaE_=*6+fN zS3di-n>J>Kp!~D=BC7)T#aZA0sCvM~@ML4vIfBfcZUVsje*c4X2EOtJ0Nrug7-tvi zw)BG|$Zj)|eP!|>e`9)lJTJ_;;G0JO9{dfWDYHt1p7K|;cjcoh6ck<2G zgUhYElYQJpo6(Oto8D~h>_+cxPLvzMqta3COn7G&aw>a9H%jq#Sy1yG?kK6hTsPY1 zVe!Kv2vO+F1-+IrP0Vcp$v2 zE43Oc9+W=@S1GMKD;R0bsVA8cL%29>7^?Q^*oC!fbcEg!D5SIEbSNZs$dxV^8o&*Q zrd^C%=~%qz_txyESfXmBkXxxD|9xXEH0P&RMl}0l=$5*a1GuqezCkRwF=S7d3-evz zhKWy~oTBhO&Na-HGxTr2q8x#4X$p>y8RL7tTks+gDoc!G))9Ot91>xtIGA_lwu8LwjWIo*{-V-1qV z5Zf6aN|7hK55jR#H*(f-0=Y)mdsf^D$h%#_a9p^dT$HNGTNGk2quYsv*)MH{f)`(l zT`^Yu9jD~IaDcH3XO)&>$9d>m?M3uI3-IaAl;}VsFi_~ z>;x*ie5fXToIxz2;}qPuA@#eRa#87zMhvlvtzpn4$ynu1wSrqVwHacNblUwwIu7He zJ^b{Vjx_@qX3Y|cG#9M2Gk^IC0%31{u&`els6W<8*XD=dc=p_*{`V8N~}~^bLHj zXjLmqG-u|^7I093K?%xPDr}{^pm!Hwf?oTSUX^DN!PJDy6J!8k&+#p~QUS26kCOk2 zR+qt8nvT+VC8t3)M?R2MCk>_)Yh(pj$XXxL1Y!|@!w#cdoS7*`G0(ecRHmWvO~rId z@O&a67Z}jO?>Wy%&7N?se--mfA3Oz=QI9q^1V zyeN<9(NI60&p6o8uIt7D&}}_mVk?{-Ei7)mS=^xNlpJ=GZ@p6Sv&&vvlX1lLuddZ} z#xw$+=p+Jd+$}Ob#Ag#klLi;aCT*=72mMQ3PXAV@Kj+l!9MS2@{CV`tSO_7^>uGS< z)I0)~cZrMec>7ClH7}q9B9*u6l3n~}2kUB|-C!5A$V^@i9ZDaRXuh)^T@p@;n>ff| z>mVOFe+yy?1vPE3cPsTLbPd0YPMBm4t$S6p1%J*jHgbqMQ>M$#2gj`10TR8e-K5Qb z;N#5INt<<5!H;-K2qWO|7=A}5$~bY%-2~;>m4xbFd;h<&L#3rkKA|^n_gz4MRgBWB zXOj~v^3E>J7JoPj2K-VsLRyU3m0MG=l?G`yA^t6MFY00BKY?lm>ymD(QDbhadFWK3 z`z`Iab;D9O+_nO>Beq^5pc%clAz}Me6IfIgqtkC|MvYeWgt!f5YUTYokhU&iiV~jj zXVFY`y3iP}*RX}Rv#L+ly`iIao3Oh|ACW&kAiF_0=wpaI)H;`OeIxMdRkRCQokiZ)C4Ke7rR*-!1%j(KOGjZ_-V4yPAs~mz zL#6JuWT}woJPJ==7g|lyG{YtvC#_nuJj^GyKV_p>5>t6$dNlz^`#wdXaB_<6bmBr& z+1@>Tg6P5$^yh>)4il*A!uu z@JfRAY7u>D1pR|xY0y^sBjW8oA|G*O=g)9O*xb+^Z*ot}WW%ae&@D3bi4LgUTctth ziviJAv)6k~EnV#2Anwh?QPXs@kL7x{ zfW+*JOC~O_Os~tm`#rI}*&nce=PX@<4&zjzpTAUO@RE?<! zO?!EKNJid)@2<;sy@Pv`5!o^c1hp+y2y89lp3BbA^H!Y#v&Y z1~;ZoY+o&7YN|o?f39jaU1Ji2amW3E2b0(yKCEkMVk_tcj~cpAn|WTvMb`A+|Ll7f zK=stO=%GUP4+zG+y!n z$M(eDMBAs3`#7mG!Fx%Q{L*{fEIl$pn6#RCxUAhY*J zs@QPkXm9UMr8Z^LbWTY6-Q_KJzHLFZSdybnRes^XE8!Sc>)b=l2m4E93RW&FafF%? zH;2apo0aZ1O+h6uIIbfbUat~a|DUK=I_Z@R>STDORbt>YY~jEYo3P;N`d&Xe=oeaVpEoBekGCC zDF8y6T8~zG21_?NEj2M)VhH5UD~*|(*v_&jJ5-aniF{ZrK;KFh{ebBrdEo>zGoNvJ zAb^QU_n|5_^;bF0hU;9jjGDiTn_Imcz$p;=TCqKR?@~v0_=)p@LedS-VAhY79p&B{ zV7NGg`q+(tTvDNo7ngSxiDZ7Yn+HOYLrhC}Ro}l$%SCcSNCu!wRul(R7h!}zs6qi* z%-CCi!}IUO!8XpLM^D&jv>K!sVE7avk5F+~nQ;y+E(pM?!2#g|3IP5LJ@A>QZZO#U z3`>Y6!uXuK22s`cW;IPwQ-eD7_V(UWYVhPB-IF~+!E`|-$ck`+m;V6>Hm~F|puhvO)aWXlX3utUp2FR6vCYE!1Kt3ASp zWj_GcE1wLQe6{h_!kwolL$Dxz)Q>nCOA-^2#tUAe1?HHkhjUff)LZ2j z=&5n6j2%%6ddPo2UbtJ{#i9t-MNO1#&0x$3uhdWUQ)U7t(nX-y4xwN*jO>Qh!8~~qT-u)p($(AY9_tMN?qjg5z zmX^00{6!=T4vw>}Tspjx{W*82cC!QT1^O%w%M$aJ>8!xgR(=TgW$UJot9wtAz@qkp((?yrM> z!L{M~Pg}N%g=2(hf_d|O%MZ7e+QOuO26Yn=QNJYlNKyeZ5gZY$|8()x5mOQy)F3g2 z<`!1G&M_`Fg=7BgSsUzLo?6}gmsj(}3JLPryW*CQPEKyZ)SxOka>B)dLa2r-|(UGgjsNS=dX`= zyCo9kK_z!TAy6%Hu1i1zLm}qg=*i5@SYyyCsCS9nwZn?qK!AQ@XsC=xamU<-w0+ua zc-z*l!#q1E4i=#5P3l201$tYZ=m(apeYW25UB+(RQqQ{yqDhwX(~)mAS6Rp4M5!7s zhra$d5`D>hqw<)=!oXT4+by2A$+{i~vH<2}@Rsb_^qa|#y3pfiFwwt>w!Yla<3kD! zKHDiT?L+>K%fH3C%ApIt|H@mW)rHH6s_=)mb4E~R^8(zBY4gusGJPAgfg&uJia$3W zZaGl!R{#0^*xz0%IbV(D7rqr)719F;G6WvwP2x*kvx6_6nb(iPOkH!d&rF{BhhFEN zF5uFc$(ya>R(*EO6Bc=OI-^!`T#C+gO3zl4A^sOD1Jd6V9T+yx5F#(Yz`S&NIoAdQK%A9Up$llY(8yI=@!!U z<5G*Za4s`9>n3aJ&Qe|M-CI_4$5!VgWkzaMB`3}60$12Bwd}o^(Tqa39jnEhXavc2 zLL&oNv&aEv&m{iE^INHt}^*RGXB@%=WU5Is6WMxAIiJ}RiEZDPPPPXe49C~SGzNp z%Noog@IXMWC@Q-ehREY88$4w-~_l1(|FrVC79W->NY+8)d;qqs;SW*T8lfA zjNwf%^uJKVRVl*We)mbh7svWX!`VN~*l7GTiRgxdEv9DWEtc#R&4vzU+N#qoir@bb z&sUsWTmr(4ATj>E=W7*r%Mg{w^uMJ|5Bz;ZDIv|tBbyB0uN7k)HdX1DxZlg7 zmYqj6%(b;zy7FlIpE37K&ta^=Wv{rTy}|#w{DZ1wXJ>u3P7wd9fqLzAPPu@-r@q^e zd%;PZ1Wd?p!89ceDPDY~NEiK}lVU}9TKa^UTfS$o2z@-Q@`3UItRUQue3AQsyJ^oQ zXv|sit}@pQv!#ldJPvl9tqlzW;qA=5m1JDsa}Gxl!f6R8h@<;cgs8gB%aDfLs=G z78D$>XsDcuejJ!|l5Ccrxa<;V#f-+y+leho7~0Ii;+S)D8Z+p_#3}8Kiq>lE|S*ZkiXH99xUiw_lM}n@7GOF)8Zp74~`Xt?=;YJ9atv;IM%w^jnRvT zkWo++B1$f5u5LfzS2Wwu`m0|10Q5)1B;p-SmPssnEKRs@ zEEt~~q54K4SVn-=znipUZTm(DzBBR>bID`>Z1-W_Da%p%7#N`Fi%^9_MrF)dHDRC- z44cX!3AX;PZ=Zli6A7cg8V*zyImj4MPU2SM-B{GVjE9Iw5|K@wl_3ySr7orDMiSe; z0jcWV?UGm)3LN5BSheCb^-HE}A16H{r6%e%i5>KaLAh~Qp^IGYi<&!ks4(5)v!)#CT>`p<>*8lgya>ovtYrM_FbcrHk~=}805OqjO~w|yg0 zI6kJ18>9PPtpMhhulN{?IEqu1zN-L_dEeW+q1dy`2Zs~X?mC;t#~jaDdKxFxD{gz` zG`vGmfUTnA`c;&h*6$p>s>67!qxA}RXF1!-p|SVD!j&X=tO;9RP_r|)$}6TKN1UA- z&jBtjU5PZ?ys3m+S+kz$_az{n7q9!qP7g|jKKn6ij-|uXOoXOPHhI5wfX)K;c#1<1 s?$ARy!Mqf%L+kGSaOTz)YG4lro;CRn|E5Q?o;bm26HDWALyy@11DHtf$p8QV diff --git a/media/atree/node_2_blocked.png b/media/atree/node_2_blocked.png index 97bcb14caa107bf7d44c1cf332b2417cb369df0d..ca9586e307b7735366af921e8b41eb28c3e6af4a 100644 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv(Ey(iS0L@+e|Rk-pFI&fZv$wHub)j#?l*Ve-c%a;j@t<|p|y^c@#Ges#h8 z#AYVi zkaf;+zw7(^<9R*L`~7-9@AbT&_xpK2F@|?^80om_004}7x?08nKqyNHfYVSW%cq48 z|3TiyIvU_pAMYv!fIU*btqwprmY!rsO@Yrm(KYu5fT``@fOL2kIs))toSv5YT|ev1 zsTgmbW&e&H+F9yzvqFilw2XecDDSY0)TQHMrhJu><==FXzafeTZz(U-c&PXW|K5@6 zNOihd@l8M14+A@sggk`Uj50?%a0J?-X0}A-9DiweaYH)+c5l}+>9gkr z;Au<}DIcA(4|%~gop7q}-GXX69eMNxGVr2ww#=r}ILBC0leya$AX_#2=HJ50JdZCv8qDAo~Sba2E6Le7HMTLlyhra>kDeb5q1 zU=8}>w?a3%%=7v39V3FcIK zo_{V=6NyZ>zSS{buswGpO;GptRPJ1)?3ysEybqOL2qcaOw@Pma6+!sN3MA^e!A16C zOi0m|+?s+e2I;LjGkN0hq&-J*^fzq_4MA~(SMxd>xk9j{Z4nB};<;dSaB%y{nHniH zoq$);Z|3OTxqYPVI86K+LNu=IDjw4}?T#J-Sews!*&zQNkEY)A)J+Fyb#Jx6EJ6g&+wn4s z0LcU%&g9j}3zhi3?=7*s85?h}eY?>wG%E_kPC1Xhc4nfg65b{Rd02jr+P$KZkUY7A zb1bI9%S;tHVwVIPglRi2jLC2~p+X)oVVPW;gn5ag(h%g%p?Tx1j?Q<-O9-ju=Xl4$ zB)KNW5xab`_2*}uN^s&GqB<~*Z($4&19DD#dwbk&PP+lv3uQlPCxzW&>+6o33}Z0+ z-s4GhLsUvh1RmzzA5Yvr(TPy+9H&NV2G_ISr$z2O*L;EYb+^v%c(i2yC!N7myT@~W zwRx3^pS>y3N|ZtVW_N_TZrB<$;0(|v!=2}BR1Zrf;}8;ct}QC*lFCER{6C+(EZvwE zg+tj(KsF)V=;nstiVL+iB2#AOo`l54JU!t(c!i)A*)IV5L%ibcPW3giBG$_Nu?0AXvv zQ2Wq2q2x$FzvhZF|LxkRz6Pl^O+HFto-6R6zZ2AcX8`^b@~gG!ioc1+okrHN)dt+y zN43;IgRiMWjkGXzERh?qhIoFD>R3ukBOB2@omR20t*=ifk$^+rspb+%9=hfBu&RLvMq9?k=4J;$>CY5DlEQ= zW|a*v`VG0kan~(IpYAJs1LS#Zx@Np&5&d3GkxJM6;iT?VKLe<*qc=C+e}k4D5#`5EtNFAa^&C_{+5 z<270a^~0XE5w?3$Lj~4#&MqdWpcEBX!bYT<_t`X`=osvr9IOe5 zoq}E_sm`C$O{Vmwe#7PTE3BZ3%P89TYx>~z$XXTt)O@+-QR4^)e@mIW4^ zLuM>F>rIc{sV!Z`hHB}+I9a-iuuq4`#C~XEr~BD;1WmiI;5|W&TLaGIEO~@ixCF^w z!!wEaV`KfwySG;;CzlWSR||+9na45an!ItQqKixPWltYwH^@x|dxQQ{RQAUvbneKo zGU40U-GdL4>FAbH^}5x`249LJ5dBnlf^rqU;&*EoEz#qpEsXg~tEjmZN zKrYY)KXQv&DX_R(6j&BkpL&O66+d`ZFr@X+^xYf(uG05!zXL@%a={5A54DxIZxH{& zfj)yxwth&K56PiKoOwMzYn-&gk*K2F_J&&lj*;HeSH|@r{G}OWI*)eDE2A#XppIck z+5p+ro2OirQ6d8i*8=2BeN4{+JXuNwHMcaL=p-`OGt2ho4bFCWW2h)~6^!=}gh->> zN`+$fy3O`VMy|a1q|i~#4(X42cXPhV=I`yZeH71iKrITNoxqUv0gL2cqt__ByG^4O ziHq1??sOL*OZKdg-Dl7_HE|5^yK}K)S zuT^%G#Tw6B(Cg=6Tw(5e_|QG^;?KS>B5&3(=9(5Ok6<|Oey)4a>`;EvTdp?>Zo2=e zUhsRC;ewQdX17o>(_%4oWmFXx4_8_!q`pBLh79jg$r9AB^tvu%!agILJM;!42eI81 zZ;l!8et5&<8~Ikvk$M^zy7cqRTwpv;b$o;8{MQ1dkj|e=dIfxh*AV zGpB&lsb_e3viKX`>f_>OZ5Sp|fJ;GNSFZ89gWAuu`rj;oDU-Y$$<)lQNp%ad1_vE` zD|zE)w_2Dq!`mi>n*{-HQoLE5DA;Td1Gbl; z;4>!#-0vZRQN{a-uJ~`IE$k_-?UG}?M4+fRmX`BA$vj-Dcu3AB#^pjjh`*V_)GYsH zxd0AmmBWMoU*f`#MDsAIJC|UX^MF@J)Tt8oAmeU)Z_*US`njD@im{i*9L&Y16x@6R zFM-t5)Se`(n@ho!Fdkke);vGlm+OK#`b@tJZ?mzCtd@d6PaldxnZ8(ix{`F_O@EdI?H#1=Ly{?cEV7a?f zMTv{`cBE?w&Mq}U`}x=hmC-tf;p`Q_tuk(vv>>SyJ?OgbY!&-l`C+fxM;a6*2CdJ2 z_NsCpPLMx#y0b4Y4ANDm&9CX}CWqfL`r{ewG;F8?u9}Namu*VwruF`f9oh_0h9UpU zq>lrE=w&Yf^m`Do^oL@EGys&TUIhX7jJ;;Cg3z74!w^f9NfMrdYF9 znc|~ZT;8YoPoQ@U8q)KroEN&Qv2Lh%^@`1|SrDYz_C}v*n=8kqtbxOM-3p9QDe5{jzpX zGlLOJo(v$Ks_MOP*OX{&FZX=uB5dCbi9 zpvcr8X>Eq~#2Tcw$4s}c=2RmFi3(mO4L(4%-+>3XDLI9R1@pa)&{v&6(?R%tDQ$%WXpn*H=a; zZ#dP#u@YZM|6lCD_`{v@pvsdXbIsRP1jPL#nKALlZ**p9O)wah(XYZb9Cabc*Jv^H z*S5=IncBqE=lA~CvGhwOcXiga#*thPvMxN}x{5sy5BRump;E~rv|N9*7eYwL zj5Jznhb-YaffdFeplB_#_vhl~^N`|R7q8TJYK>+@OSSvxO5gabd2H0gd_FzAbJVb9 zmB!=8%dX{B8V0_7gmp-R@2jlV!%uDZ>aEr%x>wNnOd$|ZKnu6YILYf_kbbSRk>h=` z6^n9oS(o@Tv!z+K+4PqU#4@jB^7G*C-%p6_dSIF<-tSAcTaBNbB553Cv_AU1m6GFyfWK=QJCim=g+Ef?mLp2cK(gVXwsDNuZYNQ= zG}b0XFYk8#SDS^6`U;3RIR!AY@0GC}Cy>m6nzsCil77HdAHNu8%=g&!Gd? zRn67DF0dLr-MVJj_ovHvRnC8Xpy@|P_g3fBM;WoxZ71%v>Jn?ZbZNo!#JLZxow+^O znZnyF--}J~3Oji@jp&c{(<;yEaNl?lBI_>tR%#v3f#B@H@D~ndjy@tX z9NNnc&q|R^FFY3rMjzX4rXLhrLClNp_IR?;GS5AT zGfNmt^yeyK@3Dz6(D82+$eLzc&9+Rc{)MVeeD?vXZJ5*acMtJI31r$h@B9ZYzYk47 z)rY?s=)RJ`mCzD8XvoPUt!UNyiox_LUZ!zSL&gcUxQ!DDeBNMuX{%eW-DO7~n^8w{ zX&Ic>DVtiEG0gh3KMoPo5X`^IS~2FnsYJyXRk|w>d@E$F32{7Z=GJa`JWxA)w6&lq zwP(M1IaZZFjQ1oZ3m85+fI|V?z|fnlG*Uo6xt3rEg5WtdBwr9)1ehzbACT*tl>tcH zQN_@*0I4jP2}F?7ZrIq64+sG*iRe{jO1IV5%CAMGmq^3Q41=B<4sFs_M}b?^m?zXq z&T`biUaVMMZbcl)X9CIAF{(O!W=D-V4+Gc_l4!OgR?Gqf85F?B2)f%O)yINP|U#3 z;U?)dU>E^PIiAm(m0zc6_5n4~`a30P7^Ml-g9~oX*I*AF=nO}mUdn#WB>1wPHN?iX zJc|;Cko!XM?PWwhN_-=W+p7upc%euZsBWGjM^mgm5Yqrf=MLx1yy(CUxFB1SA?cFG zzfB?*#<4c-mjSB~M(d{WP6>{NVpf8fo&=h0`JW!=gksvu=J`SKW4KrtI7$6IZ>9(T z$09Y!l5|P@AB%6=X{}~4g&#%!d88lZB92a}0)~8=NER4eKRwpw!ey|wLc{!~iVba* zL`BgFZe{Vp=7K6TFZO@N7`Suo z^W;&Oz@fPLitT%AYZrR|$@OtuD4Y@7gk;x8Va~%h>~{-iI-@|LFdR9jP%i$DTz_o( zPp!QJ5Hl0XhKD)s%FauyueA*SqcM(cMRgqfZxz;h7zGHS>&%8Q^)G&sLG53+Y=x_| zbrP6azaq?c%l6qhICxMDR=(9aD@^yv>Q@6M@zsY_tHCw=JUKCy;S9nN@J9^tbT!|0(s x=7k8+*~{y)CwmIJ)`G!!?#cdzgibP5T|n7n+_v>F<+Bdx-MFLmNy9em{{ZY6o#Oxi diff --git a/media/atree/node_2_selected.png b/media/atree/node_2_selected.png new file mode 100644 index 0000000000000000000000000000000000000000..9a01757890d56395e9aabaa75a31a8b94640afe8 GIT binary patch literal 328 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv^#Gp`S0EjK?f(C)kHL%gny=aV z-TjbVQ+t$qqJxu{mzlS-p0lo=fvT$d?{N7aK&6Z&L4Lsu4$p3+0XgSAT^vIyZmkVe zbz%z?P@8!1`bOpg<~!V|K=h(hUKZH~0K7xhy3f#&PjaC)X#2nFXp3`dC?W8$Q&n zkbA%D5bvR_XZJccglTH+`FQiZJr`FIFH??x4wK2|1t03qzkdDGc-y9er^Q+2Z+tp_ zu-V=>*(n_KW!m+_qB7-24;0Mou!~@s`!DcKaMNjqoy>lU%kqOf?9~JO4n;hf!+W%q Yx6duAC`mP{6X-PtPgg&ebxsLQ04|b+MgRZ+ literal 0 HcmV?d00001 diff --git a/media/atree/node_3.png b/media/atree/node_3.png index b55c8963146856bb2783d0b1cf7084c10b16ee62..09f7d8319d040016c51c7cb2eac95246bccb07bd 100644 GIT binary patch literal 6284 zcmeHLdo+~Y_a9QqEn?hb3?Ft$NqEw_%ywZh!&rrR!e&4lztF?aL|C+U)%h_k|&)NI4_c_lwlj`Q`peUy; z2Z2Boog8i5!6!^|$;<=q+dSD#5QuDRtf#NYogNM23wSI}H~E$k!3*-tI7s8u~x9Cfvb9o-XFrM9ftNPQt|xt`o`;Fm}J`crNN z+H$+R&*GnYoYTYygj64kYBR|ZTIk2>^}pZwsed|wzlzcNzNm{mGrTocr;^qH{SxHZ zG=4ljF6eoA*)av`D)#&4vX_izJzDO__6g09X#es|GW<6K`iseIgCE+B~V-vhFdvz1waT)a^do zqpT!vRqL?t^#fgy`=M%aTFVD?lWF;{q)b{#!A~hjygfN6n<^bFvZ|a-jixXj^VgOfEYDAolRRJv4_uuZQK|j3vxchX zp7!yk+*TEGH@_iw99y_8^OC;X2gqlNMSR|Ug#{1RPb#A!56e>9hBBP@F7DJ))q1wO z-e?>RNjZ;e$lYHL@m-ti;j%u(Xc^=T>~wu(%MOaBV=J!TC_8<{68ConZ#A6QE7401 z%RF+x%u`KIQRQ!6G0(36HDPF%pMNt~9_yp-P2l41yZ_m>^6#wRtkugFu7#>VvkLuo zUGRo_;UnyGGI0-zQ_tj9B;$2f6F*ncZNiSkjuZ$7E7soU)+jc!_t&3P(xQZ4a>A|~ z$nYz2K0V5fPh;O- z5zD(vjhz{qYKs8^eC0|HEDTp6c#tTyh|FYGle1cTb9u zepb2(sPO+3za`1**zKdahfUlSj2I(cXPQ<;xLuK7w78l)B~Yk~9eduaOslppn0RU0 zczaQ~y21I~N>ZkfjC&tn*bMI3f1FezPCi)vv}$a)8LHvP?t#|7y{x(EMNI1x(Qw0{ z#dVqXzS*|hmCMFOPM>Y_z`c~Xx3Pm~#vync*zhvB_l z3f=xCt}DaP*S7>kTit9ljDjg^)!*%(wmHf*Y^UFuFKwTg@%*8`VD*WeeP@PJD)l;^ z)h|AGs%N?SNXdf-w~bQeb)9WoLlm=_6E#b;gAV5zquQ5jW-v@I>%X$WB&4SK8>+e+ z5u>c}xvpMjN2Rm$(R-No zu1r+uA11oDa@*eV-Ft${(Zj4q`Q$6vj}>++F80SFdl3h9`lY;gwO+`K{`lz7q44t; zqWyH9v$lM>F>lKyzu|PV9vf|onD7_1J71sgC|=jqO3J8rGHB;=j$1JDSDMk}q;<^yd@&+0bnW5h$pYkS)PVVdkiE~+zN}Il@xN{AH-F#I#lJ07 zZfR9c`kl$xy!_Q^tDTcpxy|a^=k?ba$7(trKiM#$lC&+kc45icTXvzP??W5B)GF$o zv)60h35k(8T>{#JaCjGM`{W>##)sa`yARnPSNTAh10fO_J z_=^rbKKmzJqpziVU}C{d%+_6`l?yWoX<5ooHrI)B>>Tx$s^vR8C?dz4if^>>?u=zzeTCA3aULiew zGvuARTc#YFVq0FVoLy)7K-yh7y2v+Eiv6ZaJg`?NY7I&fhLAJw3v1@X6ewOv)STmg zzYcNBxVC*+{~yZDJ*L;P6M7ZrJU{Ca%^_Hp`KbUd3p)vNemetod|8(+1o@& zGu~mX_3V;N3Ti6!bo&fTb>ighc)Uf;0ixL;ifSSj9MsLJ10xvm2t_`s-^6*GCa(`ZzGjbRoA8KV8Lt{8;%_} zK3UW{;d;!`ThT?PcTb00h)(34mZJVcX|6WB#Pg@>0BYQmBgl7(i3SQsM)cifkwY`g z$1kK9&(q%1b&QZ_f3#e$lWMKiNx5q;_Z$L|+QFgG+?;5%Z{KzBYo7NS@PQ&DFyi>kix@^<5IC^yRdnILUXyKua&k~CL>?tZ5!VggNSejlEI%T2s z66`-rmVtcx+sMWGfuq6Zw?92Pb~4c9pu$*c<3(rU>Zg%Uhg{aatX`)Z3^*BB80%pN z6B{!E4s6`|EI{Dfmup~n_^6?h%B}*X9J7PjirL~cQt@f+=knwO&^G_Pzt`-p7`YXw zxjN*wR_R~qux)lmnTZRv@Zra$<00gTTIp0z>X;6GsBdT$q!H2;@#$0d<-^7aU$iRk_RNINJNUta!?kM!{^rMB z1Jpi&tmf9c%V+{4OP73Kncnun!|$$jAUdwRn(XRn8k)Dapfrb@u$>lk$@W2*-ss4i z*KeL+OJ=r0=xKuEQUkbha03>_0XJH{F3uDNFT#}0i;u z93B@Y!K4TCB1Kd<9PEdE^Dlz$;_@AyEBwj=$OlqP=OfXkC}czg@<$7y$Sw*5`RdSr zv=DlN`&FbnAml{~7=T?Az!e$(2*G50x93L+!e_%_GLS$x5CN(R!BNpa4e8+I;`ZG_ zLIIl-!JoAP$^J=G#9{qQ)=$1kdS=7<(Gk%6JMK@~-(sIt2DMyVD7HLCq{KZZTPj>K zK849+aF~?YS2BskB$6>G1dfPdB5=Vd27=5WvJgZD5lhFiFnBD3^#ha>S16)$8Gr-| z1UKb?ICv5fAkl-#2s8;tMBo@CCL$PM(h&fW$i$MFC_*p`{R6~00SBx~dialCNuZb@ z6p4vrqEK`^0!tvUKyS!61Q`uF7tFviu>c)M#^Q0aP)r8Jo+pT)gX!c%(AfZz&t=bc zNC>A`yE#$e7*o{061Q-=hy@yebAZET@}hMm zW)Zysfe@@k2`U<8ip9*DOAou-4e|(b1s3Qm zSFjadQ)TkAH_;)0Bo82E2owSF17&dJ*I<#772{j9=E(oWhxx3+4@(SaHzxy^E^sA8 zeqRc|@&)?(-~4^e!+&!K80_~Tzr^ovx_;C3OAP#y^6%>UP1i3m@Jq_StLy)bF1ddX zQves-0Y!sHC2FJjUhtS@?B?ugH+$fMe6h28fI_t!7;Lb1EY#7lvRShRiJ}>sAWTuq zmKhu9>)q-Kl&DIH++95&Rxi52f5RbC!D}6CAu02hI)aTwd`CYa1R}30xuhV6@-#uA ztjNj5PWHtDZIz|Ccopk3P&DpjYwfwB{YYkcXah<)8SB8KOS^p3)zTi_akprUkwA|#)*bf3!d(gzf1LeykU(_#-DF2D!u8ZScu`Esp*X?`zgARD*5wo7!broyW$v^(}lk{t{uPVgB%GVA9QT;Pjg)Z8Mh{ e46-!-9Wk{!rPS;6_zEz5h?AYGZK+LA;{O0Vc-SWZ literal 5218 zcmW+)c|26#8$PpO>{D4$2RjDzd!Ehp7-4Mea`c|=RN1#dmkAYXfZRKX8-^&>u6uU2>^uJga8CB^=9Mu z(&fbRzo~T%RP=EzQ4P2&Rv!yMWfJ3&0}a)t_tm!Y2Y}`C$p!i9^U?``GkZGMv8Exn zSH?qqZ5FJ)Znz5RR^REYcIuWJP4x1esihT3R6o5C>8?m$10AB5a3)Obn=cX-?r5|B6}Snt}u6`H@N;u`E9DckWo-@Uai9onGX`Q(e^Ufh<1LkKoos+-1+ zb;0h*2DDA8I&!i;m^jYhGT9U!B<7c!bZM6GRbcx$YkBSG(^zd^?=OTXuDlkF{3?DQ zQ^a)3z4ND7?$kor!_66*o)IEi6fW?yxcD-2Hj2^M84@s4N6fLXpYoFr3_pbqVNkw2 za>*?! zgqe%0JAuumpo5)p!hhOiyLVoIDUKVv^lw=iYA?y4R(wPYak(q)VoW-RMUrL@um$Tf zaj5k#^CD|yB=k|h)>(MpkBE4~+}29eU$V(~qS8 z3Y?Y6A_R3Rw^?T(0ep^T(W4f7twYKu;(M% zS$jNOB(673VK!hqSN=1W?qWez-(yO4NcmyB>u*Cb{s+5W-DOaBXtpn zDyaPd%f5dONsuZuq-kXVns^la?yz2_1Wh|@wD{jLU;~Kb7zpu;$jzxI9reXW{L9&^f%Ah0QJKp8@)&2H~+g52Qr<$L63M0tvddyA1 zyW&`+(ST&ZFnRm=%wn_qkZ?VXTGhImTjKb8m+zBaniLwBrsX)HKXs}D!$L|U#Eh}+ zDkcNH4$B)O3fU_OS>|TzxyM!+`7DHQYJ#2_;wk;h6B243d$xOmWrtg7uAEg(ZzCflY{PNCwJ518rsfWsOQ7wmCtb@T@4(+gmV2w8 z=;oj0PC9eeG{`E7+Nt_Qd$*Ko)&r>%K|t~OQpc{GOLP(GUudgd5}8yO<8(Y&yek)* znjw?=tr=^5)V$HO*GVUz6@KB4=Mz^}-lzW^AMeV&EWO5wtcBTc`y_KvO7*%8H{?oO zJ#I9)wVI6RS#r8rjvu_qKqiox2XgK|n|!ZzRX)I7>IN|}soRcQxkClULt26IAL?N& zmV}z5)OOFd^YS+;ZSDoHJvEEx7@cg1$+pG30R_i8~z1L*6d*&jILJCGAiF4m=KU`TDUm1`%0YR1!vZY9&&aP zz>T6ZNYmV(Gh^6Qx>buQg*As#j%~OR5eqDYUA(FagyPuGW2Le2)w@Pvm-lzw6XeSl z!#9^{+>AC9DVpYoIhvE|>xK1e)uAto94+k7RKR}&Gb2hz0jhC-4)(8jI_2y~)ine` zo+*M~l)8y#oJufB==#X_v@nmupt|k_&U||g6Og}c8_ql4FuKY|e^637UlX)E)rAS) z`gpiWl}p6lqNrWoBG)z%U=zn7p5@A)@3(N>R^0o@4OS?j0iWD2_$=waF1;T*ziL*# z%+p}cFqJZ~yv0~<@modk+vTCG@R?_!nGD~rmUfE(<$)iRAy(z&tp26`ccHhe=LCLN zkE(n(IS;n}P^u{JpN+kZFx=8f(Xx0w^@?Cde7FSu4t%4WQ$0{NGtV(tvFJ4gJEuV4 zVn)#G7dwV|T1raJhrd1qu{y5?9Ktco2b%f$E@lep0gZn$YVK5qzAQNldMIL~58O&l zR;|s67lu_D+)|b;nAo zZ)!V1StwVDg6G#p41sBZ7)7nl@xi!yw!~H27AdbWw>={R7-1iuRjU8HL*&TmYek>I z{;999Mr(a4_S?>aLl9L#>OB%ya)4%29h)rSa5cax{KeOIQW;)_keLf0mK981JV?0>2@YqTwbmU^%ejL z-jd7;&Tp1>uLcE~!j!TV8w{ z>f6o)F=}CJ$?WMr#F;vAakq#=TQcXIeES6LfC-hve`AQbT%FrnP-x59tlX+wzU}b; zlT)9a4Pun6{a_!_pe*mUH+EG7?5_NFtr@#4t>{rR71_PA;C~DbpR} z(s)Hxl9Q_m_I7Z}fLefuklPEVja_yo8{BJ*u7fm%>+zX77S^}sC;M_MLof1!uA{Yd zu?J6RM*V!9u1gL=delMMH}{q%&yi)GclIyd=r;wf=8mgB;({1`k~7RrHs*lI%nrP{ z<(D9)%m(kje`ucX&xcd9Xfk`Qm5XNA21c7$ZEJE$xEVF{oF9X>TO4i6VSe6;y z@J}Eqz0bY`!m}t*($6E0lCxxW%Pw+hqU?W;shci^60dY4IS9AC5Aveu_Fblh2Ws}o zONHtULsF=I2!_*Wv@-&-zfz>-9EptWrIFb=c#XzY>{*x>n=b_JzOn|UN8K-%SHvvl z*81~nLSs`WQjcRwNd4=_xI%jdWGY2I)V#?fk`M}iUer#ZbLk4a?>j)I#SWie5|b=n z9j_npF0|?E(Ot8Bula1U$(Cch$qOGZy~v(nn3Iw}L+mv?Bzgn_Jy_VFuCb48lX$bc z!S|f7hZr}5Ott*5I8=W+jYn?z9gd%koYc`d%Mb_g0v{zu@1;n|d(l z;=jMCh7-a0W8KW^%=hjFn350P)YN`oNSWNV8&;CZqJ#8pa)H3EGWwl-a3Si46r$kjHE#As^b=Zod2 zZ^qg_X2)Njh|JFt8_hF^990`r{^mb?I49%ML>wWZ$sr*U-X96cuU8k7S?~Nr@m|K? zuQj#w?O{92=T#9c)t}zN;V2$s#TRbS6)ZxpJ?9nO+@V(D?BQPb9yk6>ck;O%ii3T@ z+b&{_smW2{rs;beLyjcM>EqS6t~(z0JZ3dZE7%stQ>B<#y3}&qQzX*{SLGx-7KulR z%Uie6P*m-ec+T!Ko9>W8G*mn*iIHd(~(_HLKC zj7mtudlQb*fXel3^bw^lNdLBcut8t*p`-w=;hTiaR7)zx}6U1u9Q5l zTIE+9Q1zknmvi@=NKgLoC63&_rKC*n>r&&)*{8^de@bzhGhVBnu^N^|&6_(?nUXEJ zcm)X@6vY>iT`>MBN=0RG;+JUr@88akX|K7K-nr^fDc+J7^Q$jk4o};=i0e%FJEEU5 zd7099tgi0Y$)UUwe&o?}9KW+Uw_M5A6b<>>AqKRqb9y8 zxwQ9Xg_>&*@9{nR5X*|p{f6qTgBXp5KaBp{7FZ~zmk|O5u?Cj@l;;CJYUL?L02=$e zIx+~vl>ubs+glX=U~dfFJCSw3qX|sIka{!(-|JSo4uK#VAc@i?YkClZVEla~vyjG( zwMfj6wd4IF9|0jj#hy z3eTAc7wZ{O{xdwsW`dC9{)NyLmv%Y>PS7))Fk^A|@!)GZU?y8mV$Xm?2zvy{aajOq zc5w8lSSiVq!Klp?yv-gx;B4on&In;E)#ym{k|)rkn~HnE*6cxL9iAEu-buPIgvgWt z4faxK+!A>A(qKcbm?P)hNywR0%cEDLkOBn6$@*rzoe&>j<0I(Z@Y^VV0jE+;M(ar7 z(q90hXmFX2xt*BGK@GyZDlR6Ooj$2*?P6K><{KX1;x$l~T0LW-!vZuADE2|iBhe*D z!K;S^e#F2XcL`kj!xMp4=ZP5EwshlWQw}N!iXg(nXy;sU`yJQGxcZWb2gUDrz$Vqn}80KTcdeRcO7=}j>_Ci=7 z8c4zT{#J|JLt47R%Zia{1?y4M_Llo$s;+6AsMjm4(@DElW7&zw;h^^e~^ZE3=;= zjKTvpshCXmf~k10pQ#&_V!=MU0TW4Z*6 v!!!ES8qD~qUrb|sAmaIsd~{QLjsi(bf4{kc{;N;@F9>ur46avPvyc2Aq^-LE diff --git a/media/atree/node_3_blocked.png b/media/atree/node_3_blocked.png index 26f82cd074326890caadb16f51eb1cf8cc9390b8..544241d16e7015dc3aed3dcf85841809147b3392 100644 GIT binary patch literal 309 zcmV-50m}Y~P)NI9Qi9SYB2q#GK?O8+5EMcaR3sD? zMY_^Eh&(|`Kq*o}=mC;^yzj@J-8*M?=FZ(8J7?}X*je#$AL0f8@Yz^fH~|3JKSBWF z!2afOwb=hZ6yaoL21*3e>K0EAj> zEKJWwc`c3I4fPnl)=KXT{-p89^6B?e?U9TB+N8+w^&JZSCBm8cDu7kQ$WMSNPkt;- z{1l#2ec_Pd{TBmH7U6=2QzX@=Mk1sqtiMuKL*uu`c9|f}U&%20Pxi#gtvbEX1H5l0 zRre}Si@6IoWclW(h{T*v)9YMGe$x9Vfp(kjsyR-a5_Va+P8;V7Ev&4mksR-knlAUQ znQU&WnX6P;F8PfVO6!KM$jvHV>mPObZR3aJPaAx((&T^Cx&MpP3bTM0))JH)b$rm) zW4#U)YoZLjNzW3}@V;8klaoL?Vv0U?|KL0+J`pE^#B7JcpsL71sgT|EL-mybvYh$XB(Ov!1Ye7s{i87#HE z{Y^PmKoItlv3^TA76}WEy^$A}n$xspdkejir|S{_sB34geG47NXg|InFO*~6(5!fh zDlaIL*ziHof-WySVb)NnI9R!@9Q&+>(Z^NhxG zdrE0PDw006{;4=#599@PoDWRT5od0vvX|L=)kE}xy+=l-3%E^R= zot+9MBvOsQEu;JT3gX|rNhQMh)57KrKj5e6`H$X+Ky{6kQe>XG6e7!(AdY)sX3k~} zui)nNugcB{h`ThRSwQipG*s6Jks@PPsSoQQ0F+6McOc>kL#Ak(DlB16E@2;Q7SQ-9 z0!^gmxRAH0)zUsS3k4ZPno#oe!NP4SPgYBGe=xjR;8wLNocmq7oFUQaqGW@M=aD+I zg@R%*w^NY8ylKnLbJIx=qDwcS!nO&Ic|x%J3kb*V-nPwe(zkZTz0ZOiuc< zuHCh@8N;jW?7h0;Dc5rYXKU2Pnqyok2T0VI>&qFT*!qz17uo#M@*NKgjI|a(26HW! z^IF8ErY_rXwe~cVi{814xnqs#1L8q6T2||-Iqm_eq?)Jz!R%sz+8)L8^QF2YNffOR z;o!Du)+!@n%^Pp*S59YlRvrFMD0}bAI+HE43u9b)JzO^x zx&I*IgO{RQQ>GRkKlcAOH;?A$YLL)dD8K#aKKjFZPs|J8y_6%Xwl|E!b?eQ}aE~=s zwLh-ZTHD3-c6}Z5OhD&4aS*5M{i|KH;;&C9e?Bz6HRft%HS_p`PGwB2BW*KPimHrBPHo%(lX4XV<-|t7|S`TjIBJ#~t5I zd+SuT;V>m@SiGxzsq@h!$2=@s`w%s>&;GVL`Wk$n#RC!cu3o6q9@o8`>`Yp3Z#~mW8Z|O9(3GK+R_KeF{!&M;iksg#B|v8mzBEL| zCx?*IGHBzU1Yt)nE$Aa-ID!0$BWf(#M77@${cq`?EiW9{+nAD*eNgVT1X+sbZS2x$ zrUbhF#yNXUkX&3&ocY)Mg&(jb@@nGsS6Fh+;dQy!(SB3?i!W){qYw4{m??mwn$+e17;#LQCs=tp_!S_iCjO;8}MaR`9kh)nG&wOYVGGV4q zdTK-Am|b>C$O-yGubA57`r@&+LU}%1$cNdBYr0uyT?Ts=H7K4w%6+3r>N(&J#+_Y% z!2|!-X{wo`QQ>lLGlAiA%+K<}q>slphgKears${&=mXp{C7 z>}*DS(%2(VZ>)82e9e_|@fF9M8IBzjq~M%MV5AT>Mu5a8PeI^0m#e_P>pYPMV;Ieb z;)U=`7zSRwRwIT#1H!ro@Xf-d=N-lG4$#UJOF$3>2rr%?WJfF(sXowBWTQ?Mf z6$WzhDV@F|;!!XQt7$ZD;KT!2Pj-Z*{?!hl;d z0qoji*RNhGUG=KB0JreB#g+#njJ$A_TZf^Txt*L;0wcdAw;>$?%F$}Mgl5#9gM{?V zA&4v#(-lS)prqNt8%|B?LosRL0c}U4hbAxBbC8)vIXsZb1slvk7}0e-j3%YNEkx!( zRv)>AO=bjy5nWBwj)~Q1bv+~kc`R?a{G!zOS_F*feQX=|V9RJS4$RqLrdwO7C$|&U zK+g>sz~kf7ICN=Jw7M=r6#__tfY^!v4L&e1d7Q@Ky)oJFqD=Pp%X6hH$rWR;X=m4E zoWr@&BMw1&bD{0Tc*m(HO|14?xWxFV-d;g4b?4yCnuw+tX*BpoZMTWysXK85Kw-oa zla;_rUs_UIU~}th4B-nBbar-9)#?|eq?4;A6I=Qo++a;vM)ii`L0)(may&tR-?#m` z^&A`l=mDXghPd5|@4H`n?4kr8%@_3YqQjo@5Ru-U^^&6OH4cL>zi9UGs_`S0`Krouz#<|8Ka8V3&`*w zF@1CUwN2*loDiLE?crvP;o-!it>lsHc2f4ty&f^D=b|-y<$-y^)2)E`3GFDEFLEGy z8y|d6o!o@qWRGbvv3R5^Gb=wUj>!M9kjGntTrJ%(f;H5i*m&djs>+zo^^2BIopRw~&+Zolg7Y|-v6nlK zx(dWF?pjn^k-pC*?N+ixf=o&2)evIR$AS&^pOypf;^Rf1?JUVZk0Tnd*R1yb^sY$p zYM#&ExOS1P>v$#owJPMKN?FUWt^0HxZ1tRR(@O;80a03b`?V_Pwn6zS(~;C?jUL>w zx_Y@Gk{djO2+k?Lk|`+(6YLjyXWP%79XX`9hev+!7q3;G%Ur`29GuKbN-e_q1&FpN zG6(J&U7d#-41Sok{}hSIUH8oq@SDL6QYzIyjD**Y1b?sibdPG2{|}*CXO=s+nH{RR z7D{Ilo_mjUw8e1|?GGd7V5@_wEF3D{Ke~Hes>+!*UMn$f_5~tN9)9(zYink<``B$R ztwJjg*2^i{QM+AA^jTL`j!OgPjuQK#S!p_8`?!4l&kyt&&8c3nLld3!yx(zcEQwRg9;r|f8x_C`^hq?26KoDl+2_|4kX8UER;ab>T75S0nui zDoGSIlcKFt>Ast;j+NIf9Ieu;ZHG`gS)tD)gK2IHFk4@;woNg^>-BxB@vQP`D zCZ?UamzFVHC=rE=d=`Q(sATo}zN38ELlI(6_6&3va5&&0;{7^H6kWZNP5vp?((%a^4iIJhs)^ zefueYdBD&T6clwP9Og>UJB%p3RUa|b(SDcF{8-UH^=#c4g|WTB(^4P>+17%8Cjx66 zo4*{-8NHviRMZNV%B0o$bm)ri?lUZU zcp*in>?nz;H}IDo=GPpn+B;vh`a+5Ii|_sSK&%aSraBqDL(Tiy?-*fk0A1ppQR&lM z2%=!$mWtYYhG@G@&nl$;#9G>M+dRD(b&#{assF=jk%Yudq7|vD*YCiP_|Qk1(g1DB z-S{M5&-iX`*Sbu*&yc)S^bv(-Z1KMbqX(X4tCJN*gy&vSyYF&o$tCIO==z78PCw@C zojb2e8J-?AzrL&amF;L|gWEaR6R2e2Qdys}p1>R6^iWax9u`ASyIotw+h-wf7qdxJYFNQYEk~%Q`bfrp|5+}9!2g8 zSoS2jiHs`E#*rJz3r5VBENylj^PYf{XNvwd7a`o=rC{#bpk2IG`KWB?Pi!Fem<+R6-KElV0XJql5J2F3JLgfO$-#6067em@u`0_mfhmZ3n!L!6r5 z5CjRulvlXbRl-2fvn_>8o0Rw7=Eyc{FNyef70bYl8!$TX1O8mVt+?1mYvC~Fpe+QQ zD|eCoss@S?gksKEiqxybay1ZuH_3G$pZtTQHRZeph@c?y|{B38) zO6^?;M$}KZe(D(7A+O>KH4jQG1W0??u^W!I#3TDWi@Sc*zn%jQw?GZfoPIQL6S(m= zh<-%XtH^_DW1Ia!MP+bWdO0lM?qNCy~Xb;^nUR^)D;K@VPtjRS z2@93YFBJ6AYaU=`fI?7UGq?i6NDt(g zZePGIOq1{Bwsd#d0`w2$$3OY<56(`Q1kmLOdEIAO)jA3r%EC9YgH|BQ`CujDaMQS*Oq|$&+e`t z^Jmpq?hm8xeHCLfUP`oAYKP=t==4T3WdDAjNLr+51P0bhH;|vu2sfc0`S86e^k9ea f5fOzMmBa!7l8j&6*nxT500000NkvXXu0mjfPVbyv literal 0 HcmV?d00001 diff --git a/media/atree/node_archer.png b/media/atree/node_archer.png new file mode 100644 index 0000000000000000000000000000000000000000..fd2c33fb33d4a6fb0b0690e8838848412b7b8aef GIT binary patch literal 5955 zcmeHLdo)z*`=6rZnu@~LWsI1_+{ZA(poW+j9E9YyXJ*fsn2VV)ZjnogZZ1WRl!Qn{ z<-Syjw_5A_{ja^&-m~B5eV)(rJfHV@-~GOm z>E+>~uA-*`gTd74u1?<2FI;{rDnQQ^Uv3KwHvd+Gq5ELr)IudX;29nbbVu+52+5iJ%pJb*#25VUqQP zsvg8BMH;E)MLF~r8{LoX#$eKi^U~tWKE?g3>P*SA8l_=UM>W68*KP9b)?cb+_A>A4 znmZdTi+hqL4rD&n>QsJO^DMQ`F!hrDf)8V6L`r7k!puzf!$!Azwr)cz{(j7c>Y$y~ za9;0H(Wr7Bw>^<62)VO;^5Ei-)S`n!`+Be6Xia+?)Ur8Ng*cw8mvJ^xX`M&1(Ze?`QR?s&dLScbZP)~O zc*jJE;&Yfm!HPP6jq`Rwg)JH7^SD8;-EWl>=ZqF1%iHB>*!r?R~&tE6h@_ zE~@tvUS#L2F$C}5IZ_N9HX^jywH~iUojG)OyPIENT;4kWZZE!4ZEyYo*;DXg&%w%` zlfMN2=GfL#Ii9xH=KQdyPD(G<8z*;!;A*d3>(?eDCdSW=Aag71*dGyB?acQoLE!dQUI%$;TQ5SL?hG@qTx=exIj}lKBtjpU!%9 zj2K$DwDC;m$F8)IhAEJC%xtJyG1q8f${~w#D{h0AQsTYs)#)GduNz} zdH8IRvQKAk#e+ee$SqwSYN-b0qPr&1W*;l;WpvqYpvJjNp8|6m~uQ+6r8@WReaGL59xd7UTLRB^)M&ruUx|CxZ`pIn zvP$jNo9MQenwBdC0X7ehuQ_y;UbbtsFJa|bz2HIPZK|uJK4=BbKyHTrV5QLo<4rP? zmOVOu<7-=3Jyx1t<+3Z@!`00t=&etbxGsGcbBcOi_qm(-!ya!ekZz8TpQ0zY?=9^$bKI1J+tBd;P8+|Hy@L@8H>=r1(ocaMJ$OsU?iv8SD!lk36$JEw`5J z$yN3;DT@$Ao{Ap5wI+SB_$T|hT5WoJe$6~lGFf}&x_yiG`idvly^%hnS(ZiF>0T2- z5w~rlV|Lm)mp2IZJhbfd4LKpYRbpw_^XqD#mocgAj}h6!S{1r`{|YI+Vr+o~uZ2zM z=bU*1Zsd29(=>lkOiUXs<7FHj#HR42zSqXOoVZU;^&1}Ms}MQN*94>VSe?_R1jX8@ z9doHRA*`*Xsaoyc*_H40a||?+h88W1_KPWd?r6PEt+H&$HT$_*Q;8(aH+$cSZl{bRUspp00z|E{~Z!mH+mBe1V ze{*imh{_-SDyidGk;Ujb0}sXaU8SYD&SXu@jjBetVMm36SdVwvuQnpRI^nS``j>kN zf{f7mre)%g=l7^(4bSM4@a_t$Nv!@V3wTxPp#-YMts6ABO}(|s@>mTrHvO1_LZBN?_jL81#}Cmz7k~H| zZk_2Ng7aFH8&Fq{))2?SQg*tM%{Mh=6)JRnkoFI_VFGbuuEz^C9SIi#&-U#-Gbr>w zSkrAyJAZRg!@c%q72tz5ZK}X!Dv5TXz=!hej*)WvnJwB81-3BQoUJ?>&5KT>efh3I zU$dgb9IES8NBwJ|KJ^IgMYgU3*(H?qn%Yr&S1!H0nrBh>I!rvUt)tAC9u=h(q^gl* z>1PmB6df(nR=m7W(*=oiUS|HsW_pS9PNkMlu`wf2?=>{_w2u@9_a;}ZUqe~6Ofs&G zd%N9m3oc{9+{J`3Hpf`C{g3E{Mxi52yVi*(#igO<1!`|In`_;zEnh^x7+|=)y5OnL z1nI{1NJBz@YI9c5zTl+ZAaTI6pN&oSA2iWew4+=j-?ku6Juh~G;I#HZpMxTNd8QpO|>mupgN`rF-`7?&vKJ7g0 z($qu}MfG(4PJJd;(n-2&N)s=4V3Y(XK5g&c|7TMNs^iS-cb$)01{AW(tMdiPX|%99 zr>+RYk>R1iq2CB6CX-;mcJZM(zY|YE8xR=}+GqqY+$k&}9}TdDOb{K*7eN~l7|hNg zRs^sjKq;IFa(MzOVx;jB0?uPo5&l*TEJH*C!+EapV$dhv!1|`C1F$;8-fdZ+?YzQ{%tGy^%966m1n}q=*K|Z7^fxP0rap^*5 zczv~yQ^4i%MblOg+23eNd7OX9`X)Ac&vZJo1A)xH;(nw3CHHA%NQ=RsI0;$N^6=^~B(NI=Sg44^r{6R?Fbl7G567d8p z{EVwD__-S+bz)+xcAZh`5r9uGHawr=LO$-83q1aa_jHDvu5OBHW z*KP(hq1b>FZ~~+t1d7GuDOeH(Px8fKDFiG9M?_(*DcD*1LN<>R_y1|jrw`n2X3$-E z63Bntv}k5d`G8R~t(j&dZ+bGp;nUNC0=!xj zKNJHABr^#(HWP)z+OVK{!je!-8E(RAMTQ!=*wzV1bdv70%6CP3eGX3JDqPLEtE$Lku~OJGN4WEi&Qq`Nn_K;iFWH37 zZZd!4s@$>Gpm)e2aZqT|ymj8DH)iGM@)wM_IIS|~JNazyI+?4m)Xvkb_SCx`EU1}s zr;g&=)a|FO2`eqr)ofKQwax4czw7jBolvP`lmgquM`i}uTxO06M9-5*_1;U8QCam> zuTHMhC?#90YkKdHti4A~QF#0Gag3mOz`t;+Smb~Y9^YzYnie#8W#0pRD0Ud#*~6)N Iby(`Z0b&U)asU7T literal 0 HcmV?d00001 diff --git a/media/atree/node_archer_blocked.png b/media/atree/node_archer_blocked.png new file mode 100644 index 0000000000000000000000000000000000000000..30651d6a6ce026ce6469614fdc88c13b525af051 GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv(Ey(iS0L@+3aLFs&(54Y|c&N3_9ZWnO!Xr#;W05-M2grCOZXLcID zU}8Ly&wu^Uj-_0DHBmM#Ru9U>)|jbl1lj*l`t_eBPUtcP`%R1xq z=47Ejlm8#unKBuE^Lb2TioIu(9=rdy5c}jA&o49y=uViLA=%3CH%n!v>d}qYf$nAS MboFyt=akR{000+aSO5S3 literal 0 HcmV?d00001 diff --git a/media/atree/node_archer_selected.png b/media/atree/node_archer_selected.png new file mode 100644 index 0000000000000000000000000000000000000000..e48bb682675a6ecf255e114de3eea3079140df6a GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvxd5LKS0EjK?Y{Y%t*Qr&RaY6> zHMMKS8#*|7>FOD%s;c*VmBc!NX4zB1xgG7w#O|5njA#h zwD}u2*$cGZ@`@`gyw)V_&~q;#o4Y(ix8wab?~M%8-k+8~6!H7sTmf(Ew_Yl_OGCfh zKd+F&StT{oUuv3+0Q&>RlRU|{3a!sE2^Z|Vd571<{xwr9zs1@+jfp22=iC&T7yM7r zW$$n1n1=P0!Dk+x`(QD-iRoqFdLHJV7pGM0Eq3_KpU!lE_sCz~DPcmBzW(9d@%rcf qMkbDo)&&}F0*hFU+)M)a85kDL^_*3zxN#}a6AYfNelF{r5}E*aDQ!jo literal 0 HcmV?d00001 diff --git a/media/atree/node_assassin.png b/media/atree/node_assassin.png new file mode 100644 index 0000000000000000000000000000000000000000..7b00ea8e3f53f57a8014bf0ec123e912ca93cbde GIT binary patch literal 5845 zcmeHLdo+}5+aIT#a%>C57=xsYIggn^4l{!(gP0IW&&)i-WKQPbv^$8+o5H5OlU=sm z;Z=B}e5LHPi%KemXm^qnHc~mX37^vYj1F7t-D`cTwZ8YiX02!Dxv%?o{qF1f-Pe6T z_cPhSfqn*hOY~qcm;uwD9s>O$RF|d(^u2=}+XRCx;H0u66d^zoLMoH+1ws&^NRfgF zFj>Hd!IB?#g+~?IIT^l!n-G$nB4;6BfA`u#r?d}Vl8>z143JdFV3J#D|G zl8<}7yZkHD}$I!9k=ktb@fAPD{hiGO~f)&jciu-GUCJ2 zE#$cRD_2&Y1TMKpv~Wy%Z_unR_L+-F<+xHbCWt9ov9jWyC(_RRsV`Lk* zOzL%S1tdmVha*ZZq(|Qz78X6dHf`ORrt`A1Jk{z=?PJfpf5E(!=x=wj$!B7a=i0vy zKxoG`_%fZIj6I(g2pvIa%r6>FXR6+sr)nZ}H(nbE|J zSZdUI%VxFb{(LVVlY|Ar3PRf6J?Wl>dgME7Liy&fj>GGs3XA`zzZmsxh;Uh9dO3(+ z8CGfLR33M|akW#;=^N|v2{rwjYwkowWwb1~ZXj_L##PGqm7L2eshenzmuQSz3I?xT z_O(==z8<>lRnyH5{!hv?41IQ_;MtAlu=UCsg9?$Zo2Vge(qSAn+-n6kPq@9UhS>erY^KZIyzQLY- zEr`#39PhUO(umst?)J+Dwomgq?evBA{bw9YNjeS3&W+U_`LjKB*^j|aT59`jSKwac zz^yg38^rBt-~D|0U-~^&^`2LxH#C+c5lS=P zD&)OS9Ci&{{zufi)P+V(WT4<$Uhf9~SEtIGHFs>>q82{B@ySqN$dFGWBgA)Tq1}-m zdb;YCR*$-js`=B(?-Y=N+BWq$WZeA>KdApfIFRMcht6T zv^B^#=CS2VGbLAdFHt!AiiUOkr_|T!{1%~`W16}7P93GYOWkWvd)CrFaNVt|&|!yH zM+bPPFg(v5!;T}@In#D%x=z1>pL=vsf5A!3aW6huk?rVQoG@lj+Pw#aJ>0W`C;X#MEZ`?Cz3|nzzxBI-a-mTkq$Ly+(`2?IvuynAk&lD2yjB zfAQ_b=E7Iw0k`$DpIAN#+ENL>bJfjqYu!p;jjqVr%Y@u5^8an0)GwYTXE|QqI`$1_ z(qc$`_Cj;QqBFTVJ5OA0j761a!q;2%T)KR$*vPSV+z0Lw_lAFCB^>!Ko%!@c&sdMp zuggE4t|2abHsFbSueM6;l(|^ z+d+kQ`>=arfAhe2RQfD;@!Ju7Q$;WF%~Ge(1379x^fO>EwM+qx7R;p4K0a-rXH4{)J^ddJie`d>zLBWCT4`=-aPZ@mm@JwMGHr>ubc{Sb?#C2JY%gHI3Hxi0hzX| z9O3xE^ef+Q*cZL6cY`eA$xpU+2TJS=O?HUwu7E zn$UH(&*O> zj|{(j@v<9VIlB!8?2;W+>myV{$AUxw^!Sfp1yH#Xkqf|+a6p%2krX-}z+mp4$x?tD z4=NBGFjgS;K#tU1L?Q${4`euzg<(l)V4T1|RR)Hp2C})S@mvZI>A6bJJ(&s-h(HB^ zNEQjja%!>%a*me@-K)%KBw`Mti1$E7u!0dZi3~&#TnH{06eC%Xh(oT@L%7R$d};{Y z_X7pg@<7HZ6jCZ0os^X1l7x4W$YRl03Wb8k;Ltc63PPadDPjeXj1tT3R21(y=%Ab{ z6G#;Ti5Q{c1UM3UDPxNB>2NfVa(8+)ljdj7GMI!Wk54nPo2$6gU z=x;sbZ0Hn)4guv7rHl(Q5<#)TZaxK%`^jIblnLk3;c?NR5EMaBIW#KvvmyPMtl&=` zDhXl*BI%qLB=%=Wg@FH;Sf9nF>X}Ptejt$hC*IG{A9J4rLns!DN|$hzs_>X}52R{* zDo?@{@ThaQ1QHg@!Gc^A4uj#M2m}lV1yBGk3gBW18~{rpaLAl_R7|m40f@PviV7lk z5kNeycrp&al3Y;~S1bWVaHU{T00C+e`6K{GA!0d15HpV=NG5=)5)jUhN=3y}QBf#d zR|t-B1-X0_0pOES6g&W+uoNPm=*qAv<3uXo+L^B7nm&&fuRaOr6-m|B;iN|=yD~KF$D5opfFG- zhiXy9ip99#adSPYiJ?O2K+*!LN`(mK>`*pTnhXRK5*b?}5qcn1As|$qpSoGlg5m)R zfDR}?h!lgvQ86Scj>N`dsCW!?gTlB{G4t>eo`9e7f1y>&2jTvH()|T;X#A8p)B80Q z3MRa7y>AKybBhUqm|GT9fcriLIgkkQ=Hi67-gj~10C6k`?H?Zs_M=_!H^l(p30M*y zAfm8b3I#;~U2!M?izlG)I1&KhNf;skkUnRZOZbW;Kn8lpLOMcPK?ORe6=L~^sdD-p zpA-kG<^hrng(0ElNrps!NEWTyF+OJNj{Xll+~)xEwiw9oy$#yBpq&u?X)FAomul1b zFMdAE!+&uEi2CawU!?C>xxUKvMGAZo_-l22mFtTX_#*Jv>iU0^OYg6jDNqcZfRdnB zr7Ac*7kbUI4Gv&Kug0p6Lj&HS0*fp|+5Sjg5rg&eS&eeRI5;@k+Q8ohOq|A04(+%i14m=t}+9%V9A6MXE~;w!hc{GHNTBEQWUff+Z&KB|C>~ zvLMrOCf%F8ytSqPYj_D`tl4$wyoQs}!D|^-x&?WrYu9EfE7*niZ2Vt@%L+|95o@n@ z<=ss>o3z?`>YAkM3i;li*|$2**P6_VIM=eYvJ_i}3;AZKO*atv^~zDAw6_$7wkez0 zameDh$n9LE|DuIT+@@3!?C3~j{ggF1Cl+h5y_HcTE*;(9`A~e`GE5#(K=&w`(Fz#D s1@GCw%RUj9@2lVcZe_rls|Aj4U~$I4mgs3+1r#@o$q1xZ`D{x6H;Os+8UO$Q literal 0 HcmV?d00001 diff --git a/media/atree/node_assassin_blocked.png b/media/atree/node_assassin_blocked.png new file mode 100644 index 0000000000000000000000000000000000000000..b9dc9a91195c2c31d8d5575e964fc8339021178b GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv(Ey(iS0L@+3sUpG65AtI4E>z>cX`^j?UtKhdtTx4{=7+?+!Zs`Q*KQ4zI|C%;`Qdq zDQ5pauze8?n8xIL&n7)~|IgqC$9KkC6kNDdRHNJ!8Gd*wUC&52X$Cr!!PC{xWt~$( F69DB=U?czl literal 0 HcmV?d00001 diff --git a/media/atree/node_assassin_selected.png b/media/atree/node_assassin_selected.png new file mode 100644 index 0000000000000000000000000000000000000000..7d88a0f319ca9fab906f2fb3cf65217c49ff4a26 GIT binary patch literal 291 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvxd5LKS0EjK?Y{Y%t*Qr&RaY6> zHMMKS8#*|7>FOD%s;c*VmpY-4mpUl zX|owjVt=6ZLRqZCg|}7Rpz9FZO3gXNuMd5?Z5Do{UGx6(_-Qrg?v|&Yx#hQAFtYq& z+OPNN24T(f+@4Kto0W4!P(vX)af)t%mJh?{*B-i4K7_oeV)*d8G4ZOx^GZj{xAIDR zSQ1$Kej6Dd4_R1H;i0ggzsjEZYoO;Rp?iWt8YfuH8;aN`sXBf8^^Zm6XI-(v0?P~e j9~4};Q+hHM$T2V&xA{)$o9R*kbUuTptDnm{r-UW|di-oI literal 0 HcmV?d00001 diff --git a/media/atree/node_mage.png b/media/atree/node_mage.png new file mode 100644 index 0000000000000000000000000000000000000000..a2d59417f6fe57b79ac5578428ecf68dc9bc3e29 GIT binary patch literal 5836 zcmeHLc{r5o`yUaqN3wh^V~~_Ft1&ZKvYSK`vUEtZyfa2-F*6uTLP=DXz8s2Hb&h09 zDUq@j9i2Fd;)JAxvg9b0==TmSx_;m5`dwYu@B3eK&HK*#+|PY~p8NjX_w&5ZGbv;b z7ezU3IS2%zNOE=b1b?C8OG*;FCwMcPArNWbXm3BECnXZf<8v9TPyi~7;sH=V#9}}o zqMlwq_K|066z1AY`BEyfDT9#2qQ}tYHnoVEd((G)*xVzw7cVGED;(+TXx{9%XYN{~ zepR7LQp1_bPVKO4AMJ1mlukX=TZd=hncFrsFEt&byEQ;pvEOf2s z%QNrAP-9O7Kko|)!c}j%XP!AT)>qj3FQ9tO{aU-54^k`7$9hwWFH|P4iJnWeO^sVU z+gei>eH(A0R+7(e!Z53)TILHfHW1af{Gl#?QFboYR==nL+TT4AW#M``@WIsBnJtA@ zF(b3DCsTb+$B^Ps{M}dj(~_GIYVV_zc3WK=?k#8=G}3r!AA9k}r?u3iPK%N>|xYS#L*KKX9b}LG5H;F(-8K1(#I^Y}E3%+w+Z?@* z3IE)lRasOR($QB4NV#(=NgZ9=C-9eOFVf03te&kaN zUT;f=J+=gwpVX0*qepO zG6~UCj|$DS$}gu$*JU`Vs%Rub_N{3)3t5+>LufX`P06~b9MQ$NrD>{|tzS7YU1#2& zRA@Mp&Xf1F8F0RNFn~AQ=QzHe(|?+AV*ilct0{ZSkh_yMcM)S}d;i^=gZmizwD;|& z>wkrG)?8S2Cw=ad#~F#CSVFtZ`55P!!?%ahUVle#)T@TnP0FRTC$>|APqf+hM7nai9rgm+zpe6q~%Wp~|o8 zGSo8MJ6%w4HDg7;-I>-&T5x~V*fLK%Q#P@h4fX^Ui)_asHR>m{6RNI`r-|yGrKdi zqG_yaGFv@rHKFiMF-}q9u3T2~Jw@T;%2zuEQOWz3KkDa~B^xX2D(|{yXq0?HxuU-z zRnmFrFZ{I~C1E49D{^miSagN@m}AEA4V}%FvP$6*y6US-{Lhs+Nh;nbeA0HbUQv7V z*)x;_Z>rwxP;XJRdSb-7EO%o%Njq)jTQ>W=Tj2IcGq-NCU*hqKjmwMP+bw$}C`t;F z3Pghe7QCp6ZJFoUU^_7InUh*gahg(Qn)|a>4CHMaj#4PkA2u55lpQ|LT+tvunAvJ@ z$^Kz*t88HDoyRYe-Qlh|nxm(}8v{0^4t~s#Uv*U;N52#&*+ZUTXPEzE@9K|E4gaVp zB0HfzX6qml6faBvJ#_m0t;ELKgBmve%SY+Twh zT%y{a#s;tU=m%*R<RaFJH2baeZm6!Zd&_9TrY_%-w2%P6d9it zH6>kROy>?$+f#jgTy)}JD>NN{1dZ*HkUMv^qCOq>@xFb|c>ct0+)T>HU;Z_>OLa~e zr@HFZ{K=e~5_hJuxkqN+7C;~pNh}8kGReW=%PR(avE=X0w03RWsBVWJrRm>YY!$7|6b-1#A z&;-@0b@uVef*{jeg~^nrOPejto`ydiad&%heTxniAQ{-0=wXHvo6-Yv0^tD|qbdYVThGtQO%%8B3Wu=BEG_b$DO@v&E9{g{&ZI0z+`e@fyR z_9D0!h+u*5d_VWiL>iZEPN8$DfVqgx1NQ_Fh?T8~N1^QkgitELWO1xv6E!zsP!`=9 z=4;`Obmut$!7SHkKHwGY;Z2L)MI+E*wl;EBA|eRD280x-h#kri5JlFo1zaNdEEXeR z&;=FYE^C;dI~nT04dXbppb z{m?J|v3c(9U*S1|&n$p^AVd@%0%eXwu-S;E76PGD1PJokq5o(h@CLU|2v0!34d>GU zrwD)}G+YWnr+u~Oh4Vuf!lBa;Kq$ZlRR!RvsPBe!A-R*kT8JrNve>)@E0FB(G=(h2 zH?qF-P295(&QeD}^RKwyX@7}*K^fF?cPBb>Y2jk`NRHMp@%ThKm&T$K7apk$3eJK~ zK*Q-+JQj|%Akg7>6dHizv6dESDi+URASp|rNF0HX!l40TC=lG71>)csG#Uzrq{1!H zR16%8v9N>_FctuuhQ(m;SPGg(N1>NMY~i!Os-%Q2^-2sy2cZBw0fR(iu%I_M0vwB{ zqTm!1fP>RP3_6X5r($W01t>a==*;D_DPTHTYzh-V@Hotc4l&_GJ2J@{hBiljlaNCx zLI!96&H)yO&W#j&>+)u?0WTp%%qI$GfkWf4IE)1bPe9^v-;{g+z5uL6F)9jaj#-RH zoERb)4oEFUT&W?`Pv|tK{34rUz=YstrXZ?p_paKAZ#V{~%ODr7+$I|Hp zI0bJ(hf|T302OD6BVf>r8T^Va;4*}f6h2_b1bGCx0tbl1+IjMuS?-)zCd69o1f2l_-_sY zh5j7mhxq+T*H5~Bh=Ctc{#ji=>G~lCen|Oeb^X85CHL(x1#rL}P$YO%k|p}efX6HY z@@8+Rg##DFxE^C%gn|{q4YKg-f>0anH^I%3#>OTF`g)%>r>zE+B!r$GUXYDLkHEiV zAre$K7e~l}<+`q5V+GIEUjTu~tBEfO$gzA)P$(lLxjV@WNo%jvGkiFalLm@PNse~j zYuhR_Hz@5zsyOyK1sJ;O#JlRWxULqO7I>d;IhHCH6)RD`<&JY=rJAYn_z=r#)@!s$ zCiW%lwrS4fgv&;In^H%b0@bf&nNnM$XK^ue@79eF*N3%j^|9;MOXw+-{$}SYz47HA zV+Ky;r%vOn50~lkIHb>tVD6HEZK_C pioH>-qOm>r!_9`aBO`a!IHSTKT2{yD%b@2Fl9PvHsr}Bx{{g5O`5*uQ literal 0 HcmV?d00001 diff --git a/media/atree/node_mage_blocked.png b/media/atree/node_mage_blocked.png new file mode 100644 index 0000000000000000000000000000000000000000..15d26fca4d874e09d5067656110b63df2d929ebd GIT binary patch literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv(Ey(iS0L@+3 zHMMKS8#*|7>FOD%s;c*VmjzonjAzN zwD}u2*$cGRUaw#@zZO-%#B)(PC-))WTGog6%a%t7oc{l5ra|%<<8ZIDsV3YL&CGRI z{i~B&TD)-Cw4V#qLdBB!T_*Tl@Z#fhZ{tg_eizR9@Gd{+Dk&y?^Mx~u88?)5wEt^n zpTGFFC3E$fzsLT03H*Gco-$!!L_4pC^HL$T%7#bsWuF@x2&pV!Jc0=>ZC>FVdQ&MBb@0LLtAx&QzG literal 0 HcmV?d00001 diff --git a/media/atree/node_shaman.png b/media/atree/node_shaman.png new file mode 100644 index 0000000000000000000000000000000000000000..bed3c3da8f56d8892e36a71b8e562b53229d8ede GIT binary patch literal 5932 zcmeHLXH-+!77h?ZK}67ipg@Qqf}|HhB+`PwNDv_^2nZ=RB#@Ah1QJx5s8|uCSU^<3 zfnkKPfC!=^Ma41{K}3{hL9kFA$A-Kc?CZU?-g2$?{+YFIa_>Ih{?6Xt+2`DIvcucU zOBy6U3d_**p@S1uZM&k(E-HE^U*(?N``5|5 z$Es`h-z!SC3f&fK?Do1v|LD3MI~@|IQ+tdiGW0cyFb}sI_c&$hrFLZSee&tgb|+0^ z+~jX9I8Z>)JL1Zw6Sbq?pN{8SKE9r=eJ(|9WB<#xt&OLMDPk{tj{S^)IZpHJ&==on z_r!*Xbky^BD}$Z>$hd#kyDn{f$ypWM&I;ehK!3Px>~TEhxX~!q)kgOVyw*Z)lfCxwQ^A z+Ms~G@8p7$DV+Yut=oM=d@EH>hFFl2Gq zx^lw+(kWIL_x3t^W*XsmR`Knyl9Ilg)2?Z+v=#753LB~N85d+P+QUU^FAZZF7P}%qtTaI0|@h$v|axYKax}=(udHlwjAYoEic3opY^xZ1qovz%Xu9I=E%t5#@O z^%SjaJ6Zg8wo|TGJytEG2m!6XZ3a1(&eq=}@k+^I>xVlt+&AxgaDXnUPY79`!D&@H zpNgUxR|eN2d2z`BZ+~x4Paeu{h^>EtZ~JxsvB=ry^O_GE8MY+9yRq(c|K*{&c^9ij zyGH-C;oW}Fx;o*}y*Cbpt2Cs`77XnAEyh*u6uZJDJ(cwbd&ac_f9P$vCeNJx%iRz? z>qi>p*x~ZS>9xV~#^ZU!9nUo;)*;Lfz5`om^#lK7)L9`<-JaRf2X6kC{BbfvrX@X6amIHf-NFU;w(h$=f{igTuZ`otM>~o9uZ|E+r>b1>|h=(kWez<0HSMs*(rKd7iQ^vCCN&JGD zNtE|31M{lX)!rX>7M8X|r#g^^GA2E+KXO`W^_~SKnhsRX@(Rd{G zTD(iATd{u2I4_2V-j?_a(&T)vZZ7#I#Nmk}@a&KZY;?EQ(-%on(;0ECiM7)i6;h~Z zHyH|Oqj}PoNAV)pjiED`iErD38aED&rpIv5Wl07;|6p9NZu4`}YI$0;{QQk8;jPXD zQ%`kH=iQv~4~K|z-oEWxgNnV&LWw*tHVtD)WM%KM?L`NM}L?g@m~Gw1!R7kBtB` zyKHI)*)8+b>wmj`W?^m`wMF1GZFdQ;zj?h`yQ6pxw9L}qvUYw$SkSYiCo3wQTlXxp zP(#l5b%j-4dsa9}D}SBm=Y7dA_uyW=j2qjFeoHX8NBH&DkjX5QtJdngtn!vx%2Rb`+{w?WewDv()%?-gMJ7?{QR8>= zdc!zQ(Jm9q>vL;6N32%|o0HGRx6RrT9C5ldaGmo~hpK-TSH9nTX+&NYI~naXU!?wF z_;8QPrix1w4TRD`2t;Ko-^In-!^P$E8w`AJ<;12@-Rm3|Tn_dvN5FKKx(}uvqxjE; zMP^v**EsW+lsyfR3??@hn0Z7-&JEO>6=$=?I4~zFN(_V6=*)Jrv~)GF8jbfj=DJ(s z>V!f*9Qn_z*+#Hm4+T9;DE41Y(KV31fni5>nry*tpRTHh|C_@#(`p)x(lHGlX4&6( zcmGI!u+@Q?BRlHPc-q=Lh^h>4X93?~s846?>f$ATP92zp1algAx!PS8}kd@?RjpOE|J8MUG0yky%LRiakng7B<2qEV}8)? zrh)9SOU=mUil?vIJFgC^r5-QMibzOu2`Qu94L2Dcdhz^455D9>9E7=3a#ZCJ;S{*l zh~|S^3O~9hg)I`Im>dxcKq-V`aLWOK*gGi1Om;XRgR_88egqXUeEv@aoX?>m))MI$ zy4VHa@!dB_0N)K>4EBa_wjBrIuuRilK>-PbfQ$)O2n7*Rih_!m;-!H1N;4V(pMuE3 zsR%#1H{3-e0pJ7_0fj-jD)`Yj#4=5|y@bQ1_|TSrq5z+$2%bzPrl8Ssxf~_OqePNW zG}g|}4voQ~aX2K1KuTjGWK0DzLb^~%@sWcDNZAs;SjHDcz?Ga#mMBU_MIgX-_~-b9 zVmkc`eT4Lr3ZNcn1yhX1qA+No5dE!(ROT8Dl6(s2KYB-6zmoIU6*bibnh=7N(n;wLh+OrDE4QoZ{r|K}FzDn6DOZ0aL~W9l$xj zkKl;p(yvVnz7X)0F_n5^NkkHkL?97}c4PvXZ2J|o29QX>T2!)PF(^E4szo_46fhl7 zTBfp6L4qkem<`260x)GF2}2|jP!YVE-{wrjK*V7l{1$^zl)^pPEc?_|&wZ zFxekdkTRnI&QzQr*T*I{j~NjPfa}Mng8gjg|A%5Ak-)r&EC4J4CJ9NvW5B^9*x`{Z zmK_$r*pV08;<#0zU-)SzZ4#xir5Xrho`=2P6lNN{y3nI(W=7^Y&!8P93-) z7BzT_Vl1KvX_i5@4#qk<|AIteEG#U|Oid;|Q}jWQip!!e(u?6+3nR!xtW=qYRA076N&X5&if;6_x3Fv|8us+vatYLEA4WQ zqGzFe?yZ?Gt@P`lZYi4tS=?yC%U{v(TNP{M$5h+K5L(mCC;a`dbUF5Tq&!PqL~&jM zv^cDVJjrZ3tTlh$Xjn;8?^$hPXF`_r%`5A)x;1vE57UfqzE?&4tvS0gCTnACq_dX; i^Yx##z%}yN7Sk&wLAyFq4r0L2As((?v{L7g&Hn<^dnauG literal 0 HcmV?d00001 diff --git a/media/atree/node_shaman_blocked.png b/media/atree/node_shaman_blocked.png new file mode 100644 index 0000000000000000000000000000000000000000..49ae36619f8f987872b68eff7895a6e94d742154 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv(Ey(iS0L@+3 zHMMKS8#*|7>FOD%s;c*VmBc!NX4zS7YzBD6-3w)#Q7UI z*+2MNZGXrl@!YC_NlGa1!p()XYxs`*-qx8Kq-L$^5*0);gJO4Fny)*Co?BDa-&-2^Q-uvCN z)7#5quKFT%7z{R-$)Nc_zX;i-qzHW{`-L^aU@CT-{rsgqKrBKe7IJx!AVL~10uf*w zj|+pvb$0m&h#xpt0PkMB z*4ozd#1F+;y}bHB#`60?mw?cTE1eUi`Foy4O;m4xT|Oy#ywS!ob15yHH@kaZEpvQ zt^7vueM%?|L(C{w(r-=F$649k1HnG%f4UD$%!4p&NHV@9MY`KR(w@BWvgKl8DZSh&Fywj^El+3`4D|=%Z{tgfo7L>OE&G72S$XKrE*W0h-N=klHwBps{GrP7vZ{;_J_h5_^WrHTV- zsVNhgF0JvpNjvKU5t^0=Sld!H{awGFpFhnU<$YLO?W@u=CI&_ zvZHQv?+m==*c&zbnGL-uZm(IrkD{hEs|Uew|+&FI^^CG;$MXz>mrZsqDzqi@r zo42mqj}fW=EG+b;<*DA)3p|C>;fO*7TYLnmItfUlF_WUaHnyu_F3zl5ok348Y&p($ z)-7D3#&{5*S!C)OcK!Y8#dQZrjTu(H14(CpSrxDS>IU|T?b1-~VGM_MJ8ff@&U6!M zz+d~el76WP;;CtDk^yH7-o9c$ryqdR0;TJL-dYI=;TFPTu+gX4v zJX24(i+yHC0XsM@1@3ORo#BHUq zQpR=1UWr&_1Bp&NItJrtqwP{)N z%kk|@o8zM+3r-H63W!z=>8JLOO6_N+;L5=z>uTYP_hdBW_KfN(RIeN%iyYUme?%i6 zUe&+6sOU0#qU~)Jla$m}+Z^VraK5?iFCD#AkKnuSHP0vgnhhRG$xUwFE~^Q^#ioZIAewP;?b>d-;+kV19Gq`pnpySh6V=IGULixAgvS??7drj*0e z@K;rbX9DU=lusQwgLxix_!TT?A`rD0`4nsNPQh)GqVkEyOQssg)c%7|bcA1nB5T9ay%Y!IihXYG|W)a7S~g88a$MFGxcx z(PphlP+@emNMETzTgSu7if&*%v5i?w&s1%E7Z*Dg^;%13k^YH-4NsFQ0^BLO29h`W z*zsMaY1j<-oO$?34%bZM&P25K;*haWhu@|j9z7mnov%5*^X5fQdz&ZGPX<{lpIupH z911ec9IZ_811UH61m$f=d>SP7?>=N^e)x#FmhSE{t%E=0=g!TI+eNB4xu{QroTvZ$ z`oeoFvZ_aKhb*)S|IP61-AqI>-C}PF+>j7?Y>oytkl^E4%5xg+(f(mZ?-EDMPuj~i zU2`(W*lB9<+tGF#FRxl=1F894=pT#Coi`eUxAUi`AN+LKD(SspZENSuCdK?W7FQp& zmw43I6Gc&7?Y-1)vFgIaR!cXrg%hjTU+K}Efx~~+H=~+shF-OIHV!K0l$|{&NJ@3v zSVilIFdZ8m86J6zubfGQ0lUP<6ngD0KpTAw58BZES)LTOkZ%icgrT5q9A5-&_%N7* zQ=AB3M}Sg9C>X{QP?2MGKO+%54i&kMz{0RZZeTc%u~`iIZuatHZ;oJ-IY=i*b%!_# zM8F5703wbbDUeX&s7N_41-h4+(MW_GB8{LT{aM}!H=!6r*xB0IVo>xrUJMTDsE%+D zbGQ^An)^oz=!uF9mr6wxG&(jm);1PzD-?&Jv1BqCjlrRDI243HN#X@kAPyyvn9C?W zaL_;rTg($lc|rj~#tDQ9qoq_N5^6_$ijOa1u|CraBp+3P^gzb}A~e<(gXZ(mvppnI zdJIJJF`&QokoZCGMQ9&TB8(QZL3#`*kebh?;IKdYi=xGm@^mE`L z!sHDy!6`1@Oezv*i}_;ljs&D!$N`!IJOM`-EBVso$K!*(Qb49BmPjDth;~E_9!DhL z2($dxf?^3&i!xR$#uks0yUPZK0;K~<3&<)JB9PmmY$$GG5ReMRenMd+6)6h}A@ls) z%z`Eq2ap0ZKng;n7#xm*AyRNeKP-lV$51eM6vm!{nS~c}c-;8^g_cbpgu{nHXYeFY z|M7CuhdJd7Mtykt@EFOHPbLIHJ}oE!`$Gy6AO_^fHA%-?{a;U0^bDwUR~ei`X&Xw3H-gf{%>-re>qHn z0_Y7W7CI^sZkkj;$1F2%Pd~c+zy-5xz*|;ektb1R2T038u+FY4P_`ILODnU*rtdwo z7eF8dsgIX0%(?#o^nWW%A#|k&4VIy7!hjysM2r9l45l$(b}7IL3Kv2~RVkB2SM66> zq-&};oLu7$na(n4E`CezRPV*A-@xc7-BbSgMvk`9ON3!&SDEH1AIs(I&ZezhoKd!} zU-PF@C7-}9t=KJFtje?!dTRte1rfK$FVh$3wa)Rh?oY9|8H|6tvVd;4!3or1I%H`P z#!pbgbZTRQ+;90f$8cXBX3nql5BKogGq=eP4Qs1gvG+oe)PF5G z^Wd42Nk)nFLrtwE9LZjAYjjHKHulW6>yu5SKQ){@d4N$)-JKOD>C A1poj5 literal 0 HcmV?d00001 diff --git a/media/atree/node_warrior_blocked.png b/media/atree/node_warrior_blocked.png new file mode 100644 index 0000000000000000000000000000000000000000..cd44a938167fd5e98434dd5d237c69b731a4e737 GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv(Ey(iS0L@+3I=SCI1ic zz2)_}arDSPoKVR{jcYZ?`wQk>MB2sb1&n{oD$Qu)8NE`;!JZ1-VZx? z1YN#!ss2c-O5tGGbN zHMMKS8#*|7>FOD%s;c*Vm80`b2ZyVUwh6ivJ5Tvng7mVKJcoq z;uZggphPAM=5GbooA(QK?2%Mp*5ti>&OvMH2`zn_RrMB+8P_@7c;9e@Q!)0Oe53cd o^=wQj3*HM)o7lZ3civ@bMKj-SS^nB$pbr>4UHx3vIVCg!06v~>IRF3v literal 0 HcmV?d00001 From 8aabacb6ebd2c6816878606a0afcac055dad02e3 Mon Sep 17 00:00:00 2001 From: reschan Date: Tue, 12 Jul 2022 12:10:55 +0700 Subject: [PATCH 20/81] finalize crafter ui changes --- crafter/index.html | 61 ++++++++++++--------------- js/display.js | 103 +++++++++++++++++++++------------------------ 2 files changed, 75 insertions(+), 89 deletions(-) diff --git a/crafter/index.html b/crafter/index.html index 022e0f4..9390d0d 100644 --- a/crafter/index.html +++ b/crafter/index.html @@ -32,10 +32,10 @@ WB DiscordWB Discord

-
-
+
+
-
+
@@ -217,17 +217,16 @@
-
+
-
+
-
-