From 590aa2269d0aab96c4b1912f393201a10e1f17fb Mon Sep 17 00:00:00 2001 From: hppeng-wynn <77039964+hppeng-wynn@users.noreply.github.com> Date: Sun, 9 Jul 2023 23:07:05 -0700 Subject: [PATCH] update master (#258) * Clean up logic for positive/negative rolls; fix customizer logical xor moment * ....why did I leave extra code in embarassing bug how did you not catch this before pushing anyway this should fix CI creator * unicorn horn (#255) * unicorn horn 50% rn in game * Update ingreds_clean.json * Update ingreds_compress.json * Bump ing db version * Add parry buff, and lifesteal lol offensive lifesteal reinforcing the stereotype * Bamboozle should be fire conversion thanks felixtape also I thought I fixed this ages ago * Update doc.html so it works missing lifesteal elem * Serve our own copies of bootstrap and autocomplete random npm outage wtf * Whoops... forgot to replace autocomplete.js, and macy --------- Co-authored-by: hppeng Co-authored-by: RawFish69 <108964215+RawFish69@users.noreply.github.com> --- atlas/index.html | 8 ++-- builder/doc.html | 76 +++++++++++++++++-------------- builder/index.html | 2 +- builder/index_full.html | 18 ++++++-- crafter.html | 2 +- crafter/index.html | 4 +- custom/index.html | 4 +- customizer.html | 2 +- data/2.0.2.3/atree.json | 2 +- data/2.0.2.3/ingreds.json | 2 +- dev/index.html | 4 +- index.html | 2 +- ingredients/index.html | 6 +-- ingredients_adv/index.html | 4 +- ingreds_clean.json | 2 +- ingreds_compress.json | 2 +- item/index.html | 4 +- items/index.html | 6 +-- items_adv/index.html | 4 +- items_adv/items_adv_help.html | 4 +- js/build_utils.js | 26 +++-------- js/builder/atree_constants.js | 18 ++++++-- js/builder/atree_constants_min.js | 2 +- js/builder/builder_constants.js | 2 +- js/builder/builder_graph.js | 2 +- js/customizer.js | 34 +++++--------- js/load_ing.js | 2 +- map/index.html | 4 +- thirdparty/autoComplete.min.css | 8 ++++ thirdparty/autoComplete.min.js | 1 + thirdparty/bootstrap.min.css | 7 +++ thirdparty/macy@2 | 5 ++ wynnfo/index.html | 4 +- 33 files changed, 149 insertions(+), 124 deletions(-) create mode 100644 thirdparty/autoComplete.min.css create mode 100644 thirdparty/autoComplete.min.js create mode 100644 thirdparty/bootstrap.min.css create mode 100644 thirdparty/macy@2 diff --git a/atlas/index.html b/atlas/index.html index 4e8e705..8ec49ab 100644 --- a/atlas/index.html +++ b/atlas/index.html @@ -10,9 +10,9 @@ - + - + @@ -60,8 +60,8 @@ - - + + diff --git a/builder/doc.html b/builder/doc.html index 8921050..ad50592 100644 --- a/builder/doc.html +++ b/builder/doc.html @@ -15,9 +15,9 @@ - + - + @@ -464,7 +464,7 @@ War Scream
@@ -531,19 +531,19 @@
@@ -556,19 +556,19 @@
@@ -581,19 +581,19 @@
@@ -606,19 +606,19 @@
@@ -975,7 +975,15 @@
- +
+ Life Steal: +
+
+ +
+
+ Original Value: 0 +
@@ -1235,7 +1243,7 @@
-

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

+

Made by hppeng, ferricles, reschan, and blankman 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.

@@ -1297,12 +1305,14 @@
- - + + + + @@ -1321,13 +1331,11 @@ -
savelink
- diff --git a/builder/index.html b/builder/index.html index 4b5bd3d..f7353e4 100644 --- a/builder/index.html +++ b/builder/index.html @@ -1,2 +1,2 @@ - WynnBuilder
Join the discord today to suggest new features, submit bug reports, and hangout/talk to devs!

Equipments

Ability Tree

0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
Level:
Assign: 0
Original: 0
Assign: 0
Original: 0
Assign: 0
Original: 0
Assign: 0
Original: 0
Assign: 0
Original: 0
Active boosts
Earth
Thunder
Water
Fire
Air
Curse (Active)
Concentration (Passive)
Detailed
Summary
Input a weapon to see abilities!

Made by hppeng, ferricles, reschan, and blankman 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.

+ WynnBuilder
Join the discord today to suggest new features, submit bug reports, and hangout/talk to devs!

Equipments

Ability Tree

0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
Level:
Assign: 0
Original: 0
Assign: 0
Original: 0
Assign: 0
Original: 0
Assign: 0
Original: 0
Assign: 0
Original: 0
Active boosts
Earth
Thunder
Water
Fire
Air
Curse (Active)
Concentration (Passive)
Detailed
Summary
Input a weapon to see abilities!

Made by hppeng, ferricles, reschan, and blankman 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.

diff --git a/builder/index_full.html b/builder/index_full.html index 4a544ed..5e4f473 100644 --- a/builder/index_full.html +++ b/builder/index_full.html @@ -15,9 +15,9 @@ - + - + @@ -975,7 +975,15 @@
- +
+ Life Steal: +
+
+ +
+
+ Original Value: 0 +
@@ -1297,8 +1305,8 @@
- - + + diff --git a/crafter.html b/crafter.html index 76f39f0..415d12f 100644 --- a/crafter.html +++ b/crafter.html @@ -8,7 +8,7 @@ - + diff --git a/crafter/index.html b/crafter/index.html index 906e8fb..bb2bfd6 100644 --- a/crafter/index.html +++ b/crafter/index.html @@ -10,9 +10,9 @@ - + - + diff --git a/custom/index.html b/custom/index.html index 8bc453b..37fb0b1 100644 --- a/custom/index.html +++ b/custom/index.html @@ -10,9 +10,9 @@ - + - + diff --git a/customizer.html b/customizer.html index f1088ac..8239f47 100644 --- a/customizer.html +++ b/customizer.html @@ -8,7 +8,7 @@ - + diff --git a/data/2.0.2.3/atree.json b/data/2.0.2.3/atree.json index 5c96afa..893f479 100644 --- a/data/2.0.2.3/atree.json +++ b/data/2.0.2.3/atree.json @@ -1 +1 @@ -{"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_archer"},"properties":{"charges":2,"duration":60,"knockback":1.5},"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":"0.charges"}}]}],"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_archer"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":20,"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_archer"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":45,"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":[-10,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_archer"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":35,"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":6,"duration":60,"shots":8},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"DPS","parts":[{"name":"Single Shot","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Shot":"0.shots"},"display":false},{"name":"Single Volley","type":"total","hits":{"Single Shot":"0.charges"},"display":false},{"name":"DPS","type":"total","hits":{"Single Volley":2}},{"name":"Total Damage","type":"total","hits":{"Single Bow":"0.charges"}}]}],"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_1"},"properties":{"aoe":8,"duration":120},"effects":[],"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":[190,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":30},"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,54],"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":[220,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":[120,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Total Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Total Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep becomes much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14,54],"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 deal additional damage.","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":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[0,0,40,0,0,0]}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 0.5 Mana per second and 10 Mana when they explode.","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":0.5,"explosionMana":10},"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.","base_abil":1,"parents":[46,55],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Escape Artist Arrow","multipliers":[100,0,50,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Total Damage","hits":{"Escape Artist Arrow":1},"display":"Total Damage"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 4s or more, your next sucessful hit will deal +60% 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":[{"type":"raw_stat","toggle":"Initiator","bonuses":[{"type":"stat","name":"damMult.Initiator","value":60}]}],"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":"replace_spell","name":"Call of the Hound","base_spell":8,"display":"DPS","parts":[{"name":"Single Hit","multipliers":[40,0,0,0,0,0]},{"name":"DPS","hits":{"Single Hit":3.3333333333333}}]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 extra streams of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,46],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-3,0,-4,0,0,2]},{"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":[50,0,0,30,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Total Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":1,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5+ Focus, casting Arrow Storm while 4+ blocks above the ground cause you to levitate and shoot 20 homing arrows per second until you run out of Focus. While in this 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":[30,0,0,10,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 2 additional smaller bombs when exploding.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":2,"display":{"row":41,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[60,0,0,0,20,0]}],"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":[51],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":37,"col":7,"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,53],"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 +4 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":4,"shots":4},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Shot","multipliers":[2,0,0,0,5,0]}],"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":[27,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":39,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Trap Damage","cost":0,"multipliers":[-50,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-1},{"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":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[5,0,0,0,0,0]}],"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":{"charges":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Shot","multipliers":[-18,0,0,0,0,0]}],"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":[],"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.","base_abil":0,"parents":[19,18,14,54],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{"knockback":0.5},"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}]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Shot","multipliers":[3,0,0,0,0,0],"behavior":"modify"}],"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,17],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Shot":4}}],"id":46},{"display_name":"Cheaper Arrow Storm II","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":"+15% Critical Hit Damage","parents":[20,49,23],"archetype":"Sharpshooter","dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":15}]}],"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 II","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":{"range":8},"effects":[],"id":52},{"display_name":"Cheaper Arrow Bomb II","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[25,28,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":39,"col":4,"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,14],"archetype_req":3,"req_archetype":"Trapper","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","archetype_req":2,"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 4+ 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":[15],"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":[0]}],"id":62},{"display_name":"More Focus II","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[53,26,30],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":41,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[0]}],"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 +100%)","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":100},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Patient Hunter Damage Bonus","slider_max":100,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[1]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Increase Patient Hunter's damage gain per second by +10% and add increase its Max Damage by +100%","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[27],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":6,"icon":"node_0"},"properties":{"max":100},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Patient Hunter Damage Bonus","slider_max":100,"scaling":[1]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +5% Walk Speed (Max 120%). 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":[5],"max":120}],"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":{"range":16},"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":12}}]},{"type":"add_spell_prop","base_spell":1,"cost":-5}],"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","multipliers":[150,0,0,0,0,100]}],"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":2,"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_warrior"},"properties":{"aoe":4,"range":3,"hits":1},"effects":[{"type":"replace_spell","name":"Bash","cost":40,"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":"0.hits"}}]}],"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":"add_spell_prop","base_spell":0,"target_part":"Melee","multipliers":[5,0,0,0,0,0]}],"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,"hits":1},"effects":[{"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_warrior"},"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":{"range":4,"angle":40},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[120,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},{"type":"raw_stat","bonuses":[{"type":"stat","name":"damRaw","value":5}]}],"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_warrior"},"properties":{"aoe":3,"range":5.5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":40,"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_warrior"},"properties":{"duration":30,"aoe":12,"defense_bonus":20},"effects":[{"type":"replace_spell","name":"War Scream","cost":30,"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,"hits":2},"effects":[{"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.","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":1.5,"angle":10},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-5,"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":[100,0,0,0,0,20]},{"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","multipliers":[30,0,0,0,0,30]},{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","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 1 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":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","archetype":"Battle Monk","base_abil":10,"parents":[18],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":4,"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]},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Air Shout":1}}],"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. (25s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"duration":0.25,"charges":3},"effects":[{"type":"raw_stat","toggle":"Activate Mantle","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":"add_spell_prop","base_spell":0,"target_part":"Melee","multipliers":[5,0,0,0,0,0]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23,22],"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 8s (10s cooldown). 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":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","parents":[28,27],"dependencies":[],"blockers":[],"cost":2,"display":{"row":18,"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":30},{"display_name":"Enraged Blow","desc":"While Corrupted, every 1% of Health you lose will increase your damage by +1.5% (Max 80%)","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"},"max":80,"scaling":[1.5]}],"id":31},{"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,33],"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":32},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists. Reduce its cooldown by 5s.","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[34,32],"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":33},{"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":[33,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":34},{"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":[31,36],"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":35},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its duration and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[35,32],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"duration","value":15}]}],"id":36},{"display_name":"Precise Strikes","desc":"+15% Critical Hit Damage","parents":[26,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":15}]}],"id":37},{"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":[59,39],"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":38},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[38,34],"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":39},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 5% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[36,35],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":40},{"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":[36],"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":41},{"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":[59,38],"dependencies":[32],"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":42},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[38,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":43},{"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":[35,45],"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":44},{"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":[46,44],"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":45},{"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":6,"base_abil":8,"parents":[59,45],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_3"},"properties":{"range":1},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[-20,0,0,0,0,30]}],"id":46},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[43],"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":47},{"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":[44,45],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":8},"effects":[{"type":"raw_stat","toggle":"Activate Armour Breaker","bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":48},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":30,"parents":[33,32],"dependencies":[30],"blockers":[],"cost":1,"display":{"row":21,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":30,"name":"chance","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":[47,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":[70,0,30,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":[47],"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":[40,0,20,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":7,"base_abil":25,"parents":[53,44],"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,46],"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 +4% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{"cooldown":2},"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":15,"multipliers":[150,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":3,"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 I","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[33,32,38],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Cheaper War Scream II","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":60},{"display_name":"Better Enraged Blow","desc":"Increases the cap of Enraged Blow by +60%.","base_abil":25,"parents":[60],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":32,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"max":-80,"scaling":[-1.5]},{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"max":140,"scaling":[1.5]}],"id":61},{"display_name":"Discombobulate","desc":"Damaging enemies will inflict them with +5 Discombobulated. (Max 100) You will deal +1 neutral and elemental damage to enemies for every Discombobulated they have. -5 of the bonus decays every second.","archetype":"Battle Monk","archetype_req":11,"parents":[64],"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":20,"output":[{"type":"stat","name":"nDamAddMin"},{"type":"stat","name":"nDamAddMax"},{"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":[5],"max":100}],"id":62},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.","archetype":"Battle Monk","archetype_req":8,"parents":[64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[0,0,25,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":63},{"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":64},{"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":65},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.4% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[60],"dependencies":[],"blockers":[],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{"health_cost":0.4},"effects":[],"id":66},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[66,68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Brink","bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":67},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[65,67],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":68},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[65],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":69},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.25% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":66,"parents":[66],"dependencies":[66],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":66,"name":"health_cost","value":-0.25}]}],"id":70}],"Mage":[{"display_name":"Meteor","desc":"Summons a slow but powerful meteor from the sky, dealing massive damage over a large area.","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_mage"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":50,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1,"Breathless Damage":1}}]}],"id":0},{"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":1},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":2},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":3},{"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":[5],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":4},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_mage"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":5},{"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","parents":[5],"dependencies":[],"blockers":[4],"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":6},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you can't heal more than 30% of their max health)","parents":[4,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_mage"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.15}]}],"id":7},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":5,"parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":8},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[6,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_mage"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":30,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[7],"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":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[7,8],"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":11},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[8,11],"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":12},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[9],"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":13},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[9],"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":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":5,"parents":[10,16],"dependencies":[5],"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,11],"dependencies":[0],"blockers":[21],"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,"Breathless Damage":3}},{"type":"stat_scaling","slider":true,"slider_name":"Winded","behavior":"modify","output":{"type":"stat","name":"nConvBase:3.Breathless Damage"},"scaling":[-14]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","behavior":"modify","output":{"type":"stat","name":"eConvBase:3.Breathless Damage"},"scaling":[-6]}],"id":16},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil of fire on the ground that damages enemies every 0.4s.","base_abil":0,"parents":[13,14],"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":17},{"display_name":"Sunshower","desc":"Heal emits a strong light, damaging nearby enemies.","archetype":"Light Bender","base_abil":7,"parents":[12],"dependencies":[7],"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":18},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[17],"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":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 10, 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":[9],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"max":10},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:4.Ice Snake Damage"},"scaling":[10],"slider_step":1,"slider_max":10},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"wConvBase:4.Ice Snake Damage"},"scaling":[5]}],"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":[18],"dependencies":[],"blockers":[16,48],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200,"num_orbs":2},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[60,0,30,30,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":"21.num_orbs","Breathless Damage":"21.num_orbs"}}]},{"type":"add_spell_prop","base_spell":3,"cost":30},{"type":"stat_scaling","slider":true,"slider_name":"Winded","behavior":"modify","output":{"type":"stat","name":"nConvBase:3.Breathless Damage"},"scaling":[-18]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","behavior":"modify","output":{"type":"stat","name":"eConvBase:3.Breathless Damage"},"scaling":[-8]}],"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":[17],"dependencies":[],"blockers":[18,28,40],"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":7,"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":7,"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":9,"parents":[22,24],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake Damage","base_spell":4,"multipliers":[20,0,0,10,0,0]}],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a brief period of time.","base_abil":5,"parents":[23],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor and Ophanim 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.Breathless Damage"},"scaling":[21]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"eConvBase:3.Breathless Damage"},"scaling":[9]},{"type":"add_spell_prop","base_spell":3,"target_part":"Breathless Damage","multipliers":[0,0,0,0,0,0]}],"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":[7],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":7,"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":9,"parents":[26,31],"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":"Fortitude","desc":"Healing 120% of your max health within 10s will apply a damage bonus to every player you've healed. (15s Cooldown)","base_abil":7,"archetype":"Light Bender","archetype_req":2,"parents":[30,32],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":5},"effects":[],"id":31},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":5,"parents":[31,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will explode upon impact with enemies. (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":"Blink","desc":"Teleport will trigger 2 times in quick succession.","base_abil":5,"archetype":"Riftwalker","archetype_req":0,"parents":[31,30],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":5,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1,"Explosion Damage":1}}],"id":34},{"display_name":"Healthier Ophanim I","desc":"Increases the health of Ophanim's orbs by +800 and reduces the damage they take when attacking by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[31,32],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":9,"parents":[37,32,35],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake Damage","base_spell":4,"multipliers":[35,0,0,15,0,0]}],"id":36},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","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":37},{"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,39],"dependencies":[9,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"},{"type":"stat","name":"nConvBase:2.Explosion Damage"}],"scaling":[10]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"tConvBase:2.Wind Slash"},{"type":"stat","name":"tConvBase:2.Explosion Damage"}],"scaling":[3]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"aConvBase:2.Wind Slash"},{"type":"stat","name":"aConvBase:2.Explosion Damage"}],"scaling":[3]}],"id":38},{"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":7,"parents":[35,38,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"round":false,"inputs":[{"type":"stat","name":"wDamPct"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":39},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing your overall healing.","archetype":"Light Bender","archetype_req":5,"base_abil":7,"parents":[35,36,39],"dependencies":[7],"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":"Second and Third Pulses","power":0.2},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Second and Third Pulses":2}}],"id":40},{"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":[37,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":41},{"display_name":"Stronger Ophanim","desc":"Increase the damage of Ophanim.","base_abil":21,"parents":[40],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":24,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[20,0,0,0,0,10]}],"id":42},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to other nearby foes. (Max 10)","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[38,39],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":43},{"display_name":"Lightweaver","desc":"Healing 50% of your max health within 10s will summon a rotating orb that damages enemies upon contact. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{"range":7},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb DPS","parts":[{"name":"Single Orb","type":"damage","multipliers":[150,0,0,0,50,0]},{"name":"Orb DPS","type":"total","hits":{"Single Orb":1.5}}]}],"id":44},{"display_name":"Arcane Speed","desc":"You gain an 80% walk speed buff for 4s after casting Heal or Arcane Transfer. (8s cooldown)","base_abil":7,"archetype":"Arcanist","parents":[44,46],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":45},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[37,45],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Increase your maximum Winded by +10.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[43],"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":10}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":10}],"id":47},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[46,45],"dependencies":[0],"blockers":[21],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{"range":20},"effects":[],"id":48},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":9,"parents":[43,50],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":5,"parents":[49,51],"dependencies":[5],"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":50},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[50,44,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":51},{"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":[46],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":52},{"display_name":"Time Dilation","desc":"Creates an area of effect when sprinting that increases the walk speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[49],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":53},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":9,"archetype":"Riftwalker","archetype_req":7,"parents":[49,50,55],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake Damage","base_spell":4,"multipliers":[20,0,0,0,0,20]}],"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":[50,51,54],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":21,"name":"num_orbs","value":1}]}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies for 2s.","base_abil":9,"parents":[52],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Stronger Sunshower","desc":"Increase the damage of Sunshower.","base_abil":7,"parents":[54,55],"dependencies":[18],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[50,0,0,20,10,0]}],"id":57},{"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":58},{"display_name":"More Winded II","desc":"Increase your maximum Winded by +10.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[53,60],"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":10}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":10}],"id":59},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 40%)","parents":[59,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":40}],"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,60],"dependencies":[35],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"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":62},{"display_name":"Devitalize","desc":"Enemies will deal -0.5% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[59,60],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"defMult.Diffusion"},"scaling":[0.5]}],"id":63},{"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":[60,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":[-20,0,-5,-5,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":21,"name":"num_orbs","value":3}]}],"id":64},{"display_name":"Sunflare","desc":"Healing 300% of your max health within 10s will make your next heal give every nearby ally a temporary immunity buff. (20s Cooldown)","archetype":"Light Bender","archetype_req":11,"base_abil":7,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":65},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs from Lightweaver by +2.","archetype":"Light Bender","base_abil":44,"parents":[65],"dependencies":[44],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb DPS","base_spell":5,"hits":{"Single Orb":1}}],"id":66},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits. (Max 400)","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[62],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"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 external forces. All enemies will receive damage as if they had the amount of Winded you absorbed. (Max 60)","archetype":"Riftwalker","archetype_req":12,"parents":[59],"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":7,"parents":[68,70],"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},{"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":4,"parents":[69,67,65],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":70},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","base_abil":22,"parents":[67],"dependencies":[52],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":71}],"Assassin":[{"display_name":"Spin Attack","desc":"Slash rapidly around you, damaging enemies in a large area.","archetype":"","archetype_req":0,"parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_assassin"},"properties":{},"effects":[{"type":"replace_spell","name":"Spin Attack","cost":40,"base_spell":1,"spell_type":"damage","scaling":"spell","use_atkspd":true,"display":"Spin Attack","parts":[{"name":"Spin Attack","type":"damage","multipliers":[120,0,30,0,0,0]}]}],"id":0},{"display_name":"Dagger Proficiency I","desc":"Increase your speed by +5% and improve your Main Attack's damage when using a dagger.","archetype":"","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":5}]},{"type":"add_spell_prop","base_spell":0,"target_part":"Melee","multipliers":[5,0,0,0,0,0]}],"id":1},{"display_name":"Cheaper Spin Attack","desc":"Reduce the Mana cost of Spin Attack.","archetype":"","archetype_req":0,"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 Spin","desc":"Spin Attack will activate a second time with a larger area of effect.","archetype":"","archetype_req":0,"base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Spin Attack":2},"display":"Total Damage"},{"type":"add_spell_prop","base_spell":1,"target_part":"Spin Attack","behavior":"modify","multipliers":[-40,0,0,0,0,0]}],"id":3},{"display_name":"Poisoned Blade","desc":"For every 2% or 2 Raw Main Attack Damage you have from items, gain +5/3s Poison Damage (Max 50/3s). Your Main Attack gains additional range (+1 Block).","archetype":"Shadestepper","archetype_req":0,"parents":[5],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":7,"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":"poison"}],"scaling":[2.5,2.5],"max":50}],"id":4},{"display_name":"Dash","desc":"Dash in the direction you're facing.","archetype":"","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_assassin"},"properties":{},"effects":[{"type":"replace_spell","name":"Dash","cost":20,"base_spell":2,"display":"Total Damage","parts":[{"name":"None","type":"damage","multipliers":[0,0,0,0,0,0]}]}],"id":5},{"display_name":"Double Slice","desc":"Your Main Attack will attack twice, but deal -40% damage per hit.","archetype":"Acrobat","archetype_req":0,"base_abil":999,"parents":[5],"dependencies":[],"blockers":[4],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Melee","multipliers":[-40,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"display":"Total Damage","target_part":"Total Damage","hits":{"Melee":2}}],"id":6},{"display_name":"Smoke Bomb","desc":"Throw a bomb that slowly emits smoke, damaging all enemies in it every 0.5s.","archetype":"","archetype_req":0,"parents":[4,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_assassin"},"properties":{},"effects":[{"type":"replace_spell","name":"Smoke Bomb","cost":35,"base_spell":4,"display":"Total Damage","parts":[{"name":"Per Tick","type":"damage","multipliers":[25,5,0,0,0,5]},{"name":"Per Bomb","type":"total","hits":{"Per Tick":10}},{"name":"Total Damage","type":"total","hits":{"Per Bomb":1}}]}],"id":7},{"display_name":"Cheaper Dash","desc":"Reduce the Mana cost of Dash","base_abil":5,"parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":8},{"display_name":"Multihit","desc":"Unleash a rapid flurry of 8 hits to enemies facing you, dealing overwhelming damage","parents":[6,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_assassin"},"properties":{},"effects":[{"type":"replace_spell","name":"Multihit","cost":40,"base_spell":3,"display":"Total Damage","parts":[{"name":"Per Hit","multipliers":[30,0,0,10,0,0]},{"name":"Total Damage","type":"total","hits":{"Per Hit":8}}]}],"id":9},{"display_name":"Earth Mastery","desc":"Increases base damage from all Earth attacks","archetype":"Shadestepper","archetype_req":0,"base_abil":998,"parents":[7,11],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"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":10},{"display_name":"Thunder Mastery","desc":"Increases base damage from all Thunder attacks","archetype":"Shadestepper","archetype_req":0,"base_abil":998,"parents":[10,7],"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":11},{"display_name":"Fire Mastery","desc":"Increases base damage from all Fire attacks","archetype":"Trickster","base_abil":998,"parents":[8,13],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"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":12},{"display_name":"Water Mastery","desc":"Increases base damage from all Water attacks","archetype":"Acrobat","base_abil":998,"parents":[8,9,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"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","desc":"Increases base damage from all Air attacks","archetype":"Acrobat","archetype_req":0,"base_abil":998,"parents":[13,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"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":"Backstab","desc":"Multihit will deal a single devastating hit. If you strike the enemy from behind, deal double damage","archetype":"Shadestepper","archetype_req":2,"base_abil":9,"parents":[10,11],"dependencies":[9],"blockers":[40,16],"cost":2,"display":{"row":15,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Backstab","base_spell":3,"display":"Backstab Damage","parts":[{"name":"Backstab Damage","type":"damage","multipliers":[200,50,0,0,0,0]}]},{"type":"raw_stat","toggle":"Activate Backstab","bonuses":[{"type":"stat","name":"damMult.Backstab:3.Backstab Damage","value":100}]},{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":15},{"display_name":"Fatality","desc":"Multihit will deal an additional final slash","archetype":"","archetype_req":0,"base_abil":9,"parents":[13,14],"dependencies":[9],"blockers":[15],"cost":2,"display":{"row":15,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fatality","multipliers":[100,0,0,0,0,50]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fatality":1}}],"id":16},{"display_name":"Vanish","desc":"Dash will vanish you into the shadows and make you invisible to enemies (5s Cooldown). You cannot heal or gain mana while in that state (Attack or get hit to cancel)","archetype":"","archetype_req":0,"base_abil":5,"parents":[15,18],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":16,"col":2,"icon":"node_2"},"properties":{"duration":5,"cooldown":5},"effects":[],"id":17},{"display_name":"Sticky Bomb","desc":"Smoke Bomb will stick to enemies and deal additional damage","archetype":"Trickster","archetype_req":0,"base_abil":7,"parents":[17,12],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Per Tick","multipliers":[0,0,0,0,10,0]}],"id":18},{"display_name":"Righting Reflex","desc":"When you hold shift while airborne, slowly glide and become immune to fall damage (Max 5s)","archetype":"Acrobat","archetype_req":0,"parents":[16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":19},{"display_name":"Surprise Strike","desc":"While using Vanish, your next attack will deal +80% more damage for a single hit only","archetype":"Shadestepper","archetype_req":3,"base_abil":5,"parents":[17],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":19,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Surprise Strike","bonuses":[{"type":"stat","name":"damMult.SurpriseStrike","value":80}]}],"id":20},{"display_name":"Mirror Image","desc":"After leaving Vanish, summon 3 Clones that will follow you and protect you (15s Cooldown). When hit, gain a chance to take 80% less damage and lose 1 Clone.","archetype":"Trickster","archetype_req":2,"parents":[18],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{"clone":3},"effects":[{"type":"raw_stat","toggle":"Activate Clones","bonuses":[{"type":"stat","name":"defMult.Clone","value":60}]}],"id":21},{"display_name":"Lacerate","desc":"Spin Attack will lunge you forward, deal 3 strikes and lunge you forward again.","archetype":"Acrobat","archetype_req":2,"base_abil":0,"parents":[16],"dependencies":[],"blockers":[42],"cost":2,"display":{"row":19,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lacerate","base_spell":1,"display":"Total Damage","parts":[{"name":"Per Hit","type":"damage","multipliers":[60,0,0,10,0,20]},{"name":"Total Damage","type":"total","hits":{"Per Hit":3}}]}],"id":22},{"display_name":"Silent Killer","desc":"After killing an enemy, reset Vanish's cooldown","archetype":"","archetype_req":0,"base_abil":5,"parents":[20],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":20,"col":1,"icon":"node_2"},"properties":{},"effects":[],"id":23},{"display_name":"Shenanigans","desc":"For every 2% Stealing you have from items, gain +1/3s Mana Steal (Max 8/3s)","archetype":"Trickster","archetype_req":0,"parents":[21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"eSteal"}],"output":[{"type":"stat","name":"ms"}],"scaling":[0.5],"max":8}],"id":24},{"display_name":"Wall of Smoke","desc":"Smoke Bomb will throw +2 bombs, damaging more often in a larger area","archetype":"","archetype_req":0,"base_abil":7,"parents":[22],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Per Bomb":2}},{"type":"add_spell_prop","base_spell":4,"target_part":"Per Tick","multipliers":[-10,0,0,0,0,0]}],"id":25},{"display_name":"Better Smoke Bomb","desc":"Increase the range and area of effect of Smoke Bomb","archetype":"","archetype_req":0,"base_abil":7,"parents":[23,27],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":22,"col":0,"icon":"node_0"},"properties":{},"effects":[],"id":26},{"display_name":"Shadow Travel","desc":"Vanish will increase your speed by +120%","archetype":"Shadestepper","archetype_req":0,"base_abil":5,"parents":[26,23,28],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_1"},"properties":{},"effects":[],"id":27},{"display_name":"Cheaper Multihit","desc":"Reduce the Mana cost of Multihit","archetype":"","archetype_req":0,"base_abil":9,"parents":[24,27,29],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":22,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":28},{"display_name":"Dagger Proficiency II","desc":"Increase your Main Attack's range and add +5 raw damage to all attacks","archetype":"","archetype_req":0,"base_abil":999,"parents":[28,25],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"damRaw","value":5}]}],"id":29},{"display_name":"Last Laugh","desc":"When losing a Clone, it will cast Spin Attack before dying","archetype":"Trickster","archetype_req":3,"base_abil":5,"parents":[21],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":20,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":30},{"display_name":"Cheaper Smoke Bomb","desc":"Reduce the Mana cost of Smoke Bomb","archetype":"","archetype_req":0,"base_abil":7,"parents":[26,32],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":31},{"display_name":"Blazing Powder","desc":"Spin Attack will blind enemies and deal additional damage","archetype":"","archetype_req":0,"base_abil":0,"parents":[31,27,28],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Per Hit","behavior":"modify","multipliers":[0,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Spin Attack","behavior":"modify","multipliers":[0,0,0,0,20,0]}],"id":32},{"display_name":"Weightless","desc":"When you hit an enemy while airborne, gain +0.7 Mana (1.25+ blocks off the ground to be airborne)","archetype":"Acrobat","archetype_req":3,"parents":[28,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":33},{"display_name":"Black Hole","desc":"Smoke Bomb will pull nearby enemies","archetype":"","archetype_req":0,"base_abil":7,"parents":[31,32],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":34},{"display_name":"Sandbagging","desc":"Anytime you get hit for less than 5% of your max hp, reduce your abilities cooldown by -3s. (1s Cooldown)","archetype":"Trickster","archetype_req":0,"parents":[32,36],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":35},{"display_name":"Hop","desc":"When you double tap jump, leap forward. (2s Cooldown)","archetype":"Acrobat","archetype_req":0,"parents":[35,33],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":6,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":36},{"display_name":"Dancing Blade","desc":"Deal damage to mobs you Dash through","archetype":"Acrobat","archetype_req":0,"base_abil":5,"parents":[44,43],"dependencies":[5],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Dancing Blade","multipliers":[70,0,0,0,0,10],"display":"Dancing Blade"}],"id":37},{"display_name":"Violent Vortex","desc":"If you deal more damage than 1.5x of your max health in a single hit, deal 30% of the damage to other nearby enemies","archetype":"Shadestepper","archetype_req":0,"parents":[31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":0,"icon":"node_1"},"properties":{"range":10,"cooldown":2},"effects":[{"type":"replace_spell","name":"Violent Vortex","base_spell":5,"display":"Total Damage","parts":[{"name":"Total Damage","type":"damage","multipliers":[0,0,0,0,0,0]}]}],"id":38},{"display_name":"Delirious Gas","desc":"While inside Smoke Bomb, increase your damage by +40% and gain Lure for 20s","archetype":"Trickster","archetype_req":4,"base_abil":7,"parents":[35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Delirious Gas","bonuses":[{"type":"stat","name":"damMult.DeliriousGas","value":40}]}],"id":39},{"display_name":"Stronger Multihit","desc":"Increases Multihit's amount of hits by +3","base_abil":9,"parents":[35,36],"dependencies":[],"blockers":[15],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Per Hit":3}}],"id":40},{"display_name":"Marked","desc":"Smoke Bomb will add +1 Mark to enemies it hits. (Max 4, 0.4s Cooldown) Marked enemies will take +8% damage for each mark they have.","archetype":"Shadestepper","archetype_req":5,"parents":[38],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":1,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Marked","slider_step":1,"slider_max":4,"output":[{"type":"stat","name":"damMult.Marked"}],"scaling":[6]}],"id":41},{"display_name":"Echo","desc":"Your Clones will mimic your spells and abilities. While they are active, deal -60% damage.","archetype":"Trickster","archetype_req":6,"base_abil":21,"parents":[35,43],"dependencies":[21],"blockers":[22],"cost":2,"display":{"row":28,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Clones","bonuses":[{"type":"stat","name":"damMult.Echo","value":-60}]},{"type":"add_spell_prop","base_spell":8,"behavior":"modify","target_part":"Slash Damage","multipliers":[690,0,0,110,0,0]},{"type":"stat_scaling","slider":true,"slider_name":"Spell Copies","slider_step":1,"slider_max":3,"output":[{"type":"stat","name":"damMult.EchoCast"}],"scaling":[100]}],"id":42},{"display_name":"Shurikens","desc":"After using Dash, your next Main Attack will throw 3 shurikens","archetype":"Acrobat","archetype_req":0,"base_abil":5,"parents":[42,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":6,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Shurikens","base_spell":6,"display":"Total Damage","parts":[{"name":"Per Shuriken","type":"damage","multipliers":[100,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Per Shuriken":3}}]}],"id":43},{"display_name":"Far Reach","desc":"Increase the range of Multihit","archetype":"","archetype_req":0,"base_abil":9,"parents":[76,43],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":44},{"display_name":"Psithurism","desc":"Increase your Walk Speed by +20% and your Jump Height by +1","archetype":"","archetype_req":0,"parents":[25],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20},{"type":"stat","name":"jh","value":1}]}],"id":45},{"display_name":"Ambush","desc":"Increase Surprise Strike's damage by +40%","base_abil":5,"parents":[41],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Surprise Strike","bonuses":[{"type":"stat","name":"damMult.SurpriseStrike","value":40}]}],"id":46},{"display_name":"Cheaper Dash II","desc":"Reduce the Mana cost of Dash","base_abil":5,"parents":[42,50],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":47},{"display_name":"Parry","desc":"After dodging damage, if you cast a spell within 1.5s, it will be free. (3s Cooldown)","archetype":"Acrobat","archetype_req":5,"parents":[49],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":6,"icon":"node_2"},"properties":{},"effects":[],"id":48},{"display_name":"Cheaper Spin Attack 2","desc":"Reduce the Mana cost of Spin Attack","archetype":"","archetype_req":0,"base_abil":0,"parents":[44,48],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":49},{"display_name":"Death Magnet","desc":"After leaving Vanish, pull all nearby Marked mobs towards you","archetype":"Shadestepper","archetype_req":0,"base_abil":5,"parents":[41,47],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_1"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Multihit II","desc":"Reduce the Mana cost of Multihit","base_abil":9,"parents":[50,73,52],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":51},{"display_name":"Hoodwink","desc":"When hitting enemies with Spin Attack, shorten the duration of your negative effects by 30% and transfer it onto enemies Lure can be transferred to the feeble minded. (Bosses and special enemies are immune)","archetype":"Trickster","archetype_req":1,"base_abil":0,"parents":[51,47,53],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":33,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":52},{"display_name":"Choke Bomb","desc":"Smoke Bomb will slow down enemies while in the smoke","archetype":"Trickster","archetype_req":0,"base_abil":7,"parents":[52,54,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":33,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":53},{"display_name":"Wall Jump","desc":"Reduce Hop's cooldown by 1s. When you Hop into a wall, bounce backward. (Hold shift to cancel)","archetype":"Acrobat","archetype_req":5,"parents":[53,49],"dependencies":[36],"blockers":[],"cost":2,"display":{"row":33,"col":8,"icon":"node_1"},"properties":{},"effects":[],"id":54},{"display_name":"Fatal Spin","desc":"Spin Attack will add +1 Mark to all enemies it hits and gain additional area of effect","archetype":"Shadestepper","archetype_req":8,"base_abil":0,"parents":[73,51],"dependencies":[41],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Spin Attack","multipliers":[20,0,0,0,0,0]}],"id":55},{"display_name":"Stronger Lacerate","desc":"Lacerate will deal +1 slash","archetype":"Acrobat","base_abil":0,"parents":[53,54],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Per Hit":1}}],"id":56},{"display_name":"Stronger Vortex","desc":"If you deal more damage than 2.5x of your max health in a single hit, deal 60% of the damage to other nearby enemies","archetype":"Shadestepper","archetype_req":4,"parents":[55],"dependencies":[38],"blockers":[],"cost":1,"display":{"row":35,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"replace_spell","name":"Violent Vortex","base_spell":5,"display":"Total Damage","parts":[{"name":"Total Damage","type":"damage","multipliers":[0,0,0,0,0,0]}]}],"id":57},{"display_name":"Harvester","desc":"After killing an enemy, gain +5 Mana for each leftover Marks it had","archetype":"Shadestepper","archetype_req":0,"parents":[55,59],"dependencies":[41],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_2"},"properties":{},"effects":[],"id":58},{"display_name":"Cheaper Smoke Bomb 2","desc":"Reduce the Mana cost of Smoke Bomb","archetype":"","archetype_req":0,"base_abil":7,"parents":[58,52,60],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":37,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Blade Fury","desc":"Multihit will be easier to aim and enemies hit will stay locked in front of you","archetype":"Acrobat","archetype_req":0,"base_abil":9,"parents":[56,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Hit","multipliers":[0,0,15,0,0,0]}],"id":60},{"display_name":"More Marks","desc":"Add +2 max Marks","archetype":"Shadestepper","archetype_req":0,"base_abil":41,"parents":[58,59],"dependencies":[41],"blockers":[],"cost":1,"display":{"row":38,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Marked","slider_max":2}],"id":61},{"display_name":"Stronger Clones","desc":"Improve your damage while your Clones are active by +15%","archetype":"Trickster","archetype_req":7,"base_abil":21,"parents":[59,60],"dependencies":[42],"blockers":[],"cost":2,"display":{"row":38,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Clones","bonuses":[{"type":"stat","name":"damMult.Echo","value":15}]}],"id":62},{"display_name":"Ricochets","desc":"When hitting an enemy with your Shurikens, they will bounce to the nearest enemy","archetype":"Acrobat","archetype_req":6,"base_abil":5,"parents":[60],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Satsujin","desc":"If an enemy has 3 Marks, your next Multihit or Damaging Powder Special will deal double damage. (20s Cooldown, per enemy)","archetype":"Shadestepper","archetype_req":13,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":1,"icon":"node_3"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Satsujin","bonuses":[{"type":"stat","name":"damMult.Satsujin:3.Backstab Damage","value":100},{"type":"stat","name":"damMult.Satsujin:3.Per Hit","value":100},{"type":"stat","name":"damMult.Satsujin:3.Fatality","value":100},{"type":"stat","name":"damMult.Satsujin:0.Powder Special","value":100}]}],"id":64},{"display_name":"Forbidden Art","desc":"Summon +3 additional Clones. (+15s Cooldown)","archetype":"Trickster","archetype_req":8,"base_abil":21,"parents":[59],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":39,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Spell Copies","slider_max":3}],"id":65},{"display_name":"Diversion","desc":"Grant allies within 15 blocks +15% Overhealth whenever you hit a Lured enemy. (6.5s Cooldown)\nThe bonus health decays over 10s.","archetype":"Trickster","archetype_req":12,"base_abil":7,"parents":[65],"dependencies":[39],"blockers":[],"cost":2,"display":{"row":40,"col":5,"icon":"node_3"},"properties":{},"effects":[],"id":66},{"display_name":"Jasmine Bloom","desc":"After spending 40 Mana, bloom an area under you that damages enemies below it every 0.3s. After every bloom, reset the duration and increase the radius (Max 10 Blocks)","archetype":"Acrobat","archetype_req":12,"parents":[60],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Jasmine Bloom","base_spell":7,"display":"DPS","parts":[{"name":"Per Hit","multipliers":[60,5,0,15,0,0]},{"name":"DPS","hits":{"Per Hit":3.333333333}}]}],"id":67},{"display_name":"Better Ricochets","desc":"Add +1 Max Bounce to Ricochets","archetype":"","archetype_req":0,"base_abil":5,"parents":[67],"dependencies":[63],"blockers":[],"cost":1,"display":{"row":40,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":68},{"display_name":"Devour","desc":"Harvester will give +5 Mana","archetype":"","archetype_req":0,"parents":[64],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":41,"col":0,"icon":"node_0"},"properties":{},"effects":[],"id":69},{"display_name":"Better Marked","desc":"Increase Marked's damage bonus by +4%","archetype":"","archetype_req":0,"base_abil":41,"parents":[64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":41,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Marked","output":[{"type":"stat","name":"damMult.Marked"}],"scaling":[4]}],"id":70},{"display_name":"Bamboozle","desc":"When Clones are active, casting Multihit while holding shift will instead slay 1 Clone and teleport you forwards with a brutal fiery slash","archetype":"Trickster","archetype_req":0,"base_abil":9,"parents":[28,27],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":23,"col":4,"icon":"node_2"},"effects":[{"type":"replace_spell","name":"Bamboozle","base_spell":8,"display":"Slash Damage","parts":[{"name":"Slash Damage","multipliers":[360,0,0,40,0,0]}]}],"id":71},{"display_name":"Distraction","desc":"When hitting enemies, reduce their damage by -0.1% per hit. (Max -15%) The damage debuff decays at -0.3% per second.","archetype":"Trickster","archetype_req":0,"parents":[28,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Distraction Hits","output":{"type":"stat","name":"defMult.Diffusion"},"scaling":[0.1],"slider_step":1,"slider_max":150}],"id":72},{"display_name":"Nightcloak Knife","desc":"If cast while in Vanish, Spin Attack will consume all Marks from nearby enemies to summon the Nightcloak Knife.\n The Knife will mimic your attacks on enemies within 6 blocks of you, dealing 4% of your damage for every 1 Mark consumed. (Max 10 Marks)\n The Knife will vanish after 8s","archetype":"Shadestepper","archetype_req":0,"parents":[51,46],"dependencies":[41],"blockers":[],"cost":2,"display":{"row":33,"col":0,"icon":"node_2"},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Marks Absorbed","slider_max":10,"output":[{"type":"stat","name":"damMult.Nightcloak"}],"scaling":[4]}],"id":73},{"display_name":"Pirouette","desc":"When hitting an enemy with Dancing Blade, you will deal extra damage and vault upwards, resetting Dash as if you touched the ground.","base_abil":5,"parents":[56,53,52],"dependencies":[37],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Dancing Blade","multipliers":[30,0,0,0,0,10],"display":"Dancing Blade"}],"id":74},{"display_name":"Dissolution","desc":"When entering Vanish, become immune to knockback and gain resistance for a brief moment.","archetype":"Shadestepper","archetype_req":2,"base_abil":17,"parents":[51,52],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":34,"col":3,"icon":"node_0"},"effects":[{"type":"raw_stat","toggle":"Activate Dissolution","bonuses":[{"type":"stat","name":"defMult.Dissolution","value":40}]}],"id":75},{"display_name":"Flow State","desc":"Landing 60 hits without stopping for over 2s will greatly increase your damage for a short time. (10s Cooldown)","archetype":"Acrobat","archetype_req":5,"parents":[33],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":8,"icon":"node_3"},"effects":[{"type":"raw_stat","toggle":"Flow State","bonuses":[{"type":"stat","name":"damMult.FlowState","value":50}]}],"id":76},{"display_name":"Even Stronger Clones","desc":"Improves your damage by +10% while your Clones are active.","archetype":"Trickster","archetype_req":0,"base_abil":21,"parents":[66],"dependencies":[42],"blockers":[],"cost":1,"display":{"row":41,"col":4,"icon":"node_0"},"effects":[{"type":"raw_stat","toggle":"Activate Clones","bonuses":[{"type":"stat","name":"damMult.Echo","value":10}]}],"id":77}],"Shaman":[{"display_name":"Totem","desc":"Summon a totem that damages enemies around it every 0.4s.","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_shaman"},"properties":{"duration":30,"rate":0.4,"aoe":8,"totem_mul":2.5},"effects":[{"type":"replace_spell","name":"Totem","cost":30,"base_spell":1,"display":"Tick DPS","parts":[{"name":"Tick Damage","multipliers":[6,0,0,0,0,6]},{"name":"Tick DPS","hits":{"Tick Damage":"0.totem_mul"}},{"name":"Heal Rate","hits":{"Heal Tick":"0.totem_mul"}}]}],"id":0},{"display_name":"Relik Proficiency 1","desc":"Double your Main Attack's beam speed and increase your damage when using a reik.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"replace_spell","name":"Relik Melee","base_spell":0,"spell_type":"damage","scaling":"melee","use_atkspd":false,"display":"Total","parts":[{"name":"Single Beam","multipliers":[35,0,0,0,0,0]},{"name":"Total","hits":{"Single Beam":3}}]}],"id":1},{"display_name":"Cheaper Totem I","desc":"Reduce the Mana cost of Totem.","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Totemic Smash","desc":"Your Totem will deal damage where it lands.","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"aoe":3.5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Smash Damage","multipliers":[100,0,0,0,30,0]}],"id":3},{"display_name":"Distant Grasp","desc":"Reduce your Main Attack's spread, and increase its beam speed by +33%.","base_abil":999,"archetype":"Summoner","parents":[5],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[],"id":4},{"display_name":"Haul","desc":"Leap towards your Totem.","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_shaman"},"properties":{},"effects":[{"type":"replace_spell","name":"Haul","cost":15,"base_spell":2,"display":"","parts":[]}],"id":5},{"display_name":"Hand of the Shaman","desc":"Your Main Attack will throw +2 beams.","base_abil":999,"archetype":"Acolyte","parents":[5],"dependencies":[],"blockers":[4],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"replace_spell","name":"Relik Melee","base_spell":0,"spell_type":"damage","scaling":"melee","use_atkspd":false,"display":"Total","parts":[{"name":"Single Beam","multipliers":[34,0,0,0,0,0]},{"name":"Total","hits":{"Single Beam":5}}]}],"id":6},{"display_name":"Uproot","desc":"Throw a rapid projectile that will explode and knock enemies away. (Hold shift to pull instead)","parents":[4,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_shaman"},"properties":{"range":18,"aoe":5},"effects":[{"type":"replace_spell","name":"Uproot","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Single Hit","multipliers":[80,30,20,0,0,0]},{"name":"Total Damage","hits":{"Single Hit":1}}]}],"id":7},{"display_name":"Cheaper Haul I","desc":"Reduce the Mana cost of Haul.","base_abil":5,"parents":[7,9],"dependencies":[5],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":8},{"display_name":"Aura","desc":"Emit an aura from your Totem that damages enemies.","parents":[6,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_shaman"},"properties":{"range":16,"num_totems":1},"effects":[{"type":"replace_spell","name":"Aura","cost":40,"base_spell":3,"display":"First Wave","parts":[{"name":"Single Wave","multipliers":[150,0,0,30,0,0]},{"name":"First Wave","hits":{"Single Wave":"9.num_totems"}},{"name":"First Wave Heal","hits":{"Heal Amount":"9.num_totems"}}]}],"id":9},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks.","archetype":"Summoner","parents":[7],"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":10},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases your base damage from all Air attacks.","archetype":"Summoner","parents":[10,7,8,13],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"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":11},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks.","archetype":"Ritualist","parents":[8,11,13],"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":12},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks.","archetype":"Acolyte","parents":[11,8,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"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":13},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks.","archetype":"Acolyte","parents":[9],"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":14},{"display_name":"Nature's Jolt","desc":"When hitting the ground after using Haul, deal damage around you.","base_abil":5,"parents":[11,10],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":11,"col":1,"icon":"node_1"},"properties":{"aoe":3.5},"effects":[{"type":"add_spell_prop","target_part":"Nature's Jolt","base_spell":2,"multipliers":[90,30,0,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Nature's Jolt":1}}],"id":15},{"display_name":"Overseer","desc":"Increase Uproot's range, and if you hit your Totem with it, reset its duration.","base_abil":7,"archetype":"Summoner","parents":[15],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":13,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":7,"name":"range","value":6}]}],"id":16},{"display_name":"Rain Dance","desc":"While mid-air, your Totem will leave a streak of rain that damages enemies under it every 0.4s.","archetype":"Ritualist","base_abil":0,"parents":[12],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"aoe":2,"duration":6,"rate":0.4},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Rain Dance","multipliers":[30,0,0,30,0,0]}],"id":17},{"display_name":"Shocking Aura","desc":"Aura will travel at a much greater speed and deal additional damage.","base_abil":9,"archetype":"Acolyte","parents":[13,19],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Single Wave","multipliers":[0,0,20,0,0,0]}],"id":18},{"display_name":"Flaming Tongue","desc":"Uproot will not explode or knockback enemies, but will deal damage 3 times.","base_abil":7,"archetype":"Acolyte","parents":[14,18],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Hit","multipliers":[-15,-30,-15,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"convert_spell_conv","target_part":"all","base_spell":4,"conversion":"Fire"}],"id":19},{"display_name":"Puppet Master","desc":"Your Totem will summon 1 Puppet every 3s (Max 3). They throw knives at nearby enemies every 0.5s.","archetype":"Summoner","archetype_req":3,"parents":[16],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"duration":30,"range":16,"max_puppets":3,"attack_frequency":2},"effects":[{"type":"replace_spell","name":"Puppet Damage","base_spell":5,"scaling":"spell","display":"Max Puppet DPS","parts":[{"name":"Puppet Hit","multipliers":[12,3,0,0,0,3]},{"name":"Puppet DPS","hits":{"Puppet Hit":"20.attack_frequency"}},{"name":"Max Puppet DPS","hits":{"Puppet DPS":"20.max_puppets"}}]}],"id":20},{"display_name":"Mask of the Lunatic","desc":"When casting Uproot, instead wear the Mask of the Lunatic. While wearing this mask, gain damage bonus at the cost of less walk speed, and reduce the mana cost of Aura.","base_abil":7,"archetype":"Ritualist","archetype_req":2,"parents":[17],"dependencies":[7],"blockers":[66],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Switch Masks","base_spell":4,"parts":[],"display":""},{"type":"raw_stat","toggle":"Mask of the Lunatic","bonuses":[{"type":"stat","name":"damMult.Mask","value":35},{"type":"stat","name":"spd","value":-35},{"type":"stat","name":"spPct3Final","value":-30}]}],"id":21},{"display_name":"Sacrificial Shrine","desc":"Your Totem will siphon 2% of your health every 0.4s and transfer it into a Blood Pool. Aura will use 15% of your Blood Pool to deal +50% damage and heal all allies.","archetype":"Acolyte","archetype_req":3,"parents":[18,19],"dependencies":[0],"blockers":[42],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"blood_pool":30},"effects":[{"type":"raw_stat","toggle":"Activate Boosted Aura","bonuses":[{"type":"stat","name":"damMult.BloodPool:3.Single Wave","value":35}]},{"type":"add_spell_prop","base_spell":3,"target_part":"Heal Amount","power":0.15}],"id":22},{"display_name":"More Puppets I","desc":"Increase your Max Puppets by +1.","base_abil":20,"archetype":"Summoner","parents":[20],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":16,"col":0,"icon":"node_0"},"properties":{"max_puppets":1},"effects":[],"id":23},{"display_name":"Cheaper Uproot I","desc":"Reduce the Mana cost of Uproot.","base_abil":7,"parents":[21,25],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":17,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":24},{"display_name":"Rebound","desc":"Once Aura reaches its maximum range, it will bounce back and deal its effects a second time.","base_abil":9,"parents":[22,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Rebound Total Damage","hits":{"First Wave":2}},{"type":"add_spell_prop","base_spell":3,"target_part":"Rebound Total Heal","hits":{"First Wave Heal":2}}],"id":25},{"display_name":"Stagnation","desc":"Enemies hit by Nature's Jolt will be slowed down.","base_abil":7,"parents":[23,27],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Cheaper Aura I","desc":"Reduce the Mana cost of Aura.","base_abil":9,"parents":[26,24],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Better Totem","desc":"Increase your Totem's area of effect.","base_abil":0,"parents":[24,25],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":4}]}],"id":28},{"display_name":"Blood Connection","desc":"If you are outside your Totem's range, Haul will teleport you to it.","base_abil":5,"archetype":"Acolyte","parents":[25],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":18,"col":8,"icon":"node_1"},"properties":{},"effects":[],"id":29},{"display_name":"Exploding Puppets","desc":"When your Puppets have 3s duration left, they will run towards enemies at high speed to explode and deal damage.","base_abil":20,"archetype":"Summoner","parents":[26,27],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":20,"col":1,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","base_spell":5,"target_part":"Puppet Explosion","multipliers":[100,0,0,0,100,0]}],"id":30},{"display_name":"Hymn of Hate","desc":"When wearing the Mask of the Lunatic, killing an enemy with Aura will cast a new Aura dealing -70% damage at its location.","base_abil":9,"archetype":"Ritualist","parents":[24,32],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":20,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Hymn of Hate","hits":{"Single Wave":0.5}}],"id":31},{"display_name":"More Blood Pool I","desc":"Increase your maximum Blood pool by +30%.","archetype":"Acolyte","base_abil":22,"parents":[25,31],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":20,"col":7,"icon":"node_0"},"properties":{"blood_pool":30},"effects":[],"id":32},{"display_name":"Bullwhip","desc":"Hitting enemies with Uproot will make your Summons focus them and deal additional damage.","archetype":"Summoner","parents":[30],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":21,"col":0,"icon":"node_2"},"properties":{"duration":10},"effects":[{"type":"raw_stat","toggle":"Activate Bullwhip","bonuses":[{"type":"stat","name":"damMult.Bullwhip:5.Puppet Hit","value":15},{"type":"stat","name":"damMult.Bullwhip:7.Effigy Hit","value":20}]}],"id":33},{"display_name":"More Puppets II","desc":"Increase your Max Puppets by +2.","base_abil":20,"archetype":"Summoner","parents":[30],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":21,"col":2,"icon":"node_0"},"properties":{"max_puppets":2},"effects":[],"id":34},{"display_name":"Mask of the Fanatic","desc":"When casting Uproot, instead wear the Mask of the Fanatic. While wearing this mask, gain resistance at the cost of less damage bonus, and reduce the mana cost of Totem.","base_abil":7,"archetype":"Ritualist","archetype_req":3,"parents":[31,32,36],"dependencies":[],"blockers":[66],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Switch Masks","base_spell":4,"parts":[],"display":""},{"type":"raw_stat","toggle":"Mask of the Fanatic","bonuses":[{"type":"stat","name":"damMult.Mask","value":-20},{"type":"stat","name":"defMult.Mask","value":35},{"type":"stat","name":"spPct1Final","value":-65}]}],"id":35},{"display_name":"Vengeful Spirit","desc":"Your Totem will give damage bonus to yourself and allies standing inside its range.","base_abil":0,"archetype":"Acolyte","parents":[32,35],"dependencies":[],"blockers":[],"cost":2,"display":{"row":21,"col":8,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Masquerade","desc":"After switching from a Mask to another 2 times, gain 30 mana.","base_abil":7,"archetype":"Ritualist","parents":[35],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":22,"col":4,"icon":"node_1"},"properties":{"switch_count":2,"mana_gain":30},"effects":[],"id":37},{"display_name":"Double Totem","desc":"Increase your maximum Totem by +1 and reduce Totem and Aura's damage.","base_abil":0,"archetype":"Summoner","archetype_req":2,"parents":[33,39],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_1"},"properties":{"totem_mul":2.5},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":9,"name":"num_totems","value":1},{"type":"stat","name":"damMult.MultiTotem:3.Single Wave","value":-40},{"type":"stat","name":"damMult.MultiTotem:1.Tick Damage","value":-40},{"type":"stat","name":"healPct","value":-40}]}],"id":38},{"display_name":"Cheaper Totem II","desc":"Reduce the Mana cost of Totem.","base_abil":0,"parents":[34,38,40],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":23,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":39},{"display_name":"Storm Dance","desc":"Enemies hit by Aura will be pulled towards your totem.","base_abil":9,"archetype":"Ritualist","parents":[39,35,41],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Single Wave","multipliers":[0,0,0,0,0,30]}],"id":40},{"display_name":"Blood Moon","desc":"For every 1% Soul Point Regen you have from items, gain +5/3s Lifesteal (Max 1000/3s)","parents":[36,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":23,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spRegen"}],"output":{"type":"stat","name":"ls"},"scaling":[5],"max":1000}],"id":41},{"display_name":"Regeneration","desc":"Your Totem will heal yourself and allies standing in its range every 0.4s.","base_abil":0,"parents":[39,40],"dependencies":[],"blockers":[22],"cost":2,"display":{"row":24,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Tick","power":0.01,"display":"Heal Rate"}],"id":42},{"display_name":"Cheaper Haul II","desc":"Reduce the Mana cost of Haul.","base_abil":5,"parents":[40,41],"dependencies":[5],"blockers":[],"cost":1,"display":{"row":24,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":43},{"display_name":"Cheaper Aura II","desc":"Reduce the Mana cost of Aura.","base_abil":9,"parents":[38,39,45],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":26,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":44},{"display_name":"Seeking Totem","desc":"When wearing the Mask of the Fanatic, your Totem will move towards the nearest enemy outside of its range.","base_abil":0,"archetype":"Ritualist","parents":[40,39],"dependencies":[35],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":45},{"display_name":"Twisted Tether","desc":"When hitting an enemy with your Main Attack, use 1% from your Blood Pool and add Tether to them. Tethered enemies will take damage for every 2% Health you lose. (Max 20%)","archetype":"Acolyte","archetype_req":7,"parents":[40,41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Twisted Tether","base_spell":6,"scaling":"spell","display":"Tether Tick","parts":[{"name":"Tether Tick","multipliers":[25,0,0,0,0,10]},{"name":"Max Tether Damage","hits":{"Tether Tick":10}}]}],"id":46},{"display_name":"Stronger Totem","desc":"Increase Totem's damage.","base_abil":0,"parents":[44,45],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":27,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Tick Damage","multipliers":[4,0,0,0,0,0]}],"id":47},{"display_name":"Depersonalization","desc":"Masquerade will need -1 Mask switch to trigger. Reduce the mana given by -10.","archetype":"Ritualist","archetype_req":6,"base_abil":7,"parents":[45],"dependencies":[37],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":7,"name":"switch_count","value":-1},{"type":"prop","abil":7,"name":"mana_gain","value":-10}]}],"id":48},{"display_name":"Crimson Effigy","desc":"Hitting your Totem with Uproot will summon an Effigy that will attack enemies and push them towards your totem.","archetype":"Summoner","archetype_req":8,"parents":[44,50],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":28,"col":1,"icon":"node_3"},"properties":{"duration":60,"max_effigy":1,"attack_frequency":2},"effects":[{"type":"replace_spell","name":"Crimson Effigy","base_spell":7,"display":"Total Effigy DPS","parts":[{"name":"Effigy Hit","multipliers":[55,0,0,30,0,0]},{"name":"Single Effigy DPS","hits":{"Effigy Hit":"49.attack_frequency"}},{"name":"Total Effigy DPS","hits":{"Single Effigy DPS":"49.max_effigy"}}]}],"id":49},{"display_name":"Mask of the Coward","desc":"When casting Uproot, instead wear the Mask of the Coward. While wearing this mask, gain walk speed at the cost of less resistance, and reduce the mana cost of Haul.","base_abil":7,"archetype":"Ritualist","archetype_req":7,"parents":[45,49,51],"dependencies":[],"blockers":[66],"cost":2,"display":{"row":28,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Switch Masks","base_spell":4,"parts":[],"display":""},{"type":"raw_stat","toggle":"Mask of the Coward","bonuses":[{"type":"stat","name":"spd","value":80},{"type":"stat","name":"defMult.Mask","value":-20},{"type":"stat","name":"spPct2Final","value":-50}]}],"id":50},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage you have from items, buff Aura's healing power by +0.3%.","parents":[46,50,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDamPct"}],"output":{"type":"stat","name":"healPct:3.Heal Amount"},"scaling":[0.3]}],"id":51},{"display_name":"More Blood Pool II","desc":"Increase your maximum Blood pool by +30%.","archetype":"Acolyte","base_abil":22,"parents":[46,51],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":28,"col":8,"icon":"node_0"},"properties":{"blood_pool":30},"effects":[],"id":52},{"display_name":"Maddening Roots","desc":"Uproot will slow down enemies.","base_abil":7,"archetype":"Summoner","parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":29,"col":0,"icon":"node_1"},"properties":{"effects":40,"duration":3},"effects":[],"id":53},{"display_name":"Chant of the Coward","desc":"When switching to the Mask of the Coward, damage and knockback nearby enemies.","archetype":"Ritualist","archetype_req":7,"parents":[51,50],"dependencies":[50],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_1"},"properties":{"aoe":8},"effects":[{"type":"add_spell_prop","target_part":"Chant of the Coward","base_spell":4,"multipliers":[200,0,0,0,0,0],"display":"Chant of the Coward"}],"id":54},{"display_name":"Blood Rite","desc":"When yourself or an ally gets hit while standing in your Totem's range, add 35% of the damage taken into your Blood Pool. (Max 10%)","archetype":"Acolyte","archetype_req":9,"parents":[51,52],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":29,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"More Effigies","desc":"Increase your Max Effigies by +1.","archetype":"Summoner","archetype_req":8,"base_abil":49,"parents":[53],"dependencies":[49],"blockers":[],"cost":1,"display":{"row":31,"col":1,"icon":"node_0"},"properties":{"max_effigy":1},"effects":[{"type":"add_spell_prop","base_spell":7,"name":"Effigy Hit","multipliers":[-10,0,0,-10,0,0]}],"id":56},{"display_name":"Chant of the Fanatic","desc":"When switching to Mask of the Fanatic, temporarily give massive resistance to yourself and allies (8s cooldown).","base_abil":7,"archetype":"Ritualist","archetype_req":10,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Chant of the Fanatic","bonuses":[{"type":"stat","name":"defMult.Chant","value":70}]}],"id":57},{"display_name":"Stronger Tether","desc":"Increase Twisted Tether's damage.","archetype":"Acolyte","parents":[55],"dependencies":[46],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":6,"target_part":"Tether Tick","multipliers":[10,0,0,0,0,0]}],"id":58},{"display_name":"Triple Totem","desc":"Increase your maximum Totem by +1 and reduce Totem and Aura's damage.","base_abil":0,"archetype":"Summoner","archetype_req":2,"parents":[56,60],"dependencies":[38],"blockers":[],"cost":2,"display":{"row":32,"col":0,"icon":"node_1"},"properties":{"totem_mul":2.5},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":9,"name":"num_totems","value":1},{"type":"stat","name":"damMult.MultiTotem:3.Single Wave","value":-10},{"type":"stat","name":"damMult.MultiTotem:1.Tick Damage","value":-10},{"type":"stat","name":"healPct","value":-10}]}],"id":59},{"display_name":"Invigorating Wave","desc":"Aura will temporarily increase your Summon's attack speed by +30%. Players hit will gain +5 mana.","archetype":"Summoner","archetype_req":3,"parents":[56,59,61],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":32,"col":2,"icon":"node_2"},"properties":{"TODO":"Make this not multiply base damage...","duration":2.5},"effects":[{"type":"raw_stat","toggle":"Invigorate Puppets","bonuses":[{"type":"prop","abil":20,"name":"attack_frequency","value":0.6},{"type":"prop","abil":49,"name":"attack_frequency","value":0.6}]}],"id":60},{"display_name":"Mengdu","desc":"For every 1% Thorns you have from item IDs, gain +1% Water Damage. (Max 40%)","parents":[57,60],"dependencies":[],"blockers":[],"cost":1,"display":{"row":32,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"thorns"}],"output":{"type":"stat","name":"wDamPct"},"scaling":[1],"max":40}],"id":61},{"display_name":"Frog Dance","desc":"When wearing the Mask of the Coward, Haul will make you bounce off the ground 3 times at increasing speed and deal damage to nearby enemies.","archetype":"Ritualist","base_abil":5,"parents":[57],"dependencies":[50],"blockers":[],"cost":2,"display":{"row":33,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Hop Damage","multipliers":[90,0,0,30,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Total Damage","hits":{"Hop Damage":3},"display":"Total Damage"},{"type":"raw_stat","bonuses":[{"type":"stat","name":"damMult.Frog:2.Hop Damage","value":-100}]},{"type":"raw_stat","toggle":"Mask of the Coward","bonuses":[{"type":"stat","name":"damMult.Frog:2.Hop Damage","value":100}]}],"id":62},{"display_name":"More Blood Pool III","desc":"Increase your maximum Blood pool by +30%.","archetype":"Acolyte","base_abil":22,"parents":[58],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":33,"col":8,"icon":"node_0"},"properties":{"blood_pool":30},"effects":[],"id":63},{"display_name":"Shepherd","desc":"When you or your Summons kill an enemy, gain +1 Max Puppets for 15s. (Max +8)","archetype":"Summoner","archetype_req":12,"base_abil":20,"parents":[59,60],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Shepherd Kills","output":{"type":"prop","abil":20,"name":"max_puppets"},"scaling":[1],"slider_max":8}],"id":64},{"display_name":"Mask of the Awakened","desc":"After saving 200 Mana from your Masks' mana reductions, casting Uproot will make you wear the Mask of the Awakened for 20s, giving the power of all Masks at once without any downsides.","base_abil":7,"archetype":"Ritualist","archetype_req":12,"parents":[62,67],"dependencies":[7],"blockers":[66],"cost":2,"display":{"row":35,"col":5,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Switch Masks","base_spell":4,"parts":[],"display":""},{"type":"raw_stat","toggle":"Mask of the Awakened","bonuses":[{"type":"stat","name":"damMult.Mask","value":35},{"type":"stat","name":"defMult.Mask","value":35},{"type":"stat","name":"spd","value":80},{"type":"stat","name":"spPct1Final","value":-70},{"type":"stat","name":"spPct2Final","value":-50},{"type":"stat","name":"spPct3Final","value":-30}]}],"id":65},{"display_name":"Blood Sorrow","desc":"Uproot will use 70% of your Blood Pool to cast a destructive beam that damages enemies every 0.2s. You cannot attack while in that state. Yourself and allies will receive +2% health as extra overflowing health instead. Decay -1.5% of the bonus health every second.","base_abil":7,"archetype":"Acolyte","archetype_req":12,"parents":[63],"dependencies":[7],"blockers":[21,35,50,65],"cost":2,"display":{"row":34,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Blood Sorrow","base_spell":8,"display":"Beam DPS","parts":[{"name":"Beam Tick Damage","multipliers":[100,0,0,20,0,0]},{"name":"Beam DPS","hits":{"Beam Tick Damage":5}},{"name":"Total Damage","hits":{"Beam DPS":4}}]}],"id":66},{"display_name":"Cheaper Uproot II","desc":"Reduce the Mana cost of Uproot.","base_abil":7,"parents":[64,65],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":35,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":67}]} \ No newline at end of file +{"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_archer"},"properties":{"charges":2,"duration":60,"knockback":1.5},"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":"0.charges"}}]}],"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_archer"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":20,"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_archer"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":45,"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":[-10,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_archer"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":35,"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":6,"duration":60,"shots":8},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"DPS","parts":[{"name":"Single Shot","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Shot":"0.shots"},"display":false},{"name":"Single Volley","type":"total","hits":{"Single Shot":"0.charges"},"display":false},{"name":"DPS","type":"total","hits":{"Single Volley":2}},{"name":"Total Damage","type":"total","hits":{"Single Bow":"0.charges"}}]}],"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_1"},"properties":{"aoe":8,"duration":120},"effects":[],"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":[190,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":30},"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,54],"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":[220,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":[120,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Total Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Total Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep becomes much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14,54],"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 deal additional damage.","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":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[0,0,40,0,0,0]}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 0.5 Mana per second and 10 Mana when they explode.","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":0.5,"explosionMana":10},"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.","base_abil":1,"parents":[46,55],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Escape Artist Arrow","multipliers":[100,0,50,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Total Damage","hits":{"Escape Artist Arrow":1},"display":"Total Damage"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 4s or more, your next sucessful hit will deal +60% 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":[{"type":"raw_stat","toggle":"Initiator","bonuses":[{"type":"stat","name":"damMult.Initiator","value":60}]}],"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":"replace_spell","name":"Call of the Hound","base_spell":8,"display":"DPS","parts":[{"name":"Single Hit","multipliers":[40,0,0,0,0,0]},{"name":"DPS","hits":{"Single Hit":3.3333333333333}}]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 extra streams of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,46],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-3,0,-4,0,0,2]},{"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":[50,0,0,30,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Total Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":1,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5+ Focus, casting Arrow Storm while 4+ blocks above the ground cause you to levitate and shoot 20 homing arrows per second until you run out of Focus. While in this 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":[30,0,0,10,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 2 additional smaller bombs when exploding.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":2,"display":{"row":41,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[60,0,0,0,20,0]}],"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":[51],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":37,"col":7,"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,53],"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 +4 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":4,"shots":4},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Shot","multipliers":[2,0,0,0,5,0]}],"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":[27,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":39,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Trap Damage","cost":0,"multipliers":[-50,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-1},{"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":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[5,0,0,0,0,0]}],"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":{"charges":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Shot","multipliers":[-18,0,0,0,0,0]}],"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":[],"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.","base_abil":0,"parents":[19,18,14,54],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{"knockback":0.5},"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}]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Shot","multipliers":[3,0,0,0,0,0],"behavior":"modify"}],"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,17],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Shot":4}}],"id":46},{"display_name":"Cheaper Arrow Storm II","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":"+15% Critical Hit Damage","parents":[20,49,23],"archetype":"Sharpshooter","dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":15}]}],"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 II","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":{"range":8},"effects":[],"id":52},{"display_name":"Cheaper Arrow Bomb II","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[25,28,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":39,"col":4,"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,14],"archetype_req":3,"req_archetype":"Trapper","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","archetype_req":2,"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 4+ 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":[15],"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":[0]}],"id":62},{"display_name":"More Focus II","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[53,26,30],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":41,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[0]}],"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 +100%)","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":100},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Patient Hunter Damage Bonus","slider_max":100,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[1]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Increase Patient Hunter's damage gain per second by +10% and add increase its Max Damage by +100%","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[27],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":6,"icon":"node_0"},"properties":{"max":100},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Patient Hunter Damage Bonus","slider_max":100,"scaling":[1]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +5% Walk Speed (Max 120%). 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":[5],"max":120}],"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":{"range":16},"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":12}}]},{"type":"add_spell_prop","base_spell":1,"cost":-5}],"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","multipliers":[150,0,0,0,0,100]}],"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":2,"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_warrior"},"properties":{"aoe":4,"range":3,"hits":1},"effects":[{"type":"replace_spell","name":"Bash","cost":40,"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":"0.hits"}}]}],"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":"add_spell_prop","base_spell":0,"target_part":"Melee","multipliers":[5,0,0,0,0,0]}],"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,"hits":1},"effects":[{"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_warrior"},"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":{"range":4,"angle":40},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[120,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},{"type":"raw_stat","bonuses":[{"type":"stat","name":"damRaw","value":5}]}],"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_warrior"},"properties":{"aoe":3,"range":5.5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":40,"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_warrior"},"properties":{"duration":30,"aoe":12,"defense_bonus":20},"effects":[{"type":"replace_spell","name":"War Scream","cost":30,"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,"hits":2},"effects":[{"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.","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":1.5,"angle":10},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-5,"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":[100,0,0,0,0,20]},{"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","multipliers":[30,0,0,0,0,30]},{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","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 1 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":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","archetype":"Battle Monk","base_abil":10,"parents":[18],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":4,"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]},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Air Shout":1}}],"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. (25s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"duration":0.25,"charges":3},"effects":[{"type":"raw_stat","toggle":"Activate Mantle","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":"add_spell_prop","base_spell":0,"target_part":"Melee","multipliers":[5,0,0,0,0,0]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23,22],"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 8s (10s cooldown). 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":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","parents":[28,27],"dependencies":[],"blockers":[],"cost":2,"display":{"row":18,"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":30},{"display_name":"Enraged Blow","desc":"While Corrupted, every 1% of Health you lose will increase your damage by +1.5% (Max 80%)","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"},"max":80,"scaling":[1.5]}],"id":31},{"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,33],"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":32},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists. Reduce its cooldown by 5s.","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[34,32],"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":33},{"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":[33,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":34},{"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":[31,36],"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":35},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its duration and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[35,32],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"duration","value":15}]}],"id":36},{"display_name":"Precise Strikes","desc":"+15% Critical Hit Damage","parents":[26,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":15}]}],"id":37},{"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":[59,39],"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":38},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[38,34],"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":39},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 5% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[36,35],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":40},{"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":[36],"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":41},{"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":[59,38],"dependencies":[32],"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":42},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[38,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":43},{"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":[35,45],"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":44},{"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":[46,44],"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":45},{"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":6,"base_abil":8,"parents":[59,45],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_3"},"properties":{"range":1},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[-20,0,0,0,0,30]}],"id":46},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[43],"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":47},{"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":[44,45],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":8},"effects":[{"type":"raw_stat","toggle":"Activate Armour Breaker","bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":48},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":30,"parents":[33,32],"dependencies":[30],"blockers":[],"cost":1,"display":{"row":21,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":30,"name":"chance","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":[47,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":[70,0,30,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":[47],"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":[40,0,20,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":7,"base_abil":25,"parents":[53,44],"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,46],"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 +4% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{"cooldown":2},"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":15,"multipliers":[150,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":3,"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 I","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[33,32,38],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Cheaper War Scream II","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":60},{"display_name":"Better Enraged Blow","desc":"Increases the cap of Enraged Blow by +60%.","base_abil":25,"parents":[60],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":32,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"max":-80,"scaling":[-1.5]},{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"max":140,"scaling":[1.5]}],"id":61},{"display_name":"Discombobulate","desc":"Damaging enemies will inflict them with +5 Discombobulated. (Max 100) You will deal +1 neutral and elemental damage to enemies for every Discombobulated they have. -5 of the bonus decays every second.","archetype":"Battle Monk","archetype_req":11,"parents":[64],"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":20,"output":[{"type":"stat","name":"nDamAddMin"},{"type":"stat","name":"nDamAddMax"},{"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":[5],"max":100}],"id":62},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.","archetype":"Battle Monk","archetype_req":8,"parents":[64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[0,0,25,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":63},{"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":64},{"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":65},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.4% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[60],"dependencies":[],"blockers":[],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{"health_cost":0.4},"effects":[],"id":66},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[66,68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Brink","bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":67},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[65,67],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":68},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[65],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":69},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.25% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":66,"parents":[66],"dependencies":[66],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":66,"name":"health_cost","value":-0.25}]}],"id":70}],"Mage":[{"display_name":"Meteor","desc":"Summons a slow but powerful meteor from the sky, dealing massive damage over a large area.","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_mage"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":50,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1,"Breathless Damage":1}}]}],"id":0},{"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":1},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":2},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":3},{"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":[5],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":4},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_mage"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":5},{"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","parents":[5],"dependencies":[],"blockers":[4],"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":6},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you can't heal more than 30% of their max health)","parents":[4,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_mage"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.15}]}],"id":7},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":5,"parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":8},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[6,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_mage"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":30,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[7],"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":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[7,8],"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":11},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[8,11],"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":12},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[9],"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":13},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[9],"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":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":5,"parents":[10,16],"dependencies":[5],"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,11],"dependencies":[0],"blockers":[21],"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,"Breathless Damage":3}},{"type":"stat_scaling","slider":true,"slider_name":"Winded","behavior":"modify","output":{"type":"stat","name":"nConvBase:3.Breathless Damage"},"scaling":[-14]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","behavior":"modify","output":{"type":"stat","name":"eConvBase:3.Breathless Damage"},"scaling":[-6]}],"id":16},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil of fire on the ground that damages enemies every 0.4s.","base_abil":0,"parents":[13,14],"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":17},{"display_name":"Sunshower","desc":"Heal emits a strong light, damaging nearby enemies.","archetype":"Light Bender","base_abil":7,"parents":[12],"dependencies":[7],"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":18},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[17],"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":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 10, 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":[9],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"max":10},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:4.Ice Snake Damage"},"scaling":[10],"slider_step":1,"slider_max":10},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"wConvBase:4.Ice Snake Damage"},"scaling":[5]}],"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":[18],"dependencies":[],"blockers":[16,48],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200,"num_orbs":2},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[60,0,30,30,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":"21.num_orbs","Breathless Damage":"21.num_orbs"}}]},{"type":"add_spell_prop","base_spell":3,"cost":30},{"type":"stat_scaling","slider":true,"slider_name":"Winded","behavior":"modify","output":{"type":"stat","name":"nConvBase:3.Breathless Damage"},"scaling":[-18]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","behavior":"modify","output":{"type":"stat","name":"eConvBase:3.Breathless Damage"},"scaling":[-8]}],"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":[17],"dependencies":[],"blockers":[18,28,40],"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":7,"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":7,"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":9,"parents":[22,24],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake Damage","base_spell":4,"multipliers":[20,0,0,10,0,0]}],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a brief period of time.","base_abil":5,"parents":[23],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor and Ophanim 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.Breathless Damage"},"scaling":[21]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"eConvBase:3.Breathless Damage"},"scaling":[9]},{"type":"add_spell_prop","base_spell":3,"target_part":"Breathless Damage","multipliers":[0,0,0,0,0,0]}],"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":[7],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":7,"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":9,"parents":[26,31],"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":"Fortitude","desc":"Healing 120% of your max health within 10s will apply a damage bonus to every player you've healed. (15s Cooldown)","base_abil":7,"archetype":"Light Bender","archetype_req":2,"parents":[30,32],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":5},"effects":[],"id":31},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":5,"parents":[31,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will explode upon impact with enemies. (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":"Blink","desc":"Teleport will trigger 2 times in quick succession.","base_abil":5,"archetype":"Riftwalker","archetype_req":0,"parents":[31,30],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":5,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1,"Explosion Damage":1}}],"id":34},{"display_name":"Healthier Ophanim I","desc":"Increases the health of Ophanim's orbs by +800 and reduces the damage they take when attacking by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[31,32],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":9,"parents":[37,32,35],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake Damage","base_spell":4,"multipliers":[35,0,0,15,0,0]}],"id":36},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","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":37},{"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,39],"dependencies":[9,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"},{"type":"stat","name":"nConvBase:2.Explosion Damage"}],"scaling":[10]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"tConvBase:2.Wind Slash"},{"type":"stat","name":"tConvBase:2.Explosion Damage"}],"scaling":[3]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"aConvBase:2.Wind Slash"},{"type":"stat","name":"aConvBase:2.Explosion Damage"}],"scaling":[3]}],"id":38},{"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":7,"parents":[35,38,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"round":false,"inputs":[{"type":"stat","name":"wDamPct"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":39},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing your overall healing.","archetype":"Light Bender","archetype_req":5,"base_abil":7,"parents":[35,36,39],"dependencies":[7],"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":"Second and Third Pulses","power":0.2},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Second and Third Pulses":2}}],"id":40},{"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":[37,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":41},{"display_name":"Stronger Ophanim","desc":"Increase the damage of Ophanim.","base_abil":21,"parents":[40],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":24,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[20,0,0,0,0,10]}],"id":42},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to other nearby foes. (Max 10)","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[38,39],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":43},{"display_name":"Lightweaver","desc":"Healing 50% of your max health within 10s will summon a rotating orb that damages enemies upon contact. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{"range":7},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb DPS","parts":[{"name":"Single Orb","type":"damage","multipliers":[150,0,0,0,50,0]},{"name":"Orb DPS","type":"total","hits":{"Single Orb":1.5}}]}],"id":44},{"display_name":"Arcane Speed","desc":"You gain an 80% walk speed buff for 4s after casting Heal or Arcane Transfer. (8s cooldown)","base_abil":7,"archetype":"Arcanist","parents":[44,46],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":45},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[37,45],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Increase your maximum Winded by +10.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[43],"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":10}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":10}],"id":47},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[46,45],"dependencies":[0],"blockers":[21],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{"range":20},"effects":[],"id":48},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":9,"parents":[43,50],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":5,"parents":[49,51],"dependencies":[5],"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":50},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[50,44,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":51},{"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":[46],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":52},{"display_name":"Time Dilation","desc":"Creates an area of effect when sprinting that increases the walk speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[49],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":53},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":9,"archetype":"Riftwalker","archetype_req":7,"parents":[49,50,55],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake Damage","base_spell":4,"multipliers":[20,0,0,0,0,20]}],"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":[50,51,54],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":21,"name":"num_orbs","value":1}]}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies for 2s.","base_abil":9,"parents":[52],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Stronger Sunshower","desc":"Increase the damage of Sunshower.","base_abil":7,"parents":[54,55],"dependencies":[18],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[50,0,0,20,10,0]}],"id":57},{"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":58},{"display_name":"More Winded II","desc":"Increase your maximum Winded by +10.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[53,60],"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":10}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":10}],"id":59},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 40%)","parents":[59,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":40}],"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,60],"dependencies":[35],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"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":62},{"display_name":"Devitalize","desc":"Enemies will deal -0.5% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[59,60],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"defMult.Diffusion"},"scaling":[0.5]}],"id":63},{"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":[60,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":[-20,0,-5,-5,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":21,"name":"num_orbs","value":3}]}],"id":64},{"display_name":"Sunflare","desc":"Healing 300% of your max health within 10s will make your next heal give every nearby ally a temporary immunity buff. (20s Cooldown)","archetype":"Light Bender","archetype_req":11,"base_abil":7,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":65},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs from Lightweaver by +2.","archetype":"Light Bender","base_abil":44,"parents":[65],"dependencies":[44],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb DPS","base_spell":5,"hits":{"Single Orb":1}}],"id":66},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits. (Max 400)","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[62],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"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 external forces. All enemies will receive damage as if they had the amount of Winded you absorbed. (Max 60)","archetype":"Riftwalker","archetype_req":12,"parents":[59],"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":7,"parents":[68,70],"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},{"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":4,"parents":[69,67,65],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":70},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","base_abil":22,"parents":[67],"dependencies":[52],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":71}],"Assassin":[{"display_name":"Spin Attack","desc":"Slash rapidly around you, damaging enemies in a large area.","archetype":"","archetype_req":0,"parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_assassin"},"properties":{},"effects":[{"type":"replace_spell","name":"Spin Attack","cost":40,"base_spell":1,"spell_type":"damage","scaling":"spell","use_atkspd":true,"display":"Spin Attack","parts":[{"name":"Spin Attack","type":"damage","multipliers":[120,0,30,0,0,0]}]}],"id":0},{"display_name":"Dagger Proficiency I","desc":"Increase your speed by +5% and improve your Main Attack's damage when using a dagger.","archetype":"","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":5}]},{"type":"add_spell_prop","base_spell":0,"target_part":"Melee","multipliers":[5,0,0,0,0,0]}],"id":1},{"display_name":"Cheaper Spin Attack","desc":"Reduce the Mana cost of Spin Attack.","archetype":"","archetype_req":0,"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 Spin","desc":"Spin Attack will activate a second time with a larger area of effect.","archetype":"","archetype_req":0,"base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Spin Attack":2},"display":"Total Damage"},{"type":"add_spell_prop","base_spell":1,"target_part":"Spin Attack","behavior":"modify","multipliers":[-40,0,0,0,0,0]}],"id":3},{"display_name":"Poisoned Blade","desc":"For every 2% or 2 Raw Main Attack Damage you have from items, gain +5/3s Poison Damage (Max 50/3s). Your Main Attack gains additional range (+1 Block).","archetype":"Shadestepper","archetype_req":0,"parents":[5],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":7,"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":"poison"}],"scaling":[2.5,2.5],"max":50}],"id":4},{"display_name":"Dash","desc":"Dash in the direction you're facing.","archetype":"","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_assassin"},"properties":{},"effects":[{"type":"replace_spell","name":"Dash","cost":20,"base_spell":2,"display":"Total Damage","parts":[{"name":"None","type":"damage","multipliers":[0,0,0,0,0,0]}]}],"id":5},{"display_name":"Double Slice","desc":"Your Main Attack will attack twice, but deal -40% damage per hit.","archetype":"Acrobat","archetype_req":0,"base_abil":999,"parents":[5],"dependencies":[],"blockers":[4],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Melee","multipliers":[-40,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"display":"Total Damage","target_part":"Total Damage","hits":{"Melee":2}}],"id":6},{"display_name":"Smoke Bomb","desc":"Throw a bomb that slowly emits smoke, damaging all enemies in it every 0.5s.","archetype":"","archetype_req":0,"parents":[4,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_assassin"},"properties":{},"effects":[{"type":"replace_spell","name":"Smoke Bomb","cost":35,"base_spell":4,"display":"Total Damage","parts":[{"name":"Per Tick","type":"damage","multipliers":[25,5,0,0,0,5]},{"name":"Per Bomb","type":"total","hits":{"Per Tick":10}},{"name":"Total Damage","type":"total","hits":{"Per Bomb":1}}]}],"id":7},{"display_name":"Cheaper Dash","desc":"Reduce the Mana cost of Dash","base_abil":5,"parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":8},{"display_name":"Multihit","desc":"Unleash a rapid flurry of 8 hits to enemies facing you, dealing overwhelming damage","parents":[6,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_assassin"},"properties":{},"effects":[{"type":"replace_spell","name":"Multihit","cost":40,"base_spell":3,"display":"Total Damage","parts":[{"name":"Per Hit","multipliers":[30,0,0,10,0,0]},{"name":"Total Damage","type":"total","hits":{"Per Hit":8}}]}],"id":9},{"display_name":"Earth Mastery","desc":"Increases base damage from all Earth attacks","archetype":"Shadestepper","archetype_req":0,"base_abil":998,"parents":[7,11],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"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":10},{"display_name":"Thunder Mastery","desc":"Increases base damage from all Thunder attacks","archetype":"Shadestepper","archetype_req":0,"base_abil":998,"parents":[10,7],"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":11},{"display_name":"Fire Mastery","desc":"Increases base damage from all Fire attacks","archetype":"Trickster","base_abil":998,"parents":[8,13],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"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":12},{"display_name":"Water Mastery","desc":"Increases base damage from all Water attacks","archetype":"Acrobat","base_abil":998,"parents":[8,9,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"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","desc":"Increases base damage from all Air attacks","archetype":"Acrobat","archetype_req":0,"base_abil":998,"parents":[13,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"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":"Backstab","desc":"Multihit will deal a single devastating hit. If you strike the enemy from behind, deal double damage","archetype":"Shadestepper","archetype_req":2,"base_abil":9,"parents":[10,11],"dependencies":[9],"blockers":[40,16],"cost":2,"display":{"row":15,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Backstab","base_spell":3,"display":"Backstab Damage","parts":[{"name":"Backstab Damage","type":"damage","multipliers":[200,50,0,0,0,0]}]},{"type":"raw_stat","toggle":"Activate Backstab","bonuses":[{"type":"stat","name":"damMult.Backstab:3.Backstab Damage","value":100}]},{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":15},{"display_name":"Fatality","desc":"Multihit will deal an additional final slash","archetype":"","archetype_req":0,"base_abil":9,"parents":[13,14],"dependencies":[9],"blockers":[15],"cost":2,"display":{"row":15,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fatality","multipliers":[100,0,0,0,0,50]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fatality":1}}],"id":16},{"display_name":"Vanish","desc":"Dash will vanish you into the shadows and make you invisible to enemies (5s Cooldown). You cannot heal or gain mana while in that state (Attack or get hit to cancel)","archetype":"","archetype_req":0,"base_abil":5,"parents":[15,18],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":16,"col":2,"icon":"node_2"},"properties":{"duration":5,"cooldown":5},"effects":[],"id":17},{"display_name":"Sticky Bomb","desc":"Smoke Bomb will stick to enemies and deal additional damage","archetype":"Trickster","archetype_req":0,"base_abil":7,"parents":[17,12],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Per Tick","multipliers":[0,0,0,0,10,0]}],"id":18},{"display_name":"Righting Reflex","desc":"When you hold shift while airborne, slowly glide and become immune to fall damage (Max 5s)","archetype":"Acrobat","archetype_req":0,"parents":[16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":19},{"display_name":"Surprise Strike","desc":"While using Vanish, your next attack will deal +80% more damage for a single hit only","archetype":"Shadestepper","archetype_req":3,"base_abil":5,"parents":[17],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":19,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Surprise Strike","bonuses":[{"type":"stat","name":"damMult.SurpriseStrike","value":80}]}],"id":20},{"display_name":"Mirror Image","desc":"After leaving Vanish, summon 3 Clones that will follow you and protect you (15s Cooldown). When hit, gain a chance to take 80% less damage and lose 1 Clone.","archetype":"Trickster","archetype_req":2,"parents":[18],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{"clone":3},"effects":[{"type":"raw_stat","toggle":"Activate Clones","bonuses":[{"type":"stat","name":"defMult.Clone","value":60}]}],"id":21},{"display_name":"Lacerate","desc":"Spin Attack will lunge you forward, deal 3 strikes and lunge you forward again.","archetype":"Acrobat","archetype_req":2,"base_abil":0,"parents":[16],"dependencies":[],"blockers":[42],"cost":2,"display":{"row":19,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lacerate","base_spell":1,"display":"Total Damage","parts":[{"name":"Per Hit","type":"damage","multipliers":[60,0,0,10,0,20]},{"name":"Total Damage","type":"total","hits":{"Per Hit":3}}]}],"id":22},{"display_name":"Silent Killer","desc":"After killing an enemy, reset Vanish's cooldown","archetype":"","archetype_req":0,"base_abil":5,"parents":[20],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":20,"col":1,"icon":"node_2"},"properties":{},"effects":[],"id":23},{"display_name":"Shenanigans","desc":"For every 2% Stealing you have from items, gain +1/3s Mana Steal (Max 8/3s)","archetype":"Trickster","archetype_req":0,"parents":[21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"eSteal"}],"output":[{"type":"stat","name":"ms"}],"scaling":[0.5],"max":8}],"id":24},{"display_name":"Wall of Smoke","desc":"Smoke Bomb will throw +2 bombs, damaging more often in a larger area","archetype":"","archetype_req":0,"base_abil":7,"parents":[22],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Per Bomb":2}},{"type":"add_spell_prop","base_spell":4,"target_part":"Per Tick","multipliers":[-10,0,0,0,0,0]}],"id":25},{"display_name":"Better Smoke Bomb","desc":"Increase the range and area of effect of Smoke Bomb","archetype":"","archetype_req":0,"base_abil":7,"parents":[23,27],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":22,"col":0,"icon":"node_0"},"properties":{},"effects":[],"id":26},{"display_name":"Shadow Travel","desc":"Vanish will increase your speed by +120%","archetype":"Shadestepper","archetype_req":0,"base_abil":5,"parents":[26,23,28],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_1"},"properties":{},"effects":[],"id":27},{"display_name":"Cheaper Multihit","desc":"Reduce the Mana cost of Multihit","archetype":"","archetype_req":0,"base_abil":9,"parents":[24,27,29],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":22,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":28},{"display_name":"Dagger Proficiency II","desc":"Increase your Main Attack's range and add +5 raw damage to all attacks","archetype":"","archetype_req":0,"base_abil":999,"parents":[28,25],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"damRaw","value":5}]}],"id":29},{"display_name":"Last Laugh","desc":"When losing a Clone, it will cast Spin Attack before dying","archetype":"Trickster","archetype_req":3,"base_abil":5,"parents":[21],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":20,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":30},{"display_name":"Cheaper Smoke Bomb","desc":"Reduce the Mana cost of Smoke Bomb","archetype":"","archetype_req":0,"base_abil":7,"parents":[26,32],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":31},{"display_name":"Blazing Powder","desc":"Spin Attack will blind enemies and deal additional damage","archetype":"","archetype_req":0,"base_abil":0,"parents":[31,27,28],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Per Hit","behavior":"modify","multipliers":[0,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Spin Attack","behavior":"modify","multipliers":[0,0,0,0,20,0]}],"id":32},{"display_name":"Weightless","desc":"When you hit an enemy while airborne, gain +0.7 Mana (1.25+ blocks off the ground to be airborne)","archetype":"Acrobat","archetype_req":3,"parents":[28,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":33},{"display_name":"Black Hole","desc":"Smoke Bomb will pull nearby enemies","archetype":"","archetype_req":0,"base_abil":7,"parents":[31,32],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":34},{"display_name":"Sandbagging","desc":"Anytime you get hit for less than 5% of your max hp, reduce your abilities cooldown by -3s. (1s Cooldown)","archetype":"Trickster","archetype_req":0,"parents":[32,36],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":35},{"display_name":"Hop","desc":"When you double tap jump, leap forward. (2s Cooldown)","archetype":"Acrobat","archetype_req":0,"parents":[35,33],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":6,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":36},{"display_name":"Dancing Blade","desc":"Deal damage to mobs you Dash through","archetype":"Acrobat","archetype_req":0,"base_abil":5,"parents":[44,43],"dependencies":[5],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Dancing Blade","multipliers":[70,0,0,0,0,10],"display":"Dancing Blade"}],"id":37},{"display_name":"Violent Vortex","desc":"If you deal more damage than 1.5x of your max health in a single hit, deal 30% of the damage to other nearby enemies","archetype":"Shadestepper","archetype_req":0,"parents":[31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":0,"icon":"node_1"},"properties":{"range":10,"cooldown":2},"effects":[{"type":"replace_spell","name":"Violent Vortex","base_spell":5,"display":"Total Damage","parts":[{"name":"Total Damage","type":"damage","multipliers":[0,0,0,0,0,0]}]}],"id":38},{"display_name":"Delirious Gas","desc":"While inside Smoke Bomb, increase your damage by +40% and gain Lure for 20s","archetype":"Trickster","archetype_req":4,"base_abil":7,"parents":[35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Delirious Gas","bonuses":[{"type":"stat","name":"damMult.DeliriousGas","value":40}]}],"id":39},{"display_name":"Stronger Multihit","desc":"Increases Multihit's amount of hits by +3","base_abil":9,"parents":[35,36],"dependencies":[],"blockers":[15],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Per Hit":3}}],"id":40},{"display_name":"Marked","desc":"Smoke Bomb will add +1 Mark to enemies it hits. (Max 4, 0.4s Cooldown) Marked enemies will take +8% damage for each mark they have.","archetype":"Shadestepper","archetype_req":5,"parents":[38],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":1,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Marked","slider_step":1,"slider_max":4,"output":[{"type":"stat","name":"damMult.Marked"}],"scaling":[6]}],"id":41},{"display_name":"Echo","desc":"Your Clones will mimic your spells and abilities. While they are active, deal -60% damage.","archetype":"Trickster","archetype_req":6,"base_abil":21,"parents":[35,43],"dependencies":[21],"blockers":[22],"cost":2,"display":{"row":28,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Clones","bonuses":[{"type":"stat","name":"damMult.Echo","value":-60}]},{"type":"add_spell_prop","base_spell":8,"behavior":"modify","target_part":"Slash Damage","multipliers":[690,0,0,110,0,0]},{"type":"stat_scaling","slider":true,"slider_name":"Spell Copies","slider_step":1,"slider_max":3,"output":[{"type":"stat","name":"damMult.EchoCast"}],"scaling":[100]}],"id":42},{"display_name":"Shurikens","desc":"After using Dash, your next Main Attack will throw 3 shurikens","archetype":"Acrobat","archetype_req":0,"base_abil":5,"parents":[42,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":6,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Shurikens","base_spell":6,"display":"Total Damage","parts":[{"name":"Per Shuriken","type":"damage","multipliers":[100,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Per Shuriken":3}}]}],"id":43},{"display_name":"Far Reach","desc":"Increase the range of Multihit","archetype":"","archetype_req":0,"base_abil":9,"parents":[76,43],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":44},{"display_name":"Psithurism","desc":"Increase your Walk Speed by +20% and your Jump Height by +1","archetype":"","archetype_req":0,"parents":[25],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20},{"type":"stat","name":"jh","value":1}]}],"id":45},{"display_name":"Ambush","desc":"Increase Surprise Strike's damage by +40%","base_abil":5,"parents":[41],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Surprise Strike","bonuses":[{"type":"stat","name":"damMult.SurpriseStrike","value":40}]}],"id":46},{"display_name":"Cheaper Dash II","desc":"Reduce the Mana cost of Dash","base_abil":5,"parents":[42,50],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":47},{"display_name":"Parry","desc":"After dodging damage, gain a brief damage buff, and make your next spell within 1.5 free. (3s Cooldown)","archetype":"Acrobat","archetype_req":5,"parents":[49],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":6,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Parry","bonuses":[{"type":"stat","name":"damMult.Parry","value":30}]}],"id":48},{"display_name":"Cheaper Spin Attack 2","desc":"Reduce the Mana cost of Spin Attack","archetype":"","archetype_req":0,"base_abil":0,"parents":[44,48],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":49},{"display_name":"Death Magnet","desc":"After leaving Vanish, pull all nearby Marked mobs towards you","archetype":"Shadestepper","archetype_req":0,"base_abil":5,"parents":[41,47],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_1"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Multihit II","desc":"Reduce the Mana cost of Multihit","base_abil":9,"parents":[50,73,52],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":51},{"display_name":"Hoodwink","desc":"When hitting enemies with Spin Attack, shorten the duration of your negative effects by 30% and transfer it onto enemies Lure can be transferred to the feeble minded. (Bosses and special enemies are immune)","archetype":"Trickster","archetype_req":1,"base_abil":0,"parents":[51,47,53],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":33,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":52},{"display_name":"Choke Bomb","desc":"Smoke Bomb will slow down enemies while in the smoke","archetype":"Trickster","archetype_req":0,"base_abil":7,"parents":[52,54,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":33,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":53},{"display_name":"Wall Jump","desc":"Reduce Hop's cooldown by 1s. When you Hop into a wall, bounce backward. (Hold shift to cancel)","archetype":"Acrobat","archetype_req":5,"parents":[53,49],"dependencies":[36],"blockers":[],"cost":2,"display":{"row":33,"col":8,"icon":"node_1"},"properties":{},"effects":[],"id":54},{"display_name":"Fatal Spin","desc":"Spin Attack will add +1 Mark to all enemies it hits and gain additional area of effect","archetype":"Shadestepper","archetype_req":8,"base_abil":0,"parents":[73,51],"dependencies":[41],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Spin Attack","multipliers":[20,0,0,0,0,0]}],"id":55},{"display_name":"Stronger Lacerate","desc":"Lacerate will deal +1 slash","archetype":"Acrobat","base_abil":0,"parents":[53,54],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Per Hit":1}}],"id":56},{"display_name":"Stronger Vortex","desc":"If you deal more damage than 2.5x of your max health in a single hit, deal 60% of the damage to other nearby enemies","archetype":"Shadestepper","archetype_req":4,"parents":[55],"dependencies":[38],"blockers":[],"cost":1,"display":{"row":35,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"replace_spell","name":"Violent Vortex","base_spell":5,"display":"Total Damage","parts":[{"name":"Total Damage","type":"damage","multipliers":[0,0,0,0,0,0]}]}],"id":57},{"display_name":"Harvester","desc":"After killing an enemy, gain +5 Mana for each leftover Marks it had","archetype":"Shadestepper","archetype_req":0,"parents":[55,59],"dependencies":[41],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_2"},"properties":{},"effects":[],"id":58},{"display_name":"Cheaper Smoke Bomb 2","desc":"Reduce the Mana cost of Smoke Bomb","archetype":"","archetype_req":0,"base_abil":7,"parents":[58,52,60],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":37,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Blade Fury","desc":"Multihit will be easier to aim and enemies hit will stay locked in front of you","archetype":"Acrobat","archetype_req":0,"base_abil":9,"parents":[56,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Hit","multipliers":[0,0,15,0,0,0]}],"id":60},{"display_name":"More Marks","desc":"Add +2 max Marks","archetype":"Shadestepper","archetype_req":0,"base_abil":41,"parents":[58,59],"dependencies":[41],"blockers":[],"cost":1,"display":{"row":38,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Marked","slider_max":2}],"id":61},{"display_name":"Stronger Clones","desc":"Improve your damage while your Clones are active by +15%","archetype":"Trickster","archetype_req":7,"base_abil":21,"parents":[59,60],"dependencies":[42],"blockers":[],"cost":2,"display":{"row":38,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Clones","bonuses":[{"type":"stat","name":"damMult.Echo","value":15}]}],"id":62},{"display_name":"Ricochets","desc":"When hitting an enemy with your Shurikens, they will bounce to the nearest enemy","archetype":"Acrobat","archetype_req":6,"base_abil":5,"parents":[60],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Satsujin","desc":"If an enemy has 3 Marks, your next Multihit or Damaging Powder Special will deal double damage. (20s Cooldown, per enemy)","archetype":"Shadestepper","archetype_req":13,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":1,"icon":"node_3"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Satsujin","bonuses":[{"type":"stat","name":"damMult.Satsujin:3.Backstab Damage","value":100},{"type":"stat","name":"damMult.Satsujin:3.Per Hit","value":100},{"type":"stat","name":"damMult.Satsujin:3.Fatality","value":100},{"type":"stat","name":"damMult.Satsujin:0.Powder Special","value":100}]}],"id":64},{"display_name":"Forbidden Art","desc":"Summon +3 additional Clones. (+15s Cooldown)","archetype":"Trickster","archetype_req":8,"base_abil":21,"parents":[59],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":39,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Spell Copies","slider_max":3}],"id":65},{"display_name":"Diversion","desc":"Grant allies within 15 blocks +15% Overhealth whenever you hit a Lured enemy. (6.5s Cooldown)\nThe bonus health decays over 10s.","archetype":"Trickster","archetype_req":12,"base_abil":7,"parents":[65],"dependencies":[39],"blockers":[],"cost":2,"display":{"row":40,"col":5,"icon":"node_3"},"properties":{},"effects":[],"id":66},{"display_name":"Jasmine Bloom","desc":"After spending 40 Mana, bloom an area under you that damages enemies below it every 0.3s. After every bloom, reset the duration and increase the radius (Max 10 Blocks)","archetype":"Acrobat","archetype_req":12,"parents":[60],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Jasmine Bloom","base_spell":7,"display":"DPS","parts":[{"name":"Per Hit","multipliers":[60,5,0,15,0,0]},{"name":"DPS","hits":{"Per Hit":3.333333333}}]}],"id":67},{"display_name":"Better Ricochets","desc":"Add +1 Max Bounce to Ricochets","archetype":"","archetype_req":0,"base_abil":5,"parents":[67],"dependencies":[63],"blockers":[],"cost":1,"display":{"row":40,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":68},{"display_name":"Devour","desc":"Harvester will give +5 Mana","archetype":"","archetype_req":0,"parents":[64],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":41,"col":0,"icon":"node_0"},"properties":{},"effects":[],"id":69},{"display_name":"Better Marked","desc":"Increase Marked's damage bonus by +4%","archetype":"","archetype_req":0,"base_abil":41,"parents":[64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":41,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Marked","output":[{"type":"stat","name":"damMult.Marked"}],"scaling":[4]}],"id":70},{"display_name":"Bamboozle","desc":"When Clones are active, casting Multihit while holding shift will instead slay 1 Clone and teleport you forwards with a brutal fiery slash","archetype":"Trickster","archetype_req":0,"base_abil":9,"parents":[28,27],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":23,"col":4,"icon":"node_2"},"effects":[{"type":"replace_spell","name":"Bamboozle","base_spell":8,"display":"Slash Damage","parts":[{"name":"Slash Damage","multipliers":[360,0,0,0,40,0]}]}],"id":71},{"display_name":"Distraction","desc":"When hitting enemies, reduce their damage by -0.1% per hit. (Max -15%) The damage debuff decays at -0.3% per second.","archetype":"Trickster","archetype_req":0,"parents":[28,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Distraction Hits","output":{"type":"stat","name":"defMult.Diffusion"},"scaling":[0.1],"slider_step":1,"slider_max":150}],"id":72},{"display_name":"Nightcloak Knife","desc":"If cast while in Vanish, Spin Attack will consume all Marks from nearby enemies to summon the Nightcloak Knife.\n The Knife will mimic your attacks on enemies within 6 blocks of you, dealing 4% of your damage for every 1 Mark consumed. (Max 10 Marks)\n The Knife will vanish after 8s","archetype":"Shadestepper","archetype_req":0,"parents":[51,46],"dependencies":[41],"blockers":[],"cost":2,"display":{"row":33,"col":0,"icon":"node_2"},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Marks Absorbed","slider_max":10,"output":[{"type":"stat","name":"damMult.Nightcloak"}],"scaling":[4]}],"id":73},{"display_name":"Pirouette","desc":"When hitting an enemy with Dancing Blade, you will deal extra damage and vault upwards, resetting Dash as if you touched the ground.","base_abil":5,"parents":[56,53,52],"dependencies":[37],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Dancing Blade","multipliers":[30,0,0,0,0,10],"display":"Dancing Blade"}],"id":74},{"display_name":"Dissolution","desc":"When entering Vanish, become immune to knockback and gain resistance for a brief moment.","archetype":"Shadestepper","archetype_req":2,"base_abil":17,"parents":[51,52],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":34,"col":3,"icon":"node_0"},"effects":[{"type":"raw_stat","toggle":"Activate Dissolution","bonuses":[{"type":"stat","name":"defMult.Dissolution","value":40}]}],"id":75},{"display_name":"Flow State","desc":"Landing 60 hits without stopping for over 2s will greatly increase your damage for a short time. (10s Cooldown)","archetype":"Acrobat","archetype_req":5,"parents":[33],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":8,"icon":"node_3"},"effects":[{"type":"raw_stat","toggle":"Flow State","bonuses":[{"type":"stat","name":"damMult.FlowState","value":50}]}],"id":76},{"display_name":"Even Stronger Clones","desc":"Improves your damage by +10% while your Clones are active.","archetype":"Trickster","archetype_req":0,"base_abil":21,"parents":[66],"dependencies":[42],"blockers":[],"cost":1,"display":{"row":41,"col":4,"icon":"node_0"},"effects":[{"type":"raw_stat","toggle":"Activate Clones","bonuses":[{"type":"stat","name":"damMult.Echo","value":10}]}],"id":77}],"Shaman":[{"display_name":"Totem","desc":"Summon a totem that damages enemies around it every 0.4s.","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_shaman"},"properties":{"duration":30,"rate":0.4,"aoe":8,"totem_mul":2.5},"effects":[{"type":"replace_spell","name":"Totem","cost":30,"base_spell":1,"display":"Tick DPS","parts":[{"name":"Tick Damage","multipliers":[6,0,0,0,0,6]},{"name":"Tick DPS","hits":{"Tick Damage":"0.totem_mul"}},{"name":"Heal Rate","hits":{"Heal Tick":"0.totem_mul"}}]}],"id":0},{"display_name":"Relik Proficiency 1","desc":"Double your Main Attack's beam speed and increase your damage when using a reik.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"replace_spell","name":"Relik Melee","base_spell":0,"spell_type":"damage","scaling":"melee","use_atkspd":false,"display":"Total","parts":[{"name":"Single Beam","multipliers":[35,0,0,0,0,0]},{"name":"Total","hits":{"Single Beam":3}}]}],"id":1},{"display_name":"Cheaper Totem I","desc":"Reduce the Mana cost of Totem.","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Totemic Smash","desc":"Your Totem will deal damage where it lands.","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"aoe":3.5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Smash Damage","multipliers":[100,0,0,0,30,0]}],"id":3},{"display_name":"Distant Grasp","desc":"Reduce your Main Attack's spread, and increase its beam speed by +33%.","base_abil":999,"archetype":"Summoner","parents":[5],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[],"id":4},{"display_name":"Haul","desc":"Leap towards your Totem.","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_shaman"},"properties":{},"effects":[{"type":"replace_spell","name":"Haul","cost":15,"base_spell":2,"display":"","parts":[]}],"id":5},{"display_name":"Hand of the Shaman","desc":"Your Main Attack will throw +2 beams.","base_abil":999,"archetype":"Acolyte","parents":[5],"dependencies":[],"blockers":[4],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"replace_spell","name":"Relik Melee","base_spell":0,"spell_type":"damage","scaling":"melee","use_atkspd":false,"display":"Total","parts":[{"name":"Single Beam","multipliers":[34,0,0,0,0,0]},{"name":"Total","hits":{"Single Beam":5}}]}],"id":6},{"display_name":"Uproot","desc":"Throw a rapid projectile that will explode and knock enemies away. (Hold shift to pull instead)","parents":[4,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_shaman"},"properties":{"range":18,"aoe":5},"effects":[{"type":"replace_spell","name":"Uproot","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Single Hit","multipliers":[80,30,20,0,0,0]},{"name":"Total Damage","hits":{"Single Hit":1}}]}],"id":7},{"display_name":"Cheaper Haul I","desc":"Reduce the Mana cost of Haul.","base_abil":5,"parents":[7,9],"dependencies":[5],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":8},{"display_name":"Aura","desc":"Emit an aura from your Totem that damages enemies.","parents":[6,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_shaman"},"properties":{"range":16,"num_totems":1},"effects":[{"type":"replace_spell","name":"Aura","cost":40,"base_spell":3,"display":"First Wave","parts":[{"name":"Single Wave","multipliers":[150,0,0,30,0,0]},{"name":"First Wave","hits":{"Single Wave":"9.num_totems"}},{"name":"First Wave Heal","hits":{"Heal Amount":"9.num_totems"}}]}],"id":9},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks.","archetype":"Summoner","parents":[7],"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":10},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases your base damage from all Air attacks.","archetype":"Summoner","parents":[10,7,8,13],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"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":11},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks.","archetype":"Ritualist","parents":[8,11,13],"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":12},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks.","archetype":"Acolyte","parents":[11,8,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"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":13},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks.","archetype":"Acolyte","parents":[9],"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":14},{"display_name":"Nature's Jolt","desc":"When hitting the ground after using Haul, deal damage around you.","base_abil":5,"parents":[11,10],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":11,"col":1,"icon":"node_1"},"properties":{"aoe":3.5},"effects":[{"type":"add_spell_prop","target_part":"Nature's Jolt","base_spell":2,"multipliers":[90,30,0,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Nature's Jolt":1}}],"id":15},{"display_name":"Overseer","desc":"Increase Uproot's range, and if you hit your Totem with it, reset its duration.","base_abil":7,"archetype":"Summoner","parents":[15],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":13,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":7,"name":"range","value":6}]}],"id":16},{"display_name":"Rain Dance","desc":"While mid-air, your Totem will leave a streak of rain that damages enemies under it every 0.4s.","archetype":"Ritualist","base_abil":0,"parents":[12],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"aoe":2,"duration":6,"rate":0.4},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Rain Dance","multipliers":[30,0,0,30,0,0]}],"id":17},{"display_name":"Shocking Aura","desc":"Aura will travel at a much greater speed and deal additional damage.","base_abil":9,"archetype":"Acolyte","parents":[13,19],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Single Wave","multipliers":[0,0,20,0,0,0]}],"id":18},{"display_name":"Flaming Tongue","desc":"Uproot will not explode or knockback enemies, but will deal damage 3 times.","base_abil":7,"archetype":"Acolyte","parents":[14,18],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Hit","multipliers":[-15,-30,-15,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"convert_spell_conv","target_part":"all","base_spell":4,"conversion":"Fire"}],"id":19},{"display_name":"Puppet Master","desc":"Your Totem will summon 1 Puppet every 3s (Max 3). They throw knives at nearby enemies every 0.5s.","archetype":"Summoner","archetype_req":3,"parents":[16],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"duration":30,"range":16,"max_puppets":3,"attack_frequency":2},"effects":[{"type":"replace_spell","name":"Puppet Damage","base_spell":5,"scaling":"spell","display":"Max Puppet DPS","parts":[{"name":"Puppet Hit","multipliers":[12,3,0,0,0,3]},{"name":"Puppet DPS","hits":{"Puppet Hit":"20.attack_frequency"}},{"name":"Max Puppet DPS","hits":{"Puppet DPS":"20.max_puppets"}}]}],"id":20},{"display_name":"Mask of the Lunatic","desc":"When casting Uproot, instead wear the Mask of the Lunatic. While wearing this mask, gain damage bonus at the cost of less walk speed, and reduce the mana cost of Aura.","base_abil":7,"archetype":"Ritualist","archetype_req":2,"parents":[17],"dependencies":[7],"blockers":[66],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Switch Masks","base_spell":4,"parts":[],"display":""},{"type":"raw_stat","toggle":"Mask of the Lunatic","bonuses":[{"type":"stat","name":"damMult.Mask","value":35},{"type":"stat","name":"spd","value":-35},{"type":"stat","name":"spPct3Final","value":-30}]}],"id":21},{"display_name":"Sacrificial Shrine","desc":"Your Totem will siphon 2% of your health every 0.4s and transfer it into a Blood Pool. Aura will use 15% of your Blood Pool to deal +50% damage and heal all allies.","archetype":"Acolyte","archetype_req":3,"parents":[18,19],"dependencies":[0],"blockers":[42],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"blood_pool":30},"effects":[{"type":"raw_stat","toggle":"Activate Boosted Aura","bonuses":[{"type":"stat","name":"damMult.BloodPool:3.Single Wave","value":35}]},{"type":"add_spell_prop","base_spell":3,"target_part":"Heal Amount","power":0.15}],"id":22},{"display_name":"More Puppets I","desc":"Increase your Max Puppets by +1.","base_abil":20,"archetype":"Summoner","parents":[20],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":16,"col":0,"icon":"node_0"},"properties":{"max_puppets":1},"effects":[],"id":23},{"display_name":"Cheaper Uproot I","desc":"Reduce the Mana cost of Uproot.","base_abil":7,"parents":[21,25],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":17,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":24},{"display_name":"Rebound","desc":"Once Aura reaches its maximum range, it will bounce back and deal its effects a second time.","base_abil":9,"parents":[22,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Rebound Total Damage","hits":{"First Wave":2}},{"type":"add_spell_prop","base_spell":3,"target_part":"Rebound Total Heal","hits":{"First Wave Heal":2}}],"id":25},{"display_name":"Stagnation","desc":"Enemies hit by Nature's Jolt will be slowed down.","base_abil":7,"parents":[23,27],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Cheaper Aura I","desc":"Reduce the Mana cost of Aura.","base_abil":9,"parents":[26,24],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Better Totem","desc":"Increase your Totem's area of effect.","base_abil":0,"parents":[24,25],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":4}]}],"id":28},{"display_name":"Blood Connection","desc":"If you are outside your Totem's range, Haul will teleport you to it.","base_abil":5,"archetype":"Acolyte","parents":[25],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":18,"col":8,"icon":"node_1"},"properties":{},"effects":[],"id":29},{"display_name":"Exploding Puppets","desc":"When your Puppets have 3s duration left, they will run towards enemies at high speed to explode and deal damage.","base_abil":20,"archetype":"Summoner","parents":[26,27],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":20,"col":1,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","base_spell":5,"target_part":"Puppet Explosion","multipliers":[100,0,0,0,100,0]}],"id":30},{"display_name":"Hymn of Hate","desc":"When wearing the Mask of the Lunatic, killing an enemy with Aura will cast a new Aura dealing -70% damage at its location.","base_abil":9,"archetype":"Ritualist","parents":[24,32],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":20,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Hymn of Hate","hits":{"Single Wave":0.5}}],"id":31},{"display_name":"More Blood Pool I","desc":"Increase your maximum Blood pool by +30%.","archetype":"Acolyte","base_abil":22,"parents":[25,31],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":20,"col":7,"icon":"node_0"},"properties":{"blood_pool":30},"effects":[],"id":32},{"display_name":"Bullwhip","desc":"Hitting enemies with Uproot will make your Summons focus them and deal additional damage.","archetype":"Summoner","parents":[30],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":21,"col":0,"icon":"node_2"},"properties":{"duration":10},"effects":[{"type":"raw_stat","toggle":"Activate Bullwhip","bonuses":[{"type":"stat","name":"damMult.Bullwhip:5.Puppet Hit","value":15},{"type":"stat","name":"damMult.Bullwhip:7.Effigy Hit","value":20}]}],"id":33},{"display_name":"More Puppets II","desc":"Increase your Max Puppets by +2.","base_abil":20,"archetype":"Summoner","parents":[30],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":21,"col":2,"icon":"node_0"},"properties":{"max_puppets":2},"effects":[],"id":34},{"display_name":"Mask of the Fanatic","desc":"When casting Uproot, instead wear the Mask of the Fanatic. While wearing this mask, gain resistance at the cost of less damage bonus, and reduce the mana cost of Totem.","base_abil":7,"archetype":"Ritualist","archetype_req":3,"parents":[31,32,36],"dependencies":[],"blockers":[66],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Switch Masks","base_spell":4,"parts":[],"display":""},{"type":"raw_stat","toggle":"Mask of the Fanatic","bonuses":[{"type":"stat","name":"damMult.Mask","value":-20},{"type":"stat","name":"defMult.Mask","value":35},{"type":"stat","name":"spPct1Final","value":-65}]}],"id":35},{"display_name":"Vengeful Spirit","desc":"Your Totem will give damage bonus to yourself and allies standing inside its range.","base_abil":0,"archetype":"Acolyte","parents":[32,35],"dependencies":[],"blockers":[],"cost":2,"display":{"row":21,"col":8,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Masquerade","desc":"After switching from a Mask to another 2 times, gain 30 mana.","base_abil":7,"archetype":"Ritualist","parents":[35],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":22,"col":4,"icon":"node_1"},"properties":{"switch_count":2,"mana_gain":30},"effects":[],"id":37},{"display_name":"Double Totem","desc":"Increase your maximum Totem by +1 and reduce Totem and Aura's damage.","base_abil":0,"archetype":"Summoner","archetype_req":2,"parents":[33,39],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_1"},"properties":{"totem_mul":2.5},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":9,"name":"num_totems","value":1},{"type":"stat","name":"damMult.MultiTotem:3.Single Wave","value":-40},{"type":"stat","name":"damMult.MultiTotem:1.Tick Damage","value":-40},{"type":"stat","name":"healPct","value":-40}]}],"id":38},{"display_name":"Cheaper Totem II","desc":"Reduce the Mana cost of Totem.","base_abil":0,"parents":[34,38,40],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":23,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":39},{"display_name":"Storm Dance","desc":"Enemies hit by Aura will be pulled towards your totem.","base_abil":9,"archetype":"Ritualist","parents":[39,35,41],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Single Wave","multipliers":[0,0,0,0,0,30]}],"id":40},{"display_name":"Blood Moon","desc":"For every 1% Soul Point Regen you have from items, gain +5/3s Lifesteal (Max 1000/3s)","parents":[36,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":23,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spRegen"}],"output":{"type":"stat","name":"ls"},"scaling":[5],"max":1000}],"id":41},{"display_name":"Regeneration","desc":"Your Totem will heal yourself and allies standing in its range every 0.4s.","base_abil":0,"parents":[39,40],"dependencies":[],"blockers":[22],"cost":2,"display":{"row":24,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Tick","power":0.01,"display":"Heal Rate"}],"id":42},{"display_name":"Cheaper Haul II","desc":"Reduce the Mana cost of Haul.","base_abil":5,"parents":[40,41],"dependencies":[5],"blockers":[],"cost":1,"display":{"row":24,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":43},{"display_name":"Cheaper Aura II","desc":"Reduce the Mana cost of Aura.","base_abil":9,"parents":[38,39,45],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":26,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":44},{"display_name":"Seeking Totem","desc":"When wearing the Mask of the Fanatic, your Totem will move towards the nearest enemy outside of its range.","base_abil":0,"archetype":"Ritualist","parents":[40,39],"dependencies":[35],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":45},{"display_name":"Twisted Tether","desc":"When hitting an enemy with your Main Attack, use 1% from your Blood Pool and add Tether to them. Tethered enemies will take damage for every 2% Health you lose. (Max 20%)","archetype":"Acolyte","archetype_req":7,"parents":[40,41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Twisted Tether","base_spell":6,"scaling":"spell","display":"Tether Tick","parts":[{"name":"Tether Tick","multipliers":[25,0,0,0,0,10]},{"name":"Max Tether Damage","hits":{"Tether Tick":10}}]}],"id":46},{"display_name":"Stronger Totem","desc":"Increase Totem's damage.","base_abil":0,"parents":[44,45],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":27,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Tick Damage","multipliers":[4,0,0,0,0,0]}],"id":47},{"display_name":"Depersonalization","desc":"Masquerade will need -1 Mask switch to trigger. Reduce the mana given by -10.","archetype":"Ritualist","archetype_req":6,"base_abil":7,"parents":[45],"dependencies":[37],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":7,"name":"switch_count","value":-1},{"type":"prop","abil":7,"name":"mana_gain","value":-10}]}],"id":48},{"display_name":"Crimson Effigy","desc":"Hitting your Totem with Uproot will summon an Effigy that will attack enemies and push them towards your totem.","archetype":"Summoner","archetype_req":8,"parents":[44,50],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":28,"col":1,"icon":"node_3"},"properties":{"duration":60,"max_effigy":1,"attack_frequency":2},"effects":[{"type":"replace_spell","name":"Crimson Effigy","base_spell":7,"display":"Total Effigy DPS","parts":[{"name":"Effigy Hit","multipliers":[55,0,0,30,0,0]},{"name":"Single Effigy DPS","hits":{"Effigy Hit":"49.attack_frequency"}},{"name":"Total Effigy DPS","hits":{"Single Effigy DPS":"49.max_effigy"}}]}],"id":49},{"display_name":"Mask of the Coward","desc":"When casting Uproot, instead wear the Mask of the Coward. While wearing this mask, gain walk speed at the cost of less resistance, and reduce the mana cost of Haul.","base_abil":7,"archetype":"Ritualist","archetype_req":7,"parents":[45,49,51],"dependencies":[],"blockers":[66],"cost":2,"display":{"row":28,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Switch Masks","base_spell":4,"parts":[],"display":""},{"type":"raw_stat","toggle":"Mask of the Coward","bonuses":[{"type":"stat","name":"spd","value":80},{"type":"stat","name":"defMult.Mask","value":-20},{"type":"stat","name":"spPct2Final","value":-50}]}],"id":50},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage you have from items, buff Aura's healing power by +0.3%.","parents":[46,50,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDamPct"}],"output":{"type":"stat","name":"healPct:3.Heal Amount"},"scaling":[0.3]}],"id":51},{"display_name":"More Blood Pool II","desc":"Increase your maximum Blood pool by +30%.","archetype":"Acolyte","base_abil":22,"parents":[46,51],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":28,"col":8,"icon":"node_0"},"properties":{"blood_pool":30},"effects":[],"id":52},{"display_name":"Maddening Roots","desc":"Uproot will slow down enemies.","base_abil":7,"archetype":"Summoner","parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":29,"col":0,"icon":"node_1"},"properties":{"effects":40,"duration":3},"effects":[],"id":53},{"display_name":"Chant of the Coward","desc":"When switching to the Mask of the Coward, damage and knockback nearby enemies.","archetype":"Ritualist","archetype_req":7,"parents":[51,50],"dependencies":[50],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_1"},"properties":{"aoe":8},"effects":[{"type":"add_spell_prop","target_part":"Chant of the Coward","base_spell":4,"multipliers":[200,0,0,0,0,0],"display":"Chant of the Coward"}],"id":54},{"display_name":"Blood Rite","desc":"When yourself or an ally gets hit while standing in your Totem's range, add 35% of the damage taken into your Blood Pool. (Max 10%)","archetype":"Acolyte","archetype_req":9,"parents":[51,52],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":29,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"More Effigies","desc":"Increase your Max Effigies by +1.","archetype":"Summoner","archetype_req":8,"base_abil":49,"parents":[53],"dependencies":[49],"blockers":[],"cost":1,"display":{"row":31,"col":1,"icon":"node_0"},"properties":{"max_effigy":1},"effects":[{"type":"add_spell_prop","base_spell":7,"name":"Effigy Hit","multipliers":[-10,0,0,-10,0,0]}],"id":56},{"display_name":"Chant of the Fanatic","desc":"When switching to Mask of the Fanatic, temporarily give massive resistance to yourself and allies (8s cooldown).","base_abil":7,"archetype":"Ritualist","archetype_req":10,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Chant of the Fanatic","bonuses":[{"type":"stat","name":"defMult.Chant","value":70}]}],"id":57},{"display_name":"Stronger Tether","desc":"Increase Twisted Tether's damage.","archetype":"Acolyte","parents":[55],"dependencies":[46],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":6,"target_part":"Tether Tick","multipliers":[10,0,0,0,0,0]}],"id":58},{"display_name":"Triple Totem","desc":"Increase your maximum Totem by +1 and reduce Totem and Aura's damage.","base_abil":0,"archetype":"Summoner","archetype_req":2,"parents":[56,60],"dependencies":[38],"blockers":[],"cost":2,"display":{"row":32,"col":0,"icon":"node_1"},"properties":{"totem_mul":2.5},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":9,"name":"num_totems","value":1},{"type":"stat","name":"damMult.MultiTotem:3.Single Wave","value":-10},{"type":"stat","name":"damMult.MultiTotem:1.Tick Damage","value":-10},{"type":"stat","name":"healPct","value":-10}]}],"id":59},{"display_name":"Invigorating Wave","desc":"Aura will temporarily increase your Summon's attack speed by +30%. Players hit will gain +5 mana.","archetype":"Summoner","archetype_req":3,"parents":[56,59,61],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":32,"col":2,"icon":"node_2"},"properties":{"TODO":"Make this not multiply base damage...","duration":2.5},"effects":[{"type":"raw_stat","toggle":"Invigorate Puppets","bonuses":[{"type":"prop","abil":20,"name":"attack_frequency","value":0.6},{"type":"prop","abil":49,"name":"attack_frequency","value":0.6}]}],"id":60},{"display_name":"Mengdu","desc":"For every 1% Thorns you have from item IDs, gain +1% Water Damage. (Max 40%)","parents":[57,60],"dependencies":[],"blockers":[],"cost":1,"display":{"row":32,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"thorns"}],"output":{"type":"stat","name":"wDamPct"},"scaling":[1],"max":40}],"id":61},{"display_name":"Frog Dance","desc":"When wearing the Mask of the Coward, Haul will make you bounce off the ground 3 times at increasing speed and deal damage to nearby enemies.","archetype":"Ritualist","base_abil":5,"parents":[57],"dependencies":[50],"blockers":[],"cost":2,"display":{"row":33,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Hop Damage","multipliers":[90,0,0,30,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Total Damage","hits":{"Hop Damage":3},"display":"Total Damage"},{"type":"raw_stat","bonuses":[{"type":"stat","name":"damMult.Frog:2.Hop Damage","value":-100}]},{"type":"raw_stat","toggle":"Mask of the Coward","bonuses":[{"type":"stat","name":"damMult.Frog:2.Hop Damage","value":100}]}],"id":62},{"display_name":"More Blood Pool III","desc":"Increase your maximum Blood pool by +30%.","archetype":"Acolyte","base_abil":22,"parents":[58],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":33,"col":8,"icon":"node_0"},"properties":{"blood_pool":30},"effects":[],"id":63},{"display_name":"Shepherd","desc":"When you or your Summons kill an enemy, gain +1 Max Puppets for 15s. (Max +8)","archetype":"Summoner","archetype_req":12,"base_abil":20,"parents":[59,60],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Shepherd Kills","output":{"type":"prop","abil":20,"name":"max_puppets"},"scaling":[1],"slider_max":8}],"id":64},{"display_name":"Mask of the Awakened","desc":"After saving 200 Mana from your Masks' mana reductions, casting Uproot will make you wear the Mask of the Awakened for 20s, giving the power of all Masks at once without any downsides.","base_abil":7,"archetype":"Ritualist","archetype_req":12,"parents":[62,67],"dependencies":[7],"blockers":[66],"cost":2,"display":{"row":35,"col":5,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Switch Masks","base_spell":4,"parts":[],"display":""},{"type":"raw_stat","toggle":"Mask of the Awakened","bonuses":[{"type":"stat","name":"damMult.Mask","value":35},{"type":"stat","name":"defMult.Mask","value":35},{"type":"stat","name":"spd","value":80},{"type":"stat","name":"spPct1Final","value":-70},{"type":"stat","name":"spPct2Final","value":-50},{"type":"stat","name":"spPct3Final","value":-30}]}],"id":65},{"display_name":"Blood Sorrow","desc":"Uproot will use 70% of your Blood Pool to cast a destructive beam that damages enemies every 0.2s. You cannot attack while in that state. Yourself and allies will receive +2% health as extra overflowing health instead. Decay -1.5% of the bonus health every second.","base_abil":7,"archetype":"Acolyte","archetype_req":12,"parents":[63],"dependencies":[7],"blockers":[21,35,50,65],"cost":2,"display":{"row":34,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Blood Sorrow","base_spell":8,"display":"Beam DPS","parts":[{"name":"Beam Tick Damage","multipliers":[100,0,0,20,0,0]},{"name":"Beam DPS","hits":{"Beam Tick Damage":5}},{"name":"Total Damage","hits":{"Beam DPS":4}}]}],"id":66},{"display_name":"Cheaper Uproot II","desc":"Reduce the Mana cost of Uproot.","base_abil":7,"parents":[64,65],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":35,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":67}]} \ No newline at end of file diff --git a/data/2.0.2.3/ingreds.json b/data/2.0.2.3/ingreds.json index 2c61b09..31fae52 100644 --- a/data/2.0.2.3/ingreds.json +++ b/data/2.0.2.3/ingreds.json @@ -1 +1 @@ -[{"name":"Acid Magma","tier":0,"skills":["TAILORING","ALCHEMISM"],"lvl":91,"ids":{"wDefPct":{"minimum":-10,"maximum":-8},"poison":{"minimum":90,"maximum":100}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":0},{"name":"Alnamar Meat","tier":0,"skills":["COOKING"],"lvl":103,"ids":{"fDefPct":{"minimum":7,"maximum":8},"tDefPct":{"minimum":7,"maximum":10},"eDefPct":{"minimum":-9,"maximum":-7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-290},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":1},{"name":"Altered Ash","tier":0,"skills":["ALCHEMISM","SCRIBING"],"lvl":15,"ids":{"sdPct":{"minimum":1,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-45},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":2},{"name":"Ancient Metal","tier":0,"skills":["WEAPONSMITHING","ARMOURING","TAILORING"],"lvl":64,"ids":{"mdRaw":{"minimum":20,"maximum":21}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":3},{"name":"Apple","tier":0,"skills":["COOKING"],"lvl":10,"ids":{"hpBonus":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":4},{"name":"Arcane Anomaly","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":75,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":-22,"maximum":-16}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":5},{"name":"Bamboo","tier":0,"skills":["TAILORING","ARMOURING","WEAPONSMITHING","WOODWORKING"],"lvl":80,"ids":{"sdPct":{"minimum":-4,"maximum":-1},"mdPct":{"minimum":-4,"maximum":-1}},"itemIDs":{"dura":7,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":6},{"name":"Ball of Slime","tier":0,"skills":["TAILORING","WEAPONSMITHING"],"lvl":80,"ids":{"spd":{"minimum":-5,"maximum":-3},"eDamPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":7},{"name":"Bat Ear","tier":0,"skills":["TAILORING"],"lvl":15,"ids":{"spd":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":9},{"name":"Bandit Rations","tier":0,"skills":["COOKING"],"lvl":46,"ids":{"xpb":{"minimum":2,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":8},{"name":"Big Jawbreaker","tier":0,"skills":["WEAPONSMITHING","COOKING"],"lvl":60,"ids":{"mdPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":10},{"name":"Black Steel","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":62,"ids":{"mdRaw":{"minimum":16,"maximum":20}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":11},{"name":"Blaze Powder","tier":0,"skills":["ALCHEMISM","SCRIBING"],"lvl":26,"ids":{"fDefPct":{"minimum":1,"maximum":5},"fDamPct":{"minimum":1,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-51},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":12},{"name":"Blighted Skull","tier":0,"skills":["ARMOURING"],"lvl":96,"ids":{"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":12,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":13},{"name":"Bloodweb","tier":0,"skills":["TAILORING"],"lvl":45,"ids":{"ls":{"minimum":5,"maximum":9},"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":14},{"name":"Boar Meat","tier":0,"skills":["COOKING"],"lvl":9,"ids":{"thorns":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":17},{"name":"Bone Ash","tier":0,"skills":["SCRIBING","ALCHEMISM"],"lvl":14,"ids":{"expd":{"minimum":1,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-45},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":16},{"name":"Bone Meal","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":21,"ids":{"sdPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":15},{"name":"Bright Petal","tier":0,"skills":["COOKING"],"lvl":73,"ids":{"xpb":{"minimum":3,"maximum":6},"ref":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-240},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":18},{"name":"Broken Antic Bead","tier":0,"skills":["JEWELING"],"lvl":55,"ids":{"xpb":{"minimum":-3,"maximum":-2},"lb":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":19},{"name":"Broken Helmet","tier":0,"skills":["ARMOURING"],"lvl":92,"ids":{"mdPct":{"minimum":4,"maximum":7},"def":{"minimum":-3,"maximum":-1}},"itemIDs":{"dura":-49,"strReq":20,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":20},{"name":"Broken Ram Horn","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":56,"ids":{"sprint":{"minimum":4,"maximum":7}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":719},{"name":"Broken Pick","tier":0,"skills":["WEAPONSMITHING"],"lvl":96,"ids":{"mdRaw":{"minimum":22,"maximum":30},"eDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-61,"strReq":15,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":21},{"name":"Brown Mushroom","tier":0,"skills":["ALCHEMISM"],"lvl":1,"ids":{"hpBonus":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-36},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":22},{"name":"Bug Parts","tier":0,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":22,"ids":{"mdPct":{"minimum":2,"maximum":3},"thorns":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-26,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":23},{"name":"Calcified Ligament","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":102,"ids":{"sdPct":{"minimum":3,"maximum":5},"str":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-53,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":24},{"name":"Candy Button","tier":0,"skills":["JEWELING","COOKING"],"lvl":60,"ids":{"int":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":25},{"name":"Charred Carapace","tier":0,"skills":["ARMOURING"],"lvl":87,"ids":{"mdPct":{"minimum":2,"maximum":3},"fDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":26},{"name":"Climber's Padding","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":60,"ids":{"hpBonus":{"minimum":40,"maximum":65},"sprintReg":{"minimum":6,"maximum":7}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":6},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":720},{"name":"Coastal Sand","tier":0,"skills":["SCRIBING"],"lvl":1,"ids":{"lb":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-36},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":27},{"name":"Cocoa Caps","tier":0,"skills":["ARMOURING","COOKING"],"lvl":65,"ids":{"eDefPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":28},{"name":"Corbys Innards","tier":0,"skills":["COOKING"],"lvl":81,"ids":{"hprRaw":{"minimum":13,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-250},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":30},{"name":"Corroded Chunk","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":51,"ids":{"mdPct":{"minimum":-6,"maximum":-4},"mdRaw":{"minimum":20,"maximum":24}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":31},{"name":"Conscription Letter","tier":0,"skills":["SCRIBING"],"lvl":25,"ids":{"eSteal":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-50},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":29},{"name":"Corruption Shard","tier":0,"skills":["SCRIBING","WEAPONSMITHING","WOODWORKING"],"lvl":7,"ids":{"tDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-40},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":32},{"name":"Crawler Eye","tier":0,"skills":["ALCHEMISM"],"lvl":32,"ids":{"hprPct":{"minimum":-4,"maximum":-2},"spd":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-54},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":34},{"name":"Cracked Skin","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":30,"ids":{"aDefPct":{"minimum":-8,"maximum":-4},"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-28,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":38},{"name":"Coyote Fang","tier":0,"skills":["JEWELING"],"lvl":34,"ids":{"dex":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":33},{"name":"Crawler Sludge","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":25,"ids":{"mdPct":{"minimum":2,"maximum":4},"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":35},{"name":"Crawler Web","tier":0,"skills":["TAILORING"],"lvl":31,"ids":{"def":{"minimum":-2,"maximum":-1}},"itemIDs":{"dura":5,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":36},{"name":"Crumbly Rock","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":58,"ids":{"str":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-37,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":37},{"name":"Cursed Venom Sac","tier":0,"skills":["ALCHEMISM"],"lvl":53,"ids":{"poison":{"minimum":50,"maximum":60}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-67},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":39},{"name":"Dead Naval Shard","tier":0,"skills":["JEWELING"],"lvl":31,"ids":{"sdPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":40},{"name":"Decaying Arteries","tier":0,"skills":["ALCHEMISM"],"lvl":103,"ids":{"sdPct":{"minimum":8,"maximum":10},"hprRaw":{"minimum":-60,"maximum":-55}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":42},{"name":"Decaying Skin","tier":0,"skills":["TAILORING"],"lvl":22,"ids":{"poison":{"minimum":6,"maximum":6}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":41},{"name":"Demonic Ashes","tier":0,"skills":["ALCHEMISM"],"lvl":95,"ids":{"def":{"minimum":1,"maximum":4},"fDamPct":{"minimum":2,"maximum":9}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-93},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":43},{"name":"Depreciating Flesh","tier":0,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":15,"ids":{"thorns":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":44},{"name":"Dragonling Scale","tier":0,"skills":["ARMOURING"],"lvl":98,"ids":{"wDefPct":{"minimum":3,"maximum":7},"tDefPct":{"minimum":-8,"maximum":-6},"eDefPct":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":45},{"name":"Drained Bone","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":12,"ids":{"ls":{"minimum":1,"maximum":4}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":46},{"name":"Dry Bone","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":33,"ids":{},"itemIDs":{"dura":4,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":47},{"name":"Dry Seeds","tier":0,"skills":["COOKING","TAILORING"],"lvl":20,"ids":{"fDefPct":{"minimum":-4,"maximum":-2},"spd":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":48},{"name":"Egg","tier":0,"skills":["COOKING"],"lvl":2,"ids":{"hpBonus":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":49},{"name":"Expelled Shrapnel","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":105,"ids":{"hpBonus":{"minimum":-275,"maximum":-250},"mdRaw":{"minimum":35,"maximum":40}},"itemIDs":{"dura":-54,"strReq":8,"dexReq":8,"intReq":0,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":50},{"name":"Fairy Dust","tier":0,"skills":["SCRIBING"],"lvl":72,"ids":{"sdRaw":{"minimum":30,"maximum":33}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-80},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":51},{"name":"Feline Claws","tier":0,"skills":["TAILORING"],"lvl":62,"ids":{"mdPct":{"minimum":2,"maximum":3},"mdRaw":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-39,"strReq":0,"dexReq":4,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":712},{"name":"Firefly Dust","tier":0,"skills":["JEWELING","WOODWORKING"],"lvl":15,"ids":{"spRegen":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":52},{"name":"Fish Scales","tier":0,"skills":["ARMOURING"],"lvl":75,"ids":{"wDefPct":{"minimum":2,"maximum":6},"tDefPct":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":53},{"name":"Fluffy Fur","tier":0,"skills":["TAILORING"],"lvl":89,"ids":{"fDefPct":{"minimum":-6,"maximum":-4},"aDefPct":{"minimum":6,"maximum":9}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":54},{"name":"Forest Web","tier":0,"skills":["TAILORING","WOODWORKING","JEWELING"],"lvl":3,"ids":{"spd":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"consumableIDs":{"charges":0,"dura":0},"id":55},{"name":"Fresh Bone","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":61,"ids":{"xpb":{"minimum":2,"maximum":5},"lb":{"minimum":1,"maximum":4}},"itemIDs":{"dura":-77,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":56},{"name":"Fungi Spores","tier":0,"skills":["COOKING"],"lvl":7,"ids":{"poison":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":58},{"name":"Fresh Water","tier":0,"skills":["SCRIBING","COOKING","ALCHEMISM"],"lvl":5,"ids":{"wDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":57},{"name":"Ghostly Essence","tier":0,"skills":["JEWELING","SCRIBING"],"lvl":48,"ids":{"agi":{"minimum":0,"maximum":1},"tDamPct":{"minimum":0,"maximum":3}},"itemIDs":{"dura":-34,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":59},{"name":"Ghostly Membrane","tier":0,"skills":["TAILORING","SCRIBING"],"lvl":70,"ids":{"agi":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":-77},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":62},{"name":"Gert Skin","tier":0,"skills":["TAILORING"],"lvl":78,"ids":{"hpBonus":{"minimum":300,"maximum":330}},"itemIDs":{"dura":-44,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":60},{"name":"Ghostly Plume","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":98,"ids":{"agi":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":61},{"name":"Gold Bar","tier":0,"skills":["JEWELING"],"lvl":31,"ids":{"mdPct":{"minimum":-4,"maximum":-3},"lb":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":65},{"name":"Gold","displayName":"Platinum Ingot","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":82,"ids":{"lb":{"minimum":3,"maximum":5},"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":64},{"name":"Goblin Tooth","tier":0,"skills":["JEWELING"],"lvl":83,"ids":{"eSteal":{"minimum":1,"maximum":2},"mdRaw":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-9,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":63},{"name":"Gold Nugget","tier":0,"skills":["JEWELING"],"lvl":42,"ids":{"lb":{"minimum":-1,"maximum":2}},"itemIDs":{"dura":-19,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":66},{"name":"Gold Tooth","displayName":"Fake Tooth","tier":0,"skills":["JEWELING"],"lvl":25,"ids":{"lb":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":67},{"name":"Gollier Iron","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":74,"ids":{"def":{"minimum":2,"maximum":4},"spd":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":-86,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":68},{"name":"Grey Cloud","tier":0,"skills":["ALCHEMISM"],"lvl":96,"ids":{"wDefPct":{"minimum":4,"maximum":8},"aDefPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":69},{"name":"Gritty Rocks","tier":0,"skills":["WEAPONSMITHING"],"lvl":32,"ids":{"sdRaw":{"minimum":-12,"maximum":-8},"mdRaw":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-28,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":104},{"name":"Grook Feather","tier":0,"skills":["TAILORING"],"lvl":5,"ids":{"xpb":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":114},{"name":"Hardened Magma","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":87,"ids":{"hpBonus":{"minimum":400,"maximum":440}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":70},{"name":"Harpy Bone","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":82,"ids":{"aDamPct":{"minimum":1,"maximum":6}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":71},{"name":"Holy Powder","tier":0,"skills":["ALCHEMISM"],"lvl":98,"ids":{"spRegen":{"minimum":14,"maximum":18},"hprRaw":{"minimum":70,"maximum":75}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-93},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":72},{"name":"Hybrid Skin","tier":0,"skills":["TAILORING"],"lvl":87,"ids":{"ls":{"minimum":22,"maximum":45},"mdRaw":{"minimum":15,"maximum":22}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":7,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":73},{"name":"Ice Cream Sandwich","tier":0,"skills":["SCRIBING","COOKING"],"lvl":65,"ids":{"agi":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":74},{"name":"Ice Sliver","tier":0,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":40,"ids":{"dex":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":5,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":75},{"name":"Icy Shard","tier":0,"skills":["ARMOURING"],"lvl":45,"ids":{"thorns":{"minimum":2,"maximum":5},"wDamPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":76},{"name":"Illuminated Spirit","tier":0,"skills":["JEWELING"],"lvl":75,"ids":{"dex":{"minimum":1,"maximum":1},"eSteal":{"minimum":-2,"maximum":-1}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":77},{"name":"Lava Blisters","tier":0,"skills":["ARMOURING"],"lvl":38,"ids":{"fDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":78},{"name":"Leafy Stalk","tier":0,"skills":["WOODWORKING","WEAPONSMITHING","COOKING"],"lvl":68,"ids":{"hprRaw":{"minimum":4,"maximum":12}},"itemIDs":{"dura":-40,"strReq":5,"dexReq":0,"intReq":5,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":80},{"name":"Leather","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":2,"ids":{"def":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":79},{"name":"Licorice Ropes","tier":0,"skills":["TAILORING","COOKING"],"lvl":60,"ids":{"hprPct":{"minimum":-3,"maximum":-2},"spd":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":81},{"name":"Lizard Scale","tier":0,"skills":["ARMOURING"],"lvl":53,"ids":{"eDefPct":{"minimum":3,"maximum":5},"hpBonus":{"minimum":110,"maximum":130}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":82},{"name":"Lizard Tail","tier":0,"skills":["COOKING","SCRIBING"],"lvl":55,"ids":{"hprPct":{"minimum":2,"maximum":5},"hprRaw":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":83},{"name":"Looted Alloy","tier":0,"skills":["ARMOURING"],"lvl":61,"ids":{"fDefPct":{"minimum":3,"maximum":4},"hpBonus":{"minimum":140,"maximum":160}},"itemIDs":{"dura":-39,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":701},{"name":"Lunar Dust","tier":0,"skills":["SCRIBING","ALCHEMISM"],"lvl":32,"ids":{"sdPct":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-57},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":84},{"name":"Luu Luu Vertebrae","tier":0,"skills":["TAILORING"],"lvl":95,"ids":{"hpBonus":{"minimum":480,"maximum":520}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":85},{"name":"Magic Feather","tier":0,"skills":["SCRIBING"],"lvl":80,"ids":{"hprRaw":{"minimum":16,"maximum":20}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-84},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":86},{"name":"Magmatic Skin","tier":0,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":85,"ids":{"fDefPct":{"minimum":3,"maximum":5},"def":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":12,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":87},{"name":"Manis Carapace","tier":0,"skills":["COOKING"],"lvl":95,"ids":{"thorns":{"minimum":4,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-280},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":88},{"name":"Marsufosa Pelt","tier":0,"skills":["TAILORING"],"lvl":90,"ids":{"spd":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":89},{"name":"Mashed Insect","tier":0,"skills":["COOKING"],"lvl":30,"ids":{"hprPct":{"minimum":1,"maximum":2},"hprRaw":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":90},{"name":"Melted Steel","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":89,"ids":{"fDefPct":{"minimum":4,"maximum":8},"wDamPct":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":12,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":92},{"name":"Metal Scraps","tier":0,"skills":["ARMOURING"],"lvl":56,"ids":{"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":5,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":93},{"name":"Mineral Cinder","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":55,"ids":{"expd":{"minimum":1,"maximum":7}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":91},{"name":"Mixed Seeds","tier":0,"skills":["COOKING","ALCHEMISM"],"lvl":20,"ids":{"agi":{"minimum":-3,"maximum":-2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":15},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":94},{"name":"Myconid Spores","tier":0,"skills":["ALCHEMISM"],"lvl":71,"ids":{"fDamPct":{"minimum":3,"maximum":6},"wDamPct":{"minimum":3,"maximum":6},"aDamPct":{"minimum":3,"maximum":6},"tDamPct":{"minimum":3,"maximum":6},"eDamPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":95},{"name":"Naga Tail","tier":0,"skills":["ALCHEMISM"],"lvl":55,"ids":{"eDamPct":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":96},{"name":"Oceanic Silt","tier":0,"skills":["ARMOURING"],"lvl":27,"ids":{"mdRaw":{"minimum":4,"maximum":11}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":97},{"name":"Ocelot Tail","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":25,"ids":{"str":{"minimum":-2,"maximum":-1},"spd":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":99},{"name":"Ocelot Pelt","tier":0,"skills":["TAILORING"],"lvl":23,"ids":{"spd":{"minimum":0,"maximum":4}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":4},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":98},{"name":"Ominous Pearl","tier":0,"skills":["ALCHEMISM"],"lvl":97,"ids":{"xpb":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-94},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":101},{"name":"Old Bone","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":20,"ids":{"sdPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":100},{"name":"Optic Fiber","tier":0,"skills":["ARMOURING"],"lvl":101,"ids":{"ref":{"minimum":9,"maximum":18}},"itemIDs":{"dura":-53,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":102},{"name":"Orc Eye","tier":0,"skills":["WOODWORKING","TAILORING"],"lvl":44,"ids":{"spd":{"minimum":-5,"maximum":-3},"mdRaw":{"minimum":7,"maximum":13}},"itemIDs":{"dura":-33,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":103},{"name":"Orc Teeth","tier":0,"skills":["WEAPONSMITHING"],"lvl":46,"ids":{"mdPct":{"minimum":1,"maximum":2},"eDamPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-33,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":106},{"name":"Orc Skin","displayName":"Yale Leather","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":63,"ids":{"fDefPct":{"minimum":3,"maximum":6},"str":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-40,"strReq":5,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":105},{"name":"Overgrown Bones","tier":0,"skills":["COOKING","ALCHEMISM"],"lvl":61,"ids":{"hprRaw":{"minimum":7,"maximum":9}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":107},{"name":"Perkish Potato","tier":0,"skills":["COOKING"],"lvl":90,"ids":{"mdPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-270},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":108},{"name":"Pigman Meat","tier":0,"skills":["COOKING","ALCHEMISM"],"lvl":11,"ids":{"mdPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":109},{"name":"Pig's Remains","tier":0,"skills":["COOKING"],"lvl":78,"ids":{"hprRaw":{"minimum":12,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-240},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":110},{"name":"Plucked Feather","tier":0,"skills":["TAILORING","ALCHEMISM"],"lvl":83,"ids":{"spd":{"minimum":2,"maximum":3},"hpBonus":{"minimum":-320,"maximum":-200}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-84},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":111},{"name":"Poorly-Made Pouch","tier":0,"skills":["TAILORING"],"lvl":81,"ids":{"lb":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":112},{"name":"Potato","tier":0,"skills":["COOKING"],"lvl":1,"ids":{"lb":{"minimum":1,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":113},{"name":"Prickly Grass","tier":0,"skills":["ALCHEMISM","TAILORING"],"lvl":73,"ids":{"thorns":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":115},{"name":"Protective Fabric","tier":0,"skills":["TAILORING"],"lvl":85,"ids":{"fDefPct":{"minimum":1,"maximum":2},"wDefPct":{"minimum":1,"maximum":2},"aDefPct":{"minimum":1,"maximum":2},"tDefPct":{"minimum":1,"maximum":2},"eDefPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":116},{"name":"Putrid Gunk","tier":0,"skills":["SCRIBING"],"lvl":4,"ids":{"eDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-38},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":118},{"name":"Pure Rain Stone","tier":0,"skills":["JEWELING"],"lvl":77,"ids":{"mdPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":117},{"name":"Rancid Flesh","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"mdPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":119},{"name":"Red Mushroom","tier":0,"skills":["ALCHEMISM"],"lvl":1,"ids":{"hprRaw":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-36},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":121},{"name":"Rat Hair","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":3,"ids":{"ls":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":120},{"name":"Retinal Membrane","tier":0,"skills":["SCRIBING"],"lvl":100,"ids":{"lq":{"minimum":1,"maximum":1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-95},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":126},{"name":"Reptile Scales","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":52,"ids":{"ls":{"minimum":7,"maximum":13},"def":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":122},{"name":"River Clay","tier":0,"skills":["JEWELING","TAILORING","ARMOURING"],"lvl":23,"ids":{"mdPct":{"minimum":-4,"maximum":-2},"wDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":125},{"name":"Resilient Stone","tier":0,"skills":["ARMOURING"],"lvl":78,"ids":{"eDefPct":{"minimum":1,"maximum":3},"def":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":123},{"name":"Robot Antenna","tier":0,"skills":["ARMOURING"],"lvl":85,"ids":{"dex":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":5,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":124},{"name":"Rose","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":18,"ids":{"thorns":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":127},{"name":"Rotten Flesh","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":1,"ids":{"mdPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":129},{"name":"Rotten Bone","tier":0,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":8,"ids":{"def":{"minimum":1,"maximum":1},"spd":{"minimum":-2,"maximum":-1}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":128},{"name":"Royal Bug’s Blood","tier":0,"skills":["ALCHEMISM","WOODWORKING"],"lvl":76,"ids":{"sdPct":{"minimum":2,"maximum":4},"xpb":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":8,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-230},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":130},{"name":"Rusty Spurs","tier":0,"skills":["JEWELING"],"lvl":36,"ids":{"sprint":{"minimum":1,"maximum":3},"sprintReg":{"minimum":0,"maximum":-2}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":721},{"name":"Salt Water","tier":0,"skills":["COOKING","ALCHEMISM"],"lvl":21,"ids":{"hpBonus":{"minimum":10,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":131},{"name":"Sandy Bonemeal","tier":0,"skills":["JEWELING","ARMOURING"],"lvl":34,"ids":{"aDefPct":{"minimum":-3,"maximum":-2},"eDamPct":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-26,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":132},{"name":"Seagrass","tier":0,"skills":["COOKING"],"lvl":23,"ids":{"str":{"minimum":1,"maximum":4},"spd":{"minimum":-4,"maximum":-1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":134},{"name":"Seabird Feather","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":26,"ids":{"mdPct":{"minimum":-3,"maximum":-1},"aDamPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":133},{"name":"Severed Heart","tier":0,"skills":["COOKING"],"lvl":69,"ids":{"ls":{"minimum":12,"maximum":18},"hprRaw":{"minimum":-18,"maximum":-12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":135},{"name":"Sharp Claw","tier":0,"skills":["JEWELING","WEAPONSMITHING"],"lvl":85,"ids":{"mdPct":{"minimum":1,"maximum":3},"mdRaw":{"minimum":10,"maximum":13}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":137},{"name":"Severed Leg","tier":0,"skills":["WEAPONSMITHING"],"lvl":56,"ids":{"mdRaw":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":136},{"name":"Shattered Blade","tier":0,"skills":["WEAPONSMITHING"],"lvl":83,"ids":{"mdRaw":{"minimum":20,"maximum":23}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":5,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":138},{"name":"Shining Wool","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":72,"ids":{"fDamPct":{"minimum":1,"maximum":2},"wDamPct":{"minimum":1,"maximum":2},"aDamPct":{"minimum":1,"maximum":2},"tDamPct":{"minimum":1,"maximum":2},"eDamPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":143},{"name":"Shorting Wire","tier":0,"skills":["WEAPONSMITHING"],"lvl":90,"ids":{"tDefPct":{"minimum":-5,"maximum":-2},"tDamPct":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":15,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":139},{"name":"Sheep Hoof","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":8,"ids":{"sprint":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-19,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":722},{"name":"Silver Feather","tier":0,"skills":["SCRIBING"],"lvl":96,"ids":{"lb":{"minimum":0,"maximum":7},"agi":{"minimum":1,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-93},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":141},{"name":"Shredded Bone","tier":0,"skills":["ALCHEMISM","SCRIBING"],"lvl":23,"ids":{"thorns":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":140},{"name":"Snake Eye","tier":0,"skills":["ALCHEMISM"],"lvl":20,"ids":{"agi":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":4},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":145},{"name":"Skyraider Coin","tier":0,"skills":["JEWELING"],"lvl":99,"ids":{"eSteal":{"minimum":3,"maximum":4},"mdRaw":{"minimum":9,"maximum":10}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":7,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":142},{"name":"Sludge Parasite","tier":0,"skills":["ARMOURING"],"lvl":102,"ids":{"def":{"minimum":-4,"maximum":-2},"poison":{"minimum":100,"maximum":120}},"itemIDs":{"dura":-53,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":144},{"name":"Soft Blue Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"wDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":148},{"name":"Snow Heart","tier":0,"skills":["ALCHEMISM","COOKING"],"lvl":43,"ids":{"sdPct":{"minimum":2,"maximum":4},"wDamPct":{"minimum":1,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-180},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":147},{"name":"Snow Clump","tier":0,"skills":["TAILORING"],"lvl":45,"ids":{"ref":{"minimum":2,"maximum":5},"wDamPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":146},{"name":"Soft Green Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"eDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":151},{"name":"Soft White Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"aDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":150},{"name":"Soft Red Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"fDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":149},{"name":"Soft Sand","tier":0,"skills":["WEAPONSMITHING"],"lvl":30,"ids":{"mdPct":{"minimum":1,"maximum":1},"spd":{"minimum":-3,"maximum":-2}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":153},{"name":"Soggy Stone","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":76,"ids":{"tDefPct":{"minimum":-5,"maximum":-2},"wDamPct":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":154},{"name":"Soul Essence","tier":0,"skills":["SCRIBING"],"lvl":103,"ids":{"mdPct":{"minimum":5,"maximum":6},"mdRaw":{"minimum":23,"maximum":27}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-97},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":155},{"name":"Soft Yellow Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"tDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":152},{"name":"Spider Leg","tier":0,"skills":["TAILORING"],"lvl":43,"ids":{"spd":{"minimum":1,"maximum":3},"hpBonus":{"minimum":-50,"maximum":-40}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":5},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":156},{"name":"Spellbound Ash","tier":0,"skills":["ALCHEMISM"],"lvl":18,"ids":{"sdPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":5,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-45},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":157},{"name":"Spider Eggs","tier":0,"skills":["JEWELING","SCRIBING"],"lvl":23,"ids":{"poison":{"minimum":8,"maximum":10}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":158},{"name":"Spider Fang","tier":0,"skills":["ALCHEMISM","WEAPONSMITHING"],"lvl":5,"ids":{"poison":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-38},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":159},{"name":"Squid Ink","tier":0,"skills":["SCRIBING","COOKING"],"lvl":28,"ids":{"wDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":160},{"name":"Stolen Seeds","tier":0,"skills":["COOKING"],"lvl":92,"ids":{"thorns":{"minimum":8,"maximum":13},"eSteal":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-270},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":163},{"name":"Stack of Coins","tier":0,"skills":["JEWELING"],"lvl":73,"ids":{"xpb":{"minimum":1,"maximum":2},"lb":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-84,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":161},{"name":"Stolen Harvest","tier":0,"skills":["COOKING"],"lvl":53,"ids":{"hprRaw":{"minimum":5,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":162},{"name":"Storm Horn","tier":0,"skills":["WEAPONSMITHING"],"lvl":96,"ids":{"aDamPct":{"minimum":3,"maximum":5},"tDamPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":164},{"name":"Tanned Flesh","tier":0,"skills":["TAILORING"],"lvl":35,"ids":{"fDefPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":166},{"name":"Sugar Stick","tier":0,"skills":["WOODWORKING","COOKING"],"lvl":65,"ids":{"sdPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":165},{"name":"Tendon Clump","tier":0,"skills":["COOKING","SCRIBING"],"lvl":24,"ids":{"agi":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":168},{"name":"Terracotta Chunk","tier":0,"skills":["ARMOURING"],"lvl":33,"ids":{"eDefPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-30,"strReq":4,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":169},{"name":"Thick Mud","tier":0,"skills":["ALCHEMISM","JEWELING"],"lvl":21,"ids":{"str":{"minimum":1,"maximum":1},"spd":{"minimum":-3,"maximum":-2}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":170},{"name":"Tarnished Gold Foil","tier":0,"skills":["SCRIBING","JEWELING"],"lvl":5,"ids":{"xpb":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-38},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":167},{"name":"Thin Quill","tier":0,"skills":["SCRIBING","ARMOURING","TAILORING"],"lvl":8,"ids":{"aDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-19,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-40},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":172},{"name":"Thick Vines","tier":0,"skills":["WOODWORKING","TAILORING"],"lvl":53,"ids":{"eDefPct":{"minimum":4,"maximum":6},"spd":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":171},{"name":"Torn Skin","tier":0,"skills":["ALCHEMISM"],"lvl":50,"ids":{"poison":{"minimum":45,"maximum":50}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-66},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":173},{"name":"Toxic Lumps","tier":0,"skills":["ALCHEMISM"],"lvl":102,"ids":{"hprPct":{"minimum":-15,"maximum":-12},"tDamPct":{"minimum":5,"maximum":6},"eDamPct":{"minimum":8,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":175},{"name":"Troll Hair","tier":0,"skills":["WEAPONSMITHING"],"lvl":42,"ids":{"mdPct":{"minimum":2,"maximum":4},"spd":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":176},{"name":"Turtle Shell","tier":0,"skills":["ARMOURING"],"lvl":90,"ids":{"def":{"minimum":1,"maximum":1},"thorns":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":177},{"name":"Tough Skin","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":84,"ids":{"def":{"minimum":2,"maximum":4},"hpBonus":{"minimum":300,"maximum":400}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":174},{"name":"Unholy Spirit","tier":0,"skills":["ALCHEMISM","SCRIBING"],"lvl":62,"ids":{"spRegen":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":178},{"name":"Unmeltable Ice","tier":0,"skills":["JEWELING","WOODWORKING"],"lvl":92,"ids":{"fDefPct":{"minimum":1,"maximum":2},"wDefPct":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":8,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":179},{"name":"Victim's Skull","tier":0,"skills":["ARMOURING"],"lvl":60,"ids":{"xpb":{"minimum":-4,"maximum":-2},"lb":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":18,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":181},{"name":"Used Fireball","tier":0,"skills":["SCRIBING","ALCHEMISM"],"lvl":6,"ids":{"fDamPct":{"minimum":1,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-39},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":180},{"name":"Viscous Slime","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":51,"ids":{"poison":{"minimum":90,"maximum":105}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":182},{"name":"Void Essence","tier":0,"skills":["SCRIBING"],"lvl":95,"ids":{"sdPct":{"minimum":2,"maximum":4},"agi":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":191},{"name":"Warped Skin","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":14,"ids":{"def":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":183},{"name":"Waterlogged Branch","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":20,"ids":{"sdPct":{"minimum":-5,"maximum":-3},"mdPct":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":184},{"name":"Werewolf Tail","tier":0,"skills":["TAILORING","ALCHEMISM"],"lvl":72,"ids":{"def":{"minimum":-3,"maximum":-1},"spd":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":185},{"name":"Wood Shavings","tier":0,"skills":["SCRIBING","WOODWORKING"],"lvl":43,"ids":{"xpb":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":187},{"name":"Wolf Fang","tier":0,"skills":["WEAPONSMITHING"],"lvl":41,"ids":{"mdPct":{"minimum":1,"maximum":2},"spd":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":186},{"name":"Wood Scrap","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":75,"ids":{"mdRaw":{"minimum":20,"maximum":26}},"itemIDs":{"dura":-87,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":188},{"name":"Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":1,"ids":{"wDefPct":{"minimum":1,"maximum":2},"aDefPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":190},{"name":"Wood Snippet","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":16,"ids":{"hpBonus":{"minimum":10,"maximum":20}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":189},{"name":"Worn Memorabilia","tier":0,"skills":["JEWELING","TAILORING"],"lvl":16,"ids":{"hprPct":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":192},{"name":"Wybel Taffy","tier":0,"skills":["ALCHEMISM","COOKING"],"lvl":65,"ids":{"def":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":193},{"name":"Wybel Fluff","tier":0,"skills":["TAILORING"],"lvl":90,"ids":{"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":194},{"name":"Zhight Herbal Mix","tier":0,"skills":["COOKING","SCRIBING","ALCHEMISM"],"lvl":55,"ids":{"sdPct":{"minimum":-4,"maximum":-1},"mdPct":{"minimum":-4,"maximum":-1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":24},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":195},{"name":"Zombie Eye","tier":0,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":54,"ids":{"str":{"minimum":1,"maximum":2},"mdRaw":{"minimum":8,"maximum":15}},"itemIDs":{"dura":-37,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":196},{"name":"Acidic Remains","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":102,"ids":{"hprRaw":{"minimum":-60,"maximum":-50},"fDamPct":{"minimum":9,"maximum":12}},"itemIDs":{"dura":-74,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":197},{"name":"Active Fireball","tier":1,"skills":["SCRIBING","COOKING","ALCHEMISM"],"lvl":4,"ids":{"fDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":198},{"name":"Adventurer's Diary","tier":1,"skills":["SCRIBING"],"lvl":60,"ids":{"xpb":{"minimum":4,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-99},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":199},{"name":"Alga","tier":1,"skills":["TAILORING"],"lvl":60,"ids":{"str":{"minimum":2,"maximum":3},"mdRaw":{"minimum":24,"maximum":26}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":201},{"name":"Agullo Beak","tier":1,"skills":["WEAPONSMITHING"],"lvl":81,"ids":{"spd":{"minimum":3,"maximum":7},"aDamPct":{"minimum":6,"maximum":11}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":16},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":200},{"name":"Algae Mat","tier":1,"skills":["SCRIBING"],"lvl":36,"ids":{"ref":{"minimum":9,"maximum":15},"thorns":{"minimum":12,"maximum":18}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":202},{"name":"Ashen Hide","tier":1,"skills":["TAILORING"],"lvl":90,"ids":{"wDefPct":{"minimum":-12,"maximum":-8}},"itemIDs":{"dura":35,"strReq":0,"dexReq":0,"intReq":0,"defReq":6,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":203},{"name":"Beak of the Nivlan Beauty","tier":1,"skills":["WEAPONSMITHING","TAILORING","ARMOURING"],"lvl":8,"ids":{"hpBonus":{"minimum":10,"maximum":14}},"itemIDs":{"dura":-28,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":205},{"name":"Beef Tongue","tier":1,"skills":["COOKING"],"lvl":25,"ids":{"hprPct":{"minimum":5,"maximum":10},"hpBonus":{"minimum":24,"maximum":36}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":204},{"name":"Bloodstained Remains","tier":1,"skills":["TAILORING"],"lvl":58,"ids":{"ls":{"minimum":20,"maximum":30},"hprRaw":{"minimum":-20,"maximum":-15}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":206},{"name":"Broken Dagger","tier":1,"skills":["WEAPONSMITHING"],"lvl":73,"ids":{"mdPct":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-70,"strReq":15,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":207},{"name":"Broken Steel Hook","tier":1,"skills":["WOODWORKING"],"lvl":55,"ids":{"dex":{"minimum":2,"maximum":5},"mdRaw":{"minimum":18,"maximum":22}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":208},{"name":"Broken Steel Blade","tier":1,"skills":["WEAPONSMITHING"],"lvl":55,"ids":{"mdPct":{"minimum":2,"maximum":6},"str":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-52,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":209},{"name":"Burning Soul","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":85,"ids":{"wDefPct":{"minimum":-10,"maximum":-6},"fDamPct":{"minimum":8,"maximum":13}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":210},{"name":"Captain's Glass","tier":1,"skills":["WEAPONSMITHING","TAILORING"],"lvl":28,"ids":{"mdPct":{"minimum":7,"maximum":10},"spd":{"minimum":-6,"maximum":-3}},"itemIDs":{"dura":-38,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":211},{"name":"Carapace Fragment","tier":1,"skills":["ARMOURING","WOODWORKING"],"lvl":23,"ids":{"spd":{"minimum":4,"maximum":6},"mdRaw":{"minimum":8,"maximum":10}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":212},{"name":"Cat Tail","tier":1,"skills":["TAILORING"],"lvl":83,"ids":{"spd":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":213},{"name":"Chain Loop","tier":1,"skills":["ARMOURING"],"lvl":35,"ids":{"wDefPct":{"minimum":-6,"maximum":-4},"hpBonus":{"minimum":50,"maximum":70}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":215},{"name":"Cataratite","tier":1,"skills":["ARMOURING","JEWELING"],"lvl":100,"ids":{"hprPct":{"minimum":-10,"maximum":-8}},"itemIDs":{"dura":45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":214},{"name":"Charred Bone","tier":1,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":9,"ids":{"fDamPct":{"minimum":4,"maximum":7}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":216},{"name":"Chipped Quartz","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":45,"ids":{"sdPct":{"minimum":3,"maximum":5},"sdRaw":{"minimum":15,"maximum":20}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":218},{"name":"Chitin Plate","tier":1,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":64,"ids":{"dex":{"minimum":2,"maximum":4},"hpBonus":{"minimum":260,"maximum":320}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":25,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":217},{"name":"Coagulated Clot","tier":1,"skills":["SCRIBING","ALCHEMISM"],"lvl":7,"ids":{"hprRaw":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-54},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":219},{"name":"Congealed Slime","tier":1,"skills":["COOKING"],"lvl":80,"ids":{"eDefPct":{"minimum":6,"maximum":12},"spd":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-350},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":222},{"name":"Condor Feather","tier":1,"skills":["TAILORING"],"lvl":35,"ids":{"aDamPct":{"minimum":6,"maximum":10}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":220},{"name":"Consecrated Ivory","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":60,"ids":{"spRegen":{"minimum":10,"maximum":10},"sprint":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":723},{"name":"Corn Husk","tier":1,"skills":["COOKING","SCRIBING"],"lvl":23,"ids":{"hprRaw":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":221},{"name":"Cortrich Eggs","tier":1,"skills":["COOKING"],"lvl":83,"ids":{"str":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":223},{"name":"Cracked Geode","tier":1,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":24,"ids":{"str":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-35,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":224},{"name":"Crystal Dust","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":35,"ids":{"sdPct":{"minimum":4,"maximum":8},"spd":{"minimum":-5,"maximum":-2}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":8,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":225},{"name":"Crystallized Organ","tier":1,"skills":["COOKING"],"lvl":100,"ids":{"lq":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":226},{"name":"Cyclops Eye","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":84,"ids":{"str":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":227},{"name":"Dead Bee","tier":1,"skills":["ALCHEMISM"],"lvl":5,"ids":{"hpBonus":{"minimum":-6,"maximum":-4},"mdRaw":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-54},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":228},{"name":"Demonic Blood","tier":1,"skills":["COOKING","ARMOURING","TAILORING"],"lvl":99,"ids":{"ls":{"minimum":30,"maximum":40},"poison":{"minimum":60,"maximum":80}},"itemIDs":{"dura":-73,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":229},{"name":"Dense Void Hole Chunk","tier":1,"skills":["JEWELING"],"lvl":104,"ids":{"spd":{"minimum":-5,"maximum":-5},"eDamPct":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-75,"strReq":15,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":230},{"name":"Dragonling Egg","tier":1,"skills":["COOKING"],"lvl":98,"ids":{"aDefPct":{"minimum":6,"maximum":12},"tDefPct":{"minimum":5,"maximum":11},"eDefPct":{"minimum":8,"maximum":13}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":231},{"name":"Earthly Aura","tier":1,"skills":["SCRIBING"],"lvl":84,"ids":{"mdPct":{"minimum":5,"maximum":7},"str":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":232},{"name":"Durable Skin","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":77,"ids":{"eDefPct":{"minimum":4,"maximum":6},"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-61,"strReq":10,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":233},{"name":"Elemental Crystal","tier":1,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"ref":{"minimum":4,"maximum":5},"thorns":{"minimum":4,"maximum":5},"hpBonus":{"minimum":200,"maximum":230},"sdRaw":{"minimum":18,"maximum":25},"mdRaw":{"minimum":14,"maximum":20}},"itemIDs":{"dura":-101,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":234},{"name":"Empty Casings","tier":1,"skills":["JEWELING"],"lvl":45,"ids":{"mdPct":{"minimum":2,"maximum":3},"expd":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":235},{"name":"Energetic Aura","tier":1,"skills":["SCRIBING"],"lvl":80,"ids":{"ls":{"minimum":35,"maximum":40},"dex":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":236},{"name":"Essence Of Dusk","displayName":"Essence of Dusk","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":64,"ids":{"sdPct":{"minimum":6,"maximum":8},"sdRaw":{"minimum":25,"maximum":35}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":237},{"name":"Faebloom Petal","tier":1,"skills":["JEWELING"],"lvl":65,"ids":{"fDefPct":{"minimum":-6,"maximum":-5},"str":{"minimum":2,"maximum":2},"eDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-56,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":711},{"name":"Fancy Pelt","tier":1,"skills":["TAILORING"],"lvl":85,"ids":{"fDefPct":{"minimum":8,"maximum":12},"eDefPct":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":238},{"name":"Fiery Aura","tier":1,"skills":["SCRIBING"],"lvl":88,"ids":{"def":{"minimum":4,"maximum":6},"hpBonus":{"minimum":450,"maximum":550}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":239},{"name":"Flugsvamp Cap","tier":1,"skills":["COOKING"],"lvl":8,"ids":{"spd":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":240},{"name":"Forgotten Axe","tier":1,"skills":["WEAPONSMITHING"],"lvl":13,"ids":{"mdRaw":{"minimum":7,"maximum":10}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":241},{"name":"Forgotten Pickaxe","tier":1,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":96,"ids":{"mdRaw":{"minimum":40,"maximum":50},"eDamPct":{"minimum":6,"maximum":7}},"itemIDs":{"dura":-71,"strReq":14,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":242},{"name":"Foul Fluid","tier":1,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":71,"ids":{"poison":{"minimum":240,"maximum":280},"hprRaw":{"minimum":-30,"maximum":-20}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":243},{"name":"Fragmentation","tier":1,"skills":["ARMOURING","WOODWORKING"],"lvl":101,"ids":{"agi":{"minimum":5,"maximum":8},"hpBonus":{"minimum":-486,"maximum":-444}},"itemIDs":{"dura":-74,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":244},{"name":"Frostbitten Flesh","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":44,"ids":{"spd":{"minimum":-4,"maximum":-3},"hpBonus":{"minimum":120,"maximum":140}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":246},{"name":"Fuming Lava Rock","tier":1,"skills":["WEAPONSMITHING","ARMOURING","JEWELING"],"lvl":23,"ids":{"expd":{"minimum":3,"maximum":4},"fDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":245},{"name":"Gloomy Orb","tier":1,"skills":["JEWELING"],"lvl":57,"ids":{"ls":{"minimum":-12,"maximum":-8},"tDamPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":247},{"name":"Glowing Scales","tier":1,"skills":["ARMOURING"],"lvl":72,"ids":{"ref":{"minimum":5,"maximum":12},"thorns":{"minimum":5,"maximum":12}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":248},{"name":"Golden Coin","displayName":"Prized Coin","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":74,"ids":{"xpb":{"minimum":4,"maximum":4},"lb":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":250},{"name":"Green Foot","tier":1,"skills":["TAILORING"],"lvl":103,"ids":{"def":{"minimum":5,"maximum":8},"spd":{"minimum":-10,"maximum":-7},"hpBonus":{"minimum":750,"maximum":800}},"itemIDs":{"dura":-75,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":-10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":249},{"name":"Green Scale","tier":1,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":44,"ids":{"eDefPct":{"minimum":2,"maximum":6},"eDamPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-45,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":251},{"name":"Gunpowder","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":37,"ids":{"expd":{"minimum":15,"maximum":20}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-81},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":252},{"name":"Hardened Mandible","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":91,"ids":{"wDefPct":{"minimum":-10,"maximum":-7},"aDefPct":{"minimum":-10,"maximum":-7}},"itemIDs":{"dura":-70,"strReq":-10,"dexReq":0,"intReq":0,"defReq":-10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":253},{"name":"Hatchling Remnant","tier":1,"skills":["ARMOURING","SCRIBING"],"lvl":75,"ids":{"ls":{"minimum":40,"maximum":50},"aDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-61,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12},"consumableIDs":{"charges":0,"dura":-115},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":254},{"name":"Horse Mane","tier":1,"skills":["TAILORING","SCRIBING"],"lvl":22,"ids":{"agi":{"minimum":1,"maximum":1},"spd":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-69},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":255},{"name":"Hunter's Disguise","tier":1,"skills":["TAILORING"],"lvl":78,"ids":{"agi":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":257},{"name":"Ibjub Fruit","tier":1,"skills":["COOKING"],"lvl":60,"ids":{"ls":{"minimum":10,"maximum":12},"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-300},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":256},{"name":"Ice Fishing Bait","tier":1,"skills":["COOKING"],"lvl":41,"ids":{"spd":{"minimum":3,"maximum":5},"wDamPct":{"minimum":3,"maximum":5},"aDamPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-250},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":713},{"name":"Ice Fishing Net","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":41,"ids":{"hpBonus":{"minimum":50,"maximum":75},"sdRaw":{"minimum":10,"maximum":15},"mdRaw":{"minimum":10,"maximum":15}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":715},{"name":"Ice Fishing Hook","tier":1,"skills":["WEAPONSMITHING"],"lvl":41,"ids":{"hpBonus":{"minimum":-100,"maximum":-80},"sdRaw":{"minimum":16,"maximum":20},"mdRaw":{"minimum":16,"maximum":20}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":714},{"name":"Ice Fishing Twine","tier":1,"skills":["WOODWORKING"],"lvl":41,"ids":{"hpBonus":{"minimum":80,"maximum":100},"sdRaw":{"minimum":-20,"maximum":-16},"mdRaw":{"minimum":-20,"maximum":-16}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":716},{"name":"Ice Fragment","tier":1,"skills":["WOODWORKING","TAILORING"],"lvl":42,"ids":{"lb":{"minimum":2,"maximum":5},"agi":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":7},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":258},{"name":"Iceberries","tier":1,"skills":["ALCHEMISM"],"lvl":75,"ids":{"mr":{"minimum":0,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":259},{"name":"Illicit Quince","tier":1,"skills":["WOODWORKING","ALCHEMISM"],"lvl":33,"ids":{"hprPct":{"minimum":4,"maximum":5},"hpBonus":{"minimum":40,"maximum":45}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":697},{"name":"Illicit Hemlock","tier":1,"skills":["TAILORING","ALCHEMISM"],"lvl":33,"ids":{"ls":{"minimum":12,"maximum":18},"poison":{"minimum":20,"maximum":25}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":696},{"name":"Illicit Tingflower","tier":1,"skills":["JEWELING","ALCHEMISM"],"lvl":33,"ids":{"tDefPct":{"minimum":2,"maximum":4},"tDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-10},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":698},{"name":"Illicit Whitethorn","tier":1,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":33,"ids":{"agi":{"minimum":2,"maximum":3},"aDamPct":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":699},{"name":"Illicit Yarrow","tier":1,"skills":["ARMOURING","ALCHEMISM"],"lvl":33,"ids":{"int":{"minimum":2,"maximum":3},"sdRaw":{"minimum":15,"maximum":20}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":700},{"name":"Insanity Star","tier":1,"skills":["WOODWORKING","JEWELING"],"lvl":103,"ids":{"fDefPct":{"minimum":-4,"maximum":-2},"wDefPct":{"minimum":-4,"maximum":-2},"aDefPct":{"minimum":-4,"maximum":-2},"tDefPct":{"minimum":-4,"maximum":-2},"eDefPct":{"minimum":-4,"maximum":-2},"fDamPct":{"minimum":2,"maximum":4},"wDamPct":{"minimum":2,"maximum":4},"aDamPct":{"minimum":2,"maximum":4},"tDamPct":{"minimum":2,"maximum":4},"eDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-80,"strReq":10,"dexReq":10,"intReq":10,"defReq":10,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":265},{"name":"Infused Gold","tier":1,"skills":["JEWELING"],"lvl":18,"ids":{"lb":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":260},{"name":"Intermittenstirrups","tier":1,"skills":["WEAPONSMITHING","WOODWORKING","TAILORING"],"lvl":27,"ids":{"sprint":{"minimum":4,"maximum":6},"sprintReg":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-34,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":3},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":724},{"name":"Ivory Tusk","tier":1,"skills":["JEWELING"],"lvl":86,"ids":{"poison":{"minimum":-100,"maximum":-80},"hprRaw":{"minimum":20,"maximum":30}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":261},{"name":"Jolting Geode","tier":1,"skills":["JEWELING"],"lvl":13,"ids":{"mdRaw":{"minimum":2,"maximum":3},"tDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":263},{"name":"Karl Johan Cap","tier":1,"skills":["COOKING"],"lvl":7,"ids":{"hprRaw":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":264},{"name":"Kaian Scroll","tier":1,"skills":["SCRIBING"],"lvl":94,"ids":{"dex":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":262},{"name":"Larbonic Sheddings","tier":1,"skills":["TAILORING"],"lvl":103,"ids":{"wDefPct":{"minimum":12,"maximum":15},"aDefPct":{"minimum":-8,"maximum":-6},"eDefPct":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":266},{"name":"Laryngeal Flesh","tier":1,"skills":["ALCHEMISM"],"lvl":22,"ids":{"mdPct":{"minimum":10,"maximum":12},"sdRaw":{"minimum":-16,"maximum":-14}},"itemIDs":{"dura":0,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-69},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":267},{"name":"Leg Eater Tooth","tier":1,"skills":["WEAPONSMITHING"],"lvl":103,"ids":{"hprPct":{"minimum":-12,"maximum":-8},"tDamPct":{"minimum":6,"maximum":9},"eDamPct":{"minimum":6,"maximum":9}},"itemIDs":{"dura":-75,"strReq":10,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":268},{"name":"Letvus Delight","tier":1,"skills":["COOKING"],"lvl":70,"ids":{"fDamPct":{"minimum":5,"maximum":7},"wDamPct":{"minimum":5,"maximum":7},"aDamPct":{"minimum":5,"maximum":7},"tDamPct":{"minimum":5,"maximum":7},"eDamPct":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-325},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":270},{"name":"Lively Apple","tier":1,"skills":["COOKING"],"lvl":15,"ids":{"hprRaw":{"minimum":2,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":269},{"name":"Lion Fang","tier":1,"skills":["JEWELING","TAILORING"],"lvl":28,"ids":{"sdRaw":{"minimum":6,"maximum":8},"mdRaw":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":271},{"name":"Lockpicking Kit","tier":1,"skills":["TAILORING","ARMOURING"],"lvl":81,"ids":{"lb":{"minimum":1,"maximum":6},"eSteal":{"minimum":1,"maximum":5}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":275},{"name":"Lost Talisman","tier":1,"skills":["JEWELING","ARMOURING","TAILORING"],"lvl":71,"ids":{"ref":{"minimum":3,"maximum":4},"spRegen":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":272},{"name":"Lotus Seedpod","tier":1,"skills":["WOODWORKING","JEWELING","COOKING"],"lvl":80,"ids":{"hprPct":{"minimum":6,"maximum":8},"hprRaw":{"minimum":-15,"maximum":-13}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-340},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":273},{"name":"Luminescent Ink","tier":1,"skills":["SCRIBING"],"lvl":14,"ids":{"spRegen":{"minimum":20,"maximum":40}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":30},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":274},{"name":"Lunar Shard","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":34,"ids":{"ms":{"minimum":0,"maximum":4}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":276},{"name":"Luxic Plasma","displayName":"Antipollen","tier":1,"skills":["ARMOURING","ALCHEMISM"],"lvl":73,"ids":{"ref":{"minimum":2,"maximum":4},"thorns":{"minimum":2,"maximum":4},"eDamPct":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-62,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":277},{"name":"Marrow Dust","tier":1,"skills":["SCRIBING"],"lvl":92,"ids":{"hprRaw":{"minimum":40,"maximum":60}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":278},{"name":"Mixed Jewel Deposit","tier":1,"skills":["JEWELING"],"lvl":95,"ids":{"sdPct":{"minimum":3,"maximum":5},"mdPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-70,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":279},{"name":"Mooshroom Ear","tier":1,"skills":["ALCHEMISM"],"lvl":12,"ids":{"xpb":{"minimum":5,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":280},{"name":"Munched Grass","tier":1,"skills":["TAILORING","JEWELING"],"lvl":16,"ids":{"str":{"minimum":1,"maximum":1},"poison":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-31,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":282},{"name":"Muscle","tier":1,"skills":["COOKING","ALCHEMISM"],"lvl":21,"ids":{"mdPct":{"minimum":4,"maximum":8},"hpBonus":{"minimum":20,"maximum":30}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":281},{"name":"Native Jadeite","tier":1,"skills":["JEWELING","WEAPONSMITHING","WOODWORKING"],"lvl":63,"ids":{"sdPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":284},{"name":"Nasty Residue","tier":1,"skills":["JEWELING"],"lvl":65,"ids":{"sdPct":{"minimum":2,"maximum":3},"mdPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-54,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":283},{"name":"Natural Nitrates","tier":1,"skills":["ALCHEMISM"],"lvl":42,"ids":{"sprintReg":{"minimum":12,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":725},{"name":"Nightmare Fuel","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":50,"ids":{"ls":{"minimum":10,"maximum":15},"ms":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-101},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":285},{"name":"Oceanic Sand","tier":1,"skills":["JEWELING"],"lvl":30,"ids":{"wDefPct":{"minimum":3,"maximum":4},"eDefPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":4,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":286},{"name":"Optic Lens","tier":1,"skills":["ARMOURING"],"lvl":90,"ids":{"ref":{"minimum":9,"maximum":18}},"itemIDs":{"dura":-68,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":287},{"name":"Owl Feather","tier":1,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":43,"ids":{"spd":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":288},{"name":"Penguin Egg","tier":1,"skills":["COOKING","ALCHEMISM"],"lvl":46,"ids":{"wDefPct":{"minimum":3,"maximum":5},"aDefPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-260},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":289},{"name":"Pearlescent Jewel","tier":1,"skills":["JEWELING"],"lvl":70,"ids":{"sdRaw":{"minimum":10,"maximum":15},"aDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":16,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":290},{"name":"Phrumkin Seeds","tier":1,"skills":["COOKING"],"lvl":67,"ids":{"mdPct":{"minimum":5,"maximum":8},"hpBonus":{"minimum":130,"maximum":170}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-320},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":291},{"name":"Pigman Ivory","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":14,"ids":{"mdRaw":{"minimum":5,"maximum":9},"sprintReg":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-34,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":726},{"name":"Pig's Skull","tier":1,"skills":["ARMOURING"],"lvl":78,"ids":{"str":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-63,"strReq":12,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":292},{"name":"Pilfered Silver","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":61,"ids":{"lb":{"minimum":4,"maximum":5},"mdRaw":{"minimum":45,"maximum":45}},"itemIDs":{"dura":-54,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":702},{"name":"Pillaged Fragment","tier":1,"skills":["JEWELING"],"lvl":47,"ids":{"lb":{"minimum":2,"maximum":3},"eSteal":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":293},{"name":"Pink Pelute","tier":1,"skills":["ALCHEMISM","SCRIBING","COOKING"],"lvl":53,"ids":{"xpb":{"minimum":1,"maximum":6},"lb":{"minimum":1,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":294},{"name":"Pink Wool","tier":1,"skills":["TAILORING"],"lvl":2,"ids":{"wDefPct":{"minimum":3,"maximum":4},"aDefPct":{"minimum":3,"maximum":4},"tDefPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":295},{"name":"Piranha Jaw","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":25,"ids":{"spd":{"minimum":2,"maximum":6},"tDamPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":297},{"name":"Pirate Beard","tier":1,"skills":["ALCHEMISM"],"lvl":90,"ids":{"mdRaw":{"minimum":48,"maximum":60},"wDamPct":{"minimum":8,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":5,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":296},{"name":"Poison Sac","tier":1,"skills":["ALCHEMISM"],"lvl":44,"ids":{"poison":{"minimum":50,"maximum":55}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-87},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":298},{"name":"Poisonous Spider Eye","tier":1,"skills":["JEWELING","ALCHEMISM"],"lvl":5,"ids":{"poison":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-54},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":299},{"name":"Powdery Bone","tier":1,"skills":["SCRIBING"],"lvl":30,"ids":{"spd":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-75},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":300},{"name":"Primitive Delicacy","tier":1,"skills":["COOKING"],"lvl":51,"ids":{"sdPct":{"minimum":-10,"maximum":-6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":301},{"name":"Pristine Claw","tier":1,"skills":["JEWELING"],"lvl":70,"ids":{"sdRaw":{"minimum":-15,"maximum":-12},"mdRaw":{"minimum":10,"maximum":12}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":15,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":302},{"name":"Putrid Spores","tier":1,"skills":["ALCHEMISM"],"lvl":62,"ids":{"poison":{"minimum":100,"maximum":115}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":303},{"name":"Altitude Shard","tier":1,"skills":["SCRIBING"],"lvl":83,"ids":{"aDefPct":{"minimum":12,"maximum":15},"spd":{"minimum":8,"maximum":10},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":304},{"name":"Bionic Fiber","tier":1,"skills":["WOODWORKING"],"lvl":53,"ids":{"dex":{"minimum":4,"maximum":5},"tDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":7,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":305},{"name":"Flytrap Fangs","tier":1,"skills":["WEAPONSMITHING"],"lvl":77,"ids":{"str":{"minimum":3,"maximum":3},"dex":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-62,"strReq":6,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":306},{"name":"Goblin Trinket","tier":1,"skills":["JEWELING"],"lvl":42,"ids":{"xpb":{"minimum":3,"maximum":4},"eSteal":{"minimum":3,"maximum":4},"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":307},{"name":"Insulated Wiring","tier":1,"skills":["ARMOURING"],"lvl":84,"ids":{"fDefPct":{"minimum":6,"maximum":9},"tDefPct":{"minimum":6,"maximum":9},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":5,"intReq":0,"defReq":5,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":308},{"name":"Kaolin Clay","tier":1,"skills":["TAILORING"],"lvl":22,"ids":{"wDefPct":{"minimum":7,"maximum":10},"mdPct":{"minimum":-4,"maximum":-3},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":3,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":310},{"name":"Ivy Sprout","tier":1,"skills":["COOKING"],"lvl":73,"ids":{"expd":{"minimum":10,"maximum":12},"poison":{"minimum":40,"maximum":55},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-330},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":309},{"name":"Magicule Sample","tier":1,"skills":["ALCHEMISM"],"lvl":75,"ids":{"sdPct":{"minimum":-7,"maximum":-5},"ms":{"minimum":4,"maximum":4},"gXp":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-115},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":311},{"name":"Nova Bloom","tier":1,"skills":["JEWELING","SCRIBING"],"lvl":73,"ids":{"sdRaw":{"minimum":12,"maximum":15},"fDamPct":{"minimum":3,"maximum":3},"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-60,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":312},{"name":"Olmic Artifact","tier":1,"skills":["WOODWORKING"],"lvl":103,"ids":{"agi":{"minimum":4,"maximum":6},"hprRaw":{"minimum":50,"maximum":60}},"itemIDs":{"dura":-80,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":313},{"name":"Outdated Newspaper","tier":1,"skills":["SCRIBING"],"lvl":13,"ids":{"xpb":{"minimum":3,"maximum":4},"lb":{"minimum":2,"maximum":2},"gSpd":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":315},{"name":"Red Shale","tier":1,"skills":["WEAPONSMITHING"],"lvl":31,"ids":{"hprPct":{"minimum":8,"maximum":10},"def":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-39,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":316},{"name":"Roasted Tissue","tier":1,"skills":["TAILORING","COOKING"],"lvl":93,"ids":{"mdPct":{"minimum":3,"maximum":5},"fDamPct":{"minimum":3,"maximum":5},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-380},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":314},{"name":"Savannah Stone","tier":1,"skills":["JEWELING"],"lvl":25,"ids":{"def":{"minimum":2,"maximum":2},"fDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-36,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":317},{"name":"Serafite","tier":1,"skills":["JEWELING"],"lvl":100,"ids":{"sdPct":{"minimum":3,"maximum":5},"hpBonus":{"minimum":-175,"maximum":-140},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-73,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":318},{"name":"Spectral Spike","tier":1,"skills":["WEAPONSMITHING"],"lvl":62,"ids":{"mdRaw":{"minimum":40,"maximum":45},"aDamPct":{"minimum":7,"maximum":8}},"itemIDs":{"dura":-54,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":319},{"name":"Tangy Nectar","tier":1,"skills":["COOKING"],"lvl":63,"ids":{"sdRaw":{"minimum":15,"maximum":18},"fDamPct":{"minimum":4,"maximum":6},"gSpd":{"minimum":3,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-310},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":321},{"name":"Tropical Honeysuckle","tier":1,"skills":["ALCHEMISM"],"lvl":53,"ids":{"spd":{"minimum":4,"maximum":6},"hprRaw":{"minimum":18,"maximum":20},"gSpd":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-95},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":320},{"name":"Ursine Claw","tier":1,"skills":["ARMOURING"],"lvl":44,"ids":{"sdRaw":{"minimum":-25,"maximum":-20},"mdRaw":{"minimum":20,"maximum":25},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-46,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":322},{"name":"Waterfall Thyme","tier":1,"skills":["COOKING"],"lvl":15,"ids":{"wDefPct":{"minimum":4,"maximum":6},"wDamPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-185},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":324},{"name":"Webbed Offshoot","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":10,"ids":{"spd":{"minimum":3,"maximum":4},"sdRaw":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-29,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":323},{"name":"Zombie Brain","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":4,"ids":{"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":325},{"name":"Recluse Venom Sac","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":72,"ids":{"poison":{"minimum":250,"maximum":300}},"itemIDs":{"dura":-59,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":326},{"name":"Red Mercury","tier":1,"skills":["COOKING"],"lvl":98,"ids":{"hpBonus":{"minimum":600,"maximum":800},"hprRaw":{"minimum":-96,"maximum":-72}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":328},{"name":"Regenerative Pins","tier":1,"skills":["TAILORING","WEAPONSMITHING","SCRIBING"],"lvl":78,"ids":{"hprPct":{"minimum":7,"maximum":8},"thorns":{"minimum":7,"maximum":8}},"itemIDs":{"dura":-62,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-115},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":327},{"name":"Resistant Strain","tier":1,"skills":["SCRIBING"],"lvl":60,"ids":{"fDefPct":{"minimum":6,"maximum":8},"tDefPct":{"minimum":3,"maximum":3},"eDefPct":{"minimum":4,"maximum":5},"poison":{"minimum":60,"maximum":70}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":681},{"name":"Rock-Hard Beak","tier":1,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":83,"ids":{"agi":{"minimum":2,"maximum":6},"def":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":329},{"name":"Rotten Log","tier":1,"skills":["SCRIBING"],"lvl":41,"ids":{"eDamPct":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-84},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":331},{"name":"Rotten Teeth","tier":1,"skills":["ALCHEMISM"],"lvl":90,"ids":{"mdPct":{"minimum":10,"maximum":15},"ls":{"minimum":-50,"maximum":-45}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":330},{"name":"Rusty Axe Head","tier":1,"skills":["WEAPONSMITHING"],"lvl":60,"ids":{"mdPct":{"minimum":-8,"maximum":-5}},"itemIDs":{"dura":21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":332},{"name":"Scalding Sand","tier":1,"skills":["WEAPONSMITHING"],"lvl":34,"ids":{"def":{"minimum":1,"maximum":3},"fDamPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":334},{"name":"Runner's Bandages","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":43,"ids":{"sprintReg":{"minimum":8,"maximum":11}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":727},{"name":"Sea Salt","tier":1,"skills":["COOKING","ALCHEMISM"],"lvl":32,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":335},{"name":"Salt","tier":1,"skills":["COOKING"],"lvl":34,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":333},{"name":"Sentient Shadow","tier":1,"skills":["TAILORING"],"lvl":92,"ids":{"aDefPct":{"minimum":6,"maximum":8},"spd":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":336},{"name":"Sharp Edge","tier":1,"skills":["WEAPONSMITHING"],"lvl":35,"ids":{"sdPct":{"minimum":-9,"maximum":-8},"mdPct":{"minimum":8,"maximum":9}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":337},{"name":"Shiny Pebble","tier":1,"skills":["JEWELING"],"lvl":83,"ids":{"xpb":{"minimum":3,"maximum":4},"eDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-65,"strReq":20,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":338},{"name":"Shiny Mineral Deposit","tier":1,"skills":["JEWELING"],"lvl":95,"ids":{"str":{"minimum":0,"maximum":1},"dex":{"minimum":0,"maximum":1},"int":{"minimum":0,"maximum":1},"agi":{"minimum":0,"maximum":1},"def":{"minimum":0,"maximum":1}},"itemIDs":{"dura":-87,"strReq":8,"dexReq":8,"intReq":8,"defReq":8,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":339},{"name":"Sky Snail Shell","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":95,"ids":{"hprPct":{"minimum":6,"maximum":14},"ref":{"minimum":13,"maximum":20},"thorns":{"minimum":8,"maximum":15}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":340},{"name":"Smooth Silt","tier":1,"skills":["ARMOURING","ALCHEMISM"],"lvl":18,"ids":{"wDefPct":{"minimum":3,"maximum":5},"hpBonus":{"minimum":15,"maximum":25}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":3,"agiReq":0},"consumableIDs":{"charges":0,"dura":-66},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":341},{"name":"Snake Tooth","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":25,"ids":{"spd":{"minimum":3,"maximum":4},"poison":{"minimum":28,"maximum":33}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":343},{"name":"Snake Skin","tier":1,"skills":["ALCHEMISM"],"lvl":66,"ids":{"spd":{"minimum":8,"maximum":12},"hpBonus":{"minimum":-300,"maximum":-250},"aDamPct":{"minimum":8,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":342},{"name":"Snake Scale","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":32,"ids":{"ref":{"minimum":3,"maximum":7},"thorns":{"minimum":3,"maximum":7}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":-5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":344},{"name":"Soapstone","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":59,"ids":{"hpBonus":{"minimum":-150,"maximum":-120},"mdRaw":{"minimum":20,"maximum":25}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":345},{"name":"Spike Residue","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":27,"ids":{"thorns":{"minimum":6,"maximum":11},"hpBonus":{"minimum":36,"maximum":48}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":346},{"name":"Spiked Capsule","tier":1,"skills":["ALCHEMISM","COOKING"],"lvl":60,"ids":{"hprPct":{"minimum":6,"maximum":10},"mdPct":{"minimum":-7,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":347},{"name":"Squid Beak","tier":1,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":38,"ids":{"sdPct":{"minimum":1,"maximum":7},"mdPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":348},{"name":"Stolen Goods","tier":1,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING","ALCHEMISM","SCRIBING"],"lvl":83,"ids":{"xpb":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":349},{"name":"Sticky Fern","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":25,"ids":{"ls":{"minimum":5,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":350},{"name":"Stone Plating","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":82,"ids":{"spd":{"minimum":-10,"maximum":-6},"hpBonus":{"minimum":480,"maximum":550}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":354},{"name":"Strange Geode","tier":1,"skills":["JEWELING"],"lvl":28,"ids":{"eDefPct":{"minimum":5,"maximum":6},"spd":{"minimum":-4,"maximum":-3}},"itemIDs":{"dura":-38,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":351},{"name":"Stretched Rawhide","tier":1,"skills":["TAILORING"],"lvl":40,"ids":{"str":{"minimum":-4,"maximum":-2},"def":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":352},{"name":"Strong Flesh","tier":1,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":3,"ids":{"mdPct":{"minimum":2,"maximum":4},"mdRaw":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":353},{"name":"Sylphid Tears","tier":1,"skills":["ALCHEMISM"],"lvl":98,"ids":{"aDefPct":{"minimum":10,"maximum":18},"aDamPct":{"minimum":8,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":15},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":355},{"name":"Tender Pork Fillet","tier":1,"skills":["COOKING"],"lvl":85,"ids":{"eDamPct":{"minimum":3,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":356},{"name":"Terra Steel","tier":1,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":88,"ids":{"fDamPct":{"minimum":5,"maximum":8},"eDamPct":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-66,"strReq":12,"dexReq":0,"intReq":0,"defReq":12,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":357},{"name":"Terramarine Dust","tier":1,"skills":["WOODWORKING","SCRIBING"],"lvl":62,"ids":{"wDamPct":{"minimum":5,"maximum":7},"eDamPct":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-55,"strReq":6,"dexReq":0,"intReq":6,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":704},{"name":"Titanium Chunk","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":70,"ids":{"thorns":{"minimum":10,"maximum":12},"hpBonus":{"minimum":350,"maximum":400}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":18,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":360},{"name":"Throbbing Avos Heart","tier":1,"skills":["COOKING"],"lvl":90,"ids":{"sdPct":{"minimum":6,"maximum":8},"hprRaw":{"minimum":15,"maximum":25}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-380},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":361},{"name":"Tough Bone","tier":1,"skills":["JEWELING","ARMOURING"],"lvl":22,"ids":{"def":{"minimum":0,"maximum":2}},"itemIDs":{"dura":18,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":359},{"name":"Toxic Spores","tier":1,"skills":["ALCHEMISM"],"lvl":16,"ids":{"mdPct":{"minimum":4,"maximum":7},"poison":{"minimum":4,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-63},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":364},{"name":"Truffle","tier":1,"skills":["COOKING"],"lvl":20,"ids":{"hprPct":{"minimum":4,"maximum":6},"hpBonus":{"minimum":30,"maximum":40}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":363},{"name":"Tentacle","tier":1,"skills":["COOKING"],"lvl":85,"ids":{"wDefPct":{"minimum":7,"maximum":10},"int":{"minimum":4,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":358},{"name":"Undead Heart","tier":1,"skills":["ARMOURING","WOODWORKING"],"lvl":15,"ids":{"def":{"minimum":1,"maximum":3},"hpBonus":{"minimum":10,"maximum":30}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":365},{"name":"Viking Stone","tier":1,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":47,"ids":{"int":{"minimum":2,"maximum":4},"wDamPct":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":7,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":367},{"name":"Viral Tentacle","tier":1,"skills":["COOKING"],"lvl":102,"ids":{"str":{"minimum":2,"maximum":4},"eDamPct":{"minimum":6,"maximum":11}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":366},{"name":"Voidstone Sample","tier":1,"skills":["ALCHEMISM","JEWELING"],"lvl":96,"ids":{"ls":{"minimum":30,"maximum":35},"spd":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-72,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":368},{"name":"Watery Aura","tier":1,"skills":["SCRIBING"],"lvl":86,"ids":{"sdPct":{"minimum":6,"maximum":8},"int":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":369},{"name":"Windy Aura","tier":1,"skills":["SCRIBING"],"lvl":82,"ids":{"agi":{"minimum":3,"maximum":7},"spd":{"minimum":7,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":370},{"name":"Wooly Armour","tier":1,"skills":["TAILORING"],"lvl":10,"ids":{"wDefPct":{"minimum":2,"maximum":5},"aDefPct":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":371},{"name":"Worn Coin","tier":1,"skills":["ARMOURING","TAILORING","WOODWORKING","WEAPONSMITHING"],"lvl":26,"ids":{"lb":{"minimum":2,"maximum":4},"spd":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":372},{"name":"Wriggling Darkness","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"ls":{"minimum":30,"maximum":40},"tDamPct":{"minimum":4,"maximum":8}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":20,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":373},{"name":"Torn Rawhide","tier":1,"skills":["TAILORING"],"lvl":43,"ids":{"str":{"minimum":2,"maximum":4},"def":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-45,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":362},{"name":"Zhight Coral Piece","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":57,"ids":{"fDefPct":{"minimum":1,"maximum":4},"wDefPct":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":374},{"name":"Zhight Shiny Stone","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":57,"ids":{"xpb":{"minimum":2,"maximum":4},"lb":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":375},{"name":"Accursed Effigy","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":76,"ids":{"ms":{"minimum":4,"maximum":4},"spd":{"minimum":-12,"maximum":-10},"fDamPct":{"minimum":8,"maximum":14}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":377},{"name":"Acidic Blood","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":43,"ids":{"poison":{"minimum":140,"maximum":150}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":378},{"name":"7-Yottabyte Storage Component","tier":2,"skills":["ARMOURING","WEAPONSMITHING","WOODWORKING"],"lvl":90,"ids":{},"itemIDs":{"dura":-98,"strReq":0,"dexReq":-12,"intReq":0,"defReq":-12,"agiReq":-12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":376},{"name":"Acidic Solution","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":60,"ids":{"poison":{"minimum":260,"maximum":290}},"itemIDs":{"dura":-77,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":379},{"name":"Adaptive Tissue","tier":2,"skills":["WEAPONSMITHING"],"lvl":78,"ids":{"hprPct":{"minimum":8,"maximum":12},"str":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-89,"strReq":11,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":380},{"name":"Aged Tome","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":82,"ids":{"sdPct":{"minimum":10,"maximum":14},"mdPct":{"minimum":-12,"maximum":-9}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":381},{"name":"Ancient Currency","tier":2,"skills":["TAILORING"],"lvl":102,"ids":{"lb":{"minimum":5,"maximum":7},"lq":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-150,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":382},{"name":"Ancient Moss","tier":2,"skills":["WOODWORKING","TAILORING","COOKING"],"lvl":78,"ids":{"mdRaw":{"minimum":25,"maximum":25},"eDamPct":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-89,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-490},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":383},{"name":"Ancient Panel","tier":2,"skills":["WOODWORKING"],"lvl":37,"ids":{"hprPct":{"minimum":7,"maximum":10},"fDamPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-60,"strReq":0,"dexReq":0,"intReq":0,"defReq":12,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":384},{"name":"Angelic Gem","tier":2,"skills":["JEWELING"],"lvl":98,"ids":{"fDefPct":{"minimum":4,"maximum":5},"wDefPct":{"minimum":4,"maximum":5},"aDefPct":{"minimum":4,"maximum":5},"tDefPct":{"minimum":4,"maximum":5},"eDefPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-103,"strReq":12,"dexReq":12,"intReq":12,"defReq":12,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":385},{"name":"Antique Metal","tier":2,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":78,"ids":{"def":{"minimum":2,"maximum":3},"spd":{"minimum":-4,"maximum":-3}},"itemIDs":{"dura":63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":386},{"name":"Atmospheric Aspect","tier":2,"skills":["TAILORING"],"lvl":75,"ids":{"mdPct":{"minimum":-12,"maximum":-12},"sdRaw":{"minimum":65,"maximum":65},"aDamPct":{"minimum":10,"maximum":10},"tDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-86,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":682},{"name":"Beastial Viscera","tier":2,"skills":["SCRIBING"],"lvl":72,"ids":{"mdPct":{"minimum":6,"maximum":8},"hpBonus":{"minimum":400,"maximum":550}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":387},{"name":"Blazing Fireball","tier":2,"skills":["SCRIBING","ALCHEMISM"],"lvl":6,"ids":{"fDamPct":{"minimum":8,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":389},{"name":"Blazing Stimulants","tier":2,"skills":["ALCHEMISM"],"lvl":58,"ids":{"spd":{"minimum":8,"maximum":9},"hprRaw":{"minimum":-24,"maximum":-32},"sprintReg":{"minimum":16,"maximum":19}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":728},{"name":"Black Sulphur","tier":2,"skills":["COOKING","ALCHEMISM"],"lvl":45,"ids":{"expd":{"minimum":12,"maximum":24},"fDamPct":{"minimum":6,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-370},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":388},{"name":"Bloated Artery","tier":2,"skills":["TAILORING","WOODWORKING"],"lvl":55,"ids":{"hprPct":{"minimum":12,"maximum":15},"ls":{"minimum":-35,"maximum":-30}},"itemIDs":{"dura":-73,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":390},{"name":"Bob's Tear","tier":2,"skills":["JEWELING","TAILORING","ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":4,"ids":{},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":25,"touching":0,"notTouching":0},"id":391},{"name":"Bottled Decay","tier":2,"skills":["ALCHEMISM"],"lvl":57,"ids":{"hprRaw":{"minimum":-40,"maximum":-30},"tDamPct":{"minimum":12,"maximum":18},"eDamPct":{"minimum":12,"maximum":18}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":392},{"name":"Burial Talisman","tier":2,"skills":["JEWELING"],"lvl":36,"ids":{"wDefPct":{"minimum":-5,"maximum":-4},"aDefPct":{"minimum":-5,"maximum":-4},"tDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-60,"strReq":0,"dexReq":9,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":393},{"name":"Burnt Skull","tier":2,"skills":["ARMOURING"],"lvl":9,"ids":{"wDefPct":{"minimum":-6,"maximum":-4},"fDamPct":{"minimum":7,"maximum":10}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":394},{"name":"Calmed Thunder","tier":2,"skills":["TAILORING","SCRIBING"],"lvl":96,"ids":{"tDefPct":{"minimum":12,"maximum":18},"eDefPct":{"minimum":10,"maximum":16}},"itemIDs":{"dura":-101,"strReq":0,"dexReq":20,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":395},{"name":"Cat Food","tier":2,"skills":["COOKING","ALCHEMISM"],"lvl":28,"ids":{"mr":{"minimum":6,"maximum":6},"xpb":{"minimum":-10,"maximum":-8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-310},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":396},{"name":"Chaotic Embers","tier":2,"skills":["TAILORING"],"lvl":30,"ids":{"fDefPct":{"minimum":-10,"maximum":-9},"fDamPct":{"minimum":9,"maximum":10}},"itemIDs":{"dura":-55,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":397},{"name":"Cherry Sapling","tier":2,"skills":["COOKING"],"lvl":78,"ids":{"str":{"minimum":4,"maximum":5},"int":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-490},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":398},{"name":"Compressed Aspect","tier":2,"skills":["WEAPONSMITHING"],"lvl":75,"ids":{"hprRaw":{"minimum":55,"maximum":55},"mdRaw":{"minimum":-80,"maximum":-80},"fDamPct":{"minimum":10,"maximum":10},"aDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-88,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":683},{"name":"Condensed Darkness","tier":2,"skills":["JEWELING","ALCHEMISM"],"lvl":102,"ids":{"ms":{"minimum":4,"maximum":4},"hpBonus":{"minimum":-260,"maximum":-240},"sdRaw":{"minimum":-40,"maximum":-35}},"itemIDs":{"dura":-106,"strReq":0,"dexReq":0,"intReq":-20,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":399},{"name":"Contraband Absinthe","tier":2,"skills":["ALCHEMISM"],"lvl":36,"ids":{"str":{"minimum":2,"maximum":4},"dex":{"minimum":2,"maximum":4},"int":{"minimum":2,"maximum":4},"agi":{"minimum":2,"maximum":4},"def":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":707},{"name":"Contraband Hibiscus","tier":2,"skills":["SCRIBING"],"lvl":36,"ids":{"fDamPct":{"minimum":5,"maximum":7},"wDamPct":{"minimum":5,"maximum":7},"aDamPct":{"minimum":5,"maximum":7},"tDamPct":{"minimum":5,"maximum":7},"eDamPct":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":717},{"name":"Contraband Miracle Berry","tier":2,"skills":["COOKING"],"lvl":36,"ids":{"sdPct":{"minimum":-6,"maximum":-4},"mdPct":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":709},{"name":"Corrupted Ichor","tier":2,"skills":["SCRIBING"],"lvl":10,"ids":{"ls":{"minimum":6,"maximum":10},"spd":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-84},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":400},{"name":"Crumbling Skull","tier":2,"skills":["ARMOURING"],"lvl":10,"ids":{},"itemIDs":{"dura":-52,"strReq":-5,"dexReq":0,"intReq":0,"defReq":-5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":401},{"name":"Crystalline Growth","tier":2,"skills":["TAILORING","WEAPONSMITHING"],"lvl":87,"ids":{"mr":{"minimum":6,"maximum":6},"sdRaw":{"minimum":65,"maximum":70}},"itemIDs":{"dura":-94,"strReq":0,"dexReq":0,"intReq":30,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":402},{"name":"Curse Gland","tier":2,"skills":["WOODWORKING"],"lvl":66,"ids":{"wDefPct":{"minimum":-9,"maximum":-6},"eDamPct":{"minimum":10,"maximum":13}},"itemIDs":{"dura":-78,"strReq":12,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":403},{"name":"Cursed Ashes","tier":2,"skills":["SCRIBING"],"lvl":65,"ids":{"ms":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":404},{"name":"Cyclone Blue Leaves","tier":2,"skills":["COOKING"],"lvl":53,"ids":{"spd":{"minimum":-6,"maximum":-5},"jh":{"minimum":1,"maximum":1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":405},{"name":"Dark Iris","tier":2,"skills":["ALCHEMISM"],"lvl":100,"ids":{"spRegen":{"minimum":-50,"maximum":-50},"hprRaw":{"minimum":100,"maximum":130}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-180},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":407},{"name":"Dark Matter","displayName":"Dark Energy","tier":2,"skills":["WOODWORKING"],"lvl":100,"ids":{"spRegen":{"minimum":-14,"maximum":-13},"mdRaw":{"minimum":90,"maximum":100}},"itemIDs":{"dura":-110,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":406},{"name":"Defiled Luxroot","tier":2,"skills":["WOODWORKING","TAILORING"],"lvl":64,"ids":{"aDefPct":{"minimum":-8,"maximum":-6},"tDefPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":56,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":408},{"name":"Desert Fossil","tier":2,"skills":["JEWELING"],"lvl":30,"ids":{"agi":{"minimum":2,"maximum":2},"def":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":410},{"name":"Diseased Fluids","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":80,"ids":{"poison":{"minimum":147,"maximum":173},"hpBonus":{"minimum":-357,"maximum":-314}},"itemIDs":{"dura":-90,"strReq":-13,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":409},{"name":"Disturbed Aspect","tier":2,"skills":["ARMOURING","WOODWORKING"],"lvl":77,"ids":{"mr":{"minimum":6,"maximum":6},"hpBonus":{"minimum":-775,"maximum":-775},"wDamPct":{"minimum":10,"maximum":10},"eDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-88,"strReq":10,"dexReq":0,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":684},{"name":"Dragon Aura","tier":2,"skills":["SCRIBING"],"lvl":98,"ids":{"sdRaw":{"minimum":55,"maximum":60},"mdRaw":{"minimum":55,"maximum":60}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":411},{"name":"Dried Gill","tier":2,"skills":["COOKING"],"lvl":15,"ids":{"xpb":{"minimum":8,"maximum":10},"lb":{"minimum":5,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-270},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":413},{"name":"Dried Kelp","tier":2,"skills":["SCRIBING","COOKING","ALCHEMISM"],"lvl":33,"ids":{"hprPct":{"minimum":6,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":412},{"name":"Earthly Pebble","tier":2,"skills":["ALCHEMISM"],"lvl":6,"ids":{"eDamPct":{"minimum":6,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-80},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":414},{"name":"Elephant Toenail","tier":2,"skills":["ALCHEMISM"],"lvl":85,"ids":{"hpBonus":{"minimum":1000,"maximum":1200}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":415},{"name":"Enchanted Chain Link","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":50,"ids":{"mr":{"minimum":-6,"maximum":-6},"sdPct":{"minimum":8,"maximum":12},"mdPct":{"minimum":6,"maximum":14}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":416},{"name":"Engraved Tablet","tier":2,"skills":["WOODWORKING","TAILORING"],"lvl":83,"ids":{"int":{"minimum":5,"maximum":10},"spd":{"minimum":-10,"maximum":-5}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":417},{"name":"Enhanced Behaviour Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":6,"maximum":12}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":0,"intReq":35,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":418},{"name":"Enhanced Pathfinding Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"mdPct":{"minimum":12,"maximum":16},"poison":{"minimum":160,"maximum":200}},"itemIDs":{"dura":-98,"strReq":35,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":421},{"name":"Enhanced Dynamics Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"ms":{"minimum":4,"maximum":4},"mdRaw":{"minimum":50,"maximum":55}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":35,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":419},{"name":"Enhanced Physics Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"ref":{"minimum":20,"maximum":30},"aDamPct":{"minimum":9,"maximum":16}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":35},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":420},{"name":"Enhanced Post-Processing Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"hprPct":{"minimum":9,"maximum":16},"ls":{"minimum":80,"maximum":90}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":0,"intReq":0,"defReq":35,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":423},{"name":"Enhanced Potential Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"sdPct":{"minimum":4,"maximum":16},"mdPct":{"minimum":4,"maximum":16}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":422},{"name":"Erratic Aspect","tier":2,"skills":["ARMOURING"],"lvl":76,"ids":{"hprPct":{"minimum":-15,"maximum":-15},"ls":{"minimum":70,"maximum":70},"fDamPct":{"minimum":10,"maximum":10},"tDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":10,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":685},{"name":"Enraged Soul","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":27,"ids":{"fDamPct":{"minimum":7,"maximum":9}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":424},{"name":"Evaporated Aspect","tier":2,"skills":["TAILORING","WEAPONSMITHING"],"lvl":77,"ids":{"hprPct":{"minimum":20,"maximum":20},"ms":{"minimum":-4,"maximum":-4},"fDamPct":{"minimum":10,"maximum":10},"wDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-90,"strReq":0,"dexReq":0,"intReq":10,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":693},{"name":"Eternal Flame","tier":2,"skills":["ALCHEMISM"],"lvl":37,"ids":{"sdPct":{"minimum":-10,"maximum":-8},"mdPct":{"minimum":-10,"maximum":-8},"def":{"minimum":5,"maximum":6},"hprRaw":{"minimum":16,"maximum":20}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":425},{"name":"Fairy Powder","tier":2,"skills":["ALCHEMISM"],"lvl":99,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":10,"maximum":13},"sdRaw":{"minimum":70,"maximum":80}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":426},{"name":"Feather of Grace","tier":2,"skills":["TAILORING","JEWELING"],"lvl":8,"ids":{"spd":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":427},{"name":"Fiberglass Frame","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":90,"ids":{"fDefPct":{"minimum":10,"maximum":12},"def":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-97,"strReq":0,"dexReq":0,"intReq":0,"defReq":16,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":428},{"name":"Fighting Stick","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":89,"ids":{"spd":{"minimum":5,"maximum":5},"atkTier":{"minimum":1,"maximum":1},"mdRaw":{"minimum":-100,"maximum":-100}},"itemIDs":{"dura":-96,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":429},{"name":"Fish Tail","tier":2,"skills":["ALCHEMISM"],"lvl":42,"ids":{"wDefPct":{"minimum":8,"maximum":10},"mr":{"minimum":6,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":432},{"name":"Flesh-forged Circuit","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":50,"ids":{"dex":{"minimum":3,"maximum":5},"tDamPct":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":430},{"name":"Flameheart","tier":2,"skills":["ARMOURING","SCRIBING"],"lvl":84,"ids":{"hpBonus":{"minimum":600,"maximum":800},"hprRaw":{"minimum":54,"maximum":72}},"itemIDs":{"dura":-93,"strReq":0,"dexReq":0,"intReq":0,"defReq":35,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":431},{"name":"Flow of Fate","tier":2,"skills":["ALCHEMISM"],"lvl":100,"ids":{"ls":{"minimum":-100,"maximum":-90},"wDamPct":{"minimum":20,"maximum":24}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":433},{"name":"Fresh Game","tier":2,"skills":["COOKING"],"lvl":70,"ids":{"hpBonus":{"minimum":250,"maximum":300}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-460},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":434},{"name":"Frozen Ghostly Essence","tier":2,"skills":["JEWELING"],"lvl":46,"ids":{"int":{"minimum":1,"maximum":3},"spd":{"minimum":-7,"maximum":-6},"sdRaw":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-66,"strReq":0,"dexReq":0,"intReq":25,"defReq":0,"agiReq":-15},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":435},{"name":"Gelatinous Slime Chunk","tier":2,"skills":["SCRIBING","ALCHEMISM","COOKING"],"lvl":52,"ids":{"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":96},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":436},{"name":"Generator Chip","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":72,"ids":{"tDefPct":{"minimum":7,"maximum":8},"dex":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-85,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":437},{"name":"Glimmering Beak","tier":2,"skills":["WEAPONSMITHING"],"lvl":97,"ids":{"lb":{"minimum":3,"maximum":8},"aDamPct":{"minimum":10,"maximum":16}},"itemIDs":{"dura":-101,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":20},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":438},{"name":"Glittering Silt","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":31,"ids":{"lb":{"minimum":3,"maximum":5},"eSteal":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":439},{"name":"Golden Avia Feather","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":86,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":-170},"posMods":{"left":0,"right":0,"above":25,"under":0,"touching":0,"notTouching":0},"id":440},{"name":"Gravitation Crystal","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":95,"ids":{"sdPct":{"minimum":15,"maximum":17},"atkTier":{"minimum":-1,"maximum":-1}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":441},{"name":"Green Opal","tier":2,"skills":["JEWELING"],"lvl":100,"ids":{"eDefPct":{"minimum":4,"maximum":6},"hprRaw":{"minimum":50,"maximum":55}},"itemIDs":{"dura":-105,"strReq":12,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":442},{"name":"Gylia Essence","tier":2,"skills":["SCRIBING"],"lvl":77,"ids":{"wDefPct":{"minimum":4,"maximum":8},"int":{"minimum":3,"maximum":5},"wDamPct":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":5,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":443},{"name":"Haleva Plant","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":23,"ids":{"mr":{"minimum":6,"maximum":6},"ms":{"minimum":0,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-98},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":444},{"name":"Harpy Wing","tier":2,"skills":["JEWELING","WOODWORKING"],"lvl":84,"ids":{"agi":{"minimum":1,"maximum":2},"spd":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-119,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":20},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":445},{"name":"Hellish Cinders","tier":2,"skills":["TAILORING","ARMOURING"],"lvl":63,"ids":{"wDefPct":{"minimum":-35,"maximum":-20},"sdPct":{"minimum":8,"maximum":14},"def":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-78,"strReq":0,"dexReq":0,"intReq":0,"defReq":25,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":446},{"name":"Herbstzeitlose","tier":2,"skills":["ALCHEMISM"],"lvl":56,"ids":{"poison":{"minimum":100,"maximum":130},"wDamPct":{"minimum":12,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":447},{"name":"Hydrofluoric Acid","tier":2,"skills":["WOODWORKING","SCRIBING"],"lvl":97,"ids":{"poison":{"minimum":200,"maximum":230},"wDamPct":{"minimum":10,"maximum":12}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":448},{"name":"Igneous Aspect","tier":2,"skills":["TAILORING","WOODWORKING"],"lvl":75,"ids":{"sdPct":{"minimum":-10,"maximum":-10},"hpBonus":{"minimum":600,"maximum":600},"fDamPct":{"minimum":10,"maximum":10},"eDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-88,"strReq":10,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":692},{"name":"Infected Mass","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":104,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":200},"posMods":{"left":0,"right":0,"above":-45,"under":-45,"touching":0,"notTouching":0},"id":449},{"name":"Infernal Flesh","tier":2,"skills":["COOKING"],"lvl":94,"ids":{"fDefPct":{"minimum":8,"maximum":10},"hpBonus":{"minimum":400,"maximum":500},"fDamPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-550},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":450},{"name":"Ironwood Chips","tier":2,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"mdPct":{"minimum":32,"maximum":36},"atkTier":{"minimum":-1,"maximum":-1},"hprRaw":{"minimum":65,"maximum":75}},"itemIDs":{"dura":-87,"strReq":24,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":451},{"name":"Larvae Cluster","tier":2,"skills":["ALCHEMISM"],"lvl":77,"ids":{"dex":{"minimum":4,"maximum":6},"mdRaw":{"minimum":90,"maximum":120}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-165},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":452},{"name":"Leopard Blood","tier":2,"skills":["ALCHEMISM"],"lvl":66,"ids":{"sdRaw":{"minimum":-110,"maximum":-85},"mdRaw":{"minimum":85,"maximum":110}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":453},{"name":"Lithoflesh","tier":2,"skills":["COOKING"],"lvl":63,"ids":{"hpBonus":{"minimum":-300,"maximum":-250}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":454},{"name":"Lost Spirit","tier":2,"skills":["SCRIBING","WOODWORKING"],"lvl":87,"ids":{"sdPct":{"minimum":0,"maximum":15},"sdRaw":{"minimum":0,"maximum":100}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":456},{"name":"Lucky Rabbit's Foot","tier":2,"skills":["ARMOURING","TAILORING","WOODWORKING","WEAPONSMITHING"],"lvl":37,"ids":{"xpb":{"minimum":3,"maximum":8},"lb":{"minimum":2,"maximum":8}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":455},{"name":"Lunar Chunk","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":36,"ids":{"sdPct":{"minimum":5,"maximum":10}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":458},{"name":"Lucky Spider Egg","tier":2,"skills":["ALCHEMISM"],"lvl":8,"ids":{"xpb":{"minimum":10,"maximum":12},"lb":{"minimum":10,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-80},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":457},{"name":"Luxroot Cuttings","tier":2,"skills":["WOODWORKING","TAILORING"],"lvl":64,"ids":{"fDefPct":{"minimum":-8,"maximum":-6},"eDefPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":56,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":459},{"name":"Mangled Soul","tier":2,"skills":["SCRIBING","ARMOURING","TAILORING"],"lvl":26,"ids":{"tDamPct":{"minimum":6,"maximum":10}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":460},{"name":"Maroferrous","tier":2,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":63,"ids":{"str":{"minimum":2,"maximum":5},"eDamPct":{"minimum":6,"maximum":9}},"itemIDs":{"dura":-70,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":461},{"name":"Maromagnetite","tier":2,"skills":["TAILORING","WOODWORKING"],"lvl":63,"ids":{"fDefPct":{"minimum":7,"maximum":10},"def":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":462},{"name":"Aged Medallion","tier":2,"skills":["JEWELING","WEAPONSMITHING"],"lvl":25,"ids":{"sdPct":{"minimum":3,"maximum":4},"xpb":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":8,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":463},{"name":"Mixed Mineral Deposit","tier":2,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":95,"ids":{"mdPct":{"minimum":7,"maximum":10},"hpBonus":{"minimum":850,"maximum":900},"sdRaw":{"minimum":-75,"maximum":-60}},"itemIDs":{"dura":-96,"strReq":18,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":464},{"name":"Myocardial Leg","tier":2,"skills":["COOKING"],"lvl":92,"ids":{"hprPct":{"minimum":-7,"maximum":-5},"mdPct":{"minimum":6,"maximum":8},"ms":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-540},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":718},{"name":"Mythical Hoof","tier":2,"skills":["TAILORING"],"lvl":92,"ids":{"str":{"minimum":3,"maximum":4},"dex":{"minimum":3,"maximum":4},"int":{"minimum":3,"maximum":4},"agi":{"minimum":3,"maximum":4},"def":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-99,"strReq":10,"dexReq":10,"intReq":10,"defReq":10,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":465},{"name":"Naval Shard","tier":2,"skills":["JEWELING"],"lvl":63,"ids":{"mdPct":{"minimum":-5,"maximum":-4},"wDamPct":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":466},{"name":"Nivlan Honeycomb","tier":2,"skills":["COOKING"],"lvl":5,"ids":{"hpBonus":{"minimum":10,"maximum":12},"hprRaw":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":468},{"name":"Nose Ring","tier":2,"skills":["JEWELING"],"lvl":83,"ids":{"mdPct":{"minimum":4,"maximum":5},"spd":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":467},{"name":"Old Explosives","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":85,"ids":{"expd":{"minimum":35,"maximum":40},"hpBonus":{"minimum":-500,"maximum":-400}},"itemIDs":{"dura":-44,"strReq":-10,"dexReq":0,"intReq":0,"defReq":-10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":470},{"name":"Organic Explosive","tier":2,"skills":["JEWELING","COOKING"],"lvl":77,"ids":{"expd":{"minimum":6,"maximum":8},"hpBonus":{"minimum":90,"maximum":115}},"itemIDs":{"dura":-88,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":-350},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":469},{"name":"Overload Aspect","tier":2,"skills":["WOODWORKING"],"lvl":76,"ids":{"ls":{"minimum":-100,"maximum":-100},"ms":{"minimum":4,"maximum":4},"wDamPct":{"minimum":10,"maximum":10},"tDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":10,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":686},{"name":"Paralyzing Spores","tier":2,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":7,"ids":{"sdPct":{"minimum":6,"maximum":8},"mdPct":{"minimum":6,"maximum":8},"spd":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":471},{"name":"Piercing Talons","tier":2,"skills":["JEWELING","TAILORING"],"lvl":85,"ids":{"dex":{"minimum":1,"maximum":1},"mdRaw":{"minimum":17,"maximum":20}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":16,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":472},{"name":"Pig's Blood","tier":2,"skills":["TAILORING"],"lvl":77,"ids":{"ls":{"minimum":60,"maximum":70}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":473},{"name":"Pink Pelulite","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":53,"ids":{"mdRaw":{"minimum":45,"maximum":50},"sprint":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":474},{"name":"Plutonium Waste","tier":2,"skills":["JEWELING"],"lvl":103,"ids":{"spd":{"minimum":-6,"maximum":-4},"poison":{"minimum":140,"maximum":155}},"itemIDs":{"dura":-106,"strReq":15,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":475},{"name":"Popped Pustule","tier":2,"skills":["SCRIBING"],"lvl":102,"ids":{"fDamPct":{"minimum":11,"maximum":13},"wDamPct":{"minimum":11,"maximum":13}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":476},{"name":"Portal Rift","tier":2,"skills":["TAILORING"],"lvl":105,"ids":{"ms":{"minimum":4,"maximum":4},"agi":{"minimum":8,"maximum":10}},"itemIDs":{"dura":-108,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":20},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":478},{"name":"Portal Emanation","tier":2,"skills":["WEAPONSMITHING","WOODWORKING","TAILORING","ARMOURING"],"lvl":29,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-54,"strReq":0,"dexReq":0,"intReq":15,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":477},{"name":"Primeval Skin","tier":2,"skills":["TAILORING"],"lvl":45,"ids":{"str":{"minimum":3,"maximum":4},"int":{"minimum":-5,"maximum":-5},"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-66,"strReq":8,"dexReq":0,"intReq":0,"defReq":6,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":479},{"name":"Prized Pelt","tier":2,"skills":["TAILORING"],"lvl":34,"ids":{"ref":{"minimum":4,"maximum":8},"thorns":{"minimum":4,"maximum":8}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":480},{"name":"Purest Tear","tier":2,"skills":["ALCHEMISM"],"lvl":73,"ids":{"hprPct":{"minimum":4,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":482},{"name":"Pure Quartz","tier":2,"skills":["WEAPONSMITHING","ARMOURING","WOODWORKING","TAILORING"],"lvl":45,"ids":{"sdPct":{"minimum":5,"maximum":7},"sdRaw":{"minimum":16,"maximum":24}},"itemIDs":{"dura":-75,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":481},{"name":"Pykrete","tier":2,"skills":["WOODWORKING","SCRIBING"],"lvl":47,"ids":{"wDefPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":483},{"name":"Cleaned Saccharum","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":3,"ids":{"hprPct":{"minimum":8,"maximum":10},"hpBonus":{"minimum":16,"maximum":20}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-75},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":484},{"name":"Shattered Memory Shard","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":25,"ids":{"aDefPct":{"minimum":3,"maximum":7},"aDamPct":{"minimum":5,"maximum":13}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":485},{"name":"Therck's Chain","displayName":"Corrupt Chain","tier":2,"skills":["WOODWORKING","WEAPONSMITHING","ARMOURING","TAILORING"],"lvl":1,"ids":{"hpBonus":{"minimum":3,"maximum":4},"mdRaw":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":486},{"name":"Weakening Catalyst","tier":2,"skills":["ALCHEMISM"],"lvl":11,"ids":{"sdPct":{"minimum":-12,"maximum":-12},"mdPct":{"minimum":-12,"maximum":-12},"xpb":{"minimum":12,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":487},{"name":"Ashstained Basalt","tier":2,"skills":["WOODWORKING"],"lvl":94,"ids":{"sdRaw":{"minimum":-55,"maximum":-55},"mdRaw":{"minimum":-70,"maximum":-70}},"itemIDs":{"dura":80,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":488},{"name":"Astral Alloy","tier":2,"skills":["TAILORING"],"lvl":76,"ids":{"fDamPct":{"minimum":9,"maximum":11},"wDamPct":{"minimum":9,"maximum":11},"aDamPct":{"minimum":9,"maximum":11},"tDamPct":{"minimum":9,"maximum":11},"eDamPct":{"minimum":9,"maximum":11},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-88,"strReq":8,"dexReq":8,"intReq":8,"defReq":8,"agiReq":8,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":489},{"name":"Creepvine Cluster","tier":2,"skills":["ALCHEMISM"],"lvl":55,"ids":{"str":{"minimum":5,"maximum":7},"spd":{"minimum":-5,"maximum":-3},"gXp":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":491},{"name":"Defective Circuits","tier":2,"skills":["TAILORING"],"lvl":85,"ids":{"dex":{"minimum":5,"maximum":6},"sdRaw":{"minimum":55,"maximum":65},"gXp":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-94,"strReq":0,"dexReq":14,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":493},{"name":"Digestible Fungi","tier":2,"skills":["COOKING"],"lvl":12,"ids":{"hprPct":{"minimum":-3,"maximum":-2},"poison":{"minimum":5,"maximum":6},"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-260},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":492},{"name":"Dernic Parasite","tier":2,"skills":["COOKING"],"lvl":104,"ids":{"ms":{"minimum":4,"maximum":4},"gXp":{"minimum":3,"maximum":4},"gSpd":{"minimum":-4,"maximum":-3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-590},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":490},{"name":"Flashfrost","tier":2,"skills":["WEAPONSMITHING"],"lvl":47,"ids":{"spd":{"minimum":-4,"maximum":-3},"wDamPct":{"minimum":7,"maximum":10}},"itemIDs":{"dura":-67,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":494},{"name":"Herbal Extract","tier":2,"skills":["ALCHEMISM"],"lvl":14,"ids":{"mdPct":{"minimum":-4,"maximum":-2},"hpBonus":{"minimum":35,"maximum":45},"gSpd":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":496},{"name":"Highland Basil","tier":2,"skills":["ALCHEMISM"],"lvl":17,"ids":{"agi":{"minimum":3,"maximum":4},"aDamPct":{"minimum":5,"maximum":7},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":495},{"name":"Illusory Idol","tier":2,"skills":["JEWELING"],"lvl":84,"ids":{"ref":{"minimum":4,"maximum":6},"aDamPct":{"minimum":5,"maximum":7},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-94,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":497},{"name":"Mellow Mango","tier":2,"skills":["COOKING"],"lvl":54,"ids":{"sdRaw":{"minimum":16,"maximum":20},"mdRaw":{"minimum":20,"maximum":25},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-410},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":498},{"name":"Mysterious Mist","tier":2,"skills":["SCRIBING"],"lvl":25,"ids":{"sdPct":{"minimum":4,"maximum":4},"agi":{"minimum":4,"maximum":4},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":499},{"name":"Pokey Cactus","tier":2,"skills":["TAILORING","SCRIBING"],"lvl":35,"ids":{"thorns":{"minimum":10,"maximum":15},"hpBonus":{"minimum":30,"maximum":40},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-115},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":501},{"name":"Premium Hay Bale","tier":2,"skills":["ARMOURING"],"lvl":26,"ids":{"fDefPct":{"minimum":-9,"maximum":-7},"spd":{"minimum":4,"maximum":6},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":5,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":500},{"name":"Quartz Cluster","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":45,"ids":{"xpb":{"minimum":6,"maximum":8},"sdRaw":{"minimum":25,"maximum":35}},"itemIDs":{"dura":-66,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":503},{"name":"Radiant Seeds","tier":2,"skills":["ARMOURING"],"lvl":74,"ids":{"tDefPct":{"minimum":6,"maximum":9},"tDamPct":{"minimum":6,"maximum":9},"gXp":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-86,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":502},{"name":"Ruins Shard","tier":2,"skills":["JEWELING"],"lvl":64,"ids":{"str":{"minimum":3,"maximum":3},"poison":{"minimum":70,"maximum":75},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-79,"strReq":9,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":504},{"name":"Shadow of Ruin","tier":2,"skills":["WOODWORKING"],"lvl":74,"ids":{"mdPct":{"minimum":12,"maximum":14},"hprRaw":{"minimum":-45,"maximum":-40}},"itemIDs":{"dura":-86,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":505},{"name":"Sharpening Stone","tier":2,"skills":["WEAPONSMITHING"],"lvl":6,"ids":{"str":{"minimum":2,"maximum":2},"dex":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":507},{"name":"Soul Amalgamate","tier":2,"skills":["SCRIBING"],"lvl":64,"ids":{"hprPct":{"minimum":4,"maximum":5},"sdPct":{"minimum":4,"maximum":5},"mdPct":{"minimum":4,"maximum":5},"gSpd":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":506},{"name":"Spreading Fireweed","tier":2,"skills":["ALCHEMISM"],"lvl":80,"ids":{"fDefPct":{"minimum":9,"maximum":12},"def":{"minimum":7,"maximum":10},"gXp":{"minimum":5,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-165},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":508},{"name":"Void Particulates","tier":2,"skills":["ARMOURING","ALCHEMISM"],"lvl":101,"ids":{"sdPct":{"minimum":11,"maximum":11},"str":{"minimum":-2,"maximum":-2},"dex":{"minimum":-2,"maximum":-2},"int":{"minimum":-2,"maximum":-2},"agi":{"minimum":-2,"maximum":-2},"def":{"minimum":-2,"maximum":-2},"gXp":{"minimum":4,"maximum":4}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":1,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":509},{"name":"Rabbit Carcass","tier":2,"skills":["COOKING"],"lvl":40,"ids":{"str":{"minimum":2,"maximum":2},"dex":{"minimum":2,"maximum":2},"int":{"minimum":2,"maximum":2},"agi":{"minimum":2,"maximum":2},"def":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":510},{"name":"Rare Potato","tier":2,"skills":["COOKING"],"lvl":1,"ids":{"lb":{"minimum":4,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":512},{"name":"Razor-Sharp Tooth","tier":2,"skills":["WEAPONSMITHING","TAILORING"],"lvl":86,"ids":{"dex":{"minimum":2,"maximum":3},"mdRaw":{"minimum":40,"maximum":60}},"itemIDs":{"dura":-94,"strReq":0,"dexReq":25,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":511},{"name":"Reinforced Leather","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":25,"ids":{"str":{"minimum":2,"maximum":3},"hpBonus":{"minimum":54,"maximum":65}},"itemIDs":{"dura":-52,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":514},{"name":"Relic of the Past","tier":2,"skills":["TAILORING"],"lvl":15,"ids":{"hprPct":{"minimum":6,"maximum":6},"def":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":513},{"name":"Repulsive Aspect","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":76,"ids":{"mdPct":{"minimum":15,"maximum":15},"hprRaw":{"minimum":-55,"maximum":-55},"tDamPct":{"minimum":10,"maximum":10},"eDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-87,"strReq":10,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":687},{"name":"Retinal Barbs","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":104,"ids":{"def":{"minimum":12,"maximum":15},"thorns":{"minimum":15,"maximum":20}},"itemIDs":{"dura":-107,"strReq":0,"dexReq":0,"intReq":0,"defReq":16,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":517},{"name":"Residual Spirit","tier":2,"skills":["ALCHEMISM"],"lvl":24,"ids":{"ls":{"minimum":8,"maximum":10},"tDamPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-99},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":515},{"name":"Rigid Fin","tier":2,"skills":["COOKING"],"lvl":105,"ids":{"wDamPct":{"minimum":4,"maximum":6},"sprintReg":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-600},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":516},{"name":"Router's Shield","tier":2,"skills":["WEAPONSMITHING"],"lvl":30,"ids":{"def":{"minimum":6,"maximum":8},"hpBonus":{"minimum":65,"maximum":80}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":7,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":519},{"name":"Rotting Bone","tier":2,"skills":["ARMOURING"],"lvl":20,"ids":{"poison":{"minimum":9,"maximum":10},"wDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-48,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":518},{"name":"Scarab Husk","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":32,"ids":{"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":21,"strReq":0,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":520},{"name":"Scarred Leather","tier":2,"skills":["TAILORING"],"lvl":15,"ids":{"ls":{"minimum":8,"maximum":12},"hpBonus":{"minimum":-10,"maximum":-7}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":521},{"name":"Scuttling Syenite","tier":2,"skills":["JEWELING"],"lvl":62,"ids":{"ls":{"minimum":16,"maximum":20},"hprRaw":{"minimum":12,"maximum":15}},"itemIDs":{"dura":-78,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":688},{"name":"Sealed Blaze","tier":2,"skills":["ALCHEMISM"],"lvl":59,"ids":{"fDefPct":{"minimum":12,"maximum":15},"wDefPct":{"minimum":-10,"maximum":-8},"aDefPct":{"minimum":8,"maximum":10},"tDefPct":{"minimum":4,"maximum":5},"eDefPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":525},{"name":"Scopaesthesia","tier":2,"skills":["SCRIBING"],"lvl":103,"ids":{"fDefPct":{"minimum":11,"maximum":15},"wDefPct":{"minimum":11,"maximum":15},"aDefPct":{"minimum":11,"maximum":15},"tDefPct":{"minimum":11,"maximum":15},"eDefPct":{"minimum":11,"maximum":15},"hprPct":{"minimum":11,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-195},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":522},{"name":"Serpent Tongue","tier":2,"skills":["ALCHEMISM"],"lvl":89,"ids":{"sdPct":{"minimum":14,"maximum":21},"mdPct":{"minimum":14,"maximum":21}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-180},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":524},{"name":"Sentient Water","tier":2,"skills":["WOODWORKING"],"lvl":75,"ids":{"ms":{"minimum":4,"maximum":4},"int":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":18,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":526},{"name":"Seabird Egg","tier":2,"skills":["COOKING"],"lvl":27,"ids":{"aDefPct":{"minimum":6,"maximum":10},"agi":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-310},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":523},{"name":"Shattered Aspect","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":76,"ids":{"sdRaw":{"minimum":-65,"maximum":-65},"mdRaw":{"minimum":80,"maximum":80},"aDamPct":{"minimum":10,"maximum":10},"eDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-87,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":689},{"name":"Shinesting Scorpion Tail","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":37,"ids":{"mdRaw":{"minimum":15,"maximum":25},"tDamPct":{"minimum":5,"maximum":10}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":15,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":530},{"name":"Shimmering Jewel","tier":2,"skills":["WOODWORKING","ALCHEMISM"],"lvl":40,"ids":{"sdPct":{"minimum":6,"maximum":12},"ref":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":527},{"name":"Shrieker's Head","tier":2,"skills":["ARMOURING"],"lvl":105,"ids":{"int":{"minimum":-7,"maximum":-5},"spd":{"minimum":-7,"maximum":-5},"hpBonus":{"minimum":1150,"maximum":1200}},"itemIDs":{"dura":-108,"strReq":0,"dexReq":0,"intReq":-12,"defReq":16,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":528},{"name":"Silver Bullet","tier":2,"skills":["JEWELING"],"lvl":95,"ids":{"mdRaw":{"minimum":25,"maximum":30},"tDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":18,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":529},{"name":"Sky Flux","tier":2,"skills":["SCRIBING"],"lvl":99,"ids":{"aDefPct":{"minimum":14,"maximum":18},"aDamPct":{"minimum":6,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":531},{"name":"Smokebomb","tier":2,"skills":["ALCHEMISM"],"lvl":73,"ids":{"agi":{"minimum":6,"maximum":8},"spd":{"minimum":12,"maximum":14},"hpBonus":{"minimum":-450,"maximum":-400}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":534},{"name":"Slimy Skin","tier":2,"skills":["ALCHEMISM"],"lvl":78,"ids":{"mr":{"minimum":6,"maximum":6},"ms":{"minimum":-4,"maximum":-4},"wDamPct":{"minimum":5,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":532},{"name":"Sought-After Ore","tier":2,"skills":["JEWELING"],"lvl":96,"ids":{"lq":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":536},{"name":"Soft Silk","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":62,"ids":{"agi":{"minimum":3,"maximum":4},"def":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-78,"strReq":0,"dexReq":0,"intReq":0,"defReq":11,"agiReq":11},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":533},{"name":"Soulbound Cinders","tier":2,"skills":["SCRIBING"],"lvl":93,"ids":{"ms":{"minimum":4,"maximum":4},"sdRaw":{"minimum":45,"maximum":55},"fDamPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-180},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":535},{"name":"Split Essence","tier":2,"skills":["ALCHEMISM","WOODWORKING","SCRIBING"],"lvl":20,"ids":{"ms":{"minimum":4,"maximum":4},"sdRaw":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-96},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":537},{"name":"Squid Brain","tier":2,"skills":["SCRIBING","ALCHEMISM"],"lvl":58,"ids":{"sdPct":{"minimum":8,"maximum":10},"mdRaw":{"minimum":30,"maximum":35}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":538},{"name":"Stonewalker Core","tier":2,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":35,"ids":{"eDefPct":{"minimum":6,"maximum":10},"str":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-59,"strReq":12,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":540},{"name":"Strange Trinket","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":63,"ids":{"str":{"minimum":4,"maximum":5},"dex":{"minimum":4,"maximum":5},"int":{"minimum":4,"maximum":5},"agi":{"minimum":-7,"maximum":-6},"def":{"minimum":-7,"maximum":-6}},"itemIDs":{"dura":-78,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":703},{"name":"Succulent Crab Meat","tier":2,"skills":["COOKING"],"lvl":85,"ids":{"wDefPct":{"minimum":10,"maximum":16},"eDamPct":{"minimum":8,"maximum":10}},"itemIDs":{"dura":0,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-520},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":541},{"name":"Sticky Mudball","tier":2,"skills":["WOODWORKING","COOKING"],"lvl":21,"ids":{"mdPct":{"minimum":5,"maximum":8},"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-49,"strReq":3,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-290},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":539},{"name":"Swooper Wing","tier":2,"skills":["COOKING"],"lvl":37,"ids":{"eDefPct":{"minimum":3,"maximum":4},"aDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-350},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":542},{"name":"Tenebrous Plasma","tier":2,"skills":["ALCHEMISM"],"lvl":65,"ids":{"sdPct":{"minimum":10,"maximum":16},"mdPct":{"minimum":-20,"maximum":-12},"spd":{"minimum":6,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":543},{"name":"Thorned Tusk","tier":2,"skills":["ALCHEMISM"],"lvl":85,"ids":{"mdPct":{"minimum":12,"maximum":25},"thorns":{"minimum":30,"maximum":50}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":544},{"name":"Toxxulous Ripper’s Legs","tier":2,"skills":["TAILORING","COOKING"],"lvl":103,"ids":{"def":{"minimum":-6,"maximum":-4},"spd":{"minimum":7,"maximum":10},"mdRaw":{"minimum":35,"maximum":35}},"itemIDs":{"dura":-90,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":15},"consumableIDs":{"charges":0,"dura":-580},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":545},{"name":"Twisted Organ","tier":2,"skills":["COOKING"],"lvl":43,"ids":{"mr":{"minimum":-6,"maximum":-6},"sdPct":{"minimum":11,"maximum":13}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-370},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":546},{"name":"Vile Stone","tier":2,"skills":["ARMOURING","WOODWORKING"],"lvl":102,"ids":{"int":{"minimum":-5,"maximum":-3},"spd":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":-15,"defReq":0,"agiReq":15},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":547},{"name":"Volatile Light","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":80,"ids":{"fDefPct":{"minimum":12,"maximum":13},"wDefPct":{"minimum":10,"maximum":14},"aDefPct":{"minimum":11,"maximum":16},"tDefPct":{"minimum":7,"maximum":16},"eDefPct":{"minimum":10,"maximum":12},"sdPct":{"minimum":-9,"maximum":-6}},"itemIDs":{"dura":-90,"strReq":7,"dexReq":7,"intReq":7,"defReq":7,"agiReq":7},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":551},{"name":"Vortex Expulsion","tier":2,"skills":["ARMOURING","TAILORING","SCRIBING"],"lvl":100,"ids":{"ref":{"minimum":19,"maximum":23},"expd":{"minimum":17,"maximum":21}},"itemIDs":{"dura":-104,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":-17,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":1,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":548},{"name":"Wendigo Bone","tier":2,"skills":["ALCHEMISM","WEAPONSMITHING"],"lvl":44,"ids":{"ls":{"minimum":24,"maximum":30},"hprRaw":{"minimum":-15,"maximum":-12}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":549},{"name":"Wind Ornament","tier":2,"skills":["JEWELING"],"lvl":100,"ids":{"eDefPct":{"minimum":-10,"maximum":-8},"spd":{"minimum":6,"maximum":7}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":24},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":550},{"name":"Windswept Roots","tier":2,"skills":["TAILORING","WOODWORKING"],"lvl":64,"ids":{"sdPct":{"minimum":6,"maximum":8},"mdPct":{"minimum":6,"maximum":8},"agi":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":15},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":705},{"name":"Wintery Aspect","tier":2,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":75,"ids":{"mr":{"minimum":-6,"maximum":-6},"sdPct":{"minimum":15,"maximum":15},"wDamPct":{"minimum":10,"maximum":10},"aDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-86,"strReq":0,"dexReq":0,"intReq":10,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":690},{"name":"World Illuminator","tier":2,"skills":["ARMOURING","ALCHEMISM"],"lvl":77,"ids":{"wDefPct":{"minimum":8,"maximum":10},"int":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-88,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-125},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":552},{"name":"Wriggling Wooden Arm","tier":2,"skills":["WOODWORKING"],"lvl":50,"ids":{"fDefPct":{"minimum":-14,"maximum":-10},"mdPct":{"minimum":8,"maximum":9}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":553},{"name":"Yeti Fur","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":48,"ids":{"fDefPct":{"minimum":-9,"maximum":-7},"wDefPct":{"minimum":7,"maximum":9},"aDefPct":{"minimum":7,"maximum":9}},"itemIDs":{"dura":-68,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":554},{"name":"Zhight Weird Magic Rock","tier":2,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":58,"ids":{"sdPct":{"minimum":3,"maximum":6},"spRegen":{"minimum":5,"maximum":10}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":555},{"name":"Adamastor's Faceplate","tier":3,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":100,"ids":{"aDefPct":{"minimum":25,"maximum":30},"eDefPct":{"minimum":-20,"maximum":-15},"hpBonus":{"minimum":750,"maximum":900}},"itemIDs":{"dura":-157,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":-10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":556},{"name":"Ancient Coins","tier":3,"skills":["JEWELING","WEAPONSMITHING","WOODWORKING"],"lvl":59,"ids":{"xpb":{"minimum":4,"maximum":6},"lb":{"minimum":4,"maximum":6},"spd":{"minimum":-8,"maximum":-7}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":557},{"name":"Ancient Heart","tier":3,"skills":["ALCHEMISM"],"lvl":45,"ids":{"sdPct":{"minimum":-8,"maximum":-6},"mdPct":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":370},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":558},{"name":"Aqua Vitae","tier":3,"skills":["ALCHEMISM"],"lvl":60,"ids":{"wDamPct":{"minimum":18,"maximum":24}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":559},{"name":"Aquatic Beauty","tier":3,"skills":["SCRIBING"],"lvl":60,"ids":{"str":{"minimum":3,"maximum":5},"dex":{"minimum":1,"maximum":7},"int":{"minimum":2,"maximum":6},"agi":{"minimum":2,"maximum":6},"def":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":560},{"name":"Archaic Medallion","tier":3,"skills":["JEWELING"],"lvl":45,"ids":{"hprPct":{"minimum":12,"maximum":15},"sdPct":{"minimum":-7,"maximum":-5}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":561},{"name":"Aspect of the Void","tier":3,"skills":["WEAPONSMITHING","SCRIBING"],"lvl":100,"ids":{},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-275},"posMods":{"left":110,"right":110,"above":110,"under":110,"touching":-110,"notTouching":15},"id":563},{"name":"Azure Blossom","tier":3,"skills":["WOODWORKING"],"lvl":80,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":-20,"maximum":-20},"wDamPct":{"minimum":25,"maximum":25}},"itemIDs":{"dura":-135,"strReq":0,"dexReq":0,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":562},{"name":"Bat Heart","tier":3,"skills":["ALCHEMISM"],"lvl":37,"ids":{"sdPct":{"minimum":-20,"maximum":-20},"mdPct":{"minimum":-20,"maximum":-20},"spd":{"minimum":24,"maximum":28}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":-1,"dura":90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":564},{"name":"Black Hole","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":100,"ids":{"mdPct":{"minimum":-15,"maximum":-12},"atkTier":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":65,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":565},{"name":"Blessed Heart","tier":3,"skills":["COOKING"],"lvl":77,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":2,"dura":-550},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":-40,"notTouching":0},"id":567},{"name":"Blighted Brain","tier":3,"skills":["COOKING"],"lvl":20,"ids":{"xpb":{"minimum":-11,"maximum":-9},"lb":{"minimum":9,"maximum":11}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-425},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":566},{"name":"Blood of the Nivlan Beauty","tier":3,"skills":["TAILORING","ARMOURING","WEAPONSMITHING"],"lvl":8,"ids":{"ms":{"minimum":4,"maximum":4},"ref":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":568},{"name":"Borange Fluff","tier":3,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING","JEWELING","COOKING","ALCHEMISM","SCRIBING"],"lvl":100,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":15,"notTouching":15},"id":569},{"name":"Bottled Fairy","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":45,"ids":{"mr":{"minimum":12,"maximum":12}},"itemIDs":{"dura":-99,"strReq":0,"dexReq":0,"intReq":40,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":570},{"name":"Braveheart","tier":3,"skills":["ARMOURING","COOKING"],"lvl":78,"ids":{"hprPct":{"minimum":16,"maximum":20},"hprRaw":{"minimum":40,"maximum":45}},"itemIDs":{"dura":-133,"strReq":0,"dexReq":0,"intReq":0,"defReq":20,"agiReq":0},"consumableIDs":{"charges":0,"dura":-740},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":571},{"name":"Chromatic Bloom","tier":3,"skills":["JEWELING"],"lvl":80,"ids":{"str":{"minimum":1,"maximum":1},"dex":{"minimum":1,"maximum":1},"int":{"minimum":1,"maximum":1},"agi":{"minimum":1,"maximum":1},"def":{"minimum":1,"maximum":1},"sdRaw":{"minimum":-45,"maximum":-45},"mdRaw":{"minimum":-45,"maximum":-45}},"itemIDs":{"dura":-135,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":572},{"name":"Coalescence","tier":3,"skills":["ALCHEMISM"],"lvl":105,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-350},"posMods":{"left":-160,"right":-160,"above":80,"under":80,"touching":-80,"notTouching":-80},"id":573},{"name":"Coagulated Soulmass","tier":3,"skills":["SCRIBING"],"lvl":30,"ids":{"sdPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":25,"notTouching":0},"id":574},{"name":"Colossus' Shard","tier":3,"skills":["ALCHEMISM"],"lvl":88,"ids":{"str":{"minimum":12,"maximum":14},"dex":{"minimum":12,"maximum":14}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":576},{"name":"Coastal Shell","tier":3,"skills":["ARMOURING"],"lvl":19,"ids":{"def":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":575},{"name":"Contorted Stone","tier":3,"skills":["WEAPONSMITHING"],"lvl":97,"ids":{"str":{"minimum":9,"maximum":12},"spRegen":{"minimum":-12,"maximum":-9}},"itemIDs":{"dura":-155,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":577},{"name":"Corrupted Beef","tier":3,"skills":["COOKING"],"lvl":15,"ids":{"str":{"minimum":3,"maximum":4},"mdRaw":{"minimum":8,"maximum":9}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":579},{"name":"Corrupted Fragment","tier":3,"skills":["TAILORING","ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":7,"ids":{"int":{"minimum":-4,"maximum":-3},"spd":{"minimum":4,"maximum":6},"mdRaw":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":578},{"name":"Cursed Wings","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":99,"ids":{"hpBonus":{"minimum":-1000,"maximum":-800},"tDamPct":{"minimum":19,"maximum":25},"eDamPct":{"minimum":18,"maximum":23}},"itemIDs":{"dura":-157,"strReq":28,"dexReq":28,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":580},{"name":"Death Whistle Leaf","tier":3,"skills":["ALCHEMISM","SCRIBING","COOKING"],"lvl":53,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":581},{"name":"Decaying Heart","tier":3,"skills":["TAILORING","ARMOURING"],"lvl":66,"ids":{},"itemIDs":{"dura":-175,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":-100,"notTouching":55},"id":582},{"name":"Deep Ice Core","tier":3,"skills":["TAILORING","ARMOURING","WEAPONSMITHING"],"lvl":100,"ids":{"fDefPct":{"minimum":-24,"maximum":-16},"sdPct":{"minimum":8,"maximum":12},"wDamPct":{"minimum":12,"maximum":18}},"itemIDs":{"dura":-156,"strReq":0,"dexReq":0,"intReq":45,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":583},{"name":"Defishious","tier":3,"skills":["COOKING"],"lvl":42,"ids":{"mr":{"minimum":6,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":584},{"name":"Depth's Gem","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":78,"ids":{"sdPct":{"minimum":5,"maximum":7},"int":{"minimum":7,"maximum":11}},"itemIDs":{"dura":-133,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":586},{"name":"Devourer's Maw","tier":3,"skills":["ALCHEMISM"],"lvl":68,"ids":{"mr":{"minimum":-4,"maximum":-2},"ls":{"minimum":150,"maximum":165},"ms":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-230},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":710},{"name":"Doom Stone","tier":3,"skills":["TAILORING","JEWELING"],"lvl":103,"ids":{},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":-100,"right":-100,"above":60,"under":60,"touching":0,"notTouching":0},"id":588},{"name":"Dominant Force","tier":3,"skills":["WOODWORKING","SCRIBING"],"lvl":50,"ids":{},"itemIDs":{"dura":-125,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-300},"posMods":{"left":-50,"right":-50,"above":-75,"under":-75,"touching":120,"notTouching":0},"id":587},{"name":"Defender's Stone","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":6,"ids":{"hpBonus":{"minimum":5,"maximum":7},"sdRaw":{"minimum":4,"maximum":6},"mdRaw":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-60,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":585},{"name":"Draconic Bone Marrow","tier":3,"skills":["ALCHEMISM","SCRIBING"],"lvl":96,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":2,"dura":-300},"posMods":{"left":30,"right":30,"above":0,"under":0,"touching":0,"notTouching":0},"id":589},{"name":"Electroplasm","tier":3,"skills":["SCRIBING","WOODWORKING","WEAPONSMITHING","ALCHEMISM"],"lvl":26,"ids":{"dex":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":590},{"name":"Elephelk Trunk","tier":3,"skills":["ALCHEMISM","WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":86,"ids":{"wDefPct":{"minimum":24,"maximum":28},"eDefPct":{"minimum":24,"maximum":28}},"itemIDs":{"dura":70,"strReq":15,"dexReq":0,"intReq":15,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":591},{"name":"Engored Oculus","tier":3,"skills":["WEAPONSMITHING","TAILORING"],"lvl":100,"ids":{"hprPct":{"minimum":-24,"maximum":-20},"ls":{"minimum":120,"maximum":180},"spd":{"minimum":8,"maximum":11}},"itemIDs":{"dura":-150,"strReq":18,"dexReq":-10,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":592},{"name":"Eye of The Beast","tier":3,"skills":["JEWELING"],"lvl":50,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":-12,"maximum":-12}},"itemIDs":{"dura":-150,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":-100,"under":-100,"touching":0,"notTouching":0},"id":593},{"name":"Farcor's Trust","tier":3,"skills":["ALCHEMISM"],"lvl":99,"ids":{"fDefPct":{"minimum":25,"maximum":40},"hpBonus":{"minimum":2250,"maximum":2500}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-280},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":594},{"name":"Festering Face","tier":3,"skills":["ARMOURING","COOKING"],"lvl":55,"ids":{"ms":{"minimum":4,"maximum":4},"spd":{"minimum":8,"maximum":11}},"itemIDs":{"dura":-110,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-620},"posMods":{"left":-55,"right":-55,"above":-55,"under":-55,"touching":0,"notTouching":0},"id":596},{"name":"Fiery Essence","tier":3,"skills":["SCRIBING","ALCHEMISM"],"lvl":30,"ids":{"fDamPct":{"minimum":12,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":595},{"name":"Foul Fairy Dust","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":43,"ids":{"mr":{"minimum":-12,"maximum":-12},"sdPct":{"minimum":24,"maximum":28}},"itemIDs":{"dura":-96,"strReq":0,"dexReq":0,"intReq":30,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":597},{"name":"Galvanic Stone","tier":3,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":54,"ids":{"fDamPct":{"minimum":8,"maximum":16},"eDamPct":{"minimum":10,"maximum":14}},"itemIDs":{"dura":-105,"strReq":8,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":598},{"name":"Gilded Bark","tier":3,"skills":["COOKING"],"lvl":74,"ids":{"hprPct":{"minimum":10,"maximum":14},"mr":{"minimum":6,"maximum":6},"hprRaw":{"minimum":24,"maximum":42}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-720},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":600},{"name":"Glacial Anomaly","tier":3,"skills":["WOODWORKING","ALCHEMISM"],"lvl":92,"ids":{"mr":{"minimum":6,"maximum":6},"sdRaw":{"minimum":110,"maximum":110}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":25,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":599},{"name":"Glimmering Coin","tier":3,"skills":["ARMOURING","TAILORING","WOODWORKING","WEAPONSMITHING"],"lvl":26,"ids":{"lb":{"minimum":7,"maximum":9},"spd":{"minimum":3,"maximum":5},"hprRaw":{"minimum":-22,"maximum":-18}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":602},{"name":"Glow Bulb Seeds","tier":3,"skills":["TAILORING","WEAPONSMITHING"],"lvl":105,"ids":{"mdPct":{"minimum":-12,"maximum":-9},"int":{"minimum":10,"maximum":12},"hprRaw":{"minimum":130,"maximum":145}},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":35,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":601},{"name":"Gunkfueled Core","tier":3,"skills":["ARMOURING","WOODWORKING"],"lvl":103,"ids":{"str":{"minimum":7,"maximum":10},"expd":{"minimum":20,"maximum":25},"hprRaw":{"minimum":-125,"maximum":-110}},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":-35,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":603},{"name":"Haros' Broken Badge","tier":3,"skills":["JEWELING"],"lvl":30,"ids":{"sdPct":{"minimum":5,"maximum":6},"dex":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-82,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":604},{"name":"Icy Crampons","tier":3,"skills":["ARMOURING","TAILORING","WEAPONSMITHING"],"lvl":48,"ids":{"thorns":{"minimum":8,"maximum":12},"sprint":{"minimum":10,"maximum":15}},"itemIDs":{"dura":-92,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":-5},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":729},{"name":"Ignited Faebloom","tier":3,"skills":["ARMOURING","WEAPONSMITHING","WOODWORKING"],"lvl":67,"ids":{"ms":{"minimum":5,"maximum":6},"str":{"minimum":6,"maximum":8},"wDamPct":{"minimum":-10,"maximum":-8},"aDamPct":{"minimum":-10,"maximum":-8},"tDamPct":{"minimum":-10,"maximum":-8},"eDamPct":{"minimum":-10,"maximum":-8}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":695},{"name":"Incremental Mapping Module","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":90,"ids":{"mr":{"minimum":6,"maximum":6},"spd":{"minimum":16,"maximum":20},"hpBonus":{"minimum":-750,"maximum":-650}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":60},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":605},{"name":"Iridescent Elytra","tier":3,"skills":["TAILORING","COOKING","JEWELING"],"lvl":68,"ids":{"aDefPct":{"minimum":6,"maximum":10},"spd":{"minimum":6,"maximum":9},"eDamPct":{"minimum":-10,"maximum":-8}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":20},"consumableIDs":{"charges":0,"dura":-690},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":606},{"name":"Kerasot Sporehead","tier":3,"skills":["COOKING"],"lvl":66,"ids":{"ls":{"minimum":30,"maximum":40},"atkTier":{"minimum":-1,"maximum":-1},"poison":{"minimum":150,"maximum":180}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-670},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":607},{"name":"Large Lapis","tier":3,"skills":["JEWELING"],"lvl":49,"ids":{"sdPct":{"minimum":4,"maximum":6},"int":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":-103,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":609},{"name":"Large Titanium Chunk","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":70,"ids":{"ref":{"minimum":-12,"maximum":-10},"hpBonus":{"minimum":850,"maximum":900}},"itemIDs":{"dura":-112,"strReq":0,"dexReq":0,"intReq":0,"defReq":14,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":608},{"name":"Lashing Hellfire","tier":3,"skills":["ALCHEMISM","SCRIBING"],"lvl":63,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":-1,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":55},"id":610},{"name":"Limestone Core","tier":3,"skills":["ARMOURING"],"lvl":37,"ids":{"wDefPct":{"minimum":-12,"maximum":-8},"def":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-91,"strReq":0,"dexReq":0,"intReq":0,"defReq":18,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":611},{"name":"Lion Heart","tier":3,"skills":["ARMOURING"],"lvl":27,"ids":{"hprPct":{"minimum":-12,"maximum":-8},"def":{"minimum":4,"maximum":6},"fDamPct":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":613},{"name":"Linear Accelerator","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":95,"ids":{"hpBonus":{"minimum":-820,"maximum":-780},"sdRaw":{"minimum":85,"maximum":100},"tDamPct":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-150,"strReq":0,"dexReq":30,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":612},{"name":"Lunar Charm","tier":3,"skills":["SCRIBING","ALCHEMISM","JEWELING"],"lvl":38,"ids":{},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":25,"notTouching":25},"id":614},{"name":"Luxurious Silk","tier":3,"skills":["JEWELING"],"lvl":3,"ids":{"agi":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":615},{"name":"Mahogany Heartwood","tier":3,"skills":["TAILORING","ARMOURING"],"lvl":66,"ids":{"fDefPct":{"minimum":-10,"maximum":-8},"mdPct":{"minimum":10,"maximum":14},"str":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-119,"strReq":16,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":616},{"name":"Major's Badge","tier":3,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING","JEWELING","ALCHEMISM"],"lvl":80,"ids":{},"itemIDs":{"dura":-175,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-300},"posMods":{"left":-15,"right":-180,"above":-110,"under":-20,"touching":35,"notTouching":-30},"id":617},{"name":"Mega Fern","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":83,"ids":{"hpBonus":{"minimum":500,"maximum":600},"hprRaw":{"minimum":40,"maximum":50},"sdRaw":{"minimum":40,"maximum":45},"mdRaw":{"minimum":35,"maximum":40}},"itemIDs":{"dura":-140,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":618},{"name":"More-Pearlescent Jewel","tier":3,"skills":["JEWELING"],"lvl":70,"ids":{"tDefPct":{"minimum":-4,"maximum":-2},"sdRaw":{"minimum":35,"maximum":40}},"itemIDs":{"dura":-124,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":619},{"name":"Naval Stone","tier":3,"skills":["JEWELING"],"lvl":63,"ids":{"sdPct":{"minimum":6,"maximum":8},"mdPct":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":25,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":620},{"name":"Nivlan Honey","tier":3,"skills":["COOKING","ALCHEMISM","SCRIBING"],"lvl":8,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":30},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":621},{"name":"Obelisk Core","tier":3,"skills":["WOODWORKING","ARMOURING","JEWELING"],"lvl":76,"ids":{},"itemIDs":{"dura":-131,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":-200,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":622},{"name":"Ocea Steel","tier":3,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":98,"ids":{"fDamPct":{"minimum":16,"maximum":20},"wDamPct":{"minimum":16,"maximum":20},"aDamPct":{"minimum":16,"maximum":20},"tDamPct":{"minimum":16,"maximum":20},"eDamPct":{"minimum":16,"maximum":20}},"itemIDs":{"dura":-154,"strReq":12,"dexReq":12,"intReq":12,"defReq":12,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":623},{"name":"Overheated Processor","tier":3,"skills":["JEWELING"],"lvl":90,"ids":{"ls":{"minimum":40,"maximum":50},"dex":{"minimum":1,"maximum":2},"def":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-145,"strReq":0,"dexReq":14,"intReq":0,"defReq":14,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":624},{"name":"Panda King’s Crown","displayName":"Panda King's Crown","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":89,"ids":{"fDefPct":{"minimum":15,"maximum":20},"wDefPct":{"minimum":15,"maximum":20},"aDefPct":{"minimum":15,"maximum":20},"tDefPct":{"minimum":15,"maximum":20},"eDefPct":{"minimum":15,"maximum":20},"mr":{"minimum":-6,"maximum":-6}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":625},{"name":"Panda King's Crown","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":89,"ids":{"fDefPct":{"minimum":15,"maximum":20},"wDefPct":{"minimum":15,"maximum":20},"aDefPct":{"minimum":15,"maximum":20},"tDefPct":{"minimum":15,"maximum":20},"eDefPct":{"minimum":15,"maximum":20},"mr":{"minimum":-6,"maximum":-6}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":626},{"name":"Parasitic Abscission","tier":3,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":83,"ids":{"mr":{"minimum":12,"maximum":12}},"itemIDs":{"dura":-139,"strReq":13,"dexReq":0,"intReq":0,"defReq":29,"agiReq":0},"consumableIDs":{"charges":0,"dura":-252},"posMods":{"left":-122,"right":-122,"above":0,"under":0,"touching":-15,"notTouching":-15},"id":627},{"name":"Pegasus Feather","tier":3,"skills":["TAILORING"],"lvl":92,"ids":{"aDefPct":{"minimum":12,"maximum":20},"str":{"minimum":-10,"maximum":-8},"aDamPct":{"minimum":12,"maximum":20}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":25},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":628},{"name":"Piquant Pork Fillet","tier":3,"skills":["COOKING"],"lvl":85,"ids":{"hprPct":{"minimum":15,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":-770},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":630},{"name":"Plane of Nonexistence","tier":3,"skills":["SCRIBING"],"lvl":105,"ids":{"fDamPct":{"minimum":15,"maximum":18},"wDamPct":{"minimum":15,"maximum":18},"aDamPct":{"minimum":15,"maximum":18},"tDamPct":{"minimum":15,"maximum":18},"eDamPct":{"minimum":15,"maximum":18}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-325},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":629},{"name":"Plasteel Plating","tier":3,"skills":["WEAPONSMITHING","TAILORING"],"lvl":97,"ids":{},"itemIDs":{"dura":-154,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":-140,"under":0,"touching":0,"notTouching":0},"id":631},{"name":"Primordial Soul","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":78,"ids":{},"itemIDs":{"dura":0,"strReq":-10,"dexReq":-10,"intReq":-10,"defReq":-10,"agiReq":-10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":633},{"name":"Pride of the Heights","tier":3,"skills":["TAILORING","WOODWORKING","ALCHEMISM"],"lvl":95,"ids":{},"itemIDs":{"dura":-157,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-280},"posMods":{"left":130,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":632},{"name":"Royal Cake Slice","tier":3,"skills":["COOKING","ALCHEMISM"],"lvl":1,"ids":{"spd":{"minimum":8,"maximum":10},"hprRaw":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":639},{"name":"Old Treasure֎","tier":3,"skills":["JEWELING"],"lvl":6,"ids":{"xpb":{"minimum":3,"maximum":5},"lb":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":-40},"id":635},{"name":"Familiar Essence","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":10,"ids":{"mr":{"minimum":6,"maximum":6}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":-40,"notTouching":-40},"id":634},{"name":"Vibrant Augment","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":7,"ids":{"fDamPct":{"minimum":6,"maximum":7},"wDamPct":{"minimum":6,"maximum":7},"aDamPct":{"minimum":6,"maximum":7},"tDamPct":{"minimum":6,"maximum":7},"eDamPct":{"minimum":6,"maximum":7}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":636},{"name":"Autonomous Core","tier":3,"skills":["JEWELING"],"lvl":88,"ids":{"hprPct":{"minimum":9,"maximum":12},"fDamPct":{"minimum":6,"maximum":8},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-144,"strReq":0,"dexReq":0,"intReq":0,"defReq":17,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":637},{"name":"Canyon Parsley","tier":3,"skills":["SCRIBING"],"lvl":18,"ids":{"str":{"minimum":4,"maximum":5},"eDamPct":{"minimum":6,"maximum":8},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":638},{"name":"Etheric Fern","tier":3,"skills":["COOKING"],"lvl":78,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-800},"posMods":{"left":-160,"right":-160,"above":-160,"under":-160,"touching":115,"notTouching":115},"id":640},{"name":"Evolving Spores","tier":3,"skills":["ALCHEMISM"],"lvl":77,"ids":{"fDamPct":{"minimum":16,"maximum":23},"wDamPct":{"minimum":18,"maximum":20},"aDamPct":{"minimum":19,"maximum":21},"tDamPct":{"minimum":15,"maximum":22},"eDamPct":{"minimum":17,"maximum":19},"gXp":{"minimum":-5,"maximum":-4},"gSpd":{"minimum":9,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-250},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":641},{"name":"Glowing Tree Sap","tier":3,"skills":["JEWELING"],"lvl":14,"ids":{"sdRaw":{"minimum":5,"maximum":5},"tDamPct":{"minimum":4,"maximum":5},"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-66,"strReq":0,"dexReq":5,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":642},{"name":"Gaze of Darkness","tier":3,"skills":["SCRIBING"],"lvl":105,"ids":{"ls":{"minimum":140,"maximum":160},"hprRaw":{"minimum":90,"maximum":110},"gSpd":{"minimum":6,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-300},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":643},{"name":"Ironwood Scale","tier":3,"skills":["ARMOURING"],"lvl":65,"ids":{"eDefPct":{"minimum":18,"maximum":22},"def":{"minimum":5,"maximum":7},"gXp":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-120,"strReq":13,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":644},{"name":"Luminous Rune","tier":3,"skills":["WOODWORKING"],"lvl":76,"ids":{"sdPct":{"minimum":4,"maximum":5},"mdPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-131,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":-30,"right":-30,"above":0,"under":0,"touching":30,"notTouching":30},"id":645},{"name":"Lost Heirloom","tier":3,"skills":["TAILORING"],"lvl":47,"ids":{"ms":{"minimum":4,"maximum":4},"tDamPct":{"minimum":6,"maximum":8},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":16,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":646},{"name":"Mana Extract","tier":3,"skills":["ALCHEMISM"],"lvl":7,"ids":{"sdRaw":{"minimum":10,"maximum":12},"gXp":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":648},{"name":"Mangrove Root","tier":3,"skills":["COOKING"],"lvl":56,"ids":{"mdPct":{"minimum":5,"maximum":9},"str":{"minimum":5,"maximum":6},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-620},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":647},{"name":"Mountain's Heart","tier":3,"skills":["WEAPONSMITHING"],"lvl":87,"ids":{"mr":{"minimum":6,"maximum":6},"eDamPct":{"minimum":10,"maximum":13}},"itemIDs":{"dura":-131,"strReq":27,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":649},{"name":"Platinum Grook Egg","tier":3,"skills":["ARMOURING"],"lvl":16,"ids":{"xpb":{"minimum":4,"maximum":4},"lb":{"minimum":4,"maximum":4},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-68,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":650},{"name":"Salted Salmon","tier":3,"skills":["COOKING"],"lvl":28,"ids":{"gSpd":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":651},{"name":"Sentient Slimeball","tier":3,"skills":["SCRIBING"],"lvl":57,"ids":{"sdPct":{"minimum":6,"maximum":7},"eDamPct":{"minimum":6,"maximum":7},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":652},{"name":"Shattered Dawnlight","tier":3,"skills":["TAILORING"],"lvl":67,"ids":{"sdPct":{"minimum":12,"maximum":15},"wDamPct":{"minimum":-15,"maximum":-12},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":655},{"name":"Skybound Remnant","tier":3,"skills":["WEAPONSMITHING"],"lvl":102,"ids":{"sdPct":{"minimum":13,"maximum":16},"agi":{"minimum":12,"maximum":14}},"itemIDs":{"dura":-159,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":24,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":653},{"name":"Soul Stone","tier":3,"skills":["JEWELING","ALCHEMISM"],"lvl":49,"ids":{"spd":{"minimum":5,"maximum":6},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":654},{"name":"Soulfire Matterweave","tier":3,"skills":["ARMOURING"],"lvl":97,"ids":{"fDamPct":{"minimum":17,"maximum":20},"gXp":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-153,"strReq":0,"dexReq":0,"intReq":0,"defReq":20,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":657},{"name":"Spirograph Tablet","tier":3,"skills":["WOODWORKING"],"lvl":37,"ids":{"sdPct":{"minimum":-6,"maximum":-4},"mdPct":{"minimum":-6,"maximum":-4},"str":{"minimum":3,"maximum":3},"dex":{"minimum":3,"maximum":3},"int":{"minimum":3,"maximum":3},"agi":{"minimum":3,"maximum":3},"def":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-90,"strReq":4,"dexReq":4,"intReq":4,"defReq":4,"agiReq":4,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":656},{"name":"Sun-Stained Skin","tier":3,"skills":["TAILORING"],"lvl":27,"ids":{"hprPct":{"minimum":-8,"maximum":-6},"hprRaw":{"minimum":7,"maximum":9},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-80,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":658},{"name":"Suspicious Shrubs","tier":3,"skills":["COOKING"],"lvl":83,"ids":{"mdPct":{"minimum":7,"maximum":10},"poison":{"minimum":175,"maximum":250},"gXp":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-750},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":659},{"name":"Relic of the Future","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":15,"ids":{"sdRaw":{"minimum":8,"maximum":14},"tDamPct":{"minimum":7,"maximum":11}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":661},{"name":"Red Crystal Dust","tier":3,"skills":["SCRIBING"],"lvl":55,"ids":{"ls":{"minimum":20,"maximum":30},"def":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":660},{"name":"Roots of Eternity","tier":3,"skills":["SCRIBING"],"lvl":81,"ids":{"xpb":{"minimum":5,"maximum":7},"lb":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":-1,"dura":125},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":664},{"name":"Rocky Mind","tier":3,"skills":["ARMOURING"],"lvl":88,"ids":{"str":{"minimum":12,"maximum":15},"spd":{"minimum":-14,"maximum":-10}},"itemIDs":{"dura":-145,"strReq":25,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":663},{"name":"Ritual Catalyst","tier":3,"skills":["WOODWORKING","WEAPONSMITHING","TAILORING"],"lvl":79,"ids":{"sdPct":{"minimum":10,"maximum":12},"ms":{"minimum":8,"maximum":8},"atkTier":{"minimum":-1,"maximum":-1},"eDamPct":{"minimum":-22,"maximum":-18}},"itemIDs":{"dura":-149,"strReq":-55,"dexReq":0,"intReq":55,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":662},{"name":"Sanctified Sheep Soul","tier":3,"skills":["SCRIBING"],"lvl":65,"ids":{"fDefPct":{"minimum":10,"maximum":12},"wDefPct":{"minimum":12,"maximum":14},"sprint":{"minimum":14,"maximum":16},"sprintReg":{"minimum":8,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-225},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":730},{"name":"Serpent's Fang","tier":3,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":93,"ids":{"poison":{"minimum":650,"maximum":920},"mdRaw":{"minimum":70,"maximum":80}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-270},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":665},{"name":"Spark of the Oasis","tier":3,"skills":["WOODWORKING","ALCHEMISM"],"lvl":31,"ids":{"sdRaw":{"minimum":40,"maximum":40},"mdRaw":{"minimum":32,"maximum":32}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":8,"intReq":8,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":666},{"name":"Solcrystal Horn","tier":3,"skills":["JEWELING"],"lvl":62,"ids":{"agi":{"minimum":2,"maximum":3},"fDamPct":{"minimum":5,"maximum":6},"sprint":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-117,"strReq":0,"dexReq":0,"intReq":0,"defReq":12,"agiReq":9},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":731},{"name":"Squid","tier":3,"skills":["ALCHEMISM","SCRIBING"],"lvl":68,"ids":{"ms":{"minimum":8,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-230},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":667},{"name":"Stolen Pearls","tier":3,"skills":["JEWELING"],"lvl":35,"ids":{"eSteal":{"minimum":2,"maximum":5}},"itemIDs":{"dura":60,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":668},{"name":"Subsuming Darkness","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"mdPct":{"minimum":-8,"maximum":-4},"ls":{"minimum":90,"maximum":100}},"itemIDs":{"dura":-124,"strReq":0,"dexReq":15,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":671},{"name":"Sturdy Flesh","tier":3,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":1,"ids":{"hpBonus":{"minimum":30,"maximum":40}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":669},{"name":"Tempered Core","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":92,"ids":{"hpBonus":{"minimum":-1000,"maximum":-800},"fDamPct":{"minimum":22,"maximum":28}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":0,"defReq":30,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":670},{"name":"Thermal Replication","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":65,"ids":{"hpBonus":{"minimum":-360,"maximum":-330},"fDamPct":{"minimum":11,"maximum":14}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":0,"defReq":9,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":15,"notTouching":15},"id":691},{"name":"The Grootslang's Heart","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":56,"ids":{"eDefPct":{"minimum":16,"maximum":24},"spd":{"minimum":-8,"maximum":-6},"hpBonus":{"minimum":320,"maximum":400}},"itemIDs":{"dura":-110,"strReq":10,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":672},{"name":"Transformativity","tier":3,"skills":["ARMOURING"],"lvl":80,"ids":{},"itemIDs":{"dura":-140,"strReq":-25,"dexReq":-25,"intReq":-25,"defReq":-25,"agiReq":-25},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":-25,"notTouching":-25},"id":694},{"name":"Tungsten Chunk","tier":3,"skills":["JEWELING"],"lvl":63,"ids":{"fDefPct":{"minimum":8,"maximum":10},"hpBonus":{"minimum":80,"maximum":100}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":30,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":673},{"name":"Unicorn Horn","tier":3,"skills":["COOKING","WEAPONSMITHING","ARMOURING"],"lvl":75,"ids":{},"itemIDs":{"dura":-192,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-1100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":25,"notTouching":45},"id":674},{"name":"Unsettling Soul","tier":3,"skills":["SCRIBING"],"lvl":25,"ids":{"ms":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":75},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":675},{"name":"Urdar's Stone","tier":3,"skills":["WOODWORKING","TAILORING"],"lvl":100,"ids":{"fDefPct":{"minimum":-24,"maximum":-20},"eDamPct":{"minimum":20,"maximum":24}},"itemIDs":{"dura":-140,"strReq":25,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":676},{"name":"Vim Veins","tier":3,"skills":["SCRIBING","JEWELING"],"lvl":104,"ids":{"def":{"minimum":3,"maximum":4},"hpBonus":{"minimum":250,"maximum":300}},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":-20,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":677},{"name":"Volatile Matter","tier":3,"skills":["ALCHEMISM","WOODWORKING","WEAPONSMITHING"],"lvl":20,"ids":{"def":{"minimum":-4,"maximum":-3},"expd":{"minimum":8,"maximum":13},"mdRaw":{"minimum":14,"maximum":22}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":680},{"name":"Vortexian Event Horizon","tier":3,"skills":["JEWELING"],"lvl":105,"ids":{"mdPct":{"minimum":-24,"maximum":-24},"atkTier":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-180,"strReq":40,"dexReq":40,"intReq":40,"defReq":40,"agiReq":40},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":678},{"name":"Weathered Idol","tier":3,"skills":["SCRIBING"],"lvl":36,"ids":{"spd":{"minimum":6,"maximum":8},"sdRaw":{"minimum":30,"maximum":36},"aDamPct":{"minimum":10,"maximum":14}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":679}] \ No newline at end of file +[{"name":"Acid Magma","tier":0,"skills":["TAILORING","ALCHEMISM"],"lvl":91,"ids":{"wDefPct":{"minimum":-10,"maximum":-8},"poison":{"minimum":90,"maximum":100}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":0},{"name":"Alnamar Meat","tier":0,"skills":["COOKING"],"lvl":103,"ids":{"fDefPct":{"minimum":7,"maximum":8},"tDefPct":{"minimum":7,"maximum":10},"eDefPct":{"minimum":-9,"maximum":-7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-290},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":1},{"name":"Altered Ash","tier":0,"skills":["ALCHEMISM","SCRIBING"],"lvl":15,"ids":{"sdPct":{"minimum":1,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-45},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":2},{"name":"Ancient Metal","tier":0,"skills":["WEAPONSMITHING","ARMOURING","TAILORING"],"lvl":64,"ids":{"mdRaw":{"minimum":20,"maximum":21}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":3},{"name":"Apple","tier":0,"skills":["COOKING"],"lvl":10,"ids":{"hpBonus":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":4},{"name":"Arcane Anomaly","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":75,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":-22,"maximum":-16}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":5},{"name":"Bamboo","tier":0,"skills":["TAILORING","ARMOURING","WEAPONSMITHING","WOODWORKING"],"lvl":80,"ids":{"sdPct":{"minimum":-4,"maximum":-1},"mdPct":{"minimum":-4,"maximum":-1}},"itemIDs":{"dura":7,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":6},{"name":"Ball of Slime","tier":0,"skills":["TAILORING","WEAPONSMITHING"],"lvl":80,"ids":{"spd":{"minimum":-5,"maximum":-3},"eDamPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":7},{"name":"Bat Ear","tier":0,"skills":["TAILORING"],"lvl":15,"ids":{"spd":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":9},{"name":"Bandit Rations","tier":0,"skills":["COOKING"],"lvl":46,"ids":{"xpb":{"minimum":2,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":8},{"name":"Big Jawbreaker","tier":0,"skills":["WEAPONSMITHING","COOKING"],"lvl":60,"ids":{"mdPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":10},{"name":"Black Steel","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":62,"ids":{"mdRaw":{"minimum":16,"maximum":20}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":11},{"name":"Blaze Powder","tier":0,"skills":["ALCHEMISM","SCRIBING"],"lvl":26,"ids":{"fDefPct":{"minimum":1,"maximum":5},"fDamPct":{"minimum":1,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-51},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":12},{"name":"Blighted Skull","tier":0,"skills":["ARMOURING"],"lvl":96,"ids":{"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":12,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":13},{"name":"Bloodweb","tier":0,"skills":["TAILORING"],"lvl":45,"ids":{"ls":{"minimum":5,"maximum":9},"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":14},{"name":"Boar Meat","tier":0,"skills":["COOKING"],"lvl":9,"ids":{"thorns":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":17},{"name":"Bone Ash","tier":0,"skills":["SCRIBING","ALCHEMISM"],"lvl":14,"ids":{"expd":{"minimum":1,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-45},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":16},{"name":"Bone Meal","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":21,"ids":{"sdPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":15},{"name":"Bright Petal","tier":0,"skills":["COOKING"],"lvl":73,"ids":{"xpb":{"minimum":3,"maximum":6},"ref":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-240},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":18},{"name":"Broken Antic Bead","tier":0,"skills":["JEWELING"],"lvl":55,"ids":{"xpb":{"minimum":-3,"maximum":-2},"lb":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":19},{"name":"Broken Helmet","tier":0,"skills":["ARMOURING"],"lvl":92,"ids":{"mdPct":{"minimum":4,"maximum":7},"def":{"minimum":-3,"maximum":-1}},"itemIDs":{"dura":-49,"strReq":20,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":20},{"name":"Broken Ram Horn","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":56,"ids":{"sprint":{"minimum":4,"maximum":7}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":719},{"name":"Broken Pick","tier":0,"skills":["WEAPONSMITHING"],"lvl":96,"ids":{"mdRaw":{"minimum":22,"maximum":30},"eDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-61,"strReq":15,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":21},{"name":"Brown Mushroom","tier":0,"skills":["ALCHEMISM"],"lvl":1,"ids":{"hpBonus":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-36},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":22},{"name":"Bug Parts","tier":0,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":22,"ids":{"mdPct":{"minimum":2,"maximum":3},"thorns":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-26,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":23},{"name":"Calcified Ligament","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":102,"ids":{"sdPct":{"minimum":3,"maximum":5},"str":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-53,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":24},{"name":"Candy Button","tier":0,"skills":["JEWELING","COOKING"],"lvl":60,"ids":{"int":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":25},{"name":"Charred Carapace","tier":0,"skills":["ARMOURING"],"lvl":87,"ids":{"mdPct":{"minimum":2,"maximum":3},"fDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":26},{"name":"Climber's Padding","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":60,"ids":{"hpBonus":{"minimum":40,"maximum":65},"sprintReg":{"minimum":6,"maximum":7}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":6},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":720},{"name":"Coastal Sand","tier":0,"skills":["SCRIBING"],"lvl":1,"ids":{"lb":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-36},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":27},{"name":"Cocoa Caps","tier":0,"skills":["ARMOURING","COOKING"],"lvl":65,"ids":{"eDefPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":28},{"name":"Corbys Innards","tier":0,"skills":["COOKING"],"lvl":81,"ids":{"hprRaw":{"minimum":13,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-250},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":30},{"name":"Corroded Chunk","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":51,"ids":{"mdPct":{"minimum":-6,"maximum":-4},"mdRaw":{"minimum":20,"maximum":24}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":31},{"name":"Conscription Letter","tier":0,"skills":["SCRIBING"],"lvl":25,"ids":{"eSteal":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-50},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":29},{"name":"Corruption Shard","tier":0,"skills":["SCRIBING","WEAPONSMITHING","WOODWORKING"],"lvl":7,"ids":{"tDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-40},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":32},{"name":"Crawler Eye","tier":0,"skills":["ALCHEMISM"],"lvl":32,"ids":{"hprPct":{"minimum":-4,"maximum":-2},"spd":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-54},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":34},{"name":"Cracked Skin","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":30,"ids":{"aDefPct":{"minimum":-8,"maximum":-4},"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-28,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":38},{"name":"Coyote Fang","tier":0,"skills":["JEWELING"],"lvl":34,"ids":{"dex":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":33},{"name":"Crawler Sludge","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":25,"ids":{"mdPct":{"minimum":2,"maximum":4},"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":35},{"name":"Crawler Web","tier":0,"skills":["TAILORING"],"lvl":31,"ids":{"def":{"minimum":-2,"maximum":-1}},"itemIDs":{"dura":5,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":36},{"name":"Crumbly Rock","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":58,"ids":{"str":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-37,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":37},{"name":"Cursed Venom Sac","tier":0,"skills":["ALCHEMISM"],"lvl":53,"ids":{"poison":{"minimum":50,"maximum":60}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-67},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":39},{"name":"Dead Naval Shard","tier":0,"skills":["JEWELING"],"lvl":31,"ids":{"sdPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":40},{"name":"Decaying Arteries","tier":0,"skills":["ALCHEMISM"],"lvl":103,"ids":{"sdPct":{"minimum":8,"maximum":10},"hprRaw":{"minimum":-60,"maximum":-55}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":42},{"name":"Decaying Skin","tier":0,"skills":["TAILORING"],"lvl":22,"ids":{"poison":{"minimum":6,"maximum":6}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":41},{"name":"Demonic Ashes","tier":0,"skills":["ALCHEMISM"],"lvl":95,"ids":{"def":{"minimum":1,"maximum":4},"fDamPct":{"minimum":2,"maximum":9}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-93},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":43},{"name":"Depreciating Flesh","tier":0,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":15,"ids":{"thorns":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":44},{"name":"Dragonling Scale","tier":0,"skills":["ARMOURING"],"lvl":98,"ids":{"wDefPct":{"minimum":3,"maximum":7},"tDefPct":{"minimum":-8,"maximum":-6},"eDefPct":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":45},{"name":"Drained Bone","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":12,"ids":{"ls":{"minimum":1,"maximum":4}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":46},{"name":"Dry Bone","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":33,"ids":{},"itemIDs":{"dura":4,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":47},{"name":"Dry Seeds","tier":0,"skills":["COOKING","TAILORING"],"lvl":20,"ids":{"fDefPct":{"minimum":-4,"maximum":-2},"spd":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":48},{"name":"Egg","tier":0,"skills":["COOKING"],"lvl":2,"ids":{"hpBonus":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":49},{"name":"Expelled Shrapnel","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":105,"ids":{"hpBonus":{"minimum":-275,"maximum":-250},"mdRaw":{"minimum":35,"maximum":40}},"itemIDs":{"dura":-54,"strReq":8,"dexReq":8,"intReq":0,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":50},{"name":"Fairy Dust","tier":0,"skills":["SCRIBING"],"lvl":72,"ids":{"sdRaw":{"minimum":30,"maximum":33}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-80},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":51},{"name":"Feline Claws","tier":0,"skills":["TAILORING"],"lvl":62,"ids":{"mdPct":{"minimum":2,"maximum":3},"mdRaw":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-39,"strReq":0,"dexReq":4,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":712},{"name":"Firefly Dust","tier":0,"skills":["JEWELING","WOODWORKING"],"lvl":15,"ids":{"spRegen":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":52},{"name":"Fish Scales","tier":0,"skills":["ARMOURING"],"lvl":75,"ids":{"wDefPct":{"minimum":2,"maximum":6},"tDefPct":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":53},{"name":"Fluffy Fur","tier":0,"skills":["TAILORING"],"lvl":89,"ids":{"fDefPct":{"minimum":-6,"maximum":-4},"aDefPct":{"minimum":6,"maximum":9}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":54},{"name":"Forest Web","tier":0,"skills":["TAILORING","WOODWORKING","JEWELING"],"lvl":3,"ids":{"spd":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"consumableIDs":{"charges":0,"dura":0},"id":55},{"name":"Fresh Bone","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":61,"ids":{"xpb":{"minimum":2,"maximum":5},"lb":{"minimum":1,"maximum":4}},"itemIDs":{"dura":-77,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":56},{"name":"Fungi Spores","tier":0,"skills":["COOKING"],"lvl":7,"ids":{"poison":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":58},{"name":"Fresh Water","tier":0,"skills":["SCRIBING","COOKING","ALCHEMISM"],"lvl":5,"ids":{"wDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":57},{"name":"Ghostly Essence","tier":0,"skills":["JEWELING","SCRIBING"],"lvl":48,"ids":{"agi":{"minimum":0,"maximum":1},"tDamPct":{"minimum":0,"maximum":3}},"itemIDs":{"dura":-34,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":59},{"name":"Ghostly Membrane","tier":0,"skills":["TAILORING","SCRIBING"],"lvl":70,"ids":{"agi":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":-77},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":62},{"name":"Gert Skin","tier":0,"skills":["TAILORING"],"lvl":78,"ids":{"hpBonus":{"minimum":300,"maximum":330}},"itemIDs":{"dura":-44,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":60},{"name":"Ghostly Plume","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":98,"ids":{"agi":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":61},{"name":"Gold Bar","tier":0,"skills":["JEWELING"],"lvl":31,"ids":{"mdPct":{"minimum":-4,"maximum":-3},"lb":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":65},{"name":"Gold","displayName":"Platinum Ingot","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":82,"ids":{"lb":{"minimum":3,"maximum":5},"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":64},{"name":"Goblin Tooth","tier":0,"skills":["JEWELING"],"lvl":83,"ids":{"eSteal":{"minimum":1,"maximum":2},"mdRaw":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-9,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":63},{"name":"Gold Nugget","tier":0,"skills":["JEWELING"],"lvl":42,"ids":{"lb":{"minimum":-1,"maximum":2}},"itemIDs":{"dura":-19,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":66},{"name":"Gold Tooth","displayName":"Fake Tooth","tier":0,"skills":["JEWELING"],"lvl":25,"ids":{"lb":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":67},{"name":"Gollier Iron","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":74,"ids":{"def":{"minimum":2,"maximum":4},"spd":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":-86,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":68},{"name":"Grey Cloud","tier":0,"skills":["ALCHEMISM"],"lvl":96,"ids":{"wDefPct":{"minimum":4,"maximum":8},"aDefPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":69},{"name":"Gritty Rocks","tier":0,"skills":["WEAPONSMITHING"],"lvl":32,"ids":{"sdRaw":{"minimum":-12,"maximum":-8},"mdRaw":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-28,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":104},{"name":"Grook Feather","tier":0,"skills":["TAILORING"],"lvl":5,"ids":{"xpb":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":114},{"name":"Hardened Magma","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":87,"ids":{"hpBonus":{"minimum":400,"maximum":440}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":70},{"name":"Harpy Bone","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":82,"ids":{"aDamPct":{"minimum":1,"maximum":6}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":71},{"name":"Holy Powder","tier":0,"skills":["ALCHEMISM"],"lvl":98,"ids":{"spRegen":{"minimum":14,"maximum":18},"hprRaw":{"minimum":70,"maximum":75}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-93},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":72},{"name":"Hybrid Skin","tier":0,"skills":["TAILORING"],"lvl":87,"ids":{"ls":{"minimum":22,"maximum":45},"mdRaw":{"minimum":15,"maximum":22}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":7,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":73},{"name":"Ice Cream Sandwich","tier":0,"skills":["SCRIBING","COOKING"],"lvl":65,"ids":{"agi":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":74},{"name":"Ice Sliver","tier":0,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":40,"ids":{"dex":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":5,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":75},{"name":"Icy Shard","tier":0,"skills":["ARMOURING"],"lvl":45,"ids":{"thorns":{"minimum":2,"maximum":5},"wDamPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":76},{"name":"Illuminated Spirit","tier":0,"skills":["JEWELING"],"lvl":75,"ids":{"dex":{"minimum":1,"maximum":1},"eSteal":{"minimum":-2,"maximum":-1}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":77},{"name":"Lava Blisters","tier":0,"skills":["ARMOURING"],"lvl":38,"ids":{"fDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":78},{"name":"Leafy Stalk","tier":0,"skills":["WOODWORKING","WEAPONSMITHING","COOKING"],"lvl":68,"ids":{"hprRaw":{"minimum":4,"maximum":12}},"itemIDs":{"dura":-40,"strReq":5,"dexReq":0,"intReq":5,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":80},{"name":"Leather","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":2,"ids":{"def":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":79},{"name":"Licorice Ropes","tier":0,"skills":["TAILORING","COOKING"],"lvl":60,"ids":{"hprPct":{"minimum":-3,"maximum":-2},"spd":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":81},{"name":"Lizard Scale","tier":0,"skills":["ARMOURING"],"lvl":53,"ids":{"eDefPct":{"minimum":3,"maximum":5},"hpBonus":{"minimum":110,"maximum":130}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":82},{"name":"Lizard Tail","tier":0,"skills":["COOKING","SCRIBING"],"lvl":55,"ids":{"hprPct":{"minimum":2,"maximum":5},"hprRaw":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":83},{"name":"Looted Alloy","tier":0,"skills":["ARMOURING"],"lvl":61,"ids":{"fDefPct":{"minimum":3,"maximum":4},"hpBonus":{"minimum":140,"maximum":160}},"itemIDs":{"dura":-39,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":701},{"name":"Lunar Dust","tier":0,"skills":["SCRIBING","ALCHEMISM"],"lvl":32,"ids":{"sdPct":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-57},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":84},{"name":"Luu Luu Vertebrae","tier":0,"skills":["TAILORING"],"lvl":95,"ids":{"hpBonus":{"minimum":480,"maximum":520}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":85},{"name":"Magic Feather","tier":0,"skills":["SCRIBING"],"lvl":80,"ids":{"hprRaw":{"minimum":16,"maximum":20}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-84},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":86},{"name":"Magmatic Skin","tier":0,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":85,"ids":{"fDefPct":{"minimum":3,"maximum":5},"def":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":12,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":87},{"name":"Manis Carapace","tier":0,"skills":["COOKING"],"lvl":95,"ids":{"thorns":{"minimum":4,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-280},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":88},{"name":"Marsufosa Pelt","tier":0,"skills":["TAILORING"],"lvl":90,"ids":{"spd":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":89},{"name":"Mashed Insect","tier":0,"skills":["COOKING"],"lvl":30,"ids":{"hprPct":{"minimum":1,"maximum":2},"hprRaw":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":90},{"name":"Melted Steel","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":89,"ids":{"fDefPct":{"minimum":4,"maximum":8},"wDamPct":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":12,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":92},{"name":"Metal Scraps","tier":0,"skills":["ARMOURING"],"lvl":56,"ids":{"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":5,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":93},{"name":"Mineral Cinder","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":55,"ids":{"expd":{"minimum":1,"maximum":7}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":91},{"name":"Mixed Seeds","tier":0,"skills":["COOKING","ALCHEMISM"],"lvl":20,"ids":{"agi":{"minimum":-3,"maximum":-2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":15},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":94},{"name":"Myconid Spores","tier":0,"skills":["ALCHEMISM"],"lvl":71,"ids":{"fDamPct":{"minimum":3,"maximum":6},"wDamPct":{"minimum":3,"maximum":6},"aDamPct":{"minimum":3,"maximum":6},"tDamPct":{"minimum":3,"maximum":6},"eDamPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":95},{"name":"Naga Tail","tier":0,"skills":["ALCHEMISM"],"lvl":55,"ids":{"eDamPct":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":96},{"name":"Oceanic Silt","tier":0,"skills":["ARMOURING"],"lvl":27,"ids":{"mdRaw":{"minimum":4,"maximum":11}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":97},{"name":"Ocelot Tail","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":25,"ids":{"str":{"minimum":-2,"maximum":-1},"spd":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":99},{"name":"Ocelot Pelt","tier":0,"skills":["TAILORING"],"lvl":23,"ids":{"spd":{"minimum":0,"maximum":4}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":4},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":98},{"name":"Ominous Pearl","tier":0,"skills":["ALCHEMISM"],"lvl":97,"ids":{"xpb":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-94},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":101},{"name":"Old Bone","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":20,"ids":{"sdPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":100},{"name":"Optic Fiber","tier":0,"skills":["ARMOURING"],"lvl":101,"ids":{"ref":{"minimum":9,"maximum":18}},"itemIDs":{"dura":-53,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":102},{"name":"Orc Eye","tier":0,"skills":["WOODWORKING","TAILORING"],"lvl":44,"ids":{"spd":{"minimum":-5,"maximum":-3},"mdRaw":{"minimum":7,"maximum":13}},"itemIDs":{"dura":-33,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":103},{"name":"Orc Teeth","tier":0,"skills":["WEAPONSMITHING"],"lvl":46,"ids":{"mdPct":{"minimum":1,"maximum":2},"eDamPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-33,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":106},{"name":"Orc Skin","displayName":"Yale Leather","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":63,"ids":{"fDefPct":{"minimum":3,"maximum":6},"str":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-40,"strReq":5,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":105},{"name":"Overgrown Bones","tier":0,"skills":["COOKING","ALCHEMISM"],"lvl":61,"ids":{"hprRaw":{"minimum":7,"maximum":9}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":107},{"name":"Perkish Potato","tier":0,"skills":["COOKING"],"lvl":90,"ids":{"mdPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-270},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":108},{"name":"Pigman Meat","tier":0,"skills":["COOKING","ALCHEMISM"],"lvl":11,"ids":{"mdPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":109},{"name":"Pig's Remains","tier":0,"skills":["COOKING"],"lvl":78,"ids":{"hprRaw":{"minimum":12,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-240},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":110},{"name":"Plucked Feather","tier":0,"skills":["TAILORING","ALCHEMISM"],"lvl":83,"ids":{"spd":{"minimum":2,"maximum":3},"hpBonus":{"minimum":-320,"maximum":-200}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-84},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":111},{"name":"Poorly-Made Pouch","tier":0,"skills":["TAILORING"],"lvl":81,"ids":{"lb":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":112},{"name":"Potato","tier":0,"skills":["COOKING"],"lvl":1,"ids":{"lb":{"minimum":1,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":113},{"name":"Prickly Grass","tier":0,"skills":["ALCHEMISM","TAILORING"],"lvl":73,"ids":{"thorns":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":115},{"name":"Protective Fabric","tier":0,"skills":["TAILORING"],"lvl":85,"ids":{"fDefPct":{"minimum":1,"maximum":2},"wDefPct":{"minimum":1,"maximum":2},"aDefPct":{"minimum":1,"maximum":2},"tDefPct":{"minimum":1,"maximum":2},"eDefPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":116},{"name":"Putrid Gunk","tier":0,"skills":["SCRIBING"],"lvl":4,"ids":{"eDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-38},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":118},{"name":"Pure Rain Stone","tier":0,"skills":["JEWELING"],"lvl":77,"ids":{"mdPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":117},{"name":"Rancid Flesh","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"mdPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":119},{"name":"Red Mushroom","tier":0,"skills":["ALCHEMISM"],"lvl":1,"ids":{"hprRaw":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-36},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":121},{"name":"Rat Hair","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":3,"ids":{"ls":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":120},{"name":"Retinal Membrane","tier":0,"skills":["SCRIBING"],"lvl":100,"ids":{"lq":{"minimum":1,"maximum":1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-95},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":126},{"name":"Reptile Scales","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":52,"ids":{"ls":{"minimum":7,"maximum":13},"def":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":122},{"name":"River Clay","tier":0,"skills":["JEWELING","TAILORING","ARMOURING"],"lvl":23,"ids":{"mdPct":{"minimum":-4,"maximum":-2},"wDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":125},{"name":"Resilient Stone","tier":0,"skills":["ARMOURING"],"lvl":78,"ids":{"eDefPct":{"minimum":1,"maximum":3},"def":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":123},{"name":"Robot Antenna","tier":0,"skills":["ARMOURING"],"lvl":85,"ids":{"dex":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":5,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":124},{"name":"Rose","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":18,"ids":{"thorns":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":127},{"name":"Rotten Flesh","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":1,"ids":{"mdPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":129},{"name":"Rotten Bone","tier":0,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":8,"ids":{"def":{"minimum":1,"maximum":1},"spd":{"minimum":-2,"maximum":-1}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":128},{"name":"Royal Bug’s Blood","tier":0,"skills":["ALCHEMISM","WOODWORKING"],"lvl":76,"ids":{"sdPct":{"minimum":2,"maximum":4},"xpb":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":8,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-230},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":130},{"name":"Rusty Spurs","tier":0,"skills":["JEWELING"],"lvl":36,"ids":{"sprint":{"minimum":1,"maximum":3},"sprintReg":{"minimum":0,"maximum":-2}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":721},{"name":"Salt Water","tier":0,"skills":["COOKING","ALCHEMISM"],"lvl":21,"ids":{"hpBonus":{"minimum":10,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":131},{"name":"Sandy Bonemeal","tier":0,"skills":["JEWELING","ARMOURING"],"lvl":34,"ids":{"aDefPct":{"minimum":-3,"maximum":-2},"eDamPct":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-26,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":132},{"name":"Seagrass","tier":0,"skills":["COOKING"],"lvl":23,"ids":{"str":{"minimum":1,"maximum":4},"spd":{"minimum":-4,"maximum":-1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":134},{"name":"Seabird Feather","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":26,"ids":{"mdPct":{"minimum":-3,"maximum":-1},"aDamPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":133},{"name":"Severed Heart","tier":0,"skills":["COOKING"],"lvl":69,"ids":{"ls":{"minimum":12,"maximum":18},"hprRaw":{"minimum":-18,"maximum":-12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":135},{"name":"Sharp Claw","tier":0,"skills":["JEWELING","WEAPONSMITHING"],"lvl":85,"ids":{"mdPct":{"minimum":1,"maximum":3},"mdRaw":{"minimum":10,"maximum":13}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":137},{"name":"Severed Leg","tier":0,"skills":["WEAPONSMITHING"],"lvl":56,"ids":{"mdRaw":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":136},{"name":"Shattered Blade","tier":0,"skills":["WEAPONSMITHING"],"lvl":83,"ids":{"mdRaw":{"minimum":20,"maximum":23}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":5,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":138},{"name":"Shining Wool","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":72,"ids":{"fDamPct":{"minimum":1,"maximum":2},"wDamPct":{"minimum":1,"maximum":2},"aDamPct":{"minimum":1,"maximum":2},"tDamPct":{"minimum":1,"maximum":2},"eDamPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":143},{"name":"Shorting Wire","tier":0,"skills":["WEAPONSMITHING"],"lvl":90,"ids":{"tDefPct":{"minimum":-5,"maximum":-2},"tDamPct":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":15,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":139},{"name":"Sheep Hoof","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":8,"ids":{"sprint":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-19,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":722},{"name":"Silver Feather","tier":0,"skills":["SCRIBING"],"lvl":96,"ids":{"lb":{"minimum":0,"maximum":7},"agi":{"minimum":1,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-93},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":141},{"name":"Shredded Bone","tier":0,"skills":["ALCHEMISM","SCRIBING"],"lvl":23,"ids":{"thorns":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":140},{"name":"Snake Eye","tier":0,"skills":["ALCHEMISM"],"lvl":20,"ids":{"agi":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":4},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":145},{"name":"Skyraider Coin","tier":0,"skills":["JEWELING"],"lvl":99,"ids":{"eSteal":{"minimum":3,"maximum":4},"mdRaw":{"minimum":9,"maximum":10}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":7,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":142},{"name":"Sludge Parasite","tier":0,"skills":["ARMOURING"],"lvl":102,"ids":{"def":{"minimum":-4,"maximum":-2},"poison":{"minimum":100,"maximum":120}},"itemIDs":{"dura":-53,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":144},{"name":"Soft Blue Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"wDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":148},{"name":"Snow Heart","tier":0,"skills":["ALCHEMISM","COOKING"],"lvl":43,"ids":{"sdPct":{"minimum":2,"maximum":4},"wDamPct":{"minimum":1,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-180},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":147},{"name":"Snow Clump","tier":0,"skills":["TAILORING"],"lvl":45,"ids":{"ref":{"minimum":2,"maximum":5},"wDamPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":146},{"name":"Soft Green Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"eDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":151},{"name":"Soft White Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"aDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":150},{"name":"Soft Red Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"fDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":149},{"name":"Soft Sand","tier":0,"skills":["WEAPONSMITHING"],"lvl":30,"ids":{"mdPct":{"minimum":1,"maximum":1},"spd":{"minimum":-3,"maximum":-2}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":153},{"name":"Soggy Stone","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":76,"ids":{"tDefPct":{"minimum":-5,"maximum":-2},"wDamPct":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":154},{"name":"Soul Essence","tier":0,"skills":["SCRIBING"],"lvl":103,"ids":{"mdPct":{"minimum":5,"maximum":6},"mdRaw":{"minimum":23,"maximum":27}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-97},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":155},{"name":"Soft Yellow Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"tDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":152},{"name":"Spider Leg","tier":0,"skills":["TAILORING"],"lvl":43,"ids":{"spd":{"minimum":1,"maximum":3},"hpBonus":{"minimum":-50,"maximum":-40}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":5},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":156},{"name":"Spellbound Ash","tier":0,"skills":["ALCHEMISM"],"lvl":18,"ids":{"sdPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":5,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-45},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":157},{"name":"Spider Eggs","tier":0,"skills":["JEWELING","SCRIBING"],"lvl":23,"ids":{"poison":{"minimum":8,"maximum":10}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":158},{"name":"Spider Fang","tier":0,"skills":["ALCHEMISM","WEAPONSMITHING"],"lvl":5,"ids":{"poison":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-38},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":159},{"name":"Squid Ink","tier":0,"skills":["SCRIBING","COOKING"],"lvl":28,"ids":{"wDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":160},{"name":"Stolen Seeds","tier":0,"skills":["COOKING"],"lvl":92,"ids":{"thorns":{"minimum":8,"maximum":13},"eSteal":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-270},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":163},{"name":"Stack of Coins","tier":0,"skills":["JEWELING"],"lvl":73,"ids":{"xpb":{"minimum":1,"maximum":2},"lb":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-84,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":161},{"name":"Stolen Harvest","tier":0,"skills":["COOKING"],"lvl":53,"ids":{"hprRaw":{"minimum":5,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":162},{"name":"Storm Horn","tier":0,"skills":["WEAPONSMITHING"],"lvl":96,"ids":{"aDamPct":{"minimum":3,"maximum":5},"tDamPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":164},{"name":"Tanned Flesh","tier":0,"skills":["TAILORING"],"lvl":35,"ids":{"fDefPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":166},{"name":"Sugar Stick","tier":0,"skills":["WOODWORKING","COOKING"],"lvl":65,"ids":{"sdPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":165},{"name":"Tendon Clump","tier":0,"skills":["COOKING","SCRIBING"],"lvl":24,"ids":{"agi":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":168},{"name":"Terracotta Chunk","tier":0,"skills":["ARMOURING"],"lvl":33,"ids":{"eDefPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-30,"strReq":4,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":169},{"name":"Thick Mud","tier":0,"skills":["ALCHEMISM","JEWELING"],"lvl":21,"ids":{"str":{"minimum":1,"maximum":1},"spd":{"minimum":-3,"maximum":-2}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":170},{"name":"Tarnished Gold Foil","tier":0,"skills":["SCRIBING","JEWELING"],"lvl":5,"ids":{"xpb":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-38},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":167},{"name":"Thin Quill","tier":0,"skills":["SCRIBING","ARMOURING","TAILORING"],"lvl":8,"ids":{"aDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-19,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-40},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":172},{"name":"Thick Vines","tier":0,"skills":["WOODWORKING","TAILORING"],"lvl":53,"ids":{"eDefPct":{"minimum":4,"maximum":6},"spd":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":171},{"name":"Torn Skin","tier":0,"skills":["ALCHEMISM"],"lvl":50,"ids":{"poison":{"minimum":45,"maximum":50}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-66},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":173},{"name":"Toxic Lumps","tier":0,"skills":["ALCHEMISM"],"lvl":102,"ids":{"hprPct":{"minimum":-15,"maximum":-12},"tDamPct":{"minimum":5,"maximum":6},"eDamPct":{"minimum":8,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":175},{"name":"Troll Hair","tier":0,"skills":["WEAPONSMITHING"],"lvl":42,"ids":{"mdPct":{"minimum":2,"maximum":4},"spd":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":176},{"name":"Turtle Shell","tier":0,"skills":["ARMOURING"],"lvl":90,"ids":{"def":{"minimum":1,"maximum":1},"thorns":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":177},{"name":"Tough Skin","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":84,"ids":{"def":{"minimum":2,"maximum":4},"hpBonus":{"minimum":300,"maximum":400}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":174},{"name":"Unholy Spirit","tier":0,"skills":["ALCHEMISM","SCRIBING"],"lvl":62,"ids":{"spRegen":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":178},{"name":"Unmeltable Ice","tier":0,"skills":["JEWELING","WOODWORKING"],"lvl":92,"ids":{"fDefPct":{"minimum":1,"maximum":2},"wDefPct":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":8,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":179},{"name":"Victim's Skull","tier":0,"skills":["ARMOURING"],"lvl":60,"ids":{"xpb":{"minimum":-4,"maximum":-2},"lb":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":18,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":181},{"name":"Used Fireball","tier":0,"skills":["SCRIBING","ALCHEMISM"],"lvl":6,"ids":{"fDamPct":{"minimum":1,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-39},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":180},{"name":"Viscous Slime","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":51,"ids":{"poison":{"minimum":90,"maximum":105}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":182},{"name":"Void Essence","tier":0,"skills":["SCRIBING"],"lvl":95,"ids":{"sdPct":{"minimum":2,"maximum":4},"agi":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":191},{"name":"Warped Skin","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":14,"ids":{"def":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":183},{"name":"Waterlogged Branch","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":20,"ids":{"sdPct":{"minimum":-5,"maximum":-3},"mdPct":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":184},{"name":"Werewolf Tail","tier":0,"skills":["TAILORING","ALCHEMISM"],"lvl":72,"ids":{"def":{"minimum":-3,"maximum":-1},"spd":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":185},{"name":"Wood Shavings","tier":0,"skills":["SCRIBING","WOODWORKING"],"lvl":43,"ids":{"xpb":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":187},{"name":"Wolf Fang","tier":0,"skills":["WEAPONSMITHING"],"lvl":41,"ids":{"mdPct":{"minimum":1,"maximum":2},"spd":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":186},{"name":"Wood Scrap","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":75,"ids":{"mdRaw":{"minimum":20,"maximum":26}},"itemIDs":{"dura":-87,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":188},{"name":"Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":1,"ids":{"wDefPct":{"minimum":1,"maximum":2},"aDefPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":190},{"name":"Wood Snippet","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":16,"ids":{"hpBonus":{"minimum":10,"maximum":20}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":189},{"name":"Worn Memorabilia","tier":0,"skills":["JEWELING","TAILORING"],"lvl":16,"ids":{"hprPct":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":192},{"name":"Wybel Taffy","tier":0,"skills":["ALCHEMISM","COOKING"],"lvl":65,"ids":{"def":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":193},{"name":"Wybel Fluff","tier":0,"skills":["TAILORING"],"lvl":90,"ids":{"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":194},{"name":"Zhight Herbal Mix","tier":0,"skills":["COOKING","SCRIBING","ALCHEMISM"],"lvl":55,"ids":{"sdPct":{"minimum":-4,"maximum":-1},"mdPct":{"minimum":-4,"maximum":-1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":24},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":195},{"name":"Zombie Eye","tier":0,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":54,"ids":{"str":{"minimum":1,"maximum":2},"mdRaw":{"minimum":8,"maximum":15}},"itemIDs":{"dura":-37,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":196},{"name":"Acidic Remains","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":102,"ids":{"hprRaw":{"minimum":-60,"maximum":-50},"fDamPct":{"minimum":9,"maximum":12}},"itemIDs":{"dura":-74,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":197},{"name":"Active Fireball","tier":1,"skills":["SCRIBING","COOKING","ALCHEMISM"],"lvl":4,"ids":{"fDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":198},{"name":"Adventurer's Diary","tier":1,"skills":["SCRIBING"],"lvl":60,"ids":{"xpb":{"minimum":4,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-99},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":199},{"name":"Alga","tier":1,"skills":["TAILORING"],"lvl":60,"ids":{"str":{"minimum":2,"maximum":3},"mdRaw":{"minimum":24,"maximum":26}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":201},{"name":"Agullo Beak","tier":1,"skills":["WEAPONSMITHING"],"lvl":81,"ids":{"spd":{"minimum":3,"maximum":7},"aDamPct":{"minimum":6,"maximum":11}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":16},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":200},{"name":"Algae Mat","tier":1,"skills":["SCRIBING"],"lvl":36,"ids":{"ref":{"minimum":9,"maximum":15},"thorns":{"minimum":12,"maximum":18}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":202},{"name":"Ashen Hide","tier":1,"skills":["TAILORING"],"lvl":90,"ids":{"wDefPct":{"minimum":-12,"maximum":-8}},"itemIDs":{"dura":35,"strReq":0,"dexReq":0,"intReq":0,"defReq":6,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":203},{"name":"Beak of the Nivlan Beauty","tier":1,"skills":["WEAPONSMITHING","TAILORING","ARMOURING"],"lvl":8,"ids":{"hpBonus":{"minimum":10,"maximum":14}},"itemIDs":{"dura":-28,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":205},{"name":"Beef Tongue","tier":1,"skills":["COOKING"],"lvl":25,"ids":{"hprPct":{"minimum":5,"maximum":10},"hpBonus":{"minimum":24,"maximum":36}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":204},{"name":"Bloodstained Remains","tier":1,"skills":["TAILORING"],"lvl":58,"ids":{"ls":{"minimum":20,"maximum":30},"hprRaw":{"minimum":-20,"maximum":-15}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":206},{"name":"Broken Dagger","tier":1,"skills":["WEAPONSMITHING"],"lvl":73,"ids":{"mdPct":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-70,"strReq":15,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":207},{"name":"Broken Steel Hook","tier":1,"skills":["WOODWORKING"],"lvl":55,"ids":{"dex":{"minimum":2,"maximum":5},"mdRaw":{"minimum":18,"maximum":22}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":208},{"name":"Broken Steel Blade","tier":1,"skills":["WEAPONSMITHING"],"lvl":55,"ids":{"mdPct":{"minimum":2,"maximum":6},"str":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-52,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":209},{"name":"Burning Soul","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":85,"ids":{"wDefPct":{"minimum":-10,"maximum":-6},"fDamPct":{"minimum":8,"maximum":13}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":210},{"name":"Captain's Glass","tier":1,"skills":["WEAPONSMITHING","TAILORING"],"lvl":28,"ids":{"mdPct":{"minimum":7,"maximum":10},"spd":{"minimum":-6,"maximum":-3}},"itemIDs":{"dura":-38,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":211},{"name":"Carapace Fragment","tier":1,"skills":["ARMOURING","WOODWORKING"],"lvl":23,"ids":{"spd":{"minimum":4,"maximum":6},"mdRaw":{"minimum":8,"maximum":10}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":212},{"name":"Cat Tail","tier":1,"skills":["TAILORING"],"lvl":83,"ids":{"spd":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":213},{"name":"Chain Loop","tier":1,"skills":["ARMOURING"],"lvl":35,"ids":{"wDefPct":{"minimum":-6,"maximum":-4},"hpBonus":{"minimum":50,"maximum":70}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":215},{"name":"Cataratite","tier":1,"skills":["ARMOURING","JEWELING"],"lvl":100,"ids":{"hprPct":{"minimum":-10,"maximum":-8}},"itemIDs":{"dura":45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":214},{"name":"Charred Bone","tier":1,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":9,"ids":{"fDamPct":{"minimum":4,"maximum":7}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":216},{"name":"Chipped Quartz","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":45,"ids":{"sdPct":{"minimum":3,"maximum":5},"sdRaw":{"minimum":15,"maximum":20}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":218},{"name":"Chitin Plate","tier":1,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":64,"ids":{"dex":{"minimum":2,"maximum":4},"hpBonus":{"minimum":260,"maximum":320}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":25,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":217},{"name":"Coagulated Clot","tier":1,"skills":["SCRIBING","ALCHEMISM"],"lvl":7,"ids":{"hprRaw":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-54},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":219},{"name":"Congealed Slime","tier":1,"skills":["COOKING"],"lvl":80,"ids":{"eDefPct":{"minimum":6,"maximum":12},"spd":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-350},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":222},{"name":"Condor Feather","tier":1,"skills":["TAILORING"],"lvl":35,"ids":{"aDamPct":{"minimum":6,"maximum":10}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":220},{"name":"Consecrated Ivory","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":60,"ids":{"spRegen":{"minimum":10,"maximum":10},"sprint":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":723},{"name":"Corn Husk","tier":1,"skills":["COOKING","SCRIBING"],"lvl":23,"ids":{"hprRaw":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":221},{"name":"Cortrich Eggs","tier":1,"skills":["COOKING"],"lvl":83,"ids":{"str":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":223},{"name":"Cracked Geode","tier":1,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":24,"ids":{"str":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-35,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":224},{"name":"Crystal Dust","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":35,"ids":{"sdPct":{"minimum":4,"maximum":8},"spd":{"minimum":-5,"maximum":-2}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":8,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":225},{"name":"Crystallized Organ","tier":1,"skills":["COOKING"],"lvl":100,"ids":{"lq":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":226},{"name":"Cyclops Eye","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":84,"ids":{"str":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":227},{"name":"Dead Bee","tier":1,"skills":["ALCHEMISM"],"lvl":5,"ids":{"hpBonus":{"minimum":-6,"maximum":-4},"mdRaw":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-54},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":228},{"name":"Demonic Blood","tier":1,"skills":["COOKING","ARMOURING","TAILORING"],"lvl":99,"ids":{"ls":{"minimum":30,"maximum":40},"poison":{"minimum":60,"maximum":80}},"itemIDs":{"dura":-73,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":229},{"name":"Dense Void Hole Chunk","tier":1,"skills":["JEWELING"],"lvl":104,"ids":{"spd":{"minimum":-5,"maximum":-5},"eDamPct":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-75,"strReq":15,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":230},{"name":"Dragonling Egg","tier":1,"skills":["COOKING"],"lvl":98,"ids":{"aDefPct":{"minimum":6,"maximum":12},"tDefPct":{"minimum":5,"maximum":11},"eDefPct":{"minimum":8,"maximum":13}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":231},{"name":"Earthly Aura","tier":1,"skills":["SCRIBING"],"lvl":84,"ids":{"mdPct":{"minimum":5,"maximum":7},"str":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":232},{"name":"Durable Skin","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":77,"ids":{"eDefPct":{"minimum":4,"maximum":6},"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-61,"strReq":10,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":233},{"name":"Elemental Crystal","tier":1,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"ref":{"minimum":4,"maximum":5},"thorns":{"minimum":4,"maximum":5},"hpBonus":{"minimum":200,"maximum":230},"sdRaw":{"minimum":18,"maximum":25},"mdRaw":{"minimum":14,"maximum":20}},"itemIDs":{"dura":-101,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":234},{"name":"Empty Casings","tier":1,"skills":["JEWELING"],"lvl":45,"ids":{"mdPct":{"minimum":2,"maximum":3},"expd":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":235},{"name":"Energetic Aura","tier":1,"skills":["SCRIBING"],"lvl":80,"ids":{"ls":{"minimum":35,"maximum":40},"dex":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":236},{"name":"Essence Of Dusk","displayName":"Essence of Dusk","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":64,"ids":{"sdPct":{"minimum":6,"maximum":8},"sdRaw":{"minimum":25,"maximum":35}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":237},{"name":"Faebloom Petal","tier":1,"skills":["JEWELING"],"lvl":65,"ids":{"fDefPct":{"minimum":-6,"maximum":-5},"str":{"minimum":2,"maximum":2},"eDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-56,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":711},{"name":"Fancy Pelt","tier":1,"skills":["TAILORING"],"lvl":85,"ids":{"fDefPct":{"minimum":8,"maximum":12},"eDefPct":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":238},{"name":"Fiery Aura","tier":1,"skills":["SCRIBING"],"lvl":88,"ids":{"def":{"minimum":4,"maximum":6},"hpBonus":{"minimum":450,"maximum":550}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":239},{"name":"Flugsvamp Cap","tier":1,"skills":["COOKING"],"lvl":8,"ids":{"spd":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":240},{"name":"Forgotten Axe","tier":1,"skills":["WEAPONSMITHING"],"lvl":13,"ids":{"mdRaw":{"minimum":7,"maximum":10}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":241},{"name":"Forgotten Pickaxe","tier":1,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":96,"ids":{"mdRaw":{"minimum":40,"maximum":50},"eDamPct":{"minimum":6,"maximum":7}},"itemIDs":{"dura":-71,"strReq":14,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":242},{"name":"Foul Fluid","tier":1,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":71,"ids":{"poison":{"minimum":240,"maximum":280},"hprRaw":{"minimum":-30,"maximum":-20}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":243},{"name":"Fragmentation","tier":1,"skills":["ARMOURING","WOODWORKING"],"lvl":101,"ids":{"agi":{"minimum":5,"maximum":8},"hpBonus":{"minimum":-486,"maximum":-444}},"itemIDs":{"dura":-74,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":244},{"name":"Frostbitten Flesh","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":44,"ids":{"spd":{"minimum":-4,"maximum":-3},"hpBonus":{"minimum":120,"maximum":140}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":246},{"name":"Fuming Lava Rock","tier":1,"skills":["WEAPONSMITHING","ARMOURING","JEWELING"],"lvl":23,"ids":{"expd":{"minimum":3,"maximum":4},"fDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":245},{"name":"Gloomy Orb","tier":1,"skills":["JEWELING"],"lvl":57,"ids":{"ls":{"minimum":-12,"maximum":-8},"tDamPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":247},{"name":"Glowing Scales","tier":1,"skills":["ARMOURING"],"lvl":72,"ids":{"ref":{"minimum":5,"maximum":12},"thorns":{"minimum":5,"maximum":12}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":248},{"name":"Golden Coin","displayName":"Prized Coin","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":74,"ids":{"xpb":{"minimum":4,"maximum":4},"lb":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":250},{"name":"Green Foot","tier":1,"skills":["TAILORING"],"lvl":103,"ids":{"def":{"minimum":5,"maximum":8},"spd":{"minimum":-10,"maximum":-7},"hpBonus":{"minimum":750,"maximum":800}},"itemIDs":{"dura":-75,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":-10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":249},{"name":"Green Scale","tier":1,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":44,"ids":{"eDefPct":{"minimum":2,"maximum":6},"eDamPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-45,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":251},{"name":"Gunpowder","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":37,"ids":{"expd":{"minimum":15,"maximum":20}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-81},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":252},{"name":"Hardened Mandible","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":91,"ids":{"wDefPct":{"minimum":-10,"maximum":-7},"aDefPct":{"minimum":-10,"maximum":-7}},"itemIDs":{"dura":-70,"strReq":-10,"dexReq":0,"intReq":0,"defReq":-10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":253},{"name":"Hatchling Remnant","tier":1,"skills":["ARMOURING","SCRIBING"],"lvl":75,"ids":{"ls":{"minimum":40,"maximum":50},"aDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-61,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12},"consumableIDs":{"charges":0,"dura":-115},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":254},{"name":"Horse Mane","tier":1,"skills":["TAILORING","SCRIBING"],"lvl":22,"ids":{"agi":{"minimum":1,"maximum":1},"spd":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-69},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":255},{"name":"Hunter's Disguise","tier":1,"skills":["TAILORING"],"lvl":78,"ids":{"agi":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":257},{"name":"Ibjub Fruit","tier":1,"skills":["COOKING"],"lvl":60,"ids":{"ls":{"minimum":10,"maximum":12},"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-300},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":256},{"name":"Ice Fishing Bait","tier":1,"skills":["COOKING"],"lvl":41,"ids":{"spd":{"minimum":3,"maximum":5},"wDamPct":{"minimum":3,"maximum":5},"aDamPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-250},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":713},{"name":"Ice Fishing Net","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":41,"ids":{"hpBonus":{"minimum":50,"maximum":75},"sdRaw":{"minimum":10,"maximum":15},"mdRaw":{"minimum":10,"maximum":15}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":715},{"name":"Ice Fishing Hook","tier":1,"skills":["WEAPONSMITHING"],"lvl":41,"ids":{"hpBonus":{"minimum":-100,"maximum":-80},"sdRaw":{"minimum":16,"maximum":20},"mdRaw":{"minimum":16,"maximum":20}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":714},{"name":"Ice Fishing Twine","tier":1,"skills":["WOODWORKING"],"lvl":41,"ids":{"hpBonus":{"minimum":80,"maximum":100},"sdRaw":{"minimum":-20,"maximum":-16},"mdRaw":{"minimum":-20,"maximum":-16}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":716},{"name":"Ice Fragment","tier":1,"skills":["WOODWORKING","TAILORING"],"lvl":42,"ids":{"lb":{"minimum":2,"maximum":5},"agi":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":7},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":258},{"name":"Iceberries","tier":1,"skills":["ALCHEMISM"],"lvl":75,"ids":{"mr":{"minimum":0,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":259},{"name":"Illicit Quince","tier":1,"skills":["WOODWORKING","ALCHEMISM"],"lvl":33,"ids":{"hprPct":{"minimum":4,"maximum":5},"hpBonus":{"minimum":40,"maximum":45}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":697},{"name":"Illicit Hemlock","tier":1,"skills":["TAILORING","ALCHEMISM"],"lvl":33,"ids":{"ls":{"minimum":12,"maximum":18},"poison":{"minimum":20,"maximum":25}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":696},{"name":"Illicit Tingflower","tier":1,"skills":["JEWELING","ALCHEMISM"],"lvl":33,"ids":{"tDefPct":{"minimum":2,"maximum":4},"tDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-10},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":698},{"name":"Illicit Whitethorn","tier":1,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":33,"ids":{"agi":{"minimum":2,"maximum":3},"aDamPct":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":699},{"name":"Illicit Yarrow","tier":1,"skills":["ARMOURING","ALCHEMISM"],"lvl":33,"ids":{"int":{"minimum":2,"maximum":3},"sdRaw":{"minimum":15,"maximum":20}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":700},{"name":"Insanity Star","tier":1,"skills":["WOODWORKING","JEWELING"],"lvl":103,"ids":{"fDefPct":{"minimum":-4,"maximum":-2},"wDefPct":{"minimum":-4,"maximum":-2},"aDefPct":{"minimum":-4,"maximum":-2},"tDefPct":{"minimum":-4,"maximum":-2},"eDefPct":{"minimum":-4,"maximum":-2},"fDamPct":{"minimum":2,"maximum":4},"wDamPct":{"minimum":2,"maximum":4},"aDamPct":{"minimum":2,"maximum":4},"tDamPct":{"minimum":2,"maximum":4},"eDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-80,"strReq":10,"dexReq":10,"intReq":10,"defReq":10,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":265},{"name":"Infused Gold","tier":1,"skills":["JEWELING"],"lvl":18,"ids":{"lb":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":260},{"name":"Intermittenstirrups","tier":1,"skills":["WEAPONSMITHING","WOODWORKING","TAILORING"],"lvl":27,"ids":{"sprint":{"minimum":4,"maximum":6},"sprintReg":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-34,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":3},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":724},{"name":"Ivory Tusk","tier":1,"skills":["JEWELING"],"lvl":86,"ids":{"poison":{"minimum":-100,"maximum":-80},"hprRaw":{"minimum":20,"maximum":30}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":261},{"name":"Jolting Geode","tier":1,"skills":["JEWELING"],"lvl":13,"ids":{"mdRaw":{"minimum":2,"maximum":3},"tDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":263},{"name":"Karl Johan Cap","tier":1,"skills":["COOKING"],"lvl":7,"ids":{"hprRaw":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":264},{"name":"Kaian Scroll","tier":1,"skills":["SCRIBING"],"lvl":94,"ids":{"dex":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":262},{"name":"Larbonic Sheddings","tier":1,"skills":["TAILORING"],"lvl":103,"ids":{"wDefPct":{"minimum":12,"maximum":15},"aDefPct":{"minimum":-8,"maximum":-6},"eDefPct":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":266},{"name":"Laryngeal Flesh","tier":1,"skills":["ALCHEMISM"],"lvl":22,"ids":{"mdPct":{"minimum":10,"maximum":12},"sdRaw":{"minimum":-16,"maximum":-14}},"itemIDs":{"dura":0,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-69},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":267},{"name":"Leg Eater Tooth","tier":1,"skills":["WEAPONSMITHING"],"lvl":103,"ids":{"hprPct":{"minimum":-12,"maximum":-8},"tDamPct":{"minimum":6,"maximum":9},"eDamPct":{"minimum":6,"maximum":9}},"itemIDs":{"dura":-75,"strReq":10,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":268},{"name":"Letvus Delight","tier":1,"skills":["COOKING"],"lvl":70,"ids":{"fDamPct":{"minimum":5,"maximum":7},"wDamPct":{"minimum":5,"maximum":7},"aDamPct":{"minimum":5,"maximum":7},"tDamPct":{"minimum":5,"maximum":7},"eDamPct":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-325},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":270},{"name":"Lively Apple","tier":1,"skills":["COOKING"],"lvl":15,"ids":{"hprRaw":{"minimum":2,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":269},{"name":"Lion Fang","tier":1,"skills":["JEWELING","TAILORING"],"lvl":28,"ids":{"sdRaw":{"minimum":6,"maximum":8},"mdRaw":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":271},{"name":"Lockpicking Kit","tier":1,"skills":["TAILORING","ARMOURING"],"lvl":81,"ids":{"lb":{"minimum":1,"maximum":6},"eSteal":{"minimum":1,"maximum":5}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":275},{"name":"Lost Talisman","tier":1,"skills":["JEWELING","ARMOURING","TAILORING"],"lvl":71,"ids":{"ref":{"minimum":3,"maximum":4},"spRegen":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":272},{"name":"Lotus Seedpod","tier":1,"skills":["WOODWORKING","JEWELING","COOKING"],"lvl":80,"ids":{"hprPct":{"minimum":6,"maximum":8},"hprRaw":{"minimum":-15,"maximum":-13}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-340},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":273},{"name":"Luminescent Ink","tier":1,"skills":["SCRIBING"],"lvl":14,"ids":{"spRegen":{"minimum":20,"maximum":40}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":30},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":274},{"name":"Lunar Shard","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":34,"ids":{"ms":{"minimum":0,"maximum":4}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":276},{"name":"Luxic Plasma","displayName":"Antipollen","tier":1,"skills":["ARMOURING","ALCHEMISM"],"lvl":73,"ids":{"ref":{"minimum":2,"maximum":4},"thorns":{"minimum":2,"maximum":4},"eDamPct":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-62,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":277},{"name":"Marrow Dust","tier":1,"skills":["SCRIBING"],"lvl":92,"ids":{"hprRaw":{"minimum":40,"maximum":60}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":278},{"name":"Mixed Jewel Deposit","tier":1,"skills":["JEWELING"],"lvl":95,"ids":{"sdPct":{"minimum":3,"maximum":5},"mdPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-70,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":279},{"name":"Mooshroom Ear","tier":1,"skills":["ALCHEMISM"],"lvl":12,"ids":{"xpb":{"minimum":5,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":280},{"name":"Munched Grass","tier":1,"skills":["TAILORING","JEWELING"],"lvl":16,"ids":{"str":{"minimum":1,"maximum":1},"poison":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-31,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":282},{"name":"Muscle","tier":1,"skills":["COOKING","ALCHEMISM"],"lvl":21,"ids":{"mdPct":{"minimum":4,"maximum":8},"hpBonus":{"minimum":20,"maximum":30}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":281},{"name":"Native Jadeite","tier":1,"skills":["JEWELING","WEAPONSMITHING","WOODWORKING"],"lvl":63,"ids":{"sdPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":284},{"name":"Nasty Residue","tier":1,"skills":["JEWELING"],"lvl":65,"ids":{"sdPct":{"minimum":2,"maximum":3},"mdPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-54,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":283},{"name":"Natural Nitrates","tier":1,"skills":["ALCHEMISM"],"lvl":42,"ids":{"sprintReg":{"minimum":12,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":725},{"name":"Nightmare Fuel","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":50,"ids":{"ls":{"minimum":10,"maximum":15},"ms":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-101},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":285},{"name":"Oceanic Sand","tier":1,"skills":["JEWELING"],"lvl":30,"ids":{"wDefPct":{"minimum":3,"maximum":4},"eDefPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":4,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":286},{"name":"Optic Lens","tier":1,"skills":["ARMOURING"],"lvl":90,"ids":{"ref":{"minimum":9,"maximum":18}},"itemIDs":{"dura":-68,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":287},{"name":"Owl Feather","tier":1,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":43,"ids":{"spd":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":288},{"name":"Penguin Egg","tier":1,"skills":["COOKING","ALCHEMISM"],"lvl":46,"ids":{"wDefPct":{"minimum":3,"maximum":5},"aDefPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-260},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":289},{"name":"Pearlescent Jewel","tier":1,"skills":["JEWELING"],"lvl":70,"ids":{"sdRaw":{"minimum":10,"maximum":15},"aDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":16,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":290},{"name":"Phrumkin Seeds","tier":1,"skills":["COOKING"],"lvl":67,"ids":{"mdPct":{"minimum":5,"maximum":8},"hpBonus":{"minimum":130,"maximum":170}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-320},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":291},{"name":"Pigman Ivory","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":14,"ids":{"mdRaw":{"minimum":5,"maximum":9},"sprintReg":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-34,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":726},{"name":"Pig's Skull","tier":1,"skills":["ARMOURING"],"lvl":78,"ids":{"str":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-63,"strReq":12,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":292},{"name":"Pilfered Silver","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":61,"ids":{"lb":{"minimum":4,"maximum":5},"mdRaw":{"minimum":45,"maximum":45}},"itemIDs":{"dura":-54,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":702},{"name":"Pillaged Fragment","tier":1,"skills":["JEWELING"],"lvl":47,"ids":{"lb":{"minimum":2,"maximum":3},"eSteal":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":293},{"name":"Pink Pelute","tier":1,"skills":["ALCHEMISM","SCRIBING","COOKING"],"lvl":53,"ids":{"xpb":{"minimum":1,"maximum":6},"lb":{"minimum":1,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":294},{"name":"Pink Wool","tier":1,"skills":["TAILORING"],"lvl":2,"ids":{"wDefPct":{"minimum":3,"maximum":4},"aDefPct":{"minimum":3,"maximum":4},"tDefPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":295},{"name":"Piranha Jaw","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":25,"ids":{"spd":{"minimum":2,"maximum":6},"tDamPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":297},{"name":"Pirate Beard","tier":1,"skills":["ALCHEMISM"],"lvl":90,"ids":{"mdRaw":{"minimum":48,"maximum":60},"wDamPct":{"minimum":8,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":5,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":296},{"name":"Poison Sac","tier":1,"skills":["ALCHEMISM"],"lvl":44,"ids":{"poison":{"minimum":50,"maximum":55}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-87},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":298},{"name":"Poisonous Spider Eye","tier":1,"skills":["JEWELING","ALCHEMISM"],"lvl":5,"ids":{"poison":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-54},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":299},{"name":"Powdery Bone","tier":1,"skills":["SCRIBING"],"lvl":30,"ids":{"spd":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-75},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":300},{"name":"Primitive Delicacy","tier":1,"skills":["COOKING"],"lvl":51,"ids":{"sdPct":{"minimum":-10,"maximum":-6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":301},{"name":"Pristine Claw","tier":1,"skills":["JEWELING"],"lvl":70,"ids":{"sdRaw":{"minimum":-15,"maximum":-12},"mdRaw":{"minimum":10,"maximum":12}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":15,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":302},{"name":"Putrid Spores","tier":1,"skills":["ALCHEMISM"],"lvl":62,"ids":{"poison":{"minimum":100,"maximum":115}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":303},{"name":"Altitude Shard","tier":1,"skills":["SCRIBING"],"lvl":83,"ids":{"aDefPct":{"minimum":12,"maximum":15},"spd":{"minimum":8,"maximum":10},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":304},{"name":"Bionic Fiber","tier":1,"skills":["WOODWORKING"],"lvl":53,"ids":{"dex":{"minimum":4,"maximum":5},"tDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":7,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":305},{"name":"Flytrap Fangs","tier":1,"skills":["WEAPONSMITHING"],"lvl":77,"ids":{"str":{"minimum":3,"maximum":3},"dex":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-62,"strReq":6,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":306},{"name":"Goblin Trinket","tier":1,"skills":["JEWELING"],"lvl":42,"ids":{"xpb":{"minimum":3,"maximum":4},"eSteal":{"minimum":3,"maximum":4},"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":307},{"name":"Insulated Wiring","tier":1,"skills":["ARMOURING"],"lvl":84,"ids":{"fDefPct":{"minimum":6,"maximum":9},"tDefPct":{"minimum":6,"maximum":9},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":5,"intReq":0,"defReq":5,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":308},{"name":"Kaolin Clay","tier":1,"skills":["TAILORING"],"lvl":22,"ids":{"wDefPct":{"minimum":7,"maximum":10},"mdPct":{"minimum":-4,"maximum":-3},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":3,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":310},{"name":"Ivy Sprout","tier":1,"skills":["COOKING"],"lvl":73,"ids":{"expd":{"minimum":10,"maximum":12},"poison":{"minimum":40,"maximum":55},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-330},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":309},{"name":"Magicule Sample","tier":1,"skills":["ALCHEMISM"],"lvl":75,"ids":{"sdPct":{"minimum":-7,"maximum":-5},"ms":{"minimum":4,"maximum":4},"gXp":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-115},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":311},{"name":"Nova Bloom","tier":1,"skills":["JEWELING","SCRIBING"],"lvl":73,"ids":{"sdRaw":{"minimum":12,"maximum":15},"fDamPct":{"minimum":3,"maximum":3},"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-60,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":312},{"name":"Olmic Artifact","tier":1,"skills":["WOODWORKING"],"lvl":103,"ids":{"agi":{"minimum":4,"maximum":6},"hprRaw":{"minimum":50,"maximum":60}},"itemIDs":{"dura":-80,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":313},{"name":"Outdated Newspaper","tier":1,"skills":["SCRIBING"],"lvl":13,"ids":{"xpb":{"minimum":3,"maximum":4},"lb":{"minimum":2,"maximum":2},"gSpd":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":315},{"name":"Red Shale","tier":1,"skills":["WEAPONSMITHING"],"lvl":31,"ids":{"hprPct":{"minimum":8,"maximum":10},"def":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-39,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":316},{"name":"Roasted Tissue","tier":1,"skills":["TAILORING","COOKING"],"lvl":93,"ids":{"mdPct":{"minimum":3,"maximum":5},"fDamPct":{"minimum":3,"maximum":5},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-380},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":314},{"name":"Savannah Stone","tier":1,"skills":["JEWELING"],"lvl":25,"ids":{"def":{"minimum":2,"maximum":2},"fDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-36,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":317},{"name":"Serafite","tier":1,"skills":["JEWELING"],"lvl":100,"ids":{"sdPct":{"minimum":3,"maximum":5},"hpBonus":{"minimum":-175,"maximum":-140},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-73,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":318},{"name":"Spectral Spike","tier":1,"skills":["WEAPONSMITHING"],"lvl":62,"ids":{"mdRaw":{"minimum":40,"maximum":45},"aDamPct":{"minimum":7,"maximum":8}},"itemIDs":{"dura":-54,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":319},{"name":"Tangy Nectar","tier":1,"skills":["COOKING"],"lvl":63,"ids":{"sdRaw":{"minimum":15,"maximum":18},"fDamPct":{"minimum":4,"maximum":6},"gSpd":{"minimum":3,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-310},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":321},{"name":"Tropical Honeysuckle","tier":1,"skills":["ALCHEMISM"],"lvl":53,"ids":{"spd":{"minimum":4,"maximum":6},"hprRaw":{"minimum":18,"maximum":20},"gSpd":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-95},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":320},{"name":"Ursine Claw","tier":1,"skills":["ARMOURING"],"lvl":44,"ids":{"sdRaw":{"minimum":-25,"maximum":-20},"mdRaw":{"minimum":20,"maximum":25},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-46,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":322},{"name":"Waterfall Thyme","tier":1,"skills":["COOKING"],"lvl":15,"ids":{"wDefPct":{"minimum":4,"maximum":6},"wDamPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-185},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":324},{"name":"Webbed Offshoot","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":10,"ids":{"spd":{"minimum":3,"maximum":4},"sdRaw":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-29,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":323},{"name":"Zombie Brain","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":4,"ids":{"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":325},{"name":"Recluse Venom Sac","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":72,"ids":{"poison":{"minimum":250,"maximum":300}},"itemIDs":{"dura":-59,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":326},{"name":"Red Mercury","tier":1,"skills":["COOKING"],"lvl":98,"ids":{"hpBonus":{"minimum":600,"maximum":800},"hprRaw":{"minimum":-96,"maximum":-72}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":328},{"name":"Regenerative Pins","tier":1,"skills":["TAILORING","WEAPONSMITHING","SCRIBING"],"lvl":78,"ids":{"hprPct":{"minimum":7,"maximum":8},"thorns":{"minimum":7,"maximum":8}},"itemIDs":{"dura":-62,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-115},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":327},{"name":"Resistant Strain","tier":1,"skills":["SCRIBING"],"lvl":60,"ids":{"fDefPct":{"minimum":6,"maximum":8},"tDefPct":{"minimum":3,"maximum":3},"eDefPct":{"minimum":4,"maximum":5},"poison":{"minimum":60,"maximum":70}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":681},{"name":"Rock-Hard Beak","tier":1,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":83,"ids":{"agi":{"minimum":2,"maximum":6},"def":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":329},{"name":"Rotten Log","tier":1,"skills":["SCRIBING"],"lvl":41,"ids":{"eDamPct":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-84},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":331},{"name":"Rotten Teeth","tier":1,"skills":["ALCHEMISM"],"lvl":90,"ids":{"mdPct":{"minimum":10,"maximum":15},"ls":{"minimum":-50,"maximum":-45}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":330},{"name":"Rusty Axe Head","tier":1,"skills":["WEAPONSMITHING"],"lvl":60,"ids":{"mdPct":{"minimum":-8,"maximum":-5}},"itemIDs":{"dura":21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":332},{"name":"Scalding Sand","tier":1,"skills":["WEAPONSMITHING"],"lvl":34,"ids":{"def":{"minimum":1,"maximum":3},"fDamPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":334},{"name":"Runner's Bandages","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":43,"ids":{"sprintReg":{"minimum":8,"maximum":11}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":727},{"name":"Sea Salt","tier":1,"skills":["COOKING","ALCHEMISM"],"lvl":32,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":335},{"name":"Salt","tier":1,"skills":["COOKING"],"lvl":34,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":333},{"name":"Sentient Shadow","tier":1,"skills":["TAILORING"],"lvl":92,"ids":{"aDefPct":{"minimum":6,"maximum":8},"spd":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":336},{"name":"Sharp Edge","tier":1,"skills":["WEAPONSMITHING"],"lvl":35,"ids":{"sdPct":{"minimum":-9,"maximum":-8},"mdPct":{"minimum":8,"maximum":9}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":337},{"name":"Shiny Pebble","tier":1,"skills":["JEWELING"],"lvl":83,"ids":{"xpb":{"minimum":3,"maximum":4},"eDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-65,"strReq":20,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":338},{"name":"Shiny Mineral Deposit","tier":1,"skills":["JEWELING"],"lvl":95,"ids":{"str":{"minimum":0,"maximum":1},"dex":{"minimum":0,"maximum":1},"int":{"minimum":0,"maximum":1},"agi":{"minimum":0,"maximum":1},"def":{"minimum":0,"maximum":1}},"itemIDs":{"dura":-87,"strReq":8,"dexReq":8,"intReq":8,"defReq":8,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":339},{"name":"Sky Snail Shell","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":95,"ids":{"hprPct":{"minimum":6,"maximum":14},"ref":{"minimum":13,"maximum":20},"thorns":{"minimum":8,"maximum":15}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":340},{"name":"Smooth Silt","tier":1,"skills":["ARMOURING","ALCHEMISM"],"lvl":18,"ids":{"wDefPct":{"minimum":3,"maximum":5},"hpBonus":{"minimum":15,"maximum":25}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":3,"agiReq":0},"consumableIDs":{"charges":0,"dura":-66},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":341},{"name":"Snake Tooth","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":25,"ids":{"spd":{"minimum":3,"maximum":4},"poison":{"minimum":28,"maximum":33}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":343},{"name":"Snake Skin","tier":1,"skills":["ALCHEMISM"],"lvl":66,"ids":{"spd":{"minimum":8,"maximum":12},"hpBonus":{"minimum":-300,"maximum":-250},"aDamPct":{"minimum":8,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":342},{"name":"Snake Scale","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":32,"ids":{"ref":{"minimum":3,"maximum":7},"thorns":{"minimum":3,"maximum":7}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":-5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":344},{"name":"Soapstone","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":59,"ids":{"hpBonus":{"minimum":-150,"maximum":-120},"mdRaw":{"minimum":20,"maximum":25}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":345},{"name":"Spike Residue","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":27,"ids":{"thorns":{"minimum":6,"maximum":11},"hpBonus":{"minimum":36,"maximum":48}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":346},{"name":"Spiked Capsule","tier":1,"skills":["ALCHEMISM","COOKING"],"lvl":60,"ids":{"hprPct":{"minimum":6,"maximum":10},"mdPct":{"minimum":-7,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":347},{"name":"Squid Beak","tier":1,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":38,"ids":{"sdPct":{"minimum":1,"maximum":7},"mdPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":348},{"name":"Stolen Goods","tier":1,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING","ALCHEMISM","SCRIBING"],"lvl":83,"ids":{"xpb":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":349},{"name":"Sticky Fern","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":25,"ids":{"ls":{"minimum":5,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":350},{"name":"Stone Plating","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":82,"ids":{"spd":{"minimum":-10,"maximum":-6},"hpBonus":{"minimum":480,"maximum":550}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":354},{"name":"Strange Geode","tier":1,"skills":["JEWELING"],"lvl":28,"ids":{"eDefPct":{"minimum":5,"maximum":6},"spd":{"minimum":-4,"maximum":-3}},"itemIDs":{"dura":-38,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":351},{"name":"Stretched Rawhide","tier":1,"skills":["TAILORING"],"lvl":40,"ids":{"str":{"minimum":-4,"maximum":-2},"def":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":352},{"name":"Strong Flesh","tier":1,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":3,"ids":{"mdPct":{"minimum":2,"maximum":4},"mdRaw":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":353},{"name":"Sylphid Tears","tier":1,"skills":["ALCHEMISM"],"lvl":98,"ids":{"aDefPct":{"minimum":10,"maximum":18},"aDamPct":{"minimum":8,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":15},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":355},{"name":"Tender Pork Fillet","tier":1,"skills":["COOKING"],"lvl":85,"ids":{"eDamPct":{"minimum":3,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":356},{"name":"Terra Steel","tier":1,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":88,"ids":{"fDamPct":{"minimum":5,"maximum":8},"eDamPct":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-66,"strReq":12,"dexReq":0,"intReq":0,"defReq":12,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":357},{"name":"Terramarine Dust","tier":1,"skills":["WOODWORKING","SCRIBING"],"lvl":62,"ids":{"wDamPct":{"minimum":5,"maximum":7},"eDamPct":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-55,"strReq":6,"dexReq":0,"intReq":6,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":704},{"name":"Titanium Chunk","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":70,"ids":{"thorns":{"minimum":10,"maximum":12},"hpBonus":{"minimum":350,"maximum":400}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":18,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":360},{"name":"Throbbing Avos Heart","tier":1,"skills":["COOKING"],"lvl":90,"ids":{"sdPct":{"minimum":6,"maximum":8},"hprRaw":{"minimum":15,"maximum":25}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-380},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":361},{"name":"Tough Bone","tier":1,"skills":["JEWELING","ARMOURING"],"lvl":22,"ids":{"def":{"minimum":0,"maximum":2}},"itemIDs":{"dura":18,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":359},{"name":"Toxic Spores","tier":1,"skills":["ALCHEMISM"],"lvl":16,"ids":{"mdPct":{"minimum":4,"maximum":7},"poison":{"minimum":4,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-63},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":364},{"name":"Truffle","tier":1,"skills":["COOKING"],"lvl":20,"ids":{"hprPct":{"minimum":4,"maximum":6},"hpBonus":{"minimum":30,"maximum":40}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":363},{"name":"Tentacle","tier":1,"skills":["COOKING"],"lvl":85,"ids":{"wDefPct":{"minimum":7,"maximum":10},"int":{"minimum":4,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":358},{"name":"Undead Heart","tier":1,"skills":["ARMOURING","WOODWORKING"],"lvl":15,"ids":{"def":{"minimum":1,"maximum":3},"hpBonus":{"minimum":10,"maximum":30}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":365},{"name":"Viking Stone","tier":1,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":47,"ids":{"int":{"minimum":2,"maximum":4},"wDamPct":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":7,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":367},{"name":"Viral Tentacle","tier":1,"skills":["COOKING"],"lvl":102,"ids":{"str":{"minimum":2,"maximum":4},"eDamPct":{"minimum":6,"maximum":11}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":366},{"name":"Voidstone Sample","tier":1,"skills":["ALCHEMISM","JEWELING"],"lvl":96,"ids":{"ls":{"minimum":30,"maximum":35},"spd":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-72,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":368},{"name":"Watery Aura","tier":1,"skills":["SCRIBING"],"lvl":86,"ids":{"sdPct":{"minimum":6,"maximum":8},"int":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":369},{"name":"Windy Aura","tier":1,"skills":["SCRIBING"],"lvl":82,"ids":{"agi":{"minimum":3,"maximum":7},"spd":{"minimum":7,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":370},{"name":"Wooly Armour","tier":1,"skills":["TAILORING"],"lvl":10,"ids":{"wDefPct":{"minimum":2,"maximum":5},"aDefPct":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":371},{"name":"Worn Coin","tier":1,"skills":["ARMOURING","TAILORING","WOODWORKING","WEAPONSMITHING"],"lvl":26,"ids":{"lb":{"minimum":2,"maximum":4},"spd":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":372},{"name":"Wriggling Darkness","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"ls":{"minimum":30,"maximum":40},"tDamPct":{"minimum":4,"maximum":8}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":20,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":373},{"name":"Torn Rawhide","tier":1,"skills":["TAILORING"],"lvl":43,"ids":{"str":{"minimum":2,"maximum":4},"def":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-45,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":362},{"name":"Zhight Coral Piece","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":57,"ids":{"fDefPct":{"minimum":1,"maximum":4},"wDefPct":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":374},{"name":"Zhight Shiny Stone","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":57,"ids":{"xpb":{"minimum":2,"maximum":4},"lb":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":375},{"name":"Accursed Effigy","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":76,"ids":{"ms":{"minimum":4,"maximum":4},"spd":{"minimum":-12,"maximum":-10},"fDamPct":{"minimum":8,"maximum":14}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":377},{"name":"Acidic Blood","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":43,"ids":{"poison":{"minimum":140,"maximum":150}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":378},{"name":"7-Yottabyte Storage Component","tier":2,"skills":["ARMOURING","WEAPONSMITHING","WOODWORKING"],"lvl":90,"ids":{},"itemIDs":{"dura":-98,"strReq":0,"dexReq":-12,"intReq":0,"defReq":-12,"agiReq":-12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":376},{"name":"Acidic Solution","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":60,"ids":{"poison":{"minimum":260,"maximum":290}},"itemIDs":{"dura":-77,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":379},{"name":"Adaptive Tissue","tier":2,"skills":["WEAPONSMITHING"],"lvl":78,"ids":{"hprPct":{"minimum":8,"maximum":12},"str":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-89,"strReq":11,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":380},{"name":"Aged Tome","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":82,"ids":{"sdPct":{"minimum":10,"maximum":14},"mdPct":{"minimum":-12,"maximum":-9}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":381},{"name":"Ancient Currency","tier":2,"skills":["TAILORING"],"lvl":102,"ids":{"lb":{"minimum":5,"maximum":7},"lq":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-150,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":382},{"name":"Ancient Moss","tier":2,"skills":["WOODWORKING","TAILORING","COOKING"],"lvl":78,"ids":{"mdRaw":{"minimum":25,"maximum":25},"eDamPct":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-89,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-490},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":383},{"name":"Ancient Panel","tier":2,"skills":["WOODWORKING"],"lvl":37,"ids":{"hprPct":{"minimum":7,"maximum":10},"fDamPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-60,"strReq":0,"dexReq":0,"intReq":0,"defReq":12,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":384},{"name":"Angelic Gem","tier":2,"skills":["JEWELING"],"lvl":98,"ids":{"fDefPct":{"minimum":4,"maximum":5},"wDefPct":{"minimum":4,"maximum":5},"aDefPct":{"minimum":4,"maximum":5},"tDefPct":{"minimum":4,"maximum":5},"eDefPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-103,"strReq":12,"dexReq":12,"intReq":12,"defReq":12,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":385},{"name":"Antique Metal","tier":2,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":78,"ids":{"def":{"minimum":2,"maximum":3},"spd":{"minimum":-4,"maximum":-3}},"itemIDs":{"dura":63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":386},{"name":"Atmospheric Aspect","tier":2,"skills":["TAILORING"],"lvl":75,"ids":{"mdPct":{"minimum":-12,"maximum":-12},"sdRaw":{"minimum":65,"maximum":65},"aDamPct":{"minimum":10,"maximum":10},"tDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-86,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":682},{"name":"Beastial Viscera","tier":2,"skills":["SCRIBING"],"lvl":72,"ids":{"mdPct":{"minimum":6,"maximum":8},"hpBonus":{"minimum":400,"maximum":550}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":387},{"name":"Blazing Fireball","tier":2,"skills":["SCRIBING","ALCHEMISM"],"lvl":6,"ids":{"fDamPct":{"minimum":8,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":389},{"name":"Blazing Stimulants","tier":2,"skills":["ALCHEMISM"],"lvl":58,"ids":{"spd":{"minimum":8,"maximum":9},"hprRaw":{"minimum":-24,"maximum":-32},"sprintReg":{"minimum":16,"maximum":19}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":728},{"name":"Black Sulphur","tier":2,"skills":["COOKING","ALCHEMISM"],"lvl":45,"ids":{"expd":{"minimum":12,"maximum":24},"fDamPct":{"minimum":6,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-370},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":388},{"name":"Bloated Artery","tier":2,"skills":["TAILORING","WOODWORKING"],"lvl":55,"ids":{"hprPct":{"minimum":12,"maximum":15},"ls":{"minimum":-35,"maximum":-30}},"itemIDs":{"dura":-73,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":390},{"name":"Bob's Tear","tier":2,"skills":["JEWELING","TAILORING","ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":4,"ids":{},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":25,"touching":0,"notTouching":0},"id":391},{"name":"Bottled Decay","tier":2,"skills":["ALCHEMISM"],"lvl":57,"ids":{"hprRaw":{"minimum":-40,"maximum":-30},"tDamPct":{"minimum":12,"maximum":18},"eDamPct":{"minimum":12,"maximum":18}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":392},{"name":"Burial Talisman","tier":2,"skills":["JEWELING"],"lvl":36,"ids":{"wDefPct":{"minimum":-5,"maximum":-4},"aDefPct":{"minimum":-5,"maximum":-4},"tDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-60,"strReq":0,"dexReq":9,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":393},{"name":"Burnt Skull","tier":2,"skills":["ARMOURING"],"lvl":9,"ids":{"wDefPct":{"minimum":-6,"maximum":-4},"fDamPct":{"minimum":7,"maximum":10}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":394},{"name":"Calmed Thunder","tier":2,"skills":["TAILORING","SCRIBING"],"lvl":96,"ids":{"tDefPct":{"minimum":12,"maximum":18},"eDefPct":{"minimum":10,"maximum":16}},"itemIDs":{"dura":-101,"strReq":0,"dexReq":20,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":395},{"name":"Cat Food","tier":2,"skills":["COOKING","ALCHEMISM"],"lvl":28,"ids":{"mr":{"minimum":6,"maximum":6},"xpb":{"minimum":-10,"maximum":-8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-310},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":396},{"name":"Chaotic Embers","tier":2,"skills":["TAILORING"],"lvl":30,"ids":{"fDefPct":{"minimum":-10,"maximum":-9},"fDamPct":{"minimum":9,"maximum":10}},"itemIDs":{"dura":-55,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":397},{"name":"Cherry Sapling","tier":2,"skills":["COOKING"],"lvl":78,"ids":{"str":{"minimum":4,"maximum":5},"int":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-490},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":398},{"name":"Compressed Aspect","tier":2,"skills":["WEAPONSMITHING"],"lvl":75,"ids":{"hprRaw":{"minimum":55,"maximum":55},"mdRaw":{"minimum":-80,"maximum":-80},"fDamPct":{"minimum":10,"maximum":10},"aDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-88,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":683},{"name":"Condensed Darkness","tier":2,"skills":["JEWELING","ALCHEMISM"],"lvl":102,"ids":{"ms":{"minimum":4,"maximum":4},"hpBonus":{"minimum":-260,"maximum":-240},"sdRaw":{"minimum":-40,"maximum":-35}},"itemIDs":{"dura":-106,"strReq":0,"dexReq":0,"intReq":-20,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":399},{"name":"Contraband Absinthe","tier":2,"skills":["ALCHEMISM"],"lvl":36,"ids":{"str":{"minimum":2,"maximum":4},"dex":{"minimum":2,"maximum":4},"int":{"minimum":2,"maximum":4},"agi":{"minimum":2,"maximum":4},"def":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":707},{"name":"Contraband Hibiscus","tier":2,"skills":["SCRIBING"],"lvl":36,"ids":{"fDamPct":{"minimum":5,"maximum":7},"wDamPct":{"minimum":5,"maximum":7},"aDamPct":{"minimum":5,"maximum":7},"tDamPct":{"minimum":5,"maximum":7},"eDamPct":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":717},{"name":"Contraband Miracle Berry","tier":2,"skills":["COOKING"],"lvl":36,"ids":{"sdPct":{"minimum":-6,"maximum":-4},"mdPct":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":709},{"name":"Corrupted Ichor","tier":2,"skills":["SCRIBING"],"lvl":10,"ids":{"ls":{"minimum":6,"maximum":10},"spd":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-84},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":400},{"name":"Crumbling Skull","tier":2,"skills":["ARMOURING"],"lvl":10,"ids":{},"itemIDs":{"dura":-52,"strReq":-5,"dexReq":0,"intReq":0,"defReq":-5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":401},{"name":"Crystalline Growth","tier":2,"skills":["TAILORING","WEAPONSMITHING"],"lvl":87,"ids":{"mr":{"minimum":6,"maximum":6},"sdRaw":{"minimum":65,"maximum":70}},"itemIDs":{"dura":-94,"strReq":0,"dexReq":0,"intReq":30,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":402},{"name":"Curse Gland","tier":2,"skills":["WOODWORKING"],"lvl":66,"ids":{"wDefPct":{"minimum":-9,"maximum":-6},"eDamPct":{"minimum":10,"maximum":13}},"itemIDs":{"dura":-78,"strReq":12,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":403},{"name":"Cursed Ashes","tier":2,"skills":["SCRIBING"],"lvl":65,"ids":{"ms":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":404},{"name":"Cyclone Blue Leaves","tier":2,"skills":["COOKING"],"lvl":53,"ids":{"spd":{"minimum":-6,"maximum":-5},"jh":{"minimum":1,"maximum":1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":405},{"name":"Dark Iris","tier":2,"skills":["ALCHEMISM"],"lvl":100,"ids":{"spRegen":{"minimum":-50,"maximum":-50},"hprRaw":{"minimum":100,"maximum":130}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-180},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":407},{"name":"Dark Matter","displayName":"Dark Energy","tier":2,"skills":["WOODWORKING"],"lvl":100,"ids":{"spRegen":{"minimum":-14,"maximum":-13},"mdRaw":{"minimum":90,"maximum":100}},"itemIDs":{"dura":-110,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":406},{"name":"Defiled Luxroot","tier":2,"skills":["WOODWORKING","TAILORING"],"lvl":64,"ids":{"aDefPct":{"minimum":-8,"maximum":-6},"tDefPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":56,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":408},{"name":"Desert Fossil","tier":2,"skills":["JEWELING"],"lvl":30,"ids":{"agi":{"minimum":2,"maximum":2},"def":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":410},{"name":"Diseased Fluids","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":80,"ids":{"poison":{"minimum":147,"maximum":173},"hpBonus":{"minimum":-357,"maximum":-314}},"itemIDs":{"dura":-90,"strReq":-13,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":409},{"name":"Disturbed Aspect","tier":2,"skills":["ARMOURING","WOODWORKING"],"lvl":77,"ids":{"mr":{"minimum":6,"maximum":6},"hpBonus":{"minimum":-775,"maximum":-775},"wDamPct":{"minimum":10,"maximum":10},"eDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-88,"strReq":10,"dexReq":0,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":684},{"name":"Dragon Aura","tier":2,"skills":["SCRIBING"],"lvl":98,"ids":{"sdRaw":{"minimum":55,"maximum":60},"mdRaw":{"minimum":55,"maximum":60}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":411},{"name":"Dried Gill","tier":2,"skills":["COOKING"],"lvl":15,"ids":{"xpb":{"minimum":8,"maximum":10},"lb":{"minimum":5,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-270},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":413},{"name":"Dried Kelp","tier":2,"skills":["SCRIBING","COOKING","ALCHEMISM"],"lvl":33,"ids":{"hprPct":{"minimum":6,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":412},{"name":"Earthly Pebble","tier":2,"skills":["ALCHEMISM"],"lvl":6,"ids":{"eDamPct":{"minimum":6,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-80},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":414},{"name":"Elephant Toenail","tier":2,"skills":["ALCHEMISM"],"lvl":85,"ids":{"hpBonus":{"minimum":1000,"maximum":1200}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":415},{"name":"Enchanted Chain Link","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":50,"ids":{"mr":{"minimum":-6,"maximum":-6},"sdPct":{"minimum":8,"maximum":12},"mdPct":{"minimum":6,"maximum":14}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":416},{"name":"Engraved Tablet","tier":2,"skills":["WOODWORKING","TAILORING"],"lvl":83,"ids":{"int":{"minimum":5,"maximum":10},"spd":{"minimum":-10,"maximum":-5}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":417},{"name":"Enhanced Behaviour Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":6,"maximum":12}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":0,"intReq":35,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":418},{"name":"Enhanced Pathfinding Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"mdPct":{"minimum":12,"maximum":16},"poison":{"minimum":160,"maximum":200}},"itemIDs":{"dura":-98,"strReq":35,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":421},{"name":"Enhanced Dynamics Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"ms":{"minimum":4,"maximum":4},"mdRaw":{"minimum":50,"maximum":55}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":35,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":419},{"name":"Enhanced Physics Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"ref":{"minimum":20,"maximum":30},"aDamPct":{"minimum":9,"maximum":16}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":35},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":420},{"name":"Enhanced Post-Processing Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"hprPct":{"minimum":9,"maximum":16},"ls":{"minimum":80,"maximum":90}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":0,"intReq":0,"defReq":35,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":423},{"name":"Enhanced Potential Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"sdPct":{"minimum":4,"maximum":16},"mdPct":{"minimum":4,"maximum":16}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":422},{"name":"Erratic Aspect","tier":2,"skills":["ARMOURING"],"lvl":76,"ids":{"hprPct":{"minimum":-15,"maximum":-15},"ls":{"minimum":70,"maximum":70},"fDamPct":{"minimum":10,"maximum":10},"tDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":10,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":685},{"name":"Enraged Soul","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":27,"ids":{"fDamPct":{"minimum":7,"maximum":9}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":424},{"name":"Evaporated Aspect","tier":2,"skills":["TAILORING","WEAPONSMITHING"],"lvl":77,"ids":{"hprPct":{"minimum":20,"maximum":20},"ms":{"minimum":-4,"maximum":-4},"fDamPct":{"minimum":10,"maximum":10},"wDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-90,"strReq":0,"dexReq":0,"intReq":10,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":693},{"name":"Eternal Flame","tier":2,"skills":["ALCHEMISM"],"lvl":37,"ids":{"sdPct":{"minimum":-10,"maximum":-8},"mdPct":{"minimum":-10,"maximum":-8},"def":{"minimum":5,"maximum":6},"hprRaw":{"minimum":16,"maximum":20}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":425},{"name":"Fairy Powder","tier":2,"skills":["ALCHEMISM"],"lvl":99,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":10,"maximum":13},"sdRaw":{"minimum":70,"maximum":80}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":426},{"name":"Feather of Grace","tier":2,"skills":["TAILORING","JEWELING"],"lvl":8,"ids":{"spd":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":427},{"name":"Fiberglass Frame","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":90,"ids":{"fDefPct":{"minimum":10,"maximum":12},"def":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-97,"strReq":0,"dexReq":0,"intReq":0,"defReq":16,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":428},{"name":"Fighting Stick","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":89,"ids":{"spd":{"minimum":5,"maximum":5},"atkTier":{"minimum":1,"maximum":1},"mdRaw":{"minimum":-100,"maximum":-100}},"itemIDs":{"dura":-96,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":429},{"name":"Fish Tail","tier":2,"skills":["ALCHEMISM"],"lvl":42,"ids":{"wDefPct":{"minimum":8,"maximum":10},"mr":{"minimum":6,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":432},{"name":"Flesh-forged Circuit","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":50,"ids":{"dex":{"minimum":3,"maximum":5},"tDamPct":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":430},{"name":"Flameheart","tier":2,"skills":["ARMOURING","SCRIBING"],"lvl":84,"ids":{"hpBonus":{"minimum":600,"maximum":800},"hprRaw":{"minimum":54,"maximum":72}},"itemIDs":{"dura":-93,"strReq":0,"dexReq":0,"intReq":0,"defReq":35,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":431},{"name":"Flow of Fate","tier":2,"skills":["ALCHEMISM"],"lvl":100,"ids":{"ls":{"minimum":-100,"maximum":-90},"wDamPct":{"minimum":20,"maximum":24}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":433},{"name":"Fresh Game","tier":2,"skills":["COOKING"],"lvl":70,"ids":{"hpBonus":{"minimum":250,"maximum":300}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-460},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":434},{"name":"Frozen Ghostly Essence","tier":2,"skills":["JEWELING"],"lvl":46,"ids":{"int":{"minimum":1,"maximum":3},"spd":{"minimum":-7,"maximum":-6},"sdRaw":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-66,"strReq":0,"dexReq":0,"intReq":25,"defReq":0,"agiReq":-15},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":435},{"name":"Gelatinous Slime Chunk","tier":2,"skills":["SCRIBING","ALCHEMISM","COOKING"],"lvl":52,"ids":{"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":96},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":436},{"name":"Generator Chip","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":72,"ids":{"tDefPct":{"minimum":7,"maximum":8},"dex":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-85,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":437},{"name":"Glimmering Beak","tier":2,"skills":["WEAPONSMITHING"],"lvl":97,"ids":{"lb":{"minimum":3,"maximum":8},"aDamPct":{"minimum":10,"maximum":16}},"itemIDs":{"dura":-101,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":20},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":438},{"name":"Glittering Silt","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":31,"ids":{"lb":{"minimum":3,"maximum":5},"eSteal":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":439},{"name":"Golden Avia Feather","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":86,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":-170},"posMods":{"left":0,"right":0,"above":25,"under":0,"touching":0,"notTouching":0},"id":440},{"name":"Gravitation Crystal","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":95,"ids":{"sdPct":{"minimum":15,"maximum":17},"atkTier":{"minimum":-1,"maximum":-1}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":441},{"name":"Green Opal","tier":2,"skills":["JEWELING"],"lvl":100,"ids":{"eDefPct":{"minimum":4,"maximum":6},"hprRaw":{"minimum":50,"maximum":55}},"itemIDs":{"dura":-105,"strReq":12,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":442},{"name":"Gylia Essence","tier":2,"skills":["SCRIBING"],"lvl":77,"ids":{"wDefPct":{"minimum":4,"maximum":8},"int":{"minimum":3,"maximum":5},"wDamPct":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":5,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":443},{"name":"Haleva Plant","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":23,"ids":{"mr":{"minimum":6,"maximum":6},"ms":{"minimum":0,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-98},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":444},{"name":"Harpy Wing","tier":2,"skills":["JEWELING","WOODWORKING"],"lvl":84,"ids":{"agi":{"minimum":1,"maximum":2},"spd":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-119,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":20},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":445},{"name":"Hellish Cinders","tier":2,"skills":["TAILORING","ARMOURING"],"lvl":63,"ids":{"wDefPct":{"minimum":-35,"maximum":-20},"sdPct":{"minimum":8,"maximum":14},"def":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-78,"strReq":0,"dexReq":0,"intReq":0,"defReq":25,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":446},{"name":"Herbstzeitlose","tier":2,"skills":["ALCHEMISM"],"lvl":56,"ids":{"poison":{"minimum":100,"maximum":130},"wDamPct":{"minimum":12,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":447},{"name":"Hydrofluoric Acid","tier":2,"skills":["WOODWORKING","SCRIBING"],"lvl":97,"ids":{"poison":{"minimum":200,"maximum":230},"wDamPct":{"minimum":10,"maximum":12}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":448},{"name":"Igneous Aspect","tier":2,"skills":["TAILORING","WOODWORKING"],"lvl":75,"ids":{"sdPct":{"minimum":-10,"maximum":-10},"hpBonus":{"minimum":600,"maximum":600},"fDamPct":{"minimum":10,"maximum":10},"eDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-88,"strReq":10,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":692},{"name":"Infected Mass","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":104,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":200},"posMods":{"left":0,"right":0,"above":-45,"under":-45,"touching":0,"notTouching":0},"id":449},{"name":"Infernal Flesh","tier":2,"skills":["COOKING"],"lvl":94,"ids":{"fDefPct":{"minimum":8,"maximum":10},"hpBonus":{"minimum":400,"maximum":500},"fDamPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-550},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":450},{"name":"Ironwood Chips","tier":2,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"mdPct":{"minimum":32,"maximum":36},"atkTier":{"minimum":-1,"maximum":-1},"hprRaw":{"minimum":65,"maximum":75}},"itemIDs":{"dura":-87,"strReq":24,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":451},{"name":"Larvae Cluster","tier":2,"skills":["ALCHEMISM"],"lvl":77,"ids":{"dex":{"minimum":4,"maximum":6},"mdRaw":{"minimum":90,"maximum":120}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-165},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":452},{"name":"Leopard Blood","tier":2,"skills":["ALCHEMISM"],"lvl":66,"ids":{"sdRaw":{"minimum":-110,"maximum":-85},"mdRaw":{"minimum":85,"maximum":110}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":453},{"name":"Lithoflesh","tier":2,"skills":["COOKING"],"lvl":63,"ids":{"hpBonus":{"minimum":-300,"maximum":-250}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":454},{"name":"Lost Spirit","tier":2,"skills":["SCRIBING","WOODWORKING"],"lvl":87,"ids":{"sdPct":{"minimum":0,"maximum":15},"sdRaw":{"minimum":0,"maximum":100}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":456},{"name":"Lucky Rabbit's Foot","tier":2,"skills":["ARMOURING","TAILORING","WOODWORKING","WEAPONSMITHING"],"lvl":37,"ids":{"xpb":{"minimum":3,"maximum":8},"lb":{"minimum":2,"maximum":8}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":455},{"name":"Lunar Chunk","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":36,"ids":{"sdPct":{"minimum":5,"maximum":10}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":458},{"name":"Lucky Spider Egg","tier":2,"skills":["ALCHEMISM"],"lvl":8,"ids":{"xpb":{"minimum":10,"maximum":12},"lb":{"minimum":10,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-80},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":457},{"name":"Luxroot Cuttings","tier":2,"skills":["WOODWORKING","TAILORING"],"lvl":64,"ids":{"fDefPct":{"minimum":-8,"maximum":-6},"eDefPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":56,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":459},{"name":"Mangled Soul","tier":2,"skills":["SCRIBING","ARMOURING","TAILORING"],"lvl":26,"ids":{"tDamPct":{"minimum":6,"maximum":10}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":460},{"name":"Maroferrous","tier":2,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":63,"ids":{"str":{"minimum":2,"maximum":5},"eDamPct":{"minimum":6,"maximum":9}},"itemIDs":{"dura":-70,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":461},{"name":"Maromagnetite","tier":2,"skills":["TAILORING","WOODWORKING"],"lvl":63,"ids":{"fDefPct":{"minimum":7,"maximum":10},"def":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":462},{"name":"Aged Medallion","tier":2,"skills":["JEWELING","WEAPONSMITHING"],"lvl":25,"ids":{"sdPct":{"minimum":3,"maximum":4},"xpb":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":8,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":463},{"name":"Mixed Mineral Deposit","tier":2,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":95,"ids":{"mdPct":{"minimum":7,"maximum":10},"hpBonus":{"minimum":850,"maximum":900},"sdRaw":{"minimum":-75,"maximum":-60}},"itemIDs":{"dura":-96,"strReq":18,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":464},{"name":"Myocardial Leg","tier":2,"skills":["COOKING"],"lvl":92,"ids":{"hprPct":{"minimum":-7,"maximum":-5},"mdPct":{"minimum":6,"maximum":8},"ms":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-540},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":718},{"name":"Mythical Hoof","tier":2,"skills":["TAILORING"],"lvl":92,"ids":{"str":{"minimum":3,"maximum":4},"dex":{"minimum":3,"maximum":4},"int":{"minimum":3,"maximum":4},"agi":{"minimum":3,"maximum":4},"def":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-99,"strReq":10,"dexReq":10,"intReq":10,"defReq":10,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":465},{"name":"Naval Shard","tier":2,"skills":["JEWELING"],"lvl":63,"ids":{"mdPct":{"minimum":-5,"maximum":-4},"wDamPct":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":466},{"name":"Nivlan Honeycomb","tier":2,"skills":["COOKING"],"lvl":5,"ids":{"hpBonus":{"minimum":10,"maximum":12},"hprRaw":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":468},{"name":"Nose Ring","tier":2,"skills":["JEWELING"],"lvl":83,"ids":{"mdPct":{"minimum":4,"maximum":5},"spd":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":467},{"name":"Old Explosives","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":85,"ids":{"expd":{"minimum":35,"maximum":40},"hpBonus":{"minimum":-500,"maximum":-400}},"itemIDs":{"dura":-44,"strReq":-10,"dexReq":0,"intReq":0,"defReq":-10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":470},{"name":"Organic Explosive","tier":2,"skills":["JEWELING","COOKING"],"lvl":77,"ids":{"expd":{"minimum":6,"maximum":8},"hpBonus":{"minimum":90,"maximum":115}},"itemIDs":{"dura":-88,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":-350},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":469},{"name":"Overload Aspect","tier":2,"skills":["WOODWORKING"],"lvl":76,"ids":{"ls":{"minimum":-100,"maximum":-100},"ms":{"minimum":4,"maximum":4},"wDamPct":{"minimum":10,"maximum":10},"tDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":10,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":686},{"name":"Paralyzing Spores","tier":2,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":7,"ids":{"sdPct":{"minimum":6,"maximum":8},"mdPct":{"minimum":6,"maximum":8},"spd":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":471},{"name":"Piercing Talons","tier":2,"skills":["JEWELING","TAILORING"],"lvl":85,"ids":{"dex":{"minimum":1,"maximum":1},"mdRaw":{"minimum":17,"maximum":20}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":16,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":472},{"name":"Pig's Blood","tier":2,"skills":["TAILORING"],"lvl":77,"ids":{"ls":{"minimum":60,"maximum":70}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":473},{"name":"Pink Pelulite","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":53,"ids":{"mdRaw":{"minimum":45,"maximum":50},"sprint":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":474},{"name":"Plutonium Waste","tier":2,"skills":["JEWELING"],"lvl":103,"ids":{"spd":{"minimum":-6,"maximum":-4},"poison":{"minimum":140,"maximum":155}},"itemIDs":{"dura":-106,"strReq":15,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":475},{"name":"Popped Pustule","tier":2,"skills":["SCRIBING"],"lvl":102,"ids":{"fDamPct":{"minimum":11,"maximum":13},"wDamPct":{"minimum":11,"maximum":13}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":476},{"name":"Portal Rift","tier":2,"skills":["TAILORING"],"lvl":105,"ids":{"ms":{"minimum":4,"maximum":4},"agi":{"minimum":8,"maximum":10}},"itemIDs":{"dura":-108,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":20},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":478},{"name":"Portal Emanation","tier":2,"skills":["WEAPONSMITHING","WOODWORKING","TAILORING","ARMOURING"],"lvl":29,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-54,"strReq":0,"dexReq":0,"intReq":15,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":477},{"name":"Primeval Skin","tier":2,"skills":["TAILORING"],"lvl":45,"ids":{"str":{"minimum":3,"maximum":4},"int":{"minimum":-5,"maximum":-5},"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-66,"strReq":8,"dexReq":0,"intReq":0,"defReq":6,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":479},{"name":"Prized Pelt","tier":2,"skills":["TAILORING"],"lvl":34,"ids":{"ref":{"minimum":4,"maximum":8},"thorns":{"minimum":4,"maximum":8}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":480},{"name":"Purest Tear","tier":2,"skills":["ALCHEMISM"],"lvl":73,"ids":{"hprPct":{"minimum":4,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":482},{"name":"Pure Quartz","tier":2,"skills":["WEAPONSMITHING","ARMOURING","WOODWORKING","TAILORING"],"lvl":45,"ids":{"sdPct":{"minimum":5,"maximum":7},"sdRaw":{"minimum":16,"maximum":24}},"itemIDs":{"dura":-75,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":481},{"name":"Pykrete","tier":2,"skills":["WOODWORKING","SCRIBING"],"lvl":47,"ids":{"wDefPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":483},{"name":"Cleaned Saccharum","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":3,"ids":{"hprPct":{"minimum":8,"maximum":10},"hpBonus":{"minimum":16,"maximum":20}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-75},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":484},{"name":"Shattered Memory Shard","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":25,"ids":{"aDefPct":{"minimum":3,"maximum":7},"aDamPct":{"minimum":5,"maximum":13}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":485},{"name":"Therck's Chain","displayName":"Corrupt Chain","tier":2,"skills":["WOODWORKING","WEAPONSMITHING","ARMOURING","TAILORING"],"lvl":1,"ids":{"hpBonus":{"minimum":3,"maximum":4},"mdRaw":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":486},{"name":"Weakening Catalyst","tier":2,"skills":["ALCHEMISM"],"lvl":11,"ids":{"sdPct":{"minimum":-12,"maximum":-12},"mdPct":{"minimum":-12,"maximum":-12},"xpb":{"minimum":12,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":487},{"name":"Ashstained Basalt","tier":2,"skills":["WOODWORKING"],"lvl":94,"ids":{"sdRaw":{"minimum":-55,"maximum":-55},"mdRaw":{"minimum":-70,"maximum":-70}},"itemIDs":{"dura":80,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":488},{"name":"Astral Alloy","tier":2,"skills":["TAILORING"],"lvl":76,"ids":{"fDamPct":{"minimum":9,"maximum":11},"wDamPct":{"minimum":9,"maximum":11},"aDamPct":{"minimum":9,"maximum":11},"tDamPct":{"minimum":9,"maximum":11},"eDamPct":{"minimum":9,"maximum":11},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-88,"strReq":8,"dexReq":8,"intReq":8,"defReq":8,"agiReq":8,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":489},{"name":"Creepvine Cluster","tier":2,"skills":["ALCHEMISM"],"lvl":55,"ids":{"str":{"minimum":5,"maximum":7},"spd":{"minimum":-5,"maximum":-3},"gXp":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":491},{"name":"Defective Circuits","tier":2,"skills":["TAILORING"],"lvl":85,"ids":{"dex":{"minimum":5,"maximum":6},"sdRaw":{"minimum":55,"maximum":65},"gXp":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-94,"strReq":0,"dexReq":14,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":493},{"name":"Digestible Fungi","tier":2,"skills":["COOKING"],"lvl":12,"ids":{"hprPct":{"minimum":-3,"maximum":-2},"poison":{"minimum":5,"maximum":6},"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-260},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":492},{"name":"Dernic Parasite","tier":2,"skills":["COOKING"],"lvl":104,"ids":{"ms":{"minimum":4,"maximum":4},"gXp":{"minimum":3,"maximum":4},"gSpd":{"minimum":-4,"maximum":-3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-590},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":490},{"name":"Flashfrost","tier":2,"skills":["WEAPONSMITHING"],"lvl":47,"ids":{"spd":{"minimum":-4,"maximum":-3},"wDamPct":{"minimum":7,"maximum":10}},"itemIDs":{"dura":-67,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":494},{"name":"Herbal Extract","tier":2,"skills":["ALCHEMISM"],"lvl":14,"ids":{"mdPct":{"minimum":-4,"maximum":-2},"hpBonus":{"minimum":35,"maximum":45},"gSpd":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":496},{"name":"Highland Basil","tier":2,"skills":["ALCHEMISM"],"lvl":17,"ids":{"agi":{"minimum":3,"maximum":4},"aDamPct":{"minimum":5,"maximum":7},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":495},{"name":"Illusory Idol","tier":2,"skills":["JEWELING"],"lvl":84,"ids":{"ref":{"minimum":4,"maximum":6},"aDamPct":{"minimum":5,"maximum":7},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-94,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":497},{"name":"Mellow Mango","tier":2,"skills":["COOKING"],"lvl":54,"ids":{"sdRaw":{"minimum":16,"maximum":20},"mdRaw":{"minimum":20,"maximum":25},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-410},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":498},{"name":"Mysterious Mist","tier":2,"skills":["SCRIBING"],"lvl":25,"ids":{"sdPct":{"minimum":4,"maximum":4},"agi":{"minimum":4,"maximum":4},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":499},{"name":"Pokey Cactus","tier":2,"skills":["TAILORING","SCRIBING"],"lvl":35,"ids":{"thorns":{"minimum":10,"maximum":15},"hpBonus":{"minimum":30,"maximum":40},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-115},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":501},{"name":"Premium Hay Bale","tier":2,"skills":["ARMOURING"],"lvl":26,"ids":{"fDefPct":{"minimum":-9,"maximum":-7},"spd":{"minimum":4,"maximum":6},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":5,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":500},{"name":"Quartz Cluster","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":45,"ids":{"xpb":{"minimum":6,"maximum":8},"sdRaw":{"minimum":25,"maximum":35}},"itemIDs":{"dura":-66,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":503},{"name":"Radiant Seeds","tier":2,"skills":["ARMOURING"],"lvl":74,"ids":{"tDefPct":{"minimum":6,"maximum":9},"tDamPct":{"minimum":6,"maximum":9},"gXp":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-86,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":502},{"name":"Ruins Shard","tier":2,"skills":["JEWELING"],"lvl":64,"ids":{"str":{"minimum":3,"maximum":3},"poison":{"minimum":70,"maximum":75},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-79,"strReq":9,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":504},{"name":"Shadow of Ruin","tier":2,"skills":["WOODWORKING"],"lvl":74,"ids":{"mdPct":{"minimum":12,"maximum":14},"hprRaw":{"minimum":-45,"maximum":-40}},"itemIDs":{"dura":-86,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":505},{"name":"Sharpening Stone","tier":2,"skills":["WEAPONSMITHING"],"lvl":6,"ids":{"str":{"minimum":2,"maximum":2},"dex":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":507},{"name":"Soul Amalgamate","tier":2,"skills":["SCRIBING"],"lvl":64,"ids":{"hprPct":{"minimum":4,"maximum":5},"sdPct":{"minimum":4,"maximum":5},"mdPct":{"minimum":4,"maximum":5},"gSpd":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":506},{"name":"Spreading Fireweed","tier":2,"skills":["ALCHEMISM"],"lvl":80,"ids":{"fDefPct":{"minimum":9,"maximum":12},"def":{"minimum":7,"maximum":10},"gXp":{"minimum":5,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-165},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":508},{"name":"Void Particulates","tier":2,"skills":["ARMOURING","ALCHEMISM"],"lvl":101,"ids":{"sdPct":{"minimum":11,"maximum":11},"str":{"minimum":-2,"maximum":-2},"dex":{"minimum":-2,"maximum":-2},"int":{"minimum":-2,"maximum":-2},"agi":{"minimum":-2,"maximum":-2},"def":{"minimum":-2,"maximum":-2},"gXp":{"minimum":4,"maximum":4}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":1,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":509},{"name":"Rabbit Carcass","tier":2,"skills":["COOKING"],"lvl":40,"ids":{"str":{"minimum":2,"maximum":2},"dex":{"minimum":2,"maximum":2},"int":{"minimum":2,"maximum":2},"agi":{"minimum":2,"maximum":2},"def":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":510},{"name":"Rare Potato","tier":2,"skills":["COOKING"],"lvl":1,"ids":{"lb":{"minimum":4,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":512},{"name":"Razor-Sharp Tooth","tier":2,"skills":["WEAPONSMITHING","TAILORING"],"lvl":86,"ids":{"dex":{"minimum":2,"maximum":3},"mdRaw":{"minimum":40,"maximum":60}},"itemIDs":{"dura":-94,"strReq":0,"dexReq":25,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":511},{"name":"Reinforced Leather","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":25,"ids":{"str":{"minimum":2,"maximum":3},"hpBonus":{"minimum":54,"maximum":65}},"itemIDs":{"dura":-52,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":514},{"name":"Relic of the Past","tier":2,"skills":["TAILORING"],"lvl":15,"ids":{"hprPct":{"minimum":6,"maximum":6},"def":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":513},{"name":"Repulsive Aspect","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":76,"ids":{"mdPct":{"minimum":15,"maximum":15},"hprRaw":{"minimum":-55,"maximum":-55},"tDamPct":{"minimum":10,"maximum":10},"eDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-87,"strReq":10,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":687},{"name":"Retinal Barbs","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":104,"ids":{"def":{"minimum":12,"maximum":15},"thorns":{"minimum":15,"maximum":20}},"itemIDs":{"dura":-107,"strReq":0,"dexReq":0,"intReq":0,"defReq":16,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":517},{"name":"Residual Spirit","tier":2,"skills":["ALCHEMISM"],"lvl":24,"ids":{"ls":{"minimum":8,"maximum":10},"tDamPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-99},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":515},{"name":"Rigid Fin","tier":2,"skills":["COOKING"],"lvl":105,"ids":{"wDamPct":{"minimum":4,"maximum":6},"sprintReg":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-600},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":516},{"name":"Router's Shield","tier":2,"skills":["WEAPONSMITHING"],"lvl":30,"ids":{"def":{"minimum":6,"maximum":8},"hpBonus":{"minimum":65,"maximum":80}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":7,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":519},{"name":"Rotting Bone","tier":2,"skills":["ARMOURING"],"lvl":20,"ids":{"poison":{"minimum":9,"maximum":10},"wDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-48,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":518},{"name":"Scarab Husk","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":32,"ids":{"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":21,"strReq":0,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":520},{"name":"Scarred Leather","tier":2,"skills":["TAILORING"],"lvl":15,"ids":{"ls":{"minimum":8,"maximum":12},"hpBonus":{"minimum":-10,"maximum":-7}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":521},{"name":"Scuttling Syenite","tier":2,"skills":["JEWELING"],"lvl":62,"ids":{"ls":{"minimum":16,"maximum":20},"hprRaw":{"minimum":12,"maximum":15}},"itemIDs":{"dura":-78,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":688},{"name":"Sealed Blaze","tier":2,"skills":["ALCHEMISM"],"lvl":59,"ids":{"fDefPct":{"minimum":12,"maximum":15},"wDefPct":{"minimum":-10,"maximum":-8},"aDefPct":{"minimum":8,"maximum":10},"tDefPct":{"minimum":4,"maximum":5},"eDefPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":525},{"name":"Scopaesthesia","tier":2,"skills":["SCRIBING"],"lvl":103,"ids":{"fDefPct":{"minimum":11,"maximum":15},"wDefPct":{"minimum":11,"maximum":15},"aDefPct":{"minimum":11,"maximum":15},"tDefPct":{"minimum":11,"maximum":15},"eDefPct":{"minimum":11,"maximum":15},"hprPct":{"minimum":11,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-195},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":522},{"name":"Serpent Tongue","tier":2,"skills":["ALCHEMISM"],"lvl":89,"ids":{"sdPct":{"minimum":14,"maximum":21},"mdPct":{"minimum":14,"maximum":21}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-180},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":524},{"name":"Sentient Water","tier":2,"skills":["WOODWORKING"],"lvl":75,"ids":{"ms":{"minimum":4,"maximum":4},"int":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":18,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":526},{"name":"Seabird Egg","tier":2,"skills":["COOKING"],"lvl":27,"ids":{"aDefPct":{"minimum":6,"maximum":10},"agi":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-310},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":523},{"name":"Shattered Aspect","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":76,"ids":{"sdRaw":{"minimum":-65,"maximum":-65},"mdRaw":{"minimum":80,"maximum":80},"aDamPct":{"minimum":10,"maximum":10},"eDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-87,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":689},{"name":"Shinesting Scorpion Tail","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":37,"ids":{"mdRaw":{"minimum":15,"maximum":25},"tDamPct":{"minimum":5,"maximum":10}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":15,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":530},{"name":"Shimmering Jewel","tier":2,"skills":["WOODWORKING","ALCHEMISM"],"lvl":40,"ids":{"sdPct":{"minimum":6,"maximum":12},"ref":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":527},{"name":"Shrieker's Head","tier":2,"skills":["ARMOURING"],"lvl":105,"ids":{"int":{"minimum":-7,"maximum":-5},"spd":{"minimum":-7,"maximum":-5},"hpBonus":{"minimum":1150,"maximum":1200}},"itemIDs":{"dura":-108,"strReq":0,"dexReq":0,"intReq":-12,"defReq":16,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":528},{"name":"Silver Bullet","tier":2,"skills":["JEWELING"],"lvl":95,"ids":{"mdRaw":{"minimum":25,"maximum":30},"tDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":18,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":529},{"name":"Sky Flux","tier":2,"skills":["SCRIBING"],"lvl":99,"ids":{"aDefPct":{"minimum":14,"maximum":18},"aDamPct":{"minimum":6,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":531},{"name":"Smokebomb","tier":2,"skills":["ALCHEMISM"],"lvl":73,"ids":{"agi":{"minimum":6,"maximum":8},"spd":{"minimum":12,"maximum":14},"hpBonus":{"minimum":-450,"maximum":-400}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":534},{"name":"Slimy Skin","tier":2,"skills":["ALCHEMISM"],"lvl":78,"ids":{"mr":{"minimum":6,"maximum":6},"ms":{"minimum":-4,"maximum":-4},"wDamPct":{"minimum":5,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":532},{"name":"Sought-After Ore","tier":2,"skills":["JEWELING"],"lvl":96,"ids":{"lq":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":536},{"name":"Soft Silk","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":62,"ids":{"agi":{"minimum":3,"maximum":4},"def":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-78,"strReq":0,"dexReq":0,"intReq":0,"defReq":11,"agiReq":11},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":533},{"name":"Soulbound Cinders","tier":2,"skills":["SCRIBING"],"lvl":93,"ids":{"ms":{"minimum":4,"maximum":4},"sdRaw":{"minimum":45,"maximum":55},"fDamPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-180},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":535},{"name":"Split Essence","tier":2,"skills":["ALCHEMISM","WOODWORKING","SCRIBING"],"lvl":20,"ids":{"ms":{"minimum":4,"maximum":4},"sdRaw":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-96},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":537},{"name":"Squid Brain","tier":2,"skills":["SCRIBING","ALCHEMISM"],"lvl":58,"ids":{"sdPct":{"minimum":8,"maximum":10},"mdRaw":{"minimum":30,"maximum":35}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":538},{"name":"Stonewalker Core","tier":2,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":35,"ids":{"eDefPct":{"minimum":6,"maximum":10},"str":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-59,"strReq":12,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":540},{"name":"Strange Trinket","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":63,"ids":{"str":{"minimum":4,"maximum":5},"dex":{"minimum":4,"maximum":5},"int":{"minimum":4,"maximum":5},"agi":{"minimum":-7,"maximum":-6},"def":{"minimum":-7,"maximum":-6}},"itemIDs":{"dura":-78,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":703},{"name":"Succulent Crab Meat","tier":2,"skills":["COOKING"],"lvl":85,"ids":{"wDefPct":{"minimum":10,"maximum":16},"eDamPct":{"minimum":8,"maximum":10}},"itemIDs":{"dura":0,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-520},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":541},{"name":"Sticky Mudball","tier":2,"skills":["WOODWORKING","COOKING"],"lvl":21,"ids":{"mdPct":{"minimum":5,"maximum":8},"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-49,"strReq":3,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-290},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":539},{"name":"Swooper Wing","tier":2,"skills":["COOKING"],"lvl":37,"ids":{"eDefPct":{"minimum":3,"maximum":4},"aDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-350},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":542},{"name":"Tenebrous Plasma","tier":2,"skills":["ALCHEMISM"],"lvl":65,"ids":{"sdPct":{"minimum":10,"maximum":16},"mdPct":{"minimum":-20,"maximum":-12},"spd":{"minimum":6,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":543},{"name":"Thorned Tusk","tier":2,"skills":["ALCHEMISM"],"lvl":85,"ids":{"mdPct":{"minimum":12,"maximum":25},"thorns":{"minimum":30,"maximum":50}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":544},{"name":"Toxxulous Ripper’s Legs","tier":2,"skills":["TAILORING","COOKING"],"lvl":103,"ids":{"def":{"minimum":-6,"maximum":-4},"spd":{"minimum":7,"maximum":10},"mdRaw":{"minimum":35,"maximum":35}},"itemIDs":{"dura":-90,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":15},"consumableIDs":{"charges":0,"dura":-580},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":545},{"name":"Twisted Organ","tier":2,"skills":["COOKING"],"lvl":43,"ids":{"mr":{"minimum":-6,"maximum":-6},"sdPct":{"minimum":11,"maximum":13}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-370},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":546},{"name":"Vile Stone","tier":2,"skills":["ARMOURING","WOODWORKING"],"lvl":102,"ids":{"int":{"minimum":-5,"maximum":-3},"spd":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":-15,"defReq":0,"agiReq":15},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":547},{"name":"Volatile Light","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":80,"ids":{"fDefPct":{"minimum":12,"maximum":13},"wDefPct":{"minimum":10,"maximum":14},"aDefPct":{"minimum":11,"maximum":16},"tDefPct":{"minimum":7,"maximum":16},"eDefPct":{"minimum":10,"maximum":12},"sdPct":{"minimum":-9,"maximum":-6}},"itemIDs":{"dura":-90,"strReq":7,"dexReq":7,"intReq":7,"defReq":7,"agiReq":7},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":551},{"name":"Vortex Expulsion","tier":2,"skills":["ARMOURING","TAILORING","SCRIBING"],"lvl":100,"ids":{"ref":{"minimum":19,"maximum":23},"expd":{"minimum":17,"maximum":21}},"itemIDs":{"dura":-104,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":-17,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":1,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":548},{"name":"Wendigo Bone","tier":2,"skills":["ALCHEMISM","WEAPONSMITHING"],"lvl":44,"ids":{"ls":{"minimum":24,"maximum":30},"hprRaw":{"minimum":-15,"maximum":-12}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":549},{"name":"Wind Ornament","tier":2,"skills":["JEWELING"],"lvl":100,"ids":{"eDefPct":{"minimum":-10,"maximum":-8},"spd":{"minimum":6,"maximum":7}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":24},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":550},{"name":"Windswept Roots","tier":2,"skills":["TAILORING","WOODWORKING"],"lvl":64,"ids":{"sdPct":{"minimum":6,"maximum":8},"mdPct":{"minimum":6,"maximum":8},"agi":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":15},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":705},{"name":"Wintery Aspect","tier":2,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":75,"ids":{"mr":{"minimum":-6,"maximum":-6},"sdPct":{"minimum":15,"maximum":15},"wDamPct":{"minimum":10,"maximum":10},"aDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-86,"strReq":0,"dexReq":0,"intReq":10,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":690},{"name":"World Illuminator","tier":2,"skills":["ARMOURING","ALCHEMISM"],"lvl":77,"ids":{"wDefPct":{"minimum":8,"maximum":10},"int":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-88,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-125},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":552},{"name":"Wriggling Wooden Arm","tier":2,"skills":["WOODWORKING"],"lvl":50,"ids":{"fDefPct":{"minimum":-14,"maximum":-10},"mdPct":{"minimum":8,"maximum":9}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":553},{"name":"Yeti Fur","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":48,"ids":{"fDefPct":{"minimum":-9,"maximum":-7},"wDefPct":{"minimum":7,"maximum":9},"aDefPct":{"minimum":7,"maximum":9}},"itemIDs":{"dura":-68,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":554},{"name":"Zhight Weird Magic Rock","tier":2,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":58,"ids":{"sdPct":{"minimum":3,"maximum":6},"spRegen":{"minimum":5,"maximum":10}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":555},{"name":"Adamastor's Faceplate","tier":3,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":100,"ids":{"aDefPct":{"minimum":25,"maximum":30},"eDefPct":{"minimum":-20,"maximum":-15},"hpBonus":{"minimum":750,"maximum":900}},"itemIDs":{"dura":-157,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":-10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":556},{"name":"Ancient Coins","tier":3,"skills":["JEWELING","WEAPONSMITHING","WOODWORKING"],"lvl":59,"ids":{"xpb":{"minimum":4,"maximum":6},"lb":{"minimum":4,"maximum":6},"spd":{"minimum":-8,"maximum":-7}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":557},{"name":"Ancient Heart","tier":3,"skills":["ALCHEMISM"],"lvl":45,"ids":{"sdPct":{"minimum":-8,"maximum":-6},"mdPct":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":370},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":558},{"name":"Aqua Vitae","tier":3,"skills":["ALCHEMISM"],"lvl":60,"ids":{"wDamPct":{"minimum":18,"maximum":24}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":559},{"name":"Aquatic Beauty","tier":3,"skills":["SCRIBING"],"lvl":60,"ids":{"str":{"minimum":3,"maximum":5},"dex":{"minimum":1,"maximum":7},"int":{"minimum":2,"maximum":6},"agi":{"minimum":2,"maximum":6},"def":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":560},{"name":"Archaic Medallion","tier":3,"skills":["JEWELING"],"lvl":45,"ids":{"hprPct":{"minimum":12,"maximum":15},"sdPct":{"minimum":-7,"maximum":-5}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":561},{"name":"Aspect of the Void","tier":3,"skills":["WEAPONSMITHING","SCRIBING"],"lvl":100,"ids":{},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-275},"posMods":{"left":110,"right":110,"above":110,"under":110,"touching":-110,"notTouching":15},"id":563},{"name":"Azure Blossom","tier":3,"skills":["WOODWORKING"],"lvl":80,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":-20,"maximum":-20},"wDamPct":{"minimum":25,"maximum":25}},"itemIDs":{"dura":-135,"strReq":0,"dexReq":0,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":562},{"name":"Bat Heart","tier":3,"skills":["ALCHEMISM"],"lvl":37,"ids":{"sdPct":{"minimum":-20,"maximum":-20},"mdPct":{"minimum":-20,"maximum":-20},"spd":{"minimum":24,"maximum":28}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":-1,"dura":90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":564},{"name":"Black Hole","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":100,"ids":{"mdPct":{"minimum":-15,"maximum":-12},"atkTier":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":65,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":565},{"name":"Blessed Heart","tier":3,"skills":["COOKING"],"lvl":77,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":2,"dura":-550},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":-40,"notTouching":0},"id":567},{"name":"Blighted Brain","tier":3,"skills":["COOKING"],"lvl":20,"ids":{"xpb":{"minimum":-11,"maximum":-9},"lb":{"minimum":9,"maximum":11}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-425},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":566},{"name":"Blood of the Nivlan Beauty","tier":3,"skills":["TAILORING","ARMOURING","WEAPONSMITHING"],"lvl":8,"ids":{"ms":{"minimum":4,"maximum":4},"ref":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":568},{"name":"Borange Fluff","tier":3,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING","JEWELING","COOKING","ALCHEMISM","SCRIBING"],"lvl":100,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":15,"notTouching":15},"id":569},{"name":"Bottled Fairy","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":45,"ids":{"mr":{"minimum":12,"maximum":12}},"itemIDs":{"dura":-99,"strReq":0,"dexReq":0,"intReq":40,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":570},{"name":"Braveheart","tier":3,"skills":["ARMOURING","COOKING"],"lvl":78,"ids":{"hprPct":{"minimum":16,"maximum":20},"hprRaw":{"minimum":40,"maximum":45}},"itemIDs":{"dura":-133,"strReq":0,"dexReq":0,"intReq":0,"defReq":20,"agiReq":0},"consumableIDs":{"charges":0,"dura":-740},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":571},{"name":"Chromatic Bloom","tier":3,"skills":["JEWELING"],"lvl":80,"ids":{"str":{"minimum":1,"maximum":1},"dex":{"minimum":1,"maximum":1},"int":{"minimum":1,"maximum":1},"agi":{"minimum":1,"maximum":1},"def":{"minimum":1,"maximum":1},"sdRaw":{"minimum":-45,"maximum":-45},"mdRaw":{"minimum":-45,"maximum":-45}},"itemIDs":{"dura":-135,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":572},{"name":"Coalescence","tier":3,"skills":["ALCHEMISM"],"lvl":105,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-350},"posMods":{"left":-160,"right":-160,"above":80,"under":80,"touching":-80,"notTouching":-80},"id":573},{"name":"Coagulated Soulmass","tier":3,"skills":["SCRIBING"],"lvl":30,"ids":{"sdPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":25,"notTouching":0},"id":574},{"name":"Colossus' Shard","tier":3,"skills":["ALCHEMISM"],"lvl":88,"ids":{"str":{"minimum":12,"maximum":14},"dex":{"minimum":12,"maximum":14}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":576},{"name":"Coastal Shell","tier":3,"skills":["ARMOURING"],"lvl":19,"ids":{"def":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":575},{"name":"Contorted Stone","tier":3,"skills":["WEAPONSMITHING"],"lvl":97,"ids":{"str":{"minimum":9,"maximum":12},"spRegen":{"minimum":-12,"maximum":-9}},"itemIDs":{"dura":-155,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":577},{"name":"Corrupted Beef","tier":3,"skills":["COOKING"],"lvl":15,"ids":{"str":{"minimum":3,"maximum":4},"mdRaw":{"minimum":8,"maximum":9}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":579},{"name":"Corrupted Fragment","tier":3,"skills":["TAILORING","ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":7,"ids":{"int":{"minimum":-4,"maximum":-3},"spd":{"minimum":4,"maximum":6},"mdRaw":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":578},{"name":"Cursed Wings","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":99,"ids":{"hpBonus":{"minimum":-1000,"maximum":-800},"tDamPct":{"minimum":19,"maximum":25},"eDamPct":{"minimum":18,"maximum":23}},"itemIDs":{"dura":-157,"strReq":28,"dexReq":28,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":580},{"name":"Death Whistle Leaf","tier":3,"skills":["ALCHEMISM","SCRIBING","COOKING"],"lvl":53,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":581},{"name":"Decaying Heart","tier":3,"skills":["TAILORING","ARMOURING"],"lvl":66,"ids":{},"itemIDs":{"dura":-175,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":-100,"notTouching":55},"id":582},{"name":"Deep Ice Core","tier":3,"skills":["TAILORING","ARMOURING","WEAPONSMITHING"],"lvl":100,"ids":{"fDefPct":{"minimum":-24,"maximum":-16},"sdPct":{"minimum":8,"maximum":12},"wDamPct":{"minimum":12,"maximum":18}},"itemIDs":{"dura":-156,"strReq":0,"dexReq":0,"intReq":45,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":583},{"name":"Defishious","tier":3,"skills":["COOKING"],"lvl":42,"ids":{"mr":{"minimum":6,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":584},{"name":"Depth's Gem","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":78,"ids":{"sdPct":{"minimum":5,"maximum":7},"int":{"minimum":7,"maximum":11}},"itemIDs":{"dura":-133,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":586},{"name":"Devourer's Maw","tier":3,"skills":["ALCHEMISM"],"lvl":68,"ids":{"mr":{"minimum":-4,"maximum":-2},"ls":{"minimum":150,"maximum":165},"ms":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-230},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":710},{"name":"Doom Stone","tier":3,"skills":["TAILORING","JEWELING"],"lvl":103,"ids":{},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":-100,"right":-100,"above":60,"under":60,"touching":0,"notTouching":0},"id":588},{"name":"Dominant Force","tier":3,"skills":["WOODWORKING","SCRIBING"],"lvl":50,"ids":{},"itemIDs":{"dura":-125,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-300},"posMods":{"left":-50,"right":-50,"above":-75,"under":-75,"touching":120,"notTouching":0},"id":587},{"name":"Defender's Stone","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":6,"ids":{"hpBonus":{"minimum":5,"maximum":7},"sdRaw":{"minimum":4,"maximum":6},"mdRaw":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-60,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":585},{"name":"Draconic Bone Marrow","tier":3,"skills":["ALCHEMISM","SCRIBING"],"lvl":96,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":2,"dura":-300},"posMods":{"left":30,"right":30,"above":0,"under":0,"touching":0,"notTouching":0},"id":589},{"name":"Electroplasm","tier":3,"skills":["SCRIBING","WOODWORKING","WEAPONSMITHING","ALCHEMISM"],"lvl":26,"ids":{"dex":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":590},{"name":"Elephelk Trunk","tier":3,"skills":["ALCHEMISM","WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":86,"ids":{"wDefPct":{"minimum":24,"maximum":28},"eDefPct":{"minimum":24,"maximum":28}},"itemIDs":{"dura":70,"strReq":15,"dexReq":0,"intReq":15,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":591},{"name":"Engored Oculus","tier":3,"skills":["WEAPONSMITHING","TAILORING"],"lvl":100,"ids":{"hprPct":{"minimum":-24,"maximum":-20},"ls":{"minimum":120,"maximum":180},"spd":{"minimum":8,"maximum":11}},"itemIDs":{"dura":-150,"strReq":18,"dexReq":-10,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":592},{"name":"Eye of The Beast","tier":3,"skills":["JEWELING"],"lvl":50,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":-12,"maximum":-12}},"itemIDs":{"dura":-150,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":-100,"under":-100,"touching":0,"notTouching":0},"id":593},{"name":"Farcor's Trust","tier":3,"skills":["ALCHEMISM"],"lvl":99,"ids":{"fDefPct":{"minimum":25,"maximum":40},"hpBonus":{"minimum":2250,"maximum":2500}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-280},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":594},{"name":"Festering Face","tier":3,"skills":["ARMOURING","COOKING"],"lvl":55,"ids":{"ms":{"minimum":4,"maximum":4},"spd":{"minimum":8,"maximum":11}},"itemIDs":{"dura":-110,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-620},"posMods":{"left":-55,"right":-55,"above":-55,"under":-55,"touching":0,"notTouching":0},"id":596},{"name":"Fiery Essence","tier":3,"skills":["SCRIBING","ALCHEMISM"],"lvl":30,"ids":{"fDamPct":{"minimum":12,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":595},{"name":"Foul Fairy Dust","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":43,"ids":{"mr":{"minimum":-12,"maximum":-12},"sdPct":{"minimum":24,"maximum":28}},"itemIDs":{"dura":-96,"strReq":0,"dexReq":0,"intReq":30,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":597},{"name":"Galvanic Stone","tier":3,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":54,"ids":{"fDamPct":{"minimum":8,"maximum":16},"eDamPct":{"minimum":10,"maximum":14}},"itemIDs":{"dura":-105,"strReq":8,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":598},{"name":"Gilded Bark","tier":3,"skills":["COOKING"],"lvl":74,"ids":{"hprPct":{"minimum":10,"maximum":14},"mr":{"minimum":6,"maximum":6},"hprRaw":{"minimum":24,"maximum":42}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-720},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":600},{"name":"Glacial Anomaly","tier":3,"skills":["WOODWORKING","ALCHEMISM"],"lvl":92,"ids":{"mr":{"minimum":6,"maximum":6},"sdRaw":{"minimum":110,"maximum":110}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":25,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":599},{"name":"Glimmering Coin","tier":3,"skills":["ARMOURING","TAILORING","WOODWORKING","WEAPONSMITHING"],"lvl":26,"ids":{"lb":{"minimum":7,"maximum":9},"spd":{"minimum":3,"maximum":5},"hprRaw":{"minimum":-22,"maximum":-18}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":602},{"name":"Glow Bulb Seeds","tier":3,"skills":["TAILORING","WEAPONSMITHING"],"lvl":105,"ids":{"mdPct":{"minimum":-12,"maximum":-9},"int":{"minimum":10,"maximum":12},"hprRaw":{"minimum":130,"maximum":145}},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":35,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":601},{"name":"Gunkfueled Core","tier":3,"skills":["ARMOURING","WOODWORKING"],"lvl":103,"ids":{"str":{"minimum":7,"maximum":10},"expd":{"minimum":20,"maximum":25},"hprRaw":{"minimum":-125,"maximum":-110}},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":-35,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":603},{"name":"Haros' Broken Badge","tier":3,"skills":["JEWELING"],"lvl":30,"ids":{"sdPct":{"minimum":5,"maximum":6},"dex":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-82,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":604},{"name":"Icy Crampons","tier":3,"skills":["ARMOURING","TAILORING","WEAPONSMITHING"],"lvl":48,"ids":{"thorns":{"minimum":8,"maximum":12},"sprint":{"minimum":10,"maximum":15}},"itemIDs":{"dura":-92,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":-5},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":729},{"name":"Ignited Faebloom","tier":3,"skills":["ARMOURING","WEAPONSMITHING","WOODWORKING"],"lvl":67,"ids":{"ms":{"minimum":5,"maximum":6},"str":{"minimum":6,"maximum":8},"wDamPct":{"minimum":-10,"maximum":-8},"aDamPct":{"minimum":-10,"maximum":-8},"tDamPct":{"minimum":-10,"maximum":-8},"eDamPct":{"minimum":-10,"maximum":-8}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":695},{"name":"Incremental Mapping Module","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":90,"ids":{"mr":{"minimum":6,"maximum":6},"spd":{"minimum":16,"maximum":20},"hpBonus":{"minimum":-750,"maximum":-650}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":60},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":605},{"name":"Iridescent Elytra","tier":3,"skills":["TAILORING","COOKING","JEWELING"],"lvl":68,"ids":{"aDefPct":{"minimum":6,"maximum":10},"spd":{"minimum":6,"maximum":9},"eDamPct":{"minimum":-10,"maximum":-8}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":20},"consumableIDs":{"charges":0,"dura":-690},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":606},{"name":"Kerasot Sporehead","tier":3,"skills":["COOKING"],"lvl":66,"ids":{"ls":{"minimum":30,"maximum":40},"atkTier":{"minimum":-1,"maximum":-1},"poison":{"minimum":150,"maximum":180}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-670},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":607},{"name":"Large Lapis","tier":3,"skills":["JEWELING"],"lvl":49,"ids":{"sdPct":{"minimum":4,"maximum":6},"int":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":-103,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":609},{"name":"Large Titanium Chunk","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":70,"ids":{"ref":{"minimum":-12,"maximum":-10},"hpBonus":{"minimum":850,"maximum":900}},"itemIDs":{"dura":-112,"strReq":0,"dexReq":0,"intReq":0,"defReq":14,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":608},{"name":"Lashing Hellfire","tier":3,"skills":["ALCHEMISM","SCRIBING"],"lvl":63,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":-1,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":55},"id":610},{"name":"Limestone Core","tier":3,"skills":["ARMOURING"],"lvl":37,"ids":{"wDefPct":{"minimum":-12,"maximum":-8},"def":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-91,"strReq":0,"dexReq":0,"intReq":0,"defReq":18,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":611},{"name":"Lion Heart","tier":3,"skills":["ARMOURING"],"lvl":27,"ids":{"hprPct":{"minimum":-12,"maximum":-8},"def":{"minimum":4,"maximum":6},"fDamPct":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":613},{"name":"Linear Accelerator","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":95,"ids":{"hpBonus":{"minimum":-820,"maximum":-780},"sdRaw":{"minimum":85,"maximum":100},"tDamPct":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-150,"strReq":0,"dexReq":30,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":612},{"name":"Lunar Charm","tier":3,"skills":["SCRIBING","ALCHEMISM","JEWELING"],"lvl":38,"ids":{},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":25,"notTouching":25},"id":614},{"name":"Luxurious Silk","tier":3,"skills":["JEWELING"],"lvl":3,"ids":{"agi":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":615},{"name":"Mahogany Heartwood","tier":3,"skills":["TAILORING","ARMOURING"],"lvl":66,"ids":{"fDefPct":{"minimum":-10,"maximum":-8},"mdPct":{"minimum":10,"maximum":14},"str":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-119,"strReq":16,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":616},{"name":"Major's Badge","tier":3,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING","JEWELING","ALCHEMISM"],"lvl":80,"ids":{},"itemIDs":{"dura":-175,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-300},"posMods":{"left":-15,"right":-180,"above":-110,"under":-20,"touching":35,"notTouching":-30},"id":617},{"name":"Mega Fern","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":83,"ids":{"hpBonus":{"minimum":500,"maximum":600},"hprRaw":{"minimum":40,"maximum":50},"sdRaw":{"minimum":40,"maximum":45},"mdRaw":{"minimum":35,"maximum":40}},"itemIDs":{"dura":-140,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":618},{"name":"More-Pearlescent Jewel","tier":3,"skills":["JEWELING"],"lvl":70,"ids":{"tDefPct":{"minimum":-4,"maximum":-2},"sdRaw":{"minimum":35,"maximum":40}},"itemIDs":{"dura":-124,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":619},{"name":"Naval Stone","tier":3,"skills":["JEWELING"],"lvl":63,"ids":{"sdPct":{"minimum":6,"maximum":8},"mdPct":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":25,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":620},{"name":"Nivlan Honey","tier":3,"skills":["COOKING","ALCHEMISM","SCRIBING"],"lvl":8,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":30},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":621},{"name":"Obelisk Core","tier":3,"skills":["WOODWORKING","ARMOURING","JEWELING"],"lvl":76,"ids":{},"itemIDs":{"dura":-131,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":-200,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":622},{"name":"Ocea Steel","tier":3,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":98,"ids":{"fDamPct":{"minimum":16,"maximum":20},"wDamPct":{"minimum":16,"maximum":20},"aDamPct":{"minimum":16,"maximum":20},"tDamPct":{"minimum":16,"maximum":20},"eDamPct":{"minimum":16,"maximum":20}},"itemIDs":{"dura":-154,"strReq":12,"dexReq":12,"intReq":12,"defReq":12,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":623},{"name":"Overheated Processor","tier":3,"skills":["JEWELING"],"lvl":90,"ids":{"ls":{"minimum":40,"maximum":50},"dex":{"minimum":1,"maximum":2},"def":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-145,"strReq":0,"dexReq":14,"intReq":0,"defReq":14,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":624},{"name":"Panda King’s Crown","displayName":"Panda King's Crown","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":89,"ids":{"fDefPct":{"minimum":15,"maximum":20},"wDefPct":{"minimum":15,"maximum":20},"aDefPct":{"minimum":15,"maximum":20},"tDefPct":{"minimum":15,"maximum":20},"eDefPct":{"minimum":15,"maximum":20},"mr":{"minimum":-6,"maximum":-6}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":625},{"name":"Panda King's Crown","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":89,"ids":{"fDefPct":{"minimum":15,"maximum":20},"wDefPct":{"minimum":15,"maximum":20},"aDefPct":{"minimum":15,"maximum":20},"tDefPct":{"minimum":15,"maximum":20},"eDefPct":{"minimum":15,"maximum":20},"mr":{"minimum":-6,"maximum":-6}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":626},{"name":"Parasitic Abscission","tier":3,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":83,"ids":{"mr":{"minimum":12,"maximum":12}},"itemIDs":{"dura":-139,"strReq":13,"dexReq":0,"intReq":0,"defReq":29,"agiReq":0},"consumableIDs":{"charges":0,"dura":-252},"posMods":{"left":-122,"right":-122,"above":0,"under":0,"touching":-15,"notTouching":-15},"id":627},{"name":"Pegasus Feather","tier":3,"skills":["TAILORING"],"lvl":92,"ids":{"aDefPct":{"minimum":12,"maximum":20},"str":{"minimum":-10,"maximum":-8},"aDamPct":{"minimum":12,"maximum":20}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":25},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":628},{"name":"Piquant Pork Fillet","tier":3,"skills":["COOKING"],"lvl":85,"ids":{"hprPct":{"minimum":15,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":-770},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":630},{"name":"Plane of Nonexistence","tier":3,"skills":["SCRIBING"],"lvl":105,"ids":{"fDamPct":{"minimum":15,"maximum":18},"wDamPct":{"minimum":15,"maximum":18},"aDamPct":{"minimum":15,"maximum":18},"tDamPct":{"minimum":15,"maximum":18},"eDamPct":{"minimum":15,"maximum":18}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-325},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":629},{"name":"Plasteel Plating","tier":3,"skills":["WEAPONSMITHING","TAILORING"],"lvl":97,"ids":{},"itemIDs":{"dura":-154,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":-140,"under":0,"touching":0,"notTouching":0},"id":631},{"name":"Primordial Soul","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":78,"ids":{},"itemIDs":{"dura":0,"strReq":-10,"dexReq":-10,"intReq":-10,"defReq":-10,"agiReq":-10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":633},{"name":"Pride of the Heights","tier":3,"skills":["TAILORING","WOODWORKING","ALCHEMISM"],"lvl":95,"ids":{},"itemIDs":{"dura":-157,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-280},"posMods":{"left":130,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":632},{"name":"Royal Cake Slice","tier":3,"skills":["COOKING","ALCHEMISM"],"lvl":1,"ids":{"spd":{"minimum":8,"maximum":10},"hprRaw":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":639},{"name":"Old Treasure֎","tier":3,"skills":["JEWELING"],"lvl":6,"ids":{"xpb":{"minimum":3,"maximum":5},"lb":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":-40},"id":635},{"name":"Familiar Essence","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":10,"ids":{"mr":{"minimum":6,"maximum":6}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":-40,"notTouching":-40},"id":634},{"name":"Vibrant Augment","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":7,"ids":{"fDamPct":{"minimum":6,"maximum":7},"wDamPct":{"minimum":6,"maximum":7},"aDamPct":{"minimum":6,"maximum":7},"tDamPct":{"minimum":6,"maximum":7},"eDamPct":{"minimum":6,"maximum":7}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":636},{"name":"Autonomous Core","tier":3,"skills":["JEWELING"],"lvl":88,"ids":{"hprPct":{"minimum":9,"maximum":12},"fDamPct":{"minimum":6,"maximum":8},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-144,"strReq":0,"dexReq":0,"intReq":0,"defReq":17,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":637},{"name":"Canyon Parsley","tier":3,"skills":["SCRIBING"],"lvl":18,"ids":{"str":{"minimum":4,"maximum":5},"eDamPct":{"minimum":6,"maximum":8},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":638},{"name":"Etheric Fern","tier":3,"skills":["COOKING"],"lvl":78,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-800},"posMods":{"left":-160,"right":-160,"above":-160,"under":-160,"touching":115,"notTouching":115},"id":640},{"name":"Evolving Spores","tier":3,"skills":["ALCHEMISM"],"lvl":77,"ids":{"fDamPct":{"minimum":16,"maximum":23},"wDamPct":{"minimum":18,"maximum":20},"aDamPct":{"minimum":19,"maximum":21},"tDamPct":{"minimum":15,"maximum":22},"eDamPct":{"minimum":17,"maximum":19},"gXp":{"minimum":-5,"maximum":-4},"gSpd":{"minimum":9,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-250},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":641},{"name":"Glowing Tree Sap","tier":3,"skills":["JEWELING"],"lvl":14,"ids":{"sdRaw":{"minimum":5,"maximum":5},"tDamPct":{"minimum":4,"maximum":5},"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-66,"strReq":0,"dexReq":5,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":642},{"name":"Gaze of Darkness","tier":3,"skills":["SCRIBING"],"lvl":105,"ids":{"ls":{"minimum":140,"maximum":160},"hprRaw":{"minimum":90,"maximum":110},"gSpd":{"minimum":6,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-300},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":643},{"name":"Ironwood Scale","tier":3,"skills":["ARMOURING"],"lvl":65,"ids":{"eDefPct":{"minimum":18,"maximum":22},"def":{"minimum":5,"maximum":7},"gXp":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-120,"strReq":13,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":644},{"name":"Luminous Rune","tier":3,"skills":["WOODWORKING"],"lvl":76,"ids":{"sdPct":{"minimum":4,"maximum":5},"mdPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-131,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":-30,"right":-30,"above":0,"under":0,"touching":30,"notTouching":30},"id":645},{"name":"Lost Heirloom","tier":3,"skills":["TAILORING"],"lvl":47,"ids":{"ms":{"minimum":4,"maximum":4},"tDamPct":{"minimum":6,"maximum":8},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":16,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":646},{"name":"Mana Extract","tier":3,"skills":["ALCHEMISM"],"lvl":7,"ids":{"sdRaw":{"minimum":10,"maximum":12},"gXp":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":648},{"name":"Mangrove Root","tier":3,"skills":["COOKING"],"lvl":56,"ids":{"mdPct":{"minimum":5,"maximum":9},"str":{"minimum":5,"maximum":6},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-620},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":647},{"name":"Mountain's Heart","tier":3,"skills":["WEAPONSMITHING"],"lvl":87,"ids":{"mr":{"minimum":6,"maximum":6},"eDamPct":{"minimum":10,"maximum":13}},"itemIDs":{"dura":-131,"strReq":27,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":649},{"name":"Platinum Grook Egg","tier":3,"skills":["ARMOURING"],"lvl":16,"ids":{"xpb":{"minimum":4,"maximum":4},"lb":{"minimum":4,"maximum":4},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-68,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":650},{"name":"Salted Salmon","tier":3,"skills":["COOKING"],"lvl":28,"ids":{"gSpd":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":651},{"name":"Sentient Slimeball","tier":3,"skills":["SCRIBING"],"lvl":57,"ids":{"sdPct":{"minimum":6,"maximum":7},"eDamPct":{"minimum":6,"maximum":7},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":652},{"name":"Shattered Dawnlight","tier":3,"skills":["TAILORING"],"lvl":67,"ids":{"sdPct":{"minimum":12,"maximum":15},"wDamPct":{"minimum":-15,"maximum":-12},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":655},{"name":"Skybound Remnant","tier":3,"skills":["WEAPONSMITHING"],"lvl":102,"ids":{"sdPct":{"minimum":13,"maximum":16},"agi":{"minimum":12,"maximum":14}},"itemIDs":{"dura":-159,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":24,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":653},{"name":"Soul Stone","tier":3,"skills":["JEWELING","ALCHEMISM"],"lvl":49,"ids":{"spd":{"minimum":5,"maximum":6},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":654},{"name":"Soulfire Matterweave","tier":3,"skills":["ARMOURING"],"lvl":97,"ids":{"fDamPct":{"minimum":17,"maximum":20},"gXp":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-153,"strReq":0,"dexReq":0,"intReq":0,"defReq":20,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":657},{"name":"Spirograph Tablet","tier":3,"skills":["WOODWORKING"],"lvl":37,"ids":{"sdPct":{"minimum":-6,"maximum":-4},"mdPct":{"minimum":-6,"maximum":-4},"str":{"minimum":3,"maximum":3},"dex":{"minimum":3,"maximum":3},"int":{"minimum":3,"maximum":3},"agi":{"minimum":3,"maximum":3},"def":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-90,"strReq":4,"dexReq":4,"intReq":4,"defReq":4,"agiReq":4,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":656},{"name":"Sun-Stained Skin","tier":3,"skills":["TAILORING"],"lvl":27,"ids":{"hprPct":{"minimum":-8,"maximum":-6},"hprRaw":{"minimum":7,"maximum":9},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-80,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":658},{"name":"Suspicious Shrubs","tier":3,"skills":["COOKING"],"lvl":83,"ids":{"mdPct":{"minimum":7,"maximum":10},"poison":{"minimum":175,"maximum":250},"gXp":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-750},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":659},{"name":"Relic of the Future","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":15,"ids":{"sdRaw":{"minimum":8,"maximum":14},"tDamPct":{"minimum":7,"maximum":11}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":661},{"name":"Red Crystal Dust","tier":3,"skills":["SCRIBING"],"lvl":55,"ids":{"ls":{"minimum":20,"maximum":30},"def":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":660},{"name":"Roots of Eternity","tier":3,"skills":["SCRIBING"],"lvl":81,"ids":{"xpb":{"minimum":5,"maximum":7},"lb":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":-1,"dura":125},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":664},{"name":"Rocky Mind","tier":3,"skills":["ARMOURING"],"lvl":88,"ids":{"str":{"minimum":12,"maximum":15},"spd":{"minimum":-14,"maximum":-10}},"itemIDs":{"dura":-145,"strReq":25,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":663},{"name":"Ritual Catalyst","tier":3,"skills":["WOODWORKING","WEAPONSMITHING","TAILORING"],"lvl":79,"ids":{"sdPct":{"minimum":10,"maximum":12},"ms":{"minimum":8,"maximum":8},"atkTier":{"minimum":-1,"maximum":-1},"eDamPct":{"minimum":-22,"maximum":-18}},"itemIDs":{"dura":-149,"strReq":-55,"dexReq":0,"intReq":55,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":662},{"name":"Sanctified Sheep Soul","tier":3,"skills":["SCRIBING"],"lvl":65,"ids":{"fDefPct":{"minimum":10,"maximum":12},"wDefPct":{"minimum":12,"maximum":14},"sprint":{"minimum":14,"maximum":16},"sprintReg":{"minimum":8,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-225},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":730},{"name":"Serpent's Fang","tier":3,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":93,"ids":{"poison":{"minimum":650,"maximum":920},"mdRaw":{"minimum":70,"maximum":80}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-270},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":665},{"name":"Spark of the Oasis","tier":3,"skills":["WOODWORKING","ALCHEMISM"],"lvl":31,"ids":{"sdRaw":{"minimum":40,"maximum":40},"mdRaw":{"minimum":32,"maximum":32}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":8,"intReq":8,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":666},{"name":"Solcrystal Horn","tier":3,"skills":["JEWELING"],"lvl":62,"ids":{"agi":{"minimum":2,"maximum":3},"fDamPct":{"minimum":5,"maximum":6},"sprint":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-117,"strReq":0,"dexReq":0,"intReq":0,"defReq":12,"agiReq":9},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":731},{"name":"Squid","tier":3,"skills":["ALCHEMISM","SCRIBING"],"lvl":68,"ids":{"ms":{"minimum":8,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-230},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":667},{"name":"Stolen Pearls","tier":3,"skills":["JEWELING"],"lvl":35,"ids":{"eSteal":{"minimum":2,"maximum":5}},"itemIDs":{"dura":60,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":668},{"name":"Subsuming Darkness","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"mdPct":{"minimum":-8,"maximum":-4},"ls":{"minimum":90,"maximum":100}},"itemIDs":{"dura":-124,"strReq":0,"dexReq":15,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":671},{"name":"Sturdy Flesh","tier":3,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":1,"ids":{"hpBonus":{"minimum":30,"maximum":40}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":669},{"name":"Tempered Core","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":92,"ids":{"hpBonus":{"minimum":-1000,"maximum":-800},"fDamPct":{"minimum":22,"maximum":28}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":0,"defReq":30,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":670},{"name":"Thermal Replication","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":65,"ids":{"hpBonus":{"minimum":-360,"maximum":-330},"fDamPct":{"minimum":11,"maximum":14}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":0,"defReq":9,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":15,"notTouching":15},"id":691},{"name":"The Grootslang's Heart","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":56,"ids":{"eDefPct":{"minimum":16,"maximum":24},"spd":{"minimum":-8,"maximum":-6},"hpBonus":{"minimum":320,"maximum":400}},"itemIDs":{"dura":-110,"strReq":10,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":672},{"name":"Transformativity","tier":3,"skills":["ARMOURING"],"lvl":80,"ids":{},"itemIDs":{"dura":-140,"strReq":-25,"dexReq":-25,"intReq":-25,"defReq":-25,"agiReq":-25},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":-25,"notTouching":-25},"id":694},{"name":"Tungsten Chunk","tier":3,"skills":["JEWELING"],"lvl":63,"ids":{"fDefPct":{"minimum":8,"maximum":10},"hpBonus":{"minimum":80,"maximum":100}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":30,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":673},{"name":"Unicorn Horn","tier":3,"skills":["COOKING","WEAPONSMITHING","ARMOURING"],"lvl":75,"ids":{},"itemIDs":{"dura":-192,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-1100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":25,"notTouching":50},"id":674},{"name":"Unsettling Soul","tier":3,"skills":["SCRIBING"],"lvl":25,"ids":{"ms":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":75},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":675},{"name":"Urdar's Stone","tier":3,"skills":["WOODWORKING","TAILORING"],"lvl":100,"ids":{"fDefPct":{"minimum":-24,"maximum":-20},"eDamPct":{"minimum":20,"maximum":24}},"itemIDs":{"dura":-140,"strReq":25,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":676},{"name":"Vim Veins","tier":3,"skills":["SCRIBING","JEWELING"],"lvl":104,"ids":{"def":{"minimum":3,"maximum":4},"hpBonus":{"minimum":250,"maximum":300}},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":-20,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":677},{"name":"Volatile Matter","tier":3,"skills":["ALCHEMISM","WOODWORKING","WEAPONSMITHING"],"lvl":20,"ids":{"def":{"minimum":-4,"maximum":-3},"expd":{"minimum":8,"maximum":13},"mdRaw":{"minimum":14,"maximum":22}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":680},{"name":"Vortexian Event Horizon","tier":3,"skills":["JEWELING"],"lvl":105,"ids":{"mdPct":{"minimum":-24,"maximum":-24},"atkTier":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-180,"strReq":40,"dexReq":40,"intReq":40,"defReq":40,"agiReq":40},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":678},{"name":"Weathered Idol","tier":3,"skills":["SCRIBING"],"lvl":36,"ids":{"spd":{"minimum":6,"maximum":8},"sdRaw":{"minimum":30,"maximum":36},"aDamPct":{"minimum":10,"maximum":14}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":679}] diff --git a/dev/index.html b/dev/index.html index 391293c..9cb47ed 100644 --- a/dev/index.html +++ b/dev/index.html @@ -14,11 +14,11 @@ - + href="/thirdparty/autoComplete.min.css"> diff --git a/index.html b/index.html index d86970b..3b33fed 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - + diff --git a/ingredients/index.html b/ingredients/index.html index e9ebec9..adb1737 100644 --- a/ingredients/index.html +++ b/ingredients/index.html @@ -10,9 +10,9 @@ - + - + @@ -156,7 +156,7 @@ - + diff --git a/ingredients_adv/index.html b/ingredients_adv/index.html index 20388df..6d0c5f8 100644 --- a/ingredients_adv/index.html +++ b/ingredients_adv/index.html @@ -10,9 +10,9 @@ - + - + diff --git a/ingreds_clean.json b/ingreds_clean.json index 75821be..7ad5f21 100644 --- a/ingreds_clean.json +++ b/ingreds_clean.json @@ -28803,7 +28803,7 @@ "above": 0, "under": 0, "touching": 25, - "notTouching": 45 + "notTouching": 50 }, "id": 674 }, diff --git a/ingreds_compress.json b/ingreds_compress.json index 2c61b09..31fae52 100644 --- a/ingreds_compress.json +++ b/ingreds_compress.json @@ -1 +1 @@ -[{"name":"Acid Magma","tier":0,"skills":["TAILORING","ALCHEMISM"],"lvl":91,"ids":{"wDefPct":{"minimum":-10,"maximum":-8},"poison":{"minimum":90,"maximum":100}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":0},{"name":"Alnamar Meat","tier":0,"skills":["COOKING"],"lvl":103,"ids":{"fDefPct":{"minimum":7,"maximum":8},"tDefPct":{"minimum":7,"maximum":10},"eDefPct":{"minimum":-9,"maximum":-7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-290},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":1},{"name":"Altered Ash","tier":0,"skills":["ALCHEMISM","SCRIBING"],"lvl":15,"ids":{"sdPct":{"minimum":1,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-45},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":2},{"name":"Ancient Metal","tier":0,"skills":["WEAPONSMITHING","ARMOURING","TAILORING"],"lvl":64,"ids":{"mdRaw":{"minimum":20,"maximum":21}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":3},{"name":"Apple","tier":0,"skills":["COOKING"],"lvl":10,"ids":{"hpBonus":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":4},{"name":"Arcane Anomaly","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":75,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":-22,"maximum":-16}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":5},{"name":"Bamboo","tier":0,"skills":["TAILORING","ARMOURING","WEAPONSMITHING","WOODWORKING"],"lvl":80,"ids":{"sdPct":{"minimum":-4,"maximum":-1},"mdPct":{"minimum":-4,"maximum":-1}},"itemIDs":{"dura":7,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":6},{"name":"Ball of Slime","tier":0,"skills":["TAILORING","WEAPONSMITHING"],"lvl":80,"ids":{"spd":{"minimum":-5,"maximum":-3},"eDamPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":7},{"name":"Bat Ear","tier":0,"skills":["TAILORING"],"lvl":15,"ids":{"spd":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":9},{"name":"Bandit Rations","tier":0,"skills":["COOKING"],"lvl":46,"ids":{"xpb":{"minimum":2,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":8},{"name":"Big Jawbreaker","tier":0,"skills":["WEAPONSMITHING","COOKING"],"lvl":60,"ids":{"mdPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":10},{"name":"Black Steel","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":62,"ids":{"mdRaw":{"minimum":16,"maximum":20}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":11},{"name":"Blaze Powder","tier":0,"skills":["ALCHEMISM","SCRIBING"],"lvl":26,"ids":{"fDefPct":{"minimum":1,"maximum":5},"fDamPct":{"minimum":1,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-51},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":12},{"name":"Blighted Skull","tier":0,"skills":["ARMOURING"],"lvl":96,"ids":{"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":12,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":13},{"name":"Bloodweb","tier":0,"skills":["TAILORING"],"lvl":45,"ids":{"ls":{"minimum":5,"maximum":9},"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":14},{"name":"Boar Meat","tier":0,"skills":["COOKING"],"lvl":9,"ids":{"thorns":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":17},{"name":"Bone Ash","tier":0,"skills":["SCRIBING","ALCHEMISM"],"lvl":14,"ids":{"expd":{"minimum":1,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-45},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":16},{"name":"Bone Meal","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":21,"ids":{"sdPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":15},{"name":"Bright Petal","tier":0,"skills":["COOKING"],"lvl":73,"ids":{"xpb":{"minimum":3,"maximum":6},"ref":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-240},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":18},{"name":"Broken Antic Bead","tier":0,"skills":["JEWELING"],"lvl":55,"ids":{"xpb":{"minimum":-3,"maximum":-2},"lb":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":19},{"name":"Broken Helmet","tier":0,"skills":["ARMOURING"],"lvl":92,"ids":{"mdPct":{"minimum":4,"maximum":7},"def":{"minimum":-3,"maximum":-1}},"itemIDs":{"dura":-49,"strReq":20,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":20},{"name":"Broken Ram Horn","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":56,"ids":{"sprint":{"minimum":4,"maximum":7}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":719},{"name":"Broken Pick","tier":0,"skills":["WEAPONSMITHING"],"lvl":96,"ids":{"mdRaw":{"minimum":22,"maximum":30},"eDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-61,"strReq":15,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":21},{"name":"Brown Mushroom","tier":0,"skills":["ALCHEMISM"],"lvl":1,"ids":{"hpBonus":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-36},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":22},{"name":"Bug Parts","tier":0,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":22,"ids":{"mdPct":{"minimum":2,"maximum":3},"thorns":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-26,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":23},{"name":"Calcified Ligament","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":102,"ids":{"sdPct":{"minimum":3,"maximum":5},"str":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-53,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":24},{"name":"Candy Button","tier":0,"skills":["JEWELING","COOKING"],"lvl":60,"ids":{"int":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":25},{"name":"Charred Carapace","tier":0,"skills":["ARMOURING"],"lvl":87,"ids":{"mdPct":{"minimum":2,"maximum":3},"fDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":26},{"name":"Climber's Padding","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":60,"ids":{"hpBonus":{"minimum":40,"maximum":65},"sprintReg":{"minimum":6,"maximum":7}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":6},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":720},{"name":"Coastal Sand","tier":0,"skills":["SCRIBING"],"lvl":1,"ids":{"lb":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-36},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":27},{"name":"Cocoa Caps","tier":0,"skills":["ARMOURING","COOKING"],"lvl":65,"ids":{"eDefPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":28},{"name":"Corbys Innards","tier":0,"skills":["COOKING"],"lvl":81,"ids":{"hprRaw":{"minimum":13,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-250},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":30},{"name":"Corroded Chunk","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":51,"ids":{"mdPct":{"minimum":-6,"maximum":-4},"mdRaw":{"minimum":20,"maximum":24}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":31},{"name":"Conscription Letter","tier":0,"skills":["SCRIBING"],"lvl":25,"ids":{"eSteal":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-50},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":29},{"name":"Corruption Shard","tier":0,"skills":["SCRIBING","WEAPONSMITHING","WOODWORKING"],"lvl":7,"ids":{"tDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-40},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":32},{"name":"Crawler Eye","tier":0,"skills":["ALCHEMISM"],"lvl":32,"ids":{"hprPct":{"minimum":-4,"maximum":-2},"spd":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-54},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":34},{"name":"Cracked Skin","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":30,"ids":{"aDefPct":{"minimum":-8,"maximum":-4},"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-28,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":38},{"name":"Coyote Fang","tier":0,"skills":["JEWELING"],"lvl":34,"ids":{"dex":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":33},{"name":"Crawler Sludge","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":25,"ids":{"mdPct":{"minimum":2,"maximum":4},"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":35},{"name":"Crawler Web","tier":0,"skills":["TAILORING"],"lvl":31,"ids":{"def":{"minimum":-2,"maximum":-1}},"itemIDs":{"dura":5,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":36},{"name":"Crumbly Rock","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":58,"ids":{"str":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-37,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":37},{"name":"Cursed Venom Sac","tier":0,"skills":["ALCHEMISM"],"lvl":53,"ids":{"poison":{"minimum":50,"maximum":60}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-67},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":39},{"name":"Dead Naval Shard","tier":0,"skills":["JEWELING"],"lvl":31,"ids":{"sdPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":40},{"name":"Decaying Arteries","tier":0,"skills":["ALCHEMISM"],"lvl":103,"ids":{"sdPct":{"minimum":8,"maximum":10},"hprRaw":{"minimum":-60,"maximum":-55}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":42},{"name":"Decaying Skin","tier":0,"skills":["TAILORING"],"lvl":22,"ids":{"poison":{"minimum":6,"maximum":6}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":41},{"name":"Demonic Ashes","tier":0,"skills":["ALCHEMISM"],"lvl":95,"ids":{"def":{"minimum":1,"maximum":4},"fDamPct":{"minimum":2,"maximum":9}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-93},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":43},{"name":"Depreciating Flesh","tier":0,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":15,"ids":{"thorns":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":44},{"name":"Dragonling Scale","tier":0,"skills":["ARMOURING"],"lvl":98,"ids":{"wDefPct":{"minimum":3,"maximum":7},"tDefPct":{"minimum":-8,"maximum":-6},"eDefPct":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":45},{"name":"Drained Bone","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":12,"ids":{"ls":{"minimum":1,"maximum":4}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":46},{"name":"Dry Bone","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":33,"ids":{},"itemIDs":{"dura":4,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":47},{"name":"Dry Seeds","tier":0,"skills":["COOKING","TAILORING"],"lvl":20,"ids":{"fDefPct":{"minimum":-4,"maximum":-2},"spd":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":48},{"name":"Egg","tier":0,"skills":["COOKING"],"lvl":2,"ids":{"hpBonus":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":49},{"name":"Expelled Shrapnel","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":105,"ids":{"hpBonus":{"minimum":-275,"maximum":-250},"mdRaw":{"minimum":35,"maximum":40}},"itemIDs":{"dura":-54,"strReq":8,"dexReq":8,"intReq":0,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":50},{"name":"Fairy Dust","tier":0,"skills":["SCRIBING"],"lvl":72,"ids":{"sdRaw":{"minimum":30,"maximum":33}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-80},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":51},{"name":"Feline Claws","tier":0,"skills":["TAILORING"],"lvl":62,"ids":{"mdPct":{"minimum":2,"maximum":3},"mdRaw":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-39,"strReq":0,"dexReq":4,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":712},{"name":"Firefly Dust","tier":0,"skills":["JEWELING","WOODWORKING"],"lvl":15,"ids":{"spRegen":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":52},{"name":"Fish Scales","tier":0,"skills":["ARMOURING"],"lvl":75,"ids":{"wDefPct":{"minimum":2,"maximum":6},"tDefPct":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":53},{"name":"Fluffy Fur","tier":0,"skills":["TAILORING"],"lvl":89,"ids":{"fDefPct":{"minimum":-6,"maximum":-4},"aDefPct":{"minimum":6,"maximum":9}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":54},{"name":"Forest Web","tier":0,"skills":["TAILORING","WOODWORKING","JEWELING"],"lvl":3,"ids":{"spd":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"consumableIDs":{"charges":0,"dura":0},"id":55},{"name":"Fresh Bone","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":61,"ids":{"xpb":{"minimum":2,"maximum":5},"lb":{"minimum":1,"maximum":4}},"itemIDs":{"dura":-77,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":56},{"name":"Fungi Spores","tier":0,"skills":["COOKING"],"lvl":7,"ids":{"poison":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":58},{"name":"Fresh Water","tier":0,"skills":["SCRIBING","COOKING","ALCHEMISM"],"lvl":5,"ids":{"wDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":57},{"name":"Ghostly Essence","tier":0,"skills":["JEWELING","SCRIBING"],"lvl":48,"ids":{"agi":{"minimum":0,"maximum":1},"tDamPct":{"minimum":0,"maximum":3}},"itemIDs":{"dura":-34,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":59},{"name":"Ghostly Membrane","tier":0,"skills":["TAILORING","SCRIBING"],"lvl":70,"ids":{"agi":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":-77},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":62},{"name":"Gert Skin","tier":0,"skills":["TAILORING"],"lvl":78,"ids":{"hpBonus":{"minimum":300,"maximum":330}},"itemIDs":{"dura":-44,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":60},{"name":"Ghostly Plume","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":98,"ids":{"agi":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":61},{"name":"Gold Bar","tier":0,"skills":["JEWELING"],"lvl":31,"ids":{"mdPct":{"minimum":-4,"maximum":-3},"lb":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":65},{"name":"Gold","displayName":"Platinum Ingot","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":82,"ids":{"lb":{"minimum":3,"maximum":5},"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":64},{"name":"Goblin Tooth","tier":0,"skills":["JEWELING"],"lvl":83,"ids":{"eSteal":{"minimum":1,"maximum":2},"mdRaw":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-9,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":63},{"name":"Gold Nugget","tier":0,"skills":["JEWELING"],"lvl":42,"ids":{"lb":{"minimum":-1,"maximum":2}},"itemIDs":{"dura":-19,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":66},{"name":"Gold Tooth","displayName":"Fake Tooth","tier":0,"skills":["JEWELING"],"lvl":25,"ids":{"lb":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":67},{"name":"Gollier Iron","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":74,"ids":{"def":{"minimum":2,"maximum":4},"spd":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":-86,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":68},{"name":"Grey Cloud","tier":0,"skills":["ALCHEMISM"],"lvl":96,"ids":{"wDefPct":{"minimum":4,"maximum":8},"aDefPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":69},{"name":"Gritty Rocks","tier":0,"skills":["WEAPONSMITHING"],"lvl":32,"ids":{"sdRaw":{"minimum":-12,"maximum":-8},"mdRaw":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-28,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":104},{"name":"Grook Feather","tier":0,"skills":["TAILORING"],"lvl":5,"ids":{"xpb":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":114},{"name":"Hardened Magma","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":87,"ids":{"hpBonus":{"minimum":400,"maximum":440}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":70},{"name":"Harpy Bone","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":82,"ids":{"aDamPct":{"minimum":1,"maximum":6}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":71},{"name":"Holy Powder","tier":0,"skills":["ALCHEMISM"],"lvl":98,"ids":{"spRegen":{"minimum":14,"maximum":18},"hprRaw":{"minimum":70,"maximum":75}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-93},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":72},{"name":"Hybrid Skin","tier":0,"skills":["TAILORING"],"lvl":87,"ids":{"ls":{"minimum":22,"maximum":45},"mdRaw":{"minimum":15,"maximum":22}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":7,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":73},{"name":"Ice Cream Sandwich","tier":0,"skills":["SCRIBING","COOKING"],"lvl":65,"ids":{"agi":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":74},{"name":"Ice Sliver","tier":0,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":40,"ids":{"dex":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":5,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":75},{"name":"Icy Shard","tier":0,"skills":["ARMOURING"],"lvl":45,"ids":{"thorns":{"minimum":2,"maximum":5},"wDamPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":76},{"name":"Illuminated Spirit","tier":0,"skills":["JEWELING"],"lvl":75,"ids":{"dex":{"minimum":1,"maximum":1},"eSteal":{"minimum":-2,"maximum":-1}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":77},{"name":"Lava Blisters","tier":0,"skills":["ARMOURING"],"lvl":38,"ids":{"fDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":78},{"name":"Leafy Stalk","tier":0,"skills":["WOODWORKING","WEAPONSMITHING","COOKING"],"lvl":68,"ids":{"hprRaw":{"minimum":4,"maximum":12}},"itemIDs":{"dura":-40,"strReq":5,"dexReq":0,"intReq":5,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":80},{"name":"Leather","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":2,"ids":{"def":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":79},{"name":"Licorice Ropes","tier":0,"skills":["TAILORING","COOKING"],"lvl":60,"ids":{"hprPct":{"minimum":-3,"maximum":-2},"spd":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":81},{"name":"Lizard Scale","tier":0,"skills":["ARMOURING"],"lvl":53,"ids":{"eDefPct":{"minimum":3,"maximum":5},"hpBonus":{"minimum":110,"maximum":130}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":82},{"name":"Lizard Tail","tier":0,"skills":["COOKING","SCRIBING"],"lvl":55,"ids":{"hprPct":{"minimum":2,"maximum":5},"hprRaw":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":83},{"name":"Looted Alloy","tier":0,"skills":["ARMOURING"],"lvl":61,"ids":{"fDefPct":{"minimum":3,"maximum":4},"hpBonus":{"minimum":140,"maximum":160}},"itemIDs":{"dura":-39,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":701},{"name":"Lunar Dust","tier":0,"skills":["SCRIBING","ALCHEMISM"],"lvl":32,"ids":{"sdPct":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-57},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":84},{"name":"Luu Luu Vertebrae","tier":0,"skills":["TAILORING"],"lvl":95,"ids":{"hpBonus":{"minimum":480,"maximum":520}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":85},{"name":"Magic Feather","tier":0,"skills":["SCRIBING"],"lvl":80,"ids":{"hprRaw":{"minimum":16,"maximum":20}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-84},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":86},{"name":"Magmatic Skin","tier":0,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":85,"ids":{"fDefPct":{"minimum":3,"maximum":5},"def":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":12,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":87},{"name":"Manis Carapace","tier":0,"skills":["COOKING"],"lvl":95,"ids":{"thorns":{"minimum":4,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-280},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":88},{"name":"Marsufosa Pelt","tier":0,"skills":["TAILORING"],"lvl":90,"ids":{"spd":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":89},{"name":"Mashed Insect","tier":0,"skills":["COOKING"],"lvl":30,"ids":{"hprPct":{"minimum":1,"maximum":2},"hprRaw":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":90},{"name":"Melted Steel","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":89,"ids":{"fDefPct":{"minimum":4,"maximum":8},"wDamPct":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":12,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":92},{"name":"Metal Scraps","tier":0,"skills":["ARMOURING"],"lvl":56,"ids":{"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":5,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":93},{"name":"Mineral Cinder","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":55,"ids":{"expd":{"minimum":1,"maximum":7}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":91},{"name":"Mixed Seeds","tier":0,"skills":["COOKING","ALCHEMISM"],"lvl":20,"ids":{"agi":{"minimum":-3,"maximum":-2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":15},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":94},{"name":"Myconid Spores","tier":0,"skills":["ALCHEMISM"],"lvl":71,"ids":{"fDamPct":{"minimum":3,"maximum":6},"wDamPct":{"minimum":3,"maximum":6},"aDamPct":{"minimum":3,"maximum":6},"tDamPct":{"minimum":3,"maximum":6},"eDamPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":95},{"name":"Naga Tail","tier":0,"skills":["ALCHEMISM"],"lvl":55,"ids":{"eDamPct":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":96},{"name":"Oceanic Silt","tier":0,"skills":["ARMOURING"],"lvl":27,"ids":{"mdRaw":{"minimum":4,"maximum":11}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":97},{"name":"Ocelot Tail","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":25,"ids":{"str":{"minimum":-2,"maximum":-1},"spd":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":99},{"name":"Ocelot Pelt","tier":0,"skills":["TAILORING"],"lvl":23,"ids":{"spd":{"minimum":0,"maximum":4}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":4},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":98},{"name":"Ominous Pearl","tier":0,"skills":["ALCHEMISM"],"lvl":97,"ids":{"xpb":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-94},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":101},{"name":"Old Bone","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":20,"ids":{"sdPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":100},{"name":"Optic Fiber","tier":0,"skills":["ARMOURING"],"lvl":101,"ids":{"ref":{"minimum":9,"maximum":18}},"itemIDs":{"dura":-53,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":102},{"name":"Orc Eye","tier":0,"skills":["WOODWORKING","TAILORING"],"lvl":44,"ids":{"spd":{"minimum":-5,"maximum":-3},"mdRaw":{"minimum":7,"maximum":13}},"itemIDs":{"dura":-33,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":103},{"name":"Orc Teeth","tier":0,"skills":["WEAPONSMITHING"],"lvl":46,"ids":{"mdPct":{"minimum":1,"maximum":2},"eDamPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-33,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":106},{"name":"Orc Skin","displayName":"Yale Leather","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":63,"ids":{"fDefPct":{"minimum":3,"maximum":6},"str":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-40,"strReq":5,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":105},{"name":"Overgrown Bones","tier":0,"skills":["COOKING","ALCHEMISM"],"lvl":61,"ids":{"hprRaw":{"minimum":7,"maximum":9}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":107},{"name":"Perkish Potato","tier":0,"skills":["COOKING"],"lvl":90,"ids":{"mdPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-270},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":108},{"name":"Pigman Meat","tier":0,"skills":["COOKING","ALCHEMISM"],"lvl":11,"ids":{"mdPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":109},{"name":"Pig's Remains","tier":0,"skills":["COOKING"],"lvl":78,"ids":{"hprRaw":{"minimum":12,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-240},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":110},{"name":"Plucked Feather","tier":0,"skills":["TAILORING","ALCHEMISM"],"lvl":83,"ids":{"spd":{"minimum":2,"maximum":3},"hpBonus":{"minimum":-320,"maximum":-200}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-84},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":111},{"name":"Poorly-Made Pouch","tier":0,"skills":["TAILORING"],"lvl":81,"ids":{"lb":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":112},{"name":"Potato","tier":0,"skills":["COOKING"],"lvl":1,"ids":{"lb":{"minimum":1,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":113},{"name":"Prickly Grass","tier":0,"skills":["ALCHEMISM","TAILORING"],"lvl":73,"ids":{"thorns":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":115},{"name":"Protective Fabric","tier":0,"skills":["TAILORING"],"lvl":85,"ids":{"fDefPct":{"minimum":1,"maximum":2},"wDefPct":{"minimum":1,"maximum":2},"aDefPct":{"minimum":1,"maximum":2},"tDefPct":{"minimum":1,"maximum":2},"eDefPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":116},{"name":"Putrid Gunk","tier":0,"skills":["SCRIBING"],"lvl":4,"ids":{"eDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-38},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":118},{"name":"Pure Rain Stone","tier":0,"skills":["JEWELING"],"lvl":77,"ids":{"mdPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":117},{"name":"Rancid Flesh","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"mdPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":119},{"name":"Red Mushroom","tier":0,"skills":["ALCHEMISM"],"lvl":1,"ids":{"hprRaw":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-36},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":121},{"name":"Rat Hair","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":3,"ids":{"ls":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":120},{"name":"Retinal Membrane","tier":0,"skills":["SCRIBING"],"lvl":100,"ids":{"lq":{"minimum":1,"maximum":1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-95},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":126},{"name":"Reptile Scales","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":52,"ids":{"ls":{"minimum":7,"maximum":13},"def":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":122},{"name":"River Clay","tier":0,"skills":["JEWELING","TAILORING","ARMOURING"],"lvl":23,"ids":{"mdPct":{"minimum":-4,"maximum":-2},"wDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":125},{"name":"Resilient Stone","tier":0,"skills":["ARMOURING"],"lvl":78,"ids":{"eDefPct":{"minimum":1,"maximum":3},"def":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":123},{"name":"Robot Antenna","tier":0,"skills":["ARMOURING"],"lvl":85,"ids":{"dex":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":5,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":124},{"name":"Rose","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":18,"ids":{"thorns":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":127},{"name":"Rotten Flesh","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":1,"ids":{"mdPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":129},{"name":"Rotten Bone","tier":0,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":8,"ids":{"def":{"minimum":1,"maximum":1},"spd":{"minimum":-2,"maximum":-1}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":128},{"name":"Royal Bug’s Blood","tier":0,"skills":["ALCHEMISM","WOODWORKING"],"lvl":76,"ids":{"sdPct":{"minimum":2,"maximum":4},"xpb":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":8,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-230},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":130},{"name":"Rusty Spurs","tier":0,"skills":["JEWELING"],"lvl":36,"ids":{"sprint":{"minimum":1,"maximum":3},"sprintReg":{"minimum":0,"maximum":-2}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":721},{"name":"Salt Water","tier":0,"skills":["COOKING","ALCHEMISM"],"lvl":21,"ids":{"hpBonus":{"minimum":10,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":131},{"name":"Sandy Bonemeal","tier":0,"skills":["JEWELING","ARMOURING"],"lvl":34,"ids":{"aDefPct":{"minimum":-3,"maximum":-2},"eDamPct":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-26,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":132},{"name":"Seagrass","tier":0,"skills":["COOKING"],"lvl":23,"ids":{"str":{"minimum":1,"maximum":4},"spd":{"minimum":-4,"maximum":-1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":134},{"name":"Seabird Feather","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":26,"ids":{"mdPct":{"minimum":-3,"maximum":-1},"aDamPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":133},{"name":"Severed Heart","tier":0,"skills":["COOKING"],"lvl":69,"ids":{"ls":{"minimum":12,"maximum":18},"hprRaw":{"minimum":-18,"maximum":-12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":135},{"name":"Sharp Claw","tier":0,"skills":["JEWELING","WEAPONSMITHING"],"lvl":85,"ids":{"mdPct":{"minimum":1,"maximum":3},"mdRaw":{"minimum":10,"maximum":13}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":137},{"name":"Severed Leg","tier":0,"skills":["WEAPONSMITHING"],"lvl":56,"ids":{"mdRaw":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":136},{"name":"Shattered Blade","tier":0,"skills":["WEAPONSMITHING"],"lvl":83,"ids":{"mdRaw":{"minimum":20,"maximum":23}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":5,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":138},{"name":"Shining Wool","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":72,"ids":{"fDamPct":{"minimum":1,"maximum":2},"wDamPct":{"minimum":1,"maximum":2},"aDamPct":{"minimum":1,"maximum":2},"tDamPct":{"minimum":1,"maximum":2},"eDamPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":143},{"name":"Shorting Wire","tier":0,"skills":["WEAPONSMITHING"],"lvl":90,"ids":{"tDefPct":{"minimum":-5,"maximum":-2},"tDamPct":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":15,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":139},{"name":"Sheep Hoof","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":8,"ids":{"sprint":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-19,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":722},{"name":"Silver Feather","tier":0,"skills":["SCRIBING"],"lvl":96,"ids":{"lb":{"minimum":0,"maximum":7},"agi":{"minimum":1,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-93},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":141},{"name":"Shredded Bone","tier":0,"skills":["ALCHEMISM","SCRIBING"],"lvl":23,"ids":{"thorns":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":140},{"name":"Snake Eye","tier":0,"skills":["ALCHEMISM"],"lvl":20,"ids":{"agi":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":4},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":145},{"name":"Skyraider Coin","tier":0,"skills":["JEWELING"],"lvl":99,"ids":{"eSteal":{"minimum":3,"maximum":4},"mdRaw":{"minimum":9,"maximum":10}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":7,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":142},{"name":"Sludge Parasite","tier":0,"skills":["ARMOURING"],"lvl":102,"ids":{"def":{"minimum":-4,"maximum":-2},"poison":{"minimum":100,"maximum":120}},"itemIDs":{"dura":-53,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":144},{"name":"Soft Blue Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"wDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":148},{"name":"Snow Heart","tier":0,"skills":["ALCHEMISM","COOKING"],"lvl":43,"ids":{"sdPct":{"minimum":2,"maximum":4},"wDamPct":{"minimum":1,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-180},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":147},{"name":"Snow Clump","tier":0,"skills":["TAILORING"],"lvl":45,"ids":{"ref":{"minimum":2,"maximum":5},"wDamPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":146},{"name":"Soft Green Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"eDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":151},{"name":"Soft White Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"aDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":150},{"name":"Soft Red Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"fDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":149},{"name":"Soft Sand","tier":0,"skills":["WEAPONSMITHING"],"lvl":30,"ids":{"mdPct":{"minimum":1,"maximum":1},"spd":{"minimum":-3,"maximum":-2}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":153},{"name":"Soggy Stone","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":76,"ids":{"tDefPct":{"minimum":-5,"maximum":-2},"wDamPct":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":154},{"name":"Soul Essence","tier":0,"skills":["SCRIBING"],"lvl":103,"ids":{"mdPct":{"minimum":5,"maximum":6},"mdRaw":{"minimum":23,"maximum":27}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-97},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":155},{"name":"Soft Yellow Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"tDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":152},{"name":"Spider Leg","tier":0,"skills":["TAILORING"],"lvl":43,"ids":{"spd":{"minimum":1,"maximum":3},"hpBonus":{"minimum":-50,"maximum":-40}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":5},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":156},{"name":"Spellbound Ash","tier":0,"skills":["ALCHEMISM"],"lvl":18,"ids":{"sdPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":5,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-45},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":157},{"name":"Spider Eggs","tier":0,"skills":["JEWELING","SCRIBING"],"lvl":23,"ids":{"poison":{"minimum":8,"maximum":10}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":158},{"name":"Spider Fang","tier":0,"skills":["ALCHEMISM","WEAPONSMITHING"],"lvl":5,"ids":{"poison":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-38},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":159},{"name":"Squid Ink","tier":0,"skills":["SCRIBING","COOKING"],"lvl":28,"ids":{"wDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":160},{"name":"Stolen Seeds","tier":0,"skills":["COOKING"],"lvl":92,"ids":{"thorns":{"minimum":8,"maximum":13},"eSteal":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-270},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":163},{"name":"Stack of Coins","tier":0,"skills":["JEWELING"],"lvl":73,"ids":{"xpb":{"minimum":1,"maximum":2},"lb":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-84,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":161},{"name":"Stolen Harvest","tier":0,"skills":["COOKING"],"lvl":53,"ids":{"hprRaw":{"minimum":5,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":162},{"name":"Storm Horn","tier":0,"skills":["WEAPONSMITHING"],"lvl":96,"ids":{"aDamPct":{"minimum":3,"maximum":5},"tDamPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":164},{"name":"Tanned Flesh","tier":0,"skills":["TAILORING"],"lvl":35,"ids":{"fDefPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":166},{"name":"Sugar Stick","tier":0,"skills":["WOODWORKING","COOKING"],"lvl":65,"ids":{"sdPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":165},{"name":"Tendon Clump","tier":0,"skills":["COOKING","SCRIBING"],"lvl":24,"ids":{"agi":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":168},{"name":"Terracotta Chunk","tier":0,"skills":["ARMOURING"],"lvl":33,"ids":{"eDefPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-30,"strReq":4,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":169},{"name":"Thick Mud","tier":0,"skills":["ALCHEMISM","JEWELING"],"lvl":21,"ids":{"str":{"minimum":1,"maximum":1},"spd":{"minimum":-3,"maximum":-2}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":170},{"name":"Tarnished Gold Foil","tier":0,"skills":["SCRIBING","JEWELING"],"lvl":5,"ids":{"xpb":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-38},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":167},{"name":"Thin Quill","tier":0,"skills":["SCRIBING","ARMOURING","TAILORING"],"lvl":8,"ids":{"aDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-19,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-40},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":172},{"name":"Thick Vines","tier":0,"skills":["WOODWORKING","TAILORING"],"lvl":53,"ids":{"eDefPct":{"minimum":4,"maximum":6},"spd":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":171},{"name":"Torn Skin","tier":0,"skills":["ALCHEMISM"],"lvl":50,"ids":{"poison":{"minimum":45,"maximum":50}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-66},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":173},{"name":"Toxic Lumps","tier":0,"skills":["ALCHEMISM"],"lvl":102,"ids":{"hprPct":{"minimum":-15,"maximum":-12},"tDamPct":{"minimum":5,"maximum":6},"eDamPct":{"minimum":8,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":175},{"name":"Troll Hair","tier":0,"skills":["WEAPONSMITHING"],"lvl":42,"ids":{"mdPct":{"minimum":2,"maximum":4},"spd":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":176},{"name":"Turtle Shell","tier":0,"skills":["ARMOURING"],"lvl":90,"ids":{"def":{"minimum":1,"maximum":1},"thorns":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":177},{"name":"Tough Skin","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":84,"ids":{"def":{"minimum":2,"maximum":4},"hpBonus":{"minimum":300,"maximum":400}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":174},{"name":"Unholy Spirit","tier":0,"skills":["ALCHEMISM","SCRIBING"],"lvl":62,"ids":{"spRegen":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":178},{"name":"Unmeltable Ice","tier":0,"skills":["JEWELING","WOODWORKING"],"lvl":92,"ids":{"fDefPct":{"minimum":1,"maximum":2},"wDefPct":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":8,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":179},{"name":"Victim's Skull","tier":0,"skills":["ARMOURING"],"lvl":60,"ids":{"xpb":{"minimum":-4,"maximum":-2},"lb":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":18,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":181},{"name":"Used Fireball","tier":0,"skills":["SCRIBING","ALCHEMISM"],"lvl":6,"ids":{"fDamPct":{"minimum":1,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-39},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":180},{"name":"Viscous Slime","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":51,"ids":{"poison":{"minimum":90,"maximum":105}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":182},{"name":"Void Essence","tier":0,"skills":["SCRIBING"],"lvl":95,"ids":{"sdPct":{"minimum":2,"maximum":4},"agi":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":191},{"name":"Warped Skin","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":14,"ids":{"def":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":183},{"name":"Waterlogged Branch","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":20,"ids":{"sdPct":{"minimum":-5,"maximum":-3},"mdPct":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":184},{"name":"Werewolf Tail","tier":0,"skills":["TAILORING","ALCHEMISM"],"lvl":72,"ids":{"def":{"minimum":-3,"maximum":-1},"spd":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":185},{"name":"Wood Shavings","tier":0,"skills":["SCRIBING","WOODWORKING"],"lvl":43,"ids":{"xpb":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":187},{"name":"Wolf Fang","tier":0,"skills":["WEAPONSMITHING"],"lvl":41,"ids":{"mdPct":{"minimum":1,"maximum":2},"spd":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":186},{"name":"Wood Scrap","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":75,"ids":{"mdRaw":{"minimum":20,"maximum":26}},"itemIDs":{"dura":-87,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":188},{"name":"Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":1,"ids":{"wDefPct":{"minimum":1,"maximum":2},"aDefPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":190},{"name":"Wood Snippet","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":16,"ids":{"hpBonus":{"minimum":10,"maximum":20}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":189},{"name":"Worn Memorabilia","tier":0,"skills":["JEWELING","TAILORING"],"lvl":16,"ids":{"hprPct":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":192},{"name":"Wybel Taffy","tier":0,"skills":["ALCHEMISM","COOKING"],"lvl":65,"ids":{"def":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":193},{"name":"Wybel Fluff","tier":0,"skills":["TAILORING"],"lvl":90,"ids":{"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":194},{"name":"Zhight Herbal Mix","tier":0,"skills":["COOKING","SCRIBING","ALCHEMISM"],"lvl":55,"ids":{"sdPct":{"minimum":-4,"maximum":-1},"mdPct":{"minimum":-4,"maximum":-1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":24},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":195},{"name":"Zombie Eye","tier":0,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":54,"ids":{"str":{"minimum":1,"maximum":2},"mdRaw":{"minimum":8,"maximum":15}},"itemIDs":{"dura":-37,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":196},{"name":"Acidic Remains","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":102,"ids":{"hprRaw":{"minimum":-60,"maximum":-50},"fDamPct":{"minimum":9,"maximum":12}},"itemIDs":{"dura":-74,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":197},{"name":"Active Fireball","tier":1,"skills":["SCRIBING","COOKING","ALCHEMISM"],"lvl":4,"ids":{"fDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":198},{"name":"Adventurer's Diary","tier":1,"skills":["SCRIBING"],"lvl":60,"ids":{"xpb":{"minimum":4,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-99},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":199},{"name":"Alga","tier":1,"skills":["TAILORING"],"lvl":60,"ids":{"str":{"minimum":2,"maximum":3},"mdRaw":{"minimum":24,"maximum":26}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":201},{"name":"Agullo Beak","tier":1,"skills":["WEAPONSMITHING"],"lvl":81,"ids":{"spd":{"minimum":3,"maximum":7},"aDamPct":{"minimum":6,"maximum":11}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":16},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":200},{"name":"Algae Mat","tier":1,"skills":["SCRIBING"],"lvl":36,"ids":{"ref":{"minimum":9,"maximum":15},"thorns":{"minimum":12,"maximum":18}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":202},{"name":"Ashen Hide","tier":1,"skills":["TAILORING"],"lvl":90,"ids":{"wDefPct":{"minimum":-12,"maximum":-8}},"itemIDs":{"dura":35,"strReq":0,"dexReq":0,"intReq":0,"defReq":6,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":203},{"name":"Beak of the Nivlan Beauty","tier":1,"skills":["WEAPONSMITHING","TAILORING","ARMOURING"],"lvl":8,"ids":{"hpBonus":{"minimum":10,"maximum":14}},"itemIDs":{"dura":-28,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":205},{"name":"Beef Tongue","tier":1,"skills":["COOKING"],"lvl":25,"ids":{"hprPct":{"minimum":5,"maximum":10},"hpBonus":{"minimum":24,"maximum":36}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":204},{"name":"Bloodstained Remains","tier":1,"skills":["TAILORING"],"lvl":58,"ids":{"ls":{"minimum":20,"maximum":30},"hprRaw":{"minimum":-20,"maximum":-15}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":206},{"name":"Broken Dagger","tier":1,"skills":["WEAPONSMITHING"],"lvl":73,"ids":{"mdPct":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-70,"strReq":15,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":207},{"name":"Broken Steel Hook","tier":1,"skills":["WOODWORKING"],"lvl":55,"ids":{"dex":{"minimum":2,"maximum":5},"mdRaw":{"minimum":18,"maximum":22}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":208},{"name":"Broken Steel Blade","tier":1,"skills":["WEAPONSMITHING"],"lvl":55,"ids":{"mdPct":{"minimum":2,"maximum":6},"str":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-52,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":209},{"name":"Burning Soul","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":85,"ids":{"wDefPct":{"minimum":-10,"maximum":-6},"fDamPct":{"minimum":8,"maximum":13}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":210},{"name":"Captain's Glass","tier":1,"skills":["WEAPONSMITHING","TAILORING"],"lvl":28,"ids":{"mdPct":{"minimum":7,"maximum":10},"spd":{"minimum":-6,"maximum":-3}},"itemIDs":{"dura":-38,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":211},{"name":"Carapace Fragment","tier":1,"skills":["ARMOURING","WOODWORKING"],"lvl":23,"ids":{"spd":{"minimum":4,"maximum":6},"mdRaw":{"minimum":8,"maximum":10}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":212},{"name":"Cat Tail","tier":1,"skills":["TAILORING"],"lvl":83,"ids":{"spd":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":213},{"name":"Chain Loop","tier":1,"skills":["ARMOURING"],"lvl":35,"ids":{"wDefPct":{"minimum":-6,"maximum":-4},"hpBonus":{"minimum":50,"maximum":70}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":215},{"name":"Cataratite","tier":1,"skills":["ARMOURING","JEWELING"],"lvl":100,"ids":{"hprPct":{"minimum":-10,"maximum":-8}},"itemIDs":{"dura":45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":214},{"name":"Charred Bone","tier":1,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":9,"ids":{"fDamPct":{"minimum":4,"maximum":7}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":216},{"name":"Chipped Quartz","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":45,"ids":{"sdPct":{"minimum":3,"maximum":5},"sdRaw":{"minimum":15,"maximum":20}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":218},{"name":"Chitin Plate","tier":1,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":64,"ids":{"dex":{"minimum":2,"maximum":4},"hpBonus":{"minimum":260,"maximum":320}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":25,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":217},{"name":"Coagulated Clot","tier":1,"skills":["SCRIBING","ALCHEMISM"],"lvl":7,"ids":{"hprRaw":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-54},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":219},{"name":"Congealed Slime","tier":1,"skills":["COOKING"],"lvl":80,"ids":{"eDefPct":{"minimum":6,"maximum":12},"spd":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-350},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":222},{"name":"Condor Feather","tier":1,"skills":["TAILORING"],"lvl":35,"ids":{"aDamPct":{"minimum":6,"maximum":10}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":220},{"name":"Consecrated Ivory","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":60,"ids":{"spRegen":{"minimum":10,"maximum":10},"sprint":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":723},{"name":"Corn Husk","tier":1,"skills":["COOKING","SCRIBING"],"lvl":23,"ids":{"hprRaw":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":221},{"name":"Cortrich Eggs","tier":1,"skills":["COOKING"],"lvl":83,"ids":{"str":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":223},{"name":"Cracked Geode","tier":1,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":24,"ids":{"str":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-35,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":224},{"name":"Crystal Dust","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":35,"ids":{"sdPct":{"minimum":4,"maximum":8},"spd":{"minimum":-5,"maximum":-2}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":8,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":225},{"name":"Crystallized Organ","tier":1,"skills":["COOKING"],"lvl":100,"ids":{"lq":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":226},{"name":"Cyclops Eye","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":84,"ids":{"str":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":227},{"name":"Dead Bee","tier":1,"skills":["ALCHEMISM"],"lvl":5,"ids":{"hpBonus":{"minimum":-6,"maximum":-4},"mdRaw":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-54},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":228},{"name":"Demonic Blood","tier":1,"skills":["COOKING","ARMOURING","TAILORING"],"lvl":99,"ids":{"ls":{"minimum":30,"maximum":40},"poison":{"minimum":60,"maximum":80}},"itemIDs":{"dura":-73,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":229},{"name":"Dense Void Hole Chunk","tier":1,"skills":["JEWELING"],"lvl":104,"ids":{"spd":{"minimum":-5,"maximum":-5},"eDamPct":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-75,"strReq":15,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":230},{"name":"Dragonling Egg","tier":1,"skills":["COOKING"],"lvl":98,"ids":{"aDefPct":{"minimum":6,"maximum":12},"tDefPct":{"minimum":5,"maximum":11},"eDefPct":{"minimum":8,"maximum":13}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":231},{"name":"Earthly Aura","tier":1,"skills":["SCRIBING"],"lvl":84,"ids":{"mdPct":{"minimum":5,"maximum":7},"str":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":232},{"name":"Durable Skin","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":77,"ids":{"eDefPct":{"minimum":4,"maximum":6},"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-61,"strReq":10,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":233},{"name":"Elemental Crystal","tier":1,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"ref":{"minimum":4,"maximum":5},"thorns":{"minimum":4,"maximum":5},"hpBonus":{"minimum":200,"maximum":230},"sdRaw":{"minimum":18,"maximum":25},"mdRaw":{"minimum":14,"maximum":20}},"itemIDs":{"dura":-101,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":234},{"name":"Empty Casings","tier":1,"skills":["JEWELING"],"lvl":45,"ids":{"mdPct":{"minimum":2,"maximum":3},"expd":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":235},{"name":"Energetic Aura","tier":1,"skills":["SCRIBING"],"lvl":80,"ids":{"ls":{"minimum":35,"maximum":40},"dex":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":236},{"name":"Essence Of Dusk","displayName":"Essence of Dusk","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":64,"ids":{"sdPct":{"minimum":6,"maximum":8},"sdRaw":{"minimum":25,"maximum":35}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":237},{"name":"Faebloom Petal","tier":1,"skills":["JEWELING"],"lvl":65,"ids":{"fDefPct":{"minimum":-6,"maximum":-5},"str":{"minimum":2,"maximum":2},"eDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-56,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":711},{"name":"Fancy Pelt","tier":1,"skills":["TAILORING"],"lvl":85,"ids":{"fDefPct":{"minimum":8,"maximum":12},"eDefPct":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":238},{"name":"Fiery Aura","tier":1,"skills":["SCRIBING"],"lvl":88,"ids":{"def":{"minimum":4,"maximum":6},"hpBonus":{"minimum":450,"maximum":550}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":239},{"name":"Flugsvamp Cap","tier":1,"skills":["COOKING"],"lvl":8,"ids":{"spd":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":240},{"name":"Forgotten Axe","tier":1,"skills":["WEAPONSMITHING"],"lvl":13,"ids":{"mdRaw":{"minimum":7,"maximum":10}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":241},{"name":"Forgotten Pickaxe","tier":1,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":96,"ids":{"mdRaw":{"minimum":40,"maximum":50},"eDamPct":{"minimum":6,"maximum":7}},"itemIDs":{"dura":-71,"strReq":14,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":242},{"name":"Foul Fluid","tier":1,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":71,"ids":{"poison":{"minimum":240,"maximum":280},"hprRaw":{"minimum":-30,"maximum":-20}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":243},{"name":"Fragmentation","tier":1,"skills":["ARMOURING","WOODWORKING"],"lvl":101,"ids":{"agi":{"minimum":5,"maximum":8},"hpBonus":{"minimum":-486,"maximum":-444}},"itemIDs":{"dura":-74,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":244},{"name":"Frostbitten Flesh","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":44,"ids":{"spd":{"minimum":-4,"maximum":-3},"hpBonus":{"minimum":120,"maximum":140}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":246},{"name":"Fuming Lava Rock","tier":1,"skills":["WEAPONSMITHING","ARMOURING","JEWELING"],"lvl":23,"ids":{"expd":{"minimum":3,"maximum":4},"fDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":245},{"name":"Gloomy Orb","tier":1,"skills":["JEWELING"],"lvl":57,"ids":{"ls":{"minimum":-12,"maximum":-8},"tDamPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":247},{"name":"Glowing Scales","tier":1,"skills":["ARMOURING"],"lvl":72,"ids":{"ref":{"minimum":5,"maximum":12},"thorns":{"minimum":5,"maximum":12}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":248},{"name":"Golden Coin","displayName":"Prized Coin","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":74,"ids":{"xpb":{"minimum":4,"maximum":4},"lb":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":250},{"name":"Green Foot","tier":1,"skills":["TAILORING"],"lvl":103,"ids":{"def":{"minimum":5,"maximum":8},"spd":{"minimum":-10,"maximum":-7},"hpBonus":{"minimum":750,"maximum":800}},"itemIDs":{"dura":-75,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":-10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":249},{"name":"Green Scale","tier":1,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":44,"ids":{"eDefPct":{"minimum":2,"maximum":6},"eDamPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-45,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":251},{"name":"Gunpowder","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":37,"ids":{"expd":{"minimum":15,"maximum":20}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-81},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":252},{"name":"Hardened Mandible","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":91,"ids":{"wDefPct":{"minimum":-10,"maximum":-7},"aDefPct":{"minimum":-10,"maximum":-7}},"itemIDs":{"dura":-70,"strReq":-10,"dexReq":0,"intReq":0,"defReq":-10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":253},{"name":"Hatchling Remnant","tier":1,"skills":["ARMOURING","SCRIBING"],"lvl":75,"ids":{"ls":{"minimum":40,"maximum":50},"aDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-61,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12},"consumableIDs":{"charges":0,"dura":-115},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":254},{"name":"Horse Mane","tier":1,"skills":["TAILORING","SCRIBING"],"lvl":22,"ids":{"agi":{"minimum":1,"maximum":1},"spd":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-69},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":255},{"name":"Hunter's Disguise","tier":1,"skills":["TAILORING"],"lvl":78,"ids":{"agi":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":257},{"name":"Ibjub Fruit","tier":1,"skills":["COOKING"],"lvl":60,"ids":{"ls":{"minimum":10,"maximum":12},"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-300},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":256},{"name":"Ice Fishing Bait","tier":1,"skills":["COOKING"],"lvl":41,"ids":{"spd":{"minimum":3,"maximum":5},"wDamPct":{"minimum":3,"maximum":5},"aDamPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-250},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":713},{"name":"Ice Fishing Net","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":41,"ids":{"hpBonus":{"minimum":50,"maximum":75},"sdRaw":{"minimum":10,"maximum":15},"mdRaw":{"minimum":10,"maximum":15}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":715},{"name":"Ice Fishing Hook","tier":1,"skills":["WEAPONSMITHING"],"lvl":41,"ids":{"hpBonus":{"minimum":-100,"maximum":-80},"sdRaw":{"minimum":16,"maximum":20},"mdRaw":{"minimum":16,"maximum":20}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":714},{"name":"Ice Fishing Twine","tier":1,"skills":["WOODWORKING"],"lvl":41,"ids":{"hpBonus":{"minimum":80,"maximum":100},"sdRaw":{"minimum":-20,"maximum":-16},"mdRaw":{"minimum":-20,"maximum":-16}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":716},{"name":"Ice Fragment","tier":1,"skills":["WOODWORKING","TAILORING"],"lvl":42,"ids":{"lb":{"minimum":2,"maximum":5},"agi":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":7},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":258},{"name":"Iceberries","tier":1,"skills":["ALCHEMISM"],"lvl":75,"ids":{"mr":{"minimum":0,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":259},{"name":"Illicit Quince","tier":1,"skills":["WOODWORKING","ALCHEMISM"],"lvl":33,"ids":{"hprPct":{"minimum":4,"maximum":5},"hpBonus":{"minimum":40,"maximum":45}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":697},{"name":"Illicit Hemlock","tier":1,"skills":["TAILORING","ALCHEMISM"],"lvl":33,"ids":{"ls":{"minimum":12,"maximum":18},"poison":{"minimum":20,"maximum":25}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":696},{"name":"Illicit Tingflower","tier":1,"skills":["JEWELING","ALCHEMISM"],"lvl":33,"ids":{"tDefPct":{"minimum":2,"maximum":4},"tDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-10},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":698},{"name":"Illicit Whitethorn","tier":1,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":33,"ids":{"agi":{"minimum":2,"maximum":3},"aDamPct":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":699},{"name":"Illicit Yarrow","tier":1,"skills":["ARMOURING","ALCHEMISM"],"lvl":33,"ids":{"int":{"minimum":2,"maximum":3},"sdRaw":{"minimum":15,"maximum":20}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":700},{"name":"Insanity Star","tier":1,"skills":["WOODWORKING","JEWELING"],"lvl":103,"ids":{"fDefPct":{"minimum":-4,"maximum":-2},"wDefPct":{"minimum":-4,"maximum":-2},"aDefPct":{"minimum":-4,"maximum":-2},"tDefPct":{"minimum":-4,"maximum":-2},"eDefPct":{"minimum":-4,"maximum":-2},"fDamPct":{"minimum":2,"maximum":4},"wDamPct":{"minimum":2,"maximum":4},"aDamPct":{"minimum":2,"maximum":4},"tDamPct":{"minimum":2,"maximum":4},"eDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-80,"strReq":10,"dexReq":10,"intReq":10,"defReq":10,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":265},{"name":"Infused Gold","tier":1,"skills":["JEWELING"],"lvl":18,"ids":{"lb":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":260},{"name":"Intermittenstirrups","tier":1,"skills":["WEAPONSMITHING","WOODWORKING","TAILORING"],"lvl":27,"ids":{"sprint":{"minimum":4,"maximum":6},"sprintReg":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-34,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":3},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":724},{"name":"Ivory Tusk","tier":1,"skills":["JEWELING"],"lvl":86,"ids":{"poison":{"minimum":-100,"maximum":-80},"hprRaw":{"minimum":20,"maximum":30}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":261},{"name":"Jolting Geode","tier":1,"skills":["JEWELING"],"lvl":13,"ids":{"mdRaw":{"minimum":2,"maximum":3},"tDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":263},{"name":"Karl Johan Cap","tier":1,"skills":["COOKING"],"lvl":7,"ids":{"hprRaw":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":264},{"name":"Kaian Scroll","tier":1,"skills":["SCRIBING"],"lvl":94,"ids":{"dex":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":262},{"name":"Larbonic Sheddings","tier":1,"skills":["TAILORING"],"lvl":103,"ids":{"wDefPct":{"minimum":12,"maximum":15},"aDefPct":{"minimum":-8,"maximum":-6},"eDefPct":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":266},{"name":"Laryngeal Flesh","tier":1,"skills":["ALCHEMISM"],"lvl":22,"ids":{"mdPct":{"minimum":10,"maximum":12},"sdRaw":{"minimum":-16,"maximum":-14}},"itemIDs":{"dura":0,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-69},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":267},{"name":"Leg Eater Tooth","tier":1,"skills":["WEAPONSMITHING"],"lvl":103,"ids":{"hprPct":{"minimum":-12,"maximum":-8},"tDamPct":{"minimum":6,"maximum":9},"eDamPct":{"minimum":6,"maximum":9}},"itemIDs":{"dura":-75,"strReq":10,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":268},{"name":"Letvus Delight","tier":1,"skills":["COOKING"],"lvl":70,"ids":{"fDamPct":{"minimum":5,"maximum":7},"wDamPct":{"minimum":5,"maximum":7},"aDamPct":{"minimum":5,"maximum":7},"tDamPct":{"minimum":5,"maximum":7},"eDamPct":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-325},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":270},{"name":"Lively Apple","tier":1,"skills":["COOKING"],"lvl":15,"ids":{"hprRaw":{"minimum":2,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":269},{"name":"Lion Fang","tier":1,"skills":["JEWELING","TAILORING"],"lvl":28,"ids":{"sdRaw":{"minimum":6,"maximum":8},"mdRaw":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":271},{"name":"Lockpicking Kit","tier":1,"skills":["TAILORING","ARMOURING"],"lvl":81,"ids":{"lb":{"minimum":1,"maximum":6},"eSteal":{"minimum":1,"maximum":5}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":275},{"name":"Lost Talisman","tier":1,"skills":["JEWELING","ARMOURING","TAILORING"],"lvl":71,"ids":{"ref":{"minimum":3,"maximum":4},"spRegen":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":272},{"name":"Lotus Seedpod","tier":1,"skills":["WOODWORKING","JEWELING","COOKING"],"lvl":80,"ids":{"hprPct":{"minimum":6,"maximum":8},"hprRaw":{"minimum":-15,"maximum":-13}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-340},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":273},{"name":"Luminescent Ink","tier":1,"skills":["SCRIBING"],"lvl":14,"ids":{"spRegen":{"minimum":20,"maximum":40}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":30},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":274},{"name":"Lunar Shard","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":34,"ids":{"ms":{"minimum":0,"maximum":4}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":276},{"name":"Luxic Plasma","displayName":"Antipollen","tier":1,"skills":["ARMOURING","ALCHEMISM"],"lvl":73,"ids":{"ref":{"minimum":2,"maximum":4},"thorns":{"minimum":2,"maximum":4},"eDamPct":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-62,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":277},{"name":"Marrow Dust","tier":1,"skills":["SCRIBING"],"lvl":92,"ids":{"hprRaw":{"minimum":40,"maximum":60}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":278},{"name":"Mixed Jewel Deposit","tier":1,"skills":["JEWELING"],"lvl":95,"ids":{"sdPct":{"minimum":3,"maximum":5},"mdPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-70,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":279},{"name":"Mooshroom Ear","tier":1,"skills":["ALCHEMISM"],"lvl":12,"ids":{"xpb":{"minimum":5,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":280},{"name":"Munched Grass","tier":1,"skills":["TAILORING","JEWELING"],"lvl":16,"ids":{"str":{"minimum":1,"maximum":1},"poison":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-31,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":282},{"name":"Muscle","tier":1,"skills":["COOKING","ALCHEMISM"],"lvl":21,"ids":{"mdPct":{"minimum":4,"maximum":8},"hpBonus":{"minimum":20,"maximum":30}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":281},{"name":"Native Jadeite","tier":1,"skills":["JEWELING","WEAPONSMITHING","WOODWORKING"],"lvl":63,"ids":{"sdPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":284},{"name":"Nasty Residue","tier":1,"skills":["JEWELING"],"lvl":65,"ids":{"sdPct":{"minimum":2,"maximum":3},"mdPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-54,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":283},{"name":"Natural Nitrates","tier":1,"skills":["ALCHEMISM"],"lvl":42,"ids":{"sprintReg":{"minimum":12,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":725},{"name":"Nightmare Fuel","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":50,"ids":{"ls":{"minimum":10,"maximum":15},"ms":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-101},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":285},{"name":"Oceanic Sand","tier":1,"skills":["JEWELING"],"lvl":30,"ids":{"wDefPct":{"minimum":3,"maximum":4},"eDefPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":4,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":286},{"name":"Optic Lens","tier":1,"skills":["ARMOURING"],"lvl":90,"ids":{"ref":{"minimum":9,"maximum":18}},"itemIDs":{"dura":-68,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":287},{"name":"Owl Feather","tier":1,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":43,"ids":{"spd":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":288},{"name":"Penguin Egg","tier":1,"skills":["COOKING","ALCHEMISM"],"lvl":46,"ids":{"wDefPct":{"minimum":3,"maximum":5},"aDefPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-260},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":289},{"name":"Pearlescent Jewel","tier":1,"skills":["JEWELING"],"lvl":70,"ids":{"sdRaw":{"minimum":10,"maximum":15},"aDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":16,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":290},{"name":"Phrumkin Seeds","tier":1,"skills":["COOKING"],"lvl":67,"ids":{"mdPct":{"minimum":5,"maximum":8},"hpBonus":{"minimum":130,"maximum":170}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-320},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":291},{"name":"Pigman Ivory","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":14,"ids":{"mdRaw":{"minimum":5,"maximum":9},"sprintReg":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-34,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":726},{"name":"Pig's Skull","tier":1,"skills":["ARMOURING"],"lvl":78,"ids":{"str":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-63,"strReq":12,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":292},{"name":"Pilfered Silver","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":61,"ids":{"lb":{"minimum":4,"maximum":5},"mdRaw":{"minimum":45,"maximum":45}},"itemIDs":{"dura":-54,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":702},{"name":"Pillaged Fragment","tier":1,"skills":["JEWELING"],"lvl":47,"ids":{"lb":{"minimum":2,"maximum":3},"eSteal":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":293},{"name":"Pink Pelute","tier":1,"skills":["ALCHEMISM","SCRIBING","COOKING"],"lvl":53,"ids":{"xpb":{"minimum":1,"maximum":6},"lb":{"minimum":1,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":294},{"name":"Pink Wool","tier":1,"skills":["TAILORING"],"lvl":2,"ids":{"wDefPct":{"minimum":3,"maximum":4},"aDefPct":{"minimum":3,"maximum":4},"tDefPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":295},{"name":"Piranha Jaw","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":25,"ids":{"spd":{"minimum":2,"maximum":6},"tDamPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":297},{"name":"Pirate Beard","tier":1,"skills":["ALCHEMISM"],"lvl":90,"ids":{"mdRaw":{"minimum":48,"maximum":60},"wDamPct":{"minimum":8,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":5,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":296},{"name":"Poison Sac","tier":1,"skills":["ALCHEMISM"],"lvl":44,"ids":{"poison":{"minimum":50,"maximum":55}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-87},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":298},{"name":"Poisonous Spider Eye","tier":1,"skills":["JEWELING","ALCHEMISM"],"lvl":5,"ids":{"poison":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-54},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":299},{"name":"Powdery Bone","tier":1,"skills":["SCRIBING"],"lvl":30,"ids":{"spd":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-75},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":300},{"name":"Primitive Delicacy","tier":1,"skills":["COOKING"],"lvl":51,"ids":{"sdPct":{"minimum":-10,"maximum":-6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":301},{"name":"Pristine Claw","tier":1,"skills":["JEWELING"],"lvl":70,"ids":{"sdRaw":{"minimum":-15,"maximum":-12},"mdRaw":{"minimum":10,"maximum":12}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":15,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":302},{"name":"Putrid Spores","tier":1,"skills":["ALCHEMISM"],"lvl":62,"ids":{"poison":{"minimum":100,"maximum":115}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":303},{"name":"Altitude Shard","tier":1,"skills":["SCRIBING"],"lvl":83,"ids":{"aDefPct":{"minimum":12,"maximum":15},"spd":{"minimum":8,"maximum":10},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":304},{"name":"Bionic Fiber","tier":1,"skills":["WOODWORKING"],"lvl":53,"ids":{"dex":{"minimum":4,"maximum":5},"tDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":7,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":305},{"name":"Flytrap Fangs","tier":1,"skills":["WEAPONSMITHING"],"lvl":77,"ids":{"str":{"minimum":3,"maximum":3},"dex":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-62,"strReq":6,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":306},{"name":"Goblin Trinket","tier":1,"skills":["JEWELING"],"lvl":42,"ids":{"xpb":{"minimum":3,"maximum":4},"eSteal":{"minimum":3,"maximum":4},"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":307},{"name":"Insulated Wiring","tier":1,"skills":["ARMOURING"],"lvl":84,"ids":{"fDefPct":{"minimum":6,"maximum":9},"tDefPct":{"minimum":6,"maximum":9},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":5,"intReq":0,"defReq":5,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":308},{"name":"Kaolin Clay","tier":1,"skills":["TAILORING"],"lvl":22,"ids":{"wDefPct":{"minimum":7,"maximum":10},"mdPct":{"minimum":-4,"maximum":-3},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":3,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":310},{"name":"Ivy Sprout","tier":1,"skills":["COOKING"],"lvl":73,"ids":{"expd":{"minimum":10,"maximum":12},"poison":{"minimum":40,"maximum":55},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-330},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":309},{"name":"Magicule Sample","tier":1,"skills":["ALCHEMISM"],"lvl":75,"ids":{"sdPct":{"minimum":-7,"maximum":-5},"ms":{"minimum":4,"maximum":4},"gXp":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-115},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":311},{"name":"Nova Bloom","tier":1,"skills":["JEWELING","SCRIBING"],"lvl":73,"ids":{"sdRaw":{"minimum":12,"maximum":15},"fDamPct":{"minimum":3,"maximum":3},"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-60,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":312},{"name":"Olmic Artifact","tier":1,"skills":["WOODWORKING"],"lvl":103,"ids":{"agi":{"minimum":4,"maximum":6},"hprRaw":{"minimum":50,"maximum":60}},"itemIDs":{"dura":-80,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":313},{"name":"Outdated Newspaper","tier":1,"skills":["SCRIBING"],"lvl":13,"ids":{"xpb":{"minimum":3,"maximum":4},"lb":{"minimum":2,"maximum":2},"gSpd":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":315},{"name":"Red Shale","tier":1,"skills":["WEAPONSMITHING"],"lvl":31,"ids":{"hprPct":{"minimum":8,"maximum":10},"def":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-39,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":316},{"name":"Roasted Tissue","tier":1,"skills":["TAILORING","COOKING"],"lvl":93,"ids":{"mdPct":{"minimum":3,"maximum":5},"fDamPct":{"minimum":3,"maximum":5},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-380},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":314},{"name":"Savannah Stone","tier":1,"skills":["JEWELING"],"lvl":25,"ids":{"def":{"minimum":2,"maximum":2},"fDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-36,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":317},{"name":"Serafite","tier":1,"skills":["JEWELING"],"lvl":100,"ids":{"sdPct":{"minimum":3,"maximum":5},"hpBonus":{"minimum":-175,"maximum":-140},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-73,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":318},{"name":"Spectral Spike","tier":1,"skills":["WEAPONSMITHING"],"lvl":62,"ids":{"mdRaw":{"minimum":40,"maximum":45},"aDamPct":{"minimum":7,"maximum":8}},"itemIDs":{"dura":-54,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":319},{"name":"Tangy Nectar","tier":1,"skills":["COOKING"],"lvl":63,"ids":{"sdRaw":{"minimum":15,"maximum":18},"fDamPct":{"minimum":4,"maximum":6},"gSpd":{"minimum":3,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-310},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":321},{"name":"Tropical Honeysuckle","tier":1,"skills":["ALCHEMISM"],"lvl":53,"ids":{"spd":{"minimum":4,"maximum":6},"hprRaw":{"minimum":18,"maximum":20},"gSpd":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-95},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":320},{"name":"Ursine Claw","tier":1,"skills":["ARMOURING"],"lvl":44,"ids":{"sdRaw":{"minimum":-25,"maximum":-20},"mdRaw":{"minimum":20,"maximum":25},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-46,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":322},{"name":"Waterfall Thyme","tier":1,"skills":["COOKING"],"lvl":15,"ids":{"wDefPct":{"minimum":4,"maximum":6},"wDamPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-185},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":324},{"name":"Webbed Offshoot","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":10,"ids":{"spd":{"minimum":3,"maximum":4},"sdRaw":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-29,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":323},{"name":"Zombie Brain","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":4,"ids":{"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":325},{"name":"Recluse Venom Sac","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":72,"ids":{"poison":{"minimum":250,"maximum":300}},"itemIDs":{"dura":-59,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":326},{"name":"Red Mercury","tier":1,"skills":["COOKING"],"lvl":98,"ids":{"hpBonus":{"minimum":600,"maximum":800},"hprRaw":{"minimum":-96,"maximum":-72}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":328},{"name":"Regenerative Pins","tier":1,"skills":["TAILORING","WEAPONSMITHING","SCRIBING"],"lvl":78,"ids":{"hprPct":{"minimum":7,"maximum":8},"thorns":{"minimum":7,"maximum":8}},"itemIDs":{"dura":-62,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-115},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":327},{"name":"Resistant Strain","tier":1,"skills":["SCRIBING"],"lvl":60,"ids":{"fDefPct":{"minimum":6,"maximum":8},"tDefPct":{"minimum":3,"maximum":3},"eDefPct":{"minimum":4,"maximum":5},"poison":{"minimum":60,"maximum":70}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":681},{"name":"Rock-Hard Beak","tier":1,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":83,"ids":{"agi":{"minimum":2,"maximum":6},"def":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":329},{"name":"Rotten Log","tier":1,"skills":["SCRIBING"],"lvl":41,"ids":{"eDamPct":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-84},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":331},{"name":"Rotten Teeth","tier":1,"skills":["ALCHEMISM"],"lvl":90,"ids":{"mdPct":{"minimum":10,"maximum":15},"ls":{"minimum":-50,"maximum":-45}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":330},{"name":"Rusty Axe Head","tier":1,"skills":["WEAPONSMITHING"],"lvl":60,"ids":{"mdPct":{"minimum":-8,"maximum":-5}},"itemIDs":{"dura":21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":332},{"name":"Scalding Sand","tier":1,"skills":["WEAPONSMITHING"],"lvl":34,"ids":{"def":{"minimum":1,"maximum":3},"fDamPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":334},{"name":"Runner's Bandages","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":43,"ids":{"sprintReg":{"minimum":8,"maximum":11}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":727},{"name":"Sea Salt","tier":1,"skills":["COOKING","ALCHEMISM"],"lvl":32,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":335},{"name":"Salt","tier":1,"skills":["COOKING"],"lvl":34,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":333},{"name":"Sentient Shadow","tier":1,"skills":["TAILORING"],"lvl":92,"ids":{"aDefPct":{"minimum":6,"maximum":8},"spd":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":336},{"name":"Sharp Edge","tier":1,"skills":["WEAPONSMITHING"],"lvl":35,"ids":{"sdPct":{"minimum":-9,"maximum":-8},"mdPct":{"minimum":8,"maximum":9}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":337},{"name":"Shiny Pebble","tier":1,"skills":["JEWELING"],"lvl":83,"ids":{"xpb":{"minimum":3,"maximum":4},"eDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-65,"strReq":20,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":338},{"name":"Shiny Mineral Deposit","tier":1,"skills":["JEWELING"],"lvl":95,"ids":{"str":{"minimum":0,"maximum":1},"dex":{"minimum":0,"maximum":1},"int":{"minimum":0,"maximum":1},"agi":{"minimum":0,"maximum":1},"def":{"minimum":0,"maximum":1}},"itemIDs":{"dura":-87,"strReq":8,"dexReq":8,"intReq":8,"defReq":8,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":339},{"name":"Sky Snail Shell","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":95,"ids":{"hprPct":{"minimum":6,"maximum":14},"ref":{"minimum":13,"maximum":20},"thorns":{"minimum":8,"maximum":15}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":340},{"name":"Smooth Silt","tier":1,"skills":["ARMOURING","ALCHEMISM"],"lvl":18,"ids":{"wDefPct":{"minimum":3,"maximum":5},"hpBonus":{"minimum":15,"maximum":25}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":3,"agiReq":0},"consumableIDs":{"charges":0,"dura":-66},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":341},{"name":"Snake Tooth","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":25,"ids":{"spd":{"minimum":3,"maximum":4},"poison":{"minimum":28,"maximum":33}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":343},{"name":"Snake Skin","tier":1,"skills":["ALCHEMISM"],"lvl":66,"ids":{"spd":{"minimum":8,"maximum":12},"hpBonus":{"minimum":-300,"maximum":-250},"aDamPct":{"minimum":8,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":342},{"name":"Snake Scale","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":32,"ids":{"ref":{"minimum":3,"maximum":7},"thorns":{"minimum":3,"maximum":7}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":-5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":344},{"name":"Soapstone","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":59,"ids":{"hpBonus":{"minimum":-150,"maximum":-120},"mdRaw":{"minimum":20,"maximum":25}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":345},{"name":"Spike Residue","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":27,"ids":{"thorns":{"minimum":6,"maximum":11},"hpBonus":{"minimum":36,"maximum":48}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":346},{"name":"Spiked Capsule","tier":1,"skills":["ALCHEMISM","COOKING"],"lvl":60,"ids":{"hprPct":{"minimum":6,"maximum":10},"mdPct":{"minimum":-7,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":347},{"name":"Squid Beak","tier":1,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":38,"ids":{"sdPct":{"minimum":1,"maximum":7},"mdPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":348},{"name":"Stolen Goods","tier":1,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING","ALCHEMISM","SCRIBING"],"lvl":83,"ids":{"xpb":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":349},{"name":"Sticky Fern","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":25,"ids":{"ls":{"minimum":5,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":350},{"name":"Stone Plating","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":82,"ids":{"spd":{"minimum":-10,"maximum":-6},"hpBonus":{"minimum":480,"maximum":550}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":354},{"name":"Strange Geode","tier":1,"skills":["JEWELING"],"lvl":28,"ids":{"eDefPct":{"minimum":5,"maximum":6},"spd":{"minimum":-4,"maximum":-3}},"itemIDs":{"dura":-38,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":351},{"name":"Stretched Rawhide","tier":1,"skills":["TAILORING"],"lvl":40,"ids":{"str":{"minimum":-4,"maximum":-2},"def":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":352},{"name":"Strong Flesh","tier":1,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":3,"ids":{"mdPct":{"minimum":2,"maximum":4},"mdRaw":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":353},{"name":"Sylphid Tears","tier":1,"skills":["ALCHEMISM"],"lvl":98,"ids":{"aDefPct":{"minimum":10,"maximum":18},"aDamPct":{"minimum":8,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":15},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":355},{"name":"Tender Pork Fillet","tier":1,"skills":["COOKING"],"lvl":85,"ids":{"eDamPct":{"minimum":3,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":356},{"name":"Terra Steel","tier":1,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":88,"ids":{"fDamPct":{"minimum":5,"maximum":8},"eDamPct":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-66,"strReq":12,"dexReq":0,"intReq":0,"defReq":12,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":357},{"name":"Terramarine Dust","tier":1,"skills":["WOODWORKING","SCRIBING"],"lvl":62,"ids":{"wDamPct":{"minimum":5,"maximum":7},"eDamPct":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-55,"strReq":6,"dexReq":0,"intReq":6,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":704},{"name":"Titanium Chunk","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":70,"ids":{"thorns":{"minimum":10,"maximum":12},"hpBonus":{"minimum":350,"maximum":400}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":18,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":360},{"name":"Throbbing Avos Heart","tier":1,"skills":["COOKING"],"lvl":90,"ids":{"sdPct":{"minimum":6,"maximum":8},"hprRaw":{"minimum":15,"maximum":25}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-380},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":361},{"name":"Tough Bone","tier":1,"skills":["JEWELING","ARMOURING"],"lvl":22,"ids":{"def":{"minimum":0,"maximum":2}},"itemIDs":{"dura":18,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":359},{"name":"Toxic Spores","tier":1,"skills":["ALCHEMISM"],"lvl":16,"ids":{"mdPct":{"minimum":4,"maximum":7},"poison":{"minimum":4,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-63},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":364},{"name":"Truffle","tier":1,"skills":["COOKING"],"lvl":20,"ids":{"hprPct":{"minimum":4,"maximum":6},"hpBonus":{"minimum":30,"maximum":40}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":363},{"name":"Tentacle","tier":1,"skills":["COOKING"],"lvl":85,"ids":{"wDefPct":{"minimum":7,"maximum":10},"int":{"minimum":4,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":358},{"name":"Undead Heart","tier":1,"skills":["ARMOURING","WOODWORKING"],"lvl":15,"ids":{"def":{"minimum":1,"maximum":3},"hpBonus":{"minimum":10,"maximum":30}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":365},{"name":"Viking Stone","tier":1,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":47,"ids":{"int":{"minimum":2,"maximum":4},"wDamPct":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":7,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":367},{"name":"Viral Tentacle","tier":1,"skills":["COOKING"],"lvl":102,"ids":{"str":{"minimum":2,"maximum":4},"eDamPct":{"minimum":6,"maximum":11}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":366},{"name":"Voidstone Sample","tier":1,"skills":["ALCHEMISM","JEWELING"],"lvl":96,"ids":{"ls":{"minimum":30,"maximum":35},"spd":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-72,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":368},{"name":"Watery Aura","tier":1,"skills":["SCRIBING"],"lvl":86,"ids":{"sdPct":{"minimum":6,"maximum":8},"int":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":369},{"name":"Windy Aura","tier":1,"skills":["SCRIBING"],"lvl":82,"ids":{"agi":{"minimum":3,"maximum":7},"spd":{"minimum":7,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":370},{"name":"Wooly Armour","tier":1,"skills":["TAILORING"],"lvl":10,"ids":{"wDefPct":{"minimum":2,"maximum":5},"aDefPct":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":371},{"name":"Worn Coin","tier":1,"skills":["ARMOURING","TAILORING","WOODWORKING","WEAPONSMITHING"],"lvl":26,"ids":{"lb":{"minimum":2,"maximum":4},"spd":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":372},{"name":"Wriggling Darkness","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"ls":{"minimum":30,"maximum":40},"tDamPct":{"minimum":4,"maximum":8}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":20,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":373},{"name":"Torn Rawhide","tier":1,"skills":["TAILORING"],"lvl":43,"ids":{"str":{"minimum":2,"maximum":4},"def":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-45,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":362},{"name":"Zhight Coral Piece","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":57,"ids":{"fDefPct":{"minimum":1,"maximum":4},"wDefPct":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":374},{"name":"Zhight Shiny Stone","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":57,"ids":{"xpb":{"minimum":2,"maximum":4},"lb":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":375},{"name":"Accursed Effigy","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":76,"ids":{"ms":{"minimum":4,"maximum":4},"spd":{"minimum":-12,"maximum":-10},"fDamPct":{"minimum":8,"maximum":14}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":377},{"name":"Acidic Blood","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":43,"ids":{"poison":{"minimum":140,"maximum":150}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":378},{"name":"7-Yottabyte Storage Component","tier":2,"skills":["ARMOURING","WEAPONSMITHING","WOODWORKING"],"lvl":90,"ids":{},"itemIDs":{"dura":-98,"strReq":0,"dexReq":-12,"intReq":0,"defReq":-12,"agiReq":-12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":376},{"name":"Acidic Solution","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":60,"ids":{"poison":{"minimum":260,"maximum":290}},"itemIDs":{"dura":-77,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":379},{"name":"Adaptive Tissue","tier":2,"skills":["WEAPONSMITHING"],"lvl":78,"ids":{"hprPct":{"minimum":8,"maximum":12},"str":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-89,"strReq":11,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":380},{"name":"Aged Tome","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":82,"ids":{"sdPct":{"minimum":10,"maximum":14},"mdPct":{"minimum":-12,"maximum":-9}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":381},{"name":"Ancient Currency","tier":2,"skills":["TAILORING"],"lvl":102,"ids":{"lb":{"minimum":5,"maximum":7},"lq":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-150,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":382},{"name":"Ancient Moss","tier":2,"skills":["WOODWORKING","TAILORING","COOKING"],"lvl":78,"ids":{"mdRaw":{"minimum":25,"maximum":25},"eDamPct":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-89,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-490},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":383},{"name":"Ancient Panel","tier":2,"skills":["WOODWORKING"],"lvl":37,"ids":{"hprPct":{"minimum":7,"maximum":10},"fDamPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-60,"strReq":0,"dexReq":0,"intReq":0,"defReq":12,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":384},{"name":"Angelic Gem","tier":2,"skills":["JEWELING"],"lvl":98,"ids":{"fDefPct":{"minimum":4,"maximum":5},"wDefPct":{"minimum":4,"maximum":5},"aDefPct":{"minimum":4,"maximum":5},"tDefPct":{"minimum":4,"maximum":5},"eDefPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-103,"strReq":12,"dexReq":12,"intReq":12,"defReq":12,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":385},{"name":"Antique Metal","tier":2,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":78,"ids":{"def":{"minimum":2,"maximum":3},"spd":{"minimum":-4,"maximum":-3}},"itemIDs":{"dura":63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":386},{"name":"Atmospheric Aspect","tier":2,"skills":["TAILORING"],"lvl":75,"ids":{"mdPct":{"minimum":-12,"maximum":-12},"sdRaw":{"minimum":65,"maximum":65},"aDamPct":{"minimum":10,"maximum":10},"tDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-86,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":682},{"name":"Beastial Viscera","tier":2,"skills":["SCRIBING"],"lvl":72,"ids":{"mdPct":{"minimum":6,"maximum":8},"hpBonus":{"minimum":400,"maximum":550}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":387},{"name":"Blazing Fireball","tier":2,"skills":["SCRIBING","ALCHEMISM"],"lvl":6,"ids":{"fDamPct":{"minimum":8,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":389},{"name":"Blazing Stimulants","tier":2,"skills":["ALCHEMISM"],"lvl":58,"ids":{"spd":{"minimum":8,"maximum":9},"hprRaw":{"minimum":-24,"maximum":-32},"sprintReg":{"minimum":16,"maximum":19}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":728},{"name":"Black Sulphur","tier":2,"skills":["COOKING","ALCHEMISM"],"lvl":45,"ids":{"expd":{"minimum":12,"maximum":24},"fDamPct":{"minimum":6,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-370},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":388},{"name":"Bloated Artery","tier":2,"skills":["TAILORING","WOODWORKING"],"lvl":55,"ids":{"hprPct":{"minimum":12,"maximum":15},"ls":{"minimum":-35,"maximum":-30}},"itemIDs":{"dura":-73,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":390},{"name":"Bob's Tear","tier":2,"skills":["JEWELING","TAILORING","ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":4,"ids":{},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":25,"touching":0,"notTouching":0},"id":391},{"name":"Bottled Decay","tier":2,"skills":["ALCHEMISM"],"lvl":57,"ids":{"hprRaw":{"minimum":-40,"maximum":-30},"tDamPct":{"minimum":12,"maximum":18},"eDamPct":{"minimum":12,"maximum":18}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":392},{"name":"Burial Talisman","tier":2,"skills":["JEWELING"],"lvl":36,"ids":{"wDefPct":{"minimum":-5,"maximum":-4},"aDefPct":{"minimum":-5,"maximum":-4},"tDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-60,"strReq":0,"dexReq":9,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":393},{"name":"Burnt Skull","tier":2,"skills":["ARMOURING"],"lvl":9,"ids":{"wDefPct":{"minimum":-6,"maximum":-4},"fDamPct":{"minimum":7,"maximum":10}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":394},{"name":"Calmed Thunder","tier":2,"skills":["TAILORING","SCRIBING"],"lvl":96,"ids":{"tDefPct":{"minimum":12,"maximum":18},"eDefPct":{"minimum":10,"maximum":16}},"itemIDs":{"dura":-101,"strReq":0,"dexReq":20,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":395},{"name":"Cat Food","tier":2,"skills":["COOKING","ALCHEMISM"],"lvl":28,"ids":{"mr":{"minimum":6,"maximum":6},"xpb":{"minimum":-10,"maximum":-8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-310},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":396},{"name":"Chaotic Embers","tier":2,"skills":["TAILORING"],"lvl":30,"ids":{"fDefPct":{"minimum":-10,"maximum":-9},"fDamPct":{"minimum":9,"maximum":10}},"itemIDs":{"dura":-55,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":397},{"name":"Cherry Sapling","tier":2,"skills":["COOKING"],"lvl":78,"ids":{"str":{"minimum":4,"maximum":5},"int":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-490},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":398},{"name":"Compressed Aspect","tier":2,"skills":["WEAPONSMITHING"],"lvl":75,"ids":{"hprRaw":{"minimum":55,"maximum":55},"mdRaw":{"minimum":-80,"maximum":-80},"fDamPct":{"minimum":10,"maximum":10},"aDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-88,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":683},{"name":"Condensed Darkness","tier":2,"skills":["JEWELING","ALCHEMISM"],"lvl":102,"ids":{"ms":{"minimum":4,"maximum":4},"hpBonus":{"minimum":-260,"maximum":-240},"sdRaw":{"minimum":-40,"maximum":-35}},"itemIDs":{"dura":-106,"strReq":0,"dexReq":0,"intReq":-20,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":399},{"name":"Contraband Absinthe","tier":2,"skills":["ALCHEMISM"],"lvl":36,"ids":{"str":{"minimum":2,"maximum":4},"dex":{"minimum":2,"maximum":4},"int":{"minimum":2,"maximum":4},"agi":{"minimum":2,"maximum":4},"def":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":707},{"name":"Contraband Hibiscus","tier":2,"skills":["SCRIBING"],"lvl":36,"ids":{"fDamPct":{"minimum":5,"maximum":7},"wDamPct":{"minimum":5,"maximum":7},"aDamPct":{"minimum":5,"maximum":7},"tDamPct":{"minimum":5,"maximum":7},"eDamPct":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":717},{"name":"Contraband Miracle Berry","tier":2,"skills":["COOKING"],"lvl":36,"ids":{"sdPct":{"minimum":-6,"maximum":-4},"mdPct":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":709},{"name":"Corrupted Ichor","tier":2,"skills":["SCRIBING"],"lvl":10,"ids":{"ls":{"minimum":6,"maximum":10},"spd":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-84},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":400},{"name":"Crumbling Skull","tier":2,"skills":["ARMOURING"],"lvl":10,"ids":{},"itemIDs":{"dura":-52,"strReq":-5,"dexReq":0,"intReq":0,"defReq":-5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":401},{"name":"Crystalline Growth","tier":2,"skills":["TAILORING","WEAPONSMITHING"],"lvl":87,"ids":{"mr":{"minimum":6,"maximum":6},"sdRaw":{"minimum":65,"maximum":70}},"itemIDs":{"dura":-94,"strReq":0,"dexReq":0,"intReq":30,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":402},{"name":"Curse Gland","tier":2,"skills":["WOODWORKING"],"lvl":66,"ids":{"wDefPct":{"minimum":-9,"maximum":-6},"eDamPct":{"minimum":10,"maximum":13}},"itemIDs":{"dura":-78,"strReq":12,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":403},{"name":"Cursed Ashes","tier":2,"skills":["SCRIBING"],"lvl":65,"ids":{"ms":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":404},{"name":"Cyclone Blue Leaves","tier":2,"skills":["COOKING"],"lvl":53,"ids":{"spd":{"minimum":-6,"maximum":-5},"jh":{"minimum":1,"maximum":1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":405},{"name":"Dark Iris","tier":2,"skills":["ALCHEMISM"],"lvl":100,"ids":{"spRegen":{"minimum":-50,"maximum":-50},"hprRaw":{"minimum":100,"maximum":130}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-180},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":407},{"name":"Dark Matter","displayName":"Dark Energy","tier":2,"skills":["WOODWORKING"],"lvl":100,"ids":{"spRegen":{"minimum":-14,"maximum":-13},"mdRaw":{"minimum":90,"maximum":100}},"itemIDs":{"dura":-110,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":406},{"name":"Defiled Luxroot","tier":2,"skills":["WOODWORKING","TAILORING"],"lvl":64,"ids":{"aDefPct":{"minimum":-8,"maximum":-6},"tDefPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":56,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":408},{"name":"Desert Fossil","tier":2,"skills":["JEWELING"],"lvl":30,"ids":{"agi":{"minimum":2,"maximum":2},"def":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":410},{"name":"Diseased Fluids","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":80,"ids":{"poison":{"minimum":147,"maximum":173},"hpBonus":{"minimum":-357,"maximum":-314}},"itemIDs":{"dura":-90,"strReq":-13,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":409},{"name":"Disturbed Aspect","tier":2,"skills":["ARMOURING","WOODWORKING"],"lvl":77,"ids":{"mr":{"minimum":6,"maximum":6},"hpBonus":{"minimum":-775,"maximum":-775},"wDamPct":{"minimum":10,"maximum":10},"eDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-88,"strReq":10,"dexReq":0,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":684},{"name":"Dragon Aura","tier":2,"skills":["SCRIBING"],"lvl":98,"ids":{"sdRaw":{"minimum":55,"maximum":60},"mdRaw":{"minimum":55,"maximum":60}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":411},{"name":"Dried Gill","tier":2,"skills":["COOKING"],"lvl":15,"ids":{"xpb":{"minimum":8,"maximum":10},"lb":{"minimum":5,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-270},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":413},{"name":"Dried Kelp","tier":2,"skills":["SCRIBING","COOKING","ALCHEMISM"],"lvl":33,"ids":{"hprPct":{"minimum":6,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":412},{"name":"Earthly Pebble","tier":2,"skills":["ALCHEMISM"],"lvl":6,"ids":{"eDamPct":{"minimum":6,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-80},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":414},{"name":"Elephant Toenail","tier":2,"skills":["ALCHEMISM"],"lvl":85,"ids":{"hpBonus":{"minimum":1000,"maximum":1200}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":415},{"name":"Enchanted Chain Link","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":50,"ids":{"mr":{"minimum":-6,"maximum":-6},"sdPct":{"minimum":8,"maximum":12},"mdPct":{"minimum":6,"maximum":14}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":416},{"name":"Engraved Tablet","tier":2,"skills":["WOODWORKING","TAILORING"],"lvl":83,"ids":{"int":{"minimum":5,"maximum":10},"spd":{"minimum":-10,"maximum":-5}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":417},{"name":"Enhanced Behaviour Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":6,"maximum":12}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":0,"intReq":35,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":418},{"name":"Enhanced Pathfinding Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"mdPct":{"minimum":12,"maximum":16},"poison":{"minimum":160,"maximum":200}},"itemIDs":{"dura":-98,"strReq":35,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":421},{"name":"Enhanced Dynamics Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"ms":{"minimum":4,"maximum":4},"mdRaw":{"minimum":50,"maximum":55}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":35,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":419},{"name":"Enhanced Physics Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"ref":{"minimum":20,"maximum":30},"aDamPct":{"minimum":9,"maximum":16}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":35},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":420},{"name":"Enhanced Post-Processing Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"hprPct":{"minimum":9,"maximum":16},"ls":{"minimum":80,"maximum":90}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":0,"intReq":0,"defReq":35,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":423},{"name":"Enhanced Potential Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"sdPct":{"minimum":4,"maximum":16},"mdPct":{"minimum":4,"maximum":16}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":422},{"name":"Erratic Aspect","tier":2,"skills":["ARMOURING"],"lvl":76,"ids":{"hprPct":{"minimum":-15,"maximum":-15},"ls":{"minimum":70,"maximum":70},"fDamPct":{"minimum":10,"maximum":10},"tDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":10,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":685},{"name":"Enraged Soul","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":27,"ids":{"fDamPct":{"minimum":7,"maximum":9}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":424},{"name":"Evaporated Aspect","tier":2,"skills":["TAILORING","WEAPONSMITHING"],"lvl":77,"ids":{"hprPct":{"minimum":20,"maximum":20},"ms":{"minimum":-4,"maximum":-4},"fDamPct":{"minimum":10,"maximum":10},"wDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-90,"strReq":0,"dexReq":0,"intReq":10,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":693},{"name":"Eternal Flame","tier":2,"skills":["ALCHEMISM"],"lvl":37,"ids":{"sdPct":{"minimum":-10,"maximum":-8},"mdPct":{"minimum":-10,"maximum":-8},"def":{"minimum":5,"maximum":6},"hprRaw":{"minimum":16,"maximum":20}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":425},{"name":"Fairy Powder","tier":2,"skills":["ALCHEMISM"],"lvl":99,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":10,"maximum":13},"sdRaw":{"minimum":70,"maximum":80}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":426},{"name":"Feather of Grace","tier":2,"skills":["TAILORING","JEWELING"],"lvl":8,"ids":{"spd":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":427},{"name":"Fiberglass Frame","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":90,"ids":{"fDefPct":{"minimum":10,"maximum":12},"def":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-97,"strReq":0,"dexReq":0,"intReq":0,"defReq":16,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":428},{"name":"Fighting Stick","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":89,"ids":{"spd":{"minimum":5,"maximum":5},"atkTier":{"minimum":1,"maximum":1},"mdRaw":{"minimum":-100,"maximum":-100}},"itemIDs":{"dura":-96,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":429},{"name":"Fish Tail","tier":2,"skills":["ALCHEMISM"],"lvl":42,"ids":{"wDefPct":{"minimum":8,"maximum":10},"mr":{"minimum":6,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":432},{"name":"Flesh-forged Circuit","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":50,"ids":{"dex":{"minimum":3,"maximum":5},"tDamPct":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":430},{"name":"Flameheart","tier":2,"skills":["ARMOURING","SCRIBING"],"lvl":84,"ids":{"hpBonus":{"minimum":600,"maximum":800},"hprRaw":{"minimum":54,"maximum":72}},"itemIDs":{"dura":-93,"strReq":0,"dexReq":0,"intReq":0,"defReq":35,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":431},{"name":"Flow of Fate","tier":2,"skills":["ALCHEMISM"],"lvl":100,"ids":{"ls":{"minimum":-100,"maximum":-90},"wDamPct":{"minimum":20,"maximum":24}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":433},{"name":"Fresh Game","tier":2,"skills":["COOKING"],"lvl":70,"ids":{"hpBonus":{"minimum":250,"maximum":300}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-460},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":434},{"name":"Frozen Ghostly Essence","tier":2,"skills":["JEWELING"],"lvl":46,"ids":{"int":{"minimum":1,"maximum":3},"spd":{"minimum":-7,"maximum":-6},"sdRaw":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-66,"strReq":0,"dexReq":0,"intReq":25,"defReq":0,"agiReq":-15},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":435},{"name":"Gelatinous Slime Chunk","tier":2,"skills":["SCRIBING","ALCHEMISM","COOKING"],"lvl":52,"ids":{"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":96},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":436},{"name":"Generator Chip","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":72,"ids":{"tDefPct":{"minimum":7,"maximum":8},"dex":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-85,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":437},{"name":"Glimmering Beak","tier":2,"skills":["WEAPONSMITHING"],"lvl":97,"ids":{"lb":{"minimum":3,"maximum":8},"aDamPct":{"minimum":10,"maximum":16}},"itemIDs":{"dura":-101,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":20},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":438},{"name":"Glittering Silt","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":31,"ids":{"lb":{"minimum":3,"maximum":5},"eSteal":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":439},{"name":"Golden Avia Feather","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":86,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":-170},"posMods":{"left":0,"right":0,"above":25,"under":0,"touching":0,"notTouching":0},"id":440},{"name":"Gravitation Crystal","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":95,"ids":{"sdPct":{"minimum":15,"maximum":17},"atkTier":{"minimum":-1,"maximum":-1}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":441},{"name":"Green Opal","tier":2,"skills":["JEWELING"],"lvl":100,"ids":{"eDefPct":{"minimum":4,"maximum":6},"hprRaw":{"minimum":50,"maximum":55}},"itemIDs":{"dura":-105,"strReq":12,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":442},{"name":"Gylia Essence","tier":2,"skills":["SCRIBING"],"lvl":77,"ids":{"wDefPct":{"minimum":4,"maximum":8},"int":{"minimum":3,"maximum":5},"wDamPct":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":5,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":443},{"name":"Haleva Plant","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":23,"ids":{"mr":{"minimum":6,"maximum":6},"ms":{"minimum":0,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-98},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":444},{"name":"Harpy Wing","tier":2,"skills":["JEWELING","WOODWORKING"],"lvl":84,"ids":{"agi":{"minimum":1,"maximum":2},"spd":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-119,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":20},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":445},{"name":"Hellish Cinders","tier":2,"skills":["TAILORING","ARMOURING"],"lvl":63,"ids":{"wDefPct":{"minimum":-35,"maximum":-20},"sdPct":{"minimum":8,"maximum":14},"def":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-78,"strReq":0,"dexReq":0,"intReq":0,"defReq":25,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":446},{"name":"Herbstzeitlose","tier":2,"skills":["ALCHEMISM"],"lvl":56,"ids":{"poison":{"minimum":100,"maximum":130},"wDamPct":{"minimum":12,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":447},{"name":"Hydrofluoric Acid","tier":2,"skills":["WOODWORKING","SCRIBING"],"lvl":97,"ids":{"poison":{"minimum":200,"maximum":230},"wDamPct":{"minimum":10,"maximum":12}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":448},{"name":"Igneous Aspect","tier":2,"skills":["TAILORING","WOODWORKING"],"lvl":75,"ids":{"sdPct":{"minimum":-10,"maximum":-10},"hpBonus":{"minimum":600,"maximum":600},"fDamPct":{"minimum":10,"maximum":10},"eDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-88,"strReq":10,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":692},{"name":"Infected Mass","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":104,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":200},"posMods":{"left":0,"right":0,"above":-45,"under":-45,"touching":0,"notTouching":0},"id":449},{"name":"Infernal Flesh","tier":2,"skills":["COOKING"],"lvl":94,"ids":{"fDefPct":{"minimum":8,"maximum":10},"hpBonus":{"minimum":400,"maximum":500},"fDamPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-550},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":450},{"name":"Ironwood Chips","tier":2,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"mdPct":{"minimum":32,"maximum":36},"atkTier":{"minimum":-1,"maximum":-1},"hprRaw":{"minimum":65,"maximum":75}},"itemIDs":{"dura":-87,"strReq":24,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":451},{"name":"Larvae Cluster","tier":2,"skills":["ALCHEMISM"],"lvl":77,"ids":{"dex":{"minimum":4,"maximum":6},"mdRaw":{"minimum":90,"maximum":120}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-165},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":452},{"name":"Leopard Blood","tier":2,"skills":["ALCHEMISM"],"lvl":66,"ids":{"sdRaw":{"minimum":-110,"maximum":-85},"mdRaw":{"minimum":85,"maximum":110}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":453},{"name":"Lithoflesh","tier":2,"skills":["COOKING"],"lvl":63,"ids":{"hpBonus":{"minimum":-300,"maximum":-250}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":454},{"name":"Lost Spirit","tier":2,"skills":["SCRIBING","WOODWORKING"],"lvl":87,"ids":{"sdPct":{"minimum":0,"maximum":15},"sdRaw":{"minimum":0,"maximum":100}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":456},{"name":"Lucky Rabbit's Foot","tier":2,"skills":["ARMOURING","TAILORING","WOODWORKING","WEAPONSMITHING"],"lvl":37,"ids":{"xpb":{"minimum":3,"maximum":8},"lb":{"minimum":2,"maximum":8}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":455},{"name":"Lunar Chunk","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":36,"ids":{"sdPct":{"minimum":5,"maximum":10}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":458},{"name":"Lucky Spider Egg","tier":2,"skills":["ALCHEMISM"],"lvl":8,"ids":{"xpb":{"minimum":10,"maximum":12},"lb":{"minimum":10,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-80},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":457},{"name":"Luxroot Cuttings","tier":2,"skills":["WOODWORKING","TAILORING"],"lvl":64,"ids":{"fDefPct":{"minimum":-8,"maximum":-6},"eDefPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":56,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":459},{"name":"Mangled Soul","tier":2,"skills":["SCRIBING","ARMOURING","TAILORING"],"lvl":26,"ids":{"tDamPct":{"minimum":6,"maximum":10}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":460},{"name":"Maroferrous","tier":2,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":63,"ids":{"str":{"minimum":2,"maximum":5},"eDamPct":{"minimum":6,"maximum":9}},"itemIDs":{"dura":-70,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":461},{"name":"Maromagnetite","tier":2,"skills":["TAILORING","WOODWORKING"],"lvl":63,"ids":{"fDefPct":{"minimum":7,"maximum":10},"def":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":462},{"name":"Aged Medallion","tier":2,"skills":["JEWELING","WEAPONSMITHING"],"lvl":25,"ids":{"sdPct":{"minimum":3,"maximum":4},"xpb":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":8,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":463},{"name":"Mixed Mineral Deposit","tier":2,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":95,"ids":{"mdPct":{"minimum":7,"maximum":10},"hpBonus":{"minimum":850,"maximum":900},"sdRaw":{"minimum":-75,"maximum":-60}},"itemIDs":{"dura":-96,"strReq":18,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":464},{"name":"Myocardial Leg","tier":2,"skills":["COOKING"],"lvl":92,"ids":{"hprPct":{"minimum":-7,"maximum":-5},"mdPct":{"minimum":6,"maximum":8},"ms":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-540},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":718},{"name":"Mythical Hoof","tier":2,"skills":["TAILORING"],"lvl":92,"ids":{"str":{"minimum":3,"maximum":4},"dex":{"minimum":3,"maximum":4},"int":{"minimum":3,"maximum":4},"agi":{"minimum":3,"maximum":4},"def":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-99,"strReq":10,"dexReq":10,"intReq":10,"defReq":10,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":465},{"name":"Naval Shard","tier":2,"skills":["JEWELING"],"lvl":63,"ids":{"mdPct":{"minimum":-5,"maximum":-4},"wDamPct":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":466},{"name":"Nivlan Honeycomb","tier":2,"skills":["COOKING"],"lvl":5,"ids":{"hpBonus":{"minimum":10,"maximum":12},"hprRaw":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":468},{"name":"Nose Ring","tier":2,"skills":["JEWELING"],"lvl":83,"ids":{"mdPct":{"minimum":4,"maximum":5},"spd":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":467},{"name":"Old Explosives","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":85,"ids":{"expd":{"minimum":35,"maximum":40},"hpBonus":{"minimum":-500,"maximum":-400}},"itemIDs":{"dura":-44,"strReq":-10,"dexReq":0,"intReq":0,"defReq":-10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":470},{"name":"Organic Explosive","tier":2,"skills":["JEWELING","COOKING"],"lvl":77,"ids":{"expd":{"minimum":6,"maximum":8},"hpBonus":{"minimum":90,"maximum":115}},"itemIDs":{"dura":-88,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":-350},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":469},{"name":"Overload Aspect","tier":2,"skills":["WOODWORKING"],"lvl":76,"ids":{"ls":{"minimum":-100,"maximum":-100},"ms":{"minimum":4,"maximum":4},"wDamPct":{"minimum":10,"maximum":10},"tDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":10,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":686},{"name":"Paralyzing Spores","tier":2,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":7,"ids":{"sdPct":{"minimum":6,"maximum":8},"mdPct":{"minimum":6,"maximum":8},"spd":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":471},{"name":"Piercing Talons","tier":2,"skills":["JEWELING","TAILORING"],"lvl":85,"ids":{"dex":{"minimum":1,"maximum":1},"mdRaw":{"minimum":17,"maximum":20}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":16,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":472},{"name":"Pig's Blood","tier":2,"skills":["TAILORING"],"lvl":77,"ids":{"ls":{"minimum":60,"maximum":70}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":473},{"name":"Pink Pelulite","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":53,"ids":{"mdRaw":{"minimum":45,"maximum":50},"sprint":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":474},{"name":"Plutonium Waste","tier":2,"skills":["JEWELING"],"lvl":103,"ids":{"spd":{"minimum":-6,"maximum":-4},"poison":{"minimum":140,"maximum":155}},"itemIDs":{"dura":-106,"strReq":15,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":475},{"name":"Popped Pustule","tier":2,"skills":["SCRIBING"],"lvl":102,"ids":{"fDamPct":{"minimum":11,"maximum":13},"wDamPct":{"minimum":11,"maximum":13}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":476},{"name":"Portal Rift","tier":2,"skills":["TAILORING"],"lvl":105,"ids":{"ms":{"minimum":4,"maximum":4},"agi":{"minimum":8,"maximum":10}},"itemIDs":{"dura":-108,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":20},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":478},{"name":"Portal Emanation","tier":2,"skills":["WEAPONSMITHING","WOODWORKING","TAILORING","ARMOURING"],"lvl":29,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-54,"strReq":0,"dexReq":0,"intReq":15,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":477},{"name":"Primeval Skin","tier":2,"skills":["TAILORING"],"lvl":45,"ids":{"str":{"minimum":3,"maximum":4},"int":{"minimum":-5,"maximum":-5},"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-66,"strReq":8,"dexReq":0,"intReq":0,"defReq":6,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":479},{"name":"Prized Pelt","tier":2,"skills":["TAILORING"],"lvl":34,"ids":{"ref":{"minimum":4,"maximum":8},"thorns":{"minimum":4,"maximum":8}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":480},{"name":"Purest Tear","tier":2,"skills":["ALCHEMISM"],"lvl":73,"ids":{"hprPct":{"minimum":4,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":482},{"name":"Pure Quartz","tier":2,"skills":["WEAPONSMITHING","ARMOURING","WOODWORKING","TAILORING"],"lvl":45,"ids":{"sdPct":{"minimum":5,"maximum":7},"sdRaw":{"minimum":16,"maximum":24}},"itemIDs":{"dura":-75,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":481},{"name":"Pykrete","tier":2,"skills":["WOODWORKING","SCRIBING"],"lvl":47,"ids":{"wDefPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":483},{"name":"Cleaned Saccharum","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":3,"ids":{"hprPct":{"minimum":8,"maximum":10},"hpBonus":{"minimum":16,"maximum":20}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-75},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":484},{"name":"Shattered Memory Shard","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":25,"ids":{"aDefPct":{"minimum":3,"maximum":7},"aDamPct":{"minimum":5,"maximum":13}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":485},{"name":"Therck's Chain","displayName":"Corrupt Chain","tier":2,"skills":["WOODWORKING","WEAPONSMITHING","ARMOURING","TAILORING"],"lvl":1,"ids":{"hpBonus":{"minimum":3,"maximum":4},"mdRaw":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":486},{"name":"Weakening Catalyst","tier":2,"skills":["ALCHEMISM"],"lvl":11,"ids":{"sdPct":{"minimum":-12,"maximum":-12},"mdPct":{"minimum":-12,"maximum":-12},"xpb":{"minimum":12,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":487},{"name":"Ashstained Basalt","tier":2,"skills":["WOODWORKING"],"lvl":94,"ids":{"sdRaw":{"minimum":-55,"maximum":-55},"mdRaw":{"minimum":-70,"maximum":-70}},"itemIDs":{"dura":80,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":488},{"name":"Astral Alloy","tier":2,"skills":["TAILORING"],"lvl":76,"ids":{"fDamPct":{"minimum":9,"maximum":11},"wDamPct":{"minimum":9,"maximum":11},"aDamPct":{"minimum":9,"maximum":11},"tDamPct":{"minimum":9,"maximum":11},"eDamPct":{"minimum":9,"maximum":11},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-88,"strReq":8,"dexReq":8,"intReq":8,"defReq":8,"agiReq":8,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":489},{"name":"Creepvine Cluster","tier":2,"skills":["ALCHEMISM"],"lvl":55,"ids":{"str":{"minimum":5,"maximum":7},"spd":{"minimum":-5,"maximum":-3},"gXp":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":491},{"name":"Defective Circuits","tier":2,"skills":["TAILORING"],"lvl":85,"ids":{"dex":{"minimum":5,"maximum":6},"sdRaw":{"minimum":55,"maximum":65},"gXp":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-94,"strReq":0,"dexReq":14,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":493},{"name":"Digestible Fungi","tier":2,"skills":["COOKING"],"lvl":12,"ids":{"hprPct":{"minimum":-3,"maximum":-2},"poison":{"minimum":5,"maximum":6},"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-260},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":492},{"name":"Dernic Parasite","tier":2,"skills":["COOKING"],"lvl":104,"ids":{"ms":{"minimum":4,"maximum":4},"gXp":{"minimum":3,"maximum":4},"gSpd":{"minimum":-4,"maximum":-3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-590},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":490},{"name":"Flashfrost","tier":2,"skills":["WEAPONSMITHING"],"lvl":47,"ids":{"spd":{"minimum":-4,"maximum":-3},"wDamPct":{"minimum":7,"maximum":10}},"itemIDs":{"dura":-67,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":494},{"name":"Herbal Extract","tier":2,"skills":["ALCHEMISM"],"lvl":14,"ids":{"mdPct":{"minimum":-4,"maximum":-2},"hpBonus":{"minimum":35,"maximum":45},"gSpd":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":496},{"name":"Highland Basil","tier":2,"skills":["ALCHEMISM"],"lvl":17,"ids":{"agi":{"minimum":3,"maximum":4},"aDamPct":{"minimum":5,"maximum":7},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":495},{"name":"Illusory Idol","tier":2,"skills":["JEWELING"],"lvl":84,"ids":{"ref":{"minimum":4,"maximum":6},"aDamPct":{"minimum":5,"maximum":7},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-94,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":497},{"name":"Mellow Mango","tier":2,"skills":["COOKING"],"lvl":54,"ids":{"sdRaw":{"minimum":16,"maximum":20},"mdRaw":{"minimum":20,"maximum":25},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-410},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":498},{"name":"Mysterious Mist","tier":2,"skills":["SCRIBING"],"lvl":25,"ids":{"sdPct":{"minimum":4,"maximum":4},"agi":{"minimum":4,"maximum":4},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":499},{"name":"Pokey Cactus","tier":2,"skills":["TAILORING","SCRIBING"],"lvl":35,"ids":{"thorns":{"minimum":10,"maximum":15},"hpBonus":{"minimum":30,"maximum":40},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-115},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":501},{"name":"Premium Hay Bale","tier":2,"skills":["ARMOURING"],"lvl":26,"ids":{"fDefPct":{"minimum":-9,"maximum":-7},"spd":{"minimum":4,"maximum":6},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":5,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":500},{"name":"Quartz Cluster","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":45,"ids":{"xpb":{"minimum":6,"maximum":8},"sdRaw":{"minimum":25,"maximum":35}},"itemIDs":{"dura":-66,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":503},{"name":"Radiant Seeds","tier":2,"skills":["ARMOURING"],"lvl":74,"ids":{"tDefPct":{"minimum":6,"maximum":9},"tDamPct":{"minimum":6,"maximum":9},"gXp":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-86,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":502},{"name":"Ruins Shard","tier":2,"skills":["JEWELING"],"lvl":64,"ids":{"str":{"minimum":3,"maximum":3},"poison":{"minimum":70,"maximum":75},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-79,"strReq":9,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":504},{"name":"Shadow of Ruin","tier":2,"skills":["WOODWORKING"],"lvl":74,"ids":{"mdPct":{"minimum":12,"maximum":14},"hprRaw":{"minimum":-45,"maximum":-40}},"itemIDs":{"dura":-86,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":505},{"name":"Sharpening Stone","tier":2,"skills":["WEAPONSMITHING"],"lvl":6,"ids":{"str":{"minimum":2,"maximum":2},"dex":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":507},{"name":"Soul Amalgamate","tier":2,"skills":["SCRIBING"],"lvl":64,"ids":{"hprPct":{"minimum":4,"maximum":5},"sdPct":{"minimum":4,"maximum":5},"mdPct":{"minimum":4,"maximum":5},"gSpd":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":506},{"name":"Spreading Fireweed","tier":2,"skills":["ALCHEMISM"],"lvl":80,"ids":{"fDefPct":{"minimum":9,"maximum":12},"def":{"minimum":7,"maximum":10},"gXp":{"minimum":5,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-165},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":508},{"name":"Void Particulates","tier":2,"skills":["ARMOURING","ALCHEMISM"],"lvl":101,"ids":{"sdPct":{"minimum":11,"maximum":11},"str":{"minimum":-2,"maximum":-2},"dex":{"minimum":-2,"maximum":-2},"int":{"minimum":-2,"maximum":-2},"agi":{"minimum":-2,"maximum":-2},"def":{"minimum":-2,"maximum":-2},"gXp":{"minimum":4,"maximum":4}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":1,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":509},{"name":"Rabbit Carcass","tier":2,"skills":["COOKING"],"lvl":40,"ids":{"str":{"minimum":2,"maximum":2},"dex":{"minimum":2,"maximum":2},"int":{"minimum":2,"maximum":2},"agi":{"minimum":2,"maximum":2},"def":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":510},{"name":"Rare Potato","tier":2,"skills":["COOKING"],"lvl":1,"ids":{"lb":{"minimum":4,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":512},{"name":"Razor-Sharp Tooth","tier":2,"skills":["WEAPONSMITHING","TAILORING"],"lvl":86,"ids":{"dex":{"minimum":2,"maximum":3},"mdRaw":{"minimum":40,"maximum":60}},"itemIDs":{"dura":-94,"strReq":0,"dexReq":25,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":511},{"name":"Reinforced Leather","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":25,"ids":{"str":{"minimum":2,"maximum":3},"hpBonus":{"minimum":54,"maximum":65}},"itemIDs":{"dura":-52,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":514},{"name":"Relic of the Past","tier":2,"skills":["TAILORING"],"lvl":15,"ids":{"hprPct":{"minimum":6,"maximum":6},"def":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":513},{"name":"Repulsive Aspect","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":76,"ids":{"mdPct":{"minimum":15,"maximum":15},"hprRaw":{"minimum":-55,"maximum":-55},"tDamPct":{"minimum":10,"maximum":10},"eDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-87,"strReq":10,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":687},{"name":"Retinal Barbs","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":104,"ids":{"def":{"minimum":12,"maximum":15},"thorns":{"minimum":15,"maximum":20}},"itemIDs":{"dura":-107,"strReq":0,"dexReq":0,"intReq":0,"defReq":16,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":517},{"name":"Residual Spirit","tier":2,"skills":["ALCHEMISM"],"lvl":24,"ids":{"ls":{"minimum":8,"maximum":10},"tDamPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-99},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":515},{"name":"Rigid Fin","tier":2,"skills":["COOKING"],"lvl":105,"ids":{"wDamPct":{"minimum":4,"maximum":6},"sprintReg":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-600},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":516},{"name":"Router's Shield","tier":2,"skills":["WEAPONSMITHING"],"lvl":30,"ids":{"def":{"minimum":6,"maximum":8},"hpBonus":{"minimum":65,"maximum":80}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":7,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":519},{"name":"Rotting Bone","tier":2,"skills":["ARMOURING"],"lvl":20,"ids":{"poison":{"minimum":9,"maximum":10},"wDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-48,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":518},{"name":"Scarab Husk","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":32,"ids":{"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":21,"strReq":0,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":520},{"name":"Scarred Leather","tier":2,"skills":["TAILORING"],"lvl":15,"ids":{"ls":{"minimum":8,"maximum":12},"hpBonus":{"minimum":-10,"maximum":-7}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":521},{"name":"Scuttling Syenite","tier":2,"skills":["JEWELING"],"lvl":62,"ids":{"ls":{"minimum":16,"maximum":20},"hprRaw":{"minimum":12,"maximum":15}},"itemIDs":{"dura":-78,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":688},{"name":"Sealed Blaze","tier":2,"skills":["ALCHEMISM"],"lvl":59,"ids":{"fDefPct":{"minimum":12,"maximum":15},"wDefPct":{"minimum":-10,"maximum":-8},"aDefPct":{"minimum":8,"maximum":10},"tDefPct":{"minimum":4,"maximum":5},"eDefPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":525},{"name":"Scopaesthesia","tier":2,"skills":["SCRIBING"],"lvl":103,"ids":{"fDefPct":{"minimum":11,"maximum":15},"wDefPct":{"minimum":11,"maximum":15},"aDefPct":{"minimum":11,"maximum":15},"tDefPct":{"minimum":11,"maximum":15},"eDefPct":{"minimum":11,"maximum":15},"hprPct":{"minimum":11,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-195},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":522},{"name":"Serpent Tongue","tier":2,"skills":["ALCHEMISM"],"lvl":89,"ids":{"sdPct":{"minimum":14,"maximum":21},"mdPct":{"minimum":14,"maximum":21}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-180},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":524},{"name":"Sentient Water","tier":2,"skills":["WOODWORKING"],"lvl":75,"ids":{"ms":{"minimum":4,"maximum":4},"int":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":18,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":526},{"name":"Seabird Egg","tier":2,"skills":["COOKING"],"lvl":27,"ids":{"aDefPct":{"minimum":6,"maximum":10},"agi":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-310},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":523},{"name":"Shattered Aspect","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":76,"ids":{"sdRaw":{"minimum":-65,"maximum":-65},"mdRaw":{"minimum":80,"maximum":80},"aDamPct":{"minimum":10,"maximum":10},"eDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-87,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":689},{"name":"Shinesting Scorpion Tail","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":37,"ids":{"mdRaw":{"minimum":15,"maximum":25},"tDamPct":{"minimum":5,"maximum":10}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":15,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":530},{"name":"Shimmering Jewel","tier":2,"skills":["WOODWORKING","ALCHEMISM"],"lvl":40,"ids":{"sdPct":{"minimum":6,"maximum":12},"ref":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":527},{"name":"Shrieker's Head","tier":2,"skills":["ARMOURING"],"lvl":105,"ids":{"int":{"minimum":-7,"maximum":-5},"spd":{"minimum":-7,"maximum":-5},"hpBonus":{"minimum":1150,"maximum":1200}},"itemIDs":{"dura":-108,"strReq":0,"dexReq":0,"intReq":-12,"defReq":16,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":528},{"name":"Silver Bullet","tier":2,"skills":["JEWELING"],"lvl":95,"ids":{"mdRaw":{"minimum":25,"maximum":30},"tDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":18,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":529},{"name":"Sky Flux","tier":2,"skills":["SCRIBING"],"lvl":99,"ids":{"aDefPct":{"minimum":14,"maximum":18},"aDamPct":{"minimum":6,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":531},{"name":"Smokebomb","tier":2,"skills":["ALCHEMISM"],"lvl":73,"ids":{"agi":{"minimum":6,"maximum":8},"spd":{"minimum":12,"maximum":14},"hpBonus":{"minimum":-450,"maximum":-400}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":534},{"name":"Slimy Skin","tier":2,"skills":["ALCHEMISM"],"lvl":78,"ids":{"mr":{"minimum":6,"maximum":6},"ms":{"minimum":-4,"maximum":-4},"wDamPct":{"minimum":5,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":532},{"name":"Sought-After Ore","tier":2,"skills":["JEWELING"],"lvl":96,"ids":{"lq":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":536},{"name":"Soft Silk","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":62,"ids":{"agi":{"minimum":3,"maximum":4},"def":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-78,"strReq":0,"dexReq":0,"intReq":0,"defReq":11,"agiReq":11},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":533},{"name":"Soulbound Cinders","tier":2,"skills":["SCRIBING"],"lvl":93,"ids":{"ms":{"minimum":4,"maximum":4},"sdRaw":{"minimum":45,"maximum":55},"fDamPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-180},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":535},{"name":"Split Essence","tier":2,"skills":["ALCHEMISM","WOODWORKING","SCRIBING"],"lvl":20,"ids":{"ms":{"minimum":4,"maximum":4},"sdRaw":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-96},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":537},{"name":"Squid Brain","tier":2,"skills":["SCRIBING","ALCHEMISM"],"lvl":58,"ids":{"sdPct":{"minimum":8,"maximum":10},"mdRaw":{"minimum":30,"maximum":35}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":538},{"name":"Stonewalker Core","tier":2,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":35,"ids":{"eDefPct":{"minimum":6,"maximum":10},"str":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-59,"strReq":12,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":540},{"name":"Strange Trinket","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":63,"ids":{"str":{"minimum":4,"maximum":5},"dex":{"minimum":4,"maximum":5},"int":{"minimum":4,"maximum":5},"agi":{"minimum":-7,"maximum":-6},"def":{"minimum":-7,"maximum":-6}},"itemIDs":{"dura":-78,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":703},{"name":"Succulent Crab Meat","tier":2,"skills":["COOKING"],"lvl":85,"ids":{"wDefPct":{"minimum":10,"maximum":16},"eDamPct":{"minimum":8,"maximum":10}},"itemIDs":{"dura":0,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-520},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":541},{"name":"Sticky Mudball","tier":2,"skills":["WOODWORKING","COOKING"],"lvl":21,"ids":{"mdPct":{"minimum":5,"maximum":8},"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-49,"strReq":3,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-290},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":539},{"name":"Swooper Wing","tier":2,"skills":["COOKING"],"lvl":37,"ids":{"eDefPct":{"minimum":3,"maximum":4},"aDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-350},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":542},{"name":"Tenebrous Plasma","tier":2,"skills":["ALCHEMISM"],"lvl":65,"ids":{"sdPct":{"minimum":10,"maximum":16},"mdPct":{"minimum":-20,"maximum":-12},"spd":{"minimum":6,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":543},{"name":"Thorned Tusk","tier":2,"skills":["ALCHEMISM"],"lvl":85,"ids":{"mdPct":{"minimum":12,"maximum":25},"thorns":{"minimum":30,"maximum":50}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":544},{"name":"Toxxulous Ripper’s Legs","tier":2,"skills":["TAILORING","COOKING"],"lvl":103,"ids":{"def":{"minimum":-6,"maximum":-4},"spd":{"minimum":7,"maximum":10},"mdRaw":{"minimum":35,"maximum":35}},"itemIDs":{"dura":-90,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":15},"consumableIDs":{"charges":0,"dura":-580},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":545},{"name":"Twisted Organ","tier":2,"skills":["COOKING"],"lvl":43,"ids":{"mr":{"minimum":-6,"maximum":-6},"sdPct":{"minimum":11,"maximum":13}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-370},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":546},{"name":"Vile Stone","tier":2,"skills":["ARMOURING","WOODWORKING"],"lvl":102,"ids":{"int":{"minimum":-5,"maximum":-3},"spd":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":-15,"defReq":0,"agiReq":15},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":547},{"name":"Volatile Light","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":80,"ids":{"fDefPct":{"minimum":12,"maximum":13},"wDefPct":{"minimum":10,"maximum":14},"aDefPct":{"minimum":11,"maximum":16},"tDefPct":{"minimum":7,"maximum":16},"eDefPct":{"minimum":10,"maximum":12},"sdPct":{"minimum":-9,"maximum":-6}},"itemIDs":{"dura":-90,"strReq":7,"dexReq":7,"intReq":7,"defReq":7,"agiReq":7},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":551},{"name":"Vortex Expulsion","tier":2,"skills":["ARMOURING","TAILORING","SCRIBING"],"lvl":100,"ids":{"ref":{"minimum":19,"maximum":23},"expd":{"minimum":17,"maximum":21}},"itemIDs":{"dura":-104,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":-17,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":1,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":548},{"name":"Wendigo Bone","tier":2,"skills":["ALCHEMISM","WEAPONSMITHING"],"lvl":44,"ids":{"ls":{"minimum":24,"maximum":30},"hprRaw":{"minimum":-15,"maximum":-12}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":549},{"name":"Wind Ornament","tier":2,"skills":["JEWELING"],"lvl":100,"ids":{"eDefPct":{"minimum":-10,"maximum":-8},"spd":{"minimum":6,"maximum":7}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":24},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":550},{"name":"Windswept Roots","tier":2,"skills":["TAILORING","WOODWORKING"],"lvl":64,"ids":{"sdPct":{"minimum":6,"maximum":8},"mdPct":{"minimum":6,"maximum":8},"agi":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":15},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":705},{"name":"Wintery Aspect","tier":2,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":75,"ids":{"mr":{"minimum":-6,"maximum":-6},"sdPct":{"minimum":15,"maximum":15},"wDamPct":{"minimum":10,"maximum":10},"aDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-86,"strReq":0,"dexReq":0,"intReq":10,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":690},{"name":"World Illuminator","tier":2,"skills":["ARMOURING","ALCHEMISM"],"lvl":77,"ids":{"wDefPct":{"minimum":8,"maximum":10},"int":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-88,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-125},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":552},{"name":"Wriggling Wooden Arm","tier":2,"skills":["WOODWORKING"],"lvl":50,"ids":{"fDefPct":{"minimum":-14,"maximum":-10},"mdPct":{"minimum":8,"maximum":9}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":553},{"name":"Yeti Fur","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":48,"ids":{"fDefPct":{"minimum":-9,"maximum":-7},"wDefPct":{"minimum":7,"maximum":9},"aDefPct":{"minimum":7,"maximum":9}},"itemIDs":{"dura":-68,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":554},{"name":"Zhight Weird Magic Rock","tier":2,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":58,"ids":{"sdPct":{"minimum":3,"maximum":6},"spRegen":{"minimum":5,"maximum":10}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":555},{"name":"Adamastor's Faceplate","tier":3,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":100,"ids":{"aDefPct":{"minimum":25,"maximum":30},"eDefPct":{"minimum":-20,"maximum":-15},"hpBonus":{"minimum":750,"maximum":900}},"itemIDs":{"dura":-157,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":-10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":556},{"name":"Ancient Coins","tier":3,"skills":["JEWELING","WEAPONSMITHING","WOODWORKING"],"lvl":59,"ids":{"xpb":{"minimum":4,"maximum":6},"lb":{"minimum":4,"maximum":6},"spd":{"minimum":-8,"maximum":-7}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":557},{"name":"Ancient Heart","tier":3,"skills":["ALCHEMISM"],"lvl":45,"ids":{"sdPct":{"minimum":-8,"maximum":-6},"mdPct":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":370},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":558},{"name":"Aqua Vitae","tier":3,"skills":["ALCHEMISM"],"lvl":60,"ids":{"wDamPct":{"minimum":18,"maximum":24}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":559},{"name":"Aquatic Beauty","tier":3,"skills":["SCRIBING"],"lvl":60,"ids":{"str":{"minimum":3,"maximum":5},"dex":{"minimum":1,"maximum":7},"int":{"minimum":2,"maximum":6},"agi":{"minimum":2,"maximum":6},"def":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":560},{"name":"Archaic Medallion","tier":3,"skills":["JEWELING"],"lvl":45,"ids":{"hprPct":{"minimum":12,"maximum":15},"sdPct":{"minimum":-7,"maximum":-5}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":561},{"name":"Aspect of the Void","tier":3,"skills":["WEAPONSMITHING","SCRIBING"],"lvl":100,"ids":{},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-275},"posMods":{"left":110,"right":110,"above":110,"under":110,"touching":-110,"notTouching":15},"id":563},{"name":"Azure Blossom","tier":3,"skills":["WOODWORKING"],"lvl":80,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":-20,"maximum":-20},"wDamPct":{"minimum":25,"maximum":25}},"itemIDs":{"dura":-135,"strReq":0,"dexReq":0,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":562},{"name":"Bat Heart","tier":3,"skills":["ALCHEMISM"],"lvl":37,"ids":{"sdPct":{"minimum":-20,"maximum":-20},"mdPct":{"minimum":-20,"maximum":-20},"spd":{"minimum":24,"maximum":28}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":-1,"dura":90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":564},{"name":"Black Hole","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":100,"ids":{"mdPct":{"minimum":-15,"maximum":-12},"atkTier":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":65,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":565},{"name":"Blessed Heart","tier":3,"skills":["COOKING"],"lvl":77,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":2,"dura":-550},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":-40,"notTouching":0},"id":567},{"name":"Blighted Brain","tier":3,"skills":["COOKING"],"lvl":20,"ids":{"xpb":{"minimum":-11,"maximum":-9},"lb":{"minimum":9,"maximum":11}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-425},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":566},{"name":"Blood of the Nivlan Beauty","tier":3,"skills":["TAILORING","ARMOURING","WEAPONSMITHING"],"lvl":8,"ids":{"ms":{"minimum":4,"maximum":4},"ref":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":568},{"name":"Borange Fluff","tier":3,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING","JEWELING","COOKING","ALCHEMISM","SCRIBING"],"lvl":100,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":15,"notTouching":15},"id":569},{"name":"Bottled Fairy","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":45,"ids":{"mr":{"minimum":12,"maximum":12}},"itemIDs":{"dura":-99,"strReq":0,"dexReq":0,"intReq":40,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":570},{"name":"Braveheart","tier":3,"skills":["ARMOURING","COOKING"],"lvl":78,"ids":{"hprPct":{"minimum":16,"maximum":20},"hprRaw":{"minimum":40,"maximum":45}},"itemIDs":{"dura":-133,"strReq":0,"dexReq":0,"intReq":0,"defReq":20,"agiReq":0},"consumableIDs":{"charges":0,"dura":-740},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":571},{"name":"Chromatic Bloom","tier":3,"skills":["JEWELING"],"lvl":80,"ids":{"str":{"minimum":1,"maximum":1},"dex":{"minimum":1,"maximum":1},"int":{"minimum":1,"maximum":1},"agi":{"minimum":1,"maximum":1},"def":{"minimum":1,"maximum":1},"sdRaw":{"minimum":-45,"maximum":-45},"mdRaw":{"minimum":-45,"maximum":-45}},"itemIDs":{"dura":-135,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":572},{"name":"Coalescence","tier":3,"skills":["ALCHEMISM"],"lvl":105,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-350},"posMods":{"left":-160,"right":-160,"above":80,"under":80,"touching":-80,"notTouching":-80},"id":573},{"name":"Coagulated Soulmass","tier":3,"skills":["SCRIBING"],"lvl":30,"ids":{"sdPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":25,"notTouching":0},"id":574},{"name":"Colossus' Shard","tier":3,"skills":["ALCHEMISM"],"lvl":88,"ids":{"str":{"minimum":12,"maximum":14},"dex":{"minimum":12,"maximum":14}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":576},{"name":"Coastal Shell","tier":3,"skills":["ARMOURING"],"lvl":19,"ids":{"def":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":575},{"name":"Contorted Stone","tier":3,"skills":["WEAPONSMITHING"],"lvl":97,"ids":{"str":{"minimum":9,"maximum":12},"spRegen":{"minimum":-12,"maximum":-9}},"itemIDs":{"dura":-155,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":577},{"name":"Corrupted Beef","tier":3,"skills":["COOKING"],"lvl":15,"ids":{"str":{"minimum":3,"maximum":4},"mdRaw":{"minimum":8,"maximum":9}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":579},{"name":"Corrupted Fragment","tier":3,"skills":["TAILORING","ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":7,"ids":{"int":{"minimum":-4,"maximum":-3},"spd":{"minimum":4,"maximum":6},"mdRaw":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":578},{"name":"Cursed Wings","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":99,"ids":{"hpBonus":{"minimum":-1000,"maximum":-800},"tDamPct":{"minimum":19,"maximum":25},"eDamPct":{"minimum":18,"maximum":23}},"itemIDs":{"dura":-157,"strReq":28,"dexReq":28,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":580},{"name":"Death Whistle Leaf","tier":3,"skills":["ALCHEMISM","SCRIBING","COOKING"],"lvl":53,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":581},{"name":"Decaying Heart","tier":3,"skills":["TAILORING","ARMOURING"],"lvl":66,"ids":{},"itemIDs":{"dura":-175,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":-100,"notTouching":55},"id":582},{"name":"Deep Ice Core","tier":3,"skills":["TAILORING","ARMOURING","WEAPONSMITHING"],"lvl":100,"ids":{"fDefPct":{"minimum":-24,"maximum":-16},"sdPct":{"minimum":8,"maximum":12},"wDamPct":{"minimum":12,"maximum":18}},"itemIDs":{"dura":-156,"strReq":0,"dexReq":0,"intReq":45,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":583},{"name":"Defishious","tier":3,"skills":["COOKING"],"lvl":42,"ids":{"mr":{"minimum":6,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":584},{"name":"Depth's Gem","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":78,"ids":{"sdPct":{"minimum":5,"maximum":7},"int":{"minimum":7,"maximum":11}},"itemIDs":{"dura":-133,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":586},{"name":"Devourer's Maw","tier":3,"skills":["ALCHEMISM"],"lvl":68,"ids":{"mr":{"minimum":-4,"maximum":-2},"ls":{"minimum":150,"maximum":165},"ms":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-230},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":710},{"name":"Doom Stone","tier":3,"skills":["TAILORING","JEWELING"],"lvl":103,"ids":{},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":-100,"right":-100,"above":60,"under":60,"touching":0,"notTouching":0},"id":588},{"name":"Dominant Force","tier":3,"skills":["WOODWORKING","SCRIBING"],"lvl":50,"ids":{},"itemIDs":{"dura":-125,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-300},"posMods":{"left":-50,"right":-50,"above":-75,"under":-75,"touching":120,"notTouching":0},"id":587},{"name":"Defender's Stone","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":6,"ids":{"hpBonus":{"minimum":5,"maximum":7},"sdRaw":{"minimum":4,"maximum":6},"mdRaw":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-60,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":585},{"name":"Draconic Bone Marrow","tier":3,"skills":["ALCHEMISM","SCRIBING"],"lvl":96,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":2,"dura":-300},"posMods":{"left":30,"right":30,"above":0,"under":0,"touching":0,"notTouching":0},"id":589},{"name":"Electroplasm","tier":3,"skills":["SCRIBING","WOODWORKING","WEAPONSMITHING","ALCHEMISM"],"lvl":26,"ids":{"dex":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":590},{"name":"Elephelk Trunk","tier":3,"skills":["ALCHEMISM","WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":86,"ids":{"wDefPct":{"minimum":24,"maximum":28},"eDefPct":{"minimum":24,"maximum":28}},"itemIDs":{"dura":70,"strReq":15,"dexReq":0,"intReq":15,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":591},{"name":"Engored Oculus","tier":3,"skills":["WEAPONSMITHING","TAILORING"],"lvl":100,"ids":{"hprPct":{"minimum":-24,"maximum":-20},"ls":{"minimum":120,"maximum":180},"spd":{"minimum":8,"maximum":11}},"itemIDs":{"dura":-150,"strReq":18,"dexReq":-10,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":592},{"name":"Eye of The Beast","tier":3,"skills":["JEWELING"],"lvl":50,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":-12,"maximum":-12}},"itemIDs":{"dura":-150,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":-100,"under":-100,"touching":0,"notTouching":0},"id":593},{"name":"Farcor's Trust","tier":3,"skills":["ALCHEMISM"],"lvl":99,"ids":{"fDefPct":{"minimum":25,"maximum":40},"hpBonus":{"minimum":2250,"maximum":2500}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-280},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":594},{"name":"Festering Face","tier":3,"skills":["ARMOURING","COOKING"],"lvl":55,"ids":{"ms":{"minimum":4,"maximum":4},"spd":{"minimum":8,"maximum":11}},"itemIDs":{"dura":-110,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-620},"posMods":{"left":-55,"right":-55,"above":-55,"under":-55,"touching":0,"notTouching":0},"id":596},{"name":"Fiery Essence","tier":3,"skills":["SCRIBING","ALCHEMISM"],"lvl":30,"ids":{"fDamPct":{"minimum":12,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":595},{"name":"Foul Fairy Dust","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":43,"ids":{"mr":{"minimum":-12,"maximum":-12},"sdPct":{"minimum":24,"maximum":28}},"itemIDs":{"dura":-96,"strReq":0,"dexReq":0,"intReq":30,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":597},{"name":"Galvanic Stone","tier":3,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":54,"ids":{"fDamPct":{"minimum":8,"maximum":16},"eDamPct":{"minimum":10,"maximum":14}},"itemIDs":{"dura":-105,"strReq":8,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":598},{"name":"Gilded Bark","tier":3,"skills":["COOKING"],"lvl":74,"ids":{"hprPct":{"minimum":10,"maximum":14},"mr":{"minimum":6,"maximum":6},"hprRaw":{"minimum":24,"maximum":42}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-720},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":600},{"name":"Glacial Anomaly","tier":3,"skills":["WOODWORKING","ALCHEMISM"],"lvl":92,"ids":{"mr":{"minimum":6,"maximum":6},"sdRaw":{"minimum":110,"maximum":110}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":25,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":599},{"name":"Glimmering Coin","tier":3,"skills":["ARMOURING","TAILORING","WOODWORKING","WEAPONSMITHING"],"lvl":26,"ids":{"lb":{"minimum":7,"maximum":9},"spd":{"minimum":3,"maximum":5},"hprRaw":{"minimum":-22,"maximum":-18}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":602},{"name":"Glow Bulb Seeds","tier":3,"skills":["TAILORING","WEAPONSMITHING"],"lvl":105,"ids":{"mdPct":{"minimum":-12,"maximum":-9},"int":{"minimum":10,"maximum":12},"hprRaw":{"minimum":130,"maximum":145}},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":35,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":601},{"name":"Gunkfueled Core","tier":3,"skills":["ARMOURING","WOODWORKING"],"lvl":103,"ids":{"str":{"minimum":7,"maximum":10},"expd":{"minimum":20,"maximum":25},"hprRaw":{"minimum":-125,"maximum":-110}},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":-35,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":603},{"name":"Haros' Broken Badge","tier":3,"skills":["JEWELING"],"lvl":30,"ids":{"sdPct":{"minimum":5,"maximum":6},"dex":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-82,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":604},{"name":"Icy Crampons","tier":3,"skills":["ARMOURING","TAILORING","WEAPONSMITHING"],"lvl":48,"ids":{"thorns":{"minimum":8,"maximum":12},"sprint":{"minimum":10,"maximum":15}},"itemIDs":{"dura":-92,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":-5},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":729},{"name":"Ignited Faebloom","tier":3,"skills":["ARMOURING","WEAPONSMITHING","WOODWORKING"],"lvl":67,"ids":{"ms":{"minimum":5,"maximum":6},"str":{"minimum":6,"maximum":8},"wDamPct":{"minimum":-10,"maximum":-8},"aDamPct":{"minimum":-10,"maximum":-8},"tDamPct":{"minimum":-10,"maximum":-8},"eDamPct":{"minimum":-10,"maximum":-8}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":695},{"name":"Incremental Mapping Module","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":90,"ids":{"mr":{"minimum":6,"maximum":6},"spd":{"minimum":16,"maximum":20},"hpBonus":{"minimum":-750,"maximum":-650}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":60},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":605},{"name":"Iridescent Elytra","tier":3,"skills":["TAILORING","COOKING","JEWELING"],"lvl":68,"ids":{"aDefPct":{"minimum":6,"maximum":10},"spd":{"minimum":6,"maximum":9},"eDamPct":{"minimum":-10,"maximum":-8}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":20},"consumableIDs":{"charges":0,"dura":-690},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":606},{"name":"Kerasot Sporehead","tier":3,"skills":["COOKING"],"lvl":66,"ids":{"ls":{"minimum":30,"maximum":40},"atkTier":{"minimum":-1,"maximum":-1},"poison":{"minimum":150,"maximum":180}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-670},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":607},{"name":"Large Lapis","tier":3,"skills":["JEWELING"],"lvl":49,"ids":{"sdPct":{"minimum":4,"maximum":6},"int":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":-103,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":609},{"name":"Large Titanium Chunk","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":70,"ids":{"ref":{"minimum":-12,"maximum":-10},"hpBonus":{"minimum":850,"maximum":900}},"itemIDs":{"dura":-112,"strReq":0,"dexReq":0,"intReq":0,"defReq":14,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":608},{"name":"Lashing Hellfire","tier":3,"skills":["ALCHEMISM","SCRIBING"],"lvl":63,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":-1,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":55},"id":610},{"name":"Limestone Core","tier":3,"skills":["ARMOURING"],"lvl":37,"ids":{"wDefPct":{"minimum":-12,"maximum":-8},"def":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-91,"strReq":0,"dexReq":0,"intReq":0,"defReq":18,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":611},{"name":"Lion Heart","tier":3,"skills":["ARMOURING"],"lvl":27,"ids":{"hprPct":{"minimum":-12,"maximum":-8},"def":{"minimum":4,"maximum":6},"fDamPct":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":613},{"name":"Linear Accelerator","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":95,"ids":{"hpBonus":{"minimum":-820,"maximum":-780},"sdRaw":{"minimum":85,"maximum":100},"tDamPct":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-150,"strReq":0,"dexReq":30,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":612},{"name":"Lunar Charm","tier":3,"skills":["SCRIBING","ALCHEMISM","JEWELING"],"lvl":38,"ids":{},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":25,"notTouching":25},"id":614},{"name":"Luxurious Silk","tier":3,"skills":["JEWELING"],"lvl":3,"ids":{"agi":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":615},{"name":"Mahogany Heartwood","tier":3,"skills":["TAILORING","ARMOURING"],"lvl":66,"ids":{"fDefPct":{"minimum":-10,"maximum":-8},"mdPct":{"minimum":10,"maximum":14},"str":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-119,"strReq":16,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":616},{"name":"Major's Badge","tier":3,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING","JEWELING","ALCHEMISM"],"lvl":80,"ids":{},"itemIDs":{"dura":-175,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-300},"posMods":{"left":-15,"right":-180,"above":-110,"under":-20,"touching":35,"notTouching":-30},"id":617},{"name":"Mega Fern","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":83,"ids":{"hpBonus":{"minimum":500,"maximum":600},"hprRaw":{"minimum":40,"maximum":50},"sdRaw":{"minimum":40,"maximum":45},"mdRaw":{"minimum":35,"maximum":40}},"itemIDs":{"dura":-140,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":618},{"name":"More-Pearlescent Jewel","tier":3,"skills":["JEWELING"],"lvl":70,"ids":{"tDefPct":{"minimum":-4,"maximum":-2},"sdRaw":{"minimum":35,"maximum":40}},"itemIDs":{"dura":-124,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":619},{"name":"Naval Stone","tier":3,"skills":["JEWELING"],"lvl":63,"ids":{"sdPct":{"minimum":6,"maximum":8},"mdPct":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":25,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":620},{"name":"Nivlan Honey","tier":3,"skills":["COOKING","ALCHEMISM","SCRIBING"],"lvl":8,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":30},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":621},{"name":"Obelisk Core","tier":3,"skills":["WOODWORKING","ARMOURING","JEWELING"],"lvl":76,"ids":{},"itemIDs":{"dura":-131,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":-200,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":622},{"name":"Ocea Steel","tier":3,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":98,"ids":{"fDamPct":{"minimum":16,"maximum":20},"wDamPct":{"minimum":16,"maximum":20},"aDamPct":{"minimum":16,"maximum":20},"tDamPct":{"minimum":16,"maximum":20},"eDamPct":{"minimum":16,"maximum":20}},"itemIDs":{"dura":-154,"strReq":12,"dexReq":12,"intReq":12,"defReq":12,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":623},{"name":"Overheated Processor","tier":3,"skills":["JEWELING"],"lvl":90,"ids":{"ls":{"minimum":40,"maximum":50},"dex":{"minimum":1,"maximum":2},"def":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-145,"strReq":0,"dexReq":14,"intReq":0,"defReq":14,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":624},{"name":"Panda King’s Crown","displayName":"Panda King's Crown","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":89,"ids":{"fDefPct":{"minimum":15,"maximum":20},"wDefPct":{"minimum":15,"maximum":20},"aDefPct":{"minimum":15,"maximum":20},"tDefPct":{"minimum":15,"maximum":20},"eDefPct":{"minimum":15,"maximum":20},"mr":{"minimum":-6,"maximum":-6}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":625},{"name":"Panda King's Crown","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":89,"ids":{"fDefPct":{"minimum":15,"maximum":20},"wDefPct":{"minimum":15,"maximum":20},"aDefPct":{"minimum":15,"maximum":20},"tDefPct":{"minimum":15,"maximum":20},"eDefPct":{"minimum":15,"maximum":20},"mr":{"minimum":-6,"maximum":-6}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":626},{"name":"Parasitic Abscission","tier":3,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":83,"ids":{"mr":{"minimum":12,"maximum":12}},"itemIDs":{"dura":-139,"strReq":13,"dexReq":0,"intReq":0,"defReq":29,"agiReq":0},"consumableIDs":{"charges":0,"dura":-252},"posMods":{"left":-122,"right":-122,"above":0,"under":0,"touching":-15,"notTouching":-15},"id":627},{"name":"Pegasus Feather","tier":3,"skills":["TAILORING"],"lvl":92,"ids":{"aDefPct":{"minimum":12,"maximum":20},"str":{"minimum":-10,"maximum":-8},"aDamPct":{"minimum":12,"maximum":20}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":25},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":628},{"name":"Piquant Pork Fillet","tier":3,"skills":["COOKING"],"lvl":85,"ids":{"hprPct":{"minimum":15,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":-770},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":630},{"name":"Plane of Nonexistence","tier":3,"skills":["SCRIBING"],"lvl":105,"ids":{"fDamPct":{"minimum":15,"maximum":18},"wDamPct":{"minimum":15,"maximum":18},"aDamPct":{"minimum":15,"maximum":18},"tDamPct":{"minimum":15,"maximum":18},"eDamPct":{"minimum":15,"maximum":18}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-325},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":629},{"name":"Plasteel Plating","tier":3,"skills":["WEAPONSMITHING","TAILORING"],"lvl":97,"ids":{},"itemIDs":{"dura":-154,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":-140,"under":0,"touching":0,"notTouching":0},"id":631},{"name":"Primordial Soul","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":78,"ids":{},"itemIDs":{"dura":0,"strReq":-10,"dexReq":-10,"intReq":-10,"defReq":-10,"agiReq":-10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":633},{"name":"Pride of the Heights","tier":3,"skills":["TAILORING","WOODWORKING","ALCHEMISM"],"lvl":95,"ids":{},"itemIDs":{"dura":-157,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-280},"posMods":{"left":130,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":632},{"name":"Royal Cake Slice","tier":3,"skills":["COOKING","ALCHEMISM"],"lvl":1,"ids":{"spd":{"minimum":8,"maximum":10},"hprRaw":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":639},{"name":"Old Treasure֎","tier":3,"skills":["JEWELING"],"lvl":6,"ids":{"xpb":{"minimum":3,"maximum":5},"lb":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":-40},"id":635},{"name":"Familiar Essence","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":10,"ids":{"mr":{"minimum":6,"maximum":6}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":-40,"notTouching":-40},"id":634},{"name":"Vibrant Augment","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":7,"ids":{"fDamPct":{"minimum":6,"maximum":7},"wDamPct":{"minimum":6,"maximum":7},"aDamPct":{"minimum":6,"maximum":7},"tDamPct":{"minimum":6,"maximum":7},"eDamPct":{"minimum":6,"maximum":7}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":636},{"name":"Autonomous Core","tier":3,"skills":["JEWELING"],"lvl":88,"ids":{"hprPct":{"minimum":9,"maximum":12},"fDamPct":{"minimum":6,"maximum":8},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-144,"strReq":0,"dexReq":0,"intReq":0,"defReq":17,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":637},{"name":"Canyon Parsley","tier":3,"skills":["SCRIBING"],"lvl":18,"ids":{"str":{"minimum":4,"maximum":5},"eDamPct":{"minimum":6,"maximum":8},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":638},{"name":"Etheric Fern","tier":3,"skills":["COOKING"],"lvl":78,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-800},"posMods":{"left":-160,"right":-160,"above":-160,"under":-160,"touching":115,"notTouching":115},"id":640},{"name":"Evolving Spores","tier":3,"skills":["ALCHEMISM"],"lvl":77,"ids":{"fDamPct":{"minimum":16,"maximum":23},"wDamPct":{"minimum":18,"maximum":20},"aDamPct":{"minimum":19,"maximum":21},"tDamPct":{"minimum":15,"maximum":22},"eDamPct":{"minimum":17,"maximum":19},"gXp":{"minimum":-5,"maximum":-4},"gSpd":{"minimum":9,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-250},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":641},{"name":"Glowing Tree Sap","tier":3,"skills":["JEWELING"],"lvl":14,"ids":{"sdRaw":{"minimum":5,"maximum":5},"tDamPct":{"minimum":4,"maximum":5},"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-66,"strReq":0,"dexReq":5,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":642},{"name":"Gaze of Darkness","tier":3,"skills":["SCRIBING"],"lvl":105,"ids":{"ls":{"minimum":140,"maximum":160},"hprRaw":{"minimum":90,"maximum":110},"gSpd":{"minimum":6,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-300},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":643},{"name":"Ironwood Scale","tier":3,"skills":["ARMOURING"],"lvl":65,"ids":{"eDefPct":{"minimum":18,"maximum":22},"def":{"minimum":5,"maximum":7},"gXp":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-120,"strReq":13,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":644},{"name":"Luminous Rune","tier":3,"skills":["WOODWORKING"],"lvl":76,"ids":{"sdPct":{"minimum":4,"maximum":5},"mdPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-131,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":-30,"right":-30,"above":0,"under":0,"touching":30,"notTouching":30},"id":645},{"name":"Lost Heirloom","tier":3,"skills":["TAILORING"],"lvl":47,"ids":{"ms":{"minimum":4,"maximum":4},"tDamPct":{"minimum":6,"maximum":8},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":16,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":646},{"name":"Mana Extract","tier":3,"skills":["ALCHEMISM"],"lvl":7,"ids":{"sdRaw":{"minimum":10,"maximum":12},"gXp":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":648},{"name":"Mangrove Root","tier":3,"skills":["COOKING"],"lvl":56,"ids":{"mdPct":{"minimum":5,"maximum":9},"str":{"minimum":5,"maximum":6},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-620},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":647},{"name":"Mountain's Heart","tier":3,"skills":["WEAPONSMITHING"],"lvl":87,"ids":{"mr":{"minimum":6,"maximum":6},"eDamPct":{"minimum":10,"maximum":13}},"itemIDs":{"dura":-131,"strReq":27,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":649},{"name":"Platinum Grook Egg","tier":3,"skills":["ARMOURING"],"lvl":16,"ids":{"xpb":{"minimum":4,"maximum":4},"lb":{"minimum":4,"maximum":4},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-68,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":650},{"name":"Salted Salmon","tier":3,"skills":["COOKING"],"lvl":28,"ids":{"gSpd":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":651},{"name":"Sentient Slimeball","tier":3,"skills":["SCRIBING"],"lvl":57,"ids":{"sdPct":{"minimum":6,"maximum":7},"eDamPct":{"minimum":6,"maximum":7},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":652},{"name":"Shattered Dawnlight","tier":3,"skills":["TAILORING"],"lvl":67,"ids":{"sdPct":{"minimum":12,"maximum":15},"wDamPct":{"minimum":-15,"maximum":-12},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":655},{"name":"Skybound Remnant","tier":3,"skills":["WEAPONSMITHING"],"lvl":102,"ids":{"sdPct":{"minimum":13,"maximum":16},"agi":{"minimum":12,"maximum":14}},"itemIDs":{"dura":-159,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":24,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":653},{"name":"Soul Stone","tier":3,"skills":["JEWELING","ALCHEMISM"],"lvl":49,"ids":{"spd":{"minimum":5,"maximum":6},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":654},{"name":"Soulfire Matterweave","tier":3,"skills":["ARMOURING"],"lvl":97,"ids":{"fDamPct":{"minimum":17,"maximum":20},"gXp":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-153,"strReq":0,"dexReq":0,"intReq":0,"defReq":20,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":657},{"name":"Spirograph Tablet","tier":3,"skills":["WOODWORKING"],"lvl":37,"ids":{"sdPct":{"minimum":-6,"maximum":-4},"mdPct":{"minimum":-6,"maximum":-4},"str":{"minimum":3,"maximum":3},"dex":{"minimum":3,"maximum":3},"int":{"minimum":3,"maximum":3},"agi":{"minimum":3,"maximum":3},"def":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-90,"strReq":4,"dexReq":4,"intReq":4,"defReq":4,"agiReq":4,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":656},{"name":"Sun-Stained Skin","tier":3,"skills":["TAILORING"],"lvl":27,"ids":{"hprPct":{"minimum":-8,"maximum":-6},"hprRaw":{"minimum":7,"maximum":9},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-80,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":658},{"name":"Suspicious Shrubs","tier":3,"skills":["COOKING"],"lvl":83,"ids":{"mdPct":{"minimum":7,"maximum":10},"poison":{"minimum":175,"maximum":250},"gXp":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-750},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":659},{"name":"Relic of the Future","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":15,"ids":{"sdRaw":{"minimum":8,"maximum":14},"tDamPct":{"minimum":7,"maximum":11}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":661},{"name":"Red Crystal Dust","tier":3,"skills":["SCRIBING"],"lvl":55,"ids":{"ls":{"minimum":20,"maximum":30},"def":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":660},{"name":"Roots of Eternity","tier":3,"skills":["SCRIBING"],"lvl":81,"ids":{"xpb":{"minimum":5,"maximum":7},"lb":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":-1,"dura":125},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":664},{"name":"Rocky Mind","tier":3,"skills":["ARMOURING"],"lvl":88,"ids":{"str":{"minimum":12,"maximum":15},"spd":{"minimum":-14,"maximum":-10}},"itemIDs":{"dura":-145,"strReq":25,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":663},{"name":"Ritual Catalyst","tier":3,"skills":["WOODWORKING","WEAPONSMITHING","TAILORING"],"lvl":79,"ids":{"sdPct":{"minimum":10,"maximum":12},"ms":{"minimum":8,"maximum":8},"atkTier":{"minimum":-1,"maximum":-1},"eDamPct":{"minimum":-22,"maximum":-18}},"itemIDs":{"dura":-149,"strReq":-55,"dexReq":0,"intReq":55,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":662},{"name":"Sanctified Sheep Soul","tier":3,"skills":["SCRIBING"],"lvl":65,"ids":{"fDefPct":{"minimum":10,"maximum":12},"wDefPct":{"minimum":12,"maximum":14},"sprint":{"minimum":14,"maximum":16},"sprintReg":{"minimum":8,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-225},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":730},{"name":"Serpent's Fang","tier":3,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":93,"ids":{"poison":{"minimum":650,"maximum":920},"mdRaw":{"minimum":70,"maximum":80}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-270},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":665},{"name":"Spark of the Oasis","tier":3,"skills":["WOODWORKING","ALCHEMISM"],"lvl":31,"ids":{"sdRaw":{"minimum":40,"maximum":40},"mdRaw":{"minimum":32,"maximum":32}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":8,"intReq":8,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":666},{"name":"Solcrystal Horn","tier":3,"skills":["JEWELING"],"lvl":62,"ids":{"agi":{"minimum":2,"maximum":3},"fDamPct":{"minimum":5,"maximum":6},"sprint":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-117,"strReq":0,"dexReq":0,"intReq":0,"defReq":12,"agiReq":9},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":731},{"name":"Squid","tier":3,"skills":["ALCHEMISM","SCRIBING"],"lvl":68,"ids":{"ms":{"minimum":8,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-230},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":667},{"name":"Stolen Pearls","tier":3,"skills":["JEWELING"],"lvl":35,"ids":{"eSteal":{"minimum":2,"maximum":5}},"itemIDs":{"dura":60,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":668},{"name":"Subsuming Darkness","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"mdPct":{"minimum":-8,"maximum":-4},"ls":{"minimum":90,"maximum":100}},"itemIDs":{"dura":-124,"strReq":0,"dexReq":15,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":671},{"name":"Sturdy Flesh","tier":3,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":1,"ids":{"hpBonus":{"minimum":30,"maximum":40}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":669},{"name":"Tempered Core","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":92,"ids":{"hpBonus":{"minimum":-1000,"maximum":-800},"fDamPct":{"minimum":22,"maximum":28}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":0,"defReq":30,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":670},{"name":"Thermal Replication","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":65,"ids":{"hpBonus":{"minimum":-360,"maximum":-330},"fDamPct":{"minimum":11,"maximum":14}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":0,"defReq":9,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":15,"notTouching":15},"id":691},{"name":"The Grootslang's Heart","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":56,"ids":{"eDefPct":{"minimum":16,"maximum":24},"spd":{"minimum":-8,"maximum":-6},"hpBonus":{"minimum":320,"maximum":400}},"itemIDs":{"dura":-110,"strReq":10,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":672},{"name":"Transformativity","tier":3,"skills":["ARMOURING"],"lvl":80,"ids":{},"itemIDs":{"dura":-140,"strReq":-25,"dexReq":-25,"intReq":-25,"defReq":-25,"agiReq":-25},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":-25,"notTouching":-25},"id":694},{"name":"Tungsten Chunk","tier":3,"skills":["JEWELING"],"lvl":63,"ids":{"fDefPct":{"minimum":8,"maximum":10},"hpBonus":{"minimum":80,"maximum":100}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":30,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":673},{"name":"Unicorn Horn","tier":3,"skills":["COOKING","WEAPONSMITHING","ARMOURING"],"lvl":75,"ids":{},"itemIDs":{"dura":-192,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-1100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":25,"notTouching":45},"id":674},{"name":"Unsettling Soul","tier":3,"skills":["SCRIBING"],"lvl":25,"ids":{"ms":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":75},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":675},{"name":"Urdar's Stone","tier":3,"skills":["WOODWORKING","TAILORING"],"lvl":100,"ids":{"fDefPct":{"minimum":-24,"maximum":-20},"eDamPct":{"minimum":20,"maximum":24}},"itemIDs":{"dura":-140,"strReq":25,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":676},{"name":"Vim Veins","tier":3,"skills":["SCRIBING","JEWELING"],"lvl":104,"ids":{"def":{"minimum":3,"maximum":4},"hpBonus":{"minimum":250,"maximum":300}},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":-20,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":677},{"name":"Volatile Matter","tier":3,"skills":["ALCHEMISM","WOODWORKING","WEAPONSMITHING"],"lvl":20,"ids":{"def":{"minimum":-4,"maximum":-3},"expd":{"minimum":8,"maximum":13},"mdRaw":{"minimum":14,"maximum":22}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":680},{"name":"Vortexian Event Horizon","tier":3,"skills":["JEWELING"],"lvl":105,"ids":{"mdPct":{"minimum":-24,"maximum":-24},"atkTier":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-180,"strReq":40,"dexReq":40,"intReq":40,"defReq":40,"agiReq":40},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":678},{"name":"Weathered Idol","tier":3,"skills":["SCRIBING"],"lvl":36,"ids":{"spd":{"minimum":6,"maximum":8},"sdRaw":{"minimum":30,"maximum":36},"aDamPct":{"minimum":10,"maximum":14}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":679}] \ No newline at end of file +[{"name":"Acid Magma","tier":0,"skills":["TAILORING","ALCHEMISM"],"lvl":91,"ids":{"wDefPct":{"minimum":-10,"maximum":-8},"poison":{"minimum":90,"maximum":100}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":0},{"name":"Alnamar Meat","tier":0,"skills":["COOKING"],"lvl":103,"ids":{"fDefPct":{"minimum":7,"maximum":8},"tDefPct":{"minimum":7,"maximum":10},"eDefPct":{"minimum":-9,"maximum":-7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-290},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":1},{"name":"Altered Ash","tier":0,"skills":["ALCHEMISM","SCRIBING"],"lvl":15,"ids":{"sdPct":{"minimum":1,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-45},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":2},{"name":"Ancient Metal","tier":0,"skills":["WEAPONSMITHING","ARMOURING","TAILORING"],"lvl":64,"ids":{"mdRaw":{"minimum":20,"maximum":21}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":3},{"name":"Apple","tier":0,"skills":["COOKING"],"lvl":10,"ids":{"hpBonus":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":4},{"name":"Arcane Anomaly","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":75,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":-22,"maximum":-16}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":5},{"name":"Bamboo","tier":0,"skills":["TAILORING","ARMOURING","WEAPONSMITHING","WOODWORKING"],"lvl":80,"ids":{"sdPct":{"minimum":-4,"maximum":-1},"mdPct":{"minimum":-4,"maximum":-1}},"itemIDs":{"dura":7,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":6},{"name":"Ball of Slime","tier":0,"skills":["TAILORING","WEAPONSMITHING"],"lvl":80,"ids":{"spd":{"minimum":-5,"maximum":-3},"eDamPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":7},{"name":"Bat Ear","tier":0,"skills":["TAILORING"],"lvl":15,"ids":{"spd":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":9},{"name":"Bandit Rations","tier":0,"skills":["COOKING"],"lvl":46,"ids":{"xpb":{"minimum":2,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":8},{"name":"Big Jawbreaker","tier":0,"skills":["WEAPONSMITHING","COOKING"],"lvl":60,"ids":{"mdPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":10},{"name":"Black Steel","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":62,"ids":{"mdRaw":{"minimum":16,"maximum":20}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":11},{"name":"Blaze Powder","tier":0,"skills":["ALCHEMISM","SCRIBING"],"lvl":26,"ids":{"fDefPct":{"minimum":1,"maximum":5},"fDamPct":{"minimum":1,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-51},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":12},{"name":"Blighted Skull","tier":0,"skills":["ARMOURING"],"lvl":96,"ids":{"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":12,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":13},{"name":"Bloodweb","tier":0,"skills":["TAILORING"],"lvl":45,"ids":{"ls":{"minimum":5,"maximum":9},"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":14},{"name":"Boar Meat","tier":0,"skills":["COOKING"],"lvl":9,"ids":{"thorns":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":17},{"name":"Bone Ash","tier":0,"skills":["SCRIBING","ALCHEMISM"],"lvl":14,"ids":{"expd":{"minimum":1,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-45},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":16},{"name":"Bone Meal","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":21,"ids":{"sdPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":15},{"name":"Bright Petal","tier":0,"skills":["COOKING"],"lvl":73,"ids":{"xpb":{"minimum":3,"maximum":6},"ref":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-240},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":18},{"name":"Broken Antic Bead","tier":0,"skills":["JEWELING"],"lvl":55,"ids":{"xpb":{"minimum":-3,"maximum":-2},"lb":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":19},{"name":"Broken Helmet","tier":0,"skills":["ARMOURING"],"lvl":92,"ids":{"mdPct":{"minimum":4,"maximum":7},"def":{"minimum":-3,"maximum":-1}},"itemIDs":{"dura":-49,"strReq":20,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":20},{"name":"Broken Ram Horn","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":56,"ids":{"sprint":{"minimum":4,"maximum":7}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":719},{"name":"Broken Pick","tier":0,"skills":["WEAPONSMITHING"],"lvl":96,"ids":{"mdRaw":{"minimum":22,"maximum":30},"eDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-61,"strReq":15,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":21},{"name":"Brown Mushroom","tier":0,"skills":["ALCHEMISM"],"lvl":1,"ids":{"hpBonus":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-36},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":22},{"name":"Bug Parts","tier":0,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":22,"ids":{"mdPct":{"minimum":2,"maximum":3},"thorns":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-26,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":23},{"name":"Calcified Ligament","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":102,"ids":{"sdPct":{"minimum":3,"maximum":5},"str":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-53,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":24},{"name":"Candy Button","tier":0,"skills":["JEWELING","COOKING"],"lvl":60,"ids":{"int":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":25},{"name":"Charred Carapace","tier":0,"skills":["ARMOURING"],"lvl":87,"ids":{"mdPct":{"minimum":2,"maximum":3},"fDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":26},{"name":"Climber's Padding","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":60,"ids":{"hpBonus":{"minimum":40,"maximum":65},"sprintReg":{"minimum":6,"maximum":7}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":6},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":720},{"name":"Coastal Sand","tier":0,"skills":["SCRIBING"],"lvl":1,"ids":{"lb":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-36},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":27},{"name":"Cocoa Caps","tier":0,"skills":["ARMOURING","COOKING"],"lvl":65,"ids":{"eDefPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":28},{"name":"Corbys Innards","tier":0,"skills":["COOKING"],"lvl":81,"ids":{"hprRaw":{"minimum":13,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-250},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":30},{"name":"Corroded Chunk","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":51,"ids":{"mdPct":{"minimum":-6,"maximum":-4},"mdRaw":{"minimum":20,"maximum":24}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":31},{"name":"Conscription Letter","tier":0,"skills":["SCRIBING"],"lvl":25,"ids":{"eSteal":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-50},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":29},{"name":"Corruption Shard","tier":0,"skills":["SCRIBING","WEAPONSMITHING","WOODWORKING"],"lvl":7,"ids":{"tDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-40},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":32},{"name":"Crawler Eye","tier":0,"skills":["ALCHEMISM"],"lvl":32,"ids":{"hprPct":{"minimum":-4,"maximum":-2},"spd":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-54},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":34},{"name":"Cracked Skin","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":30,"ids":{"aDefPct":{"minimum":-8,"maximum":-4},"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-28,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":38},{"name":"Coyote Fang","tier":0,"skills":["JEWELING"],"lvl":34,"ids":{"dex":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":33},{"name":"Crawler Sludge","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":25,"ids":{"mdPct":{"minimum":2,"maximum":4},"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":35},{"name":"Crawler Web","tier":0,"skills":["TAILORING"],"lvl":31,"ids":{"def":{"minimum":-2,"maximum":-1}},"itemIDs":{"dura":5,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":36},{"name":"Crumbly Rock","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":58,"ids":{"str":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-37,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":37},{"name":"Cursed Venom Sac","tier":0,"skills":["ALCHEMISM"],"lvl":53,"ids":{"poison":{"minimum":50,"maximum":60}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-67},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":39},{"name":"Dead Naval Shard","tier":0,"skills":["JEWELING"],"lvl":31,"ids":{"sdPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":40},{"name":"Decaying Arteries","tier":0,"skills":["ALCHEMISM"],"lvl":103,"ids":{"sdPct":{"minimum":8,"maximum":10},"hprRaw":{"minimum":-60,"maximum":-55}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":42},{"name":"Decaying Skin","tier":0,"skills":["TAILORING"],"lvl":22,"ids":{"poison":{"minimum":6,"maximum":6}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":41},{"name":"Demonic Ashes","tier":0,"skills":["ALCHEMISM"],"lvl":95,"ids":{"def":{"minimum":1,"maximum":4},"fDamPct":{"minimum":2,"maximum":9}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-93},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":43},{"name":"Depreciating Flesh","tier":0,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":15,"ids":{"thorns":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":44},{"name":"Dragonling Scale","tier":0,"skills":["ARMOURING"],"lvl":98,"ids":{"wDefPct":{"minimum":3,"maximum":7},"tDefPct":{"minimum":-8,"maximum":-6},"eDefPct":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":45},{"name":"Drained Bone","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":12,"ids":{"ls":{"minimum":1,"maximum":4}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":46},{"name":"Dry Bone","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":33,"ids":{},"itemIDs":{"dura":4,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":47},{"name":"Dry Seeds","tier":0,"skills":["COOKING","TAILORING"],"lvl":20,"ids":{"fDefPct":{"minimum":-4,"maximum":-2},"spd":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":48},{"name":"Egg","tier":0,"skills":["COOKING"],"lvl":2,"ids":{"hpBonus":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":49},{"name":"Expelled Shrapnel","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":105,"ids":{"hpBonus":{"minimum":-275,"maximum":-250},"mdRaw":{"minimum":35,"maximum":40}},"itemIDs":{"dura":-54,"strReq":8,"dexReq":8,"intReq":0,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":50},{"name":"Fairy Dust","tier":0,"skills":["SCRIBING"],"lvl":72,"ids":{"sdRaw":{"minimum":30,"maximum":33}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-80},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":51},{"name":"Feline Claws","tier":0,"skills":["TAILORING"],"lvl":62,"ids":{"mdPct":{"minimum":2,"maximum":3},"mdRaw":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-39,"strReq":0,"dexReq":4,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":712},{"name":"Firefly Dust","tier":0,"skills":["JEWELING","WOODWORKING"],"lvl":15,"ids":{"spRegen":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":52},{"name":"Fish Scales","tier":0,"skills":["ARMOURING"],"lvl":75,"ids":{"wDefPct":{"minimum":2,"maximum":6},"tDefPct":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":53},{"name":"Fluffy Fur","tier":0,"skills":["TAILORING"],"lvl":89,"ids":{"fDefPct":{"minimum":-6,"maximum":-4},"aDefPct":{"minimum":6,"maximum":9}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":54},{"name":"Forest Web","tier":0,"skills":["TAILORING","WOODWORKING","JEWELING"],"lvl":3,"ids":{"spd":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"consumableIDs":{"charges":0,"dura":0},"id":55},{"name":"Fresh Bone","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":61,"ids":{"xpb":{"minimum":2,"maximum":5},"lb":{"minimum":1,"maximum":4}},"itemIDs":{"dura":-77,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":56},{"name":"Fungi Spores","tier":0,"skills":["COOKING"],"lvl":7,"ids":{"poison":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":58},{"name":"Fresh Water","tier":0,"skills":["SCRIBING","COOKING","ALCHEMISM"],"lvl":5,"ids":{"wDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":57},{"name":"Ghostly Essence","tier":0,"skills":["JEWELING","SCRIBING"],"lvl":48,"ids":{"agi":{"minimum":0,"maximum":1},"tDamPct":{"minimum":0,"maximum":3}},"itemIDs":{"dura":-34,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":59},{"name":"Ghostly Membrane","tier":0,"skills":["TAILORING","SCRIBING"],"lvl":70,"ids":{"agi":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":-77},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":62},{"name":"Gert Skin","tier":0,"skills":["TAILORING"],"lvl":78,"ids":{"hpBonus":{"minimum":300,"maximum":330}},"itemIDs":{"dura":-44,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":60},{"name":"Ghostly Plume","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":98,"ids":{"agi":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":61},{"name":"Gold Bar","tier":0,"skills":["JEWELING"],"lvl":31,"ids":{"mdPct":{"minimum":-4,"maximum":-3},"lb":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":65},{"name":"Gold","displayName":"Platinum Ingot","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":82,"ids":{"lb":{"minimum":3,"maximum":5},"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":64},{"name":"Goblin Tooth","tier":0,"skills":["JEWELING"],"lvl":83,"ids":{"eSteal":{"minimum":1,"maximum":2},"mdRaw":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-9,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":63},{"name":"Gold Nugget","tier":0,"skills":["JEWELING"],"lvl":42,"ids":{"lb":{"minimum":-1,"maximum":2}},"itemIDs":{"dura":-19,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":66},{"name":"Gold Tooth","displayName":"Fake Tooth","tier":0,"skills":["JEWELING"],"lvl":25,"ids":{"lb":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":67},{"name":"Gollier Iron","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":74,"ids":{"def":{"minimum":2,"maximum":4},"spd":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":-86,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":68},{"name":"Grey Cloud","tier":0,"skills":["ALCHEMISM"],"lvl":96,"ids":{"wDefPct":{"minimum":4,"maximum":8},"aDefPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":69},{"name":"Gritty Rocks","tier":0,"skills":["WEAPONSMITHING"],"lvl":32,"ids":{"sdRaw":{"minimum":-12,"maximum":-8},"mdRaw":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-28,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":104},{"name":"Grook Feather","tier":0,"skills":["TAILORING"],"lvl":5,"ids":{"xpb":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":114},{"name":"Hardened Magma","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":87,"ids":{"hpBonus":{"minimum":400,"maximum":440}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":70},{"name":"Harpy Bone","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":82,"ids":{"aDamPct":{"minimum":1,"maximum":6}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":71},{"name":"Holy Powder","tier":0,"skills":["ALCHEMISM"],"lvl":98,"ids":{"spRegen":{"minimum":14,"maximum":18},"hprRaw":{"minimum":70,"maximum":75}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-93},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":72},{"name":"Hybrid Skin","tier":0,"skills":["TAILORING"],"lvl":87,"ids":{"ls":{"minimum":22,"maximum":45},"mdRaw":{"minimum":15,"maximum":22}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":7,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":73},{"name":"Ice Cream Sandwich","tier":0,"skills":["SCRIBING","COOKING"],"lvl":65,"ids":{"agi":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":74},{"name":"Ice Sliver","tier":0,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":40,"ids":{"dex":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":5,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":75},{"name":"Icy Shard","tier":0,"skills":["ARMOURING"],"lvl":45,"ids":{"thorns":{"minimum":2,"maximum":5},"wDamPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":76},{"name":"Illuminated Spirit","tier":0,"skills":["JEWELING"],"lvl":75,"ids":{"dex":{"minimum":1,"maximum":1},"eSteal":{"minimum":-2,"maximum":-1}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":77},{"name":"Lava Blisters","tier":0,"skills":["ARMOURING"],"lvl":38,"ids":{"fDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":78},{"name":"Leafy Stalk","tier":0,"skills":["WOODWORKING","WEAPONSMITHING","COOKING"],"lvl":68,"ids":{"hprRaw":{"minimum":4,"maximum":12}},"itemIDs":{"dura":-40,"strReq":5,"dexReq":0,"intReq":5,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":80},{"name":"Leather","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":2,"ids":{"def":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":79},{"name":"Licorice Ropes","tier":0,"skills":["TAILORING","COOKING"],"lvl":60,"ids":{"hprPct":{"minimum":-3,"maximum":-2},"spd":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":81},{"name":"Lizard Scale","tier":0,"skills":["ARMOURING"],"lvl":53,"ids":{"eDefPct":{"minimum":3,"maximum":5},"hpBonus":{"minimum":110,"maximum":130}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":82},{"name":"Lizard Tail","tier":0,"skills":["COOKING","SCRIBING"],"lvl":55,"ids":{"hprPct":{"minimum":2,"maximum":5},"hprRaw":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":83},{"name":"Looted Alloy","tier":0,"skills":["ARMOURING"],"lvl":61,"ids":{"fDefPct":{"minimum":3,"maximum":4},"hpBonus":{"minimum":140,"maximum":160}},"itemIDs":{"dura":-39,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":701},{"name":"Lunar Dust","tier":0,"skills":["SCRIBING","ALCHEMISM"],"lvl":32,"ids":{"sdPct":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-57},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":84},{"name":"Luu Luu Vertebrae","tier":0,"skills":["TAILORING"],"lvl":95,"ids":{"hpBonus":{"minimum":480,"maximum":520}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":85},{"name":"Magic Feather","tier":0,"skills":["SCRIBING"],"lvl":80,"ids":{"hprRaw":{"minimum":16,"maximum":20}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-84},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":86},{"name":"Magmatic Skin","tier":0,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":85,"ids":{"fDefPct":{"minimum":3,"maximum":5},"def":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":12,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":87},{"name":"Manis Carapace","tier":0,"skills":["COOKING"],"lvl":95,"ids":{"thorns":{"minimum":4,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-280},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":88},{"name":"Marsufosa Pelt","tier":0,"skills":["TAILORING"],"lvl":90,"ids":{"spd":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":89},{"name":"Mashed Insect","tier":0,"skills":["COOKING"],"lvl":30,"ids":{"hprPct":{"minimum":1,"maximum":2},"hprRaw":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":90},{"name":"Melted Steel","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":89,"ids":{"fDefPct":{"minimum":4,"maximum":8},"wDamPct":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":12,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":92},{"name":"Metal Scraps","tier":0,"skills":["ARMOURING"],"lvl":56,"ids":{"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":5,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":93},{"name":"Mineral Cinder","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":55,"ids":{"expd":{"minimum":1,"maximum":7}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":91},{"name":"Mixed Seeds","tier":0,"skills":["COOKING","ALCHEMISM"],"lvl":20,"ids":{"agi":{"minimum":-3,"maximum":-2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":15},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":94},{"name":"Myconid Spores","tier":0,"skills":["ALCHEMISM"],"lvl":71,"ids":{"fDamPct":{"minimum":3,"maximum":6},"wDamPct":{"minimum":3,"maximum":6},"aDamPct":{"minimum":3,"maximum":6},"tDamPct":{"minimum":3,"maximum":6},"eDamPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":95},{"name":"Naga Tail","tier":0,"skills":["ALCHEMISM"],"lvl":55,"ids":{"eDamPct":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":96},{"name":"Oceanic Silt","tier":0,"skills":["ARMOURING"],"lvl":27,"ids":{"mdRaw":{"minimum":4,"maximum":11}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":97},{"name":"Ocelot Tail","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":25,"ids":{"str":{"minimum":-2,"maximum":-1},"spd":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":99},{"name":"Ocelot Pelt","tier":0,"skills":["TAILORING"],"lvl":23,"ids":{"spd":{"minimum":0,"maximum":4}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":4},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":98},{"name":"Ominous Pearl","tier":0,"skills":["ALCHEMISM"],"lvl":97,"ids":{"xpb":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-94},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":101},{"name":"Old Bone","tier":0,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":20,"ids":{"sdPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":100},{"name":"Optic Fiber","tier":0,"skills":["ARMOURING"],"lvl":101,"ids":{"ref":{"minimum":9,"maximum":18}},"itemIDs":{"dura":-53,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":102},{"name":"Orc Eye","tier":0,"skills":["WOODWORKING","TAILORING"],"lvl":44,"ids":{"spd":{"minimum":-5,"maximum":-3},"mdRaw":{"minimum":7,"maximum":13}},"itemIDs":{"dura":-33,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":103},{"name":"Orc Teeth","tier":0,"skills":["WEAPONSMITHING"],"lvl":46,"ids":{"mdPct":{"minimum":1,"maximum":2},"eDamPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-33,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":106},{"name":"Orc Skin","displayName":"Yale Leather","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":63,"ids":{"fDefPct":{"minimum":3,"maximum":6},"str":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-40,"strReq":5,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":105},{"name":"Overgrown Bones","tier":0,"skills":["COOKING","ALCHEMISM"],"lvl":61,"ids":{"hprRaw":{"minimum":7,"maximum":9}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":107},{"name":"Perkish Potato","tier":0,"skills":["COOKING"],"lvl":90,"ids":{"mdPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-270},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":108},{"name":"Pigman Meat","tier":0,"skills":["COOKING","ALCHEMISM"],"lvl":11,"ids":{"mdPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":109},{"name":"Pig's Remains","tier":0,"skills":["COOKING"],"lvl":78,"ids":{"hprRaw":{"minimum":12,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-240},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":110},{"name":"Plucked Feather","tier":0,"skills":["TAILORING","ALCHEMISM"],"lvl":83,"ids":{"spd":{"minimum":2,"maximum":3},"hpBonus":{"minimum":-320,"maximum":-200}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-84},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":111},{"name":"Poorly-Made Pouch","tier":0,"skills":["TAILORING"],"lvl":81,"ids":{"lb":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":112},{"name":"Potato","tier":0,"skills":["COOKING"],"lvl":1,"ids":{"lb":{"minimum":1,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":113},{"name":"Prickly Grass","tier":0,"skills":["ALCHEMISM","TAILORING"],"lvl":73,"ids":{"thorns":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":115},{"name":"Protective Fabric","tier":0,"skills":["TAILORING"],"lvl":85,"ids":{"fDefPct":{"minimum":1,"maximum":2},"wDefPct":{"minimum":1,"maximum":2},"aDefPct":{"minimum":1,"maximum":2},"tDefPct":{"minimum":1,"maximum":2},"eDefPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":116},{"name":"Putrid Gunk","tier":0,"skills":["SCRIBING"],"lvl":4,"ids":{"eDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-38},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":118},{"name":"Pure Rain Stone","tier":0,"skills":["JEWELING"],"lvl":77,"ids":{"mdPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":117},{"name":"Rancid Flesh","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"mdPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":119},{"name":"Red Mushroom","tier":0,"skills":["ALCHEMISM"],"lvl":1,"ids":{"hprRaw":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-36},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":121},{"name":"Rat Hair","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":3,"ids":{"ls":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":120},{"name":"Retinal Membrane","tier":0,"skills":["SCRIBING"],"lvl":100,"ids":{"lq":{"minimum":1,"maximum":1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-95},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":126},{"name":"Reptile Scales","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":52,"ids":{"ls":{"minimum":7,"maximum":13},"def":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":122},{"name":"River Clay","tier":0,"skills":["JEWELING","TAILORING","ARMOURING"],"lvl":23,"ids":{"mdPct":{"minimum":-4,"maximum":-2},"wDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":125},{"name":"Resilient Stone","tier":0,"skills":["ARMOURING"],"lvl":78,"ids":{"eDefPct":{"minimum":1,"maximum":3},"def":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":123},{"name":"Robot Antenna","tier":0,"skills":["ARMOURING"],"lvl":85,"ids":{"dex":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":5,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":124},{"name":"Rose","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":18,"ids":{"thorns":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":127},{"name":"Rotten Flesh","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":1,"ids":{"mdPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":129},{"name":"Rotten Bone","tier":0,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":8,"ids":{"def":{"minimum":1,"maximum":1},"spd":{"minimum":-2,"maximum":-1}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":128},{"name":"Royal Bug’s Blood","tier":0,"skills":["ALCHEMISM","WOODWORKING"],"lvl":76,"ids":{"sdPct":{"minimum":2,"maximum":4},"xpb":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":8,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-230},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":130},{"name":"Rusty Spurs","tier":0,"skills":["JEWELING"],"lvl":36,"ids":{"sprint":{"minimum":1,"maximum":3},"sprintReg":{"minimum":0,"maximum":-2}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":721},{"name":"Salt Water","tier":0,"skills":["COOKING","ALCHEMISM"],"lvl":21,"ids":{"hpBonus":{"minimum":10,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":131},{"name":"Sandy Bonemeal","tier":0,"skills":["JEWELING","ARMOURING"],"lvl":34,"ids":{"aDefPct":{"minimum":-3,"maximum":-2},"eDamPct":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-26,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":132},{"name":"Seagrass","tier":0,"skills":["COOKING"],"lvl":23,"ids":{"str":{"minimum":1,"maximum":4},"spd":{"minimum":-4,"maximum":-1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":134},{"name":"Seabird Feather","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":26,"ids":{"mdPct":{"minimum":-3,"maximum":-1},"aDamPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":133},{"name":"Severed Heart","tier":0,"skills":["COOKING"],"lvl":69,"ids":{"ls":{"minimum":12,"maximum":18},"hprRaw":{"minimum":-18,"maximum":-12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":135},{"name":"Sharp Claw","tier":0,"skills":["JEWELING","WEAPONSMITHING"],"lvl":85,"ids":{"mdPct":{"minimum":1,"maximum":3},"mdRaw":{"minimum":10,"maximum":13}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":137},{"name":"Severed Leg","tier":0,"skills":["WEAPONSMITHING"],"lvl":56,"ids":{"mdRaw":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":136},{"name":"Shattered Blade","tier":0,"skills":["WEAPONSMITHING"],"lvl":83,"ids":{"mdRaw":{"minimum":20,"maximum":23}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":5,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":138},{"name":"Shining Wool","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":72,"ids":{"fDamPct":{"minimum":1,"maximum":2},"wDamPct":{"minimum":1,"maximum":2},"aDamPct":{"minimum":1,"maximum":2},"tDamPct":{"minimum":1,"maximum":2},"eDamPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":143},{"name":"Shorting Wire","tier":0,"skills":["WEAPONSMITHING"],"lvl":90,"ids":{"tDefPct":{"minimum":-5,"maximum":-2},"tDamPct":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":15,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":139},{"name":"Sheep Hoof","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":8,"ids":{"sprint":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-19,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":722},{"name":"Silver Feather","tier":0,"skills":["SCRIBING"],"lvl":96,"ids":{"lb":{"minimum":0,"maximum":7},"agi":{"minimum":1,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-93},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":141},{"name":"Shredded Bone","tier":0,"skills":["ALCHEMISM","SCRIBING"],"lvl":23,"ids":{"thorns":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":140},{"name":"Snake Eye","tier":0,"skills":["ALCHEMISM"],"lvl":20,"ids":{"agi":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":4},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":145},{"name":"Skyraider Coin","tier":0,"skills":["JEWELING"],"lvl":99,"ids":{"eSteal":{"minimum":3,"maximum":4},"mdRaw":{"minimum":9,"maximum":10}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":7,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":142},{"name":"Sludge Parasite","tier":0,"skills":["ARMOURING"],"lvl":102,"ids":{"def":{"minimum":-4,"maximum":-2},"poison":{"minimum":100,"maximum":120}},"itemIDs":{"dura":-53,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":144},{"name":"Soft Blue Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"wDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":148},{"name":"Snow Heart","tier":0,"skills":["ALCHEMISM","COOKING"],"lvl":43,"ids":{"sdPct":{"minimum":2,"maximum":4},"wDamPct":{"minimum":1,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-180},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":147},{"name":"Snow Clump","tier":0,"skills":["TAILORING"],"lvl":45,"ids":{"ref":{"minimum":2,"maximum":5},"wDamPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":146},{"name":"Soft Green Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"eDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":151},{"name":"Soft White Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"aDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":150},{"name":"Soft Red Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"fDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":149},{"name":"Soft Sand","tier":0,"skills":["WEAPONSMITHING"],"lvl":30,"ids":{"mdPct":{"minimum":1,"maximum":1},"spd":{"minimum":-3,"maximum":-2}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":153},{"name":"Soggy Stone","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":76,"ids":{"tDefPct":{"minimum":-5,"maximum":-2},"wDamPct":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":154},{"name":"Soul Essence","tier":0,"skills":["SCRIBING"],"lvl":103,"ids":{"mdPct":{"minimum":5,"maximum":6},"mdRaw":{"minimum":23,"maximum":27}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-97},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":155},{"name":"Soft Yellow Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":10,"ids":{"tDefPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":152},{"name":"Spider Leg","tier":0,"skills":["TAILORING"],"lvl":43,"ids":{"spd":{"minimum":1,"maximum":3},"hpBonus":{"minimum":-50,"maximum":-40}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":5},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":156},{"name":"Spellbound Ash","tier":0,"skills":["ALCHEMISM"],"lvl":18,"ids":{"sdPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":5,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-45},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":157},{"name":"Spider Eggs","tier":0,"skills":["JEWELING","SCRIBING"],"lvl":23,"ids":{"poison":{"minimum":8,"maximum":10}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":158},{"name":"Spider Fang","tier":0,"skills":["ALCHEMISM","WEAPONSMITHING"],"lvl":5,"ids":{"poison":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-38},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":159},{"name":"Squid Ink","tier":0,"skills":["SCRIBING","COOKING"],"lvl":28,"ids":{"wDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":160},{"name":"Stolen Seeds","tier":0,"skills":["COOKING"],"lvl":92,"ids":{"thorns":{"minimum":8,"maximum":13},"eSteal":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-270},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":163},{"name":"Stack of Coins","tier":0,"skills":["JEWELING"],"lvl":73,"ids":{"xpb":{"minimum":1,"maximum":2},"lb":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-84,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":161},{"name":"Stolen Harvest","tier":0,"skills":["COOKING"],"lvl":53,"ids":{"hprRaw":{"minimum":5,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":162},{"name":"Storm Horn","tier":0,"skills":["WEAPONSMITHING"],"lvl":96,"ids":{"aDamPct":{"minimum":3,"maximum":5},"tDamPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":164},{"name":"Tanned Flesh","tier":0,"skills":["TAILORING"],"lvl":35,"ids":{"fDefPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":166},{"name":"Sugar Stick","tier":0,"skills":["WOODWORKING","COOKING"],"lvl":65,"ids":{"sdPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":165},{"name":"Tendon Clump","tier":0,"skills":["COOKING","SCRIBING"],"lvl":24,"ids":{"agi":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":168},{"name":"Terracotta Chunk","tier":0,"skills":["ARMOURING"],"lvl":33,"ids":{"eDefPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-30,"strReq":4,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":169},{"name":"Thick Mud","tier":0,"skills":["ALCHEMISM","JEWELING"],"lvl":21,"ids":{"str":{"minimum":1,"maximum":1},"spd":{"minimum":-3,"maximum":-2}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":170},{"name":"Tarnished Gold Foil","tier":0,"skills":["SCRIBING","JEWELING"],"lvl":5,"ids":{"xpb":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-38},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":167},{"name":"Thin Quill","tier":0,"skills":["SCRIBING","ARMOURING","TAILORING"],"lvl":8,"ids":{"aDamPct":{"minimum":1,"maximum":3}},"itemIDs":{"dura":-19,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-40},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":172},{"name":"Thick Vines","tier":0,"skills":["WOODWORKING","TAILORING"],"lvl":53,"ids":{"eDefPct":{"minimum":4,"maximum":6},"spd":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":171},{"name":"Torn Skin","tier":0,"skills":["ALCHEMISM"],"lvl":50,"ids":{"poison":{"minimum":45,"maximum":50}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-66},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":173},{"name":"Toxic Lumps","tier":0,"skills":["ALCHEMISM"],"lvl":102,"ids":{"hprPct":{"minimum":-15,"maximum":-12},"tDamPct":{"minimum":5,"maximum":6},"eDamPct":{"minimum":8,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":175},{"name":"Troll Hair","tier":0,"skills":["WEAPONSMITHING"],"lvl":42,"ids":{"mdPct":{"minimum":2,"maximum":4},"spd":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":176},{"name":"Turtle Shell","tier":0,"skills":["ARMOURING"],"lvl":90,"ids":{"def":{"minimum":1,"maximum":1},"thorns":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":177},{"name":"Tough Skin","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":84,"ids":{"def":{"minimum":2,"maximum":4},"hpBonus":{"minimum":300,"maximum":400}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":174},{"name":"Unholy Spirit","tier":0,"skills":["ALCHEMISM","SCRIBING"],"lvl":62,"ids":{"spRegen":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":48},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":178},{"name":"Unmeltable Ice","tier":0,"skills":["JEWELING","WOODWORKING"],"lvl":92,"ids":{"fDefPct":{"minimum":1,"maximum":2},"wDefPct":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":8,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":179},{"name":"Victim's Skull","tier":0,"skills":["ARMOURING"],"lvl":60,"ids":{"xpb":{"minimum":-4,"maximum":-2},"lb":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":18,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":181},{"name":"Used Fireball","tier":0,"skills":["SCRIBING","ALCHEMISM"],"lvl":6,"ids":{"fDamPct":{"minimum":1,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-39},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":180},{"name":"Viscous Slime","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":51,"ids":{"poison":{"minimum":90,"maximum":105}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":182},{"name":"Void Essence","tier":0,"skills":["SCRIBING"],"lvl":95,"ids":{"sdPct":{"minimum":2,"maximum":4},"agi":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":191},{"name":"Warped Skin","tier":0,"skills":["ARMOURING","TAILORING"],"lvl":14,"ids":{"def":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":183},{"name":"Waterlogged Branch","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":20,"ids":{"sdPct":{"minimum":-5,"maximum":-3},"mdPct":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":184},{"name":"Werewolf Tail","tier":0,"skills":["TAILORING","ALCHEMISM"],"lvl":72,"ids":{"def":{"minimum":-3,"maximum":-1},"spd":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":185},{"name":"Wood Shavings","tier":0,"skills":["SCRIBING","WOODWORKING"],"lvl":43,"ids":{"xpb":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":187},{"name":"Wolf Fang","tier":0,"skills":["WEAPONSMITHING"],"lvl":41,"ids":{"mdPct":{"minimum":1,"maximum":2},"spd":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":186},{"name":"Wood Scrap","tier":0,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":75,"ids":{"mdRaw":{"minimum":20,"maximum":26}},"itemIDs":{"dura":-87,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":188},{"name":"Wool","tier":0,"skills":["TAILORING","ARMOURING"],"lvl":1,"ids":{"wDefPct":{"minimum":1,"maximum":2},"aDefPct":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":190},{"name":"Wood Snippet","tier":0,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":16,"ids":{"hpBonus":{"minimum":10,"maximum":20}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":189},{"name":"Worn Memorabilia","tier":0,"skills":["JEWELING","TAILORING"],"lvl":16,"ids":{"hprPct":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-23,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":192},{"name":"Wybel Taffy","tier":0,"skills":["ALCHEMISM","COOKING"],"lvl":65,"ids":{"def":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":193},{"name":"Wybel Fluff","tier":0,"skills":["TAILORING"],"lvl":90,"ids":{"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":194},{"name":"Zhight Herbal Mix","tier":0,"skills":["COOKING","SCRIBING","ALCHEMISM"],"lvl":55,"ids":{"sdPct":{"minimum":-4,"maximum":-1},"mdPct":{"minimum":-4,"maximum":-1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":24},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":195},{"name":"Zombie Eye","tier":0,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":54,"ids":{"str":{"minimum":1,"maximum":2},"mdRaw":{"minimum":8,"maximum":15}},"itemIDs":{"dura":-37,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":196},{"name":"Acidic Remains","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":102,"ids":{"hprRaw":{"minimum":-60,"maximum":-50},"fDamPct":{"minimum":9,"maximum":12}},"itemIDs":{"dura":-74,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":197},{"name":"Active Fireball","tier":1,"skills":["SCRIBING","COOKING","ALCHEMISM"],"lvl":4,"ids":{"fDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":198},{"name":"Adventurer's Diary","tier":1,"skills":["SCRIBING"],"lvl":60,"ids":{"xpb":{"minimum":4,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-99},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":199},{"name":"Alga","tier":1,"skills":["TAILORING"],"lvl":60,"ids":{"str":{"minimum":2,"maximum":3},"mdRaw":{"minimum":24,"maximum":26}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":201},{"name":"Agullo Beak","tier":1,"skills":["WEAPONSMITHING"],"lvl":81,"ids":{"spd":{"minimum":3,"maximum":7},"aDamPct":{"minimum":6,"maximum":11}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":16},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":200},{"name":"Algae Mat","tier":1,"skills":["SCRIBING"],"lvl":36,"ids":{"ref":{"minimum":9,"maximum":15},"thorns":{"minimum":12,"maximum":18}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":202},{"name":"Ashen Hide","tier":1,"skills":["TAILORING"],"lvl":90,"ids":{"wDefPct":{"minimum":-12,"maximum":-8}},"itemIDs":{"dura":35,"strReq":0,"dexReq":0,"intReq":0,"defReq":6,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":203},{"name":"Beak of the Nivlan Beauty","tier":1,"skills":["WEAPONSMITHING","TAILORING","ARMOURING"],"lvl":8,"ids":{"hpBonus":{"minimum":10,"maximum":14}},"itemIDs":{"dura":-28,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":205},{"name":"Beef Tongue","tier":1,"skills":["COOKING"],"lvl":25,"ids":{"hprPct":{"minimum":5,"maximum":10},"hpBonus":{"minimum":24,"maximum":36}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":204},{"name":"Bloodstained Remains","tier":1,"skills":["TAILORING"],"lvl":58,"ids":{"ls":{"minimum":20,"maximum":30},"hprRaw":{"minimum":-20,"maximum":-15}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":206},{"name":"Broken Dagger","tier":1,"skills":["WEAPONSMITHING"],"lvl":73,"ids":{"mdPct":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-70,"strReq":15,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":207},{"name":"Broken Steel Hook","tier":1,"skills":["WOODWORKING"],"lvl":55,"ids":{"dex":{"minimum":2,"maximum":5},"mdRaw":{"minimum":18,"maximum":22}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":208},{"name":"Broken Steel Blade","tier":1,"skills":["WEAPONSMITHING"],"lvl":55,"ids":{"mdPct":{"minimum":2,"maximum":6},"str":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-52,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":209},{"name":"Burning Soul","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":85,"ids":{"wDefPct":{"minimum":-10,"maximum":-6},"fDamPct":{"minimum":8,"maximum":13}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":210},{"name":"Captain's Glass","tier":1,"skills":["WEAPONSMITHING","TAILORING"],"lvl":28,"ids":{"mdPct":{"minimum":7,"maximum":10},"spd":{"minimum":-6,"maximum":-3}},"itemIDs":{"dura":-38,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":211},{"name":"Carapace Fragment","tier":1,"skills":["ARMOURING","WOODWORKING"],"lvl":23,"ids":{"spd":{"minimum":4,"maximum":6},"mdRaw":{"minimum":8,"maximum":10}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":212},{"name":"Cat Tail","tier":1,"skills":["TAILORING"],"lvl":83,"ids":{"spd":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":213},{"name":"Chain Loop","tier":1,"skills":["ARMOURING"],"lvl":35,"ids":{"wDefPct":{"minimum":-6,"maximum":-4},"hpBonus":{"minimum":50,"maximum":70}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":215},{"name":"Cataratite","tier":1,"skills":["ARMOURING","JEWELING"],"lvl":100,"ids":{"hprPct":{"minimum":-10,"maximum":-8}},"itemIDs":{"dura":45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":214},{"name":"Charred Bone","tier":1,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":9,"ids":{"fDamPct":{"minimum":4,"maximum":7}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":216},{"name":"Chipped Quartz","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":45,"ids":{"sdPct":{"minimum":3,"maximum":5},"sdRaw":{"minimum":15,"maximum":20}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":218},{"name":"Chitin Plate","tier":1,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":64,"ids":{"dex":{"minimum":2,"maximum":4},"hpBonus":{"minimum":260,"maximum":320}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":25,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":217},{"name":"Coagulated Clot","tier":1,"skills":["SCRIBING","ALCHEMISM"],"lvl":7,"ids":{"hprRaw":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-54},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":219},{"name":"Congealed Slime","tier":1,"skills":["COOKING"],"lvl":80,"ids":{"eDefPct":{"minimum":6,"maximum":12},"spd":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-350},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":222},{"name":"Condor Feather","tier":1,"skills":["TAILORING"],"lvl":35,"ids":{"aDamPct":{"minimum":6,"maximum":10}},"itemIDs":{"dura":-42,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":220},{"name":"Consecrated Ivory","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":60,"ids":{"spRegen":{"minimum":10,"maximum":10},"sprint":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":723},{"name":"Corn Husk","tier":1,"skills":["COOKING","SCRIBING"],"lvl":23,"ids":{"hprRaw":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":221},{"name":"Cortrich Eggs","tier":1,"skills":["COOKING"],"lvl":83,"ids":{"str":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":223},{"name":"Cracked Geode","tier":1,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":24,"ids":{"str":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-35,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":224},{"name":"Crystal Dust","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":35,"ids":{"sdPct":{"minimum":4,"maximum":8},"spd":{"minimum":-5,"maximum":-2}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":8,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":225},{"name":"Crystallized Organ","tier":1,"skills":["COOKING"],"lvl":100,"ids":{"lq":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":226},{"name":"Cyclops Eye","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":84,"ids":{"str":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":227},{"name":"Dead Bee","tier":1,"skills":["ALCHEMISM"],"lvl":5,"ids":{"hpBonus":{"minimum":-6,"maximum":-4},"mdRaw":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-54},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":228},{"name":"Demonic Blood","tier":1,"skills":["COOKING","ARMOURING","TAILORING"],"lvl":99,"ids":{"ls":{"minimum":30,"maximum":40},"poison":{"minimum":60,"maximum":80}},"itemIDs":{"dura":-73,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":229},{"name":"Dense Void Hole Chunk","tier":1,"skills":["JEWELING"],"lvl":104,"ids":{"spd":{"minimum":-5,"maximum":-5},"eDamPct":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-75,"strReq":15,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":230},{"name":"Dragonling Egg","tier":1,"skills":["COOKING"],"lvl":98,"ids":{"aDefPct":{"minimum":6,"maximum":12},"tDefPct":{"minimum":5,"maximum":11},"eDefPct":{"minimum":8,"maximum":13}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":231},{"name":"Earthly Aura","tier":1,"skills":["SCRIBING"],"lvl":84,"ids":{"mdPct":{"minimum":5,"maximum":7},"str":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":232},{"name":"Durable Skin","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":77,"ids":{"eDefPct":{"minimum":4,"maximum":6},"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-61,"strReq":10,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":233},{"name":"Elemental Crystal","tier":1,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"ref":{"minimum":4,"maximum":5},"thorns":{"minimum":4,"maximum":5},"hpBonus":{"minimum":200,"maximum":230},"sdRaw":{"minimum":18,"maximum":25},"mdRaw":{"minimum":14,"maximum":20}},"itemIDs":{"dura":-101,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":234},{"name":"Empty Casings","tier":1,"skills":["JEWELING"],"lvl":45,"ids":{"mdPct":{"minimum":2,"maximum":3},"expd":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":235},{"name":"Energetic Aura","tier":1,"skills":["SCRIBING"],"lvl":80,"ids":{"ls":{"minimum":35,"maximum":40},"dex":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":236},{"name":"Essence Of Dusk","displayName":"Essence of Dusk","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":64,"ids":{"sdPct":{"minimum":6,"maximum":8},"sdRaw":{"minimum":25,"maximum":35}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":237},{"name":"Faebloom Petal","tier":1,"skills":["JEWELING"],"lvl":65,"ids":{"fDefPct":{"minimum":-6,"maximum":-5},"str":{"minimum":2,"maximum":2},"eDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-56,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":711},{"name":"Fancy Pelt","tier":1,"skills":["TAILORING"],"lvl":85,"ids":{"fDefPct":{"minimum":8,"maximum":12},"eDefPct":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":238},{"name":"Fiery Aura","tier":1,"skills":["SCRIBING"],"lvl":88,"ids":{"def":{"minimum":4,"maximum":6},"hpBonus":{"minimum":450,"maximum":550}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":239},{"name":"Flugsvamp Cap","tier":1,"skills":["COOKING"],"lvl":8,"ids":{"spd":{"minimum":3,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":240},{"name":"Forgotten Axe","tier":1,"skills":["WEAPONSMITHING"],"lvl":13,"ids":{"mdRaw":{"minimum":7,"maximum":10}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":241},{"name":"Forgotten Pickaxe","tier":1,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":96,"ids":{"mdRaw":{"minimum":40,"maximum":50},"eDamPct":{"minimum":6,"maximum":7}},"itemIDs":{"dura":-71,"strReq":14,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":242},{"name":"Foul Fluid","tier":1,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":71,"ids":{"poison":{"minimum":240,"maximum":280},"hprRaw":{"minimum":-30,"maximum":-20}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":243},{"name":"Fragmentation","tier":1,"skills":["ARMOURING","WOODWORKING"],"lvl":101,"ids":{"agi":{"minimum":5,"maximum":8},"hpBonus":{"minimum":-486,"maximum":-444}},"itemIDs":{"dura":-74,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":244},{"name":"Frostbitten Flesh","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":44,"ids":{"spd":{"minimum":-4,"maximum":-3},"hpBonus":{"minimum":120,"maximum":140}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":246},{"name":"Fuming Lava Rock","tier":1,"skills":["WEAPONSMITHING","ARMOURING","JEWELING"],"lvl":23,"ids":{"expd":{"minimum":3,"maximum":4},"fDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":245},{"name":"Gloomy Orb","tier":1,"skills":["JEWELING"],"lvl":57,"ids":{"ls":{"minimum":-12,"maximum":-8},"tDamPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":247},{"name":"Glowing Scales","tier":1,"skills":["ARMOURING"],"lvl":72,"ids":{"ref":{"minimum":5,"maximum":12},"thorns":{"minimum":5,"maximum":12}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":248},{"name":"Golden Coin","displayName":"Prized Coin","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":74,"ids":{"xpb":{"minimum":4,"maximum":4},"lb":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":250},{"name":"Green Foot","tier":1,"skills":["TAILORING"],"lvl":103,"ids":{"def":{"minimum":5,"maximum":8},"spd":{"minimum":-10,"maximum":-7},"hpBonus":{"minimum":750,"maximum":800}},"itemIDs":{"dura":-75,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":-10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":249},{"name":"Green Scale","tier":1,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":44,"ids":{"eDefPct":{"minimum":2,"maximum":6},"eDamPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-45,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":251},{"name":"Gunpowder","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":37,"ids":{"expd":{"minimum":15,"maximum":20}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-81},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":252},{"name":"Hardened Mandible","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":91,"ids":{"wDefPct":{"minimum":-10,"maximum":-7},"aDefPct":{"minimum":-10,"maximum":-7}},"itemIDs":{"dura":-70,"strReq":-10,"dexReq":0,"intReq":0,"defReq":-10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":253},{"name":"Hatchling Remnant","tier":1,"skills":["ARMOURING","SCRIBING"],"lvl":75,"ids":{"ls":{"minimum":40,"maximum":50},"aDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-61,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12},"consumableIDs":{"charges":0,"dura":-115},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":254},{"name":"Horse Mane","tier":1,"skills":["TAILORING","SCRIBING"],"lvl":22,"ids":{"agi":{"minimum":1,"maximum":1},"spd":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-69},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":255},{"name":"Hunter's Disguise","tier":1,"skills":["TAILORING"],"lvl":78,"ids":{"agi":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":257},{"name":"Ibjub Fruit","tier":1,"skills":["COOKING"],"lvl":60,"ids":{"ls":{"minimum":10,"maximum":12},"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-300},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":256},{"name":"Ice Fishing Bait","tier":1,"skills":["COOKING"],"lvl":41,"ids":{"spd":{"minimum":3,"maximum":5},"wDamPct":{"minimum":3,"maximum":5},"aDamPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-250},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":713},{"name":"Ice Fishing Net","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":41,"ids":{"hpBonus":{"minimum":50,"maximum":75},"sdRaw":{"minimum":10,"maximum":15},"mdRaw":{"minimum":10,"maximum":15}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":715},{"name":"Ice Fishing Hook","tier":1,"skills":["WEAPONSMITHING"],"lvl":41,"ids":{"hpBonus":{"minimum":-100,"maximum":-80},"sdRaw":{"minimum":16,"maximum":20},"mdRaw":{"minimum":16,"maximum":20}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":714},{"name":"Ice Fishing Twine","tier":1,"skills":["WOODWORKING"],"lvl":41,"ids":{"hpBonus":{"minimum":80,"maximum":100},"sdRaw":{"minimum":-20,"maximum":-16},"mdRaw":{"minimum":-20,"maximum":-16}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":716},{"name":"Ice Fragment","tier":1,"skills":["WOODWORKING","TAILORING"],"lvl":42,"ids":{"lb":{"minimum":2,"maximum":5},"agi":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":7},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":258},{"name":"Iceberries","tier":1,"skills":["ALCHEMISM"],"lvl":75,"ids":{"mr":{"minimum":0,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":259},{"name":"Illicit Quince","tier":1,"skills":["WOODWORKING","ALCHEMISM"],"lvl":33,"ids":{"hprPct":{"minimum":4,"maximum":5},"hpBonus":{"minimum":40,"maximum":45}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":697},{"name":"Illicit Hemlock","tier":1,"skills":["TAILORING","ALCHEMISM"],"lvl":33,"ids":{"ls":{"minimum":12,"maximum":18},"poison":{"minimum":20,"maximum":25}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":696},{"name":"Illicit Tingflower","tier":1,"skills":["JEWELING","ALCHEMISM"],"lvl":33,"ids":{"tDefPct":{"minimum":2,"maximum":4},"tDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-10},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":698},{"name":"Illicit Whitethorn","tier":1,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":33,"ids":{"agi":{"minimum":2,"maximum":3},"aDamPct":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":699},{"name":"Illicit Yarrow","tier":1,"skills":["ARMOURING","ALCHEMISM"],"lvl":33,"ids":{"int":{"minimum":2,"maximum":3},"sdRaw":{"minimum":15,"maximum":20}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":700},{"name":"Insanity Star","tier":1,"skills":["WOODWORKING","JEWELING"],"lvl":103,"ids":{"fDefPct":{"minimum":-4,"maximum":-2},"wDefPct":{"minimum":-4,"maximum":-2},"aDefPct":{"minimum":-4,"maximum":-2},"tDefPct":{"minimum":-4,"maximum":-2},"eDefPct":{"minimum":-4,"maximum":-2},"fDamPct":{"minimum":2,"maximum":4},"wDamPct":{"minimum":2,"maximum":4},"aDamPct":{"minimum":2,"maximum":4},"tDamPct":{"minimum":2,"maximum":4},"eDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-80,"strReq":10,"dexReq":10,"intReq":10,"defReq":10,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":265},{"name":"Infused Gold","tier":1,"skills":["JEWELING"],"lvl":18,"ids":{"lb":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-33,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":260},{"name":"Intermittenstirrups","tier":1,"skills":["WEAPONSMITHING","WOODWORKING","TAILORING"],"lvl":27,"ids":{"sprint":{"minimum":4,"maximum":6},"sprintReg":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-34,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":3},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":724},{"name":"Ivory Tusk","tier":1,"skills":["JEWELING"],"lvl":86,"ids":{"poison":{"minimum":-100,"maximum":-80},"hprRaw":{"minimum":20,"maximum":30}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":261},{"name":"Jolting Geode","tier":1,"skills":["JEWELING"],"lvl":13,"ids":{"mdRaw":{"minimum":2,"maximum":3},"tDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-30,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":263},{"name":"Karl Johan Cap","tier":1,"skills":["COOKING"],"lvl":7,"ids":{"hprRaw":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":264},{"name":"Kaian Scroll","tier":1,"skills":["SCRIBING"],"lvl":94,"ids":{"dex":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":262},{"name":"Larbonic Sheddings","tier":1,"skills":["TAILORING"],"lvl":103,"ids":{"wDefPct":{"minimum":12,"maximum":15},"aDefPct":{"minimum":-8,"maximum":-6},"eDefPct":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":266},{"name":"Laryngeal Flesh","tier":1,"skills":["ALCHEMISM"],"lvl":22,"ids":{"mdPct":{"minimum":10,"maximum":12},"sdRaw":{"minimum":-16,"maximum":-14}},"itemIDs":{"dura":0,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-69},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":267},{"name":"Leg Eater Tooth","tier":1,"skills":["WEAPONSMITHING"],"lvl":103,"ids":{"hprPct":{"minimum":-12,"maximum":-8},"tDamPct":{"minimum":6,"maximum":9},"eDamPct":{"minimum":6,"maximum":9}},"itemIDs":{"dura":-75,"strReq":10,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":268},{"name":"Letvus Delight","tier":1,"skills":["COOKING"],"lvl":70,"ids":{"fDamPct":{"minimum":5,"maximum":7},"wDamPct":{"minimum":5,"maximum":7},"aDamPct":{"minimum":5,"maximum":7},"tDamPct":{"minimum":5,"maximum":7},"eDamPct":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-325},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":270},{"name":"Lively Apple","tier":1,"skills":["COOKING"],"lvl":15,"ids":{"hprRaw":{"minimum":2,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":269},{"name":"Lion Fang","tier":1,"skills":["JEWELING","TAILORING"],"lvl":28,"ids":{"sdRaw":{"minimum":6,"maximum":8},"mdRaw":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":271},{"name":"Lockpicking Kit","tier":1,"skills":["TAILORING","ARMOURING"],"lvl":81,"ids":{"lb":{"minimum":1,"maximum":6},"eSteal":{"minimum":1,"maximum":5}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":275},{"name":"Lost Talisman","tier":1,"skills":["JEWELING","ARMOURING","TAILORING"],"lvl":71,"ids":{"ref":{"minimum":3,"maximum":4},"spRegen":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":272},{"name":"Lotus Seedpod","tier":1,"skills":["WOODWORKING","JEWELING","COOKING"],"lvl":80,"ids":{"hprPct":{"minimum":6,"maximum":8},"hprRaw":{"minimum":-15,"maximum":-13}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-340},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":273},{"name":"Luminescent Ink","tier":1,"skills":["SCRIBING"],"lvl":14,"ids":{"spRegen":{"minimum":20,"maximum":40}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":30},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":274},{"name":"Lunar Shard","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":34,"ids":{"ms":{"minimum":0,"maximum":4}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":276},{"name":"Luxic Plasma","displayName":"Antipollen","tier":1,"skills":["ARMOURING","ALCHEMISM"],"lvl":73,"ids":{"ref":{"minimum":2,"maximum":4},"thorns":{"minimum":2,"maximum":4},"eDamPct":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-62,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":277},{"name":"Marrow Dust","tier":1,"skills":["SCRIBING"],"lvl":92,"ids":{"hprRaw":{"minimum":40,"maximum":60}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":278},{"name":"Mixed Jewel Deposit","tier":1,"skills":["JEWELING"],"lvl":95,"ids":{"sdPct":{"minimum":3,"maximum":5},"mdPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-70,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":279},{"name":"Mooshroom Ear","tier":1,"skills":["ALCHEMISM"],"lvl":12,"ids":{"xpb":{"minimum":5,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":280},{"name":"Munched Grass","tier":1,"skills":["TAILORING","JEWELING"],"lvl":16,"ids":{"str":{"minimum":1,"maximum":1},"poison":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-31,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":282},{"name":"Muscle","tier":1,"skills":["COOKING","ALCHEMISM"],"lvl":21,"ids":{"mdPct":{"minimum":4,"maximum":8},"hpBonus":{"minimum":20,"maximum":30}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":281},{"name":"Native Jadeite","tier":1,"skills":["JEWELING","WEAPONSMITHING","WOODWORKING"],"lvl":63,"ids":{"sdPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":284},{"name":"Nasty Residue","tier":1,"skills":["JEWELING"],"lvl":65,"ids":{"sdPct":{"minimum":2,"maximum":3},"mdPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-54,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":283},{"name":"Natural Nitrates","tier":1,"skills":["ALCHEMISM"],"lvl":42,"ids":{"sprintReg":{"minimum":12,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":725},{"name":"Nightmare Fuel","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":50,"ids":{"ls":{"minimum":10,"maximum":15},"ms":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-101},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":285},{"name":"Oceanic Sand","tier":1,"skills":["JEWELING"],"lvl":30,"ids":{"wDefPct":{"minimum":3,"maximum":4},"eDefPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":4,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":286},{"name":"Optic Lens","tier":1,"skills":["ARMOURING"],"lvl":90,"ids":{"ref":{"minimum":9,"maximum":18}},"itemIDs":{"dura":-68,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":287},{"name":"Owl Feather","tier":1,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":43,"ids":{"spd":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":288},{"name":"Penguin Egg","tier":1,"skills":["COOKING","ALCHEMISM"],"lvl":46,"ids":{"wDefPct":{"minimum":3,"maximum":5},"aDefPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-260},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":289},{"name":"Pearlescent Jewel","tier":1,"skills":["JEWELING"],"lvl":70,"ids":{"sdRaw":{"minimum":10,"maximum":15},"aDamPct":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":16,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":290},{"name":"Phrumkin Seeds","tier":1,"skills":["COOKING"],"lvl":67,"ids":{"mdPct":{"minimum":5,"maximum":8},"hpBonus":{"minimum":130,"maximum":170}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-320},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":291},{"name":"Pigman Ivory","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":14,"ids":{"mdRaw":{"minimum":5,"maximum":9},"sprintReg":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-34,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":726},{"name":"Pig's Skull","tier":1,"skills":["ARMOURING"],"lvl":78,"ids":{"str":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-63,"strReq":12,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":292},{"name":"Pilfered Silver","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":61,"ids":{"lb":{"minimum":4,"maximum":5},"mdRaw":{"minimum":45,"maximum":45}},"itemIDs":{"dura":-54,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":702},{"name":"Pillaged Fragment","tier":1,"skills":["JEWELING"],"lvl":47,"ids":{"lb":{"minimum":2,"maximum":3},"eSteal":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":293},{"name":"Pink Pelute","tier":1,"skills":["ALCHEMISM","SCRIBING","COOKING"],"lvl":53,"ids":{"xpb":{"minimum":1,"maximum":6},"lb":{"minimum":1,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":294},{"name":"Pink Wool","tier":1,"skills":["TAILORING"],"lvl":2,"ids":{"wDefPct":{"minimum":3,"maximum":4},"aDefPct":{"minimum":3,"maximum":4},"tDefPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":295},{"name":"Piranha Jaw","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":25,"ids":{"spd":{"minimum":2,"maximum":6},"tDamPct":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":297},{"name":"Pirate Beard","tier":1,"skills":["ALCHEMISM"],"lvl":90,"ids":{"mdRaw":{"minimum":48,"maximum":60},"wDamPct":{"minimum":8,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":5,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":296},{"name":"Poison Sac","tier":1,"skills":["ALCHEMISM"],"lvl":44,"ids":{"poison":{"minimum":50,"maximum":55}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-87},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":298},{"name":"Poisonous Spider Eye","tier":1,"skills":["JEWELING","ALCHEMISM"],"lvl":5,"ids":{"poison":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-54},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":299},{"name":"Powdery Bone","tier":1,"skills":["SCRIBING"],"lvl":30,"ids":{"spd":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-75},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":300},{"name":"Primitive Delicacy","tier":1,"skills":["COOKING"],"lvl":51,"ids":{"sdPct":{"minimum":-10,"maximum":-6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":301},{"name":"Pristine Claw","tier":1,"skills":["JEWELING"],"lvl":70,"ids":{"sdRaw":{"minimum":-15,"maximum":-12},"mdRaw":{"minimum":10,"maximum":12}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":15,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":302},{"name":"Putrid Spores","tier":1,"skills":["ALCHEMISM"],"lvl":62,"ids":{"poison":{"minimum":100,"maximum":115}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":303},{"name":"Altitude Shard","tier":1,"skills":["SCRIBING"],"lvl":83,"ids":{"aDefPct":{"minimum":12,"maximum":15},"spd":{"minimum":8,"maximum":10},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":304},{"name":"Bionic Fiber","tier":1,"skills":["WOODWORKING"],"lvl":53,"ids":{"dex":{"minimum":4,"maximum":5},"tDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":7,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":305},{"name":"Flytrap Fangs","tier":1,"skills":["WEAPONSMITHING"],"lvl":77,"ids":{"str":{"minimum":3,"maximum":3},"dex":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-62,"strReq":6,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":306},{"name":"Goblin Trinket","tier":1,"skills":["JEWELING"],"lvl":42,"ids":{"xpb":{"minimum":3,"maximum":4},"eSteal":{"minimum":3,"maximum":4},"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":307},{"name":"Insulated Wiring","tier":1,"skills":["ARMOURING"],"lvl":84,"ids":{"fDefPct":{"minimum":6,"maximum":9},"tDefPct":{"minimum":6,"maximum":9},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":5,"intReq":0,"defReq":5,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":308},{"name":"Kaolin Clay","tier":1,"skills":["TAILORING"],"lvl":22,"ids":{"wDefPct":{"minimum":7,"maximum":10},"mdPct":{"minimum":-4,"maximum":-3},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":3,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":310},{"name":"Ivy Sprout","tier":1,"skills":["COOKING"],"lvl":73,"ids":{"expd":{"minimum":10,"maximum":12},"poison":{"minimum":40,"maximum":55},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-330},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":309},{"name":"Magicule Sample","tier":1,"skills":["ALCHEMISM"],"lvl":75,"ids":{"sdPct":{"minimum":-7,"maximum":-5},"ms":{"minimum":4,"maximum":4},"gXp":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-115},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":311},{"name":"Nova Bloom","tier":1,"skills":["JEWELING","SCRIBING"],"lvl":73,"ids":{"sdRaw":{"minimum":12,"maximum":15},"fDamPct":{"minimum":3,"maximum":3},"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-60,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":312},{"name":"Olmic Artifact","tier":1,"skills":["WOODWORKING"],"lvl":103,"ids":{"agi":{"minimum":4,"maximum":6},"hprRaw":{"minimum":50,"maximum":60}},"itemIDs":{"dura":-80,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":313},{"name":"Outdated Newspaper","tier":1,"skills":["SCRIBING"],"lvl":13,"ids":{"xpb":{"minimum":3,"maximum":4},"lb":{"minimum":2,"maximum":2},"gSpd":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":315},{"name":"Red Shale","tier":1,"skills":["WEAPONSMITHING"],"lvl":31,"ids":{"hprPct":{"minimum":8,"maximum":10},"def":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-39,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":316},{"name":"Roasted Tissue","tier":1,"skills":["TAILORING","COOKING"],"lvl":93,"ids":{"mdPct":{"minimum":3,"maximum":5},"fDamPct":{"minimum":3,"maximum":5},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-380},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":314},{"name":"Savannah Stone","tier":1,"skills":["JEWELING"],"lvl":25,"ids":{"def":{"minimum":2,"maximum":2},"fDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-36,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":317},{"name":"Serafite","tier":1,"skills":["JEWELING"],"lvl":100,"ids":{"sdPct":{"minimum":3,"maximum":5},"hpBonus":{"minimum":-175,"maximum":-140},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-73,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":318},{"name":"Spectral Spike","tier":1,"skills":["WEAPONSMITHING"],"lvl":62,"ids":{"mdRaw":{"minimum":40,"maximum":45},"aDamPct":{"minimum":7,"maximum":8}},"itemIDs":{"dura":-54,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":319},{"name":"Tangy Nectar","tier":1,"skills":["COOKING"],"lvl":63,"ids":{"sdRaw":{"minimum":15,"maximum":18},"fDamPct":{"minimum":4,"maximum":6},"gSpd":{"minimum":3,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-310},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":321},{"name":"Tropical Honeysuckle","tier":1,"skills":["ALCHEMISM"],"lvl":53,"ids":{"spd":{"minimum":4,"maximum":6},"hprRaw":{"minimum":18,"maximum":20},"gSpd":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-95},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":320},{"name":"Ursine Claw","tier":1,"skills":["ARMOURING"],"lvl":44,"ids":{"sdRaw":{"minimum":-25,"maximum":-20},"mdRaw":{"minimum":20,"maximum":25},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-46,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":322},{"name":"Waterfall Thyme","tier":1,"skills":["COOKING"],"lvl":15,"ids":{"wDefPct":{"minimum":4,"maximum":6},"wDamPct":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-185},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":324},{"name":"Webbed Offshoot","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":10,"ids":{"spd":{"minimum":3,"maximum":4},"sdRaw":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-29,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":323},{"name":"Zombie Brain","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":4,"ids":{"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":325},{"name":"Recluse Venom Sac","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":72,"ids":{"poison":{"minimum":250,"maximum":300}},"itemIDs":{"dura":-59,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":326},{"name":"Red Mercury","tier":1,"skills":["COOKING"],"lvl":98,"ids":{"hpBonus":{"minimum":600,"maximum":800},"hprRaw":{"minimum":-96,"maximum":-72}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":328},{"name":"Regenerative Pins","tier":1,"skills":["TAILORING","WEAPONSMITHING","SCRIBING"],"lvl":78,"ids":{"hprPct":{"minimum":7,"maximum":8},"thorns":{"minimum":7,"maximum":8}},"itemIDs":{"dura":-62,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-115},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":327},{"name":"Resistant Strain","tier":1,"skills":["SCRIBING"],"lvl":60,"ids":{"fDefPct":{"minimum":6,"maximum":8},"tDefPct":{"minimum":3,"maximum":3},"eDefPct":{"minimum":4,"maximum":5},"poison":{"minimum":60,"maximum":70}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":681},{"name":"Rock-Hard Beak","tier":1,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":83,"ids":{"agi":{"minimum":2,"maximum":6},"def":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":329},{"name":"Rotten Log","tier":1,"skills":["SCRIBING"],"lvl":41,"ids":{"eDamPct":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-84},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":331},{"name":"Rotten Teeth","tier":1,"skills":["ALCHEMISM"],"lvl":90,"ids":{"mdPct":{"minimum":10,"maximum":15},"ls":{"minimum":-50,"maximum":-45}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":330},{"name":"Rusty Axe Head","tier":1,"skills":["WEAPONSMITHING"],"lvl":60,"ids":{"mdPct":{"minimum":-8,"maximum":-5}},"itemIDs":{"dura":21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":332},{"name":"Scalding Sand","tier":1,"skills":["WEAPONSMITHING"],"lvl":34,"ids":{"def":{"minimum":1,"maximum":3},"fDamPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":334},{"name":"Runner's Bandages","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":43,"ids":{"sprintReg":{"minimum":8,"maximum":11}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":727},{"name":"Sea Salt","tier":1,"skills":["COOKING","ALCHEMISM"],"lvl":32,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":335},{"name":"Salt","tier":1,"skills":["COOKING"],"lvl":34,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":333},{"name":"Sentient Shadow","tier":1,"skills":["TAILORING"],"lvl":92,"ids":{"aDefPct":{"minimum":6,"maximum":8},"spd":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":336},{"name":"Sharp Edge","tier":1,"skills":["WEAPONSMITHING"],"lvl":35,"ids":{"sdPct":{"minimum":-9,"maximum":-8},"mdPct":{"minimum":8,"maximum":9}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":337},{"name":"Shiny Pebble","tier":1,"skills":["JEWELING"],"lvl":83,"ids":{"xpb":{"minimum":3,"maximum":4},"eDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-65,"strReq":20,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":338},{"name":"Shiny Mineral Deposit","tier":1,"skills":["JEWELING"],"lvl":95,"ids":{"str":{"minimum":0,"maximum":1},"dex":{"minimum":0,"maximum":1},"int":{"minimum":0,"maximum":1},"agi":{"minimum":0,"maximum":1},"def":{"minimum":0,"maximum":1}},"itemIDs":{"dura":-87,"strReq":8,"dexReq":8,"intReq":8,"defReq":8,"agiReq":8},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":339},{"name":"Sky Snail Shell","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":95,"ids":{"hprPct":{"minimum":6,"maximum":14},"ref":{"minimum":13,"maximum":20},"thorns":{"minimum":8,"maximum":15}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":340},{"name":"Smooth Silt","tier":1,"skills":["ARMOURING","ALCHEMISM"],"lvl":18,"ids":{"wDefPct":{"minimum":3,"maximum":5},"hpBonus":{"minimum":15,"maximum":25}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":3,"agiReq":0},"consumableIDs":{"charges":0,"dura":-66},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":341},{"name":"Snake Tooth","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":25,"ids":{"spd":{"minimum":3,"maximum":4},"poison":{"minimum":28,"maximum":33}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":343},{"name":"Snake Skin","tier":1,"skills":["ALCHEMISM"],"lvl":66,"ids":{"spd":{"minimum":8,"maximum":12},"hpBonus":{"minimum":-300,"maximum":-250},"aDamPct":{"minimum":8,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":342},{"name":"Snake Scale","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":32,"ids":{"ref":{"minimum":3,"maximum":7},"thorns":{"minimum":3,"maximum":7}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":-5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":344},{"name":"Soapstone","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":59,"ids":{"hpBonus":{"minimum":-150,"maximum":-120},"mdRaw":{"minimum":20,"maximum":25}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":345},{"name":"Spike Residue","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":27,"ids":{"thorns":{"minimum":6,"maximum":11},"hpBonus":{"minimum":36,"maximum":48}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":346},{"name":"Spiked Capsule","tier":1,"skills":["ALCHEMISM","COOKING"],"lvl":60,"ids":{"hprPct":{"minimum":6,"maximum":10},"mdPct":{"minimum":-7,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":347},{"name":"Squid Beak","tier":1,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":38,"ids":{"sdPct":{"minimum":1,"maximum":7},"mdPct":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":348},{"name":"Stolen Goods","tier":1,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING","ALCHEMISM","SCRIBING"],"lvl":83,"ids":{"xpb":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":349},{"name":"Sticky Fern","tier":1,"skills":["ALCHEMISM","SCRIBING"],"lvl":25,"ids":{"ls":{"minimum":5,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-70},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":350},{"name":"Stone Plating","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":82,"ids":{"spd":{"minimum":-10,"maximum":-6},"hpBonus":{"minimum":480,"maximum":550}},"itemIDs":{"dura":-35,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":354},{"name":"Strange Geode","tier":1,"skills":["JEWELING"],"lvl":28,"ids":{"eDefPct":{"minimum":5,"maximum":6},"spd":{"minimum":-4,"maximum":-3}},"itemIDs":{"dura":-38,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":351},{"name":"Stretched Rawhide","tier":1,"skills":["TAILORING"],"lvl":40,"ids":{"str":{"minimum":-4,"maximum":-2},"def":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-44,"strReq":0,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":352},{"name":"Strong Flesh","tier":1,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":3,"ids":{"mdPct":{"minimum":2,"maximum":4},"mdRaw":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-24,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":353},{"name":"Sylphid Tears","tier":1,"skills":["ALCHEMISM"],"lvl":98,"ids":{"aDefPct":{"minimum":10,"maximum":18},"aDamPct":{"minimum":8,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":15},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":355},{"name":"Tender Pork Fillet","tier":1,"skills":["COOKING"],"lvl":85,"ids":{"eDamPct":{"minimum":3,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":356},{"name":"Terra Steel","tier":1,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":88,"ids":{"fDamPct":{"minimum":5,"maximum":8},"eDamPct":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-66,"strReq":12,"dexReq":0,"intReq":0,"defReq":12,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":357},{"name":"Terramarine Dust","tier":1,"skills":["WOODWORKING","SCRIBING"],"lvl":62,"ids":{"wDamPct":{"minimum":5,"maximum":7},"eDamPct":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-55,"strReq":6,"dexReq":0,"intReq":6,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":704},{"name":"Titanium Chunk","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":70,"ids":{"thorns":{"minimum":10,"maximum":12},"hpBonus":{"minimum":350,"maximum":400}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":18,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":360},{"name":"Throbbing Avos Heart","tier":1,"skills":["COOKING"],"lvl":90,"ids":{"sdPct":{"minimum":6,"maximum":8},"hprRaw":{"minimum":15,"maximum":25}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-380},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":361},{"name":"Tough Bone","tier":1,"skills":["JEWELING","ARMOURING"],"lvl":22,"ids":{"def":{"minimum":0,"maximum":2}},"itemIDs":{"dura":18,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":359},{"name":"Toxic Spores","tier":1,"skills":["ALCHEMISM"],"lvl":16,"ids":{"mdPct":{"minimum":4,"maximum":7},"poison":{"minimum":4,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-63},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":364},{"name":"Truffle","tier":1,"skills":["COOKING"],"lvl":20,"ids":{"hprPct":{"minimum":4,"maximum":6},"hpBonus":{"minimum":30,"maximum":40}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":363},{"name":"Tentacle","tier":1,"skills":["COOKING"],"lvl":85,"ids":{"wDefPct":{"minimum":7,"maximum":10},"int":{"minimum":4,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":358},{"name":"Undead Heart","tier":1,"skills":["ARMOURING","WOODWORKING"],"lvl":15,"ids":{"def":{"minimum":1,"maximum":3},"hpBonus":{"minimum":10,"maximum":30}},"itemIDs":{"dura":-31,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":365},{"name":"Viking Stone","tier":1,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":47,"ids":{"int":{"minimum":2,"maximum":4},"wDamPct":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":7,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":367},{"name":"Viral Tentacle","tier":1,"skills":["COOKING"],"lvl":102,"ids":{"str":{"minimum":2,"maximum":4},"eDamPct":{"minimum":6,"maximum":11}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":366},{"name":"Voidstone Sample","tier":1,"skills":["ALCHEMISM","JEWELING"],"lvl":96,"ids":{"ls":{"minimum":30,"maximum":35},"spd":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-72,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":368},{"name":"Watery Aura","tier":1,"skills":["SCRIBING"],"lvl":86,"ids":{"sdPct":{"minimum":6,"maximum":8},"int":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":369},{"name":"Windy Aura","tier":1,"skills":["SCRIBING"],"lvl":82,"ids":{"agi":{"minimum":3,"maximum":7},"spd":{"minimum":7,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":370},{"name":"Wooly Armour","tier":1,"skills":["TAILORING"],"lvl":10,"ids":{"wDefPct":{"minimum":2,"maximum":5},"aDefPct":{"minimum":2,"maximum":5}},"itemIDs":{"dura":-26,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":371},{"name":"Worn Coin","tier":1,"skills":["ARMOURING","TAILORING","WOODWORKING","WEAPONSMITHING"],"lvl":26,"ids":{"lb":{"minimum":2,"maximum":4},"spd":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":372},{"name":"Wriggling Darkness","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"ls":{"minimum":30,"maximum":40},"tDamPct":{"minimum":4,"maximum":8}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":20,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":373},{"name":"Torn Rawhide","tier":1,"skills":["TAILORING"],"lvl":43,"ids":{"str":{"minimum":2,"maximum":4},"def":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-45,"strReq":5,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":362},{"name":"Zhight Coral Piece","tier":1,"skills":["ARMOURING","TAILORING"],"lvl":57,"ids":{"fDefPct":{"minimum":1,"maximum":4},"wDefPct":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":374},{"name":"Zhight Shiny Stone","tier":1,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":57,"ids":{"xpb":{"minimum":2,"maximum":4},"lb":{"minimum":2,"maximum":6}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":375},{"name":"Accursed Effigy","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":76,"ids":{"ms":{"minimum":4,"maximum":4},"spd":{"minimum":-12,"maximum":-10},"fDamPct":{"minimum":8,"maximum":14}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":377},{"name":"Acidic Blood","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":43,"ids":{"poison":{"minimum":140,"maximum":150}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":378},{"name":"7-Yottabyte Storage Component","tier":2,"skills":["ARMOURING","WEAPONSMITHING","WOODWORKING"],"lvl":90,"ids":{},"itemIDs":{"dura":-98,"strReq":0,"dexReq":-12,"intReq":0,"defReq":-12,"agiReq":-12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":376},{"name":"Acidic Solution","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":60,"ids":{"poison":{"minimum":260,"maximum":290}},"itemIDs":{"dura":-77,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":379},{"name":"Adaptive Tissue","tier":2,"skills":["WEAPONSMITHING"],"lvl":78,"ids":{"hprPct":{"minimum":8,"maximum":12},"str":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-89,"strReq":11,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":380},{"name":"Aged Tome","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":82,"ids":{"sdPct":{"minimum":10,"maximum":14},"mdPct":{"minimum":-12,"maximum":-9}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":381},{"name":"Ancient Currency","tier":2,"skills":["TAILORING"],"lvl":102,"ids":{"lb":{"minimum":5,"maximum":7},"lq":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-150,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":382},{"name":"Ancient Moss","tier":2,"skills":["WOODWORKING","TAILORING","COOKING"],"lvl":78,"ids":{"mdRaw":{"minimum":25,"maximum":25},"eDamPct":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-89,"strReq":8,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-490},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":383},{"name":"Ancient Panel","tier":2,"skills":["WOODWORKING"],"lvl":37,"ids":{"hprPct":{"minimum":7,"maximum":10},"fDamPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-60,"strReq":0,"dexReq":0,"intReq":0,"defReq":12,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":384},{"name":"Angelic Gem","tier":2,"skills":["JEWELING"],"lvl":98,"ids":{"fDefPct":{"minimum":4,"maximum":5},"wDefPct":{"minimum":4,"maximum":5},"aDefPct":{"minimum":4,"maximum":5},"tDefPct":{"minimum":4,"maximum":5},"eDefPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-103,"strReq":12,"dexReq":12,"intReq":12,"defReq":12,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":385},{"name":"Antique Metal","tier":2,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":78,"ids":{"def":{"minimum":2,"maximum":3},"spd":{"minimum":-4,"maximum":-3}},"itemIDs":{"dura":63,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":386},{"name":"Atmospheric Aspect","tier":2,"skills":["TAILORING"],"lvl":75,"ids":{"mdPct":{"minimum":-12,"maximum":-12},"sdRaw":{"minimum":65,"maximum":65},"aDamPct":{"minimum":10,"maximum":10},"tDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-86,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":682},{"name":"Beastial Viscera","tier":2,"skills":["SCRIBING"],"lvl":72,"ids":{"mdPct":{"minimum":6,"maximum":8},"hpBonus":{"minimum":400,"maximum":550}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":387},{"name":"Blazing Fireball","tier":2,"skills":["SCRIBING","ALCHEMISM"],"lvl":6,"ids":{"fDamPct":{"minimum":8,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-78},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":389},{"name":"Blazing Stimulants","tier":2,"skills":["ALCHEMISM"],"lvl":58,"ids":{"spd":{"minimum":8,"maximum":9},"hprRaw":{"minimum":-24,"maximum":-32},"sprintReg":{"minimum":16,"maximum":19}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-130},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":728},{"name":"Black Sulphur","tier":2,"skills":["COOKING","ALCHEMISM"],"lvl":45,"ids":{"expd":{"minimum":12,"maximum":24},"fDamPct":{"minimum":6,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-370},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":388},{"name":"Bloated Artery","tier":2,"skills":["TAILORING","WOODWORKING"],"lvl":55,"ids":{"hprPct":{"minimum":12,"maximum":15},"ls":{"minimum":-35,"maximum":-30}},"itemIDs":{"dura":-73,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":390},{"name":"Bob's Tear","tier":2,"skills":["JEWELING","TAILORING","ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":4,"ids":{},"itemIDs":{"dura":-30,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":25,"touching":0,"notTouching":0},"id":391},{"name":"Bottled Decay","tier":2,"skills":["ALCHEMISM"],"lvl":57,"ids":{"hprRaw":{"minimum":-40,"maximum":-30},"tDamPct":{"minimum":12,"maximum":18},"eDamPct":{"minimum":12,"maximum":18}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":392},{"name":"Burial Talisman","tier":2,"skills":["JEWELING"],"lvl":36,"ids":{"wDefPct":{"minimum":-5,"maximum":-4},"aDefPct":{"minimum":-5,"maximum":-4},"tDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-60,"strReq":0,"dexReq":9,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":393},{"name":"Burnt Skull","tier":2,"skills":["ARMOURING"],"lvl":9,"ids":{"wDefPct":{"minimum":-6,"maximum":-4},"fDamPct":{"minimum":7,"maximum":10}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":394},{"name":"Calmed Thunder","tier":2,"skills":["TAILORING","SCRIBING"],"lvl":96,"ids":{"tDefPct":{"minimum":12,"maximum":18},"eDefPct":{"minimum":10,"maximum":16}},"itemIDs":{"dura":-101,"strReq":0,"dexReq":20,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":395},{"name":"Cat Food","tier":2,"skills":["COOKING","ALCHEMISM"],"lvl":28,"ids":{"mr":{"minimum":6,"maximum":6},"xpb":{"minimum":-10,"maximum":-8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-310},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":396},{"name":"Chaotic Embers","tier":2,"skills":["TAILORING"],"lvl":30,"ids":{"fDefPct":{"minimum":-10,"maximum":-9},"fDamPct":{"minimum":9,"maximum":10}},"itemIDs":{"dura":-55,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":397},{"name":"Cherry Sapling","tier":2,"skills":["COOKING"],"lvl":78,"ids":{"str":{"minimum":4,"maximum":5},"int":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-490},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":398},{"name":"Compressed Aspect","tier":2,"skills":["WEAPONSMITHING"],"lvl":75,"ids":{"hprRaw":{"minimum":55,"maximum":55},"mdRaw":{"minimum":-80,"maximum":-80},"fDamPct":{"minimum":10,"maximum":10},"aDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-88,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":683},{"name":"Condensed Darkness","tier":2,"skills":["JEWELING","ALCHEMISM"],"lvl":102,"ids":{"ms":{"minimum":4,"maximum":4},"hpBonus":{"minimum":-260,"maximum":-240},"sdRaw":{"minimum":-40,"maximum":-35}},"itemIDs":{"dura":-106,"strReq":0,"dexReq":0,"intReq":-20,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":399},{"name":"Contraband Absinthe","tier":2,"skills":["ALCHEMISM"],"lvl":36,"ids":{"str":{"minimum":2,"maximum":4},"dex":{"minimum":2,"maximum":4},"int":{"minimum":2,"maximum":4},"agi":{"minimum":2,"maximum":4},"def":{"minimum":2,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":707},{"name":"Contraband Hibiscus","tier":2,"skills":["SCRIBING"],"lvl":36,"ids":{"fDamPct":{"minimum":5,"maximum":7},"wDamPct":{"minimum":5,"maximum":7},"aDamPct":{"minimum":5,"maximum":7},"tDamPct":{"minimum":5,"maximum":7},"eDamPct":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":717},{"name":"Contraband Miracle Berry","tier":2,"skills":["COOKING"],"lvl":36,"ids":{"sdPct":{"minimum":-6,"maximum":-4},"mdPct":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":709},{"name":"Corrupted Ichor","tier":2,"skills":["SCRIBING"],"lvl":10,"ids":{"ls":{"minimum":6,"maximum":10},"spd":{"minimum":1,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-84},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":400},{"name":"Crumbling Skull","tier":2,"skills":["ARMOURING"],"lvl":10,"ids":{},"itemIDs":{"dura":-52,"strReq":-5,"dexReq":0,"intReq":0,"defReq":-5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":401},{"name":"Crystalline Growth","tier":2,"skills":["TAILORING","WEAPONSMITHING"],"lvl":87,"ids":{"mr":{"minimum":6,"maximum":6},"sdRaw":{"minimum":65,"maximum":70}},"itemIDs":{"dura":-94,"strReq":0,"dexReq":0,"intReq":30,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":402},{"name":"Curse Gland","tier":2,"skills":["WOODWORKING"],"lvl":66,"ids":{"wDefPct":{"minimum":-9,"maximum":-6},"eDamPct":{"minimum":10,"maximum":13}},"itemIDs":{"dura":-78,"strReq":12,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":403},{"name":"Cursed Ashes","tier":2,"skills":["SCRIBING"],"lvl":65,"ids":{"ms":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":404},{"name":"Cyclone Blue Leaves","tier":2,"skills":["COOKING"],"lvl":53,"ids":{"spd":{"minimum":-6,"maximum":-5},"jh":{"minimum":1,"maximum":1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":405},{"name":"Dark Iris","tier":2,"skills":["ALCHEMISM"],"lvl":100,"ids":{"spRegen":{"minimum":-50,"maximum":-50},"hprRaw":{"minimum":100,"maximum":130}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-180},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":407},{"name":"Dark Matter","displayName":"Dark Energy","tier":2,"skills":["WOODWORKING"],"lvl":100,"ids":{"spRegen":{"minimum":-14,"maximum":-13},"mdRaw":{"minimum":90,"maximum":100}},"itemIDs":{"dura":-110,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":406},{"name":"Defiled Luxroot","tier":2,"skills":["WOODWORKING","TAILORING"],"lvl":64,"ids":{"aDefPct":{"minimum":-8,"maximum":-6},"tDefPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":56,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":408},{"name":"Desert Fossil","tier":2,"skills":["JEWELING"],"lvl":30,"ids":{"agi":{"minimum":2,"maximum":2},"def":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":410},{"name":"Diseased Fluids","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":80,"ids":{"poison":{"minimum":147,"maximum":173},"hpBonus":{"minimum":-357,"maximum":-314}},"itemIDs":{"dura":-90,"strReq":-13,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":409},{"name":"Disturbed Aspect","tier":2,"skills":["ARMOURING","WOODWORKING"],"lvl":77,"ids":{"mr":{"minimum":6,"maximum":6},"hpBonus":{"minimum":-775,"maximum":-775},"wDamPct":{"minimum":10,"maximum":10},"eDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-88,"strReq":10,"dexReq":0,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":684},{"name":"Dragon Aura","tier":2,"skills":["SCRIBING"],"lvl":98,"ids":{"sdRaw":{"minimum":55,"maximum":60},"mdRaw":{"minimum":55,"maximum":60}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":411},{"name":"Dried Gill","tier":2,"skills":["COOKING"],"lvl":15,"ids":{"xpb":{"minimum":8,"maximum":10},"lb":{"minimum":5,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-270},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":413},{"name":"Dried Kelp","tier":2,"skills":["SCRIBING","COOKING","ALCHEMISM"],"lvl":33,"ids":{"hprPct":{"minimum":6,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":60},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":412},{"name":"Earthly Pebble","tier":2,"skills":["ALCHEMISM"],"lvl":6,"ids":{"eDamPct":{"minimum":6,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-80},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":414},{"name":"Elephant Toenail","tier":2,"skills":["ALCHEMISM"],"lvl":85,"ids":{"hpBonus":{"minimum":1000,"maximum":1200}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":415},{"name":"Enchanted Chain Link","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":50,"ids":{"mr":{"minimum":-6,"maximum":-6},"sdPct":{"minimum":8,"maximum":12},"mdPct":{"minimum":6,"maximum":14}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":416},{"name":"Engraved Tablet","tier":2,"skills":["WOODWORKING","TAILORING"],"lvl":83,"ids":{"int":{"minimum":5,"maximum":10},"spd":{"minimum":-10,"maximum":-5}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":417},{"name":"Enhanced Behaviour Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":6,"maximum":12}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":0,"intReq":35,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":418},{"name":"Enhanced Pathfinding Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"mdPct":{"minimum":12,"maximum":16},"poison":{"minimum":160,"maximum":200}},"itemIDs":{"dura":-98,"strReq":35,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":421},{"name":"Enhanced Dynamics Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"ms":{"minimum":4,"maximum":4},"mdRaw":{"minimum":50,"maximum":55}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":35,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":419},{"name":"Enhanced Physics Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"ref":{"minimum":20,"maximum":30},"aDamPct":{"minimum":9,"maximum":16}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":35},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":420},{"name":"Enhanced Post-Processing Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"hprPct":{"minimum":9,"maximum":16},"ls":{"minimum":80,"maximum":90}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":0,"intReq":0,"defReq":35,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":423},{"name":"Enhanced Potential Microchip","tier":2,"skills":["ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":90,"ids":{"sdPct":{"minimum":4,"maximum":16},"mdPct":{"minimum":4,"maximum":16}},"itemIDs":{"dura":-98,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":422},{"name":"Erratic Aspect","tier":2,"skills":["ARMOURING"],"lvl":76,"ids":{"hprPct":{"minimum":-15,"maximum":-15},"ls":{"minimum":70,"maximum":70},"fDamPct":{"minimum":10,"maximum":10},"tDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":10,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":685},{"name":"Enraged Soul","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":27,"ids":{"fDamPct":{"minimum":7,"maximum":9}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":424},{"name":"Evaporated Aspect","tier":2,"skills":["TAILORING","WEAPONSMITHING"],"lvl":77,"ids":{"hprPct":{"minimum":20,"maximum":20},"ms":{"minimum":-4,"maximum":-4},"fDamPct":{"minimum":10,"maximum":10},"wDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-90,"strReq":0,"dexReq":0,"intReq":10,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":693},{"name":"Eternal Flame","tier":2,"skills":["ALCHEMISM"],"lvl":37,"ids":{"sdPct":{"minimum":-10,"maximum":-8},"mdPct":{"minimum":-10,"maximum":-8},"def":{"minimum":5,"maximum":6},"hprRaw":{"minimum":16,"maximum":20}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":425},{"name":"Fairy Powder","tier":2,"skills":["ALCHEMISM"],"lvl":99,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":10,"maximum":13},"sdRaw":{"minimum":70,"maximum":80}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":426},{"name":"Feather of Grace","tier":2,"skills":["TAILORING","JEWELING"],"lvl":8,"ids":{"spd":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":427},{"name":"Fiberglass Frame","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":90,"ids":{"fDefPct":{"minimum":10,"maximum":12},"def":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-97,"strReq":0,"dexReq":0,"intReq":0,"defReq":16,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":428},{"name":"Fighting Stick","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":89,"ids":{"spd":{"minimum":5,"maximum":5},"atkTier":{"minimum":1,"maximum":1},"mdRaw":{"minimum":-100,"maximum":-100}},"itemIDs":{"dura":-96,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":429},{"name":"Fish Tail","tier":2,"skills":["ALCHEMISM"],"lvl":42,"ids":{"wDefPct":{"minimum":8,"maximum":10},"mr":{"minimum":6,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":432},{"name":"Flesh-forged Circuit","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":50,"ids":{"dex":{"minimum":3,"maximum":5},"tDamPct":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":430},{"name":"Flameheart","tier":2,"skills":["ARMOURING","SCRIBING"],"lvl":84,"ids":{"hpBonus":{"minimum":600,"maximum":800},"hprRaw":{"minimum":54,"maximum":72}},"itemIDs":{"dura":-93,"strReq":0,"dexReq":0,"intReq":0,"defReq":35,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":431},{"name":"Flow of Fate","tier":2,"skills":["ALCHEMISM"],"lvl":100,"ids":{"ls":{"minimum":-100,"maximum":-90},"wDamPct":{"minimum":20,"maximum":24}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":433},{"name":"Fresh Game","tier":2,"skills":["COOKING"],"lvl":70,"ids":{"hpBonus":{"minimum":250,"maximum":300}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-460},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":434},{"name":"Frozen Ghostly Essence","tier":2,"skills":["JEWELING"],"lvl":46,"ids":{"int":{"minimum":1,"maximum":3},"spd":{"minimum":-7,"maximum":-6},"sdRaw":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-66,"strReq":0,"dexReq":0,"intReq":25,"defReq":0,"agiReq":-15},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":435},{"name":"Gelatinous Slime Chunk","tier":2,"skills":["SCRIBING","ALCHEMISM","COOKING"],"lvl":52,"ids":{"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":96},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":436},{"name":"Generator Chip","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":72,"ids":{"tDefPct":{"minimum":7,"maximum":8},"dex":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-85,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":437},{"name":"Glimmering Beak","tier":2,"skills":["WEAPONSMITHING"],"lvl":97,"ids":{"lb":{"minimum":3,"maximum":8},"aDamPct":{"minimum":10,"maximum":16}},"itemIDs":{"dura":-101,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":20},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":438},{"name":"Glittering Silt","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":31,"ids":{"lb":{"minimum":3,"maximum":5},"eSteal":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":439},{"name":"Golden Avia Feather","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":86,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":-170},"posMods":{"left":0,"right":0,"above":25,"under":0,"touching":0,"notTouching":0},"id":440},{"name":"Gravitation Crystal","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":95,"ids":{"sdPct":{"minimum":15,"maximum":17},"atkTier":{"minimum":-1,"maximum":-1}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":441},{"name":"Green Opal","tier":2,"skills":["JEWELING"],"lvl":100,"ids":{"eDefPct":{"minimum":4,"maximum":6},"hprRaw":{"minimum":50,"maximum":55}},"itemIDs":{"dura":-105,"strReq":12,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":442},{"name":"Gylia Essence","tier":2,"skills":["SCRIBING"],"lvl":77,"ids":{"wDefPct":{"minimum":4,"maximum":8},"int":{"minimum":3,"maximum":5},"wDamPct":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":5,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":443},{"name":"Haleva Plant","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":23,"ids":{"mr":{"minimum":6,"maximum":6},"ms":{"minimum":0,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-98},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":444},{"name":"Harpy Wing","tier":2,"skills":["JEWELING","WOODWORKING"],"lvl":84,"ids":{"agi":{"minimum":1,"maximum":2},"spd":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-119,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":20},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":445},{"name":"Hellish Cinders","tier":2,"skills":["TAILORING","ARMOURING"],"lvl":63,"ids":{"wDefPct":{"minimum":-35,"maximum":-20},"sdPct":{"minimum":8,"maximum":14},"def":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-78,"strReq":0,"dexReq":0,"intReq":0,"defReq":25,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":446},{"name":"Herbstzeitlose","tier":2,"skills":["ALCHEMISM"],"lvl":56,"ids":{"poison":{"minimum":100,"maximum":130},"wDamPct":{"minimum":12,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":447},{"name":"Hydrofluoric Acid","tier":2,"skills":["WOODWORKING","SCRIBING"],"lvl":97,"ids":{"poison":{"minimum":200,"maximum":230},"wDamPct":{"minimum":10,"maximum":12}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":448},{"name":"Igneous Aspect","tier":2,"skills":["TAILORING","WOODWORKING"],"lvl":75,"ids":{"sdPct":{"minimum":-10,"maximum":-10},"hpBonus":{"minimum":600,"maximum":600},"fDamPct":{"minimum":10,"maximum":10},"eDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-88,"strReq":10,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":692},{"name":"Infected Mass","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":104,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":200},"posMods":{"left":0,"right":0,"above":-45,"under":-45,"touching":0,"notTouching":0},"id":449},{"name":"Infernal Flesh","tier":2,"skills":["COOKING"],"lvl":94,"ids":{"fDefPct":{"minimum":8,"maximum":10},"hpBonus":{"minimum":400,"maximum":500},"fDamPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-550},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":450},{"name":"Ironwood Chips","tier":2,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"mdPct":{"minimum":32,"maximum":36},"atkTier":{"minimum":-1,"maximum":-1},"hprRaw":{"minimum":65,"maximum":75}},"itemIDs":{"dura":-87,"strReq":24,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":451},{"name":"Larvae Cluster","tier":2,"skills":["ALCHEMISM"],"lvl":77,"ids":{"dex":{"minimum":4,"maximum":6},"mdRaw":{"minimum":90,"maximum":120}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-165},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":452},{"name":"Leopard Blood","tier":2,"skills":["ALCHEMISM"],"lvl":66,"ids":{"sdRaw":{"minimum":-110,"maximum":-85},"mdRaw":{"minimum":85,"maximum":110}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":453},{"name":"Lithoflesh","tier":2,"skills":["COOKING"],"lvl":63,"ids":{"hpBonus":{"minimum":-300,"maximum":-250}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":454},{"name":"Lost Spirit","tier":2,"skills":["SCRIBING","WOODWORKING"],"lvl":87,"ids":{"sdPct":{"minimum":0,"maximum":15},"sdRaw":{"minimum":0,"maximum":100}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":456},{"name":"Lucky Rabbit's Foot","tier":2,"skills":["ARMOURING","TAILORING","WOODWORKING","WEAPONSMITHING"],"lvl":37,"ids":{"xpb":{"minimum":3,"maximum":8},"lb":{"minimum":2,"maximum":8}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":455},{"name":"Lunar Chunk","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":36,"ids":{"sdPct":{"minimum":5,"maximum":10}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":458},{"name":"Lucky Spider Egg","tier":2,"skills":["ALCHEMISM"],"lvl":8,"ids":{"xpb":{"minimum":10,"maximum":12},"lb":{"minimum":10,"maximum":12}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-80},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":457},{"name":"Luxroot Cuttings","tier":2,"skills":["WOODWORKING","TAILORING"],"lvl":64,"ids":{"fDefPct":{"minimum":-8,"maximum":-6},"eDefPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":56,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":459},{"name":"Mangled Soul","tier":2,"skills":["SCRIBING","ARMOURING","TAILORING"],"lvl":26,"ids":{"tDamPct":{"minimum":6,"maximum":10}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":460},{"name":"Maroferrous","tier":2,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":63,"ids":{"str":{"minimum":2,"maximum":5},"eDamPct":{"minimum":6,"maximum":9}},"itemIDs":{"dura":-70,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":461},{"name":"Maromagnetite","tier":2,"skills":["TAILORING","WOODWORKING"],"lvl":63,"ids":{"fDefPct":{"minimum":7,"maximum":10},"def":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":462},{"name":"Aged Medallion","tier":2,"skills":["JEWELING","WEAPONSMITHING"],"lvl":25,"ids":{"sdPct":{"minimum":3,"maximum":4},"xpb":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-51,"strReq":0,"dexReq":0,"intReq":8,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":463},{"name":"Mixed Mineral Deposit","tier":2,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":95,"ids":{"mdPct":{"minimum":7,"maximum":10},"hpBonus":{"minimum":850,"maximum":900},"sdRaw":{"minimum":-75,"maximum":-60}},"itemIDs":{"dura":-96,"strReq":18,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":464},{"name":"Myocardial Leg","tier":2,"skills":["COOKING"],"lvl":92,"ids":{"hprPct":{"minimum":-7,"maximum":-5},"mdPct":{"minimum":6,"maximum":8},"ms":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-540},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":718},{"name":"Mythical Hoof","tier":2,"skills":["TAILORING"],"lvl":92,"ids":{"str":{"minimum":3,"maximum":4},"dex":{"minimum":3,"maximum":4},"int":{"minimum":3,"maximum":4},"agi":{"minimum":3,"maximum":4},"def":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-99,"strReq":10,"dexReq":10,"intReq":10,"defReq":10,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":465},{"name":"Naval Shard","tier":2,"skills":["JEWELING"],"lvl":63,"ids":{"mdPct":{"minimum":-5,"maximum":-4},"wDamPct":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":20,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":466},{"name":"Nivlan Honeycomb","tier":2,"skills":["COOKING"],"lvl":5,"ids":{"hpBonus":{"minimum":10,"maximum":12},"hprRaw":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":468},{"name":"Nose Ring","tier":2,"skills":["JEWELING"],"lvl":83,"ids":{"mdPct":{"minimum":4,"maximum":5},"spd":{"minimum":-5,"maximum":-3}},"itemIDs":{"dura":65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":467},{"name":"Old Explosives","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":85,"ids":{"expd":{"minimum":35,"maximum":40},"hpBonus":{"minimum":-500,"maximum":-400}},"itemIDs":{"dura":-44,"strReq":-10,"dexReq":0,"intReq":0,"defReq":-10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":470},{"name":"Organic Explosive","tier":2,"skills":["JEWELING","COOKING"],"lvl":77,"ids":{"expd":{"minimum":6,"maximum":8},"hpBonus":{"minimum":90,"maximum":115}},"itemIDs":{"dura":-88,"strReq":0,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":-350},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":469},{"name":"Overload Aspect","tier":2,"skills":["WOODWORKING"],"lvl":76,"ids":{"ls":{"minimum":-100,"maximum":-100},"ms":{"minimum":4,"maximum":4},"wDamPct":{"minimum":10,"maximum":10},"tDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":10,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":686},{"name":"Paralyzing Spores","tier":2,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":7,"ids":{"sdPct":{"minimum":6,"maximum":8},"mdPct":{"minimum":6,"maximum":8},"spd":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-21,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":471},{"name":"Piercing Talons","tier":2,"skills":["JEWELING","TAILORING"],"lvl":85,"ids":{"dex":{"minimum":1,"maximum":1},"mdRaw":{"minimum":17,"maximum":20}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":16,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":472},{"name":"Pig's Blood","tier":2,"skills":["TAILORING"],"lvl":77,"ids":{"ls":{"minimum":60,"maximum":70}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":473},{"name":"Pink Pelulite","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":53,"ids":{"mdRaw":{"minimum":45,"maximum":50},"sprint":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":474},{"name":"Plutonium Waste","tier":2,"skills":["JEWELING"],"lvl":103,"ids":{"spd":{"minimum":-6,"maximum":-4},"poison":{"minimum":140,"maximum":155}},"itemIDs":{"dura":-106,"strReq":15,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":475},{"name":"Popped Pustule","tier":2,"skills":["SCRIBING"],"lvl":102,"ids":{"fDamPct":{"minimum":11,"maximum":13},"wDamPct":{"minimum":11,"maximum":13}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":476},{"name":"Portal Rift","tier":2,"skills":["TAILORING"],"lvl":105,"ids":{"ms":{"minimum":4,"maximum":4},"agi":{"minimum":8,"maximum":10}},"itemIDs":{"dura":-108,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":20},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":478},{"name":"Portal Emanation","tier":2,"skills":["WEAPONSMITHING","WOODWORKING","TAILORING","ARMOURING"],"lvl":29,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-54,"strReq":0,"dexReq":0,"intReq":15,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":477},{"name":"Primeval Skin","tier":2,"skills":["TAILORING"],"lvl":45,"ids":{"str":{"minimum":3,"maximum":4},"int":{"minimum":-5,"maximum":-5},"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-66,"strReq":8,"dexReq":0,"intReq":0,"defReq":6,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":479},{"name":"Prized Pelt","tier":2,"skills":["TAILORING"],"lvl":34,"ids":{"ref":{"minimum":4,"maximum":8},"thorns":{"minimum":4,"maximum":8}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":480},{"name":"Purest Tear","tier":2,"skills":["ALCHEMISM"],"lvl":73,"ids":{"hprPct":{"minimum":4,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":482},{"name":"Pure Quartz","tier":2,"skills":["WEAPONSMITHING","ARMOURING","WOODWORKING","TAILORING"],"lvl":45,"ids":{"sdPct":{"minimum":5,"maximum":7},"sdRaw":{"minimum":16,"maximum":24}},"itemIDs":{"dura":-75,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":481},{"name":"Pykrete","tier":2,"skills":["WOODWORKING","SCRIBING"],"lvl":47,"ids":{"wDefPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":483},{"name":"Cleaned Saccharum","tier":2,"skills":["ALCHEMISM","SCRIBING"],"lvl":3,"ids":{"hprPct":{"minimum":8,"maximum":10},"hpBonus":{"minimum":16,"maximum":20}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-75},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":484},{"name":"Shattered Memory Shard","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":25,"ids":{"aDefPct":{"minimum":3,"maximum":7},"aDamPct":{"minimum":5,"maximum":13}},"itemIDs":{"dura":-50,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":485},{"name":"Therck's Chain","displayName":"Corrupt Chain","tier":2,"skills":["WOODWORKING","WEAPONSMITHING","ARMOURING","TAILORING"],"lvl":1,"ids":{"hpBonus":{"minimum":3,"maximum":4},"mdRaw":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":486},{"name":"Weakening Catalyst","tier":2,"skills":["ALCHEMISM"],"lvl":11,"ids":{"sdPct":{"minimum":-12,"maximum":-12},"mdPct":{"minimum":-12,"maximum":-12},"xpb":{"minimum":12,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":487},{"name":"Ashstained Basalt","tier":2,"skills":["WOODWORKING"],"lvl":94,"ids":{"sdRaw":{"minimum":-55,"maximum":-55},"mdRaw":{"minimum":-70,"maximum":-70}},"itemIDs":{"dura":80,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":488},{"name":"Astral Alloy","tier":2,"skills":["TAILORING"],"lvl":76,"ids":{"fDamPct":{"minimum":9,"maximum":11},"wDamPct":{"minimum":9,"maximum":11},"aDamPct":{"minimum":9,"maximum":11},"tDamPct":{"minimum":9,"maximum":11},"eDamPct":{"minimum":9,"maximum":11},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-88,"strReq":8,"dexReq":8,"intReq":8,"defReq":8,"agiReq":8,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":489},{"name":"Creepvine Cluster","tier":2,"skills":["ALCHEMISM"],"lvl":55,"ids":{"str":{"minimum":5,"maximum":7},"spd":{"minimum":-5,"maximum":-3},"gXp":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":491},{"name":"Defective Circuits","tier":2,"skills":["TAILORING"],"lvl":85,"ids":{"dex":{"minimum":5,"maximum":6},"sdRaw":{"minimum":55,"maximum":65},"gXp":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-94,"strReq":0,"dexReq":14,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":493},{"name":"Digestible Fungi","tier":2,"skills":["COOKING"],"lvl":12,"ids":{"hprPct":{"minimum":-3,"maximum":-2},"poison":{"minimum":5,"maximum":6},"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-260},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":492},{"name":"Dernic Parasite","tier":2,"skills":["COOKING"],"lvl":104,"ids":{"ms":{"minimum":4,"maximum":4},"gXp":{"minimum":3,"maximum":4},"gSpd":{"minimum":-4,"maximum":-3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-590},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":490},{"name":"Flashfrost","tier":2,"skills":["WEAPONSMITHING"],"lvl":47,"ids":{"spd":{"minimum":-4,"maximum":-3},"wDamPct":{"minimum":7,"maximum":10}},"itemIDs":{"dura":-67,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":494},{"name":"Herbal Extract","tier":2,"skills":["ALCHEMISM"],"lvl":14,"ids":{"mdPct":{"minimum":-4,"maximum":-2},"hpBonus":{"minimum":35,"maximum":45},"gSpd":{"minimum":3,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":496},{"name":"Highland Basil","tier":2,"skills":["ALCHEMISM"],"lvl":17,"ids":{"agi":{"minimum":3,"maximum":4},"aDamPct":{"minimum":5,"maximum":7},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":495},{"name":"Illusory Idol","tier":2,"skills":["JEWELING"],"lvl":84,"ids":{"ref":{"minimum":4,"maximum":6},"aDamPct":{"minimum":5,"maximum":7},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-94,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":12,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":497},{"name":"Mellow Mango","tier":2,"skills":["COOKING"],"lvl":54,"ids":{"sdRaw":{"minimum":16,"maximum":20},"mdRaw":{"minimum":20,"maximum":25},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-410},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":498},{"name":"Mysterious Mist","tier":2,"skills":["SCRIBING"],"lvl":25,"ids":{"sdPct":{"minimum":4,"maximum":4},"agi":{"minimum":4,"maximum":4},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":499},{"name":"Pokey Cactus","tier":2,"skills":["TAILORING","SCRIBING"],"lvl":35,"ids":{"thorns":{"minimum":10,"maximum":15},"hpBonus":{"minimum":30,"maximum":40},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-115},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":501},{"name":"Premium Hay Bale","tier":2,"skills":["ARMOURING"],"lvl":26,"ids":{"fDefPct":{"minimum":-9,"maximum":-7},"spd":{"minimum":4,"maximum":6},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":5,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":500},{"name":"Quartz Cluster","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":45,"ids":{"xpb":{"minimum":6,"maximum":8},"sdRaw":{"minimum":25,"maximum":35}},"itemIDs":{"dura":-66,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":503},{"name":"Radiant Seeds","tier":2,"skills":["ARMOURING"],"lvl":74,"ids":{"tDefPct":{"minimum":6,"maximum":9},"tDamPct":{"minimum":6,"maximum":9},"gXp":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-86,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":502},{"name":"Ruins Shard","tier":2,"skills":["JEWELING"],"lvl":64,"ids":{"str":{"minimum":3,"maximum":3},"poison":{"minimum":70,"maximum":75},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-79,"strReq":9,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":504},{"name":"Shadow of Ruin","tier":2,"skills":["WOODWORKING"],"lvl":74,"ids":{"mdPct":{"minimum":12,"maximum":14},"hprRaw":{"minimum":-45,"maximum":-40}},"itemIDs":{"dura":-86,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":505},{"name":"Sharpening Stone","tier":2,"skills":["WEAPONSMITHING"],"lvl":6,"ids":{"str":{"minimum":2,"maximum":2},"dex":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-38,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":507},{"name":"Soul Amalgamate","tier":2,"skills":["SCRIBING"],"lvl":64,"ids":{"hprPct":{"minimum":4,"maximum":5},"sdPct":{"minimum":4,"maximum":5},"mdPct":{"minimum":4,"maximum":5},"gSpd":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":506},{"name":"Spreading Fireweed","tier":2,"skills":["ALCHEMISM"],"lvl":80,"ids":{"fDefPct":{"minimum":9,"maximum":12},"def":{"minimum":7,"maximum":10},"gXp":{"minimum":5,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-165},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":508},{"name":"Void Particulates","tier":2,"skills":["ARMOURING","ALCHEMISM"],"lvl":101,"ids":{"sdPct":{"minimum":11,"maximum":11},"str":{"minimum":-2,"maximum":-2},"dex":{"minimum":-2,"maximum":-2},"int":{"minimum":-2,"maximum":-2},"agi":{"minimum":-2,"maximum":-2},"def":{"minimum":-2,"maximum":-2},"gXp":{"minimum":4,"maximum":4}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":1,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":509},{"name":"Rabbit Carcass","tier":2,"skills":["COOKING"],"lvl":40,"ids":{"str":{"minimum":2,"maximum":2},"dex":{"minimum":2,"maximum":2},"int":{"minimum":2,"maximum":2},"agi":{"minimum":2,"maximum":2},"def":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-360},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":510},{"name":"Rare Potato","tier":2,"skills":["COOKING"],"lvl":1,"ids":{"lb":{"minimum":4,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":512},{"name":"Razor-Sharp Tooth","tier":2,"skills":["WEAPONSMITHING","TAILORING"],"lvl":86,"ids":{"dex":{"minimum":2,"maximum":3},"mdRaw":{"minimum":40,"maximum":60}},"itemIDs":{"dura":-94,"strReq":0,"dexReq":25,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":511},{"name":"Reinforced Leather","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":25,"ids":{"str":{"minimum":2,"maximum":3},"hpBonus":{"minimum":54,"maximum":65}},"itemIDs":{"dura":-52,"strReq":6,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":514},{"name":"Relic of the Past","tier":2,"skills":["TAILORING"],"lvl":15,"ids":{"hprPct":{"minimum":6,"maximum":6},"def":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":4,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":513},{"name":"Repulsive Aspect","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":76,"ids":{"mdPct":{"minimum":15,"maximum":15},"hprRaw":{"minimum":-55,"maximum":-55},"tDamPct":{"minimum":10,"maximum":10},"eDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-87,"strReq":10,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":687},{"name":"Retinal Barbs","tier":2,"skills":["WOODWORKING","WEAPONSMITHING"],"lvl":104,"ids":{"def":{"minimum":12,"maximum":15},"thorns":{"minimum":15,"maximum":20}},"itemIDs":{"dura":-107,"strReq":0,"dexReq":0,"intReq":0,"defReq":16,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":517},{"name":"Residual Spirit","tier":2,"skills":["ALCHEMISM"],"lvl":24,"ids":{"ls":{"minimum":8,"maximum":10},"tDamPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":10,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-99},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":515},{"name":"Rigid Fin","tier":2,"skills":["COOKING"],"lvl":105,"ids":{"wDamPct":{"minimum":4,"maximum":6},"sprintReg":{"minimum":4,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-600},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":516},{"name":"Router's Shield","tier":2,"skills":["WEAPONSMITHING"],"lvl":30,"ids":{"def":{"minimum":6,"maximum":8},"hpBonus":{"minimum":65,"maximum":80}},"itemIDs":{"dura":-52,"strReq":0,"dexReq":0,"intReq":0,"defReq":7,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":519},{"name":"Rotting Bone","tier":2,"skills":["ARMOURING"],"lvl":20,"ids":{"poison":{"minimum":9,"maximum":10},"wDamPct":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-48,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":518},{"name":"Scarab Husk","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":32,"ids":{"def":{"minimum":2,"maximum":3}},"itemIDs":{"dura":21,"strReq":0,"dexReq":0,"intReq":0,"defReq":5,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":520},{"name":"Scarred Leather","tier":2,"skills":["TAILORING"],"lvl":15,"ids":{"ls":{"minimum":8,"maximum":12},"hpBonus":{"minimum":-10,"maximum":-7}},"itemIDs":{"dura":-45,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":521},{"name":"Scuttling Syenite","tier":2,"skills":["JEWELING"],"lvl":62,"ids":{"ls":{"minimum":16,"maximum":20},"hprRaw":{"minimum":12,"maximum":15}},"itemIDs":{"dura":-78,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":688},{"name":"Sealed Blaze","tier":2,"skills":["ALCHEMISM"],"lvl":59,"ids":{"fDefPct":{"minimum":12,"maximum":15},"wDefPct":{"minimum":-10,"maximum":-8},"aDefPct":{"minimum":8,"maximum":10},"tDefPct":{"minimum":4,"maximum":5},"eDefPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":525},{"name":"Scopaesthesia","tier":2,"skills":["SCRIBING"],"lvl":103,"ids":{"fDefPct":{"minimum":11,"maximum":15},"wDefPct":{"minimum":11,"maximum":15},"aDefPct":{"minimum":11,"maximum":15},"tDefPct":{"minimum":11,"maximum":15},"eDefPct":{"minimum":11,"maximum":15},"hprPct":{"minimum":11,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-195},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":522},{"name":"Serpent Tongue","tier":2,"skills":["ALCHEMISM"],"lvl":89,"ids":{"sdPct":{"minimum":14,"maximum":21},"mdPct":{"minimum":14,"maximum":21}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-180},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":524},{"name":"Sentient Water","tier":2,"skills":["WOODWORKING"],"lvl":75,"ids":{"ms":{"minimum":4,"maximum":4},"int":{"minimum":3,"maximum":6}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":18,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":526},{"name":"Seabird Egg","tier":2,"skills":["COOKING"],"lvl":27,"ids":{"aDefPct":{"minimum":6,"maximum":10},"agi":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-310},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":523},{"name":"Shattered Aspect","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":76,"ids":{"sdRaw":{"minimum":-65,"maximum":-65},"mdRaw":{"minimum":80,"maximum":80},"aDamPct":{"minimum":10,"maximum":10},"eDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-87,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":689},{"name":"Shinesting Scorpion Tail","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":37,"ids":{"mdRaw":{"minimum":15,"maximum":25},"tDamPct":{"minimum":5,"maximum":10}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":15,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":530},{"name":"Shimmering Jewel","tier":2,"skills":["WOODWORKING","ALCHEMISM"],"lvl":40,"ids":{"sdPct":{"minimum":6,"maximum":12},"ref":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-63,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":527},{"name":"Shrieker's Head","tier":2,"skills":["ARMOURING"],"lvl":105,"ids":{"int":{"minimum":-7,"maximum":-5},"spd":{"minimum":-7,"maximum":-5},"hpBonus":{"minimum":1150,"maximum":1200}},"itemIDs":{"dura":-108,"strReq":0,"dexReq":0,"intReq":-12,"defReq":16,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":528},{"name":"Silver Bullet","tier":2,"skills":["JEWELING"],"lvl":95,"ids":{"mdRaw":{"minimum":25,"maximum":30},"tDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":18,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":529},{"name":"Sky Flux","tier":2,"skills":["SCRIBING"],"lvl":99,"ids":{"aDefPct":{"minimum":14,"maximum":18},"aDamPct":{"minimum":6,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":531},{"name":"Smokebomb","tier":2,"skills":["ALCHEMISM"],"lvl":73,"ids":{"agi":{"minimum":6,"maximum":8},"spd":{"minimum":12,"maximum":14},"hpBonus":{"minimum":-450,"maximum":-400}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":534},{"name":"Slimy Skin","tier":2,"skills":["ALCHEMISM"],"lvl":78,"ids":{"mr":{"minimum":6,"maximum":6},"ms":{"minimum":-4,"maximum":-4},"wDamPct":{"minimum":5,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":532},{"name":"Sought-After Ore","tier":2,"skills":["JEWELING"],"lvl":96,"ids":{"lq":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":536},{"name":"Soft Silk","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":62,"ids":{"agi":{"minimum":3,"maximum":4},"def":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-78,"strReq":0,"dexReq":0,"intReq":0,"defReq":11,"agiReq":11},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":533},{"name":"Soulbound Cinders","tier":2,"skills":["SCRIBING"],"lvl":93,"ids":{"ms":{"minimum":4,"maximum":4},"sdRaw":{"minimum":45,"maximum":55},"fDamPct":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-180},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":535},{"name":"Split Essence","tier":2,"skills":["ALCHEMISM","WOODWORKING","SCRIBING"],"lvl":20,"ids":{"ms":{"minimum":4,"maximum":4},"sdRaw":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-47,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-96},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":537},{"name":"Squid Brain","tier":2,"skills":["SCRIBING","ALCHEMISM"],"lvl":58,"ids":{"sdPct":{"minimum":8,"maximum":10},"mdRaw":{"minimum":30,"maximum":35}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":538},{"name":"Stonewalker Core","tier":2,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":35,"ids":{"eDefPct":{"minimum":6,"maximum":10},"str":{"minimum":3,"maximum":5}},"itemIDs":{"dura":-59,"strReq":12,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":540},{"name":"Strange Trinket","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":63,"ids":{"str":{"minimum":4,"maximum":5},"dex":{"minimum":4,"maximum":5},"int":{"minimum":4,"maximum":5},"agi":{"minimum":-7,"maximum":-6},"def":{"minimum":-7,"maximum":-6}},"itemIDs":{"dura":-78,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":703},{"name":"Succulent Crab Meat","tier":2,"skills":["COOKING"],"lvl":85,"ids":{"wDefPct":{"minimum":10,"maximum":16},"eDamPct":{"minimum":8,"maximum":10}},"itemIDs":{"dura":0,"strReq":10,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-520},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":541},{"name":"Sticky Mudball","tier":2,"skills":["WOODWORKING","COOKING"],"lvl":21,"ids":{"mdPct":{"minimum":5,"maximum":8},"spd":{"minimum":-4,"maximum":-2}},"itemIDs":{"dura":-49,"strReq":3,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-290},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":539},{"name":"Swooper Wing","tier":2,"skills":["COOKING"],"lvl":37,"ids":{"eDefPct":{"minimum":3,"maximum":4},"aDamPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-350},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":542},{"name":"Tenebrous Plasma","tier":2,"skills":["ALCHEMISM"],"lvl":65,"ids":{"sdPct":{"minimum":10,"maximum":16},"mdPct":{"minimum":-20,"maximum":-12},"spd":{"minimum":6,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":543},{"name":"Thorned Tusk","tier":2,"skills":["ALCHEMISM"],"lvl":85,"ids":{"mdPct":{"minimum":12,"maximum":25},"thorns":{"minimum":30,"maximum":50}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":544},{"name":"Toxxulous Ripper’s Legs","tier":2,"skills":["TAILORING","COOKING"],"lvl":103,"ids":{"def":{"minimum":-6,"maximum":-4},"spd":{"minimum":7,"maximum":10},"mdRaw":{"minimum":35,"maximum":35}},"itemIDs":{"dura":-90,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":15},"consumableIDs":{"charges":0,"dura":-580},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":545},{"name":"Twisted Organ","tier":2,"skills":["COOKING"],"lvl":43,"ids":{"mr":{"minimum":-6,"maximum":-6},"sdPct":{"minimum":11,"maximum":13}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-370},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":546},{"name":"Vile Stone","tier":2,"skills":["ARMOURING","WOODWORKING"],"lvl":102,"ids":{"int":{"minimum":-5,"maximum":-3},"spd":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":-15,"defReq":0,"agiReq":15},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":547},{"name":"Volatile Light","tier":2,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":80,"ids":{"fDefPct":{"minimum":12,"maximum":13},"wDefPct":{"minimum":10,"maximum":14},"aDefPct":{"minimum":11,"maximum":16},"tDefPct":{"minimum":7,"maximum":16},"eDefPct":{"minimum":10,"maximum":12},"sdPct":{"minimum":-9,"maximum":-6}},"itemIDs":{"dura":-90,"strReq":7,"dexReq":7,"intReq":7,"defReq":7,"agiReq":7},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":551},{"name":"Vortex Expulsion","tier":2,"skills":["ARMOURING","TAILORING","SCRIBING"],"lvl":100,"ids":{"ref":{"minimum":19,"maximum":23},"expd":{"minimum":17,"maximum":21}},"itemIDs":{"dura":-104,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":-17,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":1,"dura":-190},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":548},{"name":"Wendigo Bone","tier":2,"skills":["ALCHEMISM","WEAPONSMITHING"],"lvl":44,"ids":{"ls":{"minimum":24,"maximum":30},"hprRaw":{"minimum":-15,"maximum":-12}},"itemIDs":{"dura":-65,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":549},{"name":"Wind Ornament","tier":2,"skills":["JEWELING"],"lvl":100,"ids":{"eDefPct":{"minimum":-10,"maximum":-8},"spd":{"minimum":6,"maximum":7}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":24},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":550},{"name":"Windswept Roots","tier":2,"skills":["TAILORING","WOODWORKING"],"lvl":64,"ids":{"sdPct":{"minimum":6,"maximum":8},"mdPct":{"minimum":6,"maximum":8},"agi":{"minimum":5,"maximum":7}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":15},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":705},{"name":"Wintery Aspect","tier":2,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":75,"ids":{"mr":{"minimum":-6,"maximum":-6},"sdPct":{"minimum":15,"maximum":15},"wDamPct":{"minimum":10,"maximum":10},"aDamPct":{"minimum":10,"maximum":10}},"itemIDs":{"dura":-86,"strReq":0,"dexReq":0,"intReq":10,"defReq":0,"agiReq":10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":690},{"name":"World Illuminator","tier":2,"skills":["ARMOURING","ALCHEMISM"],"lvl":77,"ids":{"wDefPct":{"minimum":8,"maximum":10},"int":{"minimum":5,"maximum":6}},"itemIDs":{"dura":-88,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-125},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":552},{"name":"Wriggling Wooden Arm","tier":2,"skills":["WOODWORKING"],"lvl":50,"ids":{"fDefPct":{"minimum":-14,"maximum":-10},"mdPct":{"minimum":8,"maximum":9}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":553},{"name":"Yeti Fur","tier":2,"skills":["ARMOURING","TAILORING"],"lvl":48,"ids":{"fDefPct":{"minimum":-9,"maximum":-7},"wDefPct":{"minimum":7,"maximum":9},"aDefPct":{"minimum":7,"maximum":9}},"itemIDs":{"dura":-68,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":554},{"name":"Zhight Weird Magic Rock","tier":2,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":58,"ids":{"sdPct":{"minimum":3,"maximum":6},"spRegen":{"minimum":5,"maximum":10}},"itemIDs":{"dura":-37,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":555},{"name":"Adamastor's Faceplate","tier":3,"skills":["WEAPONSMITHING","ARMOURING"],"lvl":100,"ids":{"aDefPct":{"minimum":25,"maximum":30},"eDefPct":{"minimum":-20,"maximum":-15},"hpBonus":{"minimum":750,"maximum":900}},"itemIDs":{"dura":-157,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":-10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":556},{"name":"Ancient Coins","tier":3,"skills":["JEWELING","WEAPONSMITHING","WOODWORKING"],"lvl":59,"ids":{"xpb":{"minimum":4,"maximum":6},"lb":{"minimum":4,"maximum":6},"spd":{"minimum":-8,"maximum":-7}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":557},{"name":"Ancient Heart","tier":3,"skills":["ALCHEMISM"],"lvl":45,"ids":{"sdPct":{"minimum":-8,"maximum":-6},"mdPct":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":370},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":558},{"name":"Aqua Vitae","tier":3,"skills":["ALCHEMISM"],"lvl":60,"ids":{"wDamPct":{"minimum":18,"maximum":24}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":559},{"name":"Aquatic Beauty","tier":3,"skills":["SCRIBING"],"lvl":60,"ids":{"str":{"minimum":3,"maximum":5},"dex":{"minimum":1,"maximum":7},"int":{"minimum":2,"maximum":6},"agi":{"minimum":2,"maximum":6},"def":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":560},{"name":"Archaic Medallion","tier":3,"skills":["JEWELING"],"lvl":45,"ids":{"hprPct":{"minimum":12,"maximum":15},"sdPct":{"minimum":-7,"maximum":-5}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":561},{"name":"Aspect of the Void","tier":3,"skills":["WEAPONSMITHING","SCRIBING"],"lvl":100,"ids":{},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-275},"posMods":{"left":110,"right":110,"above":110,"under":110,"touching":-110,"notTouching":15},"id":563},{"name":"Azure Blossom","tier":3,"skills":["WOODWORKING"],"lvl":80,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":-20,"maximum":-20},"wDamPct":{"minimum":25,"maximum":25}},"itemIDs":{"dura":-135,"strReq":0,"dexReq":0,"intReq":10,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":562},{"name":"Bat Heart","tier":3,"skills":["ALCHEMISM"],"lvl":37,"ids":{"sdPct":{"minimum":-20,"maximum":-20},"mdPct":{"minimum":-20,"maximum":-20},"spd":{"minimum":24,"maximum":28}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":-1,"dura":90},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":564},{"name":"Black Hole","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":100,"ids":{"mdPct":{"minimum":-15,"maximum":-12},"atkTier":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":65,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":565},{"name":"Blessed Heart","tier":3,"skills":["COOKING"],"lvl":77,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":2,"dura":-550},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":-40,"notTouching":0},"id":567},{"name":"Blighted Brain","tier":3,"skills":["COOKING"],"lvl":20,"ids":{"xpb":{"minimum":-11,"maximum":-9},"lb":{"minimum":9,"maximum":11}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-425},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":566},{"name":"Blood of the Nivlan Beauty","tier":3,"skills":["TAILORING","ARMOURING","WEAPONSMITHING"],"lvl":8,"ids":{"ms":{"minimum":4,"maximum":4},"ref":{"minimum":2,"maximum":4}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":568},{"name":"Borange Fluff","tier":3,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING","JEWELING","COOKING","ALCHEMISM","SCRIBING"],"lvl":100,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":15,"notTouching":15},"id":569},{"name":"Bottled Fairy","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":45,"ids":{"mr":{"minimum":12,"maximum":12}},"itemIDs":{"dura":-99,"strReq":0,"dexReq":0,"intReq":40,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":570},{"name":"Braveheart","tier":3,"skills":["ARMOURING","COOKING"],"lvl":78,"ids":{"hprPct":{"minimum":16,"maximum":20},"hprRaw":{"minimum":40,"maximum":45}},"itemIDs":{"dura":-133,"strReq":0,"dexReq":0,"intReq":0,"defReq":20,"agiReq":0},"consumableIDs":{"charges":0,"dura":-740},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":571},{"name":"Chromatic Bloom","tier":3,"skills":["JEWELING"],"lvl":80,"ids":{"str":{"minimum":1,"maximum":1},"dex":{"minimum":1,"maximum":1},"int":{"minimum":1,"maximum":1},"agi":{"minimum":1,"maximum":1},"def":{"minimum":1,"maximum":1},"sdRaw":{"minimum":-45,"maximum":-45},"mdRaw":{"minimum":-45,"maximum":-45}},"itemIDs":{"dura":-135,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":572},{"name":"Coalescence","tier":3,"skills":["ALCHEMISM"],"lvl":105,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-350},"posMods":{"left":-160,"right":-160,"above":80,"under":80,"touching":-80,"notTouching":-80},"id":573},{"name":"Coagulated Soulmass","tier":3,"skills":["SCRIBING"],"lvl":30,"ids":{"sdPct":{"minimum":3,"maximum":5}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":25,"notTouching":0},"id":574},{"name":"Colossus' Shard","tier":3,"skills":["ALCHEMISM"],"lvl":88,"ids":{"str":{"minimum":12,"maximum":14},"dex":{"minimum":12,"maximum":14}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":576},{"name":"Coastal Shell","tier":3,"skills":["ARMOURING"],"lvl":19,"ids":{"def":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-49,"strReq":0,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":575},{"name":"Contorted Stone","tier":3,"skills":["WEAPONSMITHING"],"lvl":97,"ids":{"str":{"minimum":9,"maximum":12},"spRegen":{"minimum":-12,"maximum":-9}},"itemIDs":{"dura":-155,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":577},{"name":"Corrupted Beef","tier":3,"skills":["COOKING"],"lvl":15,"ids":{"str":{"minimum":3,"maximum":4},"mdRaw":{"minimum":8,"maximum":9}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-400},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":579},{"name":"Corrupted Fragment","tier":3,"skills":["TAILORING","ARMOURING","WOODWORKING","WEAPONSMITHING"],"lvl":7,"ids":{"int":{"minimum":-4,"maximum":-3},"spd":{"minimum":4,"maximum":6},"mdRaw":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":578},{"name":"Cursed Wings","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":99,"ids":{"hpBonus":{"minimum":-1000,"maximum":-800},"tDamPct":{"minimum":19,"maximum":25},"eDamPct":{"minimum":18,"maximum":23}},"itemIDs":{"dura":-157,"strReq":28,"dexReq":28,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":580},{"name":"Death Whistle Leaf","tier":3,"skills":["ALCHEMISM","SCRIBING","COOKING"],"lvl":53,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":581},{"name":"Decaying Heart","tier":3,"skills":["TAILORING","ARMOURING"],"lvl":66,"ids":{},"itemIDs":{"dura":-175,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":-100,"notTouching":55},"id":582},{"name":"Deep Ice Core","tier":3,"skills":["TAILORING","ARMOURING","WEAPONSMITHING"],"lvl":100,"ids":{"fDefPct":{"minimum":-24,"maximum":-16},"sdPct":{"minimum":8,"maximum":12},"wDamPct":{"minimum":12,"maximum":18}},"itemIDs":{"dura":-156,"strReq":0,"dexReq":0,"intReq":45,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":583},{"name":"Defishious","tier":3,"skills":["COOKING"],"lvl":42,"ids":{"mr":{"minimum":6,"maximum":6}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":584},{"name":"Depth's Gem","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":78,"ids":{"sdPct":{"minimum":5,"maximum":7},"int":{"minimum":7,"maximum":11}},"itemIDs":{"dura":-133,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":586},{"name":"Devourer's Maw","tier":3,"skills":["ALCHEMISM"],"lvl":68,"ids":{"mr":{"minimum":-4,"maximum":-2},"ls":{"minimum":150,"maximum":165},"ms":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-230},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":710},{"name":"Doom Stone","tier":3,"skills":["TAILORING","JEWELING"],"lvl":103,"ids":{},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":-100,"right":-100,"above":60,"under":60,"touching":0,"notTouching":0},"id":588},{"name":"Dominant Force","tier":3,"skills":["WOODWORKING","SCRIBING"],"lvl":50,"ids":{},"itemIDs":{"dura":-125,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-300},"posMods":{"left":-50,"right":-50,"above":-75,"under":-75,"touching":120,"notTouching":0},"id":587},{"name":"Defender's Stone","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":6,"ids":{"hpBonus":{"minimum":5,"maximum":7},"sdRaw":{"minimum":4,"maximum":6},"mdRaw":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-60,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":585},{"name":"Draconic Bone Marrow","tier":3,"skills":["ALCHEMISM","SCRIBING"],"lvl":96,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":2,"dura":-300},"posMods":{"left":30,"right":30,"above":0,"under":0,"touching":0,"notTouching":0},"id":589},{"name":"Electroplasm","tier":3,"skills":["SCRIBING","WOODWORKING","WEAPONSMITHING","ALCHEMISM"],"lvl":26,"ids":{"dex":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":590},{"name":"Elephelk Trunk","tier":3,"skills":["ALCHEMISM","WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":86,"ids":{"wDefPct":{"minimum":24,"maximum":28},"eDefPct":{"minimum":24,"maximum":28}},"itemIDs":{"dura":70,"strReq":15,"dexReq":0,"intReq":15,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":591},{"name":"Engored Oculus","tier":3,"skills":["WEAPONSMITHING","TAILORING"],"lvl":100,"ids":{"hprPct":{"minimum":-24,"maximum":-20},"ls":{"minimum":120,"maximum":180},"spd":{"minimum":8,"maximum":11}},"itemIDs":{"dura":-150,"strReq":18,"dexReq":-10,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":592},{"name":"Eye of The Beast","tier":3,"skills":["JEWELING"],"lvl":50,"ids":{"mr":{"minimum":6,"maximum":6},"sdPct":{"minimum":-12,"maximum":-12}},"itemIDs":{"dura":-150,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":-100,"under":-100,"touching":0,"notTouching":0},"id":593},{"name":"Farcor's Trust","tier":3,"skills":["ALCHEMISM"],"lvl":99,"ids":{"fDefPct":{"minimum":25,"maximum":40},"hpBonus":{"minimum":2250,"maximum":2500}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-280},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":594},{"name":"Festering Face","tier":3,"skills":["ARMOURING","COOKING"],"lvl":55,"ids":{"ms":{"minimum":4,"maximum":4},"spd":{"minimum":8,"maximum":11}},"itemIDs":{"dura":-110,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-620},"posMods":{"left":-55,"right":-55,"above":-55,"under":-55,"touching":0,"notTouching":0},"id":596},{"name":"Fiery Essence","tier":3,"skills":["SCRIBING","ALCHEMISM"],"lvl":30,"ids":{"fDamPct":{"minimum":12,"maximum":16}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":595},{"name":"Foul Fairy Dust","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":43,"ids":{"mr":{"minimum":-12,"maximum":-12},"sdPct":{"minimum":24,"maximum":28}},"itemIDs":{"dura":-96,"strReq":0,"dexReq":0,"intReq":30,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":597},{"name":"Galvanic Stone","tier":3,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":54,"ids":{"fDamPct":{"minimum":8,"maximum":16},"eDamPct":{"minimum":10,"maximum":14}},"itemIDs":{"dura":-105,"strReq":8,"dexReq":0,"intReq":0,"defReq":8,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":598},{"name":"Gilded Bark","tier":3,"skills":["COOKING"],"lvl":74,"ids":{"hprPct":{"minimum":10,"maximum":14},"mr":{"minimum":6,"maximum":6},"hprRaw":{"minimum":24,"maximum":42}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-720},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":600},{"name":"Glacial Anomaly","tier":3,"skills":["WOODWORKING","ALCHEMISM"],"lvl":92,"ids":{"mr":{"minimum":6,"maximum":6},"sdRaw":{"minimum":110,"maximum":110}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":25,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-150},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":599},{"name":"Glimmering Coin","tier":3,"skills":["ARMOURING","TAILORING","WOODWORKING","WEAPONSMITHING"],"lvl":26,"ids":{"lb":{"minimum":7,"maximum":9},"spd":{"minimum":3,"maximum":5},"hprRaw":{"minimum":-22,"maximum":-18}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":602},{"name":"Glow Bulb Seeds","tier":3,"skills":["TAILORING","WEAPONSMITHING"],"lvl":105,"ids":{"mdPct":{"minimum":-12,"maximum":-9},"int":{"minimum":10,"maximum":12},"hprRaw":{"minimum":130,"maximum":145}},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":35,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":601},{"name":"Gunkfueled Core","tier":3,"skills":["ARMOURING","WOODWORKING"],"lvl":103,"ids":{"str":{"minimum":7,"maximum":10},"expd":{"minimum":20,"maximum":25},"hprRaw":{"minimum":-125,"maximum":-110}},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":-35,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":603},{"name":"Haros' Broken Badge","tier":3,"skills":["JEWELING"],"lvl":30,"ids":{"sdPct":{"minimum":5,"maximum":6},"dex":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-82,"strReq":0,"dexReq":12,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":604},{"name":"Icy Crampons","tier":3,"skills":["ARMOURING","TAILORING","WEAPONSMITHING"],"lvl":48,"ids":{"thorns":{"minimum":8,"maximum":12},"sprint":{"minimum":10,"maximum":15}},"itemIDs":{"dura":-92,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":-5},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":729},{"name":"Ignited Faebloom","tier":3,"skills":["ARMOURING","WEAPONSMITHING","WOODWORKING"],"lvl":67,"ids":{"ms":{"minimum":5,"maximum":6},"str":{"minimum":6,"maximum":8},"wDamPct":{"minimum":-10,"maximum":-8},"aDamPct":{"minimum":-10,"maximum":-8},"tDamPct":{"minimum":-10,"maximum":-8},"eDamPct":{"minimum":-10,"maximum":-8}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":695},{"name":"Incremental Mapping Module","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":90,"ids":{"mr":{"minimum":6,"maximum":6},"spd":{"minimum":16,"maximum":20},"hpBonus":{"minimum":-750,"maximum":-650}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":60},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":605},{"name":"Iridescent Elytra","tier":3,"skills":["TAILORING","COOKING","JEWELING"],"lvl":68,"ids":{"aDefPct":{"minimum":6,"maximum":10},"spd":{"minimum":6,"maximum":9},"eDamPct":{"minimum":-10,"maximum":-8}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":20},"consumableIDs":{"charges":0,"dura":-690},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":606},{"name":"Kerasot Sporehead","tier":3,"skills":["COOKING"],"lvl":66,"ids":{"ls":{"minimum":30,"maximum":40},"atkTier":{"minimum":-1,"maximum":-1},"poison":{"minimum":150,"maximum":180}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-670},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":607},{"name":"Large Lapis","tier":3,"skills":["JEWELING"],"lvl":49,"ids":{"sdPct":{"minimum":4,"maximum":6},"int":{"minimum":-6,"maximum":-4}},"itemIDs":{"dura":-103,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":609},{"name":"Large Titanium Chunk","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":70,"ids":{"ref":{"minimum":-12,"maximum":-10},"hpBonus":{"minimum":850,"maximum":900}},"itemIDs":{"dura":-112,"strReq":0,"dexReq":0,"intReq":0,"defReq":14,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":608},{"name":"Lashing Hellfire","tier":3,"skills":["ALCHEMISM","SCRIBING"],"lvl":63,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":-1,"dura":-220},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":55},"id":610},{"name":"Limestone Core","tier":3,"skills":["ARMOURING"],"lvl":37,"ids":{"wDefPct":{"minimum":-12,"maximum":-8},"def":{"minimum":6,"maximum":8}},"itemIDs":{"dura":-91,"strReq":0,"dexReq":0,"intReq":0,"defReq":18,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":611},{"name":"Lion Heart","tier":3,"skills":["ARMOURING"],"lvl":27,"ids":{"hprPct":{"minimum":-12,"maximum":-8},"def":{"minimum":4,"maximum":6},"fDamPct":{"minimum":8,"maximum":12}},"itemIDs":{"dura":-79,"strReq":0,"dexReq":0,"intReq":0,"defReq":15,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":613},{"name":"Linear Accelerator","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":95,"ids":{"hpBonus":{"minimum":-820,"maximum":-780},"sdRaw":{"minimum":85,"maximum":100},"tDamPct":{"minimum":12,"maximum":16}},"itemIDs":{"dura":-150,"strReq":0,"dexReq":30,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":612},{"name":"Lunar Charm","tier":3,"skills":["SCRIBING","ALCHEMISM","JEWELING"],"lvl":38,"ids":{},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":25,"notTouching":25},"id":614},{"name":"Luxurious Silk","tier":3,"skills":["JEWELING"],"lvl":3,"ids":{"agi":{"minimum":2,"maximum":3}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":615},{"name":"Mahogany Heartwood","tier":3,"skills":["TAILORING","ARMOURING"],"lvl":66,"ids":{"fDefPct":{"minimum":-10,"maximum":-8},"mdPct":{"minimum":10,"maximum":14},"str":{"minimum":5,"maximum":8}},"itemIDs":{"dura":-119,"strReq":16,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":616},{"name":"Major's Badge","tier":3,"skills":["ARMOURING","TAILORING","WEAPONSMITHING","WOODWORKING","JEWELING","ALCHEMISM"],"lvl":80,"ids":{},"itemIDs":{"dura":-175,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-300},"posMods":{"left":-15,"right":-180,"above":-110,"under":-20,"touching":35,"notTouching":-30},"id":617},{"name":"Mega Fern","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":83,"ids":{"hpBonus":{"minimum":500,"maximum":600},"hprRaw":{"minimum":40,"maximum":50},"sdRaw":{"minimum":40,"maximum":45},"mdRaw":{"minimum":35,"maximum":40}},"itemIDs":{"dura":-140,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":618},{"name":"More-Pearlescent Jewel","tier":3,"skills":["JEWELING"],"lvl":70,"ids":{"tDefPct":{"minimum":-4,"maximum":-2},"sdRaw":{"minimum":35,"maximum":40}},"itemIDs":{"dura":-124,"strReq":0,"dexReq":0,"intReq":12,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":619},{"name":"Naval Stone","tier":3,"skills":["JEWELING"],"lvl":63,"ids":{"sdPct":{"minimum":6,"maximum":8},"mdPct":{"minimum":-8,"maximum":-6}},"itemIDs":{"dura":-87,"strReq":0,"dexReq":0,"intReq":25,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":620},{"name":"Nivlan Honey","tier":3,"skills":["COOKING","ALCHEMISM","SCRIBING"],"lvl":8,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":30},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":621},{"name":"Obelisk Core","tier":3,"skills":["WOODWORKING","ARMOURING","JEWELING"],"lvl":76,"ids":{},"itemIDs":{"dura":-131,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":-200,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":622},{"name":"Ocea Steel","tier":3,"skills":["ARMOURING","WEAPONSMITHING"],"lvl":98,"ids":{"fDamPct":{"minimum":16,"maximum":20},"wDamPct":{"minimum":16,"maximum":20},"aDamPct":{"minimum":16,"maximum":20},"tDamPct":{"minimum":16,"maximum":20},"eDamPct":{"minimum":16,"maximum":20}},"itemIDs":{"dura":-154,"strReq":12,"dexReq":12,"intReq":12,"defReq":12,"agiReq":12},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":623},{"name":"Overheated Processor","tier":3,"skills":["JEWELING"],"lvl":90,"ids":{"ls":{"minimum":40,"maximum":50},"dex":{"minimum":1,"maximum":2},"def":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-145,"strReq":0,"dexReq":14,"intReq":0,"defReq":14,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":624},{"name":"Panda King’s Crown","displayName":"Panda King's Crown","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":89,"ids":{"fDefPct":{"minimum":15,"maximum":20},"wDefPct":{"minimum":15,"maximum":20},"aDefPct":{"minimum":15,"maximum":20},"tDefPct":{"minimum":15,"maximum":20},"eDefPct":{"minimum":15,"maximum":20},"mr":{"minimum":-6,"maximum":-6}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":625},{"name":"Panda King's Crown","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":89,"ids":{"fDefPct":{"minimum":15,"maximum":20},"wDefPct":{"minimum":15,"maximum":20},"aDefPct":{"minimum":15,"maximum":20},"tDefPct":{"minimum":15,"maximum":20},"eDefPct":{"minimum":15,"maximum":20},"mr":{"minimum":-6,"maximum":-6}},"itemIDs":{"dura":-105,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":626},{"name":"Parasitic Abscission","tier":3,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":83,"ids":{"mr":{"minimum":12,"maximum":12}},"itemIDs":{"dura":-139,"strReq":13,"dexReq":0,"intReq":0,"defReq":29,"agiReq":0},"consumableIDs":{"charges":0,"dura":-252},"posMods":{"left":-122,"right":-122,"above":0,"under":0,"touching":-15,"notTouching":-15},"id":627},{"name":"Pegasus Feather","tier":3,"skills":["TAILORING"],"lvl":92,"ids":{"aDefPct":{"minimum":12,"maximum":20},"str":{"minimum":-10,"maximum":-8},"aDamPct":{"minimum":12,"maximum":20}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":25},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":628},{"name":"Piquant Pork Fillet","tier":3,"skills":["COOKING"],"lvl":85,"ids":{"hprPct":{"minimum":15,"maximum":15}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":-770},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":630},{"name":"Plane of Nonexistence","tier":3,"skills":["SCRIBING"],"lvl":105,"ids":{"fDamPct":{"minimum":15,"maximum":18},"wDamPct":{"minimum":15,"maximum":18},"aDamPct":{"minimum":15,"maximum":18},"tDamPct":{"minimum":15,"maximum":18},"eDamPct":{"minimum":15,"maximum":18}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-325},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":629},{"name":"Plasteel Plating","tier":3,"skills":["WEAPONSMITHING","TAILORING"],"lvl":97,"ids":{},"itemIDs":{"dura":-154,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":-140,"under":0,"touching":0,"notTouching":0},"id":631},{"name":"Primordial Soul","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":78,"ids":{},"itemIDs":{"dura":0,"strReq":-10,"dexReq":-10,"intReq":-10,"defReq":-10,"agiReq":-10},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":633},{"name":"Pride of the Heights","tier":3,"skills":["TAILORING","WOODWORKING","ALCHEMISM"],"lvl":95,"ids":{},"itemIDs":{"dura":-157,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-280},"posMods":{"left":130,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":632},{"name":"Royal Cake Slice","tier":3,"skills":["COOKING","ALCHEMISM"],"lvl":1,"ids":{"spd":{"minimum":8,"maximum":10},"hprRaw":{"minimum":6,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-110},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":639},{"name":"Old Treasure֎","tier":3,"skills":["JEWELING"],"lvl":6,"ids":{"xpb":{"minimum":3,"maximum":5},"lb":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-58,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":-40},"id":635},{"name":"Familiar Essence","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":10,"ids":{"mr":{"minimum":6,"maximum":6}},"itemIDs":{"dura":-40,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":-40,"notTouching":-40},"id":634},{"name":"Vibrant Augment","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":7,"ids":{"fDamPct":{"minimum":6,"maximum":7},"wDamPct":{"minimum":6,"maximum":7},"aDamPct":{"minimum":6,"maximum":7},"tDamPct":{"minimum":6,"maximum":7},"eDamPct":{"minimum":6,"maximum":7}},"itemIDs":{"dura":-59,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":636},{"name":"Autonomous Core","tier":3,"skills":["JEWELING"],"lvl":88,"ids":{"hprPct":{"minimum":9,"maximum":12},"fDamPct":{"minimum":6,"maximum":8},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-144,"strReq":0,"dexReq":0,"intReq":0,"defReq":17,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":637},{"name":"Canyon Parsley","tier":3,"skills":["SCRIBING"],"lvl":18,"ids":{"str":{"minimum":4,"maximum":5},"eDamPct":{"minimum":6,"maximum":8},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":638},{"name":"Etheric Fern","tier":3,"skills":["COOKING"],"lvl":78,"ids":{},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-800},"posMods":{"left":-160,"right":-160,"above":-160,"under":-160,"touching":115,"notTouching":115},"id":640},{"name":"Evolving Spores","tier":3,"skills":["ALCHEMISM"],"lvl":77,"ids":{"fDamPct":{"minimum":16,"maximum":23},"wDamPct":{"minimum":18,"maximum":20},"aDamPct":{"minimum":19,"maximum":21},"tDamPct":{"minimum":15,"maximum":22},"eDamPct":{"minimum":17,"maximum":19},"gXp":{"minimum":-5,"maximum":-4},"gSpd":{"minimum":9,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-250},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":641},{"name":"Glowing Tree Sap","tier":3,"skills":["JEWELING"],"lvl":14,"ids":{"sdRaw":{"minimum":5,"maximum":5},"tDamPct":{"minimum":4,"maximum":5},"gXp":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-66,"strReq":0,"dexReq":5,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":642},{"name":"Gaze of Darkness","tier":3,"skills":["SCRIBING"],"lvl":105,"ids":{"ls":{"minimum":140,"maximum":160},"hprRaw":{"minimum":90,"maximum":110},"gSpd":{"minimum":6,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-300},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":643},{"name":"Ironwood Scale","tier":3,"skills":["ARMOURING"],"lvl":65,"ids":{"eDefPct":{"minimum":18,"maximum":22},"def":{"minimum":5,"maximum":7},"gXp":{"minimum":3,"maximum":4}},"itemIDs":{"dura":-120,"strReq":13,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":644},{"name":"Luminous Rune","tier":3,"skills":["WOODWORKING"],"lvl":76,"ids":{"sdPct":{"minimum":4,"maximum":5},"mdPct":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-131,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":-30,"right":-30,"above":0,"under":0,"touching":30,"notTouching":30},"id":645},{"name":"Lost Heirloom","tier":3,"skills":["TAILORING"],"lvl":47,"ids":{"ms":{"minimum":4,"maximum":4},"tDamPct":{"minimum":6,"maximum":8},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":16,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":646},{"name":"Mana Extract","tier":3,"skills":["ALCHEMISM"],"lvl":7,"ids":{"sdRaw":{"minimum":10,"maximum":12},"gXp":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-120},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":648},{"name":"Mangrove Root","tier":3,"skills":["COOKING"],"lvl":56,"ids":{"mdPct":{"minimum":5,"maximum":9},"str":{"minimum":5,"maximum":6},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":-620},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":647},{"name":"Mountain's Heart","tier":3,"skills":["WEAPONSMITHING"],"lvl":87,"ids":{"mr":{"minimum":6,"maximum":6},"eDamPct":{"minimum":10,"maximum":13}},"itemIDs":{"dura":-131,"strReq":27,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":649},{"name":"Platinum Grook Egg","tier":3,"skills":["ARMOURING"],"lvl":16,"ids":{"xpb":{"minimum":4,"maximum":4},"lb":{"minimum":4,"maximum":4},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-68,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":650},{"name":"Salted Salmon","tier":3,"skills":["COOKING"],"lvl":28,"ids":{"gSpd":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":651},{"name":"Sentient Slimeball","tier":3,"skills":["SCRIBING"],"lvl":57,"ids":{"sdPct":{"minimum":6,"maximum":7},"eDamPct":{"minimum":6,"maximum":7},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-210},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":652},{"name":"Shattered Dawnlight","tier":3,"skills":["TAILORING"],"lvl":67,"ids":{"sdPct":{"minimum":12,"maximum":15},"wDamPct":{"minimum":-15,"maximum":-12},"gXp":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":655},{"name":"Skybound Remnant","tier":3,"skills":["WEAPONSMITHING"],"lvl":102,"ids":{"sdPct":{"minimum":13,"maximum":16},"agi":{"minimum":12,"maximum":14}},"itemIDs":{"dura":-159,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":24,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":653},{"name":"Soul Stone","tier":3,"skills":["JEWELING","ALCHEMISM"],"lvl":49,"ids":{"spd":{"minimum":5,"maximum":6},"gXp":{"minimum":1,"maximum":2}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":10,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":654},{"name":"Soulfire Matterweave","tier":3,"skills":["ARMOURING"],"lvl":97,"ids":{"fDamPct":{"minimum":17,"maximum":20},"gXp":{"minimum":4,"maximum":5}},"itemIDs":{"dura":-153,"strReq":0,"dexReq":0,"intReq":0,"defReq":20,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":657},{"name":"Spirograph Tablet","tier":3,"skills":["WOODWORKING"],"lvl":37,"ids":{"sdPct":{"minimum":-6,"maximum":-4},"mdPct":{"minimum":-6,"maximum":-4},"str":{"minimum":3,"maximum":3},"dex":{"minimum":3,"maximum":3},"int":{"minimum":3,"maximum":3},"agi":{"minimum":3,"maximum":3},"def":{"minimum":3,"maximum":3}},"itemIDs":{"dura":-90,"strReq":4,"dexReq":4,"intReq":4,"defReq":4,"agiReq":4,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":656},{"name":"Sun-Stained Skin","tier":3,"skills":["TAILORING"],"lvl":27,"ids":{"hprPct":{"minimum":-8,"maximum":-6},"hprRaw":{"minimum":7,"maximum":9},"gXp":{"minimum":2,"maximum":2}},"itemIDs":{"dura":-80,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":658},{"name":"Suspicious Shrubs","tier":3,"skills":["COOKING"],"lvl":83,"ids":{"mdPct":{"minimum":7,"maximum":10},"poison":{"minimum":175,"maximum":250},"gXp":{"minimum":2,"maximum":3}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-750},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":659},{"name":"Relic of the Future","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":15,"ids":{"sdRaw":{"minimum":8,"maximum":14},"tDamPct":{"minimum":7,"maximum":11}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":6,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":661},{"name":"Red Crystal Dust","tier":3,"skills":["SCRIBING"],"lvl":55,"ids":{"ls":{"minimum":20,"maximum":30},"def":{"minimum":3,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":1,"dura":-200},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":660},{"name":"Roots of Eternity","tier":3,"skills":["SCRIBING"],"lvl":81,"ids":{"xpb":{"minimum":5,"maximum":7},"lb":{"minimum":5,"maximum":7}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":-1,"dura":125},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":664},{"name":"Rocky Mind","tier":3,"skills":["ARMOURING"],"lvl":88,"ids":{"str":{"minimum":12,"maximum":15},"spd":{"minimum":-14,"maximum":-10}},"itemIDs":{"dura":-145,"strReq":25,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":663},{"name":"Ritual Catalyst","tier":3,"skills":["WOODWORKING","WEAPONSMITHING","TAILORING"],"lvl":79,"ids":{"sdPct":{"minimum":10,"maximum":12},"ms":{"minimum":8,"maximum":8},"atkTier":{"minimum":-1,"maximum":-1},"eDamPct":{"minimum":-22,"maximum":-18}},"itemIDs":{"dura":-149,"strReq":-55,"dexReq":0,"intReq":55,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":662},{"name":"Sanctified Sheep Soul","tier":3,"skills":["SCRIBING"],"lvl":65,"ids":{"fDefPct":{"minimum":10,"maximum":12},"wDefPct":{"minimum":12,"maximum":14},"sprint":{"minimum":14,"maximum":16},"sprintReg":{"minimum":8,"maximum":10}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-225},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":730},{"name":"Serpent's Fang","tier":3,"skills":["WEAPONSMITHING","ALCHEMISM"],"lvl":93,"ids":{"poison":{"minimum":650,"maximum":920},"mdRaw":{"minimum":70,"maximum":80}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-270},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":665},{"name":"Spark of the Oasis","tier":3,"skills":["WOODWORKING","ALCHEMISM"],"lvl":31,"ids":{"sdRaw":{"minimum":40,"maximum":40},"mdRaw":{"minimum":32,"maximum":32}},"itemIDs":{"dura":-56,"strReq":0,"dexReq":8,"intReq":8,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-160},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":666},{"name":"Solcrystal Horn","tier":3,"skills":["JEWELING"],"lvl":62,"ids":{"agi":{"minimum":2,"maximum":3},"fDamPct":{"minimum":5,"maximum":6},"sprint":{"minimum":4,"maximum":6}},"itemIDs":{"dura":-117,"strReq":0,"dexReq":0,"intReq":0,"defReq":12,"agiReq":9},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":731},{"name":"Squid","tier":3,"skills":["ALCHEMISM","SCRIBING"],"lvl":68,"ids":{"ms":{"minimum":8,"maximum":8}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-230},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":667},{"name":"Stolen Pearls","tier":3,"skills":["JEWELING"],"lvl":35,"ids":{"eSteal":{"minimum":2,"maximum":5}},"itemIDs":{"dura":60,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":668},{"name":"Subsuming Darkness","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":70,"ids":{"mdPct":{"minimum":-8,"maximum":-4},"ls":{"minimum":90,"maximum":100}},"itemIDs":{"dura":-124,"strReq":0,"dexReq":15,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":671},{"name":"Sturdy Flesh","tier":3,"skills":["WEAPONSMITHING","WOODWORKING","ARMOURING","TAILORING"],"lvl":1,"ids":{"hpBonus":{"minimum":30,"maximum":40}},"itemIDs":{"dura":-17,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":669},{"name":"Tempered Core","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":92,"ids":{"hpBonus":{"minimum":-1000,"maximum":-800},"fDamPct":{"minimum":22,"maximum":28}},"itemIDs":{"dura":-149,"strReq":0,"dexReq":0,"intReq":0,"defReq":30,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":670},{"name":"Thermal Replication","tier":3,"skills":["WEAPONSMITHING","WOODWORKING"],"lvl":65,"ids":{"hpBonus":{"minimum":-360,"maximum":-330},"fDamPct":{"minimum":11,"maximum":14}},"itemIDs":{"dura":-100,"strReq":0,"dexReq":0,"intReq":0,"defReq":9,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":15,"notTouching":15},"id":691},{"name":"The Grootslang's Heart","tier":3,"skills":["ARMOURING","TAILORING"],"lvl":56,"ids":{"eDefPct":{"minimum":16,"maximum":24},"spd":{"minimum":-8,"maximum":-6},"hpBonus":{"minimum":320,"maximum":400}},"itemIDs":{"dura":-110,"strReq":10,"dexReq":0,"intReq":0,"defReq":10,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":672},{"name":"Transformativity","tier":3,"skills":["ARMOURING"],"lvl":80,"ids":{},"itemIDs":{"dura":-140,"strReq":-25,"dexReq":-25,"intReq":-25,"defReq":-25,"agiReq":-25},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":-25,"notTouching":-25},"id":694},{"name":"Tungsten Chunk","tier":3,"skills":["JEWELING"],"lvl":63,"ids":{"fDefPct":{"minimum":8,"maximum":10},"hpBonus":{"minimum":80,"maximum":100}},"itemIDs":{"dura":-122,"strReq":0,"dexReq":0,"intReq":0,"defReq":30,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":673},{"name":"Unicorn Horn","tier":3,"skills":["COOKING","WEAPONSMITHING","ARMOURING"],"lvl":75,"ids":{},"itemIDs":{"dura":-192,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-1100},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":25,"notTouching":50},"id":674},{"name":"Unsettling Soul","tier":3,"skills":["SCRIBING"],"lvl":25,"ids":{"ms":{"minimum":4,"maximum":4}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":75},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":675},{"name":"Urdar's Stone","tier":3,"skills":["WOODWORKING","TAILORING"],"lvl":100,"ids":{"fDefPct":{"minimum":-24,"maximum":-20},"eDamPct":{"minimum":20,"maximum":24}},"itemIDs":{"dura":-140,"strReq":25,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":676},{"name":"Vim Veins","tier":3,"skills":["SCRIBING","JEWELING"],"lvl":104,"ids":{"def":{"minimum":3,"maximum":4},"hpBonus":{"minimum":250,"maximum":300}},"itemIDs":{"dura":-160,"strReq":0,"dexReq":0,"intReq":0,"defReq":-20,"agiReq":0,"atkTier":0,"slotMod":0},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":677},{"name":"Volatile Matter","tier":3,"skills":["ALCHEMISM","WOODWORKING","WEAPONSMITHING"],"lvl":20,"ids":{"def":{"minimum":-4,"maximum":-3},"expd":{"minimum":8,"maximum":13},"mdRaw":{"minimum":14,"maximum":22}},"itemIDs":{"dura":-70,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-140},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":680},{"name":"Vortexian Event Horizon","tier":3,"skills":["JEWELING"],"lvl":105,"ids":{"mdPct":{"minimum":-24,"maximum":-24},"atkTier":{"minimum":1,"maximum":1}},"itemIDs":{"dura":-180,"strReq":40,"dexReq":40,"intReq":40,"defReq":40,"agiReq":40},"consumableIDs":{"charges":0,"dura":0},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":678},{"name":"Weathered Idol","tier":3,"skills":["SCRIBING"],"lvl":36,"ids":{"spd":{"minimum":6,"maximum":8},"sdRaw":{"minimum":30,"maximum":36},"aDamPct":{"minimum":10,"maximum":14}},"itemIDs":{"dura":0,"strReq":0,"dexReq":0,"intReq":0,"defReq":0,"agiReq":0},"consumableIDs":{"charges":0,"dura":-170},"posMods":{"left":0,"right":0,"above":0,"under":0,"touching":0,"notTouching":0},"id":679}] diff --git a/item/index.html b/item/index.html index 26bebb1..88fd181 100644 --- a/item/index.html +++ b/item/index.html @@ -11,9 +11,9 @@ - + - + diff --git a/items/index.html b/items/index.html index 945e176..f4a1dec 100644 --- a/items/index.html +++ b/items/index.html @@ -10,9 +10,9 @@ - + - + @@ -164,7 +164,7 @@ - + diff --git a/items_adv/index.html b/items_adv/index.html index b20b0c0..a7b0819 100644 --- a/items_adv/index.html +++ b/items_adv/index.html @@ -10,9 +10,9 @@ - + - + diff --git a/items_adv/items_adv_help.html b/items_adv/items_adv_help.html index 4736c14..91bae58 100644 --- a/items_adv/items_adv_help.html +++ b/items_adv/items_adv_help.html @@ -13,9 +13,9 @@ - + - + diff --git a/js/build_utils.js b/js/build_utils.js index 0bc916d..f51b6ed 100644 --- a/js/build_utils.js +++ b/js/build_utils.js @@ -199,28 +199,16 @@ function expandItem(item) { } else { //The item does not have fixed IDs. for (const id of rolledIDs) { let val = (item[id] || 0); - if (val > 0) { // positive rolled IDs - if (reversedIDs.includes(id)) { - maxRolls.set(id,idRound(val*0.7)); - minRolls.set(id,idRound(val*1.3)); - } else { - maxRolls.set(id,idRound(val*1.3)); - minRolls.set(id,idRound(val*0.3)); - } - } else if (val < 0) { //negative rolled IDs - if (reversedIDs.includes(id)) { - maxRolls.set(id,idRound(val*1.3)); - minRolls.set(id,idRound(val*0.3)); - } - else { - maxRolls.set(id,idRound(val*0.7)); - minRolls.set(id,idRound(val*1.3)); - } - } - else { // if val == 0 + if (val == 0) { // NOTE: DO NOT remove this case! idRound behavior does not round to 0! maxRolls.set(id,0); minRolls.set(id,0); + } else if ((val > 0) != (reversedIDs.includes(id))) { // logical XOR. positive IDs + maxRolls.set(id,idRound(val*1.3)); + minRolls.set(id,idRound(val*0.3)); + } else { //negative rolled IDs + maxRolls.set(id,idRound(val*0.7)); + minRolls.set(id,idRound(val*1.3)); } } } diff --git a/js/builder/atree_constants.js b/js/builder/atree_constants.js index 4175d84..c9229ad 100644 --- a/js/builder/atree_constants.js +++ b/js/builder/atree_constants.js @@ -8763,7 +8763,7 @@ const atrees = { }, { "display_name": "Parry", - "desc": "After dodging damage, if you cast a spell within 1.5s, it will be free. (3s Cooldown)", + "desc": "After dodging damage, gain a brief damage buff, and make your next spell within 1.5 free. (3s Cooldown)", "archetype": "Acrobat", "archetype_req": 5, "parents": [ @@ -8778,7 +8778,19 @@ const atrees = { "icon": "node_2" }, "properties": {}, - "effects": [] + "effects": [ + { + "type": "raw_stat", + "toggle": "Activate Parry", + "bonuses": [ + { + "type": "stat", + "name": "damMult.Parry", + "value": 30 + } + ] + } + ] }, { "display_name": "Cheaper Spin Attack 2", @@ -9424,7 +9436,7 @@ const atrees = { "parts": [ { "name": "Slash Damage", - "multipliers": [ 360, 0, 0, 40, 0, 0 ] + "multipliers": [ 360, 0, 0, 0, 40, 0 ] } ] } diff --git a/js/builder/atree_constants_min.js b/js/builder/atree_constants_min.js index b1be7b8..73b0fe6 100644 --- a/js/builder/atree_constants_min.js +++ b/js/builder/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_archer"},"properties":{"charges":2,"duration":60,"knockback":1.5},"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":"0.charges"}}]}],"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_archer"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":20,"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_archer"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":45,"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":[-10,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_archer"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":35,"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":6,"duration":60,"shots":8},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"DPS","parts":[{"name":"Single Shot","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Shot":"0.shots"},"display":false},{"name":"Single Volley","type":"total","hits":{"Single Shot":"0.charges"},"display":false},{"name":"DPS","type":"total","hits":{"Single Volley":2}},{"name":"Total Damage","type":"total","hits":{"Single Bow":"0.charges"}}]}],"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_1"},"properties":{"aoe":8,"duration":120},"effects":[],"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":[190,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":30},"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,54],"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":[220,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":[120,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Total Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Total Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep becomes much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14,54],"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 deal additional damage.","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":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[0,0,40,0,0,0]}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 0.5 Mana per second and 10 Mana when they explode.","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":0.5,"explosionMana":10},"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.","base_abil":1,"parents":[46,55],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Escape Artist Arrow","multipliers":[100,0,50,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Total Damage","hits":{"Escape Artist Arrow":1},"display":"Total Damage"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 4s or more, your next sucessful hit will deal +60% 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":[{"type":"raw_stat","toggle":"Initiator","bonuses":[{"type":"stat","name":"damMult.Initiator","value":60}]}],"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":"replace_spell","name":"Call of the Hound","base_spell":8,"display":"DPS","parts":[{"name":"Single Hit","multipliers":[40,0,0,0,0,0]},{"name":"DPS","hits":{"Single Hit":3.3333333333333}}]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 extra streams of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,46],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-3,0,-4,0,0,2]},{"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":[50,0,0,30,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Total Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":1,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5+ Focus, casting Arrow Storm while 4+ blocks above the ground cause you to levitate and shoot 20 homing arrows per second until you run out of Focus. While in this 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":[30,0,0,10,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 2 additional smaller bombs when exploding.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":2,"display":{"row":41,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[60,0,0,0,20,0]}],"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":[51],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":37,"col":7,"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,53],"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 +4 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":4,"shots":4},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Shot","multipliers":[2,0,0,0,5,0]}],"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":[27,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":39,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Trap Damage","cost":0,"multipliers":[-50,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-1},{"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":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[5,0,0,0,0,0]}],"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":{"charges":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Shot","multipliers":[-18,0,0,0,0,0]}],"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":[],"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.","base_abil":0,"parents":[19,18,14,54],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{"knockback":0.5},"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}]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Shot","multipliers":[3,0,0,0,0,0],"behavior":"modify"}],"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,17],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Shot":4}}],"id":46},{"display_name":"Cheaper Arrow Storm II","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":"+15% Critical Hit Damage","parents":[20,49,23],"archetype":"Sharpshooter","dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":15}]}],"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 II","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":{"range":8},"effects":[],"id":52},{"display_name":"Cheaper Arrow Bomb II","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[25,28,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":39,"col":4,"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,14],"archetype_req":3,"req_archetype":"Trapper","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","archetype_req":2,"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 4+ 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":[15],"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":[0]}],"id":62},{"display_name":"More Focus II","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[53,26,30],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":41,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[0]}],"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 +100%)","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":100},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Patient Hunter Damage Bonus","slider_max":100,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[1]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Increase Patient Hunter's damage gain per second by +10% and add increase its Max Damage by +100%","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[27],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":6,"icon":"node_0"},"properties":{"max":100},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Patient Hunter Damage Bonus","slider_max":100,"scaling":[1]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +5% Walk Speed (Max 120%). 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":[5],"max":120}],"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":{"range":16},"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":12}}]},{"type":"add_spell_prop","base_spell":1,"cost":-5}],"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","multipliers":[150,0,0,0,0,100]}],"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":2,"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_warrior"},"properties":{"aoe":4,"range":3,"hits":1},"effects":[{"type":"replace_spell","name":"Bash","cost":40,"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":"0.hits"}}]}],"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":"add_spell_prop","base_spell":0,"target_part":"Melee","multipliers":[5,0,0,0,0,0]}],"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,"hits":1},"effects":[{"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_warrior"},"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":{"range":4,"angle":40},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[120,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},{"type":"raw_stat","bonuses":[{"type":"stat","name":"damRaw","value":5}]}],"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_warrior"},"properties":{"aoe":3,"range":5.5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":40,"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_warrior"},"properties":{"duration":30,"aoe":12,"defense_bonus":20},"effects":[{"type":"replace_spell","name":"War Scream","cost":30,"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,"hits":2},"effects":[{"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.","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":1.5,"angle":10},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-5,"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":[100,0,0,0,0,20]},{"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","multipliers":[30,0,0,0,0,30]},{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","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 1 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":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","archetype":"Battle Monk","base_abil":10,"parents":[18],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":4,"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]},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Air Shout":1}}],"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. (25s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"duration":0.25,"charges":3},"effects":[{"type":"raw_stat","toggle":"Activate Mantle","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":"add_spell_prop","base_spell":0,"target_part":"Melee","multipliers":[5,0,0,0,0,0]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23,22],"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 8s (10s cooldown). 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":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","parents":[28,27],"dependencies":[],"blockers":[],"cost":2,"display":{"row":18,"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":30},{"display_name":"Enraged Blow","desc":"While Corrupted, every 1% of Health you lose will increase your damage by +1.5% (Max 80%)","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"},"max":80,"scaling":[1.5]}],"id":31},{"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,33],"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":32},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists. Reduce its cooldown by 5s.","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[34,32],"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":33},{"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":[33,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":34},{"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":[31,36],"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":35},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its duration and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[35,32],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"duration","value":15}]}],"id":36},{"display_name":"Precise Strikes","desc":"+15% Critical Hit Damage","parents":[26,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":15}]}],"id":37},{"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":[59,39],"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":38},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[38,34],"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":39},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 5% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[36,35],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":40},{"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":[36],"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":41},{"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":[59,38],"dependencies":[32],"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":42},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[38,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":43},{"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":[35,45],"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":44},{"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":[46,44],"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":45},{"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":6,"base_abil":8,"parents":[59,45],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_3"},"properties":{"range":1},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[-20,0,0,0,0,30]}],"id":46},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[43],"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":47},{"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":[44,45],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":8},"effects":[{"type":"raw_stat","toggle":"Activate Armour Breaker","bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":48},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":30,"parents":[33,32],"dependencies":[30],"blockers":[],"cost":1,"display":{"row":21,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":30,"name":"chance","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":[47,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":[70,0,30,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":[47],"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":[40,0,20,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":7,"base_abil":25,"parents":[53,44],"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,46],"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 +4% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{"cooldown":2},"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":15,"multipliers":[150,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":3,"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 I","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[33,32,38],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Cheaper War Scream II","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":60},{"display_name":"Better Enraged Blow","desc":"Increases the cap of Enraged Blow by +60%.","base_abil":25,"parents":[60],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":32,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"max":-80,"scaling":[-1.5]},{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"max":140,"scaling":[1.5]}],"id":61},{"display_name":"Discombobulate","desc":"Damaging enemies will inflict them with +5 Discombobulated. (Max 100) You will deal +1 neutral and elemental damage to enemies for every Discombobulated they have. -5 of the bonus decays every second.","archetype":"Battle Monk","archetype_req":11,"parents":[64],"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":20,"output":[{"type":"stat","name":"nDamAddMin"},{"type":"stat","name":"nDamAddMax"},{"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":[5],"max":100}],"id":62},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.","archetype":"Battle Monk","archetype_req":8,"parents":[64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[0,0,25,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":63},{"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":64},{"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":65},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.4% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[60],"dependencies":[],"blockers":[],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{"health_cost":0.4},"effects":[],"id":66},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[66,68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Brink","bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":67},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[65,67],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":68},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[65],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":69},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.25% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":66,"parents":[66],"dependencies":[66],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":66,"name":"health_cost","value":-0.25}]}],"id":70}],"Mage":[{"display_name":"Meteor","desc":"Summons a slow but powerful meteor from the sky, dealing massive damage over a large area.","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_mage"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":50,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1,"Breathless Damage":1}}]}],"id":0},{"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":1},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":2},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":3},{"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":[5],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":4},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_mage"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":5},{"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","parents":[5],"dependencies":[],"blockers":[4],"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":6},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you can't heal more than 30% of their max health)","parents":[4,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_mage"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.15}]}],"id":7},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":5,"parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":8},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[6,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_mage"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":30,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[7],"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":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[7,8],"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":11},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[8,11],"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":12},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[9],"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":13},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[9],"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":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":5,"parents":[10,16],"dependencies":[5],"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,11],"dependencies":[0],"blockers":[21],"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,"Breathless Damage":3}},{"type":"stat_scaling","slider":true,"slider_name":"Winded","behavior":"modify","output":{"type":"stat","name":"nConvBase:3.Breathless Damage"},"scaling":[-14]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","behavior":"modify","output":{"type":"stat","name":"eConvBase:3.Breathless Damage"},"scaling":[-6]}],"id":16},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil of fire on the ground that damages enemies every 0.4s.","base_abil":0,"parents":[13,14],"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":17},{"display_name":"Sunshower","desc":"Heal emits a strong light, damaging nearby enemies.","archetype":"Light Bender","base_abil":7,"parents":[12],"dependencies":[7],"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":18},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[17],"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":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 10, 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":[9],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"max":10},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:4.Ice Snake Damage"},"scaling":[10],"slider_step":1,"slider_max":10},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"wConvBase:4.Ice Snake Damage"},"scaling":[5]}],"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":[18],"dependencies":[],"blockers":[16,48],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200,"num_orbs":2},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[60,0,30,30,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":"21.num_orbs","Breathless Damage":"21.num_orbs"}}]},{"type":"add_spell_prop","base_spell":3,"cost":30},{"type":"stat_scaling","slider":true,"slider_name":"Winded","behavior":"modify","output":{"type":"stat","name":"nConvBase:3.Breathless Damage"},"scaling":[-18]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","behavior":"modify","output":{"type":"stat","name":"eConvBase:3.Breathless Damage"},"scaling":[-8]}],"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":[17],"dependencies":[],"blockers":[18,28,40],"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":7,"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":7,"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":9,"parents":[22,24],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake Damage","base_spell":4,"multipliers":[20,0,0,10,0,0]}],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a brief period of time.","base_abil":5,"parents":[23],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor and Ophanim 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.Breathless Damage"},"scaling":[21]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"eConvBase:3.Breathless Damage"},"scaling":[9]},{"type":"add_spell_prop","base_spell":3,"target_part":"Breathless Damage","multipliers":[0,0,0,0,0,0]}],"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":[7],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":7,"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":9,"parents":[26,31],"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":"Fortitude","desc":"Healing 120% of your max health within 10s will apply a damage bonus to every player you've healed. (15s Cooldown)","base_abil":7,"archetype":"Light Bender","archetype_req":2,"parents":[30,32],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":5},"effects":[],"id":31},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":5,"parents":[31,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will explode upon impact with enemies. (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":"Blink","desc":"Teleport will trigger 2 times in quick succession.","base_abil":5,"archetype":"Riftwalker","archetype_req":0,"parents":[31,30],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":5,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1,"Explosion Damage":1}}],"id":34},{"display_name":"Healthier Ophanim I","desc":"Increases the health of Ophanim's orbs by +800 and reduces the damage they take when attacking by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[31,32],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":9,"parents":[37,32,35],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake Damage","base_spell":4,"multipliers":[35,0,0,15,0,0]}],"id":36},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","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":37},{"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,39],"dependencies":[9,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"},{"type":"stat","name":"nConvBase:2.Explosion Damage"}],"scaling":[10]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"tConvBase:2.Wind Slash"},{"type":"stat","name":"tConvBase:2.Explosion Damage"}],"scaling":[3]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"aConvBase:2.Wind Slash"},{"type":"stat","name":"aConvBase:2.Explosion Damage"}],"scaling":[3]}],"id":38},{"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":7,"parents":[35,38,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"round":false,"inputs":[{"type":"stat","name":"wDamPct"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":39},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing your overall healing.","archetype":"Light Bender","archetype_req":5,"base_abil":7,"parents":[35,36,39],"dependencies":[7],"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":"Second and Third Pulses","power":0.2},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Second and Third Pulses":2}}],"id":40},{"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":[37,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":41},{"display_name":"Stronger Ophanim","desc":"Increase the damage of Ophanim.","base_abil":21,"parents":[40],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":24,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[20,0,0,0,0,10]}],"id":42},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to other nearby foes. (Max 10)","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[38,39],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":43},{"display_name":"Lightweaver","desc":"Healing 50% of your max health within 10s will summon a rotating orb that damages enemies upon contact. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{"range":7},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb DPS","parts":[{"name":"Single Orb","type":"damage","multipliers":[150,0,0,0,50,0]},{"name":"Orb DPS","type":"total","hits":{"Single Orb":1.5}}]}],"id":44},{"display_name":"Arcane Speed","desc":"You gain an 80% walk speed buff for 4s after casting Heal or Arcane Transfer. (8s cooldown)","base_abil":7,"archetype":"Arcanist","parents":[44,46],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":45},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[37,45],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Increase your maximum Winded by +10.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[43],"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":10}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":10}],"id":47},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[46,45],"dependencies":[0],"blockers":[21],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{"range":20},"effects":[],"id":48},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":9,"parents":[43,50],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":5,"parents":[49,51],"dependencies":[5],"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":50},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[50,44,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":51},{"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":[46],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":52},{"display_name":"Time Dilation","desc":"Creates an area of effect when sprinting that increases the walk speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[49],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":53},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":9,"archetype":"Riftwalker","archetype_req":7,"parents":[49,50,55],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake Damage","base_spell":4,"multipliers":[20,0,0,0,0,20]}],"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":[50,51,54],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":21,"name":"num_orbs","value":1}]}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies for 2s.","base_abil":9,"parents":[52],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Stronger Sunshower","desc":"Increase the damage of Sunshower.","base_abil":7,"parents":[54,55],"dependencies":[18],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[50,0,0,20,10,0]}],"id":57},{"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":58},{"display_name":"More Winded II","desc":"Increase your maximum Winded by +10.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[53,60],"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":10}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":10}],"id":59},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 40%)","parents":[59,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":40}],"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,60],"dependencies":[35],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"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":62},{"display_name":"Devitalize","desc":"Enemies will deal -0.5% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[59,60],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"defMult.Diffusion"},"scaling":[0.5]}],"id":63},{"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":[60,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":[-20,0,-5,-5,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":21,"name":"num_orbs","value":3}]}],"id":64},{"display_name":"Sunflare","desc":"Healing 300% of your max health within 10s will make your next heal give every nearby ally a temporary immunity buff. (20s Cooldown)","archetype":"Light Bender","archetype_req":11,"base_abil":7,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":65},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs from Lightweaver by +2.","archetype":"Light Bender","base_abil":44,"parents":[65],"dependencies":[44],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb DPS","base_spell":5,"hits":{"Single Orb":1}}],"id":66},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits. (Max 400)","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[62],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"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 external forces. All enemies will receive damage as if they had the amount of Winded you absorbed. (Max 60)","archetype":"Riftwalker","archetype_req":12,"parents":[59],"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":7,"parents":[68,70],"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},{"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":4,"parents":[69,67,65],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":70},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","base_abil":22,"parents":[67],"dependencies":[52],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":71}],"Assassin":[{"display_name":"Spin Attack","desc":"Slash rapidly around you, damaging enemies in a large area.","archetype":"","archetype_req":0,"parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_assassin"},"properties":{},"effects":[{"type":"replace_spell","name":"Spin Attack","cost":40,"base_spell":1,"spell_type":"damage","scaling":"spell","use_atkspd":true,"display":"Spin Attack","parts":[{"name":"Spin Attack","type":"damage","multipliers":[120,0,30,0,0,0]}]}],"id":0},{"display_name":"Dagger Proficiency I","desc":"Increase your speed by +5% and improve your Main Attack's damage when using a dagger.","archetype":"","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":5}]},{"type":"add_spell_prop","base_spell":0,"target_part":"Melee","multipliers":[5,0,0,0,0,0]}],"id":1},{"display_name":"Cheaper Spin Attack","desc":"Reduce the Mana cost of Spin Attack.","archetype":"","archetype_req":0,"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 Spin","desc":"Spin Attack will activate a second time with a larger area of effect.","archetype":"","archetype_req":0,"base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Spin Attack":2},"display":"Total Damage"},{"type":"add_spell_prop","base_spell":1,"target_part":"Spin Attack","behavior":"modify","multipliers":[-40,0,0,0,0,0]}],"id":3},{"display_name":"Poisoned Blade","desc":"For every 2% or 2 Raw Main Attack Damage you have from items, gain +5/3s Poison Damage (Max 50/3s). Your Main Attack gains additional range (+1 Block).","archetype":"Shadestepper","archetype_req":0,"parents":[5],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":7,"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":"poison"}],"scaling":[2.5,2.5],"max":50}],"id":4},{"display_name":"Dash","desc":"Dash in the direction you're facing.","archetype":"","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_assassin"},"properties":{},"effects":[{"type":"replace_spell","name":"Dash","cost":20,"base_spell":2,"display":"Total Damage","parts":[{"name":"None","type":"damage","multipliers":[0,0,0,0,0,0]}]}],"id":5},{"display_name":"Double Slice","desc":"Your Main Attack will attack twice, but deal -40% damage per hit.","archetype":"Acrobat","archetype_req":0,"base_abil":999,"parents":[5],"dependencies":[],"blockers":[4],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Melee","multipliers":[-40,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"display":"Total Damage","target_part":"Total Damage","hits":{"Melee":2}}],"id":6},{"display_name":"Smoke Bomb","desc":"Throw a bomb that slowly emits smoke, damaging all enemies in it every 0.5s.","archetype":"","archetype_req":0,"parents":[4,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_assassin"},"properties":{},"effects":[{"type":"replace_spell","name":"Smoke Bomb","cost":35,"base_spell":4,"display":"Total Damage","parts":[{"name":"Per Tick","type":"damage","multipliers":[25,5,0,0,0,5]},{"name":"Per Bomb","type":"total","hits":{"Per Tick":10}},{"name":"Total Damage","type":"total","hits":{"Per Bomb":1}}]}],"id":7},{"display_name":"Cheaper Dash","desc":"Reduce the Mana cost of Dash","base_abil":5,"parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":8},{"display_name":"Multihit","desc":"Unleash a rapid flurry of 8 hits to enemies facing you, dealing overwhelming damage","parents":[6,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_assassin"},"properties":{},"effects":[{"type":"replace_spell","name":"Multihit","cost":40,"base_spell":3,"display":"Total Damage","parts":[{"name":"Per Hit","multipliers":[30,0,0,10,0,0]},{"name":"Total Damage","type":"total","hits":{"Per Hit":8}}]}],"id":9},{"display_name":"Earth Mastery","desc":"Increases base damage from all Earth attacks","archetype":"Shadestepper","archetype_req":0,"base_abil":998,"parents":[7,11],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"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":10},{"display_name":"Thunder Mastery","desc":"Increases base damage from all Thunder attacks","archetype":"Shadestepper","archetype_req":0,"base_abil":998,"parents":[10,7],"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":11},{"display_name":"Fire Mastery","desc":"Increases base damage from all Fire attacks","archetype":"Trickster","base_abil":998,"parents":[8,13],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"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":12},{"display_name":"Water Mastery","desc":"Increases base damage from all Water attacks","archetype":"Acrobat","base_abil":998,"parents":[8,9,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"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","desc":"Increases base damage from all Air attacks","archetype":"Acrobat","archetype_req":0,"base_abil":998,"parents":[13,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"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":"Backstab","desc":"Multihit will deal a single devastating hit. If you strike the enemy from behind, deal double damage","archetype":"Shadestepper","archetype_req":2,"base_abil":9,"parents":[10,11],"dependencies":[9],"blockers":[40,16],"cost":2,"display":{"row":15,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Backstab","base_spell":3,"display":"Backstab Damage","parts":[{"name":"Backstab Damage","type":"damage","multipliers":[200,50,0,0,0,0]}]},{"type":"raw_stat","toggle":"Activate Backstab","bonuses":[{"type":"stat","name":"damMult.Backstab:3.Backstab Damage","value":100}]},{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":15},{"display_name":"Fatality","desc":"Multihit will deal an additional final slash","archetype":"","archetype_req":0,"base_abil":9,"parents":[13,14],"dependencies":[9],"blockers":[15],"cost":2,"display":{"row":15,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fatality","multipliers":[100,0,0,0,0,50]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fatality":1}}],"id":16},{"display_name":"Vanish","desc":"Dash will vanish you into the shadows and make you invisible to enemies (5s Cooldown). You cannot heal or gain mana while in that state (Attack or get hit to cancel)","archetype":"","archetype_req":0,"base_abil":5,"parents":[15,18],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":16,"col":2,"icon":"node_2"},"properties":{"duration":5,"cooldown":5},"effects":[],"id":17},{"display_name":"Sticky Bomb","desc":"Smoke Bomb will stick to enemies and deal additional damage","archetype":"Trickster","archetype_req":0,"base_abil":7,"parents":[17,12],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Per Tick","multipliers":[0,0,0,0,10,0]}],"id":18},{"display_name":"Righting Reflex","desc":"When you hold shift while airborne, slowly glide and become immune to fall damage (Max 5s)","archetype":"Acrobat","archetype_req":0,"parents":[16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":19},{"display_name":"Surprise Strike","desc":"While using Vanish, your next attack will deal +80% more damage for a single hit only","archetype":"Shadestepper","archetype_req":3,"base_abil":5,"parents":[17],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":19,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Surprise Strike","bonuses":[{"type":"stat","name":"damMult.SurpriseStrike","value":80}]}],"id":20},{"display_name":"Mirror Image","desc":"After leaving Vanish, summon 3 Clones that will follow you and protect you (15s Cooldown). When hit, gain a chance to take 80% less damage and lose 1 Clone.","archetype":"Trickster","archetype_req":2,"parents":[18],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{"clone":3},"effects":[{"type":"raw_stat","toggle":"Activate Clones","bonuses":[{"type":"stat","name":"defMult.Clone","value":60}]}],"id":21},{"display_name":"Lacerate","desc":"Spin Attack will lunge you forward, deal 3 strikes and lunge you forward again.","archetype":"Acrobat","archetype_req":2,"base_abil":0,"parents":[16],"dependencies":[],"blockers":[42],"cost":2,"display":{"row":19,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lacerate","base_spell":1,"display":"Total Damage","parts":[{"name":"Per Hit","type":"damage","multipliers":[60,0,0,10,0,20]},{"name":"Total Damage","type":"total","hits":{"Per Hit":3}}]}],"id":22},{"display_name":"Silent Killer","desc":"After killing an enemy, reset Vanish's cooldown","archetype":"","archetype_req":0,"base_abil":5,"parents":[20],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":20,"col":1,"icon":"node_2"},"properties":{},"effects":[],"id":23},{"display_name":"Shenanigans","desc":"For every 2% Stealing you have from items, gain +1/3s Mana Steal (Max 8/3s)","archetype":"Trickster","archetype_req":0,"parents":[21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"eSteal"}],"output":[{"type":"stat","name":"ms"}],"scaling":[0.5],"max":8}],"id":24},{"display_name":"Wall of Smoke","desc":"Smoke Bomb will throw +2 bombs, damaging more often in a larger area","archetype":"","archetype_req":0,"base_abil":7,"parents":[22],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Per Bomb":2}},{"type":"add_spell_prop","base_spell":4,"target_part":"Per Tick","multipliers":[-10,0,0,0,0,0]}],"id":25},{"display_name":"Better Smoke Bomb","desc":"Increase the range and area of effect of Smoke Bomb","archetype":"","archetype_req":0,"base_abil":7,"parents":[23,27],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":22,"col":0,"icon":"node_0"},"properties":{},"effects":[],"id":26},{"display_name":"Shadow Travel","desc":"Vanish will increase your speed by +120%","archetype":"Shadestepper","archetype_req":0,"base_abil":5,"parents":[26,23,28],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_1"},"properties":{},"effects":[],"id":27},{"display_name":"Cheaper Multihit","desc":"Reduce the Mana cost of Multihit","archetype":"","archetype_req":0,"base_abil":9,"parents":[24,27,29],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":22,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":28},{"display_name":"Dagger Proficiency II","desc":"Increase your Main Attack's range and add +5 raw damage to all attacks","archetype":"","archetype_req":0,"base_abil":999,"parents":[28,25],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"damRaw","value":5}]}],"id":29},{"display_name":"Last Laugh","desc":"When losing a Clone, it will cast Spin Attack before dying","archetype":"Trickster","archetype_req":3,"base_abil":5,"parents":[21],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":20,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":30},{"display_name":"Cheaper Smoke Bomb","desc":"Reduce the Mana cost of Smoke Bomb","archetype":"","archetype_req":0,"base_abil":7,"parents":[26,32],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":31},{"display_name":"Blazing Powder","desc":"Spin Attack will blind enemies and deal additional damage","archetype":"","archetype_req":0,"base_abil":0,"parents":[31,27,28],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Per Hit","behavior":"modify","multipliers":[0,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Spin Attack","behavior":"modify","multipliers":[0,0,0,0,20,0]}],"id":32},{"display_name":"Weightless","desc":"When you hit an enemy while airborne, gain +0.7 Mana (1.25+ blocks off the ground to be airborne)","archetype":"Acrobat","archetype_req":3,"parents":[28,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":33},{"display_name":"Black Hole","desc":"Smoke Bomb will pull nearby enemies","archetype":"","archetype_req":0,"base_abil":7,"parents":[31,32],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":34},{"display_name":"Sandbagging","desc":"Anytime you get hit for less than 5% of your max hp, reduce your abilities cooldown by -3s. (1s Cooldown)","archetype":"Trickster","archetype_req":0,"parents":[32,36],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":35},{"display_name":"Hop","desc":"When you double tap jump, leap forward. (2s Cooldown)","archetype":"Acrobat","archetype_req":0,"parents":[35,33],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":6,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":36},{"display_name":"Dancing Blade","desc":"Deal damage to mobs you Dash through","archetype":"Acrobat","archetype_req":0,"base_abil":5,"parents":[44,43],"dependencies":[5],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Dancing Blade","multipliers":[70,0,0,0,0,10],"display":"Dancing Blade"}],"id":37},{"display_name":"Violent Vortex","desc":"If you deal more damage than 1.5x of your max health in a single hit, deal 30% of the damage to other nearby enemies","archetype":"Shadestepper","archetype_req":0,"parents":[31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":0,"icon":"node_1"},"properties":{"range":10,"cooldown":2},"effects":[{"type":"replace_spell","name":"Violent Vortex","base_spell":5,"display":"Total Damage","parts":[{"name":"Total Damage","type":"damage","multipliers":[0,0,0,0,0,0]}]}],"id":38},{"display_name":"Delirious Gas","desc":"While inside Smoke Bomb, increase your damage by +40% and gain Lure for 20s","archetype":"Trickster","archetype_req":4,"base_abil":7,"parents":[35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Delirious Gas","bonuses":[{"type":"stat","name":"damMult.DeliriousGas","value":40}]}],"id":39},{"display_name":"Stronger Multihit","desc":"Increases Multihit's amount of hits by +3","base_abil":9,"parents":[35,36],"dependencies":[],"blockers":[15],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Per Hit":3}}],"id":40},{"display_name":"Marked","desc":"Smoke Bomb will add +1 Mark to enemies it hits. (Max 4, 0.4s Cooldown) Marked enemies will take +8% damage for each mark they have.","archetype":"Shadestepper","archetype_req":5,"parents":[38],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":1,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Marked","slider_step":1,"slider_max":4,"output":[{"type":"stat","name":"damMult.Marked"}],"scaling":[6]}],"id":41},{"display_name":"Echo","desc":"Your Clones will mimic your spells and abilities. While they are active, deal -60% damage.","archetype":"Trickster","archetype_req":6,"base_abil":21,"parents":[35,43],"dependencies":[21],"blockers":[22],"cost":2,"display":{"row":28,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Clones","bonuses":[{"type":"stat","name":"damMult.Echo","value":-60}]},{"type":"add_spell_prop","base_spell":8,"behavior":"modify","target_part":"Slash Damage","multipliers":[690,0,0,110,0,0]},{"type":"stat_scaling","slider":true,"slider_name":"Spell Copies","slider_step":1,"slider_max":3,"output":[{"type":"stat","name":"damMult.EchoCast"}],"scaling":[100]}],"id":42},{"display_name":"Shurikens","desc":"After using Dash, your next Main Attack will throw 3 shurikens","archetype":"Acrobat","archetype_req":0,"base_abil":5,"parents":[42,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":6,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Shurikens","base_spell":6,"display":"Total Damage","parts":[{"name":"Per Shuriken","type":"damage","multipliers":[100,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Per Shuriken":3}}]}],"id":43},{"display_name":"Far Reach","desc":"Increase the range of Multihit","archetype":"","archetype_req":0,"base_abil":9,"parents":[76,43],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":44},{"display_name":"Psithurism","desc":"Increase your Walk Speed by +20% and your Jump Height by +1","archetype":"","archetype_req":0,"parents":[25],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20},{"type":"stat","name":"jh","value":1}]}],"id":45},{"display_name":"Ambush","desc":"Increase Surprise Strike's damage by +40%","base_abil":5,"parents":[41],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Surprise Strike","bonuses":[{"type":"stat","name":"damMult.SurpriseStrike","value":40}]}],"id":46},{"display_name":"Cheaper Dash II","desc":"Reduce the Mana cost of Dash","base_abil":5,"parents":[42,50],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":47},{"display_name":"Parry","desc":"After dodging damage, if you cast a spell within 1.5s, it will be free. (3s Cooldown)","archetype":"Acrobat","archetype_req":5,"parents":[49],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":6,"icon":"node_2"},"properties":{},"effects":[],"id":48},{"display_name":"Cheaper Spin Attack 2","desc":"Reduce the Mana cost of Spin Attack","archetype":"","archetype_req":0,"base_abil":0,"parents":[44,48],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":49},{"display_name":"Death Magnet","desc":"After leaving Vanish, pull all nearby Marked mobs towards you","archetype":"Shadestepper","archetype_req":0,"base_abil":5,"parents":[41,47],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_1"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Multihit II","desc":"Reduce the Mana cost of Multihit","base_abil":9,"parents":[50,73,52],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":51},{"display_name":"Hoodwink","desc":"When hitting enemies with Spin Attack, shorten the duration of your negative effects by 30% and transfer it onto enemies Lure can be transferred to the feeble minded. (Bosses and special enemies are immune)","archetype":"Trickster","archetype_req":1,"base_abil":0,"parents":[51,47,53],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":33,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":52},{"display_name":"Choke Bomb","desc":"Smoke Bomb will slow down enemies while in the smoke","archetype":"Trickster","archetype_req":0,"base_abil":7,"parents":[52,54,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":33,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":53},{"display_name":"Wall Jump","desc":"Reduce Hop's cooldown by 1s. When you Hop into a wall, bounce backward. (Hold shift to cancel)","archetype":"Acrobat","archetype_req":5,"parents":[53,49],"dependencies":[36],"blockers":[],"cost":2,"display":{"row":33,"col":8,"icon":"node_1"},"properties":{},"effects":[],"id":54},{"display_name":"Fatal Spin","desc":"Spin Attack will add +1 Mark to all enemies it hits and gain additional area of effect","archetype":"Shadestepper","archetype_req":8,"base_abil":0,"parents":[73,51],"dependencies":[41],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Spin Attack","multipliers":[20,0,0,0,0,0]}],"id":55},{"display_name":"Stronger Lacerate","desc":"Lacerate will deal +1 slash","archetype":"Acrobat","base_abil":0,"parents":[53,54],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Per Hit":1}}],"id":56},{"display_name":"Stronger Vortex","desc":"If you deal more damage than 2.5x of your max health in a single hit, deal 60% of the damage to other nearby enemies","archetype":"Shadestepper","archetype_req":4,"parents":[55],"dependencies":[38],"blockers":[],"cost":1,"display":{"row":35,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"replace_spell","name":"Violent Vortex","base_spell":5,"display":"Total Damage","parts":[{"name":"Total Damage","type":"damage","multipliers":[0,0,0,0,0,0]}]}],"id":57},{"display_name":"Harvester","desc":"After killing an enemy, gain +5 Mana for each leftover Marks it had","archetype":"Shadestepper","archetype_req":0,"parents":[55,59],"dependencies":[41],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_2"},"properties":{},"effects":[],"id":58},{"display_name":"Cheaper Smoke Bomb 2","desc":"Reduce the Mana cost of Smoke Bomb","archetype":"","archetype_req":0,"base_abil":7,"parents":[58,52,60],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":37,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Blade Fury","desc":"Multihit will be easier to aim and enemies hit will stay locked in front of you","archetype":"Acrobat","archetype_req":0,"base_abil":9,"parents":[56,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Hit","multipliers":[0,0,15,0,0,0]}],"id":60},{"display_name":"More Marks","desc":"Add +2 max Marks","archetype":"Shadestepper","archetype_req":0,"base_abil":41,"parents":[58,59],"dependencies":[41],"blockers":[],"cost":1,"display":{"row":38,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Marked","slider_max":2}],"id":61},{"display_name":"Stronger Clones","desc":"Improve your damage while your Clones are active by +15%","archetype":"Trickster","archetype_req":7,"base_abil":21,"parents":[59,60],"dependencies":[42],"blockers":[],"cost":2,"display":{"row":38,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Clones","bonuses":[{"type":"stat","name":"damMult.Echo","value":15}]}],"id":62},{"display_name":"Ricochets","desc":"When hitting an enemy with your Shurikens, they will bounce to the nearest enemy","archetype":"Acrobat","archetype_req":6,"base_abil":5,"parents":[60],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Satsujin","desc":"If an enemy has 3 Marks, your next Multihit or Damaging Powder Special will deal double damage. (20s Cooldown, per enemy)","archetype":"Shadestepper","archetype_req":13,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":1,"icon":"node_3"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Satsujin","bonuses":[{"type":"stat","name":"damMult.Satsujin:3.Backstab Damage","value":100},{"type":"stat","name":"damMult.Satsujin:3.Per Hit","value":100},{"type":"stat","name":"damMult.Satsujin:3.Fatality","value":100},{"type":"stat","name":"damMult.Satsujin:0.Powder Special","value":100}]}],"id":64},{"display_name":"Forbidden Art","desc":"Summon +3 additional Clones. (+15s Cooldown)","archetype":"Trickster","archetype_req":8,"base_abil":21,"parents":[59],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":39,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Spell Copies","slider_max":3}],"id":65},{"display_name":"Diversion","desc":"Grant allies within 15 blocks +15% Overhealth whenever you hit a Lured enemy. (6.5s Cooldown)\nThe bonus health decays over 10s.","archetype":"Trickster","archetype_req":12,"base_abil":7,"parents":[65],"dependencies":[39],"blockers":[],"cost":2,"display":{"row":40,"col":5,"icon":"node_3"},"properties":{},"effects":[],"id":66},{"display_name":"Jasmine Bloom","desc":"After spending 40 Mana, bloom an area under you that damages enemies below it every 0.3s. After every bloom, reset the duration and increase the radius (Max 10 Blocks)","archetype":"Acrobat","archetype_req":12,"parents":[60],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Jasmine Bloom","base_spell":7,"display":"DPS","parts":[{"name":"Per Hit","multipliers":[60,5,0,15,0,0]},{"name":"DPS","hits":{"Per Hit":3.333333333}}]}],"id":67},{"display_name":"Better Ricochets","desc":"Add +1 Max Bounce to Ricochets","archetype":"","archetype_req":0,"base_abil":5,"parents":[67],"dependencies":[63],"blockers":[],"cost":1,"display":{"row":40,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":68},{"display_name":"Devour","desc":"Harvester will give +5 Mana","archetype":"","archetype_req":0,"parents":[64],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":41,"col":0,"icon":"node_0"},"properties":{},"effects":[],"id":69},{"display_name":"Better Marked","desc":"Increase Marked's damage bonus by +4%","archetype":"","archetype_req":0,"base_abil":41,"parents":[64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":41,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Marked","output":[{"type":"stat","name":"damMult.Marked"}],"scaling":[4]}],"id":70},{"display_name":"Bamboozle","desc":"When Clones are active, casting Multihit while holding shift will instead slay 1 Clone and teleport you forwards with a brutal fiery slash","archetype":"Trickster","archetype_req":0,"base_abil":9,"parents":[28,27],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":23,"col":4,"icon":"node_2"},"effects":[{"type":"replace_spell","name":"Bamboozle","base_spell":8,"display":"Slash Damage","parts":[{"name":"Slash Damage","multipliers":[360,0,0,40,0,0]}]}],"id":71},{"display_name":"Distraction","desc":"When hitting enemies, reduce their damage by -0.1% per hit. (Max -15%) The damage debuff decays at -0.3% per second.","archetype":"Trickster","archetype_req":0,"parents":[28,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Distraction Hits","output":{"type":"stat","name":"defMult.Diffusion"},"scaling":[0.1],"slider_step":1,"slider_max":150}],"id":72},{"display_name":"Nightcloak Knife","desc":"If cast while in Vanish, Spin Attack will consume all Marks from nearby enemies to summon the Nightcloak Knife.\n The Knife will mimic your attacks on enemies within 6 blocks of you, dealing 4% of your damage for every 1 Mark consumed. (Max 10 Marks)\n The Knife will vanish after 8s","archetype":"Shadestepper","archetype_req":0,"parents":[51,46],"dependencies":[41],"blockers":[],"cost":2,"display":{"row":33,"col":0,"icon":"node_2"},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Marks Absorbed","slider_max":10,"output":[{"type":"stat","name":"damMult.Nightcloak"}],"scaling":[4]}],"id":73},{"display_name":"Pirouette","desc":"When hitting an enemy with Dancing Blade, you will deal extra damage and vault upwards, resetting Dash as if you touched the ground.","base_abil":5,"parents":[56,53,52],"dependencies":[37],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Dancing Blade","multipliers":[30,0,0,0,0,10],"display":"Dancing Blade"}],"id":74},{"display_name":"Dissolution","desc":"When entering Vanish, become immune to knockback and gain resistance for a brief moment.","archetype":"Shadestepper","archetype_req":2,"base_abil":17,"parents":[51,52],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":34,"col":3,"icon":"node_0"},"effects":[{"type":"raw_stat","toggle":"Activate Dissolution","bonuses":[{"type":"stat","name":"defMult.Dissolution","value":40}]}],"id":75},{"display_name":"Flow State","desc":"Landing 60 hits without stopping for over 2s will greatly increase your damage for a short time. (10s Cooldown)","archetype":"Acrobat","archetype_req":5,"parents":[33],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":8,"icon":"node_3"},"effects":[{"type":"raw_stat","toggle":"Flow State","bonuses":[{"type":"stat","name":"damMult.FlowState","value":50}]}],"id":76},{"display_name":"Even Stronger Clones","desc":"Improves your damage by +10% while your Clones are active.","archetype":"Trickster","archetype_req":0,"base_abil":21,"parents":[66],"dependencies":[42],"blockers":[],"cost":1,"display":{"row":41,"col":4,"icon":"node_0"},"effects":[{"type":"raw_stat","toggle":"Activate Clones","bonuses":[{"type":"stat","name":"damMult.Echo","value":10}]}],"id":77}],"Shaman":[{"display_name":"Totem","desc":"Summon a totem that damages enemies around it every 0.4s.","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_shaman"},"properties":{"duration":30,"rate":0.4,"aoe":8,"totem_mul":2.5},"effects":[{"type":"replace_spell","name":"Totem","cost":30,"base_spell":1,"display":"Tick DPS","parts":[{"name":"Tick Damage","multipliers":[6,0,0,0,0,6]},{"name":"Tick DPS","hits":{"Tick Damage":"0.totem_mul"}},{"name":"Heal Rate","hits":{"Heal Tick":"0.totem_mul"}}]}],"id":0},{"display_name":"Relik Proficiency 1","desc":"Double your Main Attack's beam speed and increase your damage when using a reik.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"replace_spell","name":"Relik Melee","base_spell":0,"spell_type":"damage","scaling":"melee","use_atkspd":false,"display":"Total","parts":[{"name":"Single Beam","multipliers":[35,0,0,0,0,0]},{"name":"Total","hits":{"Single Beam":3}}]}],"id":1},{"display_name":"Cheaper Totem I","desc":"Reduce the Mana cost of Totem.","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Totemic Smash","desc":"Your Totem will deal damage where it lands.","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"aoe":3.5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Smash Damage","multipliers":[100,0,0,0,30,0]}],"id":3},{"display_name":"Distant Grasp","desc":"Reduce your Main Attack's spread, and increase its beam speed by +33%.","base_abil":999,"archetype":"Summoner","parents":[5],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[],"id":4},{"display_name":"Haul","desc":"Leap towards your Totem.","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_shaman"},"properties":{},"effects":[{"type":"replace_spell","name":"Haul","cost":15,"base_spell":2,"display":"","parts":[]}],"id":5},{"display_name":"Hand of the Shaman","desc":"Your Main Attack will throw +2 beams.","base_abil":999,"archetype":"Acolyte","parents":[5],"dependencies":[],"blockers":[4],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"replace_spell","name":"Relik Melee","base_spell":0,"spell_type":"damage","scaling":"melee","use_atkspd":false,"display":"Total","parts":[{"name":"Single Beam","multipliers":[34,0,0,0,0,0]},{"name":"Total","hits":{"Single Beam":5}}]}],"id":6},{"display_name":"Uproot","desc":"Throw a rapid projectile that will explode and knock enemies away. (Hold shift to pull instead)","parents":[4,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_shaman"},"properties":{"range":18,"aoe":5},"effects":[{"type":"replace_spell","name":"Uproot","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Single Hit","multipliers":[80,30,20,0,0,0]},{"name":"Total Damage","hits":{"Single Hit":1}}]}],"id":7},{"display_name":"Cheaper Haul I","desc":"Reduce the Mana cost of Haul.","base_abil":5,"parents":[7,9],"dependencies":[5],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":8},{"display_name":"Aura","desc":"Emit an aura from your Totem that damages enemies.","parents":[6,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_shaman"},"properties":{"range":16,"num_totems":1},"effects":[{"type":"replace_spell","name":"Aura","cost":40,"base_spell":3,"display":"First Wave","parts":[{"name":"Single Wave","multipliers":[150,0,0,30,0,0]},{"name":"First Wave","hits":{"Single Wave":"9.num_totems"}},{"name":"First Wave Heal","hits":{"Heal Amount":"9.num_totems"}}]}],"id":9},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks.","archetype":"Summoner","parents":[7],"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":10},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases your base damage from all Air attacks.","archetype":"Summoner","parents":[10,7,8,13],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"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":11},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks.","archetype":"Ritualist","parents":[8,11,13],"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":12},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks.","archetype":"Acolyte","parents":[11,8,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"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":13},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks.","archetype":"Acolyte","parents":[9],"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":14},{"display_name":"Nature's Jolt","desc":"When hitting the ground after using Haul, deal damage around you.","base_abil":5,"parents":[11,10],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":11,"col":1,"icon":"node_1"},"properties":{"aoe":3.5},"effects":[{"type":"add_spell_prop","target_part":"Nature's Jolt","base_spell":2,"multipliers":[90,30,0,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Nature's Jolt":1}}],"id":15},{"display_name":"Overseer","desc":"Increase Uproot's range, and if you hit your Totem with it, reset its duration.","base_abil":7,"archetype":"Summoner","parents":[15],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":13,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":7,"name":"range","value":6}]}],"id":16},{"display_name":"Rain Dance","desc":"While mid-air, your Totem will leave a streak of rain that damages enemies under it every 0.4s.","archetype":"Ritualist","base_abil":0,"parents":[12],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"aoe":2,"duration":6,"rate":0.4},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Rain Dance","multipliers":[30,0,0,30,0,0]}],"id":17},{"display_name":"Shocking Aura","desc":"Aura will travel at a much greater speed and deal additional damage.","base_abil":9,"archetype":"Acolyte","parents":[13,19],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Single Wave","multipliers":[0,0,20,0,0,0]}],"id":18},{"display_name":"Flaming Tongue","desc":"Uproot will not explode or knockback enemies, but will deal damage 3 times.","base_abil":7,"archetype":"Acolyte","parents":[14,18],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Hit","multipliers":[-15,-30,-15,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"convert_spell_conv","target_part":"all","base_spell":4,"conversion":"Fire"}],"id":19},{"display_name":"Puppet Master","desc":"Your Totem will summon 1 Puppet every 3s (Max 3). They throw knives at nearby enemies every 0.5s.","archetype":"Summoner","archetype_req":3,"parents":[16],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"duration":30,"range":16,"max_puppets":3,"attack_frequency":2},"effects":[{"type":"replace_spell","name":"Puppet Damage","base_spell":5,"scaling":"spell","display":"Max Puppet DPS","parts":[{"name":"Puppet Hit","multipliers":[12,3,0,0,0,3]},{"name":"Puppet DPS","hits":{"Puppet Hit":"20.attack_frequency"}},{"name":"Max Puppet DPS","hits":{"Puppet DPS":"20.max_puppets"}}]}],"id":20},{"display_name":"Mask of the Lunatic","desc":"When casting Uproot, instead wear the Mask of the Lunatic. While wearing this mask, gain damage bonus at the cost of less walk speed, and reduce the mana cost of Aura.","base_abil":7,"archetype":"Ritualist","archetype_req":2,"parents":[17],"dependencies":[7],"blockers":[66],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Switch Masks","base_spell":4,"parts":[],"display":""},{"type":"raw_stat","toggle":"Mask of the Lunatic","bonuses":[{"type":"stat","name":"damMult.Mask","value":35},{"type":"stat","name":"spd","value":-35},{"type":"stat","name":"spPct3Final","value":-30}]}],"id":21},{"display_name":"Sacrificial Shrine","desc":"Your Totem will siphon 2% of your health every 0.4s and transfer it into a Blood Pool. Aura will use 15% of your Blood Pool to deal +50% damage and heal all allies.","archetype":"Acolyte","archetype_req":3,"parents":[18,19],"dependencies":[0],"blockers":[42],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"blood_pool":30},"effects":[{"type":"raw_stat","toggle":"Activate Boosted Aura","bonuses":[{"type":"stat","name":"damMult.BloodPool:3.Single Wave","value":35}]},{"type":"add_spell_prop","base_spell":3,"target_part":"Heal Amount","power":0.15}],"id":22},{"display_name":"More Puppets I","desc":"Increase your Max Puppets by +1.","base_abil":20,"archetype":"Summoner","parents":[20],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":16,"col":0,"icon":"node_0"},"properties":{"max_puppets":1},"effects":[],"id":23},{"display_name":"Cheaper Uproot I","desc":"Reduce the Mana cost of Uproot.","base_abil":7,"parents":[21,25],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":17,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":24},{"display_name":"Rebound","desc":"Once Aura reaches its maximum range, it will bounce back and deal its effects a second time.","base_abil":9,"parents":[22,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Rebound Total Damage","hits":{"First Wave":2}},{"type":"add_spell_prop","base_spell":3,"target_part":"Rebound Total Heal","hits":{"First Wave Heal":2}}],"id":25},{"display_name":"Stagnation","desc":"Enemies hit by Nature's Jolt will be slowed down.","base_abil":7,"parents":[23,27],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Cheaper Aura I","desc":"Reduce the Mana cost of Aura.","base_abil":9,"parents":[26,24],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Better Totem","desc":"Increase your Totem's area of effect.","base_abil":0,"parents":[24,25],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":4}]}],"id":28},{"display_name":"Blood Connection","desc":"If you are outside your Totem's range, Haul will teleport you to it.","base_abil":5,"archetype":"Acolyte","parents":[25],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":18,"col":8,"icon":"node_1"},"properties":{},"effects":[],"id":29},{"display_name":"Exploding Puppets","desc":"When your Puppets have 3s duration left, they will run towards enemies at high speed to explode and deal damage.","base_abil":20,"archetype":"Summoner","parents":[26,27],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":20,"col":1,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","base_spell":5,"target_part":"Puppet Explosion","multipliers":[100,0,0,0,100,0]}],"id":30},{"display_name":"Hymn of Hate","desc":"When wearing the Mask of the Lunatic, killing an enemy with Aura will cast a new Aura dealing -70% damage at its location.","base_abil":9,"archetype":"Ritualist","parents":[24,32],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":20,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Hymn of Hate","hits":{"Single Wave":0.5}}],"id":31},{"display_name":"More Blood Pool I","desc":"Increase your maximum Blood pool by +30%.","archetype":"Acolyte","base_abil":22,"parents":[25,31],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":20,"col":7,"icon":"node_0"},"properties":{"blood_pool":30},"effects":[],"id":32},{"display_name":"Bullwhip","desc":"Hitting enemies with Uproot will make your Summons focus them and deal additional damage.","archetype":"Summoner","parents":[30],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":21,"col":0,"icon":"node_2"},"properties":{"duration":10},"effects":[{"type":"raw_stat","toggle":"Activate Bullwhip","bonuses":[{"type":"stat","name":"damMult.Bullwhip:5.Puppet Hit","value":15},{"type":"stat","name":"damMult.Bullwhip:7.Effigy Hit","value":20}]}],"id":33},{"display_name":"More Puppets II","desc":"Increase your Max Puppets by +2.","base_abil":20,"archetype":"Summoner","parents":[30],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":21,"col":2,"icon":"node_0"},"properties":{"max_puppets":2},"effects":[],"id":34},{"display_name":"Mask of the Fanatic","desc":"When casting Uproot, instead wear the Mask of the Fanatic. While wearing this mask, gain resistance at the cost of less damage bonus, and reduce the mana cost of Totem.","base_abil":7,"archetype":"Ritualist","archetype_req":3,"parents":[31,32,36],"dependencies":[],"blockers":[66],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Switch Masks","base_spell":4,"parts":[],"display":""},{"type":"raw_stat","toggle":"Mask of the Fanatic","bonuses":[{"type":"stat","name":"damMult.Mask","value":-20},{"type":"stat","name":"defMult.Mask","value":35},{"type":"stat","name":"spPct1Final","value":-65}]}],"id":35},{"display_name":"Vengeful Spirit","desc":"Your Totem will give damage bonus to yourself and allies standing inside its range.","base_abil":0,"archetype":"Acolyte","parents":[32,35],"dependencies":[],"blockers":[],"cost":2,"display":{"row":21,"col":8,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Masquerade","desc":"After switching from a Mask to another 2 times, gain 30 mana.","base_abil":7,"archetype":"Ritualist","parents":[35],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":22,"col":4,"icon":"node_1"},"properties":{"switch_count":2,"mana_gain":30},"effects":[],"id":37},{"display_name":"Double Totem","desc":"Increase your maximum Totem by +1 and reduce Totem and Aura's damage.","base_abil":0,"archetype":"Summoner","archetype_req":2,"parents":[33,39],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_1"},"properties":{"totem_mul":2.5},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":9,"name":"num_totems","value":1},{"type":"stat","name":"damMult.MultiTotem:3.Single Wave","value":-40},{"type":"stat","name":"damMult.MultiTotem:1.Tick Damage","value":-40},{"type":"stat","name":"healPct","value":-40}]}],"id":38},{"display_name":"Cheaper Totem II","desc":"Reduce the Mana cost of Totem.","base_abil":0,"parents":[34,38,40],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":23,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":39},{"display_name":"Storm Dance","desc":"Enemies hit by Aura will be pulled towards your totem.","base_abil":9,"archetype":"Ritualist","parents":[39,35,41],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Single Wave","multipliers":[0,0,0,0,0,30]}],"id":40},{"display_name":"Blood Moon","desc":"For every 1% Soul Point Regen you have from items, gain +5/3s Lifesteal (Max 1000/3s)","parents":[36,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":23,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spRegen"}],"output":{"type":"stat","name":"ls"},"scaling":[5],"max":1000}],"id":41},{"display_name":"Regeneration","desc":"Your Totem will heal yourself and allies standing in its range every 0.4s.","base_abil":0,"parents":[39,40],"dependencies":[],"blockers":[22],"cost":2,"display":{"row":24,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Tick","power":0.01,"display":"Heal Rate"}],"id":42},{"display_name":"Cheaper Haul II","desc":"Reduce the Mana cost of Haul.","base_abil":5,"parents":[40,41],"dependencies":[5],"blockers":[],"cost":1,"display":{"row":24,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":43},{"display_name":"Cheaper Aura II","desc":"Reduce the Mana cost of Aura.","base_abil":9,"parents":[38,39,45],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":26,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":44},{"display_name":"Seeking Totem","desc":"When wearing the Mask of the Fanatic, your Totem will move towards the nearest enemy outside of its range.","base_abil":0,"archetype":"Ritualist","parents":[40,39],"dependencies":[35],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":45},{"display_name":"Twisted Tether","desc":"When hitting an enemy with your Main Attack, use 1% from your Blood Pool and add Tether to them. Tethered enemies will take damage for every 2% Health you lose. (Max 20%)","archetype":"Acolyte","archetype_req":7,"parents":[40,41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Twisted Tether","base_spell":6,"scaling":"spell","display":"Tether Tick","parts":[{"name":"Tether Tick","multipliers":[25,0,0,0,0,10]},{"name":"Max Tether Damage","hits":{"Tether Tick":10}}]}],"id":46},{"display_name":"Stronger Totem","desc":"Increase Totem's damage.","base_abil":0,"parents":[44,45],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":27,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Tick Damage","multipliers":[4,0,0,0,0,0]}],"id":47},{"display_name":"Depersonalization","desc":"Masquerade will need -1 Mask switch to trigger. Reduce the mana given by -10.","archetype":"Ritualist","archetype_req":6,"base_abil":7,"parents":[45],"dependencies":[37],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":7,"name":"switch_count","value":-1},{"type":"prop","abil":7,"name":"mana_gain","value":-10}]}],"id":48},{"display_name":"Crimson Effigy","desc":"Hitting your Totem with Uproot will summon an Effigy that will attack enemies and push them towards your totem.","archetype":"Summoner","archetype_req":8,"parents":[44,50],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":28,"col":1,"icon":"node_3"},"properties":{"duration":60,"max_effigy":1,"attack_frequency":2},"effects":[{"type":"replace_spell","name":"Crimson Effigy","base_spell":7,"display":"Total Effigy DPS","parts":[{"name":"Effigy Hit","multipliers":[55,0,0,30,0,0]},{"name":"Single Effigy DPS","hits":{"Effigy Hit":"49.attack_frequency"}},{"name":"Total Effigy DPS","hits":{"Single Effigy DPS":"49.max_effigy"}}]}],"id":49},{"display_name":"Mask of the Coward","desc":"When casting Uproot, instead wear the Mask of the Coward. While wearing this mask, gain walk speed at the cost of less resistance, and reduce the mana cost of Haul.","base_abil":7,"archetype":"Ritualist","archetype_req":7,"parents":[45,49,51],"dependencies":[],"blockers":[66],"cost":2,"display":{"row":28,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Switch Masks","base_spell":4,"parts":[],"display":""},{"type":"raw_stat","toggle":"Mask of the Coward","bonuses":[{"type":"stat","name":"spd","value":80},{"type":"stat","name":"defMult.Mask","value":-20},{"type":"stat","name":"spPct2Final","value":-50}]}],"id":50},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage you have from items, buff Aura's healing power by +0.3%.","parents":[46,50,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDamPct"}],"output":{"type":"stat","name":"healPct:3.Heal Amount"},"scaling":[0.3]}],"id":51},{"display_name":"More Blood Pool II","desc":"Increase your maximum Blood pool by +30%.","archetype":"Acolyte","base_abil":22,"parents":[46,51],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":28,"col":8,"icon":"node_0"},"properties":{"blood_pool":30},"effects":[],"id":52},{"display_name":"Maddening Roots","desc":"Uproot will slow down enemies.","base_abil":7,"archetype":"Summoner","parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":29,"col":0,"icon":"node_1"},"properties":{"effects":40,"duration":3},"effects":[],"id":53},{"display_name":"Chant of the Coward","desc":"When switching to the Mask of the Coward, damage and knockback nearby enemies.","archetype":"Ritualist","archetype_req":7,"parents":[51,50],"dependencies":[50],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_1"},"properties":{"aoe":8},"effects":[{"type":"add_spell_prop","target_part":"Chant of the Coward","base_spell":4,"multipliers":[200,0,0,0,0,0],"display":"Chant of the Coward"}],"id":54},{"display_name":"Blood Rite","desc":"When yourself or an ally gets hit while standing in your Totem's range, add 35% of the damage taken into your Blood Pool. (Max 10%)","archetype":"Acolyte","archetype_req":9,"parents":[51,52],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":29,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"More Effigies","desc":"Increase your Max Effigies by +1.","archetype":"Summoner","archetype_req":8,"base_abil":49,"parents":[53],"dependencies":[49],"blockers":[],"cost":1,"display":{"row":31,"col":1,"icon":"node_0"},"properties":{"max_effigy":1},"effects":[{"type":"add_spell_prop","base_spell":7,"name":"Effigy Hit","multipliers":[-10,0,0,-10,0,0]}],"id":56},{"display_name":"Chant of the Fanatic","desc":"When switching to Mask of the Fanatic, temporarily give massive resistance to yourself and allies (8s cooldown).","base_abil":7,"archetype":"Ritualist","archetype_req":10,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Chant of the Fanatic","bonuses":[{"type":"stat","name":"defMult.Chant","value":70}]}],"id":57},{"display_name":"Stronger Tether","desc":"Increase Twisted Tether's damage.","archetype":"Acolyte","parents":[55],"dependencies":[46],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":6,"target_part":"Tether Tick","multipliers":[10,0,0,0,0,0]}],"id":58},{"display_name":"Triple Totem","desc":"Increase your maximum Totem by +1 and reduce Totem and Aura's damage.","base_abil":0,"archetype":"Summoner","archetype_req":2,"parents":[56,60],"dependencies":[38],"blockers":[],"cost":2,"display":{"row":32,"col":0,"icon":"node_1"},"properties":{"totem_mul":2.5},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":9,"name":"num_totems","value":1},{"type":"stat","name":"damMult.MultiTotem:3.Single Wave","value":-10},{"type":"stat","name":"damMult.MultiTotem:1.Tick Damage","value":-10},{"type":"stat","name":"healPct","value":-10}]}],"id":59},{"display_name":"Invigorating Wave","desc":"Aura will temporarily increase your Summon's attack speed by +30%. Players hit will gain +5 mana.","archetype":"Summoner","archetype_req":3,"parents":[56,59,61],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":32,"col":2,"icon":"node_2"},"properties":{"TODO":"Make this not multiply base damage...","duration":2.5},"effects":[{"type":"raw_stat","toggle":"Invigorate Puppets","bonuses":[{"type":"prop","abil":20,"name":"attack_frequency","value":0.6},{"type":"prop","abil":49,"name":"attack_frequency","value":0.6}]}],"id":60},{"display_name":"Mengdu","desc":"For every 1% Thorns you have from item IDs, gain +1% Water Damage. (Max 40%)","parents":[57,60],"dependencies":[],"blockers":[],"cost":1,"display":{"row":32,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"thorns"}],"output":{"type":"stat","name":"wDamPct"},"scaling":[1],"max":40}],"id":61},{"display_name":"Frog Dance","desc":"When wearing the Mask of the Coward, Haul will make you bounce off the ground 3 times at increasing speed and deal damage to nearby enemies.","archetype":"Ritualist","base_abil":5,"parents":[57],"dependencies":[50],"blockers":[],"cost":2,"display":{"row":33,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Hop Damage","multipliers":[90,0,0,30,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Total Damage","hits":{"Hop Damage":3},"display":"Total Damage"},{"type":"raw_stat","bonuses":[{"type":"stat","name":"damMult.Frog:2.Hop Damage","value":-100}]},{"type":"raw_stat","toggle":"Mask of the Coward","bonuses":[{"type":"stat","name":"damMult.Frog:2.Hop Damage","value":100}]}],"id":62},{"display_name":"More Blood Pool III","desc":"Increase your maximum Blood pool by +30%.","archetype":"Acolyte","base_abil":22,"parents":[58],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":33,"col":8,"icon":"node_0"},"properties":{"blood_pool":30},"effects":[],"id":63},{"display_name":"Shepherd","desc":"When you or your Summons kill an enemy, gain +1 Max Puppets for 15s. (Max +8)","archetype":"Summoner","archetype_req":12,"base_abil":20,"parents":[59,60],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Shepherd Kills","output":{"type":"prop","abil":20,"name":"max_puppets"},"scaling":[1],"slider_max":8}],"id":64},{"display_name":"Mask of the Awakened","desc":"After saving 200 Mana from your Masks' mana reductions, casting Uproot will make you wear the Mask of the Awakened for 20s, giving the power of all Masks at once without any downsides.","base_abil":7,"archetype":"Ritualist","archetype_req":12,"parents":[62,67],"dependencies":[7],"blockers":[66],"cost":2,"display":{"row":35,"col":5,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Switch Masks","base_spell":4,"parts":[],"display":""},{"type":"raw_stat","toggle":"Mask of the Awakened","bonuses":[{"type":"stat","name":"damMult.Mask","value":35},{"type":"stat","name":"defMult.Mask","value":35},{"type":"stat","name":"spd","value":80},{"type":"stat","name":"spPct1Final","value":-70},{"type":"stat","name":"spPct2Final","value":-50},{"type":"stat","name":"spPct3Final","value":-30}]}],"id":65},{"display_name":"Blood Sorrow","desc":"Uproot will use 70% of your Blood Pool to cast a destructive beam that damages enemies every 0.2s. You cannot attack while in that state. Yourself and allies will receive +2% health as extra overflowing health instead. Decay -1.5% of the bonus health every second.","base_abil":7,"archetype":"Acolyte","archetype_req":12,"parents":[63],"dependencies":[7],"blockers":[21,35,50,65],"cost":2,"display":{"row":34,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Blood Sorrow","base_spell":8,"display":"Beam DPS","parts":[{"name":"Beam Tick Damage","multipliers":[100,0,0,20,0,0]},{"name":"Beam DPS","hits":{"Beam Tick Damage":5}},{"name":"Total Damage","hits":{"Beam DPS":4}}]}],"id":66},{"display_name":"Cheaper Uproot II","desc":"Reduce the Mana cost of Uproot.","base_abil":7,"parents":[64,65],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":35,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":67}]} \ 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_archer"},"properties":{"charges":2,"duration":60,"knockback":1.5},"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":"0.charges"}}]}],"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_archer"},"properties":{"aoe":0,"range":0},"effects":[{"type":"replace_spell","name":"Escape","cost":20,"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_archer"},"properties":{"aoe":4.5,"range":26},"effects":[{"type":"replace_spell","name":"Arrow Bomb","cost":45,"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":[-10,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_archer"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Arrow Storm","cost":35,"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":6,"duration":60,"shots":8},"effects":[{"type":"replace_spell","name":"Guardian Angels","base_spell":4,"display":"DPS","parts":[{"name":"Single Shot","type":"damage","multipliers":[30,0,0,0,0,10]},{"name":"Single Bow","type":"total","hits":{"Single Shot":"0.shots"},"display":false},{"name":"Single Volley","type":"total","hits":{"Single Shot":"0.charges"},"display":false},{"name":"DPS","type":"total","hits":{"Single Volley":2}},{"name":"Total Damage","type":"total","hits":{"Single Bow":"0.charges"}}]}],"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_1"},"properties":{"aoe":8,"duration":120},"effects":[],"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":[190,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":30},"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,54],"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":[220,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":[120,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Total Damage","cost":0,"hits":{"Fierce Stomp":1},"display":"Total Damage"}],"id":15},{"display_name":"Scorched Earth","desc":"Fire Creep becomes much stronger.","archetype":"Sharpshooter","archetype_req":0,"parents":[14,54],"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 deal additional damage.","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":"add_spell_prop","base_spell":3,"target_part":"Arrow Bomb","multipliers":[0,0,40,0,0,0]}],"id":18},{"display_name":"Mana Trap","desc":"Your Traps will give you 0.5 Mana per second and 10 Mana when they explode.","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":0.5,"explosionMana":10},"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.","base_abil":1,"parents":[46,55],"dependencies":[],"blockers":[12],"cost":2,"display":{"row":31,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Escape Artist Arrow","multipliers":[100,0,50,0,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Total Damage","hits":{"Escape Artist Arrow":1},"display":"Total Damage"}],"id":20},{"display_name":"Initiator","desc":"If you do not damage an enemy for 4s or more, your next sucessful hit will deal +60% 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":[{"type":"raw_stat","toggle":"Initiator","bonuses":[{"type":"stat","name":"damMult.Initiator","value":60}]}],"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":"replace_spell","name":"Call of the Hound","base_spell":8,"display":"DPS","parts":[{"name":"Single Hit","multipliers":[40,0,0,0,0,0]},{"name":"DPS","hits":{"Single Hit":3.3333333333333}}]}],"id":22},{"display_name":"Arrow Hurricane","desc":"Arrow Storm will shoot +2 extra streams of arrows.","archetype":"Boltslinger","archetype_req":8,"base_abil":7,"parents":[48,46],"dependencies":[],"blockers":[68],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Arrow","multipliers":[-3,0,-4,0,0,2]},{"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":[50,0,0,30,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Total Damage","hits":{"Geyser Stomp":1}},{"type":"raw_stat","bonuses":[{"type":"prop","abil":1,"name":"aoe","value":1}]}],"id":24},{"display_name":"Crepuscular Ray","desc":"If you have 5+ Focus, casting Arrow Storm while 4+ blocks above the ground cause you to levitate and shoot 20 homing arrows per second until you run out of Focus. While in this 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":[30,0,0,10,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 2 additional smaller bombs when exploding.","base_abil":2,"parents":[63,30],"dependencies":[],"blockers":[],"cost":2,"display":{"row":41,"col":7,"icon":"node_2"},"properties":{"aoe":2},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Grape Bomb","multipliers":[60,0,0,0,20,0]}],"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":[51],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":37,"col":7,"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,53],"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 +4 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":4,"shots":4},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Shot","multipliers":[2,0,0,0,5,0]}],"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":[27,53],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":39,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":7,"target_part":"Trap Damage","cost":0,"multipliers":[-50,0,0,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"aoe","value":-1},{"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":"add_spell_prop","base_spell":0,"target_part":"Single Shot","multipliers":[5,0,0,0,0,0]}],"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":{"charges":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Shot","multipliers":[-18,0,0,0,0,0]}],"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":[],"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.","base_abil":0,"parents":[19,18,14,54],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":28,"col":6,"icon":"node_0"},"properties":{"knockback":0.5},"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}]},{"type":"add_spell_prop","base_spell":4,"target_part":"Single Shot","multipliers":[3,0,0,0,0,0],"behavior":"modify"}],"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,17],"dependencies":[8],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{"range":2},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Bow","hits":{"Single Shot":4}}],"id":46},{"display_name":"Cheaper Arrow Storm II","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":"+15% Critical Hit Damage","parents":[20,49,23],"archetype":"Sharpshooter","dependencies":[],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":15}]}],"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 II","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":{"range":8},"effects":[],"id":52},{"display_name":"Cheaper Arrow Bomb II","desc":"Reduce the Mana cost of Arrow Bomb.","base_abil":2,"parents":[25,28,30],"dependencies":[],"blockers":[],"cost":1,"display":{"row":39,"col":4,"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,14],"archetype_req":3,"req_archetype":"Trapper","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","archetype_req":2,"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 4+ 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":[15],"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":[0]}],"id":62},{"display_name":"More Focus II","desc":"Add +2 max Focus","archetype":"Sharpshooter","archetype_req":0,"base_abil":61,"parents":[53,26,30],"dependencies":[61],"blockers":[],"cost":1,"display":{"row":41,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Focus","slider_max":2,"output":{"type":"stat","name":"damMult.Focus"},"scaling":[0]}],"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 +100%)","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":100},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Patient Hunter Damage Bonus","slider_max":100,"output":{"type":"stat","name":"damMult.Basaltic:7.Trap Damage"},"slider_step":1,"scaling":[1]}],"id":65},{"display_name":"Stronger Patient Hunter","desc":"Increase Patient Hunter's damage gain per second by +10% and add increase its Max Damage by +100%","archetype":"Trapper","archetype_req":0,"base_abil":10,"parents":[27],"dependencies":[65],"blockers":[],"cost":1,"display":{"row":38,"col":6,"icon":"node_0"},"properties":{"max":100},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Patient Hunter Damage Bonus","slider_max":100,"scaling":[1]}],"id":66},{"display_name":"Frenzy","desc":"Every time you hit an enemy, briefly gain +5% Walk Speed (Max 120%). 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":[5],"max":120}],"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":{"range":16},"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":12}}]},{"type":"add_spell_prop","base_spell":1,"cost":-5}],"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","multipliers":[150,0,0,0,0,100]}],"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":2,"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_warrior"},"properties":{"aoe":4,"range":3,"hits":1},"effects":[{"type":"replace_spell","name":"Bash","cost":40,"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":"0.hits"}}]}],"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":"add_spell_prop","base_spell":0,"target_part":"Melee","multipliers":[5,0,0,0,0,0]}],"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,"hits":1},"effects":[{"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_warrior"},"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":{"range":4,"angle":40},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Heavy Impact","cost":0,"multipliers":[120,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},{"type":"raw_stat","bonuses":[{"type":"stat","name":"damRaw","value":5}]}],"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_warrior"},"properties":{"aoe":3,"range":5.5},"effects":[{"type":"replace_spell","name":"Uppercut","cost":40,"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_warrior"},"properties":{"duration":30,"aoe":12,"defense_bonus":20},"effects":[{"type":"replace_spell","name":"War Scream","cost":30,"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,"hits":2},"effects":[{"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.","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":1.5,"angle":10},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","cost":-5,"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":[100,0,0,0,0,20]},{"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","multipliers":[30,0,0,0,0,30]},{"type":"add_spell_prop","base_spell":4,"target_part":"Air Shout","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 1 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":"Air Shout","desc":"War Scream will fire a projectile that can go through walls and deal damage multiple times","archetype":"Battle Monk","base_abil":10,"parents":[18],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":4,"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]},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Air Shout":1}}],"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. (25s cooldown)","archetype":"Paladin","archetype_req":3,"parents":[21],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"duration":0.25,"charges":3},"effects":[{"type":"raw_stat","toggle":"Activate Mantle","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":"add_spell_prop","base_spell":0,"target_part":"Melee","multipliers":[5,0,0,0,0,0]}],"id":26},{"display_name":"Cheaper Uppercut","desc":"Reduce the Mana Cost of Uppercut","base_abil":8,"parents":[26,28,23,22],"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 8s (10s cooldown). 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":"Counter","desc":"When dodging a nearby enemy attack, get 30% chance to instantly attack back","archetype":"Battle Monk","parents":[28,27],"dependencies":[],"blockers":[],"cost":2,"display":{"row":18,"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":30},{"display_name":"Enraged Blow","desc":"While Corrupted, every 1% of Health you lose will increase your damage by +1.5% (Max 80%)","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"},"max":80,"scaling":[1.5]}],"id":31},{"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,33],"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":32},{"display_name":"Stronger Mantle","desc":"Add +2 additional charges to Mantle of the Bovemists. Reduce its cooldown by 5s.","archetype":"Paladin","archetype_req":0,"base_abil":24,"parents":[34,32],"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":33},{"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":[33,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_2"},"properties":{"cooldown":1},"effects":[],"id":34},{"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":[31,36],"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":35},{"display_name":"Ragnarokkr","desc":"War Scream become deafening, increasing its duration and giving damage bonus to players","archetype":"Fallen","archetype_req":0,"base_abil":10,"parents":[35,32],"dependencies":[10],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":10},{"type":"raw_stat","bonuses":[{"type":"prop","abil":10,"name":"duration","value":15}]}],"id":36},{"display_name":"Precise Strikes","desc":"+15% Critical Hit Damage","parents":[26,27],"dependencies":[],"blockers":[],"cost":1,"display":{"row":18,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"critDamPct","value":15}]}],"id":37},{"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":[59,39],"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":38},{"display_name":"Stronger Bash","desc":"Increase the damage of Bash","base_abil":0,"parents":[38,34],"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":39},{"display_name":"Intoxicating Blood","desc":"After leaving Corrupted, gain 5% of the health lost back for each enemy killed while Corrupted","archetype":"Fallen","archetype_req":5,"base_abil":25,"parents":[36,35],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":23,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":40},{"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":[36],"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":41},{"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":[59,38],"dependencies":[32],"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":42},{"display_name":"Rejuvenating Skin","desc":"Regain back 30% of the damage you take as healing over 30s","archetype":"Paladin","archetype_req":5,"parents":[38,39],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":7,"icon":"node_3"},"properties":{},"effects":[],"id":43},{"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":[35,45],"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":44},{"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":[46,44],"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":45},{"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":6,"base_abil":8,"parents":[59,45],"dependencies":[8],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_3"},"properties":{"range":1},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Uppercut","multipliers":[-20,0,0,0,0,30]}],"id":46},{"display_name":"Mythril Skin","desc":"Gain +5% Base Resistance and become immune to knockback","archetype":"Paladin","archetype_req":6,"parents":[43],"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":47},{"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":[44,45],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":27,"col":1,"icon":"node_2"},"properties":{"duration":8},"effects":[{"type":"raw_stat","toggle":"Activate Armour Breaker","bonuses":[{"type":"stat","name":"damMult.ArmorBreaker","value":30}]}],"id":48},{"display_name":"Ambidextrous","desc":"Increase your chance to attack with Counter by +30%","base_abil":30,"parents":[33,32],"dependencies":[30],"blockers":[],"cost":1,"display":{"row":21,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":30,"name":"chance","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":[47,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":[70,0,30,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":[47],"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":[40,0,20,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":7,"base_abil":25,"parents":[53,44],"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,46],"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 +4% to your Corrupted bar","archetype":"Fallen","archetype_req":5,"base_abil":999,"parents":[53,52],"dependencies":[25],"blockers":[],"cost":2,"display":{"row":29,"col":1,"icon":"node_1"},"properties":{"cooldown":2},"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":15,"multipliers":[150,0,0,0,0,0]}],"id":56},{"display_name":"Radiance","desc":"Bash will buff your allies' positive IDs. (15s Cooldown)","archetype":"Paladin","archetype_req":3,"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 I","desc":"Reduce the Mana cost of War Scream","base_abil":10,"parents":[33,32,38],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Cheaper War Scream II","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":60},{"display_name":"Better Enraged Blow","desc":"Increases the cap of Enraged Blow by +60%.","base_abil":25,"parents":[60],"dependencies":[25],"blockers":[],"cost":1,"display":{"row":32,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"max":-80,"scaling":[-1.5]},{"type":"stat_scaling","slider_name":"Corrupted","slider":true,"output":{"type":"stat","name":"damMult.Enraged"},"max":140,"scaling":[1.5]}],"id":61},{"display_name":"Discombobulate","desc":"Damaging enemies will inflict them with +5 Discombobulated. (Max 100) You will deal +1 neutral and elemental damage to enemies for every Discombobulated they have. -5 of the bonus decays every second.","archetype":"Battle Monk","archetype_req":11,"parents":[64],"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":20,"output":[{"type":"stat","name":"nDamAddMin"},{"type":"stat","name":"nDamAddMax"},{"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":[5],"max":100}],"id":62},{"display_name":"Thunderclap","desc":"Bash will cast at the player's position and gain additional AoE.","archetype":"Battle Monk","archetype_req":8,"parents":[64],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Single Hit","multipliers":[0,0,25,0,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":3}]}],"id":63},{"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":64},{"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":65},{"display_name":"Blood Pact","desc":"If you do not have enough mana to cast a spell, spend health instead (0.4% health per mana)","archetype":"Fallen","archetype_req":10,"parents":[60],"dependencies":[],"blockers":[],"cost":2,"display":{"row":33,"col":0,"icon":"node_3"},"properties":{"health_cost":0.4},"effects":[],"id":66},{"display_name":"Brink of Madness","desc":"If your health is 25% full or less, gain +40% Resistance","parents":[66,68],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Brink","bonuses":[{"type":"stat","name":"defMult.Brink","value":40}]}],"id":67},{"display_name":"Cheaper Uppercut 2","desc":"Reduce the Mana cost of Uppercut","base_abil":8,"parents":[65,67],"dependencies":[],"blockers":[],"cost":1,"display":{"row":34,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":68},{"display_name":"Martyr","desc":"When you receive a fatal blow, all nearby allies become invincible","archetype":"Paladin","archetype_req":0,"parents":[65],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":8,"icon":"node_1"},"properties":{"duration":3,"aoe":12},"effects":[],"id":69},{"display_name":"Haemorrhage","desc":"Reduce Blood Pact's health cost. (0.25% health per mana)","archetype":"Fallen","archetype_req":0,"base_abil":66,"parents":[66],"dependencies":[66],"blockers":[],"cost":1,"display":{"row":34,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":66,"name":"health_cost","value":-0.25}]}],"id":70}],"Mage":[{"display_name":"Meteor","desc":"Summons a slow but powerful meteor from the sky, dealing massive damage over a large area.","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_mage"},"properties":{"aoe":5,"range":18},"effects":[{"type":"replace_spell","name":"Meteor","cost":50,"base_spell":3,"display":"Total Damage","parts":[{"name":"Meteor Damage","multipliers":[300,100,0,0,0,0]},{"name":"Total Damage","hits":{"Meteor Damage":1,"Breathless Damage":1}}]}],"id":0},{"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":1},{"display_name":"Cheaper Meteor","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-10}],"id":2},{"display_name":"Shooting Star","desc":"Drastically increase the speed of your Meteor ability.","base_abil":3,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":3},{"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":[5],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"mdPct","value":5}]}],"id":4},{"display_name":"Teleport","desc":"Instantly teleport in the direction you're facing","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_mage"},"properties":{"range":16},"effects":[{"type":"replace_spell","name":"Teleport","cost":25,"base_spell":2,"display":"","parts":[]}],"id":5},{"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","parents":[5],"dependencies":[],"blockers":[4],"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":6},{"display_name":"Heal","desc":"Heal yourself and nearby allies in a large area around you. (When healing an ally, you can't heal more than 30% of their max health)","parents":[4,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_mage"},"properties":{"aoe":5},"effects":[{"type":"replace_spell","name":"Heal","cost":35,"base_spell":1,"display":"Heal","parts":[{"name":"Heal","power":0.15}]}],"id":7},{"display_name":"Cheaper Teleport","desc":"Reduce the Mana cost of Teleport.","base_abil":5,"parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":8},{"display_name":"Ice Snake","desc":"Summon a fast-moving ice snake that reduces your enemies' speed and damage them.","parents":[6,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_mage"},"properties":{"range":18,"effects":40,"duration":3},"effects":[{"type":"replace_spell","name":"Ice Snake","cost":30,"base_spell":4,"display":"Ice Snake Damage","parts":[{"name":"Ice Snake Damage","multipliers":[70,0,0,30,0,0]}]}],"id":9},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases base damage from all Air attacks","archetype":"Riftwalker","archetype_req":0,"parents":[7],"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":"Thunder Mastery","base_abil":998,"desc":"Increases your base damage from all Thunder attacks","archetype":"Riftwalker","archetype_req":0,"parents":[7,8],"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":11},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks","archetype":"Light Bender","archetype_req":0,"parents":[8,11],"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":12},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks","archetype":"Arcanist","archetype_req":0,"parents":[9],"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":13},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks","archetype":"Arcanist","archetype_req":0,"parents":[9],"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":14},{"display_name":"Wind Slash","desc":"When using Teleport, slash through the air and deal damage to enemies you pierce.","archetype":"Riftwalker","base_abil":5,"parents":[10,16],"dependencies":[5],"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,11],"dependencies":[0],"blockers":[21],"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,"Breathless Damage":3}},{"type":"stat_scaling","slider":true,"slider_name":"Winded","behavior":"modify","output":{"type":"stat","name":"nConvBase:3.Breathless Damage"},"scaling":[-14]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","behavior":"modify","output":{"type":"stat","name":"eConvBase:3.Breathless Damage"},"scaling":[-6]}],"id":16},{"display_name":"Burning Sigil","desc":"Meteor will leave a sigil of fire on the ground that damages enemies every 0.4s.","base_abil":0,"parents":[13,14],"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":17},{"display_name":"Sunshower","desc":"Heal emits a strong light, damaging nearby enemies.","archetype":"Light Bender","base_abil":7,"parents":[12],"dependencies":[7],"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":18},{"display_name":"Stronger Meteor","desc":"Increase the damage of Meteor.","base_abil":0,"archetype":"Arcanist","archetype_req":2,"parents":[17],"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":19},{"display_name":"Windsweeper","desc":"Your Main Attack will add +1 Winded to enemies you hit. (Max 10, 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":[9],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"max":10},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"nConvBase:4.Ice Snake Damage"},"scaling":[10],"slider_step":1,"slider_max":10},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"wConvBase:4.Ice Snake Damage"},"scaling":[5]}],"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":[18],"dependencies":[],"blockers":[16,48],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{"health":200,"num_orbs":2},"effects":[{"type":"replace_spell","name":"Ophanim","base_spell":3,"display":"Per Melee (max)","parts":[{"name":"Per Orb","multipliers":[60,0,30,30,0,0]},{"name":"Per Melee (max)","hits":{"Per Orb":"21.num_orbs","Breathless Damage":"21.num_orbs"}}]},{"type":"add_spell_prop","base_spell":3,"cost":30},{"type":"stat_scaling","slider":true,"slider_name":"Winded","behavior":"modify","output":{"type":"stat","name":"nConvBase:3.Breathless Damage"},"scaling":[-18]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","behavior":"modify","output":{"type":"stat","name":"eConvBase:3.Breathless Damage"},"scaling":[-8]}],"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":[17],"dependencies":[],"blockers":[18,28,40],"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":7,"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":7,"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":9,"parents":[22,24],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":17,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake Damage","base_spell":4,"multipliers":[20,0,0,10,0,0]}],"id":25},{"display_name":"Eye Piercer","desc":"Teleport will blind enemies, confusing them for a brief period of time.","base_abil":5,"parents":[23],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Breathless","desc":"Meteor and Ophanim 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.Breathless Damage"},"scaling":[21]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"eConvBase:3.Breathless Damage"},"scaling":[9]},{"type":"add_spell_prop","base_spell":3,"target_part":"Breathless Damage","multipliers":[0,0,0,0,0,0]}],"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":[7],"blockers":[22],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":7,"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":9,"parents":[26,31],"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":"Fortitude","desc":"Healing 120% of your max health within 10s will apply a damage bonus to every player you've healed. (15s Cooldown)","base_abil":7,"archetype":"Light Bender","archetype_req":2,"parents":[30,32],"dependencies":[],"blockers":[],"cost":2,"display":{"row":20,"col":2,"icon":"node_2"},"properties":{"duration":5},"effects":[],"id":31},{"display_name":"Cheaper Teleport II","desc":"Reduce the Mana cost of Teleport.","base_abil":5,"parents":[31,24],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":32},{"display_name":"Pyrokinesis","desc":"When your Mana Bank reaches 30, your Main Attack will explode upon impact with enemies. (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":"Blink","desc":"Teleport will trigger 2 times in quick succession.","base_abil":5,"archetype":"Riftwalker","archetype_req":0,"parents":[31,30],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":21,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":5,"name":"range","value":-4}]},{"type":"add_spell_prop","behavior":"modify","target_part":"Total Damage","base_spell":2,"hits":{"Wind Slash":1,"Explosion Damage":1}}],"id":34},{"display_name":"Healthier Ophanim I","desc":"Increases the health of Ophanim's orbs by +800 and reduces the damage they take when attacking by -5%.","archetype":"Light Bender","archetype_req":0,"base_abil":21,"parents":[31,32],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":22,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":35},{"display_name":"Snake Nest","desc":"Ice Snake will summon 3 snakes.","base_abil":9,"parents":[37,32,35],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":22,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake Damage","base_spell":4,"multipliers":[35,0,0,15,0,0]}],"id":36},{"display_name":"Seance","desc":"For every 5/3s Lifesteal you have from items, gain 1% Spell Damage (Max 50%)","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":37},{"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,39],"dependencies":[9,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"},{"type":"stat","name":"nConvBase:2.Explosion Damage"}],"scaling":[10]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"tConvBase:2.Wind Slash"},{"type":"stat","name":"tConvBase:2.Explosion Damage"}],"scaling":[3]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":[{"type":"stat","name":"aConvBase:2.Wind Slash"},{"type":"stat","name":"aConvBase:2.Explosion Damage"}],"scaling":[3]}],"id":38},{"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":7,"parents":[35,38,40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"round":false,"inputs":[{"type":"stat","name":"wDamPct"}],"output":{"type":"stat","name":"healPct"},"scaling":[0.3]}],"id":39},{"display_name":"Orphion's Pulse","desc":"Heal will trigger 2 more times, increasing your overall healing.","archetype":"Light Bender","archetype_req":5,"base_abil":7,"parents":[35,36,39],"dependencies":[7],"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":"Second and Third Pulses","power":0.2},{"type":"add_spell_prop","base_spell":1,"display":"Total Heal","target_part":"Total Heal","hits":{"Heal":1,"Second and Third Pulses":2}}],"id":40},{"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":[37,36],"dependencies":[33],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"properties":{"duration":4},"effects":[],"id":41},{"display_name":"Stronger Ophanim","desc":"Increase the damage of Ophanim.","base_abil":21,"parents":[40],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":24,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Orb","multipliers":[20,0,0,0,0,10]}],"id":42},{"display_name":"Diffusion","desc":"If you kill an enemy with Winded on them, the leftover Winded will spread to other nearby foes. (Max 10)","archetype":"Riftwalker","archetype_req":6,"base_abil":20,"parents":[38,39],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":25,"col":1,"icon":"node_3"},"properties":{"aoe":5},"effects":[],"id":43},{"display_name":"Lightweaver","desc":"Healing 50% of your max health within 10s will summon a rotating orb that damages enemies upon contact. (Max 3 Orbs)","archetype":"Light Bender","archetype_req":7,"parents":[40],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":4,"icon":"node_3"},"properties":{"range":7},"effects":[{"type":"replace_spell","name":"Lightweaver","base_spell":5,"display":"Orb DPS","parts":[{"name":"Single Orb","type":"damage","multipliers":[150,0,0,0,50,0]},{"name":"Orb DPS","type":"total","hits":{"Single Orb":1.5}}]}],"id":44},{"display_name":"Arcane Speed","desc":"You gain an 80% walk speed buff for 4s after casting Heal or Arcane Transfer. (8s cooldown)","base_abil":7,"archetype":"Arcanist","parents":[44,46],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":25,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":45},{"display_name":"Larger Mana Bank II","desc":"Increase your maximum Mana Bank by +30.","base_abil":1,"archetype":"Arcanist","archetype_req":0,"parents":[37,45],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":25,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":46},{"display_name":"More Winded","desc":"Increase your maximum Winded by +10.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[43],"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":10}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":10}],"id":47},{"display_name":"Psychokinesis","desc":"Meteor will launch directly from you as a slow projectile.","base_abil":3,"archetype":"Arcanist","archetype_req":5,"parents":[46,45],"dependencies":[0],"blockers":[21],"cost":2,"display":{"row":26,"col":7,"icon":"node_1"},"properties":{"range":20},"effects":[],"id":48},{"display_name":"Cheaper Ice Snake II","desc":"Reduce the Mana cost of Ice Snake.","base_abil":9,"parents":[43,50],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":49},{"display_name":"Explosive Entrance","desc":"Deal Damage in an area on the location you Teleport to.","base_abil":5,"parents":[49,51],"dependencies":[5],"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":50},{"display_name":"Cheaper Meteor II","desc":"Reduce the Mana cost of Meteor.","base_abil":0,"parents":[50,44,45],"dependencies":[],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":51},{"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":[46],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":27,"col":8,"icon":"node_3"},"properties":{},"effects":[],"id":52},{"display_name":"Time Dilation","desc":"Creates an area of effect when sprinting that increases the walk speed of all allies the longer they run in it. (Step out or stop running to cancel)","archetype":"Riftwalker","archetype_req":7,"parents":[49],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":0,"icon":"node_2"},"properties":{},"effects":[],"id":53},{"display_name":"Gust","desc":"Ice Snake will add +1 Winded to enemies and deal more damage.","base_abil":9,"archetype":"Riftwalker","archetype_req":7,"parents":[49,50,55],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":28,"col":2,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Ice Snake Damage","base_spell":4,"multipliers":[20,0,0,0,0,20]}],"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":[50,51,54],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":28,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":21,"name":"num_orbs","value":1}]}],"id":55},{"display_name":"Arctic Snake","desc":"Ice Snake will freeze enemies for 2s.","base_abil":9,"parents":[52],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":28,"col":7,"icon":"node_1"},"properties":{},"effects":[],"id":56},{"display_name":"Stronger Sunshower","desc":"Increase the damage of Sunshower.","base_abil":7,"parents":[54,55],"dependencies":[18],"blockers":[],"cost":1,"display":{"row":29,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Sunshower Damage","multipliers":[50,0,0,20,10,0]}],"id":57},{"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":58},{"display_name":"More Winded II","desc":"Increase your maximum Winded by +10.","base_abil":20,"archetype":"Riftwalker","archetype_req":0,"parents":[53,60],"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":10}]},{"type":"stat_scaling","slider":true,"slider_name":"Winded","slider_max":10}],"id":59},{"display_name":"Dynamic Faith","desc":"For every 2% Sprint you have from items, gain +1% Thunder Damage (Max 40%)","parents":[59,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":40}],"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,60],"dependencies":[35],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[],"id":61},{"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":62},{"display_name":"Devitalize","desc":"Enemies will deal -0.5% damage for every Winded they have.","base_abil":20,"archetype":"Riftwalker","archetype_req":5,"parents":[59,60],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Winded","output":{"type":"stat","name":"defMult.Diffusion"},"scaling":[0.5]}],"id":63},{"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":[60,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":[-20,0,-5,-5,0,0]},{"type":"raw_stat","bonuses":[{"type":"prop","abil":21,"name":"num_orbs","value":3}]}],"id":64},{"display_name":"Sunflare","desc":"Healing 300% of your max health within 10s will make your next heal give every nearby ally a temporary immunity buff. (20s Cooldown)","archetype":"Light Bender","archetype_req":11,"base_abil":7,"parents":[61],"dependencies":[],"blockers":[],"cost":2,"display":{"row":32,"col":5,"icon":"node_3"},"properties":{"aoe":12,"duration":5},"effects":[],"id":65},{"display_name":"Better Lightweaver","desc":"Increase your Max Orbs from Lightweaver by +2.","archetype":"Light Bender","base_abil":44,"parents":[65],"dependencies":[44],"blockers":[],"cost":1,"display":{"row":33,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","target_part":"Orb DPS","base_spell":5,"hits":{"Single Orb":1}}],"id":66},{"display_name":"Arcane Overflow","desc":"Arcane Transfer will allow you to overflow your mana over its maximum limits. (Max 400)","archetype":"Arcanist","archetype_req":12,"base_abil":22,"parents":[62],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":33,"col":7,"icon":"node_3"},"properties":{},"effects":[],"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 external forces. All enemies will receive damage as if they had the amount of Winded you absorbed. (Max 60)","archetype":"Riftwalker","archetype_req":12,"parents":[59],"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":7,"parents":[68,70],"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},{"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":4,"parents":[69,67,65],"dependencies":[],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"properties":{},"effects":[],"id":70},{"display_name":"Memory Recollection","desc":"Chaos Explosion will cast +2 spells.","base_abil":22,"parents":[67],"dependencies":[52],"blockers":[],"cost":1,"display":{"row":34,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":71}],"Assassin":[{"display_name":"Spin Attack","desc":"Slash rapidly around you, damaging enemies in a large area.","archetype":"","archetype_req":0,"parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_assassin"},"properties":{},"effects":[{"type":"replace_spell","name":"Spin Attack","cost":40,"base_spell":1,"spell_type":"damage","scaling":"spell","use_atkspd":true,"display":"Spin Attack","parts":[{"name":"Spin Attack","type":"damage","multipliers":[120,0,30,0,0,0]}]}],"id":0},{"display_name":"Dagger Proficiency I","desc":"Increase your speed by +5% and improve your Main Attack's damage when using a dagger.","archetype":"","archetype_req":0,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":5}]},{"type":"add_spell_prop","base_spell":0,"target_part":"Melee","multipliers":[5,0,0,0,0,0]}],"id":1},{"display_name":"Cheaper Spin Attack","desc":"Reduce the Mana cost of Spin Attack.","archetype":"","archetype_req":0,"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 Spin","desc":"Spin Attack will activate a second time with a larger area of effect.","archetype":"","archetype_req":0,"base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Spin Attack":2},"display":"Total Damage"},{"type":"add_spell_prop","base_spell":1,"target_part":"Spin Attack","behavior":"modify","multipliers":[-40,0,0,0,0,0]}],"id":3},{"display_name":"Poisoned Blade","desc":"For every 2% or 2 Raw Main Attack Damage you have from items, gain +5/3s Poison Damage (Max 50/3s). Your Main Attack gains additional range (+1 Block).","archetype":"Shadestepper","archetype_req":0,"parents":[5],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":7,"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":"poison"}],"scaling":[2.5,2.5],"max":50}],"id":4},{"display_name":"Dash","desc":"Dash in the direction you're facing.","archetype":"","archetype_req":0,"parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":7,"col":4,"icon":"node_assassin"},"properties":{},"effects":[{"type":"replace_spell","name":"Dash","cost":20,"base_spell":2,"display":"Total Damage","parts":[{"name":"None","type":"damage","multipliers":[0,0,0,0,0,0]}]}],"id":5},{"display_name":"Double Slice","desc":"Your Main Attack will attack twice, but deal -40% damage per hit.","archetype":"Acrobat","archetype_req":0,"base_abil":999,"parents":[5],"dependencies":[],"blockers":[4],"cost":1,"display":{"row":7,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":0,"target_part":"Melee","multipliers":[-40,0,0,0,0,0]},{"type":"add_spell_prop","base_spell":0,"display":"Total Damage","target_part":"Total Damage","hits":{"Melee":2}}],"id":6},{"display_name":"Smoke Bomb","desc":"Throw a bomb that slowly emits smoke, damaging all enemies in it every 0.5s.","archetype":"","archetype_req":0,"parents":[4,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":2,"icon":"node_assassin"},"properties":{},"effects":[{"type":"replace_spell","name":"Smoke Bomb","cost":35,"base_spell":4,"display":"Total Damage","parts":[{"name":"Per Tick","type":"damage","multipliers":[25,5,0,0,0,5]},{"name":"Per Bomb","type":"total","hits":{"Per Tick":10}},{"name":"Total Damage","type":"total","hits":{"Per Bomb":1}}]}],"id":7},{"display_name":"Cheaper Dash","desc":"Reduce the Mana cost of Dash","base_abil":5,"parents":[7,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":8},{"display_name":"Multihit","desc":"Unleash a rapid flurry of 8 hits to enemies facing you, dealing overwhelming damage","parents":[6,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":9,"col":6,"icon":"node_assassin"},"properties":{},"effects":[{"type":"replace_spell","name":"Multihit","cost":40,"base_spell":3,"display":"Total Damage","parts":[{"name":"Per Hit","multipliers":[30,0,0,10,0,0]},{"name":"Total Damage","type":"total","hits":{"Per Hit":8}}]}],"id":9},{"display_name":"Earth Mastery","desc":"Increases base damage from all Earth attacks","archetype":"Shadestepper","archetype_req":0,"base_abil":998,"parents":[7,11],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"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":10},{"display_name":"Thunder Mastery","desc":"Increases base damage from all Thunder attacks","archetype":"Shadestepper","archetype_req":0,"base_abil":998,"parents":[10,7],"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":11},{"display_name":"Fire Mastery","desc":"Increases base damage from all Fire attacks","archetype":"Trickster","base_abil":998,"parents":[8,13],"dependencies":[],"blockers":[],"cost":1,"display":{"row":14,"col":4,"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":12},{"display_name":"Water Mastery","desc":"Increases base damage from all Water attacks","archetype":"Acrobat","base_abil":998,"parents":[8,9,14],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":6,"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","desc":"Increases base damage from all Air attacks","archetype":"Acrobat","archetype_req":0,"base_abil":998,"parents":[13,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":13,"col":8,"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":"Backstab","desc":"Multihit will deal a single devastating hit. If you strike the enemy from behind, deal double damage","archetype":"Shadestepper","archetype_req":2,"base_abil":9,"parents":[10,11],"dependencies":[9],"blockers":[40,16],"cost":2,"display":{"row":15,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"replace_spell","name":"Backstab","base_spell":3,"display":"Backstab Damage","parts":[{"name":"Backstab Damage","type":"damage","multipliers":[200,50,0,0,0,0]}]},{"type":"raw_stat","toggle":"Activate Backstab","bonuses":[{"type":"stat","name":"damMult.Backstab:3.Backstab Damage","value":100}]},{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":15},{"display_name":"Fatality","desc":"Multihit will deal an additional final slash","archetype":"","archetype_req":0,"base_abil":9,"parents":[13,14],"dependencies":[9],"blockers":[15],"cost":2,"display":{"row":15,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Fatality","multipliers":[100,0,0,0,0,50]},{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Fatality":1}}],"id":16},{"display_name":"Vanish","desc":"Dash will vanish you into the shadows and make you invisible to enemies (5s Cooldown). You cannot heal or gain mana while in that state (Attack or get hit to cancel)","archetype":"","archetype_req":0,"base_abil":5,"parents":[15,18],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":16,"col":2,"icon":"node_2"},"properties":{"duration":5,"cooldown":5},"effects":[],"id":17},{"display_name":"Sticky Bomb","desc":"Smoke Bomb will stick to enemies and deal additional damage","archetype":"Trickster","archetype_req":0,"base_abil":7,"parents":[17,12],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":16,"col":4,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Per Tick","multipliers":[0,0,0,0,10,0]}],"id":18},{"display_name":"Righting Reflex","desc":"When you hold shift while airborne, slowly glide and become immune to fall damage (Max 5s)","archetype":"Acrobat","archetype_req":0,"parents":[16],"dependencies":[],"blockers":[],"cost":2,"display":{"row":16,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":19},{"display_name":"Surprise Strike","desc":"While using Vanish, your next attack will deal +80% more damage for a single hit only","archetype":"Shadestepper","archetype_req":3,"base_abil":5,"parents":[17],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":19,"col":2,"icon":"node_3"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Surprise Strike","bonuses":[{"type":"stat","name":"damMult.SurpriseStrike","value":80}]}],"id":20},{"display_name":"Mirror Image","desc":"After leaving Vanish, summon 3 Clones that will follow you and protect you (15s Cooldown). When hit, gain a chance to take 80% less damage and lose 1 Clone.","archetype":"Trickster","archetype_req":2,"parents":[18],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":19,"col":4,"icon":"node_3"},"properties":{"clone":3},"effects":[{"type":"raw_stat","toggle":"Activate Clones","bonuses":[{"type":"stat","name":"defMult.Clone","value":60}]}],"id":21},{"display_name":"Lacerate","desc":"Spin Attack will lunge you forward, deal 3 strikes and lunge you forward again.","archetype":"Acrobat","archetype_req":2,"base_abil":0,"parents":[16],"dependencies":[],"blockers":[42],"cost":2,"display":{"row":19,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Lacerate","base_spell":1,"display":"Total Damage","parts":[{"name":"Per Hit","type":"damage","multipliers":[60,0,0,10,0,20]},{"name":"Total Damage","type":"total","hits":{"Per Hit":3}}]}],"id":22},{"display_name":"Silent Killer","desc":"After killing an enemy, reset Vanish's cooldown","archetype":"","archetype_req":0,"base_abil":5,"parents":[20],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":20,"col":1,"icon":"node_2"},"properties":{},"effects":[],"id":23},{"display_name":"Shenanigans","desc":"For every 2% Stealing you have from items, gain +1/3s Mana Steal (Max 8/3s)","archetype":"Trickster","archetype_req":0,"parents":[21],"dependencies":[],"blockers":[],"cost":1,"display":{"row":20,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"eSteal"}],"output":[{"type":"stat","name":"ms"}],"scaling":[0.5],"max":8}],"id":24},{"display_name":"Wall of Smoke","desc":"Smoke Bomb will throw +2 bombs, damaging more often in a larger area","archetype":"","archetype_req":0,"base_abil":7,"parents":[22],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":20,"col":8,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Per Bomb":2}},{"type":"add_spell_prop","base_spell":4,"target_part":"Per Tick","multipliers":[-10,0,0,0,0,0]}],"id":25},{"display_name":"Better Smoke Bomb","desc":"Increase the range and area of effect of Smoke Bomb","archetype":"","archetype_req":0,"base_abil":7,"parents":[23,27],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":22,"col":0,"icon":"node_0"},"properties":{},"effects":[],"id":26},{"display_name":"Shadow Travel","desc":"Vanish will increase your speed by +120%","archetype":"Shadestepper","archetype_req":0,"base_abil":5,"parents":[26,23,28],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":22,"col":2,"icon":"node_1"},"properties":{},"effects":[],"id":27},{"display_name":"Cheaper Multihit","desc":"Reduce the Mana cost of Multihit","archetype":"","archetype_req":0,"base_abil":9,"parents":[24,27,29],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":22,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":28},{"display_name":"Dagger Proficiency II","desc":"Increase your Main Attack's range and add +5 raw damage to all attacks","archetype":"","archetype_req":0,"base_abil":999,"parents":[28,25],"dependencies":[],"blockers":[],"cost":1,"display":{"row":22,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"damRaw","value":5}]}],"id":29},{"display_name":"Last Laugh","desc":"When losing a Clone, it will cast Spin Attack before dying","archetype":"Trickster","archetype_req":3,"base_abil":5,"parents":[21],"dependencies":[21],"blockers":[],"cost":1,"display":{"row":20,"col":3,"icon":"node_0"},"properties":{},"effects":[],"id":30},{"display_name":"Cheaper Smoke Bomb","desc":"Reduce the Mana cost of Smoke Bomb","archetype":"","archetype_req":0,"base_abil":7,"parents":[26,32],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":25,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":31},{"display_name":"Blazing Powder","desc":"Spin Attack will blind enemies and deal additional damage","archetype":"","archetype_req":0,"base_abil":0,"parents":[31,27,28],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Per Hit","behavior":"modify","multipliers":[0,0,0,0,20,0]},{"type":"add_spell_prop","base_spell":1,"target_part":"Spin Attack","behavior":"modify","multipliers":[0,0,0,0,20,0]}],"id":32},{"display_name":"Weightless","desc":"When you hit an enemy while airborne, gain +0.7 Mana (1.25+ blocks off the ground to be airborne)","archetype":"Acrobat","archetype_req":3,"parents":[28,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":25,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":33},{"display_name":"Black Hole","desc":"Smoke Bomb will pull nearby enemies","archetype":"","archetype_req":0,"base_abil":7,"parents":[31,32],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":1,"icon":"node_1"},"properties":{},"effects":[],"id":34},{"display_name":"Sandbagging","desc":"Anytime you get hit for less than 5% of your max hp, reduce your abilities cooldown by -3s. (1s Cooldown)","archetype":"Trickster","archetype_req":0,"parents":[32,36],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":35},{"display_name":"Hop","desc":"When you double tap jump, leap forward. (2s Cooldown)","archetype":"Acrobat","archetype_req":0,"parents":[35,33],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":6,"icon":"node_1"},"properties":{"cooldown":2},"effects":[],"id":36},{"display_name":"Dancing Blade","desc":"Deal damage to mobs you Dash through","archetype":"Acrobat","archetype_req":0,"base_abil":5,"parents":[44,43],"dependencies":[5],"blockers":[],"cost":1,"display":{"row":29,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Dancing Blade","multipliers":[70,0,0,0,0,10],"display":"Dancing Blade"}],"id":37},{"display_name":"Violent Vortex","desc":"If you deal more damage than 1.5x of your max health in a single hit, deal 30% of the damage to other nearby enemies","archetype":"Shadestepper","archetype_req":0,"parents":[31],"dependencies":[],"blockers":[],"cost":2,"display":{"row":27,"col":0,"icon":"node_1"},"properties":{"range":10,"cooldown":2},"effects":[{"type":"replace_spell","name":"Violent Vortex","base_spell":5,"display":"Total Damage","parts":[{"name":"Total Damage","type":"damage","multipliers":[0,0,0,0,0,0]}]}],"id":38},{"display_name":"Delirious Gas","desc":"While inside Smoke Bomb, increase your damage by +40% and gain Lure for 20s","archetype":"Trickster","archetype_req":4,"base_abil":7,"parents":[35],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":27,"col":3,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Delirious Gas","bonuses":[{"type":"stat","name":"damMult.DeliriousGas","value":40}]}],"id":39},{"display_name":"Stronger Multihit","desc":"Increases Multihit's amount of hits by +3","base_abil":9,"parents":[35,36],"dependencies":[],"blockers":[15],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Total Damage","hits":{"Per Hit":3}}],"id":40},{"display_name":"Marked","desc":"Smoke Bomb will add +1 Mark to enemies it hits. (Max 4, 0.4s Cooldown) Marked enemies will take +8% damage for each mark they have.","archetype":"Shadestepper","archetype_req":5,"parents":[38],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":1,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Marked","slider_step":1,"slider_max":4,"output":[{"type":"stat","name":"damMult.Marked"}],"scaling":[6]}],"id":41},{"display_name":"Echo","desc":"Your Clones will mimic your spells and abilities. While they are active, deal -60% damage.","archetype":"Trickster","archetype_req":6,"base_abil":21,"parents":[35,43],"dependencies":[21],"blockers":[22],"cost":2,"display":{"row":28,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Clones","bonuses":[{"type":"stat","name":"damMult.Echo","value":-60}]},{"type":"add_spell_prop","base_spell":8,"behavior":"modify","target_part":"Slash Damage","multipliers":[690,0,0,110,0,0]},{"type":"stat_scaling","slider":true,"slider_name":"Spell Copies","slider_step":1,"slider_max":3,"output":[{"type":"stat","name":"damMult.EchoCast"}],"scaling":[100]}],"id":42},{"display_name":"Shurikens","desc":"After using Dash, your next Main Attack will throw 3 shurikens","archetype":"Acrobat","archetype_req":0,"base_abil":5,"parents":[42,44],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":6,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Shurikens","base_spell":6,"display":"Total Damage","parts":[{"name":"Per Shuriken","type":"damage","multipliers":[100,0,0,0,20,0]},{"name":"Total Damage","type":"total","hits":{"Per Shuriken":3}}]}],"id":43},{"display_name":"Far Reach","desc":"Increase the range of Multihit","archetype":"","archetype_req":0,"base_abil":9,"parents":[76,43],"dependencies":[],"blockers":[],"cost":1,"display":{"row":28,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":44},{"display_name":"Psithurism","desc":"Increase your Walk Speed by +20% and your Jump Height by +1","archetype":"","archetype_req":0,"parents":[25],"dependencies":[],"blockers":[],"cost":1,"display":{"row":21,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"stat","name":"spd","value":20},{"type":"stat","name":"jh","value":1}]}],"id":45},{"display_name":"Ambush","desc":"Increase Surprise Strike's damage by +40%","base_abil":5,"parents":[41],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":31,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Surprise Strike","bonuses":[{"type":"stat","name":"damMult.SurpriseStrike","value":40}]}],"id":46},{"display_name":"Cheaper Dash II","desc":"Reduce the Mana cost of Dash","base_abil":5,"parents":[42,50],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":47},{"display_name":"Parry","desc":"After dodging damage, gain a brief damage buff, and make your next spell within 1.5 free. (3s Cooldown)","archetype":"Acrobat","archetype_req":5,"parents":[49],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":6,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Parry","bonuses":[{"type":"stat","name":"damMult.Parry","value":30}]}],"id":48},{"display_name":"Cheaper Spin Attack 2","desc":"Reduce the Mana cost of Spin Attack","archetype":"","archetype_req":0,"base_abil":0,"parents":[44,48],"dependencies":[],"blockers":[],"cost":1,"display":{"row":31,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":49},{"display_name":"Death Magnet","desc":"After leaving Vanish, pull all nearby Marked mobs towards you","archetype":"Shadestepper","archetype_req":0,"base_abil":5,"parents":[41,47],"dependencies":[17],"blockers":[],"cost":2,"display":{"row":31,"col":2,"icon":"node_1"},"properties":{},"effects":[],"id":50},{"display_name":"Cheaper Multihit II","desc":"Reduce the Mana cost of Multihit","base_abil":9,"parents":[50,73,52],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":33,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":51},{"display_name":"Hoodwink","desc":"When hitting enemies with Spin Attack, shorten the duration of your negative effects by 30% and transfer it onto enemies Lure can be transferred to the feeble minded. (Bosses and special enemies are immune)","archetype":"Trickster","archetype_req":1,"base_abil":0,"parents":[51,47,53],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":33,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":52},{"display_name":"Choke Bomb","desc":"Smoke Bomb will slow down enemies while in the smoke","archetype":"Trickster","archetype_req":0,"base_abil":7,"parents":[52,54,48],"dependencies":[],"blockers":[],"cost":2,"display":{"row":33,"col":6,"icon":"node_1"},"properties":{},"effects":[],"id":53},{"display_name":"Wall Jump","desc":"Reduce Hop's cooldown by 1s. When you Hop into a wall, bounce backward. (Hold shift to cancel)","archetype":"Acrobat","archetype_req":5,"parents":[53,49],"dependencies":[36],"blockers":[],"cost":2,"display":{"row":33,"col":8,"icon":"node_1"},"properties":{},"effects":[],"id":54},{"display_name":"Fatal Spin","desc":"Spin Attack will add +1 Mark to all enemies it hits and gain additional area of effect","archetype":"Shadestepper","archetype_req":8,"base_abil":0,"parents":[73,51],"dependencies":[41],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Spin Attack","multipliers":[20,0,0,0,0,0]}],"id":55},{"display_name":"Stronger Lacerate","desc":"Lacerate will deal +1 slash","archetype":"Acrobat","base_abil":0,"parents":[53,54],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":34,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Total Damage","hits":{"Per Hit":1}}],"id":56},{"display_name":"Stronger Vortex","desc":"If you deal more damage than 2.5x of your max health in a single hit, deal 60% of the damage to other nearby enemies","archetype":"Shadestepper","archetype_req":4,"parents":[55],"dependencies":[38],"blockers":[],"cost":1,"display":{"row":35,"col":0,"icon":"node_0"},"properties":{},"effects":[{"type":"replace_spell","name":"Violent Vortex","base_spell":5,"display":"Total Damage","parts":[{"name":"Total Damage","type":"damage","multipliers":[0,0,0,0,0,0]}]}],"id":57},{"display_name":"Harvester","desc":"After killing an enemy, gain +5 Mana for each leftover Marks it had","archetype":"Shadestepper","archetype_req":0,"parents":[55,59],"dependencies":[41],"blockers":[],"cost":2,"display":{"row":37,"col":1,"icon":"node_2"},"properties":{},"effects":[],"id":58},{"display_name":"Cheaper Smoke Bomb 2","desc":"Reduce the Mana cost of Smoke Bomb","archetype":"","archetype_req":0,"base_abil":7,"parents":[58,52,60],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":37,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":59},{"display_name":"Blade Fury","desc":"Multihit will be easier to aim and enemies hit will stay locked in front of you","archetype":"Acrobat","archetype_req":0,"base_abil":9,"parents":[56,59],"dependencies":[],"blockers":[],"cost":2,"display":{"row":37,"col":7,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Per Hit","multipliers":[0,0,15,0,0,0]}],"id":60},{"display_name":"More Marks","desc":"Add +2 max Marks","archetype":"Shadestepper","archetype_req":0,"base_abil":41,"parents":[58,59],"dependencies":[41],"blockers":[],"cost":1,"display":{"row":38,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Marked","slider_max":2}],"id":61},{"display_name":"Stronger Clones","desc":"Improve your damage while your Clones are active by +15%","archetype":"Trickster","archetype_req":7,"base_abil":21,"parents":[59,60],"dependencies":[42],"blockers":[],"cost":2,"display":{"row":38,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Clones","bonuses":[{"type":"stat","name":"damMult.Echo","value":15}]}],"id":62},{"display_name":"Ricochets","desc":"When hitting an enemy with your Shurikens, they will bounce to the nearest enemy","archetype":"Acrobat","archetype_req":6,"base_abil":5,"parents":[60],"dependencies":[43],"blockers":[],"cost":1,"display":{"row":38,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":63},{"display_name":"Satsujin","desc":"If an enemy has 3 Marks, your next Multihit or Damaging Powder Special will deal double damage. (20s Cooldown, per enemy)","archetype":"Shadestepper","archetype_req":13,"parents":[58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":1,"icon":"node_3"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Activate Satsujin","bonuses":[{"type":"stat","name":"damMult.Satsujin:3.Backstab Damage","value":100},{"type":"stat","name":"damMult.Satsujin:3.Per Hit","value":100},{"type":"stat","name":"damMult.Satsujin:3.Fatality","value":100},{"type":"stat","name":"damMult.Satsujin:0.Powder Special","value":100}]}],"id":64},{"display_name":"Forbidden Art","desc":"Summon +3 additional Clones. (+15s Cooldown)","archetype":"Trickster","archetype_req":8,"base_abil":21,"parents":[59],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":39,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Spell Copies","slider_max":3}],"id":65},{"display_name":"Diversion","desc":"Grant allies within 15 blocks +15% Overhealth whenever you hit a Lured enemy. (6.5s Cooldown)\nThe bonus health decays over 10s.","archetype":"Trickster","archetype_req":12,"base_abil":7,"parents":[65],"dependencies":[39],"blockers":[],"cost":2,"display":{"row":40,"col":5,"icon":"node_3"},"properties":{},"effects":[],"id":66},{"display_name":"Jasmine Bloom","desc":"After spending 40 Mana, bloom an area under you that damages enemies below it every 0.3s. After every bloom, reset the duration and increase the radius (Max 10 Blocks)","archetype":"Acrobat","archetype_req":12,"parents":[60],"dependencies":[],"blockers":[],"cost":2,"display":{"row":39,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Jasmine Bloom","base_spell":7,"display":"DPS","parts":[{"name":"Per Hit","multipliers":[60,5,0,15,0,0]},{"name":"DPS","hits":{"Per Hit":3.333333333}}]}],"id":67},{"display_name":"Better Ricochets","desc":"Add +1 Max Bounce to Ricochets","archetype":"","archetype_req":0,"base_abil":5,"parents":[67],"dependencies":[63],"blockers":[],"cost":1,"display":{"row":40,"col":8,"icon":"node_0"},"properties":{},"effects":[],"id":68},{"display_name":"Devour","desc":"Harvester will give +5 Mana","archetype":"","archetype_req":0,"parents":[64],"dependencies":[58],"blockers":[],"cost":1,"display":{"row":41,"col":0,"icon":"node_0"},"properties":{},"effects":[],"id":69},{"display_name":"Better Marked","desc":"Increase Marked's damage bonus by +4%","archetype":"","archetype_req":0,"base_abil":41,"parents":[64],"dependencies":[],"blockers":[],"cost":1,"display":{"row":41,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Marked","output":[{"type":"stat","name":"damMult.Marked"}],"scaling":[4]}],"id":70},{"display_name":"Bamboozle","desc":"When Clones are active, casting Multihit while holding shift will instead slay 1 Clone and teleport you forwards with a brutal fiery slash","archetype":"Trickster","archetype_req":0,"base_abil":9,"parents":[28,27],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":23,"col":4,"icon":"node_2"},"effects":[{"type":"replace_spell","name":"Bamboozle","base_spell":8,"display":"Slash Damage","parts":[{"name":"Slash Damage","multipliers":[360,0,0,0,40,0]}]}],"id":71},{"display_name":"Distraction","desc":"When hitting enemies, reduce their damage by -0.1% per hit. (Max -15%) The damage debuff decays at -0.3% per second.","archetype":"Trickster","archetype_req":0,"parents":[28,29],"dependencies":[],"blockers":[],"cost":2,"display":{"row":23,"col":6,"icon":"node_1"},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Distraction Hits","output":{"type":"stat","name":"defMult.Diffusion"},"scaling":[0.1],"slider_step":1,"slider_max":150}],"id":72},{"display_name":"Nightcloak Knife","desc":"If cast while in Vanish, Spin Attack will consume all Marks from nearby enemies to summon the Nightcloak Knife.\n The Knife will mimic your attacks on enemies within 6 blocks of you, dealing 4% of your damage for every 1 Mark consumed. (Max 10 Marks)\n The Knife will vanish after 8s","archetype":"Shadestepper","archetype_req":0,"parents":[51,46],"dependencies":[41],"blockers":[],"cost":2,"display":{"row":33,"col":0,"icon":"node_2"},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Marks Absorbed","slider_max":10,"output":[{"type":"stat","name":"damMult.Nightcloak"}],"scaling":[4]}],"id":73},{"display_name":"Pirouette","desc":"When hitting an enemy with Dancing Blade, you will deal extra damage and vault upwards, resetting Dash as if you touched the ground.","base_abil":5,"parents":[56,53,52],"dependencies":[37],"blockers":[],"cost":2,"display":{"row":34,"col":5,"icon":"node_1"},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Dancing Blade","multipliers":[30,0,0,0,0,10],"display":"Dancing Blade"}],"id":74},{"display_name":"Dissolution","desc":"When entering Vanish, become immune to knockback and gain resistance for a brief moment.","archetype":"Shadestepper","archetype_req":2,"base_abil":17,"parents":[51,52],"dependencies":[17],"blockers":[],"cost":1,"display":{"row":34,"col":3,"icon":"node_0"},"effects":[{"type":"raw_stat","toggle":"Activate Dissolution","bonuses":[{"type":"stat","name":"defMult.Dissolution","value":40}]}],"id":75},{"display_name":"Flow State","desc":"Landing 60 hits without stopping for over 2s will greatly increase your damage for a short time. (10s Cooldown)","archetype":"Acrobat","archetype_req":5,"parents":[33],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":8,"icon":"node_3"},"effects":[{"type":"raw_stat","toggle":"Flow State","bonuses":[{"type":"stat","name":"damMult.FlowState","value":50}]}],"id":76},{"display_name":"Even Stronger Clones","desc":"Improves your damage by +10% while your Clones are active.","archetype":"Trickster","archetype_req":0,"base_abil":21,"parents":[66],"dependencies":[42],"blockers":[],"cost":1,"display":{"row":41,"col":4,"icon":"node_0"},"effects":[{"type":"raw_stat","toggle":"Activate Clones","bonuses":[{"type":"stat","name":"damMult.Echo","value":10}]}],"id":77}],"Shaman":[{"display_name":"Totem","desc":"Summon a totem that damages enemies around it every 0.4s.","parents":[],"dependencies":[],"blockers":[],"cost":1,"display":{"row":0,"col":4,"icon":"node_shaman"},"properties":{"duration":30,"rate":0.4,"aoe":8,"totem_mul":2.5},"effects":[{"type":"replace_spell","name":"Totem","cost":30,"base_spell":1,"display":"Tick DPS","parts":[{"name":"Tick Damage","multipliers":[6,0,0,0,0,6]},{"name":"Tick DPS","hits":{"Tick Damage":"0.totem_mul"}},{"name":"Heal Rate","hits":{"Heal Tick":"0.totem_mul"}}]}],"id":0},{"display_name":"Relik Proficiency 1","desc":"Double your Main Attack's beam speed and increase your damage when using a reik.","base_abil":999,"parents":[0],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"replace_spell","name":"Relik Melee","base_spell":0,"spell_type":"damage","scaling":"melee","use_atkspd":false,"display":"Total","parts":[{"name":"Single Beam","multipliers":[35,0,0,0,0,0]},{"name":"Total","hits":{"Single Beam":3}}]}],"id":1},{"display_name":"Cheaper Totem I","desc":"Reduce the Mana cost of Totem.","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":2,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-10}],"id":2},{"display_name":"Totemic Smash","desc":"Your Totem will deal damage where it lands.","base_abil":0,"parents":[1],"dependencies":[],"blockers":[],"cost":1,"display":{"row":4,"col":4,"icon":"node_1"},"properties":{"aoe":3.5},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Smash Damage","multipliers":[100,0,0,0,30,0]}],"id":3},{"display_name":"Distant Grasp","desc":"Reduce your Main Attack's spread, and increase its beam speed by +33%.","base_abil":999,"archetype":"Summoner","parents":[5],"dependencies":[],"blockers":[6],"cost":1,"display":{"row":6,"col":2,"icon":"node_0"},"properties":{},"effects":[],"id":4},{"display_name":"Haul","desc":"Leap towards your Totem.","parents":[3],"dependencies":[],"blockers":[],"cost":1,"display":{"row":6,"col":4,"icon":"node_shaman"},"properties":{},"effects":[{"type":"replace_spell","name":"Haul","cost":15,"base_spell":2,"display":"","parts":[]}],"id":5},{"display_name":"Hand of the Shaman","desc":"Your Main Attack will throw +2 beams.","base_abil":999,"archetype":"Acolyte","parents":[5],"dependencies":[],"blockers":[4],"cost":1,"display":{"row":6,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"replace_spell","name":"Relik Melee","base_spell":0,"spell_type":"damage","scaling":"melee","use_atkspd":false,"display":"Total","parts":[{"name":"Single Beam","multipliers":[34,0,0,0,0,0]},{"name":"Total","hits":{"Single Beam":5}}]}],"id":6},{"display_name":"Uproot","desc":"Throw a rapid projectile that will explode and knock enemies away. (Hold shift to pull instead)","parents":[4,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":2,"icon":"node_shaman"},"properties":{"range":18,"aoe":5},"effects":[{"type":"replace_spell","name":"Uproot","cost":30,"base_spell":4,"display":"Total Damage","parts":[{"name":"Single Hit","multipliers":[80,30,20,0,0,0]},{"name":"Total Damage","hits":{"Single Hit":1}}]}],"id":7},{"display_name":"Cheaper Haul I","desc":"Reduce the Mana cost of Haul.","base_abil":5,"parents":[7,9],"dependencies":[5],"blockers":[],"cost":1,"display":{"row":8,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":8},{"display_name":"Aura","desc":"Emit an aura from your Totem that damages enemies.","parents":[6,8],"dependencies":[],"blockers":[],"cost":1,"display":{"row":8,"col":6,"icon":"node_shaman"},"properties":{"range":16,"num_totems":1},"effects":[{"type":"replace_spell","name":"Aura","cost":40,"base_spell":3,"display":"First Wave","parts":[{"name":"Single Wave","multipliers":[150,0,0,30,0,0]},{"name":"First Wave","hits":{"Single Wave":"9.num_totems"}},{"name":"First Wave Heal","hits":{"Heal Amount":"9.num_totems"}}]}],"id":9},{"display_name":"Earth Mastery","base_abil":998,"desc":"Increases your base damage from all Earth attacks.","archetype":"Summoner","parents":[7],"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":10},{"display_name":"Air Mastery","base_abil":998,"desc":"Increases your base damage from all Air attacks.","archetype":"Summoner","parents":[10,7,8,13],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":2,"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":11},{"display_name":"Water Mastery","base_abil":998,"desc":"Increases your base damage from all Water attacks.","archetype":"Ritualist","parents":[8,11,13],"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":12},{"display_name":"Thunder Mastery","base_abil":998,"desc":"Increases base damage from all Thunder attacks.","archetype":"Acolyte","parents":[11,8,9],"dependencies":[],"blockers":[],"cost":1,"display":{"row":10,"col":6,"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":13},{"display_name":"Fire Mastery","base_abil":998,"desc":"Increases base damage from all Fire attacks.","archetype":"Acolyte","parents":[9],"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":14},{"display_name":"Nature's Jolt","desc":"When hitting the ground after using Haul, deal damage around you.","base_abil":5,"parents":[11,10],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":11,"col":1,"icon":"node_1"},"properties":{"aoe":3.5},"effects":[{"type":"add_spell_prop","target_part":"Nature's Jolt","base_spell":2,"multipliers":[90,30,0,0,0,0]},{"type":"add_spell_prop","target_part":"Total Damage","base_spell":2,"display":"Total Damage","hits":{"Nature's Jolt":1}}],"id":15},{"display_name":"Overseer","desc":"Increase Uproot's range, and if you hit your Totem with it, reset its duration.","base_abil":7,"archetype":"Summoner","parents":[15],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":13,"col":1,"icon":"node_1"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":7,"name":"range","value":6}]}],"id":16},{"display_name":"Rain Dance","desc":"While mid-air, your Totem will leave a streak of rain that damages enemies under it every 0.4s.","archetype":"Ritualist","base_abil":0,"parents":[12],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":13,"col":4,"icon":"node_1"},"properties":{"aoe":2,"duration":6,"rate":0.4},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Rain Dance","multipliers":[30,0,0,30,0,0]}],"id":17},{"display_name":"Shocking Aura","desc":"Aura will travel at a much greater speed and deal additional damage.","base_abil":9,"archetype":"Acolyte","parents":[13,19],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":12,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Single Wave","multipliers":[0,0,20,0,0,0]}],"id":18},{"display_name":"Flaming Tongue","desc":"Uproot will not explode or knockback enemies, but will deal damage 3 times.","base_abil":7,"archetype":"Acolyte","parents":[14,18],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":12,"col":8,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"target_part":"Single Hit","multipliers":[-15,-30,-15,0,10,0]},{"type":"add_spell_prop","base_spell":4,"target_part":"Total Damage","hits":{"Single Hit":2}},{"type":"convert_spell_conv","target_part":"all","base_spell":4,"conversion":"Fire"}],"id":19},{"display_name":"Puppet Master","desc":"Your Totem will summon 1 Puppet every 3s (Max 3). They throw knives at nearby enemies every 0.5s.","archetype":"Summoner","archetype_req":3,"parents":[16],"dependencies":[0],"blockers":[],"cost":2,"display":{"row":15,"col":1,"icon":"node_3"},"properties":{"duration":30,"range":16,"max_puppets":3,"attack_frequency":2},"effects":[{"type":"replace_spell","name":"Puppet Damage","base_spell":5,"scaling":"spell","display":"Max Puppet DPS","parts":[{"name":"Puppet Hit","multipliers":[12,3,0,0,0,3]},{"name":"Puppet DPS","hits":{"Puppet Hit":"20.attack_frequency"}},{"name":"Max Puppet DPS","hits":{"Puppet DPS":"20.max_puppets"}}]}],"id":20},{"display_name":"Mask of the Lunatic","desc":"When casting Uproot, instead wear the Mask of the Lunatic. While wearing this mask, gain damage bonus at the cost of less walk speed, and reduce the mana cost of Aura.","base_abil":7,"archetype":"Ritualist","archetype_req":2,"parents":[17],"dependencies":[7],"blockers":[66],"cost":2,"display":{"row":15,"col":4,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Switch Masks","base_spell":4,"parts":[],"display":""},{"type":"raw_stat","toggle":"Mask of the Lunatic","bonuses":[{"type":"stat","name":"damMult.Mask","value":35},{"type":"stat","name":"spd","value":-35},{"type":"stat","name":"spPct3Final","value":-30}]}],"id":21},{"display_name":"Sacrificial Shrine","desc":"Your Totem will siphon 2% of your health every 0.4s and transfer it into a Blood Pool. Aura will use 15% of your Blood Pool to deal +50% damage and heal all allies.","archetype":"Acolyte","archetype_req":3,"parents":[18,19],"dependencies":[0],"blockers":[42],"cost":2,"display":{"row":15,"col":7,"icon":"node_3"},"properties":{"blood_pool":30},"effects":[{"type":"raw_stat","toggle":"Activate Boosted Aura","bonuses":[{"type":"stat","name":"damMult.BloodPool:3.Single Wave","value":35}]},{"type":"add_spell_prop","base_spell":3,"target_part":"Heal Amount","power":0.15}],"id":22},{"display_name":"More Puppets I","desc":"Increase your Max Puppets by +1.","base_abil":20,"archetype":"Summoner","parents":[20],"dependencies":[20],"blockers":[],"cost":1,"display":{"row":16,"col":0,"icon":"node_0"},"properties":{"max_puppets":1},"effects":[],"id":23},{"display_name":"Cheaper Uproot I","desc":"Reduce the Mana cost of Uproot.","base_abil":7,"parents":[21,25],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":17,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":24},{"display_name":"Rebound","desc":"Once Aura reaches its maximum range, it will bounce back and deal its effects a second time.","base_abil":9,"parents":[22,24],"dependencies":[],"blockers":[],"cost":2,"display":{"row":17,"col":7,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Rebound Total Damage","hits":{"First Wave":2}},{"type":"add_spell_prop","base_spell":3,"target_part":"Rebound Total Heal","hits":{"First Wave Heal":2}}],"id":25},{"display_name":"Stagnation","desc":"Enemies hit by Nature's Jolt will be slowed down.","base_abil":7,"parents":[23,27],"dependencies":[15],"blockers":[],"cost":2,"display":{"row":18,"col":0,"icon":"node_1"},"properties":{},"effects":[],"id":26},{"display_name":"Cheaper Aura I","desc":"Reduce the Mana cost of Aura.","base_abil":9,"parents":[26,24],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":18,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":27},{"display_name":"Better Totem","desc":"Increase your Totem's area of effect.","base_abil":0,"parents":[24,25],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":18,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":0,"name":"aoe","value":4}]}],"id":28},{"display_name":"Blood Connection","desc":"If you are outside your Totem's range, Haul will teleport you to it.","base_abil":5,"archetype":"Acolyte","parents":[25],"dependencies":[5],"blockers":[],"cost":2,"display":{"row":18,"col":8,"icon":"node_1"},"properties":{},"effects":[],"id":29},{"display_name":"Exploding Puppets","desc":"When your Puppets have 3s duration left, they will run towards enemies at high speed to explode and deal damage.","base_abil":20,"archetype":"Summoner","parents":[26,27],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":20,"col":1,"icon":"node_1"},"properties":{"aoe":3},"effects":[{"type":"add_spell_prop","base_spell":5,"target_part":"Puppet Explosion","multipliers":[100,0,0,0,100,0]}],"id":30},{"display_name":"Hymn of Hate","desc":"When wearing the Mask of the Lunatic, killing an enemy with Aura will cast a new Aura dealing -70% damage at its location.","base_abil":9,"archetype":"Ritualist","parents":[24,32],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":20,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Hymn of Hate","hits":{"Single Wave":0.5}}],"id":31},{"display_name":"More Blood Pool I","desc":"Increase your maximum Blood pool by +30%.","archetype":"Acolyte","base_abil":22,"parents":[25,31],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":20,"col":7,"icon":"node_0"},"properties":{"blood_pool":30},"effects":[],"id":32},{"display_name":"Bullwhip","desc":"Hitting enemies with Uproot will make your Summons focus them and deal additional damage.","archetype":"Summoner","parents":[30],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":21,"col":0,"icon":"node_2"},"properties":{"duration":10},"effects":[{"type":"raw_stat","toggle":"Activate Bullwhip","bonuses":[{"type":"stat","name":"damMult.Bullwhip:5.Puppet Hit","value":15},{"type":"stat","name":"damMult.Bullwhip:7.Effigy Hit","value":20}]}],"id":33},{"display_name":"More Puppets II","desc":"Increase your Max Puppets by +2.","base_abil":20,"archetype":"Summoner","parents":[30],"dependencies":[23],"blockers":[],"cost":1,"display":{"row":21,"col":2,"icon":"node_0"},"properties":{"max_puppets":2},"effects":[],"id":34},{"display_name":"Mask of the Fanatic","desc":"When casting Uproot, instead wear the Mask of the Fanatic. While wearing this mask, gain resistance at the cost of less damage bonus, and reduce the mana cost of Totem.","base_abil":7,"archetype":"Ritualist","archetype_req":3,"parents":[31,32,36],"dependencies":[],"blockers":[66],"cost":2,"display":{"row":21,"col":5,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Switch Masks","base_spell":4,"parts":[],"display":""},{"type":"raw_stat","toggle":"Mask of the Fanatic","bonuses":[{"type":"stat","name":"damMult.Mask","value":-20},{"type":"stat","name":"defMult.Mask","value":35},{"type":"stat","name":"spPct1Final","value":-65}]}],"id":35},{"display_name":"Vengeful Spirit","desc":"Your Totem will give damage bonus to yourself and allies standing inside its range.","base_abil":0,"archetype":"Acolyte","parents":[32,35],"dependencies":[],"blockers":[],"cost":2,"display":{"row":21,"col":8,"icon":"node_1"},"properties":{},"effects":[],"id":36},{"display_name":"Masquerade","desc":"After switching from a Mask to another 2 times, gain 30 mana.","base_abil":7,"archetype":"Ritualist","parents":[35],"dependencies":[21],"blockers":[],"cost":2,"display":{"row":22,"col":4,"icon":"node_1"},"properties":{"switch_count":2,"mana_gain":30},"effects":[],"id":37},{"display_name":"Double Totem","desc":"Increase your maximum Totem by +1 and reduce Totem and Aura's damage.","base_abil":0,"archetype":"Summoner","archetype_req":2,"parents":[33,39],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":23,"col":0,"icon":"node_1"},"properties":{"totem_mul":2.5},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":9,"name":"num_totems","value":1},{"type":"stat","name":"damMult.MultiTotem:3.Single Wave","value":-40},{"type":"stat","name":"damMult.MultiTotem:1.Tick Damage","value":-40},{"type":"stat","name":"healPct","value":-40}]}],"id":38},{"display_name":"Cheaper Totem II","desc":"Reduce the Mana cost of Totem.","base_abil":0,"parents":[34,38,40],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":23,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"cost":-5}],"id":39},{"display_name":"Storm Dance","desc":"Enemies hit by Aura will be pulled towards your totem.","base_abil":9,"archetype":"Ritualist","parents":[39,35,41],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":23,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"target_part":"Single Wave","multipliers":[0,0,0,0,0,30]}],"id":40},{"display_name":"Blood Moon","desc":"For every 1% Soul Point Regen you have from items, gain +5/3s Lifesteal (Max 1000/3s)","parents":[36,40],"dependencies":[],"blockers":[],"cost":1,"display":{"row":23,"col":8,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"spRegen"}],"output":{"type":"stat","name":"ls"},"scaling":[5],"max":1000}],"id":41},{"display_name":"Regeneration","desc":"Your Totem will heal yourself and allies standing in its range every 0.4s.","base_abil":0,"parents":[39,40],"dependencies":[],"blockers":[22],"cost":2,"display":{"row":24,"col":3,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Heal Tick","power":0.01,"display":"Heal Rate"}],"id":42},{"display_name":"Cheaper Haul II","desc":"Reduce the Mana cost of Haul.","base_abil":5,"parents":[40,41],"dependencies":[5],"blockers":[],"cost":1,"display":{"row":24,"col":6,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"cost":-5}],"id":43},{"display_name":"Cheaper Aura II","desc":"Reduce the Mana cost of Aura.","base_abil":9,"parents":[38,39,45],"dependencies":[9],"blockers":[],"cost":1,"display":{"row":26,"col":1,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":3,"cost":-5}],"id":44},{"display_name":"Seeking Totem","desc":"When wearing the Mask of the Fanatic, your Totem will move towards the nearest enemy outside of its range.","base_abil":0,"archetype":"Ritualist","parents":[40,39],"dependencies":[35],"blockers":[],"cost":2,"display":{"row":26,"col":4,"icon":"node_1"},"properties":{},"effects":[],"id":45},{"display_name":"Twisted Tether","desc":"When hitting an enemy with your Main Attack, use 1% from your Blood Pool and add Tether to them. Tethered enemies will take damage for every 2% Health you lose. (Max 20%)","archetype":"Acolyte","archetype_req":7,"parents":[40,41],"dependencies":[],"blockers":[],"cost":2,"display":{"row":26,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Twisted Tether","base_spell":6,"scaling":"spell","display":"Tether Tick","parts":[{"name":"Tether Tick","multipliers":[25,0,0,0,0,10]},{"name":"Max Tether Damage","hits":{"Tether Tick":10}}]}],"id":46},{"display_name":"Stronger Totem","desc":"Increase Totem's damage.","base_abil":0,"parents":[44,45],"dependencies":[0],"blockers":[],"cost":1,"display":{"row":27,"col":2,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":1,"target_part":"Tick Damage","multipliers":[4,0,0,0,0,0]}],"id":47},{"display_name":"Depersonalization","desc":"Masquerade will need -1 Mask switch to trigger. Reduce the mana given by -10.","archetype":"Ritualist","archetype_req":6,"base_abil":7,"parents":[45],"dependencies":[37],"blockers":[],"cost":1,"display":{"row":27,"col":5,"icon":"node_0"},"properties":{},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":7,"name":"switch_count","value":-1},{"type":"prop","abil":7,"name":"mana_gain","value":-10}]}],"id":48},{"display_name":"Crimson Effigy","desc":"Hitting your Totem with Uproot will summon an Effigy that will attack enemies and push them towards your totem.","archetype":"Summoner","archetype_req":8,"parents":[44,50],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":28,"col":1,"icon":"node_3"},"properties":{"duration":60,"max_effigy":1,"attack_frequency":2},"effects":[{"type":"replace_spell","name":"Crimson Effigy","base_spell":7,"display":"Total Effigy DPS","parts":[{"name":"Effigy Hit","multipliers":[55,0,0,30,0,0]},{"name":"Single Effigy DPS","hits":{"Effigy Hit":"49.attack_frequency"}},{"name":"Total Effigy DPS","hits":{"Single Effigy DPS":"49.max_effigy"}}]}],"id":49},{"display_name":"Mask of the Coward","desc":"When casting Uproot, instead wear the Mask of the Coward. While wearing this mask, gain walk speed at the cost of less resistance, and reduce the mana cost of Haul.","base_abil":7,"archetype":"Ritualist","archetype_req":7,"parents":[45,49,51],"dependencies":[],"blockers":[66],"cost":2,"display":{"row":28,"col":4,"icon":"node_2"},"properties":{},"effects":[{"type":"replace_spell","name":"Switch Masks","base_spell":4,"parts":[],"display":""},{"type":"raw_stat","toggle":"Mask of the Coward","bonuses":[{"type":"stat","name":"spd","value":80},{"type":"stat","name":"defMult.Mask","value":-20},{"type":"stat","name":"spPct2Final","value":-50}]}],"id":50},{"display_name":"Fluid Healing","desc":"For every 1% Water Damage you have from items, buff Aura's healing power by +0.3%.","parents":[46,50,52],"dependencies":[],"blockers":[],"cost":2,"display":{"row":28,"col":6,"icon":"node_1"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"wDamPct"}],"output":{"type":"stat","name":"healPct:3.Heal Amount"},"scaling":[0.3]}],"id":51},{"display_name":"More Blood Pool II","desc":"Increase your maximum Blood pool by +30%.","archetype":"Acolyte","base_abil":22,"parents":[46,51],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":28,"col":8,"icon":"node_0"},"properties":{"blood_pool":30},"effects":[],"id":52},{"display_name":"Maddening Roots","desc":"Uproot will slow down enemies.","base_abil":7,"archetype":"Summoner","parents":[49],"dependencies":[7],"blockers":[],"cost":2,"display":{"row":29,"col":0,"icon":"node_1"},"properties":{"effects":40,"duration":3},"effects":[],"id":53},{"display_name":"Chant of the Coward","desc":"When switching to the Mask of the Coward, damage and knockback nearby enemies.","archetype":"Ritualist","archetype_req":7,"parents":[51,50],"dependencies":[50],"blockers":[],"cost":2,"display":{"row":29,"col":5,"icon":"node_1"},"properties":{"aoe":8},"effects":[{"type":"add_spell_prop","target_part":"Chant of the Coward","base_spell":4,"multipliers":[200,0,0,0,0,0],"display":"Chant of the Coward"}],"id":54},{"display_name":"Blood Rite","desc":"When yourself or an ally gets hit while standing in your Totem's range, add 35% of the damage taken into your Blood Pool. (Max 10%)","archetype":"Acolyte","archetype_req":9,"parents":[51,52],"dependencies":[22],"blockers":[],"cost":2,"display":{"row":29,"col":7,"icon":"node_2"},"properties":{},"effects":[],"id":55},{"display_name":"More Effigies","desc":"Increase your Max Effigies by +1.","archetype":"Summoner","archetype_req":8,"base_abil":49,"parents":[53],"dependencies":[49],"blockers":[],"cost":1,"display":{"row":31,"col":1,"icon":"node_0"},"properties":{"max_effigy":1},"effects":[{"type":"add_spell_prop","base_spell":7,"name":"Effigy Hit","multipliers":[-10,0,0,-10,0,0]}],"id":56},{"display_name":"Chant of the Fanatic","desc":"When switching to Mask of the Fanatic, temporarily give massive resistance to yourself and allies (8s cooldown).","base_abil":7,"archetype":"Ritualist","archetype_req":10,"parents":[54,58],"dependencies":[],"blockers":[],"cost":2,"display":{"row":31,"col":5,"icon":"node_2"},"properties":{},"effects":[{"type":"raw_stat","toggle":"Chant of the Fanatic","bonuses":[{"type":"stat","name":"defMult.Chant","value":70}]}],"id":57},{"display_name":"Stronger Tether","desc":"Increase Twisted Tether's damage.","archetype":"Acolyte","parents":[55],"dependencies":[46],"blockers":[],"cost":1,"display":{"row":31,"col":7,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":6,"target_part":"Tether Tick","multipliers":[10,0,0,0,0,0]}],"id":58},{"display_name":"Triple Totem","desc":"Increase your maximum Totem by +1 and reduce Totem and Aura's damage.","base_abil":0,"archetype":"Summoner","archetype_req":2,"parents":[56,60],"dependencies":[38],"blockers":[],"cost":2,"display":{"row":32,"col":0,"icon":"node_1"},"properties":{"totem_mul":2.5},"effects":[{"type":"raw_stat","bonuses":[{"type":"prop","abil":9,"name":"num_totems","value":1},{"type":"stat","name":"damMult.MultiTotem:3.Single Wave","value":-10},{"type":"stat","name":"damMult.MultiTotem:1.Tick Damage","value":-10},{"type":"stat","name":"healPct","value":-10}]}],"id":59},{"display_name":"Invigorating Wave","desc":"Aura will temporarily increase your Summon's attack speed by +30%. Players hit will gain +5 mana.","archetype":"Summoner","archetype_req":3,"parents":[56,59,61],"dependencies":[9],"blockers":[],"cost":2,"display":{"row":32,"col":2,"icon":"node_2"},"properties":{"TODO":"Make this not multiply base damage...","duration":2.5},"effects":[{"type":"raw_stat","toggle":"Invigorate Puppets","bonuses":[{"type":"prop","abil":20,"name":"attack_frequency","value":0.6},{"type":"prop","abil":49,"name":"attack_frequency","value":0.6}]}],"id":60},{"display_name":"Mengdu","desc":"For every 1% Thorns you have from item IDs, gain +1% Water Damage. (Max 40%)","parents":[57,60],"dependencies":[],"blockers":[],"cost":1,"display":{"row":32,"col":4,"icon":"node_0"},"properties":{},"effects":[{"type":"stat_scaling","slider":false,"inputs":[{"type":"stat","name":"thorns"}],"output":{"type":"stat","name":"wDamPct"},"scaling":[1],"max":40}],"id":61},{"display_name":"Frog Dance","desc":"When wearing the Mask of the Coward, Haul will make you bounce off the ground 3 times at increasing speed and deal damage to nearby enemies.","archetype":"Ritualist","base_abil":5,"parents":[57],"dependencies":[50],"blockers":[],"cost":2,"display":{"row":33,"col":5,"icon":"node_1"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":2,"target_part":"Hop Damage","multipliers":[90,0,0,30,0,0]},{"type":"add_spell_prop","base_spell":2,"target_part":"Total Damage","hits":{"Hop Damage":3},"display":"Total Damage"},{"type":"raw_stat","bonuses":[{"type":"stat","name":"damMult.Frog:2.Hop Damage","value":-100}]},{"type":"raw_stat","toggle":"Mask of the Coward","bonuses":[{"type":"stat","name":"damMult.Frog:2.Hop Damage","value":100}]}],"id":62},{"display_name":"More Blood Pool III","desc":"Increase your maximum Blood pool by +30%.","archetype":"Acolyte","base_abil":22,"parents":[58],"dependencies":[22],"blockers":[],"cost":1,"display":{"row":33,"col":8,"icon":"node_0"},"properties":{"blood_pool":30},"effects":[],"id":63},{"display_name":"Shepherd","desc":"When you or your Summons kill an enemy, gain +1 Max Puppets for 15s. (Max +8)","archetype":"Summoner","archetype_req":12,"base_abil":20,"parents":[59,60],"dependencies":[20],"blockers":[],"cost":2,"display":{"row":34,"col":1,"icon":"node_3"},"properties":{},"effects":[{"type":"stat_scaling","slider":true,"slider_name":"Shepherd Kills","output":{"type":"prop","abil":20,"name":"max_puppets"},"scaling":[1],"slider_max":8}],"id":64},{"display_name":"Mask of the Awakened","desc":"After saving 200 Mana from your Masks' mana reductions, casting Uproot will make you wear the Mask of the Awakened for 20s, giving the power of all Masks at once without any downsides.","base_abil":7,"archetype":"Ritualist","archetype_req":12,"parents":[62,67],"dependencies":[7],"blockers":[66],"cost":2,"display":{"row":35,"col":5,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Switch Masks","base_spell":4,"parts":[],"display":""},{"type":"raw_stat","toggle":"Mask of the Awakened","bonuses":[{"type":"stat","name":"damMult.Mask","value":35},{"type":"stat","name":"defMult.Mask","value":35},{"type":"stat","name":"spd","value":80},{"type":"stat","name":"spPct1Final","value":-70},{"type":"stat","name":"spPct2Final","value":-50},{"type":"stat","name":"spPct3Final","value":-30}]}],"id":65},{"display_name":"Blood Sorrow","desc":"Uproot will use 70% of your Blood Pool to cast a destructive beam that damages enemies every 0.2s. You cannot attack while in that state. Yourself and allies will receive +2% health as extra overflowing health instead. Decay -1.5% of the bonus health every second.","base_abil":7,"archetype":"Acolyte","archetype_req":12,"parents":[63],"dependencies":[7],"blockers":[21,35,50,65],"cost":2,"display":{"row":34,"col":7,"icon":"node_3"},"properties":{},"effects":[{"type":"replace_spell","name":"Blood Sorrow","base_spell":8,"display":"Beam DPS","parts":[{"name":"Beam Tick Damage","multipliers":[100,0,0,20,0,0]},{"name":"Beam DPS","hits":{"Beam Tick Damage":5}},{"name":"Total Damage","hits":{"Beam DPS":4}}]}],"id":66},{"display_name":"Cheaper Uproot II","desc":"Reduce the Mana cost of Uproot.","base_abil":7,"parents":[64,65],"dependencies":[7],"blockers":[],"cost":1,"display":{"row":35,"col":3,"icon":"node_0"},"properties":{},"effects":[{"type":"add_spell_prop","base_spell":4,"cost":-5}],"id":67}]} \ No newline at end of file diff --git a/js/builder/builder_constants.js b/js/builder/builder_constants.js index be29888..8b8544f 100644 --- a/js/builder/builder_constants.js +++ b/js/builder/builder_constants.js @@ -12,7 +12,7 @@ const BUILD_VERSION = "7.0.19"; let editable_item_fields = [ "sdPct", "sdRaw", "mdPct", "mdRaw", "poison", "fDamPct", "wDamPct", "aDamPct", "tDamPct", "eDamPct", "fDefPct", "wDefPct", "aDefPct", "tDefPct", "eDefPct", - "hprRaw", "hprPct", "hpBonus", "atkTier", + "hprRaw", "hprPct", "hpBonus", "atkTier", "ls", "spPct1", "spRaw1", "spPct2", "spRaw2", "spPct3", "spRaw3", "spPct4", "spRaw4" ]; diff --git a/js/builder/builder_graph.js b/js/builder/builder_graph.js index ae4cb8b..585e903 100644 --- a/js/builder/builder_graph.js +++ b/js/builder/builder_graph.js @@ -1100,7 +1100,7 @@ function builder_graph_init(save_skp) { // weapon image changer node. let weapon_image = document.getElementById("weapon-img"); let weapon_dps = document.getElementById("weapon-dps"); - new WeaponInputDisplayNode('weapon-type', weapon_image, weapon_dps).link_to(item_final_nodes[8]); + new WeaponInputDisplayNode('weapon-type-display', weapon_image, weapon_dps).link_to(item_final_nodes[8]); // linking to atree verification atree_validate.link_to(level_input, 'level'); diff --git a/js/customizer.js b/js/customizer.js index 4868962..e4f669f 100644 --- a/js/customizer.js +++ b/js/customizer.js @@ -478,30 +478,18 @@ function base_to_range(id) { let base = parseFloat(getValue(id+"-choice-base")); if(base) { //This version allows overriding of min and max. - if (reversedIDs.includes(id)) { - if (base < 0) { - setValue(id+"-choice-min", Math.min(Math.round(neg_range[1]*base),-1)); - } else { - setValue(id+"-choice-min", Math.max(Math.round(pos_range[1]*base),1)); - } - if (base < 0) { - setValue(id+"-choice-max", Math.min(Math.round(neg_range[0]*base),-1)); - } else { - setValue(id+"-choice-max", Math.max(Math.round(pos_range[0]*base),1)); - } - } else { - if (base < 0) { - setValue(id+"-choice-min", Math.min(Math.round(neg_range[0]*base),-1)); - } else { - setValue(id+"-choice-min", Math.max(Math.round(pos_range[0]*base),1)); - } - if (base < 0) { - setValue(id+"-choice-max", Math.min(Math.round(neg_range[1]*base),-1)); - } else { - setValue(id+"-choice-max", Math.max(Math.round(pos_range[1]*base),1)); - } + if (base == 0) { + // NOTE: DO NOT remove this case! idRound behavior does not round to 0! + setValue(id+"-choice-max", 0); + setValue(id+"-choice-min", 0); + } + else if ((base > 0) != (reversedIDs.includes(id))) { // logical XOR. positive rolled IDs + setValue(id+"-choice-max", idRound(Math.round(pos_range[1]*base))); + setValue(id+"-choice-min", idRound(Math.round(pos_range[0]*base))); + } else { //negative rolled IDs + setValue(id+"-choice-max", idRound(Math.round(neg_range[1]*base))); + setValue(id+"-choice-min", idRound(Math.round(neg_range[0]*base))); } - /* No overiding min/max version if (!getValue(id+"-choice-min")) { diff --git a/js/load_ing.js b/js/load_ing.js index e38ca18..00314d8 100644 --- a/js/load_ing.js +++ b/js/load_ing.js @@ -1,4 +1,4 @@ -const ING_DB_VERSION = 21; +const ING_DB_VERSION = 22; // @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js diff --git a/map/index.html b/map/index.html index 564ffa3..d6daad4 100644 --- a/map/index.html +++ b/map/index.html @@ -10,9 +10,9 @@ - + - + diff --git a/thirdparty/autoComplete.min.css b/thirdparty/autoComplete.min.css new file mode 100644 index 0000000..f3ba771 --- /dev/null +++ b/thirdparty/autoComplete.min.css @@ -0,0 +1,8 @@ +/** + * Minified by jsDelivr using clean-css v4.2.3. + * Original file: /npm/@tarekraafat/autocomplete.js@10.2.6/dist/css/autoComplete.css + * + * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files + */ +.autoComplete_wrapper{display:inline-block;position:relative}.autoComplete_wrapper>input{height:3rem;width:370px;margin:0;padding:0 2rem 0 3.2rem;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-size:1rem;text-overflow:ellipsis;color:rgba(255,122,122,.3);outline:0;border-radius:10rem;border:.05rem solid rgba(255,122,122,.5);background-image:url(./images/search.svg);background-size:1.4rem;background-position:left 1.05rem top .8rem;background-repeat:no-repeat;background-origin:border-box;background-color:#fff;transition:all .4s ease;-webkit-transition:all -webkit-transform .4s ease}.autoComplete_wrapper>input::placeholder{color:rgba(255,122,122,.5);transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}.autoComplete_wrapper>input:hover::placeholder{color:rgba(255,122,122,.6);transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}.autoComplete_wrapper>input:focus::placeholder{padding:.1rem .6rem;font-size:.95rem;color:rgba(255,122,122,.4)}.autoComplete_wrapper>input:focus::selection{background-color:rgba(255,122,122,.15)}.autoComplete_wrapper>input::selection{background-color:rgba(255,122,122,.15)}.autoComplete_wrapper>input:hover{color:rgba(255,122,122,.8);transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}.autoComplete_wrapper>input:focus{color:#ff7a7a;border:.06rem solid rgba(255,122,122,.8)}.autoComplete_wrapper>ul{position:absolute;max-height:226px;overflow-y:scroll;box-sizing:border-box;left:0;right:0;margin:.5rem 0 0 0;padding:0;z-index:1;list-style:none;border-radius:.6rem;background-color:#fff;border:1px solid rgba(33,33,33,.07);box-shadow:0 3px 6px rgba(149,157,165,.15);outline:0;transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-webkit-transition:opacity .15s ease-in-out}.autoComplete_wrapper>ul:empty,.autoComplete_wrapper>ul[hidden]{display:block;opacity:0;transform:scale(0)}.autoComplete_wrapper>ul>li{margin:.3rem;padding:.3rem .5rem;text-align:left;font-size:1rem;color:#212121;border-radius:.35rem;background-color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .2s ease}.autoComplete_wrapper>ul>li mark{background-color:transparent;color:#ff7a7a;font-weight:700}.autoComplete_wrapper>ul>li:hover{cursor:pointer;background-color:rgba(255,122,122,.15)}.autoComplete_wrapper>ul>li[aria-selected=true]{background-color:rgba(255,122,122,.15)}@media only screen and (max-width:600px){.autoComplete_wrapper>input{width:18rem}} +/*# sourceMappingURL=/sm/023da5b10cdbae74fde6a1ba9e608edad7d2a7971debb4dd2731305a622467ae.map */ \ No newline at end of file diff --git a/thirdparty/autoComplete.min.js b/thirdparty/autoComplete.min.js new file mode 100644 index 0000000..bd530b0 --- /dev/null +++ b/thirdparty/autoComplete.min.js @@ -0,0 +1 @@ +var t,e;t=this,e=function(){"use strict";function t(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function e(e){for(var n=1;nt.length)&&(e=t.length);for(var n=0,r=new Array(e);n=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var s,u=!0,a=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return u=t.done,t},e:function(t){a=!0,s=t},f:function(){try{u||null==n.return||n.return()}finally{if(a)throw s}}}}(n.keys);try{for(l.s();!(c=l.n()).done;)a(c.value)}catch(t){l.e(t)}finally{l.f()}}else a()})),n.filter&&(i=n.filter(i));var s=i.slice(0,e.resultsList.maxResults);e.feedback={query:t,matches:i,results:s},f("results",e)},m="aria-expanded",b="aria-activedescendant",y="aria-selected",v=function(t,n){t.feedback.selection=e({index:n},t.feedback.results[n])},g=function(t){t.isOpen||((t.wrapper||t.input).setAttribute(m,!0),t.list.removeAttribute("hidden"),t.isOpen=!0,f("open",t))},w=function(t){t.isOpen&&((t.wrapper||t.input).setAttribute(m,!1),t.input.setAttribute(b,""),t.list.setAttribute("hidden",""),t.isOpen=!1,f("close",t))},O=function(t,e){var n=e.resultItem,r=e.list.getElementsByTagName(n.tag),o=!!n.selected&&n.selected.split(" ");if(e.isOpen&&r.length){var s,u,a=e.cursor;t>=r.length&&(t=0),t<0&&(t=r.length-1),e.cursor=t,a>-1&&(r[a].removeAttribute(y),o&&(u=r[a].classList).remove.apply(u,i(o))),r[t].setAttribute(y,!0),o&&(s=r[t].classList).add.apply(s,i(o)),e.input.setAttribute(b,r[e.cursor].id),e.list.scrollTop=r[t].offsetTop-e.list.clientHeight+r[t].clientHeight+5,e.feedback.cursor=e.cursor,v(e,t),f("navigate",e)}},A=function(t){O(t.cursor+1,t)},k=function(t){O(t.cursor-1,t)},L=function(t,e,n){(n=n>=0?n:t.cursor)<0||(t.feedback.event=e,v(t,n),f("selection",t),w(t))};function j(t,n){var r=this;return new Promise((function(i,o){var s,u;return s=n||((u=t.input)instanceof HTMLInputElement||u instanceof HTMLTextAreaElement?u.value:u.innerHTML),function(t,e,n){return e?e(t):t.length>=n}(s=t.query?t.query(s):s,t.trigger,t.threshold)?d(t,s).then((function(n){try{return t.feedback instanceof Error?i():(h(s,t),t.resultsList&&function(t){var n=t.resultsList,r=t.list,i=t.resultItem,o=t.feedback,s=o.matches,u=o.results;if(t.cursor=-1,r.innerHTML="",s.length||n.noResults){var c=new DocumentFragment;u.forEach((function(t,n){var r=a(i.tag,e({id:"".concat(i.id,"_").concat(n),role:"option",innerHTML:t.match,inside:c},i.class&&{class:i.class}));i.element&&i.element(r,t)})),r.append(c),n.element&&n.element(r,o),g(t)}else w(t)}(t),c.call(r))}catch(t){return o(t)}}),o):(w(t),c.call(r));function c(){return i()}}))}var S=function(t,e){for(var n in t)for(var r in t[n])e(n,r)},T=function(t){var n,r,i,o=t.events,s=(n=function(){return j(t)},r=t.debounce,function(){clearTimeout(i),i=setTimeout((function(){return n()}),r)}),u=t.events=e({input:e({},o&&o.input)},t.resultsList&&{list:o?e({},o.list):{}}),a={input:{input:function(){s()},keydown:function(e){!function(t,e){switch(t.keyCode){case 40:case 38:t.preventDefault(),40===t.keyCode?A(e):k(e);break;case 13:e.submit||t.preventDefault(),e.cursor>=0&&L(e,t);break;case 9:e.resultsList.tabSelect&&e.cursor>=0&&L(e,t);break;case 27:e.input.value="",w(e)}}(e,t)},blur:function(){w(t)}},list:{mousedown:function(t){t.preventDefault()},click:function(e){!function(t,e){var n=e.resultItem.tag.toUpperCase(),r=Array.from(e.list.querySelectorAll(n)),i=t.target.closest(n);i&&i.nodeName===n&&L(e,t,r.indexOf(i))}(e,t)}}};S(a,(function(e,n){(t.resultsList||"input"===n)&&(u[e][n]||(u[e][n]=a[e][n]))})),S(u,(function(e,n){t[e].addEventListener(n,u[e][n])}))};function E(t){var n=this;return new Promise((function(r,i){var o,s,u;if(o=t.placeHolder,u={role:"combobox","aria-owns":(s=t.resultsList).id,"aria-haspopup":!0,"aria-expanded":!1},a(t.input,e(e({"aria-controls":s.id,"aria-autocomplete":"both"},o&&{placeholder:o}),!t.wrapper&&e({},u))),t.wrapper&&(t.wrapper=a("div",e({around:t.input,class:t.name+"_wrapper"},u))),s&&(t.list=a(s.tag,e({dest:[s.destination,s.position],id:s.id,role:"listbox",hidden:"hidden"},s.class&&{class:s.class}))),T(t),t.data.cache)return d(t).then((function(t){try{return c.call(n)}catch(t){return i(t)}}),i);function c(){return f("init",t),r()}return c.call(n)}))}function x(t){var e=t.prototype;e.init=function(){E(this)},e.start=function(t){j(this,t)},e.unInit=function(){if(this.wrapper){var t=this.wrapper.parentNode;t.insertBefore(this.input,this.wrapper),t.removeChild(this.wrapper)}var e;S((e=this).events,(function(t,n){e[t].removeEventListener(n,e.events[t][n])}))},e.open=function(){g(this)},e.close=function(){w(this)},e.goTo=function(t){O(t,this)},e.next=function(){A(this)},e.previous=function(){k(this)},e.select=function(t){L(this,null,t)},e.search=function(t,e,n){return p(t,e,n)}}return function t(e){this.options=e,this.id=t.instances=(t.instances||0)+1,this.name="autoComplete",this.wrapper=1,this.threshold=1,this.debounce=0,this.resultsList={position:"afterend",tag:"ul",maxResults:5},this.resultItem={tag:"li"},function(t){var e=t.name,r=t.options,i=t.resultsList,o=t.resultItem;for(var s in r)if("object"===n(r[s]))for(var a in t[s]||(t[s]={}),r[s])t[s][a]=r[s][a];else t[s]=r[s];t.selector=t.selector||"#"+e,i.destination=i.destination||t.selector,i.id=i.id||e+"_list_"+t.id,o.id=o.id||e+"_result",t.input=u(t.selector)}(this),x.call(this,t),E(this)}},"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).autoComplete=e(); diff --git a/thirdparty/bootstrap.min.css b/thirdparty/bootstrap.min.css new file mode 100644 index 0000000..1472dec --- /dev/null +++ b/thirdparty/bootstrap.min.css @@ -0,0 +1,7 @@ +@charset "UTF-8";/*! + * Bootstrap v5.1.3 (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} +/*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file diff --git a/thirdparty/macy@2 b/thirdparty/macy@2 new file mode 100644 index 0000000..b87a036 --- /dev/null +++ b/thirdparty/macy@2 @@ -0,0 +1,5 @@ +/** + * Skipped minification because the original files appears to be already minified. + * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files + */ +!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):t.Macy=n()}(this,function(){"use strict";function t(t,n){var e=void 0;return function(){e&&clearTimeout(e),e=setTimeout(t,n)}}function n(t,n){for(var e=t.length,r=e,o=[];e--;)o.push(n(t[r-e-1]));return o}function e(t,n){var e=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(window.Promise)return A(t,n,e);t.recalculate(!0,!0)}function r(t){for(var n=t.options,e=t.responsiveOptions,r=t.keys,o=t.docWidth,i=void 0,s=0;s=a&&(i=n.breakAt[a],O(i,e))}return e}function o(t){for(var n=t.options,e=t.responsiveOptions,r=t.keys,o=t.docWidth,i=void 0,s=r.length-1;s>=0;s--){var a=parseInt(r[s],10);o<=a&&(i=n.breakAt[a],O(i,e))}return e}function i(t){var n=t.useContainerForBreakpoints?t.container.clientWidth:window.innerWidth,e={columns:t.columns};b(t.margin)?e.margin={x:t.margin.x,y:t.margin.y}:e.margin={x:t.margin,y:t.margin};var i=Object.keys(t.breakAt);return t.mobileFirst?r({options:t,responsiveOptions:e,keys:i,docWidth:n}):o({options:t,responsiveOptions:e,keys:i,docWidth:n})}function s(t){return i(t).columns}function a(t){return i(t).margin}function c(t){var n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],e=s(t),r=a(t).x,o=100/e;if(!n)return o;if(1===e)return"100%";var i="px";if("string"==typeof r){var c=parseFloat(r);i=r.replace(c,""),r=c}return r=(e-1)*r/e,"%"===i?o-r+"%":"calc("+o+"% - "+r+i+")"}function u(t,n){var e=s(t.options),r=0,o=void 0,i=void 0;if(1===++n)return 0;i=a(t.options).x;var u="px";if("string"==typeof i){var l=parseFloat(i,10);u=i.replace(l,""),i=l}return o=(i-(e-1)*i/e)*(n-1),r+=c(t.options,!1)*(n-1),"%"===u?r+o+"%":"calc("+r+"% + "+o+u+")"}function l(t){var n=0,e=t.container,r=t.rows;v(r,function(t){n=t>n?t:n}),e.style.height=n+"px"}function p(t,n){var e=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],o=s(t.options),i=a(t.options).y;M(t,o,e),v(n,function(n){var e=0,o=parseInt(n.offsetHeight,10);isNaN(o)||(t.rows.forEach(function(n,r){n2&&void 0!==arguments[2]&&arguments[2],r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],o=s(t.options),i=a(t.options).y;M(t,o,e),v(n,function(n){t.lastcol===o&&(t.lastcol=0);var e=C(n,"height");e=parseInt(n.offsetHeight,10),isNaN(e)||(n.style.position="absolute",n.style.top=t.rows[t.lastcol]+"px",n.style.left=""+t.cols[t.lastcol],t.rows[t.lastcol]+=isNaN(e)?0:e+i,t.lastcol+=1,r&&(n.dataset.macyComplete=1))}),r&&(t.tmpRows=null),l(t)}var h=function t(n,e){if(!(this instanceof t))return new t(n,e);if(n&&n.nodeName)return n;if(n=n.replace(/^\s*/,"").replace(/\s*$/,""),e)return this.byCss(n,e);for(var r in this.selectors)if(e=r.split("/"),new RegExp(e[1],e[2]).test(n))return this.selectors[r](n);return this.byCss(n)};h.prototype.byCss=function(t,n){return(n||document).querySelectorAll(t)},h.prototype.selectors={},h.prototype.selectors[/^\.[\w\-]+$/]=function(t){return document.getElementsByClassName(t.substring(1))},h.prototype.selectors[/^\w+$/]=function(t){return document.getElementsByTagName(t)},h.prototype.selectors[/^\#[\w\-]+$/]=function(t){return document.getElementById(t.substring(1))};var v=function(t,n){for(var e=t.length,r=e;e--;)n(t[r-e-1])},m=function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.running=!1,this.events=[],this.add(t)};m.prototype.run=function(){if(!this.running&&this.events.length>0){var t=this.events.shift();this.running=!0,t(),this.running=!1,this.run()}},m.prototype.add=function(){var t=this,n=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return!!n&&(Array.isArray(n)?v(n,function(n){return t.add(n)}):(this.events.push(n),void this.run()))},m.prototype.clear=function(){this.events=[]};var d=function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.instance=t,this.data=n,this},y=function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.events={},this.instance=t};y.prototype.on=function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return!(!t||!n)&&(Array.isArray(this.events[t])||(this.events[t]=[]),this.events[t].push(n))},y.prototype.emit=function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!t||!Array.isArray(this.events[t]))return!1;var e=new d(this.instance,n);v(this.events[t],function(t){return t(e)})};var g=function(t){return!("naturalHeight"in t&&t.naturalHeight+t.naturalWidth===0)||t.width+t.height!==0},E=function(t,n){var e=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return new Promise(function(t,e){if(n.complete)return g(n)?t(n):e(n);n.addEventListener("load",function(){return g(n)?t(n):e(n)}),n.addEventListener("error",function(){return e(n)})}).then(function(n){e&&t.emit(t.constants.EVENT_IMAGE_LOAD,{img:n})}).catch(function(n){return t.emit(t.constants.EVENT_IMAGE_ERROR,{img:n})})},w=function(t,e){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return n(e,function(n){return E(t,n,r)})},A=function(t,n){var e=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return Promise.all(w(t,n,e)).then(function(){t.emit(t.constants.EVENT_IMAGE_COMPLETE)})},I=function(n){return t(function(){n.emit(n.constants.EVENT_RESIZE),n.queue.add(function(){return n.recalculate(!0,!0)})},100)},N=function(t){if(t.container=h(t.options.container),t.container instanceof h||!t.container)return!!t.options.debug&&console.error("Error: Container not found");t.container.length&&(t.container=t.container[0]),t.options.container=t.container,t.container.style.position="relative"},T=function(t){t.queue=new m,t.events=new y(t),t.rows=[],t.resizer=I(t)},L=function(t){var n=h("img",t.container);window.addEventListener("resize",t.resizer),t.on(t.constants.EVENT_IMAGE_LOAD,function(){return t.recalculate(!1,!1)}),t.on(t.constants.EVENT_IMAGE_COMPLETE,function(){return t.recalculate(!0,!0)}),t.options.useOwnImageLoader||e(t,n,!t.options.waitForImages),t.emit(t.constants.EVENT_INITIALIZED)},_=function(t){N(t),T(t),L(t)},b=function(t){return t===Object(t)&&"[object Array]"!==Object.prototype.toString.call(t)},O=function(t,n){b(t)||(n.columns=t),b(t)&&t.columns&&(n.columns=t.columns),b(t)&&t.margin&&!b(t.margin)&&(n.margin={x:t.margin,y:t.margin}),b(t)&&t.margin&&b(t.margin)&&t.margin.x&&(n.margin.x=t.margin.x),b(t)&&t.margin&&b(t.margin)&&t.margin.y&&(n.margin.y=t.margin.y)},C=function(t,n){return window.getComputedStyle(t,null).getPropertyValue(n)},M=function(t,n){var e=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(t.lastcol||(t.lastcol=0),t.rows.length<1&&(e=!0),e){t.rows=[],t.cols=[],t.lastcol=0;for(var r=n-1;r>=0;r--)t.rows[r]=0,t.cols[r]=u(t,r)}else if(t.tmpRows){t.rows=[];for(var r=n-1;r>=0;r--)t.rows[r]=t.tmpRows[r]}else{t.tmpRows=[];for(var r=n-1;r>=0;r--)t.tmpRows[r]=t.rows[r]}},V=function(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],e=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=n?t.container.children:h(':scope > *:not([data-macy-complete="1"])',t.container);r=Array.from(r).filter(function(t){return null!==t.offsetParent});var o=c(t.options);return v(r,function(t){n&&(t.dataset.macyComplete=0),t.style.width=o}),t.options.trueOrder?(f(t,r,n,e),t.emit(t.constants.EVENT_RECALCULATED)):(p(t,r,n,e),t.emit(t.constants.EVENT_RECALCULATED))},R=function(){return!!window.Promise},x=Object.assign||function(t){for(var n=1;n0&&void 0!==arguments[0]?arguments[0]:k;if(!(this instanceof t))return new t(n);this.options={},x(this.options,k,n),this.options.cancelLegacy&&!R()||_(this)};return q.init=function(t){return console.warn("Depreciated: Macy.init will be removed in v3.0.0 opt to use Macy directly like so Macy({ /*options here*/ }) "),new q(t)},q.prototype.recalculateOnImageLoad=function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return e(this,h("img",this.container),!t)},q.prototype.runOnImageLoad=function(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=h("img",this.container);return this.on(this.constants.EVENT_IMAGE_COMPLETE,t),n&&this.on(this.constants.EVENT_IMAGE_LOAD,t),e(this,r,n)},q.prototype.recalculate=function(){var t=this,n=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return e&&this.queue.clear(),this.queue.add(function(){return V(t,n,e)})},q.prototype.remove=function(){window.removeEventListener("resize",this.resizer),v(this.container.children,function(t){t.removeAttribute("data-macy-complete"),t.removeAttribute("style")}),this.container.removeAttribute("style")},q.prototype.reInit=function(){this.recalculate(!0,!0),this.emit(this.constants.EVENT_INITIALIZED),window.addEventListener("resize",this.resizer),this.container.style.position="relative"},q.prototype.on=function(t,n){this.events.on(t,n)},q.prototype.emit=function(t,n){this.events.emit(t,n)},q.constants={EVENT_INITIALIZED:"macy.initialized",EVENT_RECALCULATED:"macy.recalculated",EVENT_IMAGE_LOAD:"macy.image.load",EVENT_IMAGE_ERROR:"macy.image.error",EVENT_IMAGE_COMPLETE:"macy.images.complete",EVENT_RESIZE:"macy.resize"},q.prototype.constants=q.constants,q}); diff --git a/wynnfo/index.html b/wynnfo/index.html index 850716d..cf9a6f1 100644 --- a/wynnfo/index.html +++ b/wynnfo/index.html @@ -10,9 +10,9 @@ - + - +