diff --git a/CHANGELOG.md b/CHANGELOG.md index 165e1e75..b1ad2aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +### 1.4.153.2 - 2019/12/14 + * Re-add Oils to tree + * Add support for Ghost Shrouds + * Add support for increased Ancestor Totem buff effect + * Add support for Ritual of Awakening Hierophant node + * Add support for 3 mods on Watchers Eye + * Add Impale damage to Combined DPS sort option + * Update Boss resistance values to 3.9 levels + * Add Bleed DPS to sorting option + * Add new spectres to the spectre library + * Kraityn's Sentry, Chrome-infused Chimeral, Vaal Slayer, Primeval Hunter, Archer Statue, Crazed Driver + * Add new spectre skills to library + * Blast Rain, Elemental Hit Fire, Barrage, Ice Shot, Unearth, Tornado Shot, Flame Surge + * Fix mod support for Chains of Command + * Add Astral Projector Unique Ring (3.9 preview) + * Fix rage granting damage to unarmed attacks + * Fix UI on passive tree being too large for some resolutions + * Fix node power not respecting your colour choice for highlighting + * Add area tag to Perforate + * Fix uniques with duplicate mods + * Re-add Death's Harp back in + * Update Snakepit Unique Ring + ### 1.4.153.1 - 2019/12/12 * Add 3.9 Passive Tree * Add 3.9 Unique Changes @@ -8,11 +31,11 @@ * Add support for Warcried recently * Fix Minion DPS sorting bug for Uniques and tree * Fix Toxic Rain/Rain of Arrows pierce bug - * Fix radius calcualtion for Jewels + * Fix radius calculation for Jewels * Fix Impale calculations for certain skills * Barrage, Blade Flurry, Blast Rain, Double Strike, Lacerate, Scourge Arrow, Cleave, Dual Strike, Riposte, Viper Strike, Static Strike - * Counter attack skills now show proper damage for each hit instead of DPS when using Impale + * Counter-attack skills now show proper damage for each hit instead of DPS when using Impale * Update many uniques that had incorrect wordings ### 1.4.152.8 - 2019/12/09 @@ -59,10 +82,10 @@ * Fix totem limits * Fix elemental hit threshold gems again * Fix double damage on heavy strike - * Fix minion resistance on raise spectre gem - * Fix bones of ullur mod + * Fix minion resistance on Raise Spectre gem + * Fix Bones of Ullur mod * Fix Perandus Signet mod - * Fix red nightmare block chance + * Fix Red Nightmare block chance * Trim image file sizes ### 1.4.152.5 - 2019/10/08 diff --git a/Classes/PassiveTreeView.lua b/Classes/PassiveTreeView.lua index 137372b0..ce5e145f 100644 --- a/Classes/PassiveTreeView.lua +++ b/Classes/PassiveTreeView.lua @@ -415,11 +415,11 @@ function PassiveTreeViewClass:Draw(build, viewPort, inputEvents) local stat = m_max(node.power.singleStat or 0, 0) local statCol = (stat / build.calcsTab.powerMax.singleStat * 1.5) ^ 0.5 if main.nodePowerTheme == "RED/BLUE" then - SetDrawColor(0, statCol, 0) - elseif main.nodePowerTheme == "RED/GREEN" then - SetDrawColor(0, 0, statCol) - elseif main.nodePowerTheme == "GREEN/BLUE" then SetDrawColor(statCol, 0, 0) + elseif main.nodePowerTheme == "RED/GREEN" then + SetDrawColor(0, statCol, 0) + elseif main.nodePowerTheme == "GREEN/BLUE" then + SetDrawColor(0, 0, statCol) end else -- Calculate color based on DPS and defensive powers diff --git a/Classes/TreeTab.lua b/Classes/TreeTab.lua index 121f5701..11cc0d24 100644 --- a/Classes/TreeTab.lua +++ b/Classes/TreeTab.lua @@ -19,7 +19,7 @@ local TreeTabClass = newClass("TreeTab", "ControlHost", function(self, build) self:SetActiveSpec(1) self.anchorControls = new("Control", nil, 0, 0, 0, 20) - self.controls.specSelect = new("DropDownControl", {"LEFT",self.anchorControls,"RIGHT"}, 0, 0, 300, 20, nil, function(index, value) + self.controls.specSelect = new("DropDownControl", {"LEFT",self.anchorControls,"RIGHT"}, 0, 0, 190, 20, nil, function(index, value) if self.specList[index] then self.build.modFlag = true self:SetActiveSpec(index) diff --git a/Data/3_0/ModCache.lua b/Data/3_0/ModCache.lua index 40884394..c8fc5277 100644 --- a/Data/3_0/ModCache.lua +++ b/Data/3_0/ModCache.lua @@ -22,7 +22,6 @@ c["3% increased effect of Non-Curse Auras you Cast"]={{[1]={flags=0,keywordFlags c["20% chance to gain a Power Charge when you Block +6% Chance to Block Attack Damage while wielding a Staff"]={{[1]={[1]={type="Condition",var="UsingStaff"},flags=0,keywordFlags=0,name="BlockChance",type="BASE",value=20}}," to gain a Power Charge when you Block +6% Chance "} c["Your Critical Strike Multiplier is 300%"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="OVERRIDE",value=300}},nil} c["With at least 40 Dexterity in Radius, Barrage fires an additional 2 projectiles simultaneously on the first and final attacks"]={nil,"With at least 40 Dexterity in Radius, Barrage fires an additional 2 projectiles simultaneously on the first and final attacks "} -c["2% reduced Damage taken per Ghost Shroud Every 2 seconds, gain a Ghost Shroud, up to a maximum of 3 When Hit, lose a Ghost Shroud and Recover Energy Shield equal to 4% of your Evasion Rating 10% increased Movement Speed while you have Energy Shield"]={{[1]={[1]={type="Condition",var="HaveEnergyShield"},flags=0,keywordFlags=0,name="DamageTaken",type="INC",value=-2}}," per Ghost Shroud Every 2 seconds, gain a Ghost Shroud, up to a maximum of 3 When Hit, lose a Ghost Shroud and Recover Energy Shield equal to 4% of your Evasion Rating 10% increased Movement Speed "} c["Non-critical strikes deal 25% Damage"]={{[1]={[1]={neg=true,type="Condition",var="CriticalStrike"},flags=4,keywordFlags=0,name="Damage",type="MORE",value=-75}},nil} c["15% more Damage with Bleeding"]={{[1]={flags=0,keywordFlags=2097152,name="Damage",type="MORE",value=15}},nil} c["40% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=40}},nil} @@ -53,7 +52,6 @@ c["Minions have 10% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name= c["Channelling Skills have -3 to Total Mana Cost"]={{[1]={[1]={skillType=58,type="SkillType"},flags=0,keywordFlags=0,name="ManaCost",type="BASE",value=-3}},nil} c["50% chance to inflict Bleeding on Critical Strike with Attacks"]={{[1]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=65536,name="BleedChance",type="BASE",value=50}},nil} c["20% chance to Maim on Hit"]={{}," to Maim on Hit "} -c["6% increased Attack and Cast Speed per Ghost Shroud Cannot be Stunned while you have Ghost Shrouds 10% chance to Dodge Spell Hits if you have Energy Shield"]={{[1]={flags=2,keywordFlags=0,name="Speed",type="INC",value=6}}," per Ghost Shroud Cannot be Stunned while you have Ghost Shrouds 10% chance to Dodge Hits if you have Energy Shield "} c["20% increased Damage while you have a Summoned Golem 30% increased Effect of Buffs granted by your Golems Golems have 15% increased Maximum Life +1 to maximum number of Golems"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=20}}," while you have a Summoned 30% increased Effect of Buffs granted by your Golems Golems have 15% increased Maximum Life +1 to maximum number of Golems "} c["10% chance to gain an Endurance Charge when you Block Attack Skills deal 20% increased Damage with Ailments while Dual Wielding 10% chance to gain a Frenzy Charge when you Block"]={{[1]={[1]={type="Condition",var="DualWielding"},[2]={skillName="Frenzy",type="SkillName"},flags=2048,keywordFlags=0,name="Damage",type="BASE",value=10}}," to gain an Endurance Charge when you Block Attack Skills deal 20% increased 10% chance to gain aCharge when you Block "} c["20% increased Flask Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="FlaskRecoveryRate",type="INC",value=20}},nil} @@ -194,7 +192,6 @@ c["Adds 35 to 65 Lightning Damage to Spells"]={{[1]={flags=0,keywordFlags=131072 c["4% increased Projectile Damage"]={{[1]={flags=1024,keywordFlags=0,name="Damage",type="INC",value=4}},nil} c["6% increased effect of Non-Curse Auras from your Skills"]={{[1]={flags=0,keywordFlags=0,name="AuraEffect",type="INC",value=6}},nil} c["60% of Lightning Damage Converted to Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamageConvertToChaos",type="BASE",value=60}},nil} -c["12% increased Attack and Cast Speed per Ghost Shroud Cannot be Stunned while you have Ghost Shrouds"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=12}}," per Ghost Shroud Cannot be Stunned while you have Ghost Shrouds "} c["Adds 60 to 80 Cold Damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="ColdMin",type="BASE",value=60},[2]={flags=0,keywordFlags=65536,name="ColdMax",type="BASE",value=80}},nil} c["10% chance to gain a Frenzy Charge when you Hit a Rare or Unique Enemy"]={{}," to gain aCharge when you Hit a Rare or Unique Enemy "} c["60% increased Attack Damage"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="INC",value=60}},nil} @@ -318,7 +315,7 @@ c["18% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type c["15% increased Damage with Bleeding"]={{[1]={flags=0,keywordFlags=2097152,name="Damage",type="INC",value=15}},nil} c["9% chance to Freeze"]={{[1]={flags=0,keywordFlags=0,name="EnemyFreezeChance",type="BASE",value=9}},nil} c["Flasks gain 3 Charges every 3 seconds Damage Penetrates 6% of Enemy Elemental Resistances 15% chance for your Flasks to not consume Charges"]={{[1]={flags=0,keywordFlags=0,name="ElementalPenetration",type="BASE",value=6}},"Flasks gain 3 Charges every 3 seconds 15% chance for your Flasks to not consume Charges "} -c["6% increased Attack and Cast Speed per Ghost Shroud"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=6}}," per Ghost Shroud "} +c["6% increased Attack and Cast Speed per Ghost Shroud"]={{[1]={[1]={type="Multiplier",var="GhostShroud"},flags=0,keywordFlags=0,name="Speed",type="INC",value=6}},nil} c["If you've Warcried Recently, you and nearby allies have 10% increased Attack, Cast and Movement Speed Warcries cost no Mana"]={nil,"If you've Warcried Recently, you and nearby allies have 10% increased Attack, Cast and Movement Speed Warcries cost no Mana "} c["24% increased Weapon Damage while Dual Wielding"]={{[1]={[1]={type="Condition",var="DualWielding"},flags=134217728,keywordFlags=0,name="Damage",type="INC",value=24}},nil} c["Life Regeneration has no effect"]={{[1]={flags=0,keywordFlags=0,name="NoLifeRegen",type="FLAG",value=true}},nil} @@ -755,7 +752,6 @@ c["1% increased Attack Damage per 450 Evasion Rating"]={{[1]={[1]={div=450,stat= c["10% reduced Trap Duration"]={{[1]={flags=0,keywordFlags=0,name="TrapDuration",type="INC",value=-10}},nil} c["Enemies you Attack Reflect 100 Physical Damage to you +2 to Weapon range"]={nil,"Enemies you Attack Reflect 100 Physical Damage to you +2 to Weapon range "} c["18% increased Projectile Attack Damage"]={{[1]={flags=1025,keywordFlags=0,name="Damage",type="INC",value=18}},nil} -c["3% reduced Damage taken per Ghost Shroud Every second, gain a Ghost Shroud, up to a maximum of 3 When Hit, lose a Ghost Shroud and recover Energy Shield equal to 5% of your Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="DamageTaken",type="INC",value=-3}}," per Ghost Shroud Every second, gain a Ghost Shroud, up to a maximum of 3 When Hit, lose a Ghost Shroud and recover Energy Shield equal to 5% of your Evasion Rating "} c["+23 to Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="BASE",value=23}},nil} c["3 Life Regenerated per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=3}},nil} c["18% increased Melee Damage"]={{[1]={flags=256,keywordFlags=0,name="Damage",type="INC",value=18}},nil} @@ -831,7 +827,6 @@ c["400 Cold Damage taken per second per Frenzy Charge while moving"]={{[1]={[1]= c["25% increased Critical Strike Chance with Maces"]={{[1]={flags=1048576,keywordFlags=0,name="CritChance",type="INC",value=25}},nil} c["Cannot gain Mana during effect Vaal Skills deal 100% increased Damage during effect"]={nil,"Cannot gain Mana during effect Vaal Skills deal 100% increased Damage during effect "} c["15% increased Quantity of Items found with a Magic Item equipped"]={{[1]={[1]={threshold=1,type="MultiplierThreshold",var="MagicItem"},flags=0,keywordFlags=0,name="LootQuantity",type="INC",value=15}},nil} -c["6% increased Attack and Cast Speed per Ghost Shroud Cannot be Stunned while you have Ghost Shrouds"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=6}}," per Ghost Shroud Cannot be Stunned while you have Ghost Shrouds "} c["Nearby Allies' Action Speed cannot be modified to below base value"]={nil,"Nearby Allies' Action Speed cannot be modified to below base value "} c["60% increased Armour and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEnergyShield",type="INC",value=60}},nil} c["Cannot be Shocked while Chilled"]={nil,"Cannot be Shocked while Chilled "} @@ -2221,7 +2216,6 @@ c["18% increased Golem Damage for each Type of Golem you have Summoned"]={{[1]={ c["Mortal Conviction"]={{[1]={flags=0,keywordFlags=0,name="Keystone",type="LIST",value="Mortal Conviction"}},nil} c["20% increased Mana Cost of Skills"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="INC",value=20}},nil} c["88% increased Fire Damage with Hits and Ailments against Bleeding Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Bleeding"},flags=0,keywordFlags=786432,name="FireDamage",type="INC",value=88}},nil} -c["12% increased Attack and Cast Speed per Ghost Shroud Cannot be Stunned while you have Ghost Shrouds 20% chance to Dodge Spell Hits if you have Energy Shield"]={{[1]={flags=2,keywordFlags=0,name="Speed",type="INC",value=12}}," per Ghost Shroud Cannot be Stunned while you have Ghost Shrouds 20% chance to Dodge Hits if you have Energy Shield "} c["24% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=24}},nil} c["6% increased Accuracy Rating with Wands"]={{[1]={flags=8388608,keywordFlags=0,name="Accuracy",type="INC",value=6}},nil} c["With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Burning Ground if it Ignites an Enemy. With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Tar if it does not Ignite an Enemy."]={nil,"With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Burning Ground if it Ignites an Enemy. With at least 40 Dexterity in Radius, Burning Arrow has a 10% chance to spread Tar if it does not Ignite an Enemy. "} @@ -4180,7 +4174,6 @@ c["275% increased Global Damage"]={{[1]={[1]={type="Global"},flags=0,keywordFlag c["Grants maximum Energy Shield equal to 15% of your Reserved Mana to you and nearby Allies"]={{[1]={flags=0,keywordFlags=0,name="GrantReservedManaAsAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=0.15}}}},nil} c["13% increased Skill Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=13}},nil} c["120% increased Vaal Skill Critical Strike Chance"]={{[1]={flags=0,keywordFlags=256,name="CritChance",type="INC",value=120}},nil} -c["2% reduced Damage taken per Ghost Shroud Every 2 seconds, gain a Ghost Shroud, up to a maximum of 3 When Hit, lose a Ghost Shroud and Recover Energy Shield equal to 4% of your Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="DamageTaken",type="INC",value=-2}}," per Ghost Shroud Every 2 seconds, gain a Ghost Shroud, up to a maximum of 3 When Hit, lose a Ghost Shroud and Recover Energy Shield equal to 4% of your Evasion Rating "} c["If you've Cast a Spell Recently, you and nearby Allies have +10% Chance to Block Spell Damage"]={{[1]={[1]={type="Condition",var="CastSpellRecently"},flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="SpellBlockChance",type="BASE",value=10}}}},nil} c["When you create a Banner, it gains 20% of the Stages of your placed Banner When you place a Banner, you and nearby Allies recover 0.5% of Life for\neach Stage the Banner has You and nearby Allies have 12% increased Movement Speed"]={nil,"When you create a Banner, it gains 20% of the Stages of your placed Banner When you place a Banner, you and nearby Allies recover 0.5% of Life for\neach Stage the Banner has You and nearby Allies have 12% increased Movement Speed "} c["Socketed Gems are Supported by Level 16 Trap"]={{[1]={[1]={slotName="{SlotName}",type="SocketedIn"},flags=0,keywordFlags=0,name="ExtraSupport",type="LIST",value={level=16,skillId="SupportTrap"}}},nil} @@ -4234,7 +4227,6 @@ c["Recover 0.5% of Life per Poison affecting Enemies you Kill"]={nil,"Recover 0. c["18% increased Damage with Maces"]={{[1]={flags=1048576,keywordFlags=0,name="Damage",type="INC",value=18}},nil} c["+160 Dexterity Requirement"]={{[1]={flags=0,keywordFlags=0,name="DexRequirement",type="BASE",value=160}},nil} c["200% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=200}},nil} -c["3% reduced Damage taken per Ghost Shroud Every second, gain a Ghost Shroud, up to a maximum of 3 When Hit, lose a Ghost Shroud and recover Energy Shield equal to 5% of your Evasion Rating 10% increased Movement Speed while you have Energy Shield"]={{[1]={[1]={type="Condition",var="HaveEnergyShield"},flags=0,keywordFlags=0,name="DamageTaken",type="INC",value=-3}}," per Ghost Shroud Every second, gain a Ghost Shroud, up to a maximum of 3 When Hit, lose a Ghost Shroud and recover Energy Shield equal to 5% of your Evasion Rating 10% increased Movement Speed "} c["25% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"]={{[1]={[1]={type="Condition",var="UsingOneHandedWeapon"},flags=2048,keywordFlags=65536,name="Damage",type="INC",value=25}},nil} c["25% chance to gain a Siphoning Charge when you use a Skill Adds 14 to 16 Physical Damage to Attacks and Spells per Siphoning Charge"]={{[1]={[1]={type="Multiplier",var="SiphoningCharge"},flags=2,keywordFlags=0,name="PhysicalDamage",type="BASE",value=25}}," to gain a Siphoning Charge when you use a Skill Adds 14 to 16 to Attacks and s "} c["25% chance to gain a Siphoning Charge when you use a Skill"]={{}," to gain a Siphoning Charge when you use a Skill "} @@ -4444,7 +4436,7 @@ c["13% increased Stun Recovery"]={{[1]={flags=0,keywordFlags=0,name="StunRecover c["15% increased Stun Recovery"]={{[1]={flags=0,keywordFlags=0,name="StunRecovery",type="INC",value=15}},nil} c["+90 to all Attributes"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE",value=90},[2]={flags=0,keywordFlags=0,name="Dex",type="BASE",value=90},[3]={flags=0,keywordFlags=0,name="Int",type="BASE",value=90}},nil} c["Projectile Attack Hits deal up to 30% more Damage to targets at the start of their movement, dealing less Damage to targets as the projectile travels farther"]={{[1]={flags=0,keywordFlags=0,name="PointBlank",type="FLAG",value=true}},nil} -c["50% increased Effect of Buffs granted by your Active Ancestor Totems"]={{[1]={flags=0,keywordFlags=0,name="BuffEffect",type="INC",value=50}},nil} +c["50% increased Effect of Buffs granted by your Active Ancestor Totems"]={{[1]={[1]={skillNameList={[1]="Ancestral Warchief",[2]="Ancestral Protector"},type="SkillName"},flags=0,keywordFlags=0,name="BuffEffect",type="INC",value=50}},nil} c["30% increased Mana Regeneration Rate if you've Hit a Cursed Enemy Recently"]={{[1]={[1]={type="Condition",var="HitRecently"},[2]={actor="enemy",type="ActorCondition",var="Cursed"},flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=30}},nil} c["1% increased Mana Regeneration Rate per 1% Chance to Block Spell Damage"]={{[1]={[1]={div=1,stat="SpellBlockChance",type="PerStat"},flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=1}},nil} c["35% increased Movement Speed when on Full Life"]={{[1]={[1]={type="Condition",var="FullLife"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=35}},nil} @@ -4665,7 +4657,6 @@ c["20% reduced Effect of Curses on you"]={{[1]={flags=0,keywordFlags=0,name="Cur c["10% increased Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="INC",value=10}},nil} c["10% faster start of Energy Shield Recharge"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRechargeFaster",type="INC",value=10}},nil} c["When you place a Banner, you and nearby Allies recover 0.5% of Life for each Stage the Banner has"]={nil,"When you place a Banner, you and nearby Allies recover 0.5% of Life for each Stage the Banner has "} -c["3% reduced Damage taken per Ghost Shroud Every 2 seconds, gain a Ghost Shroud, up to a maximum of 3 When Hit, lose a Ghost Shroud and recover Energy Shield equal to 5% of your Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="DamageTaken",type="INC",value=-3}}," per Ghost Shroud Every 2 seconds, gain a Ghost Shroud, up to a maximum of 3 When Hit, lose a Ghost Shroud and recover Energy Shield equal to 5% of your Evasion Rating "} c["Adds 23 to 35 Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdMin",type="BASE",value=23},[2]={flags=0,keywordFlags=0,name="ColdMax",type="BASE",value=35}},nil} c["Adds 27 to 38 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=27},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=38}},nil} c["50% of Lightning Damage Converted to Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamageConvertToCold",type="BASE",value=50}},nil} @@ -4762,7 +4753,7 @@ c["-30% to Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResist",typ c["Grants Level 22 Precision Skill"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=22,skillId="AccuracyAndCritsAura"}}},nil} c["16% increased Spell Damage while Dual Wielding"]={{[1]={[1]={type="Condition",var="DualWielding"},flags=2,keywordFlags=0,name="Damage",type="INC",value=16}},nil} c["150% increased Armour and Evasion"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=150}},nil} -c["2% reduced Damage taken per Ghost Shroud"]={{[1]={flags=0,keywordFlags=0,name="DamageTaken",type="INC",value=-2}}," per Ghost Shroud "} +c["2% reduced Damage taken per Ghost Shroud"]={{[1]={[1]={type="Multiplier",var="GhostShroud"},flags=0,keywordFlags=0,name="DamageTaken",type="INC",value=-2}},nil} c["+8% Chance to Block Projectile Attack Damage +4% Chance to Block Attack Damage while holding a Shield"]={{[1]={[1]={type="Condition",var="UsingShield"},flags=0,keywordFlags=0,name="BlockChance",type="BASE",value=8}}," Projectile Attack Damage +4% Chance to Block Attack Damage "} c["Blind Chilled Enemies on Hit Damage Penetrates 20% Cold Resistance against Chilled Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Chilled"},flags=0,keywordFlags=262144,name="ColdPenetration",type="BASE",value=20}},"Blind Chilled Enemies on Hit "} c["Blind Chilled Enemies on Hit"]={nil,"Blind Chilled Enemies on Hit "} @@ -5271,7 +5262,7 @@ c["Minions gain Unholy Might for 5 seconds on Kill {variant:2}Minions gain Unhol c["50% chance for Attacks to Maim on Hit against Poisoned Enemies +0.1% to Critical Strike Chance per Poison affecting Enemy, up to +2.0%"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Poisoned"},[2]={actor="enemy",limit=2,limitTotal=true,type="Multiplier",var="PoisonStack"},flags=1,keywordFlags=262144,name="CritChance",type="BASE",value=50}}," to Maim on Hit +0.1% to "} c["+15% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=15}},nil} c["0.4% of Attack Damage Leeched as Life"]={{[1]={flags=1,keywordFlags=0,name="DamageLifeLeech",type="BASE",value=0.4}},nil} -c["3% reduced Damage taken per Ghost Shroud"]={{[1]={flags=0,keywordFlags=0,name="DamageTaken",type="INC",value=-3}}," per Ghost Shroud "} +c["3% reduced Damage taken per Ghost Shroud"]={{[1]={[1]={type="Multiplier",var="GhostShroud"},flags=0,keywordFlags=0,name="DamageTaken",type="INC",value=-3}},nil} c["Minions have 20% reduced Maximum Life"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Life",type="INC",value=-20}}}},nil} c["Gain 30% of Maximum Mana as Extra Maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="ManaGainAsEnergyShield",type="BASE",value=30}},nil} c["Minions have 40% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Life",type="INC",value=40}}}},nil} @@ -5342,7 +5333,6 @@ c["Spectres have a Base Duration of 20 seconds"]={{[1]={[1]={skillName="Raise Sp c["Gems Socketed in Blue Sockets gain 25% increased Experience Has no Attribute Requirements"]={nil,"Gems Socketed in Blue Sockets gain 25% increased Experience Has no Attribute Requirements "} c["Golems have 45% increased Cooldown Recovery Speed"]={{[1]={[1]={skillType=62,type="SkillType"},flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="CooldownRecovery",type="INC",value=45}}}},nil} c["130% increased Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EvasionAndEnergyShield",type="INC",value=130}},nil} -c["2% reduced Damage taken per Ghost Shroud Every 2 seconds, gain a Ghost Shroud, up to a maximum of 3"]={{[1]={flags=0,keywordFlags=0,name="DamageTaken",type="INC",value=-2}}," per Ghost Shroud Every 2 seconds, gain a Ghost Shroud, up to a maximum of 3 "} c["Gems can be Socketed in this Item ignoring Socket Colour"]={nil,"Gems can be Socketed in this Item ignoring Socket Colour "} c["5% of Life Regenerated per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=5}},nil} c["20% reduced maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=-20}},nil} @@ -5841,7 +5831,6 @@ c["70% increased Damage with Bleeding"]={{[1]={flags=0,keywordFlags=2097152,name c["60% reduced Mana Cost of Totem Skills that cast an Aura"]={{[1]={flags=0,keywordFlags=16384,name="ManaCost",type="INC",value=-60}}," Skills that cast an Aura "} c["8% increased Attack Damage while holding a Shield"]={{[1]={[1]={type="Condition",var="UsingShield"},flags=1,keywordFlags=0,name="Damage",type="INC",value=8}},nil} c["Moving while Bleeding doesn't cause Minions to take extra Damage"]={nil,"Moving while Bleeding doesn't cause Minions to take extra Damage "} -c["3% reduced Damage taken per Ghost Shroud Every 2 seconds, gain a Ghost Shroud, up to a maximum of 3"]={{[1]={flags=0,keywordFlags=0,name="DamageTaken",type="INC",value=-3}}," per Ghost Shroud Every 2 seconds, gain a Ghost Shroud, up to a maximum of 3 "} c["5% chance to Dodge Attack Hits while Phasing"]={{[1]={[1]={type="Condition",var="Phasing"},flags=0,keywordFlags=0,name="AttackDodgeChance",type="BASE",value=5}},nil} c["With at least 40 Dexterity in Radius, Animate Weapon can Animate up to 8 Ranged Weapons"]={nil,"With at least 40 Dexterity in Radius, Animate Weapon can Animate up to 8 Ranged Weapons "} c["Adds 90 to 240 Lightning Damage to Spells while Unarmed"]={{[1]={[1]={type="Condition",var="Unarmed"},flags=0,keywordFlags=131072,name="LightningMin",type="BASE",value=90},[2]={[1]={type="Condition",var="Unarmed"},flags=0,keywordFlags=131072,name="LightningMax",type="BASE",value=240}},nil} @@ -6188,7 +6177,6 @@ c["8% increased Cast Speed while wielding a Staff"]={{[1]={[1]={type="Condition" c["60% chance to Avoid Blind 5% reduced Damage taken from Blinded Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Blinded"},flags=0,keywordFlags=0,name="DamageTaken",type="BASE",value=60}}," to Avoid Blind 5% reduced "} c["50% chance to gain a Power Charge when you Summon a Totem 15% chance to gain a Power Charge if you or your Totems kill an Enemy 5% reduced Elemental Damage taken while you have an Endurance Charge Damage Penetrates 5% Elemental Resistances while you have a Power Charge"]={{[1]={[1]={stat="EnduranceCharges",threshold=1,type="StatThreshold"},[2]={stat="PowerCharges",threshold=1,type="StatThreshold"},flags=0,keywordFlags=16384,name="ElementalDamageTaken",type="BASE",value=50}}," to gain a Power Charge when you Summon a 15% chance to gain a Power Charge if you or your Totems kill an Enemy 5% reduced Damage Penetrates 5% Elemental Resistances "} c["+25 to Intelligence"]={{[1]={flags=0,keywordFlags=0,name="Int",type="BASE",value=25}},nil} -c["3% reduced Damage taken per Ghost Shroud Every second, gain a Ghost Shroud, up to a maximum of 3"]={{[1]={flags=0,keywordFlags=0,name="DamageTaken",type="INC",value=-3}}," per Ghost Shroud Every second, gain a Ghost Shroud, up to a maximum of 3 "} c["+150 to maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=150}},nil} c["+460 to Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=460}},nil} c["20% increased Attack Damage during Onslaught"]={{[1]={[1]={type="Condition",var="Onslaught"},flags=1,keywordFlags=0,name="Damage",type="INC",value=20}},nil} @@ -6745,6 +6733,8 @@ c["50% reduced Mana Cost of Skills while on Full Energy Shield"]={{[1]={[1]={typ c["Curse Enemies with Level 30 Poacher's Mark on Hit, which can apply to Hexproof Enemies"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=30,noSupports=true,skillId="PoachersMark"}}},nil} c["Enemies near Corpses affected by your Curses are Blinded"]={nil,"Enemies near Corpses affected by your Curses are Blinded "} c["Attacks used by Totems have 7% increased Attack Speed"]={{[1]={flags=1,keywordFlags=16384,name="Speed",type="INC",value=7}},nil} +c["You and your Totems Regenerate 1% of Life per second for each Summoned Totem"]={{[1]={[1]={stat="ActiveTotemLimit",type="PerStat"},flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=1},[2]={flags=0,keywordFlags=16384,name="LifeRegenPercent",type="BASE",value=1}},nil} +c["Regenerate 0.5% of Mana per second for each Summoned Totem"]={{[1]={[1]={stat="ActiveTotemLimit",type="PerStat"},flags=0,keywordFlags=0,name="ManaRegenPercent",type="BASE",value=0.5}},nil} c["20% increased Critical Strike Chance with Mines"]={{[1]={flags=0,keywordFlags=8192,name="CritChance",type="INC",value=20}},nil} c["12% increased Melee Physical Damage"]={{[1]={flags=256,keywordFlags=0,name="PhysicalDamage",type="INC",value=12}},nil} c["5% increased Cast Speed with Fire Skills"]={{[1]={flags=16,keywordFlags=16,name="Speed",type="INC",value=5}},nil} @@ -6809,7 +6799,6 @@ c["Ancestor Totems have 100% increased Activation range"]={nil,"Ancestor Totems c["Ancestor Totems have 100% increased Activation range 25% increased Area of Effect while you have a Totem"]={nil,"Ancestor Totems have 100% increased Activation range 25% increased Area of Effect while you have a Totem "} c["33% increased Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamage",type="INC",value=33}},nil} c["1% of Energy Shield Regenerated per second for each Enemy you or your Minions have Killed Recently, up to 30%"]={{[1]={[1]={limit=30,limitTotal=true,type="Multiplier",varList={[1]="EnemyKilledRecently",[2]="EnemyKilledByMinionsRecently"}},flags=0,keywordFlags=0,name="EnergyShieldRegenPercent",type="BASE",value=1}},nil} -c["50% increased Effect of Buffs granted by your Active Ancestor Totems Ancestor Totems have 100% increased Activation range 25% increased Area of Effect while you have a Totem"]={{[1]={[1]={type="Condition",var="HaveTotem"},flags=0,keywordFlags=16384,name="FlaskEffect",type="INC",value=50}}," of Buffs granted by your Active Ancestor s Ancestor Totems have 100% increased Activation range 25% increased Area of Effect "} c["15% increased Accuracy Rating with Axes"]={{[1]={flags=65536,keywordFlags=0,name="Accuracy",type="INC",value=15}},nil} c["16% increased Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=16}},nil} c["30% increased Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosDamage",type="INC",value=30}},nil} @@ -6861,7 +6850,6 @@ c["+160 to maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShi c["Adds 1 to 100 Lightning Damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="LightningMin",type="BASE",value=1},[2]={flags=0,keywordFlags=65536,name="LightningMax",type="BASE",value=100}},nil} c["+20% to Critical Strike Multiplier with Two Handed Melee Weapons"]={{[1]={flags=570425344,keywordFlags=0,name="CritMultiplier",type="BASE",value=20}},nil} c["25% increased Effect of Buffs granted by your Golems per Summoned Golem"]={{[1]={[1]={skillType=62,type="SkillType"},[2]={type="PerStat",stat="ActiveGolemLimit"},flags=0,keywordFlags=0,name="BuffEffect",type="INC",value=25}},nil} -c["50% increased Effect of Buffs granted by your Active Ancestor Totems Ancestor Totems have 100% increased Activation range"]={{[1]={flags=0,keywordFlags=16384,name="FlaskEffect",type="INC",value=50}}," of Buffs granted by your Active Ancestor s Ancestor Totems have 100% increased Activation range "} c["+5 to Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE",value=5}},nil} c["50% increased Damage with Hits against Enemies that are on Low Life"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="LowLife"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=50}},nil} c["30% increased Cast Speed if you've Attacked Recently"]={{[1]={[1]={type="Condition",var="AttackedRecently"},flags=16,keywordFlags=0,name="Speed",type="INC",value=30}},nil} @@ -7080,7 +7068,6 @@ c["30% increased Effect of Buffs granted by your Golems"]={{[1]={[1]={skillType= c["10% chance to gain an Endurance Charge when you Stun an Enemy with a Melee Hit 10% chance to double Stun Duration"]={{[1]={flags=256,keywordFlags=0,name="EnemyStunDuration",type="BASE",value=10}}," to gain an Endurance Charge when you Stun an Enemy with a Hit 10% chance to double "} c["5% reduced Elemental Damage taken while stationary"]={{[1]={[1]={type="Condition",var="Stationary"},flags=0,keywordFlags=0,name="ElementalDamageTaken",type="INC",value=-5}},nil} c["You gain 8% increased Area of Effect for each Mine 20% chance when Placing Mines to Place an additional Mine 100% increased Mine Arming Speed"]={{[1]={flags=0,keywordFlags=8192,name="AreaOfEffect",type="BASE",value=8}},"% increased for each 20% chance when Placing Mines to Place an additional Mine 100% increased Mine Arming Speed "} -c["3% reduced Damage taken per Ghost Shroud Every 2 seconds, gain a Ghost Shroud, up to a maximum of 3 When Hit, lose a Ghost Shroud and recover Energy Shield equal to 5% of your Evasion Rating 10% increased Movement Speed while you have Energy Shield"]={{[1]={[1]={type="Condition",var="HaveEnergyShield"},flags=0,keywordFlags=0,name="DamageTaken",type="INC",value=-3}}," per Ghost Shroud Every 2 seconds, gain a Ghost Shroud, up to a maximum of 3 When Hit, lose a Ghost Shroud and recover Energy Shield equal to 5% of your Evasion Rating 10% increased Movement Speed "} c["Gain 5 Rage when you use a Warcry"]={{[1]={flags=0,keywordFlags=0,name="Condition:CanGainRage",type="FLAG",value=true},[2]={[1]={type="Condition",var="CanGainRage"},flags=0,keywordFlags=0,name="Dummy",type="DUMMY",value=1}},nil} c["Minions have 14% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Life",type="INC",value=14}}}},nil} c["10% chance to double Stun Duration 24% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon 4% chance to deal Double Damage"]={{[1]={[1]={type="Condition",var="UsingTwoHandedWeapon"},flags=2048,keywordFlags=65536,name="EnemyStunDuration",type="BASE",value=10}}," to double 24% increased Damage 4% chance to deal Double Damage "} @@ -7137,7 +7124,6 @@ c["You can inflict Bleeding on an Enemy up to 8 times Your Bleeding does not dea c["+60% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=60}},nil} c["20% more Damage while there is at most one Rare or Unique Enemy nearby"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="MORE",value=20}}," while there is at most one Rare or Unique Enemy nearby "} c["20% increased Critical Strike Chance for each Mine Detonated"]={{[1]={flags=0,keywordFlags=8192,name="CritChance",type="INC",value=20}}," for each Detonated "} -c["50% increased Effect of Buffs granted by your Active Ancestor Totems"]={{[1]={flags=0,keywordFlags=16384,name="FlaskEffect",type="INC",value=50}}," of Buffs granted by your Active Ancestor s "} c["10% increased Damage with Ailments from Attack Skills while wielding a Melee Weapon"]={{[1]={[1]={type="Condition",var="UsingMeleeWeapon"},flags=2048,keywordFlags=65536,name="Damage",type="INC",value=10}},nil} c["Carved to glorify 10000 new faithful converted by High Templar Venarius"]={nil,"Carved to glorify 10000 new faithful converted by High Templar Venarius "} c["When you Kill an Enemy, for each Curse on that Enemy, gain 8% of Non-Chaos Damage as extra Chaos Damage for 4 seconds"]={{[1]={[1]={type="Condition",var="KilledRecently"},[2]={type="Multiplier",var="CurseOnEnemy"},flags=0,keywordFlags=0,name="NonChaosDamageGainAsChaos",type="BASE",value=8}},nil} @@ -7206,7 +7192,7 @@ c["Nearby Allies Unnerve Enemies for 4 seconds on Hit"]={nil,"Nearby Allies Unne c["10% increased Damage with Axes"]={{[1]={flags=65536,keywordFlags=0,name="Damage",type="INC",value=10}},nil} c["Gain a Divine Charge on Hit"]={nil,"Gain a Divine Charge on Hit "} c["Your hits can't be Evaded"]={{[1]={flags=0,keywordFlags=0,name="CannotBeEvaded",type="FLAG",value=true}},nil} -c["12% increased Attack and Cast Speed per Ghost Shroud"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=12}}," per Ghost Shroud "} +c["12% increased Attack and Cast Speed per Ghost Shroud"]={{[1]={[1]={type="Multiplier",var="GhostShroud"},flags=0,keywordFlags=0,name="Speed",type="INC",value=12}},nil} c["+5% Chance to Block Attack Damage while Dual Wielding"]={{[1]={[1]={type="Condition",var="DualWielding"},flags=0,keywordFlags=0,name="BlockChance",type="BASE",value=5}},nil} c["Adds 1 to 3 Chaos Damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="ChaosMin",type="BASE",value=1},[2]={flags=0,keywordFlags=65536,name="ChaosMax",type="BASE",value=3}},nil} c["Adds Knockback during Flask effect"]={{[1]={[1]={type="Condition",var="UsingFlask"},flags=0,keywordFlags=0,name="EnemyKnockbackChance",type="BASE",value=100}},nil} diff --git a/Data/3_0/Skills/act_str.lua b/Data/3_0/Skills/act_str.lua index bc375250..a530ca42 100644 --- a/Data/3_0/Skills/act_str.lua +++ b/Data/3_0/Skills/act_str.lua @@ -3156,6 +3156,7 @@ skills["BloodSpears"] = { baseFlags = { attack = true, melee = true, + area = true, }, baseMods = { }, diff --git a/Data/Uniques/amulet.lua b/Data/Uniques/amulet.lua index e35b56ac..538e6af8 100644 --- a/Data/Uniques/amulet.lua +++ b/Data/Uniques/amulet.lua @@ -687,16 +687,14 @@ Variant: Pre 2.6.0 Variant: Pre 3.8.0 Variant: Current Requires Level 28 -{variant:1,2}Grants level 20 Illusory Warp Skill -{variant:3}Grants Level 10 Frostblink Skill +(20-30)% to Fire Resistance {variant:3}Grants Level 10 Frostblink Skill (30-50)% increased Cold Damage +(10-15)% to all Elemental Resistances {variant:1}30% increased Radius of Curse Skills {variant:2}60% increased Area of Effect of Curse Skills -You are Immune to Silence -Grants level 20 Illusory Warp Skill +You cannot be Cursed with Silence +{variant:1,2}Grants level 20 Illusory Warp Skill Corrupted ]],[[ Stone of Lazhwar diff --git a/Data/Uniques/body.lua b/Data/Uniques/body.lua index d8d9191d..12d0a26e 100644 --- a/Data/Uniques/body.lua +++ b/Data/Uniques/body.lua @@ -618,8 +618,6 @@ Requires Level 59, 160 Int {variant:1}(100-120)% increased Energy Shield {variant:2,3}(200-220)% increased Energy Shield +(20-30) to maximum Mana -{variant:1}(100-120)% increased Energy Shield -{variant:2,3}(200-220)% increased Energy Shield Minions have 20% reduced Maximum Life Minions deal 15% increased Damage {variant:1,2}+1 to Maximum number of Spectres diff --git a/Data/Uniques/bow.lua b/Data/Uniques/bow.lua index e9fc100a..a992937b 100644 --- a/Data/Uniques/bow.lua +++ b/Data/Uniques/bow.lua @@ -105,6 +105,20 @@ Implicits: 1 25% of Physical Damage taken as Chaos Damage {variant:5}20% chance for Poisons inflicted with this Weapon to deal 300% more Damage ]],[[ +Death's Harp +Death Bow +Upgrade: Upgrades to unique{Death's Opus} via prophecy{The Bowstring's Music} +Variant: Pre 2.2.0 +Variant: {2_6}Pre 3.0.0 +Variant: Current +Requires Level 32, 107 Dex +(30-50)% increased Critical Strike Chance +(100-125)% increased Physical Damage +10% increased Attack Speed +{variant:1,3}+100% to Global Critical Strike Multiplier +{variant:2}+150% to Global Critical Strike Multiplier +Adds an additional Arrow +]],[[ Death's Opus Death Bow Source: Upgraded from unique{Death's Harp} via prophecy{The Bowstring's Music} @@ -424,7 +438,6 @@ Requires Level 64, 185 Dex 10% chance to Ignite {variant:1}Ignites your Skills cause spread to other Enemies within a Radius of 12 {variant:2}Ignites your Skills cause spread to other Enemies within a Radius of 15 -{variant:3}Socketed Gems are Supported by level 20 Ignite Proliferation Recover (40-60) Life when you Ignite an Enemy ]], } diff --git a/Data/Uniques/gloves.lua b/Data/Uniques/gloves.lua index 3d6ec76f..887ab1aa 100644 --- a/Data/Uniques/gloves.lua +++ b/Data/Uniques/gloves.lua @@ -122,12 +122,14 @@ Blasphemer's Grasp Assassin's Mitts Source: Drops from unique{The Elder} Requires Level 58 +Variant: Pre 3.8.0 +Variant: Current +(40-50) to Dexterity (150-200)% increased Evasion and Energy Shield +(50-60) to maximum Life -15% increased Damage with Ailments per Elder Item Equipped +6 to Maximum Life per Elder Item Equipped -+4% to Damage over Time Multiplier for Ailments per Elder Item Equipped +{variant:1}15% increased Damage with Ailments per Elder Item Equipped +{variant:2}+4% to Damage over Time Multiplier for Ailments per Elder Item Equipped 8% increased Effect of non-Damaging Ailments per Elder Item Equipped Remove an Ailment when you use a Flask if all Equipped Items are Elder Items Elder Item diff --git a/Data/Uniques/helmet.lua b/Data/Uniques/helmet.lua index 0b04250f..547c75c1 100644 --- a/Data/Uniques/helmet.lua +++ b/Data/Uniques/helmet.lua @@ -547,8 +547,6 @@ Adds 20 to 30 Physical Damage to Attacks {variant:3,4}20% chance to gain an Endurance Charge when you Block Extra gore Can't use Chest armour -{variant:1,2}15% Chance to Block -{variant:3,4}6% Chance to Block ]],[[ Deidbell Gilded Sallet diff --git a/Data/Uniques/ring.lua b/Data/Uniques/ring.lua index 27c67fbf..951be814 100644 --- a/Data/Uniques/ring.lua +++ b/Data/Uniques/ring.lua @@ -742,7 +742,8 @@ Variant: Current Source: Drops from unique{Guardian of the Hydra} Requires Level 68 +(20-30)% to Cold Resistance -(20-40)% increased Cold Damage +{variant:1}(20-40)% increased Cold Damage +{variant:2}(20-40)% increased Spell Damage (5-10)% increased Cast Speed {variant:1}Spells have an additional Projectile {variant:2}Left ring slot: Projectiles from Spells cannot Chain diff --git a/Export/Skills/act_int.txt b/Export/Skills/act_int.txt index 4be7c097..067207bf 100644 --- a/Export/Skills/act_int.txt +++ b/Export/Skills/act_int.txt @@ -21,6 +21,8 @@ local skills, mod, flag, skill = ... mod("Damage", "MORE", nil, 0, 0, { type = "PerStat", stat = "ChainRemaining" }), }, }, +#baseMod flag("Condition:CanBeLucky") +#baseMod mod("Dummy", "DUMMY", 1, 0, 0, { type = "Condition", var = "CanBeLucky" }) #mods #skill ArcticBreath diff --git a/Export/Skills/act_str.txt b/Export/Skills/act_str.txt index 7de8096c..74b4aac3 100644 --- a/Export/Skills/act_str.txt +++ b/Export/Skills/act_str.txt @@ -473,7 +473,7 @@ local skills, mod, flag, skill = ... #mods #skill BloodSpears -#flags attack melee +#flags attack melee area statMap = { ["blood_spears_damage_+%_final_in_blood_stance"] = { mod("Damage", "MORE", nil, 0, 0, { type = "Condition", var = "BloodStance" }) diff --git a/Modules/CalcOffence-3_0.lua b/Modules/CalcOffence-3_0.lua index 76cf9d77..e93e151e 100644 --- a/Modules/CalcOffence-3_0.lua +++ b/Modules/CalcOffence-3_0.lua @@ -2245,6 +2245,7 @@ function calcs.offence(env, actor, activeSkill) output.ImpaleDPS = output.ImpaleDPS * (output.HitSpeed or output.Speed) output.WithImpaleDPS = output.TotalDPS + output.ImpaleDPS end + output.CombinedDPS = output.CombinedDPS + output.ImpaleDPS if breakdown then breakdown.ImpaleDPS = {} t_insert(breakdown.ImpaleDPS, s_format("%.2f ^8(average physical hit)", output.ImpaleHit)) diff --git a/Modules/CalcPerform.lua b/Modules/CalcPerform.lua index 3ec65fc6..605bb799 100644 --- a/Modules/CalcPerform.lua +++ b/Modules/CalcPerform.lua @@ -298,6 +298,11 @@ local function doActorMisc(env, actor) else output.InspirationCharges = 0 end + if modDB:Flag(nil, "UseGhostShrouds") then + output.GhostShrouds = modDB:Override(nil, "GhostShrouds") or 3 + else + output.GhostShrouds = 0 + end output.CrabBarriers = m_max(modDB:Override(nil, "CrabBarriers") or output.CrabBarriersMax, output.CrabBarriersMax) modDB.multipliers["PowerCharge"] = output.PowerCharges modDB.multipliers["RemovablePowerCharge"] = output.RemovablePowerCharges @@ -309,6 +314,7 @@ local function doActorMisc(env, actor) modDB.multipliers["ChallengerCharge"] = output.ChallengerCharges modDB.multipliers["BlitzCharge"] = output.BlitzCharges modDB.multipliers["InspirationCharge"] = output.InspirationCharges + modDB.multipliers["GhostShroud"] = output.GhostShrouds modDB.multipliers["CrabBarrier"] = output.CrabBarriers -- Process enemy modifiers @@ -320,7 +326,7 @@ local function doActorMisc(env, actor) if env.mode_combat then if modDB:Flag(nil, "Fortify") then local effect = m_floor(20 * (1 + modDB:Sum("INC", nil, "FortifyEffectOnSelf", "BuffEffectOnSelf") / 100)) - modDB:NewMod("DamageTakenWhenHit", "INC", -effect, "Fortify") + modDB:NewMod("DamageTakenWhenHit", "MORE", -effect, "Fortify") modDB.multipliers["BuffOnSelf"] = (modDB.multipliers["BuffOnSelf"] or 0) + 1 end if modDB:Flag(nil, "Onslaught") then diff --git a/Modules/Calcs.lua b/Modules/Calcs.lua index f5fd04ab..036dbb1b 100644 --- a/Modules/Calcs.lua +++ b/Modules/Calcs.lua @@ -278,6 +278,9 @@ function calcs.buildOutput(build, mode) if output.InspirationCharges > 0 then t_insert(combatList, s_format("%d Inspiration Charges", output.InspirationCharges)) end + if output.GhostShrouds > 0 then + t_insert(combatList, s_format("%d Ghost Shrouds", output.GhostShrouds)) + end if output.CrabBarriers > 0 then t_insert(combatList, s_format("%d Crab Barriers", output.CrabBarriers)) end diff --git a/Modules/ConfigOptions.lua b/Modules/ConfigOptions.lua index daf2dcf6..3f114d02 100644 --- a/Modules/ConfigOptions.lua +++ b/Modules/ConfigOptions.lua @@ -363,6 +363,12 @@ return { { var = "overrideInspirationCharges", type = "count", label = "# of Inspiration Charges (if not maximum):", ifOption = "useInspirationCharges", apply = function(val, modList, enemyModList) modList:NewMod("InspirationCharges", "OVERRIDE", val, "Config", { type = "Condition", var = "Combat" }) end }, + { var = "useGhostShrouds", type = "check", label = "Do you use Ghost Shrouds?", ifMult = "GhostShroud", apply = function(val, modList, enemyModList) + modList:NewMod("UseGhostShrouds", "FLAG", true, "Config", { type = "Condition", var = "Combat" }) + end }, + { var = "overrideGhostShrouds", type = "count", label = "# of Ghost Shrouds (if not maximum):", ifOption = "useGhostShrouds", apply = function(val, modList, enemyModList) + modList:NewMod("GhostShrouds", "OVERRIDE", val, "Config", { type = "Condition", var = "Combat" }) + end }, { var = "minionsUsePowerCharges", type = "check", label = "Do your minions use Power Charges?", ifFlag = "haveMinion", apply = function(val, modList, enemyModList) modList:NewMod("MinionModifier", "LIST", { mod = modLib.createMod("UsePowerCharges", "FLAG", true, "Config", { type = "Condition", var = "Combat" }) }, "Config") end }, @@ -822,17 +828,17 @@ return { enemyModList:NewMod("SelfIgniteDuration", "MORE", -50, "Boss") end end }, - { var = "enemyIsBoss", type = "list", ifVer = "3_0", label = "Is the enemy a Boss?", tooltip = "Standard Boss adds the following modifiers:\n33% less Effect of your Curses\n+30% to enemy Elemental Resistances\n+15% to enemy Chaos Resistance\n\nShaper/Guardian adds the following modifiers:\n66% less Effect of your Curses\n+40% to enemy Elemental Resistances\n+25% to enemy Chaos Resistance", list = {{val="NONE",label="No"},{val=true,label="Standard Boss"},{val="SHAPER",label="Shaper/Guardian"}}, apply = function(val, modList, enemyModList) + { var = "enemyIsBoss", type = "list", ifVer = "3_0", label = "Is the enemy a Boss?", tooltip = "Standard Boss adds the following modifiers:\n33% less Effect of your Curses\n+40% to enemy Elemental Resistances\n+25% to enemy Chaos Resistance\n\nShaper/Guardian adds the following modifiers:\n66% less Effect of your Curses\n+50% to enemy Elemental Resistances\n+30% to enemy Chaos Resistance", list = {{val="NONE",label="No"},{val=true,label="Standard Boss"},{val="SHAPER",label="Shaper/Guardian"}}, apply = function(val, modList, enemyModList) if val == true then enemyModList:NewMod("Condition:RareOrUnique", "FLAG", true, "Config", { type = "Condition", var = "Effective" }) enemyModList:NewMod("CurseEffectOnSelf", "MORE", -33, "Boss") - enemyModList:NewMod("ElementalResist", "BASE", 30, "Boss") - enemyModList:NewMod("ChaosResist", "BASE", 15, "Boss") + enemyModList:NewMod("ElementalResist", "BASE", 40, "Boss") + enemyModList:NewMod("ChaosResist", "BASE", 25, "Boss") elseif val == "SHAPER" then enemyModList:NewMod("Condition:RareOrUnique", "FLAG", true, "Config", { type = "Condition", var = "Effective" }) enemyModList:NewMod("CurseEffectOnSelf", "MORE", -66, "Boss") - enemyModList:NewMod("ElementalResist", "BASE", 40, "Boss") - enemyModList:NewMod("ChaosResist", "BASE", 25, "Boss") + enemyModList:NewMod("ElementalResist", "BASE", 50, "Boss") + enemyModList:NewMod("ChaosResist", "BASE", 30, "Boss") end end }, { var = "enemyPhysicalReduction", type = "integer", label = "Enemy Phys. Damage Reduction:", apply = function(val, modList, enemyModList) diff --git a/Modules/Data.lua b/Modules/Data.lua index a8c45747..79910ebd 100644 --- a/Modules/Data.lua +++ b/Modules/Data.lua @@ -82,8 +82,9 @@ data.powerStatList = { { stat="TotalDPS", label="Total DPS" }, { stat="WithImpaleDPS", label="Impale + Total DPS" }, { stat="AverageDamage", label="Average Hit" }, - { stat="PoisonDPS", label="Poison DPS" }, + { stat="BleedDPS", label="Bleed DPS" }, { stat="IgniteDPS", label="Ignite DPS" }, + { stat="PoisonDPS", label="Poison DPS" }, { stat="TotalDot", label="Chaos DoT DPS" }, { stat="Life", label="Life" }, { stat="LifeRegen", label="Life regen" }, diff --git a/Modules/ModParser-3_0.lua b/Modules/ModParser-3_0.lua index f430d529..1d0ad3ca 100644 --- a/Modules/ModParser-3_0.lua +++ b/Modules/ModParser-3_0.lua @@ -241,7 +241,7 @@ local modNameList = { ["effect of offering spells"] = { "BuffEffect", tag = { type = "SkillName", skillNameList = { "Bone Offering", "Flesh Offering", "Spirit Offering" } } }, ["effect of offerings"] = { "BuffEffect", tag = { type = "SkillName", skillNameList = { "Bone Offering", "Flesh Offering", "Spirit Offering" } } }, ["effect of heralds on you"] = { "BuffEffect", tag = { type = "SkillType", skillType = SkillType.Herald } }, - ["effect of buffs granted by your active ancestor totems"] = { "BuffEffect", skillNameList = { "Ancestral Warchief", "Ancestral Protector" } }, + ["effect of buffs granted by your active ancestor totems"] = { "BuffEffect", tag = { type = "SkillName", skillNameList = { "Ancestral Warchief", "Ancestral Protector" } } }, ["warcry effect"] = { "BuffEffect", keywordFlags = KeywordFlag.Warcry }, ["aspect of the avian buff effect"] = { "BuffEffect", tag = { type = "SkillName", skillName = "Aspect of the Avian" } }, -- Charges @@ -696,6 +696,7 @@ local modTagList = { ["per siphoning charge"] = { tag = { type = "Multiplier", var = "SiphoningCharge" } }, ["per challenger charge"] = { tag = { type = "Multiplier", var = "ChallengerCharge" } }, ["per blitz charge"] = { tag = { type = "Multiplier", var = "BlitzCharge" } }, + ["per ghost shroud"] = { tag = { type = "Multiplier", var = "GhostShroud" } }, ["per crab barrier"] = { tag = { type = "Multiplier", var = "CrabBarrier" } }, ["per (%d+) rage"] = function(num) return { tag = { type = "Multiplier", var = "Rage", div = num } } end, ["per level"] = { tag = { type = "Multiplier", var = "Level" } }, @@ -758,6 +759,7 @@ local modTagList = { ["per (%d+)%% lightning resistance above 75%%"] = function(num) return { tag = { type = "PerStat", stat = "LightningResistOver75", div = num } } end, ["per totem"] = { tag = { type = "PerStat", stat = "ActiveTotemLimit" } }, ["per summoned totem"] = { tag = { type = "PerStat", stat = "ActiveTotemLimit" } }, + ["for each summoned totem"] = { tag = { type = "PerStat", stat = "ActiveTotemLimit" } }, ["for each time they have chained"] = { tag = { type = "PerStat", stat = "Chain" } }, ["for each time it has chained"] = { tag = { type = "PerStat", stat = "Chain" } }, ["for each summoned golem"] = { tag = { type = "PerStat", stat = "ActiveGolemLimit" } }, @@ -1182,7 +1184,7 @@ local specialModList = { ["while there is at least one nearby ally, you and nearby allies deal (%d+)%% more damage"] = function(num) return { mod("ExtraAura", "LIST", { mod = mod("Damage", "MORE", num) }, { type = "MultiplierThreshold", var = "NearbyAlly", threshold = 1 }) } end, ["while there are at least five nearby allies, you and nearby allies have onslaught"] = { mod("ExtraAura", "LIST", { mod = flag("Onslaught") }, { type = "MultiplierThreshold", var = "NearbyAlly", threshold = 5 }) }, -- Hierophant - ["you and your totems regenerate (%d+)%% of life per second per totem"] = function (num) return { + ["you and your totems regenerate (%d+)%% of life per second for each summoned totem"] = function (num) return { mod("LifeRegenPercent", "BASE", num, {type = "PerStat", stat = "ActiveTotemLimit"}), mod("LifeRegenPercent", "BASE", num, {type = "PerStat", stat = "ActiveTotemLimit"}, 0, KeywordFlag.Totem), } end, diff --git a/README.md b/README.md index ad1252ca..37ed964e 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,14 @@ This is a fork of Openarls Path Of Building that includes many extra features no * Impale DPS support * More tree highlighting options for node power * Support for fossil mods in the crafting window. Including correct parsing for some mods that previously didn't work (e.g. 60% chance to deal 100% more poison/bleed damage) -* Add parsing for more nodes on the tree (i.e slayer and elementalist ascendancy nodes) +* Add parsing for more nodes on the tree (i.e slayer, champion, hierophant, trickster and elementalist ascendancy nodes) * Add oil combinations to notables on tree * Support for elusive and nightblade support gem * Incremental shock values (not a locked 50%) * Fixed close combat and multistrike to have their correct damage values * Logic for melee distance scaling attack multipliers (Close combat and Slayers Impact node) -* Added Vermillion ring base * Withered now shows on the configuration screen -* Support for Ryslathas Coil, Vaal Arc Lucky Budd, Perquils Toe and more +* Support for Ryslathas Coil, Vaal Arc Lucky Buff, Perquils Toe and more ## Feature Requests [![Feature Requests](https://feathub.com/LocalIdentity/PathOfBuilding?format=svg)](https://feathub.com/LocalIdentity/PathOfBuilding) diff --git a/TreeData/3_9/tree.lua b/TreeData/3_9/tree.lua index 190ea2ca..c1d21ad2 100644 --- a/TreeData/3_9/tree.lua +++ b/TreeData/3_9/tree.lua @@ -1 +1 @@ -local tree={["characterData"]={[1]={["base_str"]=32,["base_dex"]=14,["base_int"]=14},[3]={["base_str"]=14,["base_dex"]=14,["base_int"]=32},[0]={["base_str"]=20,["base_dex"]=20,["base_int"]=20},[2]={["base_str"]=14,["base_dex"]=32,["base_int"]=14},[4]={["base_str"]=23,["base_dex"]=23,["base_int"]=14},[6]={["base_str"]=14,["base_dex"]=23,["base_int"]=23},[5]={["base_str"]=23,["base_dex"]=14,["base_int"]=23}},["groups"]={[1]={["x"]=-2930.39,["y"]=5534.22,["oo"]={[1]=true},["n"]={30439,8879,14419}},[2]={["x"]=2512.66,["y"]=-1635.47,["oo"]={[0]=true},["n"]={[0]=38129}},[3]={["x"]=4140.89,["y"]=1326.85,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={42964,6654,6913,65224,41380,57819}},[4]={["x"]=-2072.37,["y"]=3042.8,["oo"]={[0]=true,[2]=true},["n"]={27140,64816,34959,51287,27301,6884}},[5]={["x"]=5754.25,["y"]=-1826.35,["oo"]={[2]=true},["n"]={42804,63228,49308,61834,53213,27656}},[6]={["x"]=-5432.79,["y"]=-1462.52,["oo"]={[2]=true},["n"]={11730,40766,36949,6712,10031,401}},[7]={["x"]=-7083.45,["y"]=6528.58,["oo"]={[0]=true},["n"]={[0]=8281}},[8]={["x"]=-4927.68,["y"]=-849.557,["oo"]={[0]=true,[2]=true},["n"]={62214,64426,20832,1593,56305}},[9]={["x"]=-4430.79,["y"]=1566.45,["oo"]={[3]=true},["n"]={60169,2454,14606,39786,10282,35663,38777,34130}},[10]={["x"]=-2322.23,["y"]=6279.8,["oo"]={[0]=true,[3]=true},["n"]={56381,49318,10016,8533,11515,35362,42062,1909}},[11]={["x"]=-2995.88,["y"]=-2343.17,["oo"]={[4]=true},["n"]={14151,27564}},[12]={["x"]=1717.25,["y"]=7873.18,["oo"]={[0]=true,[3]=true,[4]=true},["n"]={61393,15286,42293,34215,45696,20954,3184,17315,62817,34484,10143,38180,50845,16306,33795}},[13]={["x"]=-5793.39,["y"]=-3444.83,["oo"]={[0]=true,[2]=true,[4]=true},["n"]={23083,41970,22757,49939,10771,43486,42343}},[14]={["x"]=3998.13,["y"]=3686.23,["oo"]={[0]=true},["n"]={[0]=64709}},[15]={["x"]=-6339.02,["y"]=-1140.22,["oo"]={[0]=true,[3]=true},["n"]={18990,42917,51559,47427,37639,6814,54667,48282,16754,39761}},[16]={["x"]=2794.1,["y"]=105.05,["oo"]={[2]=true},["n"]={39861,33989,24496}},[17]={["x"]=-4431.53,["y"]=2449.46,["oo"]={[2]=true,[3]=true},["n"]={59861,10542,31928,61868,6718,32482,31033}},[18]={["x"]=-5417.33,["y"]=-688.812,["oo"]={[1]=true},["n"]={21929,38836,27137}},[19]={["x"]=-810.226,["y"]=6265.7,["oo"]={[0]=true,[3]=true},["n"]={11431,63150,19140,30825,25818,7786,55648,46291,544,61039}},[20]={["x"]=840.042,["y"]=6280.92,["oo"]={[0]=true,[3]=true},["n"]={43413,3319,44207,7063,15510,49343,36761,1159,12878}},[21]={["x"]=-2764.42,["y"]=-62.8307,["oo"]={[2]=true},["n"]={15405,33631,33740}},[22]={["x"]=-6323.46,["y"]=2921.56,["oo"]={[0]=true,[3]=true},["n"]={4336,55166,49415,25367,62042,33082,7082,48290}},[23]={["x"]=1037.59,["y"]=-4988.04,["oo"]={[1]=true},["n"]={22972,50472,63067}},[24]={["x"]=-2171.45,["y"]=-4204.12,["oo"]={[0]=true},["n"]={[0]=22088}},[25]={["x"]=4396.45,["y"]=4783.17,["oo"]={[0]=true},["n"]={[0]=30679}},[26]={["x"]=-6359.79,["y"]=1058.06,["oo"]={[0]=true,[3]=true},["n"]={57266,38023,30547,15163,16703,8500,40645,46127,20966,30697}},[27]={["x"]=-6741.4,["y"]=7370.37,["oo"]={[1]=true},["n"]={[0]=34567}},[28]={["x"]=-1195.97,["y"]=5480.28,["oo"]={[0]=true,[2]=true},["n"]={58541,6633,24772,33141,26456,24721}},[29]={["x"]=6.31956,["y"]=763.744,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={33508,36881,35503,43162,39773,23122,7903,20310,45887,31683}},[30]={["x"]=-4548.86,["y"]=-3967.63,["oo"]={[0]=true,[2]=true},["n"]={9386,14057,5743,58218,32262}},[31]={["x"]=2787.19,["y"]=6280.32,["oo"]={[0]=true,[3]=true},["n"]={15085,49547,54268,57782,13807,33089,56231,2392}},[32]={["x"]=-387.173,["y"]=-4617.74,["oo"]={[0]=true},["n"]={[0]=53493}},[33]={["x"]=-3149.91,["y"]=2448.69,["oo"]={[2]=true},["n"]={15868,36047,63048,50264}},[34]={["x"]=2351.31,["y"]=4100.54,["oo"]={[0]=true},["n"]={[0]=56589}},[35]={["x"]=-5748.78,["y"]=-4493.9,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={60619,20467,5068,46413,27134,24677,61950,18379,39657}},[36]={["x"]=-2964.31,["y"]=4030.96,["oo"]={[1]=true},["n"]={7162,9695,42009}},[37]={["x"]=3539.19,["y"]=-1823.72,["oo"]={[2]=true},["n"]={59009,1891,25058,9877,21835,52157}},[38]={["x"]=9.08452,["y"]=-5213.73,["oo"]={[2]=true},["n"]={56158,20528,61419,15117,53279,8302}},[39]={["x"]=-6318.46,["y"]=1995.53,["oo"]={[0]=true,[3]=true},["n"]={49571,57953,23038,25682,20018,6113,12407,4940,9976,590}},[40]={["x"]=2013.31,["y"]=5535.74,["oo"]={[0]=true,[2]=true},["n"]={24203,33725,56807,59016,35489}},[41]={["x"]=1224.15,["y"]=5076.13,["oo"]={[0]=true,[2]=true},["n"]={26096,30030,42637,38269,29543,63156}},[42]={["x"]=3002.06,["y"]=2332.54,["oo"]={[4]=true},["n"]={444,52904}},[43]={["x"]=-5791.27,["y"]=-2757.29,["oo"]={[0]=true},["n"]={[0]=26270}},[44]={["x"]=-3248.77,["y"]=3729.88,["oo"]={[1]=true},["n"]={1252,65456,30160}},[45]={["x"]=-1516.1,["y"]=2467.98,["oo"]={[2]=true},["n"]={30733,49178,28475}},[46]={["x"]=5357.62,["y"]=3926.54,["oo"]={[1]=true},["n"]={63439,43608,63921}},[47]={["x"]=-3753.6,["y"]=4876.61,["oo"]={[0]=true,[2]=true},["n"]={44624,26023,59565,31604,65131,5065}},[48]={["x"]=3947.55,["y"]=-4590.15,["oo"]={[0]=true},["n"]={[0]=60440}},[49]={["x"]=2.72357,["y"]=-6176.34,["oo"]={[0]=true,[3]=true},["n"]={46469,56716,32431,49588,36121,55647,57362,61264,44355,11645}},[50]={["x"]=-392.224,["y"]=3372.82,["oo"]={[2]=true},["n"]={39211,51856,48513,5612}},[51]={["x"]=-3668.44,["y"]=1567,["oo"]={[0]=true},["n"]={[0]=58449}},[52]={["x"]=1.00213,["y"]=3826.63,["oo"]={[2]=true},["n"]={18302,25933,50360,54776,28265,48438}},[53]={["x"]=-940.461,["y"]=-4242.16,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={30225,58604,44983,34661,44955,38148,7938,33783,1031,12852,4184}},[54]={["x"]=6724.75,["y"]=-1043.48,["oo"]={[0]=true,[3]=true},["n"]={54791,5629,28503,35384,39979,17908,25775,36225,30745,49568,4868,62182,15614}},[55]={["x"]=-5791.27,["y"]=-1196.56,["oo"]={[0]=true},["n"]={[0]=23027}},[56]={["x"]=-1359.44,["y"]=808.011,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={62021,65034,65167,15073,42583,13714,61787,19939,12702,55485}},[57]={["x"]=-5433.25,["y"]=1986.44,["oo"]={[2]=true},["n"]={37326,48109,26725,62429,62363,38508}},[58]={["x"]=-5171.57,["y"]=4186.22,["oo"]={[0]=true},["n"]={[0]=57279}},[59]={["x"]=-1423.94,["y"]=-1709.44,["oo"]={[1]=true},["n"]={57565,2348,44788}},[60]={["x"]=-3680.07,["y"]=2448.69,["oo"]={[0]=true},["n"]={[0]=24383}},[61]={["x"]=-4585.89,["y"]=1566.24,["oo"]={[4]=true},["n"]={6446,55649}},[62]={["x"]=-602.433,["y"]=5164.38,["oo"]={[2]=true},["n"]={4833,41706,17383,58545,14813,37584}},[63]={["x"]=2196.02,["y"]=3196.19,["oo"]={[0]=true,[2]=true},["n"]={46344,29089,36687,930,7356}},[64]={["x"]=1881.74,["y"]=-6400.81,["oo"]={[0]=true,[3]=true},["n"]={16243,41476,21030,39521,40840,49779,29552,48878,51524,51146,52848,27879,52031}},[65]={["x"]=4692.43,["y"]=1822.27,["oo"]={[2]=true},["n"]={7085,1201,31508,38072}},[66]={["x"]=-2437.29,["y"]=344.805,["oo"]={[0]=true,[2]=true},["n"]={34906,41026,63543,24256}},[67]={["x"]=-4949.89,["y"]=3102.44,["oo"]={[1]=true},["n"]={62108,63422,28311}},[68]={["x"]=-885.302,["y"]=5792.84,["oo"]={[4]=true},["n"]={[0]=61262}},[69]={["x"]=-4042,["y"]=-1501.38,["oo"]={[2]=true},["n"]={31819,46726,38516}},[70]={["x"]=-1682.75,["y"]=3893.63,["oo"]={[1]=true},["n"]={23036,55871,50858}},[71]={["x"]=-2584.7,["y"]=3597.67,["oo"]={[1]=true},["n"]={59494,2225,16380}},[72]={["x"]=-439.073,["y"]=3403.75,["oo"]={[4]=true},["n"]={40867,42911}},[73]={["x"]=-5137.62,["y"]=-5386.64,["oo"]={[0]=true,[3]=true},["n"]={64395,15453,22728,46715,46672,56094,33983,45486,15716}},[74]={["x"]=400.602,["y"]=-1786.7,["oo"]={[0]=true},["n"]={[0]=60090}},[75]={["x"]=-3736.83,["y"]=4378.69,["oo"]={[0]=true,[2]=true},["n"]={6289,48287,5197,64587,42875}},[76]={["x"]=2543.23,["y"]=-4026.54,["oo"]={[0]=true},["n"]={[0]=32710}},[77]={["x"]=-2406.09,["y"]=5476.14,["oo"]={[0]=true,[2]=true},["n"]={50515,18552,56370,1340,25414}},[78]={["x"]=4449.02,["y"]=-4628.49,["oo"]={[0]=true,[2]=true},["n"]={64401,59114,55558,51748,10313}},[79]={["x"]=-4115.68,["y"]=3854.64,["oo"]={[0]=true,[2]=true},["n"]={56982,57923,46756,38922,17038,13910}},[80]={["x"]=-4585.89,["y"]=-413.815,["oo"]={[0]=true},["n"]={[0]=44967}},[81]={["x"]=785.023,["y"]=-5762.65,["oo"]={[0]=true},["n"]={[0]=19501}},[82]={["x"]=3531.5,["y"]=-3178.29,["oo"]={[0]=true,[2]=true},["n"]={28758,39443,56276,38829,14157}},[83]={["x"]=1215.42,["y"]=-698.776,["oo"]={[0]=true},["n"]={[0]=33545}},[84]={["x"]=-2033.45,["y"]=-3677.79,["oo"]={[1]=true},["n"]={60648,42981,53802}},[85]={["x"]=-4000.68,["y"]=-263.8,["oo"]={[0]=true,[2]=true},["n"]={6359,59290,3167,21413,7335}},[86]={["x"]=1416.6,["y"]=-5475.51,["oo"]={[0]=true,[2]=true},["n"]={62697,26557,55954,13961,3190}},[87]={["x"]=-2738.04,["y"]=2021.53,["oo"]={[0]=true},["n"]={[0]=22627}},[88]={["x"]=4847.6,["y"]=-2328.07,["oo"]={[4]=true},["n"]={3656,58244}},[89]={["x"]=-14.6762,["y"]=-1604.24,["oo"]={[0]=true,[2]=true},["n"]={14211,42731,14182,11430,13322,128,3452}},[90]={["x"]=-2720.63,["y"]=-3797.08,["oo"]={[0]=true,[2]=true},["n"]={38701,18767,48298,12250,2301}},[91]={["x"]=-2415.61,["y"]=-5369.52,["oo"]={[0]=true,[2]=true},["n"]={56066,54043,30926,11765,63944,20844,62217}},[92]={["x"]=-2334.12,["y"]=1357.37,["oo"]={[0]=true,[3]=true},["n"]={50904,47175,31628}},[93]={["x"]=3322.29,["y"]=5385.64,["oo"]={[1]=true},["n"]={61327,51404,57199}},[94]={["x"]=2538.88,["y"]=-4396.77,["oo"]={[0]=true},["n"]={[0]=32345}},[95]={["x"]=-2437.53,["y"]=4938.26,["oo"]={[1]=true},["n"]={11700,50969,20835}},[96]={["x"]=2766.27,["y"]=-3610.22,["oo"]={[0]=true,[2]=true},["n"]={6615,44339,12379,44183,7555,37394}},[97]={["x"]=2641.47,["y"]=-4912.04,["oo"]={[0]=true,[2]=true},["n"]={32942,64239,22407,19098,64612,59959,63207}},[98]={["x"]=-4819.37,["y"]=-3077.94,["oo"]={[0]=true,[2]=true},["n"]={57746,57044,62490,51355,10511,18823}},[99]={["x"]=2596.68,["y"]=-5661.69,["oo"]={[1]=true},["n"]={38849,27709,28887}},[100]={["x"]=-2446.85,["y"]=-6214.38,["oo"]={[0]=true,[2]=true},["n"]={19897,4247,17412,52412,43716,34144,2320}},[101]={["x"]=6676.1,["y"]=-2625.43,["oo"]={[0]=true,[3]=true},["n"]={44134,11489,55414,36490,47422,22261,56174,38864,57001,8920}},[102]={["x"]=1236.49,["y"]=-2388.51,["oo"]={[1]=true},["n"]={47471,35737,31137}},[103]={["x"]=1035.62,["y"]=564.402,["oo"]={[0]=true},["n"]={[0]=19506}},[104]={["x"]=5918.78,["y"]=-2901.61,["oo"]={[0]=true,[2]=true},["n"]={56648,47321,265,19016,38520}},[105]={["x"]=5816.29,["y"]=3956.63,["oo"]={[1]=true},["n"]={51420,49481,65053}},[106]={["x"]=1693.5,["y"]=-3999.53,["oo"]={[1]=true},["n"]={61982,51517,49047}},[107]={["x"]=1327.15,["y"]=1164.33,["oo"]={[0]=true},["n"]={[0]=32091}},[108]={["x"]=-3412.6,["y"]=-3293.36,["oo"]={[0]=true,[2]=true},["n"]={55563,10904,36915,34880,61991,1609}},[109]={["x"]=1864.96,["y"]=-278.555,["oo"]={[0]=true},["n"]={[0]=23407}},[110]={["x"]=1865.53,["y"]=-468.951,["oo"]={[4]=true},["n"]={51786,28574}},[111]={["x"]=2043.28,["y"]=-4245.03,["oo"]={[0]=true,[2]=true},["n"]={20852,6785,36585,42649,55934}},[112]={["x"]=2.53023,["y"]=-4247.59,["oo"]={[1]=true},["n"]={32024,60554,27611}},[113]={["x"]=-2324.55,["y"]=5792.84,["oo"]={[0]=true},["n"]={[0]=24914}},[114]={["x"]=-3362.31,["y"]=-812.395,["oo"]={[0]=true,[2]=true},["n"]={43133,27308,54267,23185,49957}},[115]={["x"]=-1746.84,["y"]=-5293.63,["oo"]={[0]=true,[2]=true},["n"]={367,33864,35706,58103,50029,23659,2897}},[116]={["x"]=878.703,["y"]=1202.34,["oo"]={[1]=true},["n"]={41967,17546,21634}},[117]={["x"]=-420.193,["y"]=-1773.32,["oo"]={[0]=true},["n"]={[0]=22473}},[118]={["x"]=-5431.47,["y"]=-2539.03,["oo"]={[2]=true},["n"]={34173,5696,35958,40508,46897,27575}},[119]={["x"]=-7128.72,["y"]=7406.9,["oo"]={[2]=true},["n"]={63357,17445,41996,607,24798}},[120]={["x"]=6188,["y"]=-3727.16,["oo"]={[0]=true,[2]=true},["n"]={58603,58198,44059,21170,56186,11162}},[121]={["x"]=-802.534,["y"]=-6471,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={18715,10893,38789,61804,60501,14040,13559,42465,8624,11924}},[122]={["x"]=-4935.99,["y"]=787.926,["oo"]={[0]=true,[2]=true},["n"]={54396,1550,2550,14923,25168,5430}},[123]={["x"]=2913.88,["y"]=-5507.57,["oo"]={[1]=true},["n"]={17236,7641,62577}},[124]={["x"]=-14.0333,["y"]=-1073.52,["oo"]={[0]=true},["n"]={[0]=37078}},[125]={["x"]=-2455.1,["y"]=-3479.16,["oo"]={[0]=true},["n"]={[0]=34098}},[126]={["x"]=-5586.83,["y"]=-1999.33,["oo"]={[0]=true},["n"]={[0]=37999}},[127]={["x"]=785.104,["y"]=-6466.79,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={40609,22090,5972,8833,36412,40705,53732,58157,36226,21460}},[128]={["x"]=5754.25,["y"]=-2380.51,["oo"]={[2]=true},["n"]={62177,25411,60259,11018,3537,32176}},[129]={["x"]=-4071.2,["y"]=-4768.03,["oo"]={[0]=true,[2]=true},["n"]={29049,5916,4713,21524,6245}},[130]={["x"]=-317.058,["y"]=-4350.64,["oo"]={[1]=true},["n"]={44723,1346,16790}},[131]={["x"]=-4524.94,["y"]=-4573.17,["oo"]={[1]=true},["n"]={63398,36452,46842}},[132]={["x"]=-4041.97,["y"]=-2484.43,["oo"]={[2]=true},["n"]={61308,40927,15365}},[133]={["x"]=326.285,["y"]=-4358.85,["oo"]={[1]=true},["n"]={21075,38900,38805}},[134]={["x"]=-821.731,["y"]=-5293.57,["oo"]={[0]=true,[2]=true},["n"]={24362,29781,60388,21958,33755,2224,14936}},[135]={["x"]=-2176.7,["y"]=-2877.76,["oo"]={[1]=true},["n"]={39648,17821,21330}},[136]={["x"]=8271.06,["y"]=-4232.48,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={12850,4242,55686,48239,9014,21264,6064,19083,23024,19598,33954,1945,43215,28782,58229}},[137]={["x"]=-648.938,["y"]=-375.073,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={37690,48423,6204,38450,5560,51291,26740,38048,55906,6230}},[138]={["x"]=3494.13,["y"]=4080.21,["oo"]={[0]=true},["n"]={[0]=3469}},[139]={["x"]=1690.32,["y"]=-1906.31,["oo"]={[1]=true},["n"]={45680,25237,10835}},[140]={["x"]=-7723.74,["y"]=7168.08,["oo"]={[0]=true},["n"]={[0]=4194}},[141]={["x"]=973.171,["y"]=-4229.92,["oo"]={[3]=true},["n"]={4432,42795,65203,48514,13753,7503,27163}},[142]={["x"]=1820.79,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=20010}},[143]={["x"]=2194.2,["y"]=-4908.85,["oo"]={[1]=true},["n"]={4036,47306,15228}},[144]={["x"]=2122.35,["y"]=-3746.76,["oo"]={[1]=true},["n"]={9788,12189,5875}},[145]={["x"]=1423.81,["y"]=-3483.98,["oo"]={[1]=true},["n"]={52095,8296,62094}},[146]={["x"]=-1545.15,["y"]=-2508.11,["oo"]={[2]=true},["n"]={47251,7388,36634}},[147]={["x"]=-4110.02,["y"]=-1150.54,["oo"]={[0]=true},["n"]={[0]=50570}},[148]={["x"]=-2346.09,["y"]=-4809.3,["oo"]={[1]=true},["n"]={54657,34157,9432}},[149]={["x"]=-465.534,["y"]=-3400.8,["oo"]={[2]=true},["n"]={1957,739,18866,21934,36774,17579}},[150]={["x"]=-1740.14,["y"]=-6243.84,["oo"]={[0]=true,[3]=true},["n"]={44362,56671,47949,26620,14003,12888,16954,12783,9261}},[151]={["x"]=379.229,["y"]=-7402.31,["oo"]={[0]=true},["n"]={[0]=5415}},[152]={["x"]=5889.09,["y"]=273.71,["oo"]={[1]=true},["n"]={53225,11784,37884}},[153]={["x"]=2118.86,["y"]=276.742,["oo"]={[1]=true},["n"]={34907,28424,45067}},[154]={["x"]=-828.65,["y"]=-914.618,["oo"]={[1]=true},["n"]={7614,1006,13191}},[155]={["x"]=-5587.84,["y"]=4527.05,["oo"]={[0]=true},["n"]={[0]=9403}},[156]={["x"]=508.82,["y"]=969.581,["oo"]={[1]=true},["n"]={24472,22893,53042}},[157]={["x"]=4135.06,["y"]=2344.32,["oo"]={[2]=true},["n"]={15842,30894,18670,903,38246,3187}},[158]={["x"]=680.526,["y"]=-976.482,["oo"]={[1]=true},["n"]={18359,21973,34306}},[159]={["x"]=-5405.01,["y"]=3200.81,["oo"]={[1]=true},["n"]={7285,12247,56359}},[160]={["x"]=5229.52,["y"]=341.322,["oo"]={[0]=true,[2]=true},["n"]={32227,64509,3863,20167,12915}},[161]={["x"]=6721.25,["y"]=2653.64,["oo"]={[0]=true,[3]=true},["n"]={56509,52213,54354,59151,6108,1698,12720,2021,29856,1568}},[162]={["x"]=5377.69,["y"]=3395.7,["oo"]={[0]=true,[2]=true},["n"]={529,36801,19228,3362,30021}},[163]={["x"]=3813.61,["y"]=252.005,["oo"]={[1]=true},["n"]={36877,22488,7136}},[164]={["x"]=6714.1,["y"]=889.915,["oo"]={[0]=true,[2]=true},["n"]={1405,15825,5802,34372,3424}},[165]={["x"]=4479.58,["y"]=3684.45,["oo"]={[0]=true,[2]=true},["n"]={39447,37504,37776,11817,44389}},[166]={["x"]=1469.27,["y"]=4379.45,["oo"]={[0]=true,[2]=true},["n"]={42720,8566,34510,5815,50041,48823}},[167]={["x"]=6721.38,["y"]=1804.7,["oo"]={[0]=true,[3]=true},["n"]={32514,55750,2185,23912,12948,39665,38149,49459,51881,64761}},[168]={["x"]=-3099.83,["y"]=380.367,["oo"]={[0]=true,[2]=true},["n"]={65159,31520,4300,11190,35910,63635,44354}},[169]={["x"]=5339.66,["y"]=-272.444,["oo"]={[0]=true,[2]=true},["n"]={45360,9535,54016,54868,39938}},[170]={["x"]=5555.02,["y"]=1816.51,["oo"]={[2]=true},["n"]={48614,16079,60735,14292,38348,21758}},[171]={["x"]=-7360.51,["y"]=7434.14,["oo"]={[0]=true},["n"]={[0]=43195}},[172]={["x"]=-4584.76,["y"]=-2343.17,["oo"]={[4]=true},["n"]={10575,58402}},[173]={["x"]=1629.23,["y"]=-4507.24,["oo"]={[0]=true},["n"]={[0]=23950}},[174]={["x"]=5754.25,["y"]=-1295.98,["oo"]={[2]=true},["n"]={42443,3314,40362,25260,27788,21893}},[175]={["x"]=605.508,["y"]=5167.26,["oo"]={[2]=true},["n"]={23066,11397,49109,17566,21435,49971}},[176]={["x"]=506.059,["y"]=-5007.15,["oo"]={[0]=true,[2]=true},["n"]={43000,10115,50826,18174,14604,12913}},[177]={["x"]=5600.13,["y"]=2412.61,["oo"]={[1]=true},["n"]={19858,36221,9206}},[178]={["x"]=1379.66,["y"]=763.796,["oo"]={[0]=true,[2]=true},["n"]={8348,6534,60204,57984,44103,17814,106}},[179]={["x"]=-3618.66,["y"]=-5420.22,["oo"]={[0]=true},["n"]={[0]=48556}},[180]={["x"]=1699.61,["y"]=522.017,["oo"]={[0]=true},["n"]={[0]=20812}},[181]={["x"]=-7583.78,["y"]=6561.86,["oo"]={[0]=true},["n"]={[0]=42144}},[182]={["x"]=5894.39,["y"]=-795.792,["oo"]={[1]=true},["n"]={28548,65308,15021}},[183]={["x"]=1436.83,["y"]=6020.89,["oo"]={[0]=true},["n"]={[0]=10661}},[184]={["x"]=3563.36,["y"]=1823.29,["oo"]={[2]=true},["n"]={32117,48099,65210,25178,57240,9373}},[185]={["x"]=3791.29,["y"]=3251.8,["oo"]={[2]=true},["n"]={17421,29104,59146,30955,51440,2715}},[186]={["x"]=3014.82,["y"]=3519.18,["oo"]={[0]=true,[2]=true},["n"]={26471,55307,64241,40743,15837}},[187]={["x"]=-345.819,["y"]=5560.04,["oo"]={[1]=true},["n"]={10073,49147,49416}},[188]={["x"]=298.028,["y"]=4368.76,["oo"]={[2]=true},["n"]={4565,24641,22423,25456,3009}},[189]={["x"]=2343.04,["y"]=1359.74,["oo"]={[0]=true,[3]=true},["n"]={45035,50459,39821}},[190]={["x"]=3184.54,["y"]=4895.57,["oo"]={[0]=true,[2]=true},["n"]={52423,35744,40287,570,27909}},[191]={["x"]=2907.24,["y"]=1344.4,["oo"]={[0]=true},["n"]={[0]=465}},[192]={["x"]=5957.98,["y"]=2122.95,["oo"]={[1]=true},["n"]={57080,42104,49621}},[193]={["x"]=5413.62,["y"]=2821.05,["oo"]={[0]=true,[2]=true},["n"]={33196,13202,17171,47774,58474,43385}},[194]={["x"]=2555.18,["y"]=3842.4,["oo"]={[1]=true},["n"]={43787,29379,52230}},[195]={["x"]=-1.11667,["y"]=3402.44,["oo"]={[1]=true},["n"]={35568,59718,50306}},[196]={["x"]=5440.4,["y"]=-779.639,["oo"]={[1]=true},["n"]={35851,60592,47484}},[197]={["x"]=3557.23,["y"]=1327.2,["oo"]={[0]=true},["n"]={[0]=50338}},[198]={["x"]=1822.8,["y"]=5087.77,["oo"]={[0]=true,[2]=true},["n"]={59717,36704,54872,1382,9171,39530}},[199]={["x"]=3228.89,["y"]=1355.97,["oo"]={[2]=true},["n"]={41536,62712,41250,38344,65033,10017}},[200]={["x"]=-1.83749,["y"]=-2628.88,["oo"]={[0]=true,[3]=true},["n"]={54447,57264,57226}},[201]={["x"]=2.20835,["y"]=2635.03,["oo"]={[0]=true,[3]=true},["n"]={50986,39725,47389}},[202]={["x"]=-3663.27,["y"]=-1500.95,["oo"]={[0]=true},["n"]={[0]=26866}},[203]={["x"]=-2344.65,["y"]=-1346.29,["oo"]={[0]=true,[3]=true},["n"]={61525,20228,63965}},[204]={["x"]=799.179,["y"]=4364.2,["oo"]={[2]=true},["n"]={52632,36222,60002,47030,30155}},[205]={["x"]=-4578.96,["y"]=3411.91,["oo"]={[0]=true,[2]=true},["n"]={65112,14384,25781,13922,33625}},[206]={["x"]=-3671.17,["y"]=2001.06,["oo"]={[2]=true},["n"]={20551,5152,61198,39768,32739,12795}},[207]={["x"]=3422.67,["y"]=4494.41,["oo"]={[1]=true},["n"]={12068,16851,47743}},[208]={["x"]=1376.79,["y"]=3304.52,["oo"]={[0]=true,[2]=true},["n"]={2355,53558,7977,57900}},[209]={["x"]=3207.35,["y"]=2324.86,["oo"]={[2]=true},["n"]={56149,720,6542,60803,29870,94}},[210]={["x"]=5945.81,["y"]=1511.07,["oo"]={[1]=true},["n"]={9469,59220,65502}},[211]={["x"]=5925.92,["y"]=3556.33,["oo"]={[0]=true,[2]=true},["n"]={64769,23449,36849,7263,34394}},[212]={["x"]=-773.517,["y"]=4363.27,["oo"]={[2]=true},["n"]={43412,34666,36972,43303,30842}},[213]={["x"]=-9069.11,["y"]=650.693,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={47486,982,9971,5643,6028,31667,48480,53095,5029,9190,32249,10238,24704}},[214]={["x"]=398.73,["y"]=3393.27,["oo"]={[2]=true},["n"]={24377,56803,62694,45227}},[215]={["x"]=6106.78,["y"]=4523.03,["oo"]={[0]=true,[2]=true},["n"]={28658,14804,41119,12794,30455,22755}},[216]={["x"]=2861.46,["y"]=2308.75,["oo"]={[0]=true},["n"]={[0]=2094}},[217]={["x"]=1.87525,["y"]=-3747.82,["oo"]={[2]=true},["n"]={2292,27203,48362,8135,11659,11128}},[218]={["x"]=2350.56,["y"]=-1345.29,["oo"]={[0]=true,[3]=true},["n"]={44683,45272}},[219]={["x"]=-2828.42,["y"]=1566.86,["oo"]={[0]=true},["n"]={[0]=33988}},[220]={["x"]=-5421.52,["y"]=413.469,["oo"]={[0]=true,[2]=true},["n"]={15678,58831,39023,37501,56355,18368}},[221]={["x"]=-2785.08,["y"]=-2029.67,["oo"]={[0]=true},["n"]={[0]=35724}},[222]={["x"]=3313.74,["y"]=-5274,["oo"]={[1]=true},["n"]={21984,22618,21033}},[223]={["x"]=-286.833,["y"]=-3094.08,["oo"]={[0]=true},["n"]={[0]=33296}},[224]={["x"]=467.617,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=17201}},[225]={["x"]=5075.38,["y"]=4588.76,["oo"]={[0]=true,[2]=true},["n"]={4656,22217,6383,59866,29445}},[226]={["x"]=-4516.8,["y"]=-1999.43,["oo"]={[0]=true,[3]=true},["n"]={30693,33435,54694,44799,58453,21262,12536}},[227]={["x"]=-774.762,["y"]=1810.01,["oo"]={[1]=true},["n"]={57061,22061,5289}},[228]={["x"]=-3946.02,["y"]=-3293.88,["oo"]={[0]=true,[2]=true},["n"]={42668,24824,9505,43689,65259}},[229]={["x"]=4551.62,["y"]=-146.464,["oo"]={[0]=true},["n"]={[0]=52714}},[230]={["x"]=-4585.89,["y"]=736.926,["oo"]={[0]=true},["n"]={[0]=10221}},[231]={["x"]=-1312.99,["y"]=-5495.86,["oo"]={[1]=true},["n"]={51219,13232,9567}},[232]={["x"]=2729.9,["y"]=4409.73,["oo"]={[0]=true},["n"]={[0]=15027}},[233]={["x"]=703.93,["y"]=-3742.3,["oo"]={[0]=true},["n"]={[0]=27929}},[234]={["x"]=1063.12,["y"]=5557.81,["oo"]={[1]=true},["n"]={29185,58803,32059}},[235]={["x"]=-560.917,["y"]=1841.41,["oo"]={[4]=true},["n"]={46578,28330}},[236]={["x"]=-4193.26,["y"]=733.047,["oo"]={[0]=true,[2]=true},["n"]={50225,24155,15086,55772,27354}},[237]={["x"]=-2028.16,["y"]=3528.93,["oo"]={[0]=true},["n"]={[0]=43374}},[238]={["x"]=-8193.83,["y"]=-2379.15,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={44797,26714,14870,29994,11046,22637,922,29026,1105,34434,25651,60462,33167,40510,38387,51492,30940}},[239]={["x"]=-5465.66,["y"]=2727.13,["oo"]={[0]=true,[2]=true},["n"]={15835,62017,55676,33287}},[240]={["x"]=-4999.13,["y"]=4051.53,["oo"]={[0]=true},["n"]={[0]=3644}},[241]={["x"]=3814.95,["y"]=-583.573,["oo"]={[1]=true},["n"]={20611,42608,44988}},[242]={["x"]=-2341.37,["y"]=4068.7,["oo"]={[0]=true},["n"]={[0]=22703}},[243]={["x"]=-1743.83,["y"]=-4409.38,["oo"]={[0]=true,[2]=true},["n"]={33779,17569,45366,20142,44562,59036}},[244]={["x"]=-2718.01,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=14056}},[245]={["x"]=2824.27,["y"]=-3133.14,["oo"]={[0]=true},["n"]={[0]=21301}},[246]={["x"]=-1666.48,["y"]=-3891.6,["oo"]={[0]=true,[2]=true},["n"]={50557,35702,22062,15081,7688}},[247]={["x"]=-5791.27,["y"]=-648.009,["oo"]={[0]=true},["n"]={[0]=44202}},[248]={["x"]=-5791.27,["y"]=3160.45,["oo"]={[0]=true},["n"]={[0]=5233}},[249]={["x"]=-6763.11,["y"]=6774.72,["oo"]={[2]=true},["n"]={53992,43336,42546,45403,772}},[250]={["x"]=-5078.89,["y"]=1989.22,["oo"]={[0]=true},["n"]={[0]=22285}},[251]={["x"]=1470.43,["y"]=5553.72,["oo"]={[1]=true},["n"]={40135,9262,65093}},[252]={["x"]=-5791.27,["y"]=18.1692,["oo"]={[0]=true},["n"]={[0]=29353}},[253]={["x"]=-4585.89,["y"]=2448.69,["oo"]={[4]=true},["n"]={53793,40653}},[254]={["x"]=-3666.03,["y"]=-1150.55,["oo"]={[0]=true},["n"]={[0]=44908}},[255]={["x"]=-5791.27,["y"]=1993.55,["oo"]={[0]=true},["n"]={[0]=63723}},[256]={["x"]=-7539.12,["y"]=7166.55,["oo"]={[0]=true},["n"]={[0]=61072}},[257]={["x"]=4392.54,["y"]=5356.79,["oo"]={[0]=true,[2]=true},["n"]={55392,53002,4944,18703,36675,55085}},[258]={["x"]=-5791.27,["y"]=-79.5313,["oo"]={[4]=true},["n"]={[0]=63282}},[259]={["x"]=-4318.07,["y"]=4795.03,["oo"]={[0]=true},["n"]={[0]=14930}},[260]={["x"]=-6360.69,["y"]=-2854.37,["oo"]={[0]=true,[3]=true},["n"]={26481,41190,29106,25332,35260,38989,19103,15046,4177,25816}},[261]={["x"]=-3373.17,["y"]=5793.13,["oo"]={[0]=true},["n"]={[0]=34400}},[262]={["x"]=-3088.27,["y"]=-1643.54,["oo"]={[4]=true},["n"]={35556,39916}},[263]={["x"]=-2244.87,["y"]=2915.8,["oo"]={[4]=true},["n"]={[0]=31080}},[264]={["x"]=-1920.83,["y"]=-474.831,["oo"]={[4]=true},["n"]={16775,46910}},[265]={["x"]=-3001.77,["y"]=2448.03,["oo"]={[4]=true},["n"]={6981,36543}},[266]={["x"]=3256.59,["y"]=5792.84,["oo"]={[0]=true},["n"]={[0]=5237}},[267]={["x"]=-3976,["y"]=2941.03,["oo"]={[0]=true},["n"]={[0]=21941}},[268]={["x"]=-5791.27,["y"]=1061.55,["oo"]={[0]=true},["n"]={[0]=59928}},[269]={["x"]=-3082.12,["y"]=1566.24,["oo"]={[4]=true},["n"]={23881,9511}},[270]={["x"]=-7128.14,["y"]=6565.3,["oo"]={[2]=true},["n"]={56722,62162,2521,58029,51782}},[271]={["x"]=-3666.03,["y"]=1073.24,["oo"]={[0]=true},["n"]={[0]=26523}},[272]={["x"]=-5072.2,["y"]=-1994.11,["oo"]={[0]=true},["n"]={[0]=60472}},[273]={["x"]=-4124.89,["y"]=1073.24,["oo"]={[0]=true},["n"]={[0]=54415}},[274]={["x"]=-8002.79,["y"]=-1173.78,["oo"]={[0]=true},["n"]={[0]=39790}},[275]={["x"]=2886.36,["y"]=-4207.48,["oo"]={[0]=true},["n"]={[0]=10153}},[276]={["x"]=-11.7276,["y"]=-687.96,["oo"]={[1]=true},["n"]={22497,8643,63845}},[277]={["x"]=-8125.67,["y"]=-3663.7,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={32992,55146,42264,39728,32364,37419,46952,20050,61372,64768,16745,4494,40010,19641,409}},[278]={["x"]=-4585.89,["y"]=-784.621,["oo"]={[0]=true},["n"]={[0]=15631}},[279]={["x"]=3553.13,["y"]=-403.271,["oo"]={[0]=true},["n"]={[0]=9355}},[280]={["x"]=4691.63,["y"]=2358.53,["oo"]={[0]=true},["n"]={[0]=45491}},[281]={["x"]=-1149.43,["y"]=4249.47,["oo"]={[0]=true},["n"]={[0]=25763}},[282]={["x"]=-1727.07,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=6741}},[283]={["x"]=-1576.53,["y"]=4286.6,["oo"]={[0]=true},["n"]={[0]=17818}},[284]={["x"]=-3358.23,["y"]=3633.18,["oo"]={[4]=true},["n"]={[0]=42800}},[285]={["x"]=-534.714,["y"]=3826.67,["oo"]={[0]=true},["n"]={[0]=34009}},[286]={["x"]=-3343.46,["y"]=4102.11,["oo"]={[0]=true},["n"]={[0]=487}},[287]={["x"]=2841.67,["y"]=3224.13,["oo"]={[0]=true},["n"]={[0]=63139}},[288]={["x"]=-1705.96,["y"]=-3551.62,["oo"]={[0]=true},["n"]={[0]=31875}},[289]={["x"]=-6852.16,["y"]=7410.55,["oo"]={[0]=true},["n"]={[0]=8656}},[290]={["x"]=-3403.74,["y"]=2941.03,["oo"]={[0]=true},["n"]={[0]=49412}},[291]={["x"]=537.262,["y"]=3831.65,["oo"]={[0]=true},["n"]={[0]=48807}},[292]={["x"]=-2831.31,["y"]=-4265.8,["oo"]={[0]=true},["n"]={[0]=56029}},[293]={["x"]=2783.71,["y"]=5792.84,["oo"]={[0]=true},["n"]={[0]=6363}},[294]={["x"]=397.514,["y"]=-4625.95,["oo"]={[0]=true},["n"]={[0]=15711}},[295]={["x"]=1609.46,["y"]=-3739.51,["oo"]={[0]=true},["n"]={[0]=27659}},[296]={["x"]=-1595.83,["y"]=6173.2,["oo"]={[0]=true,[2]=true},["n"]={29019,37800,29547,4378,35507,22356}},[297]={["x"]=2.33298,["y"]=5792.84,["oo"]={[0]=true},["n"]={[0]=16544}},[298]={["x"]=-2494.73,["y"]=-4422.78,["oo"]={[0]=true},["n"]={[0]=5456}},[299]={["x"]=837.825,["y"]=5792.84,["oo"]={[0]=true},["n"]={[0]=8544}},[300]={["x"]=-3692.8,["y"]=-1993.72,["oo"]={[2]=true},["n"]={6237,15599,44529,41472,61471,1203}},[301]={["x"]=1680.96,["y"]=5792.84,["oo"]={[0]=true},["n"]={[0]=29937}},[302]={["x"]=528.172,["y"]=1842.67,["oo"]={[4]=true},["n"]={16167,10829}},[303]={["x"]=3555.89,["y"]=24.0496,["oo"]={[0]=true},["n"]={[0]=49978}},[304]={["x"]=789.698,["y"]=-5419.02,["oo"]={[0]=true,[2]=true},["n"]={54144,57457,13573,31619,39743,44151}},[305]={["x"]=1331.03,["y"]=2494.51,["oo"]={[2]=true},["n"]={11497,34483,238}},[306]={["x"]=-7129.2,["y"]=6984.28,["oo"]={[0]=true},["n"]={[0]=35754}},[307]={["x"]=2093.85,["y"]=3633.37,["oo"]={[0]=true},["n"]={[0]=5408}},[308]={["x"]=4239.87,["y"]=24.0497,["oo"]={[0]=true},["n"]={[0]=8938}},[309]={["x"]=4846.96,["y"]=24.0497,["oo"]={[0]=true},["n"]={[0]=59606}},[310]={["x"]=4847.91,["y"]=-1313.64,["oo"]={[4]=true},["n"]={13885,28012}},[311]={["x"]=6188,["y"]=-624.188,["oo"]={[0]=true},["n"]={[0]=49900}},[312]={["x"]=6188,["y"]=4156.36,["oo"]={[0]=true},["n"]={[0]=32555}},[313]={["x"]=-4460.23,["y"]=-1362.17,["oo"]={[0]=true},["n"]={[0]=62303}},[314]={["x"]=6188,["y"]=2664.39,["oo"]={[0]=true},["n"]={[0]=12412}},[315]={["x"]=2828.39,["y"]=-2801.88,["oo"]={[0]=true,[2]=true},["n"]={25789,54452,43328,59699,15852,55107}},[316]={["x"]=-2728.83,["y"]=4391.25,["oo"]={[0]=true},["n"]={[0]=34601}},[317]={["x"]=-6531.98,["y"]=6800.79,["oo"]={[0]=true},["n"]={[0]=58827}},[318]={["x"]=6188,["y"]=1804.55,["oo"]={[0]=true},["n"]={[0]=20807}},[319]={["x"]=5695,["y"]=24.0498,["oo"]={[4]=true},["n"]={[0]=1461}},[320]={["x"]=5646.7,["y"]=-3299.74,["oo"]={[0]=true,[2]=true},["n"]={2260,35334,29549,61689,13676}},[321]={["x"]=6188,["y"]=888.372,["oo"]={[0]=true},["n"]={[0]=36287}},[322]={["x"]=6188,["y"]=-1211.94,["oo"]={[0]=true},["n"]={[0]=46277}},[323]={["x"]=1222.94,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=19711}},[324]={["x"]=-5332.53,["y"]=4314.93,["oo"]={[0]=true},["n"]={[0]=56143}},[325]={["x"]=3770.21,["y"]=-3819.24,["oo"]={[0]=true,[2]=true},["n"]={40776,53018,15973,19679,21389,61399}},[326]={["x"]=-2690.81,["y"]=-3130.53,["oo"]={[0]=true},["n"]={[0]=13009}},[327]={["x"]=5075.69,["y"]=2359.8,["oo"]={[0]=true},["n"]={[0]=41866}},[328]={["x"]=4847.29,["y"]=467.17,["oo"]={[0]=true},["n"]={[0]=39718}},[329]={["x"]=-1277.35,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=24865}},[330]={["x"]=5075.69,["y"]=4156.36,["oo"]={[0]=true},["n"]={[0]=22266}},[331]={["x"]=-4381.07,["y"]=-202.981,["oo"]={[0]=true},["n"]={[0]=32245}},[332]={["x"]=2677.91,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=23471}},[333]={["x"]=-4373.51,["y"]=195.75,["oo"]={[0]=true},["n"]={[0]=50197}},[334]={["x"]=-2718.75,["y"]=-5042.99,["oo"]={[1]=true},["n"]={5462,7364,65273}},[335]={["x"]=-1507.69,["y"]=-1318.03,["oo"]={[4]=true},["n"]={10490,33479}},[336]={["x"]=1587.37,["y"]=3696.05,["oo"]={[0]=true},["n"]={[0]=11651}},[337]={["x"]=1483.21,["y"]=-1262.81,["oo"]={[4]=true},["n"]={46092,18033}},[338]={["x"]=-2132.22,["y"]=-3385.48,["oo"]={[0]=true},["n"]={[0]=60398}},[339]={["x"]=-3336.57,["y"]=-2836.17,["oo"]={[0]=true},["n"]={[0]=17735}},[340]={["x"]=-2544.71,["y"]=-4133.3,["oo"]={[0]=true},["n"]={[0]=42760}},[341]={["x"]=2197.85,["y"]=-3435.99,["oo"]={[0]=true},["n"]={[0]=37671}},[342]={["x"]=-5457.61,["y"]=1394.34,["oo"]={[0]=true,[2]=true},["n"]={18974,44429,30380,53118}},[343]={["x"]=-3959.1,["y"]=-2836.17,["oo"]={[0]=true},["n"]={[0]=46340}},[344]={["x"]=968.618,["y"]=-4244.92,["oo"]={[4]=true},["n"]={38176,11551,27415}},[345]={["x"]=11.4471,["y"]=-5597.2,["oo"]={[0]=true},["n"]={[0]=4367}},[346]={["x"]=-642.027,["y"]=-3734.23,["oo"]={[0]=true},["n"]={[0]=11420}},[347]={["x"]=4551.83,["y"]=194.439,["oo"]={[0]=true},["n"]={[0]=60180}},[348]={["x"]=-7492.04,["y"]=6776.72,["oo"]={[2]=true},["n"]={54877,57429,41534,22551,15435}},[349]={["x"]=-3609.36,["y"]=-3578.74,["oo"]={[4]=true},["n"]={6764,40366}},[350]={["x"]=-5070.33,["y"]=3642.53,["oo"]={[1]=true},["n"]={34191,60529,33582}},[351]={["x"]=1273.03,["y"]=-3741.26,["oo"]={[0]=true},["n"]={[0]=8948}},[352]={["x"]=6188,["y"]=-1836.69,["oo"]={[0]=true},["n"]={[0]=56295}},[353]={["x"]=6188,["y"]=-3299.93,["oo"]={[0]=true},["n"]={[0]=53456}},[354]={["x"]=-1113.05,["y"]=-7797.08,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={18002,27514,37114,19595,6052,54279,64588,51391,56461,61259,57197,4917,47873,258,16023}},[355]={["x"]=492.521,["y"]=-3451.29,["oo"]={[4]=true},["n"]={32210,21678}},[356]={["x"]=6923.76,["y"]=-1835.96,["oo"]={[0]=true,[3]=true},["n"]={32432,8027,12824,21297,1655,30319,55380,45827,28753,65225,33777}},[357]={["x"]=-6714.3,["y"]=6799.45,["oo"]={[0]=true},["n"]={[0]=43122}},[358]={["x"]=4.61481,["y"]=-4242.71,["oo"]={[4]=true},["n"]={[0]=19635}},[359]={["x"]=4234.67,["y"]=379.719,["oo"]={[0]=true,[2]=true},["n"]={45593,12801,53114,25067,31315,36338}},[360]={["x"]=-4585.89,["y"]=-1643.54,["oo"]={[4]=true},["n"]={31931,15064}},[361]={["x"]=-1746.84,["y"]=-4323.25,["oo"]={[4]=true},["n"]={55332,14021}},[362]={["x"]=2508.41,["y"]=4999.36,["oo"]={[0]=true,[2]=true},["n"]={29454,62744,18770,63251,34761}},[363]={["x"]=-5092.35,["y"]=-4115.79,["oo"]={[0]=true},["n"]={[0]=64210}},[364]={["x"]=-3539.81,["y"]=6006.13,["oo"]={[1]=true},["n"]={2491,18901,62319}},[365]={["x"]=1799.7,["y"]=-4312.2,["oo"]={[4]=true},["n"]={49651,41635}},[366]={["x"]=3841.32,["y"]=-3345.33,["oo"]={[0]=true},["n"]={[0]=4502}},[367]={["x"]=-1232.92,["y"]=-3726.82,["oo"]={[0]=true},["n"]={[0]=4397}},[368]={["x"]=-1250.59,["y"]=-4972.83,["oo"]={[0]=true,[2]=true},["n"]={12246,43061,27323,22577,6770,39858}},[369]={["x"]=-6073.98,["y"]=-22.8308,["oo"]={[1]=true},["n"]={55190,26712,35288}},[370]={["x"]=-4599.6,["y"]=-5083.87,["oo"]={[0]=true},["n"]={[0]=7444}},[371]={["x"]=-506.533,["y"]=-3441.34,["oo"]={[4]=true},["n"]={36542,37569}},[372]={["x"]=-3059.5,["y"]=-5083.87,["oo"]={[0]=true},["n"]={[0]=36678}},[373]={["x"]=1880.18,["y"]=-5762.65,["oo"]={[0]=true},["n"]={[0]=5296}},[374]={["x"]=2639.43,["y"]=-5349.79,["oo"]={[0]=true},["n"]={[0]=34882}},[375]={["x"]=-3491.37,["y"]=-4865.36,["oo"]={[1]=true},["n"]={48713,7898,35685}},[376]={["x"]=3144.34,["y"]=-5058.29,["oo"]={[0]=true},["n"]={[0]=49605}},[377]={["x"]=6188,["y"]=-2458.48,["oo"]={[0]=true},["n"]={[0]=18182}},[378]={["x"]=-3163.85,["y"]=4699.88,["oo"]={[0]=true,[2]=true},["n"]={38664,56460,61636,37647,54977}},[379]={["x"]=2240.49,["y"]=-5580.12,["oo"]={[0]=true},["n"]={[0]=33310}},[380]={["x"]=4815.33,["y"]=-4093.53,["oo"]={[0]=true},["n"]={[0]=36858}},[381]={["x"]=6489.2,["y"]=-394.796,["oo"]={[0]=true,[2]=true},["n"]={10843,15211,33374,31222,21228,38947}},[382]={["x"]=-1746.84,["y"]=-5762.65,["oo"]={[0]=true},["n"]={[0]=63447}},[383]={["x"]=-801.272,["y"]=-5762.65,["oo"]={[0]=true},["n"]={[0]=44184}},[384]={["x"]=2388.9,["y"]=4576.49,["oo"]={[0]=true},["n"]={[0]=36874}},[385]={["x"]=1691.29,["y"]=-2371.16,["oo"]={[2]=true},["n"]={48778,51923,41263}},[386]={["x"]=-3666.03,["y"]=605.421,["oo"]={[0]=true},["n"]={[0]=44606}},[387]={["x"]=-1526.28,["y"]=3665.67,["oo"]={[0]=true},["n"]={[0]=30691}},[388]={["x"]=6924.39,["y"]=414.137,["oo"]={[1]=true},["n"]={19320,12401,56744}},[389]={["x"]=-2339.76,["y"]=4517.07,["oo"]={[0]=true},["n"]={[0]=18025}},[390]={["x"]=-2701.53,["y"]=-5269.65,["oo"]={[4]=true},["n"]={[0]=39841}},[391]={["x"]=5303.08,["y"]=-2989.69,["oo"]={[1]=true},["n"]={27962,31501,59556}},[392]={["x"]=3015.03,["y"]=-2004.59,["oo"]={[2]=true,[4]=true},["n"]={11334,15549,64501,46136,58649,62069,31583,1600}},[393]={["x"]=3556.3,["y"]=400.681,["oo"]={[0]=true},["n"]={[0]=6538}},[394]={["x"]=4213.85,["y"]=-2821.07,["oo"]={[0]=true},["n"]={[0]=41518}},[395]={["x"]=-1187.76,["y"]=-18.7681,["oo"]={[1]=true},["n"]={15400,40126,3359}},[396]={["x"]=3761.46,["y"]=-2394.12,["oo"]={[4]=true},["n"]={[0]=20546}},[397]={["x"]=-3361.81,["y"]=-317.717,["oo"]={[0]=true,[2]=true},["n"]={49698,18146,12013,64077,25396}},[398]={["x"]=3554.3,["y"]=-1320.57,["oo"]={[0]=true},["n"]={[0]=5823}},[399]={["x"]=-6988.94,["y"]=6378.4,["oo"]={[0]=true},["n"]={[0]=10099}},[400]={["x"]=5075.69,["y"]=1822.58,["oo"]={[0]=true},["n"]={[0]=63843}},[401]={["x"]=6691.71,["y"]=4154.32,["oo"]={[0]=true,[2]=true},["n"]={50150,45436,64878,30969,36281,8434,32477}},[402]={["x"]=-3666.03,["y"]=-586.243,["oo"]={[0]=true},["n"]={[0]=2913}},[403]={["x"]=4847.73,["y"]=-404.097,["oo"]={[0]=true},["n"]={[0]=59252}},[404]={["x"]=1009.74,["y"]=3772.62,["oo"]={[0]=true},["n"]={[0]=6580}},[405]={["x"]=-1260.4,["y"]=-721.044,["oo"]={[0]=true},["n"]={[0]=63976}},[406]={["x"]=1116.32,["y"]=4249.47,["oo"]={[0]=true},["n"]={[0]=27283}},[407]={["x"]=3180.78,["y"]=-1313.64,["oo"]={[2]=true,[4]=true},["n"]={45838,8640,27276,62831,51220,48477,23507,57248}},[408]={["x"]=3553.04,["y"]=-820.639,["oo"]={[0]=true},["n"]={[0]=4011}},[409]={["x"]=-3561.87,["y"]=-2484.59,["oo"]={[0]=true},["n"]={[0]=49254}},[410]={["x"]=-3.22349,["y"]=-6758.45,["oo"]={[0]=true},["n"]={[0]=16246}},[411]={["x"]=447.041,["y"]=3401.66,["oo"]={[4]=true},["n"]={49806,63649}},[412]={["x"]=3570.63,["y"]=2825.54,["oo"]={[0]=true},["n"]={[0]=61306}},[413]={["x"]=5075.69,["y"]=2825.65,["oo"]={[0]=true},["n"]={[0]=60942}},[414]={["x"]=4582.69,["y"]=1295.81,["oo"]={[4]=true},["n"]={5616,1529}},[415]={["x"]=3254.62,["y"]=1295.81,["oo"]={[4]=true},["n"]={59370,63795}},[416]={["x"]=5005.68,["y"]=-1836.69,["oo"]={[3]=true},["n"]={7112,8001,47362,1767,41989,38995,8012}},[417]={["x"]=5850.71,["y"]=-319.37,["oo"]={[0]=true,[2]=true},["n"]={1648,20127,31359,11811,37785,3988}},[418]={["x"]=3081.18,["y"]=2340.81,["oo"]={[4]=true},["n"]={[0]=54142}},[419]={["x"]=3556.13,["y"]=802.809,["oo"]={[0]=true},["n"]={[0]=38662}},[420]={["x"]=-3666.03,["y"]=18.1659,["oo"]={[0]=true},["n"]={[0]=50862}},[421]={["x"]=-4585.89,["y"]=-474.836,["oo"]={[4]=true},["n"]={[0]=50422}},[422]={["x"]=-464.286,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=34031}},[423]={["x"]=-808.03,["y"]=5792.76,["oo"]={[0]=true},["n"]={[0]=24083}},[424]={["x"]=-1020.93,["y"]=3790.25,["oo"]={[0]=true},["n"]={[0]=476}},[425]={["x"]=646.997,["y"]=317.162,["oo"]={[1]=true},["n"]={35179,60532,9009}},[426]={["x"]=4212.86,["y"]=-2340.97,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={35283,10763,28754,7920,60949,46965,21575,40644,42686}},[427]={["x"]=3199,["y"]=-356.054,["oo"]={[0]=true,[2]=true},["n"]={58968,37663,1427,51235,35296,18707,55604}},[428]={["x"]=-1363.45,["y"]=1831.51,["oo"]={[1]=true},["n"]={12809,29292,27718}},[429]={["x"]=3696.31,["y"]=4907.3,["oo"]={[0]=true,[2]=true},["n"]={6,5622,25209,7997,30626}},[430]={["x"]=-10525,["y"]=1982.95,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={5865,48904,8592,63583,42861,50024,32251,57560,9271,38999,24528,59920,63673,29630,29294}},[431]={["x"]=4896.33,["y"]=-3685.29,["oo"]={[0]=true,[2]=true},["n"]={61981,60405,25757,47507,49929,43416}},[432]={["x"]=3515.94,["y"]=-2340.97,["oo"]={[0]=true},["n"]={[0]=35894}},[433]={["x"]=4214.36,["y"]=-1304.62,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={60737,42623,46289,30338,51212,30205,54338,33903,58069}},[434]={["x"]=-3056.27,["y"]=6179.56,["oo"]={[0]=true,[2]=true},["n"]={35053,17754,61050,64024,57839,43514}},[435]={["x"]=3.1169,["y"]=5182.46,["oo"]={[2]=true},["n"]={1325,29933,31471,54127,11859,18103}},[436]={["x"]=3601.42,["y"]=6323.77,["oo"]={[0]=true},["n"]={[0]=64217}},[437]={["x"]=5604.99,["y"]=1146.6,["oo"]={[1]=true},["n"]={37619,24133,64235}},[438]={["x"]=3953.32,["y"]=4474.9,["oo"]={[0]=true,[2]=true},["n"]={34678,26528,19069,58271,2047}},[439]={["x"]=1974.6,["y"]=6242,["oo"]={[0]=true,[2]=true},["n"]={10348,24521,27763,49969,47136}},[440]={["x"]=-3243.86,["y"]=-5767.96,["oo"]={[0]=true},["n"]={[0]=18663}},[441]={["x"]=1379.42,["y"]=-1385.45,["oo"]={[0]=true},["n"]={[0]=23540}},[442]={["x"]=6527.16,["y"]=504.13,["oo"]={[0]=true},["n"]={[0]=54307}},[443]={["x"]=-6080.4,["y"]=413.469,["oo"]={[0]=true},["n"]={[0]=31961}},[444]={["x"]=-3858.08,["y"]=3285.51,["oo"]={[0]=true},["n"]={[0]=40907}},[445]={["x"]=4163.55,["y"]=-4974.5,["oo"]={[0]=true},["n"]={[0]=11455}},[446]={["x"]=2459.26,["y"]=-5957.55,["oo"]={[0]=true},["n"]={[0]=56075}},[447]={["x"]=4309.04,["y"]=-3704.71,["oo"]={[0]=true,[2]=true},["n"]={18769,61653,38190,1822,57969}},[448]={["x"]=1339.05,["y"]=-1075.93,["oo"]={[0]=true},["n"]={[0]=45175}},[449]={["x"]=3528.91,["y"]=-5646.28,["oo"]={[0]=true},["n"]={[0]=53759}},[450]={["x"]=1870.52,["y"]=-3308.14,["oo"]={[0]=true},["n"]={[0]=31703}},[451]={["x"]=-1261.79,["y"]=-1308.11,["oo"]={[0]=true},["n"]={[0]=39085}},[452]={["x"]=-272.389,["y"]=4366.9,["oo"]={[2]=true},["n"]={12236,46730,25324,19782,49538}},[453]={["x"]=-4591.78,["y"]=5028.85,["oo"]={[0]=true},["n"]={[0]=12926}},[454]={["x"]=3681.84,["y"]=5792.84,["oo"]={[0]=true},["n"]={[0]=42178}},[455]={["x"]=6561.33,["y"]=4513.49,["oo"]={[0]=true},["n"]={[0]=54922}},[456]={["x"]=7357.52,["y"]=377.844,["oo"]={[0]=true},["n"]={[0]=14914}},[457]={["x"]=-2971.27,["y"]=-6142.24,["oo"]={[0]=true,[2]=true},["n"]={22535,14674,30767,6250,31973,2821}},[458]={["x"]=3751.61,["y"]=-5060.6,["oo"]={[0]=true,[2]=true},["n"]={20077,42436,39986,32295}},[459]={["x"]=-5011.41,["y"]=-3610.95,["oo"]={[0]=true,[2]=true},["n"]={21974,25831,5935,9392,32932,25814}},[460]={["x"]=3293.82,["y"]=442.288,["oo"]={[1]=true},["n"]={63194,64265,6799}},[461]={["x"]=3567.58,["y"]=-4384.43,["oo"]={[1]=true},["n"]={28859,55571,12143}},[462]={["x"]=631.828,["y"]=-1332.46,["oo"]={[1]=true},["n"]={65097,7594,57736}},[463]={["x"]=-1916.64,["y"]=5560.63,["oo"]={[1]=true},["n"]={9995,34513,33718}},[464]={["x"]=4849.18,["y"]=-2340.97,["oo"]={[0]=true},["n"]={[0]=24050}},[465]={["x"]=-4101.42,["y"]=-778.777,["oo"]={[0]=true,[2]=true},["n"]={41599,55926,1761,36859,38333}},[466]={["x"]=4847.68,["y"]=-1304.24,["oo"]={[0]=true},["n"]={[0]=46408}},[467]={["x"]=-4076,["y"]=-4266.95,["oo"]={[0]=true,[2]=true},["n"]={40291,885,37163,24324,1403}},[468]={["x"]=5150.51,["y"]=778.864,["oo"]={[1]=true},["n"]={56646,25511,4481}},[469]={["x"]=2.83147,["y"]=5.63643,["oo"]={[0]=true,[3]=true},["n"]={2151,47062,62103,15144,55373,48828,58833}},[470]={["x"]=9171.33,["y"]=-2608.94,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={37191,32947,15542,55867,63908,28884,19587,29825,35598,41891,2336,23225,13219,57331,58454,55236}},[471]={["x"]=-600.76,["y"]=339.102,["oo"]={[1]=true},["n"]={62662,17674,13782}},[472]={["x"]=647.283,["y"]=-395.459,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={918,28221,24643,45456,56153,11688,48768,3992,49807,37575}},[473]={["x"]=1365.94,["y"]=181.314,["oo"]={[1]=true},["n"]={34579,40100,30471}},[474]={["x"]=6488.12,["y"]=-3407.81,["oo"]={[0]=true},["n"]={[0]=24426}},[475]={["x"]=4237.11,["y"]=-317.398,["oo"]={[0]=true,[2]=true},["n"]={6288,62795,56090,49408,4219,48698}},[476]={["x"]=-3111.87,["y"]=-4555.13,["oo"]={[0]=true,[2]=true},["n"]={16512,22702,24229,4977,53957}},[477]={["x"]=4629.59,["y"]=4156.72,["oo"]={[0]=true,[2]=true},["n"]={51883,19919,62767,63138,6967,55743}},[478]={["x"]=1980.51,["y"]=4470.01,["oo"]={[0]=true},["n"]={[0]=10808}},[479]={["x"]=-3182.22,["y"]=-1512.09,["oo"]={[2]=true},["n"]={29005,39631,17251,31758,42837,23456}},[480]={["x"]=9050.56,["y"]=-1193.81,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={64842,16940,41081,5087,63135,14103,47366,51462,26446,28535,25167,39834,869,38918,18635}},[481]={["x"]=-5093.7,["y"]=-4567.97,["oo"]={[0]=true},["n"]={[0]=63425}},[482]={["x"]=-1753.74,["y"]=-3264.72,["oo"]={[1]=true},["n"]={24157,53757,42900}},[483]={["x"]=-626.55,["y"]=1038.26,["oo"]={[1]=true},["n"]={25732,1696,63933}},[484]={["x"]=3144.34,["y"]=-4499.29,["oo"]={[0]=true,[2]=true},["n"]={40409,4546,4995,9055,41027,3726,63167}},[485]={["x"]=-680.776,["y"]=-1379.32,["oo"]={[0]=true,[2]=true},["n"]={29171,30658,31103,25409,39559}},[486]={["x"]=-6622.49,["y"]=6962.76,["oo"]={[0]=true},["n"]={[0]=6778}},[487]={["x"]=-3.32764,["y"]=1357.23,["oo"]={[0]=true},["n"]={[0]=19144}},[488]={["x"]=-4416.43,["y"]=-5426.18,["oo"]={[0]=true},["n"]={[0]=44941}},[489]={["x"]=2408.01,["y"]=-3513,["oo"]={[0]=true},["n"]={[0]=23690}},[490]={["x"]=-4895.07,["y"]=248.191,["oo"]={[0]=true,[2]=true},["n"]={63380,40229,37895,31257,54597}},[491]={["x"]=-3162.95,["y"]=1566.86,["oo"]={[2]=true},["n"]={40535,30335,32480,7828}},[492]={["x"]=-3258.79,["y"]=-3773.85,["oo"]={[0]=true,[2]=true},["n"]={58763,63963,7153,32455,38599}},[493]={["x"]=2880.26,["y"]=-1317.53,["oo"]={[0]=true},["n"]={[0]=41689}},[494]={["x"]=4692.13,["y"]=1295.6,["oo"]={[0]=true},["n"]={[0]=1571}},[495]={["x"]=301.254,["y"]=-3106.15,["oo"]={[0]=true},["n"]={[0]=59650}},[496]={["x"]=497.141,["y"]=-3410.77,["oo"]={[2]=true},["n"]={6949,19374,55643,40637,9650,25222}},[497]={["x"]=4023.99,["y"]=-4251.62,["oo"]={[1]=true},["n"]={25770,39814,27190}},[498]={["x"]=-886.5,["y"]=-1918.25,["oo"]={[0]=true,[2]=true},["n"]={47312,55866,45317,42274}},[499]={["x"]=1377.64,["y"]=1909.07,["oo"]={[1]=true},["n"]={8930,18402,42041}},[500]={["x"]=4583.76,["y"]=-612.666,["oo"]={[1]=true},["n"]={19210,43316,47065}},[501]={["x"]=1209.14,["y"]=-136.437,["oo"]={[1]=true},["n"]={19287,61875,49379}},[502]={["x"]=2278.85,["y"]=-2725.75,["oo"]={[0]=true,[2]=true},["n"]={55247,63799,61320,18865,33166}},[503]={["x"]=-6462.24,["y"]=-1998.81,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={63824,29061,55993,7092,31153,11016,8198,41251,13164,44347,14665}},[504]={["x"]=-2863.3,["y"]=-1504.25,["oo"]={[0]=true},["n"]={[0]=17352}},[505]={["x"]=-5062.74,["y"]=-332.815,["oo"]={[0]=true,[2]=true},["n"]={7374,3533,11088,65108,4398}},[506]={["x"]=-1949.07,["y"]=4372.49,["oo"]={[0]=true,[2]=true},["n"]={23199,60887,17833,26294,48958,11568}},[507]={["x"]=-3136.28,["y"]=-5395.35,["oo"]={[1]=true},["n"]={7960,52502,20987}},[508]={["x"]=3358.48,["y"]=6059.85,["oo"]={[1]=true},["n"]={46882,40132,58854}},[509]={["x"]=6450.56,["y"]=65.0498,["oo"]={[1]=true},["n"]={32763,23334,6797}},[510]={["x"]=-6513.62,["y"]=-36.5326,["oo"]={[0]=true},["n"]={[0]=40849}},[511]={["x"]=-5440.57,["y"]=-1995.75,["oo"]={[0]=true},["n"]={[0]=26196}},[512]={["x"]=-5293.51,["y"]=-1994.74,["oo"]={[0]=true},["n"]={[0]=34171}},[513]={["x"]=5577.85,["y"]=-3995.86,["oo"]={[0]=true,[2]=true},["n"]={58210,19008,11689,62970,46904,8700}},[514]={["x"]=-1.0393,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=56001}},[515]={["x"]=-5791.27,["y"]=-1999.07,["oo"]={[0]=true},["n"]={[0]=29199}},[516]={["x"]=-5436.84,["y"]=4399.24,["oo"]={[0]=true},["n"]={[0]=57539}},[517]={["x"]=-8510.9,["y"]=3162.58,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={23972,49153,32115,62349,62595,44297,1734,56789,17765}},[518]={["x"]=-8513.97,["y"]=3161.47,["oo"]={[2]=true,[3]=true},["n"]={63417,51998,5819,53816}},[519]={["x"]=-9067.62,["y"]=1007.34,["oo"]={[2]=true},["n"]={42659,50692,1731,14996,61355}},[520]={["x"]=9303.35,["y"]=3417.17,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={53421,31364,5926,16848,27536,4849,12146,11597,24432,33645,15550,55509,58427}},[521]={["x"]=8627.96,["y"]=623.31,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={53086,5443,59837,61627,5082,26067,28995,45313,26958,44482,55985,21455,62136,24848,56856}},[522]={["x"]=-1954.93,["y"]=7857.01,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={33179,48760,37623,3651,24538,1675,27864,15616,52575,8419,63490,2598,14726,758,32730}},[523]={["x"]=8881.4,["y"]=1869.93,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={36242,51101,14156,63293,32640,65296,40631,61805,59800,6038,32662,40813,20480,64111}},[524]={["x"]=8781.38,["y"]=2036.19,["oo"]={[0]=true},["n"]={[0]=1697}},[525]={["x"]=-2378.71,["y"]=-7740.3,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={31984,17018,32417,6728,48124,37127,31344,37492,27096,62504,31316,43242,25309,47630,18378}},[526]={["x"]=563.79,["y"]=-7404.46,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={55646,18309,60547,39818,18574,54159,65153,14603,48719,36017,26298,11490,23509,23572,60791}},[527]={["x"]=214.339,["y"]=-7046.14,["oo"]={[0]=true},["n"]={[0]=3554}},[528]={["x"]=-44.9816,["y"]=8284.1,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={6982,61478,60508,35185,25111,43725,31700,33940,35750,56967,11412,27604,41433,13374,24984}},[529]={["x"]=-8278.64,["y"]=-1020.38,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={43193,57222,10635,60769,662,37486,48214,40059,3154,32816,61871}},[530]={["x"]=-8002.6,["y"]=-866.539,["oo"]={[0]=true},["n"]={[0]=53884}},[531]={["x"]=-6762.47,["y"]=7195.67,["oo"]={[2]=true},["n"]={7618,42671,38689,31598,49532}},[532]={["x"]=-7493.62,["y"]=7195.64,["oo"]={[2]=true},["n"]={24755,33875,30690,193,61437}},[533]={["x"]=-7632.91,["y"]=7091.57,["oo"]={[1]=true},["n"]={[0]=57052}},[534]={["x"]=-6763.06,["y"]=7250.21,["oo"]={[0]=true},["n"]={[0]=9327}},[535]={["x"]=-6896.71,["y"]=6538,["oo"]={[0]=true},["n"]={[0]=12597}},[536]={["x"]=-7268.5,["y"]=7514.06,["oo"]={[1]=true},["n"]={[0]=34774}},[537]={["x"]=-7176,["y"]=7432.68,["oo"]={[0]=true},["n"]={[0]=39598}},[538]={["x"]=-7491.48,["y"]=6720.18,["oo"]={[0]=true},["n"]={[0]=43962}},[539]={["x"]=-7403.2,["y"]=6561.35,["oo"]={[0]=true},["n"]={[0]=30919}},[540]={["x"]=4847.28,["y"]=-3178.7,["oo"]={[0]=true,[2]=true},["n"]={59482,46896,4973,5129,9864,58442}},[541]={["x"]=5091.19,["y"]=-4566.02,["oo"]={[0]=true,[3]=true},["n"]={34763,30110,42907,53013,21693,5613,38539,54713,23616,16874}},[542]={["x"]=2360.76,["y"]=-233.102,["oo"]={[1]=true},["n"]={54574,54974,59605}},[543]={["x"]=965.093,["y"]=-1903.13,["oo"]={[0]=true,[2]=true},["n"]={17849,33911,21602,57615,44543}},[544]={["x"]=393.289,["y"]=5559.17,["oo"]={[1]=true},["n"]={11364,43684,59766}},[545]={["x"]=3998.45,["y"]=3996.06,["oo"]={[1]=true},["n"]={32802,25766,16236}},[546]={["x"]=-3186.73,["y"]=-2253.05,["oo"]={[2]=true},["n"]={4568,420,33923,59005,61217,9294}},[547]={["x"]=2735.2,["y"]=-1801.22,["oo"]={[0]=true},["n"]={[0]=63639}},[548]={["x"]=-4460.23,["y"]=-2626.41,["oo"]={[0]=true},["n"]={[0]=59728}},[549]={["x"]=-1417.49,["y"]=-3397.5,["oo"]={[1]=true},["n"]={29033,51954,29861}},[550]={["x"]=-3600.24,["y"]=-4394.79,["oo"]={[0]=true,[2]=true},["n"]={50382,6616,48093,16743,34560,44824,19833}},[551]={["x"]=-424.75,["y"]=-4982.75,["oo"]={[0]=true,[2]=true},["n"]={26585,40075,49534,42485,7918,6861}},[552]={["x"]=2311.33,["y"]=-5261.21,["oo"]={[1]=true},["n"]={51801,14745,53573}},[553]={["x"]=-1560.49,["y"]=3318.81,["oo"]={[0]=true,[2]=true},["n"]={37887,17934,29359,63727,29110}},[554]={["x"]=5579.12,["y"]=4454.94,["oo"]={[0]=true,[2]=true},["n"]={9786,4573,33558,3309,56917}},[555]={["x"]=5806.97,["y"]=712.404,["oo"]={[0]=true,[2]=true},["n"]={56814,46694,11850,17608,50154}},[556]={["x"]=3424.24,["y"]=3807.71,["oo"]={[1]=true},["n"]={45033,53324,15344}},[557]={["x"]=-4679.04,["y"]=3931.22,["oo"]={[0]=true,[2]=true},["n"]={2957,64221,39678,54629,58407}},[558]={["x"]=5903.06,["y"]=2916.24,["oo"]={[0]=true,[2]=true},["n"]={9844,1513,46593,2959,22914}},[559]={["x"]=-1957.41,["y"]=5079.74,["oo"]={[0]=true,[2]=true},["n"]={53292,40841,59833,15124,9194,11596}},[560]={["x"]=8.22188,["y"]=6271.72,["oo"]={[0]=true,[3]=true},["n"]={23951,57449,16213,58921,57011,65485,32690,64882,7013}},[561]={["x"]=4867.6,["y"]=5070.96,["oo"]={[0]=true,[2]=true},["n"]={11678,36912,59625,44306,8458,35496}},[562]={["x"]=-4247.83,["y"]=4424.19,["oo"]={[1]=true},["n"]={25531,19884,49772}},[563]={["x"]=1851.91,["y"]=-5367.1,["oo"]={[1]=true},["n"]={27592,44924,55114}},[564]={["x"]=-1356.77,["y"]=5027.25,["oo"]={[0]=true,[2]=true},["n"]={45341,6043,50340,60031,9227}},[565]={["x"]=2625.17,["y"]=5502.86,["oo"]={[0]=true,[2]=true},["n"]={19388,23852,32519,26188,52090,55192}},[566]={["x"]=-3374.35,["y"]=5299.53,["oo"]={[0]=true,[2]=true},["n"]={43822,2411,35992,5126,22391}},[567]={["x"]=-3400.74,["y"]=3304.13,["oo"]={[0]=true,[2]=true},["n"]={23904,15438,8426,29034,35436}},[568]={["x"]=-5792.51,["y"]=3689.39,["oo"]={[0]=true,[2]=true},["n"]={44922,48813,10851,861,788}},[569]={["x"]=-5314.54,["y"]=-3047.31,["oo"]={[0]=true,[2]=true},["n"]={22472,57167,28076,51108,47387}},[570]={["x"]=1522.6,["y"]=-5021.27,["oo"]={[0]=true,[2]=true},["n"]={9370,44360,6685,29381,33772}},[571]={["x"]=-377.525,["y"]=-5469.3,["oo"]={[1]=true},["n"]={15167,24872,34506}},[572]={["x"]=2405.4,["y"]=-3116.32,["oo"]={[1]=true},["n"]={23438,16602,41137}},[573]={["x"]=6421.98,["y"]=1267.83,["oo"]={[1]=true},["n"]={31371,40751,6233}},[574]={["x"]=3270.71,["y"]=-3991.86,["oo"]={[0]=true,[2]=true},["n"]={12073,52522,11716,42744,45608}},[575]={["x"]=3814.32,["y"]=-200.99,["oo"]={[1]=true},["n"]={42006,18661,44102}},[576]={["x"]=3031.97,["y"]=-3263.44,["oo"]={[1]=true},["n"]={9015,23439,39524}},[577]={["x"]=6479.23,["y"]=3638.4,["oo"]={[0]=true,[2]=true},["n"]={4750,58288,63618,42632,27444,15290,43846}},[578]={["x"]=-3160.13,["y"]=2016.62,["oo"]={[0]=true},["n"]={[0]=38706}},[579]={["x"]=3143.42,["y"]=1824.64,["oo"]={[0]=true},["n"]={[0]=41307}},[580]={["x"]=17.2329,["y"]=-3329.59,["oo"]={[0]=true},["n"]={[0]=62596}},[581]={["x"]=6894.09,["y"]=41.0428,["oo"]={[0]=true},["n"]={[0]=57006}},[582]={["x"]=-3798.36,["y"]=6320.53,["oo"]={[0]=true},["n"]={[0]=27119}},[583]={["x"]=-7082.48,["y"]=2033,["oo"]={[0]=true},["n"]={[0]=52282}},[584]={["x"]=-7184.33,["y"]=-2006.03,["oo"]={[0]=true},["n"]={[0]=5624}},[585]={["x"]=1212.78,["y"]=1563.55,["oo"]={[0]=true},["n"]={[0]=56207}},[586]={["x"]=1976.22,["y"]=4108.5,["oo"]={[0]=true,[2]=true},["n"]={35101,26365,12415,36736,7187}},[587]={["x"]=9533.69,["y"]=5190.68,["oo"]={},["n"]={}},[588]={["x"]=9618.01,["y"]=5433.64,["oo"]={},["n"]={}},[589]={["x"]=8682.59,["y"]=5521.01,["oo"]={},["n"]={}},[590]={["x"]=8500.23,["y"]=4964,["oo"]={},["n"]={}},[591]={["x"]=8564.17,["y"]=4924.04,["oo"]={},["n"]={}},[592]={["x"]=8516.7,["y"]=5195.28,["oo"]={},["n"]={}},[593]={["x"]=8510.89,["y"]=4881.41,["oo"]={},["n"]={}},[594]={["x"]=8359.04,["y"]=5022.61,["oo"]={},["n"]={}},[595]={["x"]=9034.74,["y"]=5475.6,["oo"]={},["n"]={}},[596]={["x"]=8817.43,["y"]=5576.17,["oo"]={},["n"]={}},[597]={["x"]=7221.77,["y"]=-144.14,["oo"]={},["n"]={}},[598]={["x"]=8993.59,["y"]=4840.34,["oo"]={},["n"]={}},[599]={["x"]=5102.54,["y"]=-591.905,["oo"]={[1]=true},["n"]={46471,21048,10555}},[600]={["x"]=7957.63,["y"]=-240.936,["oo"]={},["n"]={}}},["root"]={["g"]=0,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={50459,47175,50986,61525,54447,44683,58833},["in"]={}},["nodes"]={[30439]={["id"]=30439,["icon"]="Art/2DArt/SkillIcons/passives/lavalash.png",["ks"]=false,["not"]=true,["dn"]="Lava Lash",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+8% to Fire Damage over Time Multiplier","Damage with Weapons Penetrates 8% Fire Resistance","30% increased Fire Damage with Attack Skills"},["g"]=1,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=30439}},[8879]={["id"]=8879,["icon"]="Art/2DArt/SkillIcons/passives/firedamagestr.png",["ks"]=false,["not"]=false,["dn"]="Weapon Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Fire Damage with Attack Skills"},["g"]=1,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={8879,8879}},[14419]={["id"]=14419,["icon"]="Art/2DArt/SkillIcons/passives/firedamagestr.png",["ks"]=false,["not"]=false,["dn"]="Weapon Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Fire Damage with Attack Skills"},["g"]=1,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30439,8879},["in"]={}},[38129]={["id"]=38129,["icon"]="Art/2DArt/SkillIcons/passives/damage_blue.png",["ks"]=false,["not"]=false,["dn"]="Damage and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage","+12 to maximum Energy Shield"},["g"]=2,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={44683,11334,63639},["in"]={[0]=38129}},[42964]={["id"]=42964,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Bows","3% increased Attack Speed with Bows","12% increased Damage Over Time with Bow Skills"},["g"]=3,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={42964,42964}},[6654]={["id"]=6654,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage with Bows","6% increased Global Accuracy Rating","15% increased Damage Over Time with Bow Skills"},["g"]=3,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={6654,6654}},[6913]={["id"]=6913,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage with Bows","6% increased Global Accuracy Rating","15% increased Damage Over Time with Bow Skills"},["g"]=3,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6654},["in"]={[0]=6913}},[65224]={["id"]=65224,["icon"]="Art/2DArt/SkillIcons/passives/AspectoftheEagle.png",["ks"]=false,["not"]=true,["dn"]="Aspect of the Eagle",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Damage with Bows","12% increased Global Accuracy Rating","+10 to maximum Life","4% increased Movement Speed","20% increased Damage Over Time with Bow Skills"},["g"]=3,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={6913,42964,41380},["in"]={}},[41380]={["id"]=41380,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Attack Speed and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Bows","20% increased Critical Strike Chance with Bows"},["g"]=3,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57819},["in"]={[0]=41380}},[57819]={["id"]=57819,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Attack Speed and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Bows","20% increased Critical Strike Chance with Bows"},["g"]=3,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={57819,57819}},[27140]={["id"]=27140,["icon"]="Art/2DArt/SkillIcons/passives/accuracy2h.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","0.4% of Physical Attack Damage Leeched as Life","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=4,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={27140,27140}},[64816]={["id"]=64816,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=4,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={27140,43374},["in"]={[0]=64816}},[34959]={["id"]=34959,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Life Leech Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","25% increased total Recovery per second from Life Leech","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=4,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={64816,6884},["in"]={}},[51287]={["id"]=51287,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.png",["ks"]=false,["not"]=false,["dn"]="Two Hand Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=4,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[27301]={["id"]=27301,["icon"]="Art/2DArt/SkillIcons/passives/MartialExperience.png",["ks"]=false,["not"]=true,["dn"]="Martial Experience",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Physical Damage with Two Handed Melee Weapons","0.8% of Physical Attack Damage Leeched as Life","50% increased total Recovery per second from Life Leech","Enemies have -12% to Total Physical Damage Reduction against your Hits","30% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=4,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27140},["in"]={[0]=27301}},[6884]={["id"]=6884,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Life Leech Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","25% increased total Recovery per second from Life Leech","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=4,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27301},["in"]={[0]=6884}},[42804]={["id"]=42804,["icon"]="Art/2DArt/SkillIcons/passives/minddrinker.png",["ks"]=false,["not"]=true,["dn"]="Mind Drinker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased maximum Mana","0.4% of Attack Damage Leeched as Mana","Recover 2% of Mana on Kill"},["g"]=5,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49308,63228},["in"]={}},[63228]={["id"]=63228,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=5,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56295},["in"]={[0]=63228}},[49308]={["id"]=49308,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=5,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={49308,49308}},[61834]={["id"]=61834,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=5,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27656},["in"]={[0]=61834}},[53213]={["id"]=53213,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=5,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=10,["ia"]=0,["out"]={61834,7112},["in"]={}},[27656]={["id"]=27656,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=5,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=56295},["in"]={[0]=27656}},[11730]={["id"]=11730,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=true,["dn"]="Endurance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1 to Maximum Endurance Charges"},["g"]=6,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={401,40766},["in"]={}},[40766]={["id"]=40766,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Endurance Charge Duration"},["g"]=6,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23027},["in"]={[0]=40766}},[36949]={["id"]=36949,["icon"]="Art/2DArt/SkillIcons/passives/titanicmight.png",["ks"]=false,["not"]=true,["dn"]="Devotion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Life","3% increased effect of Non-Curse Auras from your Skills","+20 to Strength"},["g"]=6,["o"]=2,["oidx"]=11,["sa"]=20,["da"]=0,["ia"]=0,["out"]={[0]=10031},["in"]={[0]=36949}},[6712]={["id"]=6712,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Life"},["g"]=6,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={36949,23027},["in"]={}},[10031]={["id"]=10031,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Life"},["g"]=6,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15064},["in"]={[0]=10031}},[401]={["id"]=401,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Endurance Charge Duration"},["g"]=6,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15064},["in"]={[0]=401}},[8281]={["id"]=8281,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png",["ks"]=false,["not"]=false,["dn"]="Elementalist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Witch Ascendancy passives)"},["spc"]={},["sd"]={"Damage Penetrates 10% of Enemy Elemental Resistances","Cannot take Reflected Elemental Damage","40% increased Effect of Heralds on you","Shocks from your Hits always increase Damage taken by at least 10%","+1 to maximum number of Golems"},["g"]=7,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=8281}},[62214]={["id"]=62214,["icon"]="Art/2DArt/SkillIcons/passives/ElementalResistance2.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Block and Elemental Resistances with a Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while holding a Shield","+6% Elemental Resistances while holding a Shield"},["g"]=8,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20832},["in"]={[0]=62214}},[64426]={["id"]=64426,["icon"]="Art/2DArt/SkillIcons/passives/ElementalResistance2.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Block and Elemental Resistances with a Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while holding a Shield","+6% Elemental Resistances while holding a Shield"},["g"]=8,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1593},["in"]={[0]=64426}},[20832]={["id"]=20832,["icon"]="Art/2DArt/SkillIcons/passives/barricade.png",["ks"]=false,["not"]=true,["dn"]="Sanctuary",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% Chance to Block Spell Damage while holding a Shield","+12% Elemental Resistances while holding a Shield","+3% Chance to Block Attack Damage while holding a Shield"},["g"]=8,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=20832}},[1593]={["id"]=1593,["icon"]="Art/2DArt/SkillIcons/passives/shieldblock.png",["ks"]=false,["not"]=false,["dn"]="Shield Block and Defences",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"40% increased Defences from Equipped Shield","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=8,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62214},["in"]={[0]=1593}},[56305]={["id"]=56305,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupShield.png",["ks"]=false,["not"]=false,["dn"]="Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=8,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[60169]={["id"]=60169,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=9,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14606},["in"]={[0]=60169}},[2454]={["id"]=2454,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=9,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38777},["in"]={[0]=2454}},[14606]={["id"]=14606,["icon"]="Art/2DArt/SkillIcons/passives/butchery.png",["ks"]=false,["not"]=true,["dn"]="Butchery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Physical Damage with Two Handed Melee Weapons","5% increased Attack Speed with Two Handed Melee Weapons","25% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon","+20 to Strength"},["g"]=9,["o"]=3,["oidx"]=1,["sa"]=20,["da"]=0,["ia"]=0,["out"]={[0]=2454},["in"]={[0]=14606}},[39786]={["id"]=39786,["icon"]="Art/2DArt/SkillIcons/passives/onehanddamage.png",["ks"]=false,["not"]=false,["dn"]="One Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with One Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=9,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34130},["in"]={[0]=39786}},[10282]={["id"]=10282,["icon"]="Art/2DArt/SkillIcons/passives/onehanddamage.png",["ks"]=false,["not"]=false,["dn"]="One Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with One Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=9,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35663},["in"]={[0]=10282}},[35663]={["id"]=35663,["icon"]="Art/2DArt/SkillIcons/passives/strongarm.png",["ks"]=false,["not"]=true,["dn"]="Strong Arm",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Physical Damage with One Handed Melee Weapons","5% increased Attack Speed with One Handed Melee Weapons","25% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon","+20 to Strength"},["g"]=9,["o"]=3,["oidx"]=7,["sa"]=20,["da"]=0,["ia"]=0,["out"]={[0]=39786},["in"]={[0]=35663}},[38777]={["id"]=38777,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Melee Physical Damage","12% increased Damage with Ailments from Attack Skills while wielding a Melee Weapon"},["g"]=9,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={10282,58449},["in"]={[0]=38777}},[34130]={["id"]=34130,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed"},["g"]=9,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={60169,55649},["in"]={[0]=34130}},[56381]={["id"]=56381,["icon"]="Art/2DArt/SkillIcons/passives/2handedspeed.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Two Handed Melee Weapons","3% increased Attack Speed with Two Handed Melee Weapons","10% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=10,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8533},["in"]={[0]=56381}},[49318]={["id"]=49318,["icon"]="Art/2DArt/SkillIcons/passives/wreckingball.png",["ks"]=false,["not"]=true,["dn"]="Wrecking Ball",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Attack Speed with Two Handed Melee Weapons","20% increased Stun Duration with Two Handed Melee Weapons on Enemies","20% increased Damage with Two Handed Weapons","20% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=10,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1909},["in"]={}},[10016]={["id"]=10016,["icon"]="Art/2DArt/SkillIcons/passives/reaver.png",["ks"]=false,["not"]=true,["dn"]="Executioner",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Physical Damage with Two Handed Melee Weapons","50% increased Damage with Hits against Enemies that are on Low Life","8% increased Area of Effect if you've Killed Recently","24% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=10,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=10016}},[8533]={["id"]=8533,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Two Handed Melee Weapons","14% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=10,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11515},["in"]={8533,8533}},[11515]={["id"]=11515,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Two Handed Melee Weapons","5% increased Area of Effect","10% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=10,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35362},["in"]={[0]=11515}},[35362]={["id"]=35362,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Two Handed Melee Weapons","5% increased Area of Effect","10% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=10,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10016},["in"]={[0]=35362}},[42062]={["id"]=42062,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.png",["ks"]=false,["not"]=false,["dn"]="Two Hand Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=10,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[1909]={["id"]=1909,["icon"]="Art/2DArt/SkillIcons/passives/2handedspeed.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Two Handed Melee Weapons","3% increased Attack Speed with Two Handed Melee Weapons","10% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=10,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56381},["in"]={[0]=1909}},[14151]={["id"]=14151,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=11,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=27564},["in"]={[0]=14151}},[27564]={["id"]=27564,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=11,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=17735},["in"]={[0]=27564}},[61393]={["id"]=61393,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage, Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","15% increased Critical Strike Chance"},["g"]=12,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17315},["in"]={[0]=61393}},[15286]={["id"]=15286,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage, Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","5% increased Attack Speed"},["g"]=12,["o"]=4,["oidx"]=36,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3184},["in"]={[0]=15286}},[42293]={["id"]=42293,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage, Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","5% increased Attack Speed"},["g"]=12,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62817},["in"]={[0]=42293}},[34215]={["id"]=34215,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage, Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","0.2% of Attack Damage Leeched as Life"},["g"]=12,["o"]=4,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10143},["in"]={[0]=34215}},[45696]={["id"]=45696,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage, Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","0.2% of Attack Damage Leeched as Life"},["g"]=12,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34484},["in"]={[0]=45696}},[20954]={["id"]=20954,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage, Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","10% increased Area of Effect"},["g"]=12,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38180},["in"]={[0]=20954}},[3184]={["id"]=3184,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png",["ks"]=false,["not"]=true,["dn"]="Bane of Legends",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Kill Enemies that have 20% or lower Life when Hit by your Skills","Gain 10% increased Attack Speed for 20 seconds when you Kill a Rare or Unique Enemy","Gain 10% increased Movement Speed for 20 seconds when you Kill an Enemy"},["g"]=12,["o"]=4,["oidx"]=38,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=3184}},[17315]={["id"]=17315,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png",["ks"]=false,["not"]=true,["dn"]="Overwhelm",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Base Critical Strike Chance for Attacks with Weapons is 7.5%","+10% to Critical Strike Multiplier per Nearby Enemy, up to +100%","Nearby enemies have -30% to Critical Strike Multiplier"},["g"]=12,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=17315}},[62817]={["id"]=62817,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/Headman.png",["ks"]=false,["not"]=true,["dn"]="Headsman",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% more Damage if you've Killed Recently","Cannot take Reflected Physical Damage","20% more Damage against Unique Enemies"},["g"]=12,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15286},["in"]={[0]=62817}},[34484]={["id"]=34484,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png",["ks"]=false,["not"]=true,["dn"]="Endless Hunger",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% of Overkill Damage is Leeched as Life","Cannot be Stunned while Leeching","You are Unaffected by Bleeding while Leeching"},["g"]=12,["o"]=4,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34215},["in"]={[0]=34484}},[10143]={["id"]=10143,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png",["ks"]=false,["not"]=true,["dn"]="Brutal Fervour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Attack Speed while Leeching","Life Leech effects are not removed at Full Life","50% increased Attack Damage while Leeching","6% reduced Damage taken while Leeching"},["g"]=12,["o"]=4,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=10143}},[38180]={["id"]=38180,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/Impact.png",["ks"]=false,["not"]=true,["dn"]="Impact",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"50% increased Global Accuracy Rating","+2 to Melee Weapon and Unarmed Attack range","5% increased Area of Effect per Enemy killed recently, up to 50%","Deal up to 15% more Melee Damage to Enemies, based on proximity"},["g"]=12,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=38180}},[50845]={["id"]=50845,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage, Frenzy and Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","10% increased Endurance Charge Duration","10% increased Frenzy Charge Duration"},["g"]=12,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16306},["in"]={[0]=50845}},[16306]={["id"]=16306,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/Charges.png",["ks"]=false,["not"]=true,["dn"]="Masterful Form",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"50% increased Endurance Charge Duration","50% increased Frenzy Charge Duration","Your Maximum Endurance Charges is equal to your Maximum Frenzy Charges"},["g"]=12,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=16306}},[33795]={["id"]=33795,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Slayer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=12,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42293,45696,20954,61393,50845},["in"]={[0]=33795}},[23083]={["id"]=23083,["icon"]="Art/2DArt/SkillIcons/passives/totemandbranddamage.png",["ks"]=false,["not"]=false,["dn"]="Totem and Brand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Totem Damage","14% increased Damage with Brand Skills"},["g"]=13,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={22757,10771},["in"]={[0]=23083}},[41970]={["id"]=41970,["icon"]="Art/2DArt/SkillIcons/passives/totemmax.png",["ks"]=true,["not"]=false,["dn"]="Ancestral Bond",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"A wooden construct, mute and blind. But fear the wrath of shackled mind."},["spc"]={},["sd"]={"You can't deal Damage with Skills yourself\n+1 to maximum number of Summoned Totems"},["g"]=13,["o"]=4,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=41970}},[22757]={["id"]=22757,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Placement Speed and Brand Range",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Totem Placement speed","10% increased Brand Attachment range"},["g"]=13,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49939},["in"]={[0]=22757}},[49939]={["id"]=49939,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandlife.png",["ks"]=false,["not"]=false,["dn"]="Totem Life and Elemental Resistances, Brand Range",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Totem Life","Totems gain +10% to all Elemental Resistances","10% increased Brand Attachment range"},["g"]=13,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={41970,42343},["in"]={49939,49939}},[10771]={["id"]=10771,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Attack and Cast Speed, Brand Frequency",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Spells Cast by Totems have 5% increased Cast Speed","Attacks used by Totems have 7% increased Attack Speed","5% increased Brand Activation frequency"},["g"]=13,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49939},["in"]={[0]=10771}},[43486]={["id"]=43486,["icon"]="Art/2DArt/SkillIcons/passives/MasteryTotem.png",["ks"]=false,["not"]=false,["dn"]="Totem Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=13,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[42343]={["id"]=42343,["icon"]="Art/2DArt/SkillIcons/passives/BrandKeystone.png",["ks"]=true,["not"]=false,["dn"]="Runebinder",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"An arcane pattern, secrets bound. Blind truth splinters with lies abound."},["spc"]={},["sd"]={"-1 to maximum number of Summoned Totems.\nYou can have an additional Brand Attached to an Enemy"},["g"]=13,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=42343}},[64709]={["id"]=64709,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=14,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={60942,3469,32802},["in"]={64709,64709,64709}},[18990]={["id"]=18990,["icon"]="Art/2DArt/SkillIcons/passives/blockstaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Block, Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while wielding a Staff","3% increased Attack Speed with Staves","3% increased Cast Speed while wielding a Staff","+2% Chance to Block Attack Damage while wielding a Staff"},["g"]=15,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42917},["in"]={[0]=18990}},[42917]={["id"]=42917,["icon"]="Art/2DArt/SkillIcons/passives/whirlingstaff.png",["ks"]=false,["not"]=true,["dn"]="Whirling Barrier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+6% Chance to Block Spell Damage while wielding a Staff","20% chance to gain a Power Charge when you Block","+6% Chance to Block Attack Damage while wielding a Staff"},["g"]=15,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16754},["in"]={[0]=42917}},[51559]={["id"]=51559,["icon"]="Art/2DArt/SkillIcons/passives/stunstaff.png",["ks"]=false,["not"]=true,["dn"]="Smashing Strikes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Damage with Staves","30% increased Critical Strike Chance with Staves","10% chance to gain an Endurance Charge on Melee Critical Strike","30% increased Damage with Ailments from Attack Skills while wielding a Staff","+2 to Melee range with Staves"},["g"]=15,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={37639,48282},["in"]={}},[47427]={["id"]=47427,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Damage and Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage with Staves","20% increased Stun Duration with Staves on Enemies","15% increased Damage with Ailments from Attack Skills while wielding a Staff"},["g"]=15,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={47427,47427}},[37639]={["id"]=37639,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Damage and Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage with Staves","20% increased Stun Duration with Staves on Enemies","15% increased Damage with Ailments from Attack Skills while wielding a Staff"},["g"]=15,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=47427},["in"]={[0]=37639}},[6814]={["id"]=6814,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=15,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[54667]={["id"]=54667,["icon"]="Art/2DArt/SkillIcons/passives/blockstaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Block, Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while wielding a Staff","3% increased Attack Speed with Staves","3% increased Cast Speed while wielding a Staff","+2% Chance to Block Attack Damage while wielding a Staff"},["g"]=15,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18990},["in"]={[0]=54667}},[48282]={["id"]=48282,["icon"]="Art/2DArt/SkillIcons/passives/staffspeed.png",["ks"]=false,["not"]=false,["dn"]="Staff Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Global Critical Strike Chance while wielding a Staff"},["g"]=15,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39761},["in"]={[0]=48282}},[16754]={["id"]=16754,["icon"]="Art/2DArt/SkillIcons/passives/staffspeed.png",["ks"]=false,["not"]=false,["dn"]="Staff Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Global Critical Strike Chance while wielding a Staff"},["g"]=15,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39761},["in"]={[0]=16754}},[39761]={["id"]=39761,["icon"]="Art/2DArt/SkillIcons/passives/StaffCrit.png",["ks"]=false,["not"]=true,["dn"]="Counterweight",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"60% increased Global Critical Strike Chance while wielding a Staff","+30% to Global Critical Strike Multiplier while wielding a Staff"},["g"]=15,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={39761,39761}},[39861]={["id"]=39861,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=16,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=10,["ia"]=0,["out"]={24496,33989},["in"]={[0]=39861}},[33989]={["id"]=33989,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=16,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=33989}},[24496]={["id"]=24496,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=16,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=51786},["in"]={[0]=24496}},[59861]={["id"]=59861,["icon"]="Art/2DArt/SkillIcons/passives/blockstr.png",["ks"]=false,["not"]=false,["dn"]="Shield Block and Defences",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Defences from Equipped Shield","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=17,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={59861,59861}},[10542]={["id"]=10542,["icon"]="Art/2DArt/SkillIcons/passives/armourmastery.png",["ks"]=false,["not"]=true,["dn"]="Diamond Skin",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Armour","+12% to all Elemental Resistances","3% increased Movement Speed"},["g"]=17,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={10542,10542}},[31928]={["id"]=31928,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Armour","+3% to all Elemental Resistances"},["g"]=17,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={10542,53793},["in"]={}},[61868]={["id"]=61868,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Armour","+3% to all Elemental Resistances"},["g"]=17,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10542},["in"]={[0]=61868}},[6718]={["id"]=6718,["icon"]="Art/2DArt/SkillIcons/passives/crystalskin.png",["ks"]=false,["not"]=false,["dn"]="Elemental Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% to all Elemental Resistances"},["g"]=17,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={59861,24383,61868},["in"]={}},[32482]={["id"]=32482,["icon"]="Art/2DArt/SkillIcons/passives/blockstr.png",["ks"]=false,["not"]=false,["dn"]="Shield Block and Defences",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Defences from Equipped Shield","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=17,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53793},["in"]={[0]=32482}},[31033]={["id"]=31033,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=true,["dn"]="Solidity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Attack Damage while holding a Shield","+8% Elemental Resistances while holding a Shield","Attack Skills deal 20% increased Damage with Ailments while holding a Shield","+3% Chance to Block Attack Damage while holding a Shield"},["g"]=17,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={59861,32482},["in"]={}},[21929]={["id"]=21929,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Armour","8% increased maximum Mana"},["g"]=18,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={38836,44202},["in"]={}},[38836]={["id"]=38836,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Armour","8% increased maximum Mana"},["g"]=18,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27137},["in"]={[0]=38836}},[27137]={["id"]=27137,["icon"]="Art/2DArt/SkillIcons/passives/Unwavering.png",["ks"]=false,["not"]=true,["dn"]="Sanctum of Thought",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"You take 20% reduced Extra Damage from Critical Strikes","30% increased Armour","20% reduced Effect of Curses on you"},["g"]=18,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=27137}},[11431]={["id"]=11431,["icon"]="Art/2DArt/SkillIcons/passives/totemlife.png",["ks"]=false,["not"]=false,["dn"]="Totem Life and Physical Damage Reduction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Life","Totems have 10% additional Physical Damage Reduction"},["g"]=19,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30825,24083},["in"]={}},[63150]={["id"]=63150,["icon"]="Art/2DArt/SkillIcons/passives/ironwoodtotem.png",["ks"]=false,["not"]=true,["dn"]="Ironwood",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Totem Life","Totems gain +20% to all Elemental Resistances","Totems have 15% additional Physical Damage Reduction","+100 Armour per Summoned Totem"},["g"]=19,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19140},["in"]={[0]=63150}},[19140]={["id"]=19140,["icon"]="Art/2DArt/SkillIcons/passives/totemlife.png",["ks"]=false,["not"]=false,["dn"]="Totem Life and Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Life","10% increased Totem Placement speed"},["g"]=19,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={19140,19140}},[30825]={["id"]=30825,["icon"]="Art/2DArt/SkillIcons/passives/totemplacementspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Life and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Life","Totems gain +16% to all Elemental Resistances"},["g"]=19,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63150},["in"]={[0]=30825}},[25818]={["id"]=25818,["icon"]="Art/2DArt/SkillIcons/passives/AttackTotemMastery.png",["ks"]=false,["not"]=false,["dn"]="Totem Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=19,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[7786]={["id"]=7786,["icon"]="Art/2DArt/SkillIcons/passives/totemattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Totem Damage","Attacks used by Totems have 4% increased Attack Speed"},["g"]=19,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=544},["in"]={[0]=7786}},[55648]={["id"]=55648,["icon"]="Art/2DArt/SkillIcons/passives/totemattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Totem Damage","Attacks used by Totems have 4% increased Attack Speed"},["g"]=19,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={24083,7786},["in"]={}},[46291]={["id"]=46291,["icon"]="Art/2DArt/SkillIcons/passives/totemdamage.png",["ks"]=false,["not"]=false,["dn"]="Totem Damage and Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Damage","10% increased Totem Placement speed"},["g"]=19,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61039},["in"]={[0]=46291}},[544]={["id"]=544,["icon"]="Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png",["ks"]=false,["not"]=true,["dn"]="Surveillance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Totem Damage","Attacks used by Totems have 8% increased Attack Speed","Each Totem applies 1% increased Damage taken to Enemies near it"},["g"]=19,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46291},["in"]={[0]=544}},[61039]={["id"]=61039,["icon"]="Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png",["ks"]=false,["not"]=true,["dn"]="Panopticon",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Totem Damage","Attack Skills have +1 to maximum number of Summoned Ballista Totems","50% increased Effect of Buffs granted by your Active Ancestor Totems"},["g"]=19,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19140},["in"]={[0]=61039}},[43413]={["id"]=43413,["icon"]="Art/2DArt/SkillIcons/passives/blockstr.png",["ks"]=false,["not"]=false,["dn"]="Shield Block and Block Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Block Recovery","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=20,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={3319,49343},["in"]={}},[3319]={["id"]=3319,["icon"]="Art/2DArt/SkillIcons/passives/blockstr.png",["ks"]=false,["not"]=false,["dn"]="Shield Block and Block Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Block Recovery","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=20,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44207},["in"]={[0]=3319}},[44207]={["id"]=44207,["icon"]="Art/2DArt/SkillIcons/passives/barricade.png",["ks"]=false,["not"]=true,["dn"]="Testudo",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"60% increased Block Recovery","+20 Mana gained when you Block","40% increased Defences from Equipped Shield","+5% Chance to Block Attack Damage while holding a Shield"},["g"]=20,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={44207,44207}},[7063]={["id"]=7063,["icon"]="Art/2DArt/SkillIcons/passives/shieldblock.png",["ks"]=false,["not"]=false,["dn"]="Shield Defences",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"40% increased Defences from Equipped Shield"},["g"]=20,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12878,44207},["in"]={}},[15510]={["id"]=15510,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupShield.png",["ks"]=false,["not"]=false,["dn"]="Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=20,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[49343]={["id"]=49343,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Block Chance and Attack Damage with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Attack Damage while holding a Shield","Attack Skills deal 8% increased Damage with Ailments while holding a Shield","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=20,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8544},["in"]={49343,49343}},[36761]={["id"]=36761,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage and Attack Speed with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Attack Damage while holding a Shield","3% increased Attack Speed while holding a Shield","Attack Skills deal 10% increased Damage with Ailments while holding a Shield"},["g"]=20,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1159},["in"]={[0]=36761}},[1159]={["id"]=1159,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage and Attack Speed with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Attack Damage while holding a Shield","3% increased Attack Speed while holding a Shield","Attack Skills deal 10% increased Damage with Ailments while holding a Shield"},["g"]=20,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49343},["in"]={[0]=1159}},[12878]={["id"]=12878,["icon"]="Art/2DArt/SkillIcons/passives/Retaliation.png",["ks"]=false,["not"]=true,["dn"]="Retaliation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Attack Damage while holding a Shield","8% increased Attack Speed while holding a Shield","40% increased Defences from Equipped Shield","Attack Skills deal 20% increased Damage with Ailments while holding a Shield"},["g"]=20,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36761},["in"]={[0]=12878}},[15405]={["id"]=15405,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=21,["o"]=2,["oidx"]=8,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=33631},["in"]={15405,15405}},[33631]={["id"]=33631,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=21,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=33631}},[33740]={["id"]=33740,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=21,["o"]=2,["oidx"]=4,["sa"]=10,["da"]=0,["ia"]=0,["out"]={46910,15405},["in"]={}},[4336]={["id"]=4336,["icon"]="Art/2DArt/SkillIcons/passives/masterysword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Bleed Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Physical Damage with Swords","Attacks have 10% chance to cause Bleeding","15% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=22,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62042},["in"]={[0]=4336}},[55166]={["id"]=55166,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedsworddex.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Swords","4% increased Attack Speed with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=22,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49415},["in"]={[0]=55166}},[49415]={["id"]=49415,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedsworddex.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Swords","4% increased Attack Speed with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=22,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7082},["in"]={[0]=49415}},[25367]={["id"]=25367,["icon"]="Art/2DArt/SkillIcons/passives/blademaster.png",["ks"]=false,["not"]=true,["dn"]="Blade Master",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Physical Damage with Swords","8% increased Attack Speed with Swords","+200 to Accuracy Rating with Swords","20% increased Damage with Ailments from Attack Skills while wielding a Sword","+1 to Melee range with Swords"},["g"]=22,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55166},["in"]={}},[62042]={["id"]=62042,["icon"]="Art/2DArt/SkillIcons/passives/masterysword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Ailment Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Physical Damage with Swords","25% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=22,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33082},["in"]={[0]=62042}},[33082]={["id"]=33082,["icon"]="Art/2DArt/SkillIcons/passives/razorsedge.png",["ks"]=false,["not"]=true,["dn"]="Razor's Edge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10% to Damage over Time Multiplier for Bleeding","30% increased Physical Damage with Swords","Attacks have 15% chance to cause Bleeding","30% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=22,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=33082}},[7082]={["id"]=7082,["icon"]="Art/2DArt/SkillIcons/passives/damagesword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Swords","12% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=22,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={4336,5233},["in"]={[0]=7082}},[48290]={["id"]=48290,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupSword.png",["ks"]=false,["not"]=false,["dn"]="Sword Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=22,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[22972]={["id"]=22972,["icon"]="Art/2DArt/SkillIcons/passives/wandslingersprowess.png",["ks"]=false,["not"]=true,["dn"]="Wandslinger",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Attack Speed with Wands","10% increased Accuracy Rating with Wands","16% increased Damage with Wands","16% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=23,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=22972}},[50472]={["id"]=50472,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Accuracy Rating with Wands","10% increased Damage with Wands","10% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=23,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={63067,11551},["in"]={}},[63067]={["id"]=63067,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage with Wands","14% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=23,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22972},["in"]={[0]=63067}},[22088]={["id"]=22088,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png",["ks"]=true,["not"]=false,["dn"]="Elemental Overload",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"You are not a vanishing spark, but a patient ember waiting to seed a great fire."},["spc"]={},["sd"]={"40% more Elemental Damage if you've dealt a Crit in the past 8 seconds\nNo Critical Strike Multiplier\nAilments never count as being from Critical Strikes"},["g"]=24,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55332},["in"]={}},[30679]={["id"]=30679,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=25,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=22266},["in"]={30679,30679,30679,30679,30679}},[57266]={["id"]=57266,["icon"]="Art/2DArt/SkillIcons/passives/stunmace.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Reduced Enemy Stun Threshold",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Maces and Sceptres","4% reduced Enemy Stun Threshold with Maces and Sceptres","14% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=26,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38023},["in"]={[0]=57266}},[38023]={["id"]=38023,["icon"]="Art/2DArt/SkillIcons/passives/stunmace.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Reduced Enemy Stun Threshold",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Maces and Sceptres","4% reduced Enemy Stun Threshold with Maces and Sceptres","14% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=26,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={38023,38023}},[30547]={["id"]=30547,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedmace.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Maces and Sceptres","5% increased Area of Effect","14% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=26,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20966},["in"]={[0]=30547}},[15163]={["id"]=15163,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedmace.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Maces and Sceptres","5% increased Area of Effect","14% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=26,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30547,40645},["in"]={}},[16703]={["id"]=16703,["icon"]="Art/2DArt/SkillIcons/passives/skullcracking.png",["ks"]=false,["not"]=true,["dn"]="Skull Cracking",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Physical Damage with Maces and Sceptres","10% reduced Enemy Stun Threshold with Maces and Sceptres","Hits that Stun Enemies have Culling Strike","30% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=26,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={8500,57266},["in"]={}},[8500]={["id"]=8500,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Physical Damage with Maces and Sceptres","20% increased Stun Duration on Enemies","16% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=26,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={8500,8500}},[40645]={["id"]=40645,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=true,["dn"]="Bone Breaker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Physical Damage with Maces and Sceptres","12% increased Area of Effect","30% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre","+2 to Melee range with Maces and Sceptres"},["g"]=26,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38023},["in"]={[0]=40645}},[46127]={["id"]=46127,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Physical Damage with Maces and Sceptres","20% increased Stun Duration on Enemies","16% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=26,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8500},["in"]={[0]=46127}},[20966]={["id"]=20966,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Maces and Sceptres","14% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=26,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={46127,59928},["in"]={[0]=20966}},[30697]={["id"]=30697,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMace.png",["ks"]=false,["not"]=false,["dn"]="Mace Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=26,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[34567]={["id"]=34567,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png",["ks"]=false,["not"]=false,["dn"]="Deadeye",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Ranger Ascendancy passives)"},["spc"]={},["sd"]={"50% increased Global Accuracy Rating","Projectiles Pierce 2 additional Targets","Moving while Bleeding doesn't cause you to take extra Damage","Projectiles gain Damage as they travel farther, dealing up\nto 50% increased Damage with Hits to targets","Skills fire an additional Projectile"},["g"]=27,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=34567}},[58541]={["id"]=58541,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Maces and Sceptres","12% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=28,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={26456,24772},["in"]={[0]=58541}},[6633]={["id"]=6633,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Maces and Sceptres","5% increased Area of Effect","10% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=28,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={24772,24721},["in"]={}},[24772]={["id"]=24772,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Maces and Sceptres","5% increased Area of Effect","10% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=28,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={24772,24772}},[33141]={["id"]=33141,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMace.png",["ks"]=false,["not"]=false,["dn"]="Mace Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=28,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[26456]={["id"]=26456,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Maces and Sceptres","3% increased Attack Speed with Maces and Sceptres","8% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=28,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={26456,26456}},[24721]={["id"]=24721,["icon"]="Art/2DArt/SkillIcons/passives/BloodyBludgeon.png",["ks"]=false,["not"]=true,["dn"]="Ribcage Crusher",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Damage with Maces and Sceptres","6% increased Attack Speed with Maces and Sceptres","15% increased Area of Effect if you have Stunned an Enemy Recently","18% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=28,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26456},["in"]={[0]=24721}},[33508]={["id"]=33508,["icon"]="Art/2DArt/SkillIcons/passives/fireresist.png",["ks"]=false,["not"]=false,["dn"]="Fire Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+18% to Fire Resistance"},["g"]=29,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36881},["in"]={[0]=33508}},[36881]={["id"]=36881,["icon"]="Art/2DArt/SkillIcons/passives/coldresist.png",["ks"]=false,["not"]=false,["dn"]="Cold Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+18% to Cold Resistance"},["g"]=29,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={35503,31683},["in"]={[0]=36881}},[35503]={["id"]=35503,["icon"]="Art/2DArt/SkillIcons/passives/lightningstr.png",["ks"]=false,["not"]=false,["dn"]="Lightning Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+18% to Lightning Resistance"},["g"]=29,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19144},["in"]={[0]=35503}},[43162]={["id"]=43162,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Projectile Damage"},["g"]=29,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23122},["in"]={43162,43162}},[39773]={["id"]=39773,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Projectile Damage"},["g"]=29,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43162},["in"]={[0]=39773}},[23122]={["id"]=23122,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Projectile Damage"},["g"]=29,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={23122,23122}},[7903]={["id"]=7903,["icon"]="Art/2DArt/SkillIcons/passives/shieldblock.png",["ks"]=false,["not"]=false,["dn"]="Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Attack Damage while Dual Wielding or holding a Shield"},["g"]=29,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=7903}},[20310]={["id"]=20310,["icon"]="Art/2DArt/SkillIcons/passives/shieldblock.png",["ks"]=false,["not"]=false,["dn"]="Block and Block Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1% Chance to Block Attack Damage while Dual Wielding or holding a Shield","30% increased Block Recovery"},["g"]=29,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7903},["in"]={[0]=20310}},[45887]={["id"]=45887,["icon"]="Art/2DArt/SkillIcons/passives/shieldblock.png",["ks"]=false,["not"]=false,["dn"]="Block and Block Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1% Chance to Block Attack Damage while Dual Wielding or holding a Shield","30% increased Block Recovery"},["g"]=29,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20310},["in"]={[0]=45887}},[31683]={["id"]=31683,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=29,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43162},["in"]={[0]=31683}},[9386]={["id"]=9386,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life and Chaos Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","+4% to Chaos Resistance"},["g"]=30,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5743},["in"]={[0]=9386}},[14057]={["id"]=14057,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life and Chaos Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","+4% to Chaos Resistance"},["g"]=30,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={9386,6764},["in"]={}},[5743]={["id"]=5743,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life and Chaos Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","+4% to Chaos Resistance"},["g"]=30,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={64210,58218},["in"]={[0]=5743}},[58218]={["id"]=58218,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=true,["dn"]="Purity of Flesh",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Life","+8% to Chaos Resistance","+10 to Strength"},["g"]=30,["o"]=2,["oidx"]=5,["sa"]=10,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=58218}},[32262]={["id"]=32262,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=30,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[15085]={["id"]=15085,["icon"]="Art/2DArt/SkillIcons/passives/ambidexterity.png",["ks"]=false,["not"]=true,["dn"]="Ambidexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"50% increased Attack Damage with Main Hand","20% increased Attack Speed with Off Hand","Attack Skills deal 50% increased Damage with Ailments while Dual Wielding"},["g"]=31,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13807},["in"]={}},[49547]={["id"]=49547,["icon"]="Art/2DArt/SkillIcons/passives/damagedualwield.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Weapon Damage while Dual Wielding","Attack Skills deal 12% increased Damage with Ailments while Dual Wielding"},["g"]=31,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={33089,56231,6363},["in"]={}},[54268]={["id"]=54268,["icon"]="Art/2DArt/SkillIcons/passives/dualwieldblock.png",["ks"]=false,["not"]=true,["dn"]="Blade Barrier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% Chance to Block Attack Damage while Dual Wielding","50% increased Block Recovery","24% increased Weapon Damage while Dual Wielding","Attack Skills deal 24% increased Damage with Ailments while Dual Wielding"},["g"]=31,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=54268}},[57782]={["id"]=57782,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupDualWield.png",["ks"]=false,["not"]=false,["dn"]="Duel Wield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=31,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[13807]={["id"]=13807,["icon"]="Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Weapon Damage while Dual Wielding","3% increased Attack Speed while Dual Wielding","Attack Skills deal 10% increased Damage with Ailments while Dual Wielding"},["g"]=31,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33089},["in"]={[0]=13807}},[33089]={["id"]=33089,["icon"]="Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Weapon Damage while Dual Wielding","3% increased Attack Speed while Dual Wielding","Attack Skills deal 10% increased Damage with Ailments while Dual Wielding"},["g"]=31,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={33089,33089}},[56231]={["id"]=56231,["icon"]="Art/2DArt/SkillIcons/passives/dualwieldblock.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% Chance to Block Attack Damage while Dual Wielding","10% increased Weapon Damage while Dual Wielding","Attack Skills deal 10% increased Damage with Ailments while Dual Wielding"},["g"]=31,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=2392},["in"]={[0]=56231}},[2392]={["id"]=2392,["icon"]="Art/2DArt/SkillIcons/passives/dualwieldblock.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% Chance to Block Attack Damage while Dual Wielding","10% increased Weapon Damage while Dual Wielding","Attack Skills deal 10% increased Damage with Ailments while Dual Wielding"},["g"]=31,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54268},["in"]={[0]=2392}},[53493]={["id"]=53493,["icon"]="Art/2DArt/SkillIcons/passives/Annihilation.png",["ks"]=false,["not"]=true,["dn"]="Annihilation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"50% increased Critical Strike Chance for Spells","+15% to Critical Strike Multiplier for Spells"},["g"]=32,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16790},["in"]={}},[15868]={["id"]=15868,["icon"]="Art/2DArt/SkillIcons/passives/increasedarmorandlife.png",["ks"]=false,["not"]=false,["dn"]="Life and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Armour","4% increased maximum Life"},["g"]=33,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={22627,36047},["in"]={[0]=15868}},[36047]={["id"]=36047,["icon"]="Art/2DArt/SkillIcons/passives/increasedarmorandlife.png",["ks"]=false,["not"]=false,["dn"]="Life and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Armour","4% increased maximum Life"},["g"]=33,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63048},["in"]={[0]=36047}},[63048]={["id"]=63048,["icon"]="Art/2DArt/SkillIcons/passives/increasedarmorandlife.png",["ks"]=false,["not"]=false,["dn"]="Life and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Armour","4% increased maximum Life"},["g"]=33,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={50264,24383},["in"]={[0]=63048}},[50264]={["id"]=50264,["icon"]="Art/2DArt/SkillIcons/passives/lifepercentage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 0.8% of Life per second"},["g"]=33,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15868},["in"]={[0]=50264}},[56589]={["id"]=56589,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=34,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={43787,26365},["in"]={56589,56589}},[60619]={["id"]=60619,["icon"]="Art/2DArt/SkillIcons/passives/galvanichammer.png",["ks"]=false,["not"]=true,["dn"]="Galvanic Hammer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Accuracy Rating with Maces and Sceptres","25% increased Elemental Damage with Maces and Sceptres","Damage with Weapons Penetrates 5% Elemental Resistance"},["g"]=35,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=60619}},[20467]={["id"]=20467,["icon"]="Art/2DArt/SkillIcons/passives/macecritdmgspeed.png",["ks"]=false,["not"]=false,["dn"]="Mace Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Maces and Sceptres","+16% to Critical Strike Multiplier with Maces and Sceptres"},["g"]=35,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18379},["in"]={[0]=20467}},[5068]={["id"]=5068,["icon"]="Art/2DArt/SkillIcons/passives/macecritdmgspeed.png",["ks"]=false,["not"]=false,["dn"]="Mace Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Maces and Sceptres","+16% to Critical Strike Multiplier with Maces and Sceptres"},["g"]=35,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20467},["in"]={[0]=5068}},[46413]={["id"]=46413,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupScepter.png",["ks"]=false,["not"]=false,["dn"]="Sceptre Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=35,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[27134]={["id"]=27134,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage with Maces and Sceptres","14% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=35,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={5068,61950,64210},["in"]={}},[24677]={["id"]=24677,["icon"]="Art/2DArt/SkillIcons/passives/MaceElemental.png",["ks"]=false,["not"]=false,["dn"]="Mace Elemental Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Accuracy Rating with Maces and Sceptres","12% increased Elemental Damage with Maces and Sceptres"},["g"]=35,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=60619},["in"]={[0]=24677}},[61950]={["id"]=61950,["icon"]="Art/2DArt/SkillIcons/passives/MaceElemental.png",["ks"]=false,["not"]=false,["dn"]="Mace Elemental Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Accuracy Rating with Maces and Sceptres","12% increased Elemental Damage with Maces and Sceptres"},["g"]=35,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24677},["in"]={[0]=61950}},[18379]={["id"]=18379,["icon"]="Art/2DArt/SkillIcons/passives/macecritdmgspeed.png",["ks"]=false,["not"]=false,["dn"]="Mace Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Maces and Sceptres","+16% to Critical Strike Multiplier with Maces and Sceptres"},["g"]=35,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39657},["in"]={[0]=18379}},[39657]={["id"]=39657,["icon"]="Art/2DArt/SkillIcons/passives/MaceNotable2.png",["ks"]=false,["not"]=true,["dn"]="Pain Forger",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"60% increased Critical Strike Chance with Maces and Sceptres","5% reduced Enemy Stun Threshold with Maces and Sceptres","8% chance to gain a Power Charge when you Stun with Melee Damage"},["g"]=35,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=39657}},[7162]={["id"]=7162,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Armour","+5% to all Elemental Resistances"},["g"]=36,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9695},["in"]={[0]=7162}},[9695]={["id"]=9695,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Armour","+5% to all Elemental Resistances"},["g"]=36,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={9695,9695}},[42009]={["id"]=42009,["icon"]="Art/2DArt/SkillIcons/passives/armourmastery.png",["ks"]=false,["not"]=true,["dn"]="Soul of Steel",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+150 to Armour","30% increased Armour","+1% to all maximum Elemental Resistances","5% additional Physical Damage Reduction"},["g"]=36,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9695},["in"]={}},[59009]={["id"]=59009,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=37,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5823},["in"]={[0]=59009}},[1891]={["id"]=1891,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=37,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={35894,52157},["in"]={}},[25058]={["id"]=25058,["icon"]="Art/2DArt/SkillIcons/passives/BloodSiphon.png",["ks"]=false,["not"]=true,["dn"]="Blood Siphon",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Life","+5 Life gained on Kill","+20 to Strength"},["g"]=37,["o"]=2,["oidx"]=3,["sa"]=20,["da"]=0,["ia"]=0,["out"]={[0]=9877},["in"]={[0]=25058}},[9877]={["id"]=9877,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=37,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5823},["in"]={[0]=9877}},[21835]={["id"]=21835,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=37,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={35894,25058},["in"]={}},[52157]={["id"]=52157,["icon"]="Art/2DArt/SkillIcons/passives/soulsyphon.png",["ks"]=false,["not"]=true,["dn"]="Soul Siphon",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to maximum Mana","18% increased maximum Mana","+5 Mana gained on Kill"},["g"]=37,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59009},["in"]={[0]=52157}},[56158]={["id"]=56158,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage per Power Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Spell Damage per Power Charge"},["g"]=38,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={56158,56158}},[20528]={["id"]=20528,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=true,["dn"]="Instability",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1 to Maximum Power Charges"},["g"]=38,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56158},["in"]={[0]=20528}},[61419]={["id"]=61419,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=38,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53279},["in"]={[0]=61419}},[15117]={["id"]=15117,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=38,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=10,["out"]={4367,61419},["in"]={}},[53279]={["id"]=53279,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=38,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=19635},["in"]={[0]=53279}},[8302]={["id"]=8302,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Power Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Power Charge Duration"},["g"]=38,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20528},["in"]={[0]=8302}},[49571]={["id"]=49571,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Axes","3% increased Attack Speed with Axes","12% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=39,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25682},["in"]={[0]=49571}},[57953]={["id"]=57953,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Axes","3% increased Attack Speed with Axes","12% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=39,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49571},["in"]={[0]=57953}},[23038]={["id"]=23038,["icon"]="Art/2DArt/SkillIcons/passives/fellingtheweak.png",["ks"]=false,["not"]=true,["dn"]="Slaughter",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Physical Damage with Axes","8% increased Attack Speed with Axes","10% chance to gain Onslaught for 4 seconds on Kill","25% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=39,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12407},["in"]={}},[25682]={["id"]=25682,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Axes","14% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=39,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={20018,63723},["in"]={[0]=25682}},[20018]={["id"]=20018,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Bleed Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Physical Damage with Axes","Attacks have 10% chance to cause Bleeding","15% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=39,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6113},["in"]={[0]=20018}},[6113]={["id"]=6113,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Bleed Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Physical Damage with Axes","15% increased Damage with Ailments from Attack Skills while wielding an Axe","20% increased Bleeding Duration"},["g"]=39,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9976},["in"]={[0]=6113}},[12407]={["id"]=12407,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Axes","3% increased Attack Speed with Axes","12% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=39,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57953},["in"]={[0]=12407}},[4940]={["id"]=4940,["icon"]="Art/2DArt/SkillIcons/passives/hatchetmaster.png",["ks"]=false,["not"]=true,["dn"]="Cleaving",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Physical Damage with Axes","30% increased Damage with Hits and Ailments against Bleeding Enemies","20% increased Damage with Ailments from Attack Skills while wielding an Axe","Bleeding you inflict deals Damage 15% faster","+1 to Melee range with Axes"},["g"]=39,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=4940}},[9976]={["id"]=9976,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Bleed Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Physical Damage with Axes","Attacks have 10% chance to cause Bleeding","15% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=39,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4940},["in"]={[0]=9976}},[590]={["id"]=590,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=39,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[24203]={["id"]=24203,["icon"]="Art/2DArt/SkillIcons/passives/damagedualwield.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Weapon Damage while Dual Wielding","3% increased Attack Speed while Dual Wielding","Attack Skills deal 10% increased Damage with Ailments while Dual Wielding"},["g"]=40,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56807},["in"]={[0]=24203}},[33725]={["id"]=33725,["icon"]="Art/2DArt/SkillIcons/passives/swagger.png",["ks"]=false,["not"]=true,["dn"]="Swagger",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% Chance to Block Attack Damage while Dual Wielding","20% increased Weapon Damage while Dual Wielding","10% chance to gain an Endurance Charge when you Block","Attack Skills deal 20% increased Damage with Ailments while Dual Wielding","10% chance to gain a Frenzy Charge when you Block"},["g"]=40,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={59016,24203},["in"]={}},[56807]={["id"]=56807,["icon"]="Art/2DArt/SkillIcons/passives/dualwieldblock.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% Chance to Block Attack Damage while Dual Wielding","8% increased Weapon Damage while Dual Wielding"},["g"]=40,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59016},["in"]={56807,56807}},[59016]={["id"]=59016,["icon"]="Art/2DArt/SkillIcons/passives/attackspeeddual.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Attack Speed and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Attack Damage while Dual Wielding","4% increased Attack Speed while Dual Wielding"},["g"]=40,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={59016,59016}},[35489]={["id"]=35489,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupDualWield.png",["ks"]=false,["not"]=false,["dn"]="Duel Wield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=40,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[26096]={["id"]=26096,["icon"]="Art/2DArt/SkillIcons/passives/hatchetmaster.png",["ks"]=false,["not"]=true,["dn"]="Hatchet Master",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Damage with Axes","8% increased Attack Speed with Axes","25% increased Damage with Ailments from Attack Skills while wielding an Axe","40% increased Global Evasion Rating when on Full Life"},["g"]=41,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={26096,26096}},[30030]={["id"]=30030,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Axes","3% increased Attack Speed with Axes","10% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=41,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42637,26096},["in"]={}},[42637]={["id"]=42637,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Axes","3% increased Attack Speed with Axes","10% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=41,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={42637,42637}},[38269]={["id"]=38269,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Attack Speed and Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Axes","12% increased Evasion Rating"},["g"]=41,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26096},["in"]={[0]=38269}},[29543]={["id"]=29543,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Axes","3% increased Attack Speed with Axes"},["g"]=41,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42637,38269,19711},["in"]={}},[63156]={["id"]=63156,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=41,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[444]={["id"]=444,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=42,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=61306},["in"]={[0]=444}},[52904]={["id"]=52904,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=42,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=444},["in"]={[0]=52904}},[26270]={["id"]=26270,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=43,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={29199,41190,25332,23083,22472},["in"]={26270,26270,26270}},[1252]={["id"]=1252,["icon"]="Art/2DArt/SkillIcons/passives/knockback.png",["ks"]=false,["not"]=false,["dn"]="Knockback Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% chance to Knock Enemies Back on hit"},["g"]=44,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65456},["in"]={[0]=1252}},[65456]={["id"]=65456,["icon"]="Art/2DArt/SkillIcons/passives/knockback.png",["ks"]=false,["not"]=false,["dn"]="Knockback Distance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Knockback Distance"},["g"]=44,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30160},["in"]={[0]=65456}},[30160]={["id"]=30160,["icon"]="Art/2DArt/SkillIcons/passives/fending.png",["ks"]=false,["not"]=true,["dn"]="Fending",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% chance to Knock Enemies Back on hit","25% increased Knockback Distance"},["g"]=44,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=30160}},[30733]={["id"]=30733,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=45,["o"]=2,["oidx"]=2,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=49178},["in"]={[0]=30733}},[49178]={["id"]=49178,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=45,["o"]=2,["oidx"]=6,["sa"]=10,["da"]=0,["ia"]=0,["out"]={43374,28475},["in"]={[0]=49178}},[28475]={["id"]=28475,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=45,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=28475}},[63439]={["id"]=63439,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to Dexterity"},["g"]=46,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=15,["ia"]=0,["out"]={[0]=63921},["in"]={[0]=63439}},[43608]={["id"]=43608,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to Dexterity"},["g"]=46,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=15,["ia"]=0,["out"]={[0]=63439},["in"]={[0]=43608}},[63921]={["id"]=63921,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=true,["dn"]="Utmost Swiftness",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+40 to Dexterity","8% increased Dexterity"},["g"]=46,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=40,["ia"]=0,["out"]={},["in"]={[0]=63921}},[44624]={["id"]=44624,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Axes","14% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=47,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31604,14930},["in"]={[0]=44624}},[26023]={["id"]=26023,["icon"]="Art/2DArt/SkillIcons/passives/cleavage.png",["ks"]=false,["not"]=true,["dn"]="Splitting Strikes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"26% increased Physical Damage with Axes","6% increased Attack Speed with Axes","Enemies have -12% to Total Physical Damage Reduction against your Hits","26% increased Damage with Ailments from Attack Skills while wielding an Axe","+1 to Melee range with Axes"},["g"]=47,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5065},["in"]={[0]=26023}},[59565]={["id"]=59565,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=47,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[31604]={["id"]=31604,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Physical Damage with Axes","16% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=47,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26023},["in"]={[0]=31604}},[65131]={["id"]=65131,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Axes","5% increased Area of Effect","12% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=47,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44624},["in"]={[0]=65131}},[5065]={["id"]=5065,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Axes","5% increased Area of Effect","12% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=47,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65131},["in"]={[0]=5065}},[60440]={["id"]=60440,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=48,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={11455,20077,25770,64401},["in"]={60440,60440,60440}},[46469]={["id"]=46469,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage, Shock Duration and Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Lightning Damage","30% increased Shock Duration on Enemies","10% increased Effect of Shock"},["g"]=49,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32431},["in"]={[0]=46469}},[56716]={["id"]=56716,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=true,["dn"]="Heart of Thunder",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Lightning Damage","Damage Penetrates 6% Lightning Resistance","0.2% of Lightning Damage Leeched as Energy Shield"},["g"]=49,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=56716}},[32431]={["id"]=32431,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Lightning Damage"},["g"]=49,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4367},["in"]={32431,32431}},[49588]={["id"]=49588,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage and Shock Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Lightning Damage","5% chance to Shock"},["g"]=49,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={61264,11645},["in"]={}},[36121]={["id"]=36121,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Lightning Damage"},["g"]=49,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={32431,57362},["in"]={}},[55647]={["id"]=55647,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Lightning Damage"},["g"]=49,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56716},["in"]={[0]=55647}},[57362]={["id"]=57362,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Lightning Damage"},["g"]=49,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55647},["in"]={[0]=57362}},[61264]={["id"]=61264,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage and Shock Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Lightning Damage","10% increased Effect of Shock"},["g"]=49,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46469},["in"]={[0]=61264}},[44355]={["id"]=44355,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLightning.png",["ks"]=false,["not"]=false,["dn"]="Lightning Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=49,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[11645]={["id"]=11645,["icon"]="Art/2DArt/SkillIcons/passives/BreathofLightening2.png",["ks"]=false,["not"]=true,["dn"]="Breath of Lightning",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Lightning Damage","20% increased Shock Duration on Enemies","10% chance to Shock","15% increased Effect of Shock"},["g"]=49,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=11645}},[39211]={["id"]=39211,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Attack Physical Damage"},["g"]=50,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={39211,39211}},[51856]={["id"]=51856,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Physical Damage"},["g"]=50,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={59718,48513},["in"]={[0]=51856}},[48513]={["id"]=48513,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Attack Physical Damage"},["g"]=50,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39211},["in"]={[0]=48513}},[5612]={["id"]=5612,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Physical Damage"},["g"]=50,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={39211,35568},["in"]={[0]=5612}},[58449]={["id"]=58449,["icon"]="Art/2DArt/SkillIcons/passives/borntofight.png",["ks"]=false,["not"]=true,["dn"]="Born to Fight",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Melee Attack Speed","+20 to Accuracy Rating","26% increased Melee Physical Damage","+20 to Strength"},["g"]=51,["o"]=0,["oidx"]=0,["sa"]=20,["da"]=0,["ia"]=0,["out"]={26523,39768},["in"]={58449,58449,58449}},[18302]={["id"]=18302,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=52,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={18302,18302}},[25933]={["id"]=25933,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=52,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={25933,25933}},[50360]={["id"]=50360,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=52,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={50360,50360}},[54776]={["id"]=54776,["icon"]="Art/2DArt/SkillIcons/passives/manaconduit.png",["ks"]=false,["not"]=true,["dn"]="Mana Flows",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to maximum Mana","16% increased maximum Mana","40% increased Mana Regeneration Rate","+20 to Intelligence"},["g"]=52,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=20,["out"]={[0]=50360},["in"]={[0]=54776}},[28265]={["id"]=28265,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=52,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={48807,54776},["in"]={}},[48438]={["id"]=48438,["icon"]="Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png",["ks"]=false,["not"]=true,["dn"]="Bravery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Evasion Rating and Armour","8% increased maximum Life"},["g"]=52,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25933,18302},["in"]={}},[30225]={["id"]=30225,["icon"]="Art/2DArt/SkillIcons/passives/stormborn.png",["ks"]=false,["not"]=true,["dn"]="Lightning Walker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Lightning Damage","5% increased Cast Speed with Lightning Skills","+15% to Lightning Resistance"},["g"]=53,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={58604,4184},["in"]={}},[58604]={["id"]=58604,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Lightning Damage"},["g"]=53,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12852},["in"]={[0]=58604}},[44983]={["id"]=44983,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Fire Damage"},["g"]=53,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34661},["in"]={[0]=44983}},[34661]={["id"]=34661,["icon"]="Art/2DArt/SkillIcons/passives/flameborn.png",["ks"]=false,["not"]=true,["dn"]="Fire Walker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Fire Damage","5% increased Cast Speed with Fire Skills","+15% to Fire Resistance"},["g"]=53,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={34661,34661}},[44955]={["id"]=44955,["icon"]="Art/2DArt/SkillIcons/passives/frostborn.png",["ks"]=false,["not"]=true,["dn"]="Frost Walker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Cold Damage","5% increased Cast Speed with Cold Skills","+15% to Cold Resistance"},["g"]=53,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4184},["in"]={[0]=44955}},[38148]={["id"]=38148,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Cold Damage"},["g"]=53,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={44955,12852},["in"]={}},[7938]={["id"]=7938,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=53,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=1031},["in"]={7938,7938,7938,7938}},[33783]={["id"]=33783,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=53,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=7938},["in"]={[0]=33783}},[1031]={["id"]=1031,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=53,["o"]=4,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=19635},["in"]={1031,1031,1031}},[12852]={["id"]=12852,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=53,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={7938,44983},["in"]={12852,12852}},[4184]={["id"]=4184,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=53,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34661,11420},["in"]={4184,4184}},[54791]={["id"]=54791,["icon"]="Art/2DArt/SkillIcons/passives/eagletalons.png",["ks"]=false,["not"]=true,["dn"]="Claws of the Magpie",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Damage with Claws","10% increased Attack Speed with Claws","25% chance to Steal Power, Frenzy, and Endurance Charges on Hit with Claws","20% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=54,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35384},["in"]={[0]=54791}},[5629]={["id"]=5629,["icon"]="Art/2DArt/SkillIcons/passives/clawmasterydex.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Claws","12% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=54,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36225},["in"]={5629,5629}},[28503]={["id"]=28503,["icon"]="Art/2DArt/SkillIcons/passives/soulraker.png",["ks"]=false,["not"]=true,["dn"]="Soul Raker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Damage with Claws","1.2% of Attack Damage Leeched as Life","0.8% of Attack Damage Leeched as Mana","50% increased total Recovery per second from Life Leech","20% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=54,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4868},["in"]={[0]=28503}},[35384]={["id"]=35384,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedclaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Claws","4% increased Attack Speed with Claws","8% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=54,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17908},["in"]={[0]=35384}},[39979]={["id"]=39979,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupClaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=54,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[17908]={["id"]=17908,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedclaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Claws","4% increased Attack Speed with Claws","8% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=54,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25775},["in"]={[0]=17908}},[25775]={["id"]=25775,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedclaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Claws","4% increased Attack Speed with Claws","8% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=54,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5629},["in"]={[0]=25775}},[36225]={["id"]=36225,["icon"]="Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png",["ks"]=false,["not"]=false,["dn"]="Claw Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Claws","+10% to Critical Strike Multiplier with Claws"},["g"]=54,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49568},["in"]={[0]=36225}},[30745]={["id"]=30745,["icon"]="Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png",["ks"]=false,["not"]=false,["dn"]="Claw Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Claws","+10% to Critical Strike Multiplier with Claws"},["g"]=54,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15614},["in"]={[0]=30745}},[49568]={["id"]=49568,["icon"]="Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png",["ks"]=false,["not"]=false,["dn"]="Claw Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Claws","+10% to Critical Strike Multiplier with Claws"},["g"]=54,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30745},["in"]={[0]=49568}},[4868]={["id"]=4868,["icon"]="Art/2DArt/SkillIcons/passives/clawmasterydex.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Claws","0.4% of Attack Damage Leeched as Life","20% increased total Recovery per second from Life Leech","12% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=54,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54791},["in"]={[0]=4868}},[62182]={["id"]=62182,["icon"]="Art/2DArt/SkillIcons/passives/clawmasterydex.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Claws","0.4% of Attack Damage Leeched as Life","20% increased total Recovery per second from Life Leech","12% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=54,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28503},["in"]={[0]=62182}},[15614]={["id"]=15614,["icon"]="Art/2DArt/SkillIcons/passives/ClawNotable1.png",["ks"]=false,["not"]=true,["dn"]="Claws of the Hawk",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"40% increased Critical Strike Chance with Claws","+25% to Critical Strike Multiplier with Claws","10% chance to Blind Enemies on Critical Strike"},["g"]=54,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62182},["in"]={[0]=15614}},[23027]={["id"]=23027,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=55,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={29199,54667,47427},["in"]={23027,23027,23027}},[62021]={["id"]=62021,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=56,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={62021,62021}},[65034]={["id"]=65034,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=56,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62021},["in"]={65034,65034}},[65167]={["id"]=65167,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=56,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13714},["in"]={[0]=65167}},[15073]={["id"]=15073,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=56,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42583,62021},["in"]={}},[42583]={["id"]=42583,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=56,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19939},["in"]={42583,42583}},[13714]={["id"]=13714,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=56,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={13714,13714,13714}},[61787]={["id"]=61787,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=56,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[19939]={["id"]=19939,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=56,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65167},["in"]={[0]=19939}},[12702]={["id"]=12702,["icon"]="Art/2DArt/SkillIcons/passives/Warrior.png",["ks"]=false,["not"]=true,["dn"]="Path of the Warrior",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Armour","Enemies have -5% to Total Physical Damage Reduction against your Hits","+20 to Strength","12% increased Physical Damage"},["g"]=56,["o"]=3,["oidx"]=2,["sa"]=20,["da"]=0,["ia"]=0,["out"]={[0]=42583},["in"]={[0]=12702}},[55485]={["id"]=55485,["icon"]="Art/2DArt/SkillIcons/passives/Constitution.png",["ks"]=false,["not"]=true,["dn"]="Constitution",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+20 to maximum Life","14% increased maximum Life"},["g"]=56,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={13714,65034},["in"]={}},[37326]={["id"]=37326,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=true,["dn"]="Stamina",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1 to Maximum Endurance Charges"},["g"]=57,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48109},["in"]={[0]=37326}},[48109]={["id"]=48109,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration per Endurance Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 0.2% of Life per second per Endurance Charge"},["g"]=57,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63723},["in"]={[0]=48109}},[26725]={["id"]=26725,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=57,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62429},["in"]={[0]=26725}},[62429]={["id"]=62429,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=57,["o"]=2,["oidx"]=8,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=63723},["in"]={[0]=62429}},[62363]={["id"]=62363,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=57,["o"]=2,["oidx"]=4,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=26725},["in"]={[0]=62363}},[38508]={["id"]=38508,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Endurance Charge Duration"},["g"]=57,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37326},["in"]={[0]=38508}},[57279]={["id"]=57279,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png",["ks"]=true,["not"]=false,["dn"]="Blood Magic",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Lay open your veins, and draw power from your own spilled life."},["spc"]={},["sd"]={"Removes all mana. Spend Life instead of Mana for Skills"},["g"]=58,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={3644,56143},["in"]={}},[57565]={["id"]=57565,["icon"]="Art/2DArt/SkillIcons/passives/MinionsandManaNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Mana","Minions deal 10% increased Damage"},["g"]=59,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={2348,10490},["in"]={}},[2348]={["id"]=2348,["icon"]="Art/2DArt/SkillIcons/passives/MinionsandManaNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Mana","Minions deal 10% increased Damage"},["g"]=59,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44788},["in"]={[0]=2348}},[44788]={["id"]=44788,["icon"]="Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png",["ks"]=false,["not"]=true,["dn"]="Aligned Spirits",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Mana","Minions deal 20% increased Damage","15% reduced Mana Cost of Minion Skills"},["g"]=59,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=44788}},[24383]={["id"]=24383,["icon"]="Art/2DArt/SkillIcons/passives/trollblood.png",["ks"]=false,["not"]=true,["dn"]="Warrior's Blood",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 1.8% of Life per second","20% increased Stun Threshold","+20 to Strength"},["g"]=60,["o"]=0,["oidx"]=0,["sa"]=20,["da"]=0,["ia"]=0,["out"]={49412,5152},["in"]={24383,24383,24383}},[6446]={["id"]=6446,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=61,["o"]=4,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=55649},["in"]={6446,6446}},[55649]={["id"]=55649,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=61,["o"]=4,["oidx"]=30,["sa"]=10,["da"]=0,["ia"]=0,["out"]={},["in"]={55649,55649,55649,55649}},[4833]={["id"]=4833,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=true,["dn"]="Vigour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1 to Maximum Endurance Charges"},["g"]=62,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37584},["in"]={[0]=4833}},[41706]={["id"]=41706,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Endurance Charge Duration"},["g"]=62,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4833},["in"]={[0]=41706}},[17383]={["id"]=17383,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=62,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14813},["in"]={[0]=17383}},[58545]={["id"]=58545,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=62,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24083},["in"]={[0]=58545}},[14813]={["id"]=14813,["icon"]="Art/2DArt/SkillIcons/passives/Revelry.png",["ks"]=false,["not"]=true,["dn"]="Revelry",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+20 to maximum Mana","15% increased maximum Mana","+2 Mana gained for each Enemy hit by your Attacks"},["g"]=62,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58545},["in"]={[0]=14813}},[37584]={["id"]=37584,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Endurance Charge Duration"},["g"]=62,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24083},["in"]={[0]=37584}},[46344]={["id"]=46344,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","3% increased Movement Speed","10% increased Damage Over Time with Bow Skills"},["g"]=63,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36687},["in"]={[0]=46344}},[29089]={["id"]=29089,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","15% increased Evasion Rating","10% increased Damage Over Time with Bow Skills"},["g"]=63,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46344},["in"]={[0]=29089}},[36687]={["id"]=36687,["icon"]="Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png",["ks"]=false,["not"]=true,["dn"]="Avatar of the Hunt",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Damage with Bows","+200 to Evasion Rating","6% increased Movement Speed","24% increased Damage Over Time with Bow Skills","20% increased Cooldown Recovery Speed of Movement Skills"},["g"]=63,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=36687}},[930]={["id"]=930,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","10% increased Evasion Rating","10% increased Damage Over Time with Bow Skills"},["g"]=63,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={5408,29089},["in"]={}},[7356]={["id"]=7356,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupBow.png",["ks"]=false,["not"]=false,["dn"]="Bow Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=63,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[16243]={["id"]=16243,["icon"]="Art/2DArt/SkillIcons/passives/fussilade.png",["ks"]=false,["not"]=true,["dn"]="Fusillade",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Attack Speed with Wands","30% increased Accuracy Rating with Wands"},["g"]=64,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={48878,27879},["in"]={}},[41476]={["id"]=41476,["icon"]="Art/2DArt/SkillIcons/passives/elderpower.png",["ks"]=false,["not"]=true,["dn"]="Elder Power",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Wand Damage per Power Charge","10% chance to gain a Power Charge on Kill"},["g"]=64,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52848},["in"]={[0]=41476}},[21030]={["id"]=21030,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupWand.png",["ks"]=false,["not"]=false,["dn"]="Wand Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=64,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[39521]={["id"]=39521,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Wands","12% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=64,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49779,5296},["in"]={[0]=39521}},[40840]={["id"]=40840,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage with Wands","15% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=64,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=41476},["in"]={[0]=40840}},[49779]={["id"]=49779,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage with Wands","15% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=64,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29552},["in"]={[0]=49779}},[29552]={["id"]=29552,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage with Wands","15% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=64,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40840},["in"]={[0]=29552}},[48878]={["id"]=48878,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Attack Speed with Wands","8% increased Accuracy Rating with Wands"},["g"]=64,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51524},["in"]={[0]=48878}},[51524]={["id"]=51524,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Attack Speed with Wands","8% increased Accuracy Rating with Wands"},["g"]=64,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51146},["in"]={[0]=51524}},[51146]={["id"]=51146,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Attack Speed with Wands","8% increased Accuracy Rating with Wands"},["g"]=64,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39521},["in"]={[0]=51146}},[52848]={["id"]=52848,["icon"]="Art/2DArt/SkillIcons/passives/WandCritical.png",["ks"]=false,["not"]=false,["dn"]="Wand Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Critical Strike Chance with Wands","+12% to Critical Strike Multiplier with Wands"},["g"]=64,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52031},["in"]={[0]=52848}},[27879]={["id"]=27879,["icon"]="Art/2DArt/SkillIcons/passives/WandCritical.png",["ks"]=false,["not"]=false,["dn"]="Wand Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Critical Strike Chance with Wands","+12% to Critical Strike Multiplier with Wands"},["g"]=64,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52031},["in"]={[0]=27879}},[52031]={["id"]=52031,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=true,["dn"]="Disintegration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"60% increased Critical Strike Chance with Wands","+30% to Critical Strike Multiplier with Wands","+20 to Intelligence"},["g"]=64,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=20,["out"]={},["in"]={52031,52031}},[7085]={["id"]=7085,["icon"]="Art/2DArt/SkillIcons/passives/blademistress.png",["ks"]=false,["not"]=true,["dn"]="Weapon Artistry",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Attack Damage while Dual Wielding or holding a Shield","16% increased Attack Damage","4% increased Attack Speed","+10 to Strength and Dexterity"},["g"]=65,["o"]=2,["oidx"]=6,["sa"]=10,["da"]=10,["ia"]=0,["out"]={1201,38072},["in"]={[0]=7085}},[1201]={["id"]=1201,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed"},["g"]=65,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31508,63843},["in"]={[0]=1201}},[31508]={["id"]=31508,["icon"]="Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png",["ks"]=false,["not"]=true,["dn"]="Aspect of the Lynx",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Attack Damage","4% increased Movement Speed","20% increased Critical Strike Chance","+10 to Dexterity and Intelligence"},["g"]=65,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=10,["out"]={[0]=1571},["in"]={31508,31508}},[38072]={["id"]=38072,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Damage","6% increased Global Accuracy Rating"},["g"]=65,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31508},["in"]={[0]=38072}},[34906]={["id"]=34906,["icon"]="Art/2DArt/SkillIcons/passives/manastr.png",["ks"]=false,["not"]=false,["dn"]="Mana and Reduced Mana Cost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Mana","3% reduced Mana Cost of Skills"},["g"]=66,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24256},["in"]={34906,34906}},[41026]={["id"]=41026,["icon"]="Art/2DArt/SkillIcons/passives/manastr.png",["ks"]=false,["not"]=false,["dn"]="Mana and Reduced Mana Cost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","4% reduced Mana Cost of Skills"},["g"]=66,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34906},["in"]={[0]=41026}},[63543]={["id"]=63543,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMana.png",["ks"]=false,["not"]=false,["dn"]="Mana Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=66,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[24256]={["id"]=24256,["icon"]="Art/2DArt/SkillIcons/passives/Dynamo.png",["ks"]=false,["not"]=true,["dn"]="Dynamo",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased maximum Mana","5% reduced Mana Cost of Skills"},["g"]=66,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=41026},["in"]={[0]=24256}},[62108]={["id"]=62108,["icon"]="Art/2DArt/SkillIcons/passives/lifeleech.png",["ks"]=false,["not"]=false,["dn"]="Life Leech and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed","0.4% of Physical Attack Damage Leeched as Life"},["g"]=67,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={28311,40653},["in"]={}},[63422]={["id"]=63422,["icon"]="Art/2DArt/SkillIcons/passives/LustforCarnage.png",["ks"]=false,["not"]=true,["dn"]="Lust for Carnage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Speed","1.2% of Physical Attack Damage Leeched as Life","20% increased total Recovery per second from Life Leech"},["g"]=67,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=63422}},[28311]={["id"]=28311,["icon"]="Art/2DArt/SkillIcons/passives/lifeleech.png",["ks"]=false,["not"]=false,["dn"]="Life Leech Speed and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed","20% increased total Recovery per second from Life Leech"},["g"]=67,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63422},["in"]={[0]=28311}},[61262]={["id"]=61262,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=68,["o"]=4,["oidx"]=30,["sa"]=10,["da"]=0,["ia"]=0,["out"]={24083,37800,58541},["in"]={[0]=61262}},[31819]={["id"]=31819,["icon"]="Art/2DArt/SkillIcons/passives/manastr.png",["ks"]=false,["not"]=false,["dn"]="Mana and Reduced Mana Cost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Mana","3% reduced Mana Cost of Skills"},["g"]=69,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={26866,46726},["in"]={[0]=31819}},[46726]={["id"]=46726,["icon"]="Art/2DArt/SkillIcons/passives/manastr.png",["ks"]=false,["not"]=false,["dn"]="Mana and Reduced Mana Cost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Mana","3% reduced Mana Cost of Skills"},["g"]=69,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={46726,46726,46726}},[38516]={["id"]=38516,["icon"]="Art/2DArt/SkillIcons/passives/Righteous Decree.png",["ks"]=false,["not"]=true,["dn"]="Righteous Decree",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"22% increased maximum Mana","6% reduced Mana Cost of Skills"},["g"]=69,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31819,46726,62303},["in"]={}},[23036]={["id"]=23036,["icon"]="Art/2DArt/SkillIcons/passives/WarCryCooldown.png",["ks"]=false,["not"]=false,["dn"]="Warcry Cooldown Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Warcry Cooldown Recovery Speed"},["g"]=70,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30691,55871},["in"]={}},[55871]={["id"]=55871,["icon"]="Art/2DArt/SkillIcons/passives/WarCryDuration.png",["ks"]=false,["not"]=false,["dn"]="Warcry Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Warcry Duration"},["g"]=70,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50858},["in"]={[0]=55871}},[50858]={["id"]=50858,["icon"]="Art/2DArt/SkillIcons/passives/Battlecry.png",["ks"]=false,["not"]=true,["dn"]="Battle Cry",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Warcry Cooldown Recovery Speed","Using Warcries is Instant","20% increased Warcry Buff Effect"},["g"]=70,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=50858}},[59494]={["id"]=59494,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","15% increased Critical Strike Chance"},["g"]=71,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={59494,59494}},[2225]={["id"]=2225,["icon"]="Art/2DArt/SkillIcons/passives/eagleeye.png",["ks"]=false,["not"]=true,["dn"]="Eagle Eye",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+100 to Accuracy Rating","15% increased Global Accuracy Rating","30% increased Critical Strike Chance"},["g"]=71,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59494},["in"]={}},[16380]={["id"]=16380,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","15% increased Critical Strike Chance"},["g"]=71,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59494},["in"]={[0]=16380}},[40867]={["id"]=40867,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=72,["o"]=4,["oidx"]=33,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=476},["in"]={[0]=40867}},[42911]={["id"]=42911,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=72,["o"]=4,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=40867},["in"]={[0]=42911}},[64395]={["id"]=64395,["icon"]="Art/2DArt/SkillIcons/passives/hammerblows.png",["ks"]=false,["not"]=true,["dn"]="Blunt Trauma",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Accuracy Rating with Staves","40% increased Critical Strike Chance with Staves","+20% to Critical Strike Multiplier with Staves","Knocks Back Enemies if you get a Critical Strike with a Staff"},["g"]=73,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=64395}},[15453]={["id"]=15453,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=73,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[22728]={["id"]=22728,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Elemental Damage with Staves"},["g"]=73,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56094},["in"]={[0]=22728}},[46715]={["id"]=46715,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Elemental Damage with Staves"},["g"]=73,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46672},["in"]={[0]=46715}},[46672]={["id"]=46672,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Elemental Damage with Staves"},["g"]=73,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22728},["in"]={[0]=46672}},[56094]={["id"]=56094,["icon"]="Art/2DArt/SkillIcons/passives/StaffNotable2.png",["ks"]=false,["not"]=true,["dn"]="One with the River",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Elemental Damage with Staves","Damage with Weapons Penetrates 5% Elemental Resistance","5% reduced Elemental Damage taken while stationary"},["g"]=73,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=56094}},[33983]={["id"]=33983,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Staves","+15% to Critical Strike Multiplier with Staves"},["g"]=73,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45486},["in"]={[0]=33983}},[45486]={["id"]=45486,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Critical Strike Chance and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Accuracy Rating with Staves","20% increased Critical Strike Chance with Staves"},["g"]=73,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15716},["in"]={[0]=45486}},[15716]={["id"]=15716,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Staves","+15% to Critical Strike Multiplier with Staves"},["g"]=73,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=64395},["in"]={[0]=15716}},[60090]={["id"]=60090,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=74,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={13322,46092},["in"]={[0]=60090}},[6289]={["id"]=6289,["icon"]="Art/2DArt/SkillIcons/passives/lifeleechimmunity.png",["ks"]=false,["not"]=true,["dn"]="Bloodless",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Life","Enemies Cannot Leech Life From you"},["g"]=75,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48287},["in"]={}},[48287]={["id"]=48287,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=75,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={14930,64587},["in"]={[0]=48287}},[5197]={["id"]=5197,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=75,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=487},["in"]={[0]=5197}},[64587]={["id"]=64587,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=75,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5197},["in"]={[0]=64587}},[42875]={["id"]=42875,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=75,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[32710]={["id"]=32710,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=76,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={10153,32345,4502,12379,42744},["in"]={32710,32710,32710}},[50515]={["id"]=50515,["icon"]="Art/2DArt/SkillIcons/passives/FortifyNode.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage and Speed while Fortified",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed while you have Fortify","12% increased Attack Damage while you have Fortify"},["g"]=77,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={18552,24914},["in"]={}},[18552]={["id"]=18552,["icon"]="Art/2DArt/SkillIcons/passives/FortifyNode.png",["ks"]=false,["not"]=false,["dn"]="Fortify Effect and Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Fortify duration","10% increased Effect of Fortify on you"},["g"]=77,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56370},["in"]={[0]=18552}},[56370]={["id"]=56370,["icon"]="Art/2DArt/SkillIcons/passives/FortifyNode.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage and Speed while Fortified",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed while you have Fortify","12% increased Attack Damage while you have Fortify"},["g"]=77,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1340},["in"]={[0]=56370}},[1340]={["id"]=1340,["icon"]="Art/2DArt/SkillIcons/passives/FortifyNotable1.png",["ks"]=false,["not"]=true,["dn"]="Rampart",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Attack Speed while you have Fortify","5% increased Movement Speed while you have Fortify","10% increased Effect of Fortify on you","20% increased Attack Damage while you have Fortify"},["g"]=77,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=1340}},[25414]={["id"]=25414,["icon"]="Art/2DArt/SkillIcons/passives/FortifyMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Fortify Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=77,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[64401]={["id"]=64401,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=78,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={55558,59114},["in"]={[0]=64401}},[59114]={["id"]=59114,["icon"]="Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Mana Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","30% increased Mana Regeneration Rate if you've Hit a Cursed Enemy Recently"},["g"]=78,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51748},["in"]={[0]=59114}},[55558]={["id"]=55558,["icon"]="Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Mana Gain on Killing Blow",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","Recover 2% of Mana when you Kill a Cursed Enemy"},["g"]=78,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51748},["in"]={[0]=55558}},[51748]={["id"]=51748,["icon"]="Art/2DArt/SkillIcons/passives/ManaandCurses.png",["ks"]=false,["not"]=true,["dn"]="Cursed Concoction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased maximum Mana","10% increased Effect of your Curses if you've spent 200 total Mana Recently","Remove a Curse when you use a Mana Flask"},["g"]=78,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={51748,51748}},[10313]={["id"]=10313,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMana.png",["ks"]=false,["not"]=false,["dn"]="Mana Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=78,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[56982]={["id"]=56982,["icon"]="Art/2DArt/SkillIcons/passives/stunstr.png",["ks"]=false,["not"]=false,["dn"]="Stun Threshold Reduction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% reduced Enemy Stun Threshold"},["g"]=79,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={46756,38922},["in"]={}},[57923]={["id"]=57923,["icon"]="Art/2DArt/SkillIcons/passives/stunstr.png",["ks"]=false,["not"]=false,["dn"]="Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Stun Duration on Enemies"},["g"]=79,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17038},["in"]={[0]=57923}},[46756]={["id"]=46756,["icon"]="Art/2DArt/SkillIcons/passives/stunstr.png",["ks"]=false,["not"]=false,["dn"]="Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Stun Duration on Enemies"},["g"]=79,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42800},["in"]={46756,46756}},[38922]={["id"]=38922,["icon"]="Art/2DArt/SkillIcons/passives/StunMastery.png",["ks"]=false,["not"]=true,["dn"]="Stun Mastery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% reduced Enemy Stun Threshold","30% increased Stun and Block Recovery","10% chance to gain an Endurance Charge when you Stun an Enemy with a Melee Hit","10% chance to double Stun Duration"},["g"]=79,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57923},["in"]={[0]=38922}},[17038]={["id"]=17038,["icon"]="Art/2DArt/SkillIcons/passives/stunstr.png",["ks"]=false,["not"]=false,["dn"]="Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Stun Duration on Enemies"},["g"]=79,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46756},["in"]={[0]=17038}},[13910]={["id"]=13910,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupStun.png",["ks"]=false,["not"]=false,["dn"]="Stun Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=79,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[44967]={["id"]=44967,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=80,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=50422},["in"]={44967,44967}},[19501]={["id"]=19501,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=81,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={},["in"]={19501,19501,19501,19501}},[28758]={["id"]=28758,["icon"]="Art/2DArt/SkillIcons/passives/criticaldaggerint.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Daggers","20% increased Critical Strike Chance with Daggers","8% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=82,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56276},["in"]={[0]=28758}},[39443]={["id"]=39443,["icon"]="Art/2DArt/SkillIcons/passives/criticaldaggerint.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Daggers","6% increased Accuracy Rating with Daggers","10% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=82,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56276},["in"]={[0]=39443}},[56276]={["id"]=56276,["icon"]="Art/2DArt/SkillIcons/passives/nightstalker.png",["ks"]=false,["not"]=true,["dn"]="Nightstalker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Damage with Daggers","40% increased Critical Strike Chance with Daggers","+20% to Critical Strike Multiplier with Daggers","+150 to Accuracy Rating with Daggers","20% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=82,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={56276,56276}},[38829]={["id"]=38829,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupDagger.png",["ks"]=false,["not"]=false,["dn"]="Dagger Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=82,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[14157]={["id"]=14157,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Accuracy and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Accuracy Rating with Daggers","15% increased Critical Strike Chance with Daggers"},["g"]=82,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={4502,39443,28758},["in"]={}},[33545]={["id"]=33545,["icon"]="Art/2DArt/SkillIcons/passives/Harrier.png",["ks"]=false,["not"]=true,["dn"]="Harrier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"9% increased Attack Speed","5% increased Cast Speed","5% increased Movement Speed"},["g"]=83,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={18033,28574},["in"]={33545,33545}},[60648]={["id"]=60648,["icon"]="Art/2DArt/SkillIcons/passives/flaskint.png",["ks"]=false,["not"]=false,["dn"]="Mana Flasks",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Mana Recovery from Flasks","10% reduced Flask Charges used from Mana Flasks"},["g"]=84,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42981,60398},["in"]={}},[42981]={["id"]=42981,["icon"]="Art/2DArt/SkillIcons/passives/flaskint.png",["ks"]=false,["not"]=false,["dn"]="Mana Flasks",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Mana Recovery from Flasks","10% reduced Flask Charges used from Mana Flasks"},["g"]=84,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53802},["in"]={[0]=42981}},[53802]={["id"]=53802,["icon"]="Art/2DArt/SkillIcons/passives/ManaFlasksOften.png",["ks"]=false,["not"]=true,["dn"]="Essence Extraction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Mana Regeneration Rate","15% increased Flask Charges gained","Mana Flasks gain 1 Charge every 3 seconds","Remove a random Elemental Ailment when you use a Mana Flask"},["g"]=84,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=53802}},[6359]={["id"]=6359,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Armour","Regenerate 15 Life per second"},["g"]=85,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21413},["in"]={[0]=6359}},[59290]={["id"]=59290,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupArmour.png",["ks"]=false,["not"]=false,["dn"]="Armour Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=85,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[3167]={["id"]=3167,["icon"]="Art/2DArt/SkillIcons/passives/lifepercentage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 0.5% of Life per second"},["g"]=85,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6359},["in"]={3167,3167}},[21413]={["id"]=21413,["icon"]="Art/2DArt/SkillIcons/passives/CombatStamina.png",["ks"]=false,["not"]=true,["dn"]="Combat Stamina",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Armour","5% increased maximum Life","Regenerate 1% of Life per second"},["g"]=85,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7335},["in"]={[0]=21413}},[7335]={["id"]=7335,["icon"]="Art/2DArt/SkillIcons/passives/lifepercentage.png",["ks"]=false,["not"]=false,["dn"]="Armour and Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Armour","Regenerate 0.3% of Life per second"},["g"]=85,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3167},["in"]={[0]=7335}},[62697]={["id"]=62697,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Shock Chance, Duration and Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Shock Duration on Enemies","5% chance to Shock","10% increased Effect of Shock"},["g"]=86,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={13961,3190},["in"]={[0]=62697}},[26557]={["id"]=26557,["icon"]="Art/2DArt/SkillIcons/passives/staticshield.png",["ks"]=false,["not"]=true,["dn"]="Static Blows",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["reminderText"]={"(Shock increases Damage taken by up to 50%, depending on the amount of Lightning Damage in the hit, for 2 seconds)","(Recently refers to the past 4 seconds)"},["spc"]={},["sd"]={"20% increased Shock Duration on Enemies","40% increased Critical Strike Chance against Shocked Enemies","30% increased Damage if you have Shocked an Enemy Recently","30% increased Effect of Shock"},["g"]=86,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={26557,26557}},[55954]={["id"]=55954,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLightning.png",["ks"]=false,["not"]=false,["dn"]="Lightning Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=86,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[13961]={["id"]=13961,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Shock Chance and Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% chance to Shock","10% increased Effect of Shock"},["g"]=86,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26557},["in"]={[0]=13961}},[3190]={["id"]=3190,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Damage and Critical Strike Chance against Shocked",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Critical Strike Chance against Shocked Enemies","10% increased Damage if you have Shocked an Enemy Recently"},["g"]=86,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26557},["in"]={[0]=3190}},[22627]={["id"]=22627,["icon"]="Art/2DArt/SkillIcons/passives/increasedarmorandlife.png",["ks"]=false,["not"]=false,["dn"]="Life and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Armour","5% increased maximum Life"},["g"]=87,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50904},["in"]={[0]=22627}},[3656]={["id"]=3656,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=88,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={58244,46896,27962,41518},["in"]={3656,3656}},[58244]={["id"]=58244,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=88,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=7112},["in"]={58244,58244,58244}},[14211]={["id"]=14211,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=89,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42731},["in"]={[0]=14211}},[42731]={["id"]=42731,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=89,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11430},["in"]={[0]=42731}},[14182]={["id"]=14182,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=89,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11430},["in"]={[0]=14182}},[11430]={["id"]=11430,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=89,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={11430,11430,11430}},[13322]={["id"]=13322,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=89,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14182},["in"]={[0]=13322}},[128]={["id"]=128,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=89,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[3452]={["id"]=3452,["icon"]="Art/2DArt/SkillIcons/passives/foresight.png",["ks"]=false,["not"]=true,["dn"]="Foresight",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+20 to maximum Energy Shield","14% increased maximum Energy Shield","10% increased Energy Shield Recharge Rate"},["g"]=89,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={60090,22473},["in"]={}},[38701]={["id"]=38701,["icon"]="Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","8% increased maximum Mana"},["g"]=90,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18767},["in"]={[0]=38701}},[18767]={["id"]=18767,["icon"]="Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","8% increased maximum Mana"},["g"]=90,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48298},["in"]={[0]=18767}},[48298]={["id"]=48298,["icon"]="Art/2DArt/SkillIcons/passives/Inspiration.png",["ks"]=false,["not"]=true,["dn"]="Insightfulness",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Energy Shield","10% increased maximum Mana","10% reduced Mana Cost of Skills while on Full Energy Shield","+10 to Intelligence"},["g"]=90,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=10,["out"]={},["in"]={[0]=48298}},[12250]={["id"]=12250,["icon"]="Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","8% increased maximum Mana"},["g"]=90,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={38701,42760},["in"]={}},[2301]={["id"]=2301,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Mana Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=90,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[56066]={["id"]=56066,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Elemental Damage with Wands"},["g"]=91,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39841},["in"]={56066,56066}},[54043]={["id"]=54043,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Elemental Damage with Wands"},["g"]=91,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30926},["in"]={[0]=54043}},[30926]={["id"]=30926,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Elemental Damage with Wands"},["g"]=91,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56066},["in"]={[0]=30926}},[11765]={["id"]=11765,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupWand.png",["ks"]=false,["not"]=false,["dn"]="Wand Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=91,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[63944]={["id"]=63944,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=true,["dn"]="Prism Weave",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Attack Speed with Wands","24% increased Elemental Damage with Wands","Damage with Weapons Penetrates 5% Elemental Resistance"},["g"]=91,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54043},["in"]={[0]=63944}},[20844]={["id"]=20844,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed with Wands","6% increased Accuracy Rating with Wands"},["g"]=91,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63944},["in"]={[0]=20844}},[62217]={["id"]=62217,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed with Wands","6% increased Accuracy Rating with Wands"},["g"]=91,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={20844,56066},["in"]={}},[50904]={["id"]=50904,["icon"]="Art/2DArt/SkillIcons/passives/increasedarmorandlife.png",["ks"]=false,["not"]=false,["dn"]="Life and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Armour","+16 to maximum Life"},["g"]=92,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6981},["in"]={50904,50904,50904}},[47175]={["id"]=47175,["icon"]="Art/2DArt/SkillIcons/passives/blankStr.png",["ks"]=false,["not"]=false,["dn"]="MARAUDER",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={[0]=1},["sd"]={},["g"]=92,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31628,50904,17765,24704,29294},["in"]={[0]=47175}},[31628]={["id"]=31628,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+16 to maximum Life","16% increased Melee Physical Damage"},["g"]=92,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9511},["in"]={31628,31628,31628}},[61327]={["id"]=61327,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Cold Damage with Attack Skills"},["g"]=93,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51404},["in"]={[0]=61327}},[51404]={["id"]=51404,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Cold Damage with Attack Skills"},["g"]=93,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={51404,51404}},[57199]={["id"]=57199,["icon"]="Art/2DArt/SkillIcons/passives/icebite.png",["ks"]=false,["not"]=true,["dn"]="Fangs of Frost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Damage with Weapons Penetrates 8% Cold Resistance","30% increased Cold Damage with Attack Skills","10% increased Effect of Chill"},["g"]=93,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61327},["in"]={}},[32345]={["id"]=32345,["icon"]="Art/2DArt/SkillIcons/passives/grace.png",["ks"]=false,["not"]=true,["dn"]="Alacrity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30 to Dexterity"},["g"]=94,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=30,["ia"]=0,["out"]={},["in"]={[0]=32345}},[11700]={["id"]=11700,["icon"]="Art/2DArt/SkillIcons/passives/MeleeAoENode.png",["ks"]=false,["not"]=false,["dn"]="Melee Area of Effect and Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Melee Damage","Melee Skills have 5% increased Area of Effect"},["g"]=95,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50969},["in"]={[0]=11700}},[50969]={["id"]=50969,["icon"]="Art/2DArt/SkillIcons/passives/MeleeAoENode.png",["ks"]=false,["not"]=false,["dn"]="Melee Area of Effect and Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Melee Damage","Melee Skills have 5% increased Area of Effect"},["g"]=95,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20835},["in"]={[0]=50969}},[20835]={["id"]=20835,["icon"]="Art/2DArt/SkillIcons/passives/MeleeAoENotable.png",["ks"]=false,["not"]=true,["dn"]="Brinkmanship",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% reduced Area Damage taken from Hits","+2 to Melee Weapon and Unarmed Attack range","10% increased Area of Effect if you have Stunned an Enemy Recently","Melee Skills have 10% increased Area of Effect"},["g"]=95,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=20835}},[6615]={["id"]=6615,["icon"]="Art/2DArt/SkillIcons/passives/sparkingattacks.png",["ks"]=false,["not"]=true,["dn"]="Arcing Blows",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Damage with Weapons Penetrates 8% Lightning Resistance","30% increased Lightning Damage with Attack Skills","10% increased Effect of Shock"},["g"]=96,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44339},["in"]={}},[44339]={["id"]=44339,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Weapon Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Lightning Damage with Attack Skills"},["g"]=96,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={44339,44339}},[12379]={["id"]=12379,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Lightning Damage"},["g"]=96,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={44183,44339},["in"]={[0]=12379}},[44183]={["id"]=44183,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Lightning Damage"},["g"]=96,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7555},["in"]={[0]=44183}},[7555]={["id"]=7555,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=true,["dn"]="Crackling Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Lightning Damage","4% increased Cast Speed","+15% to Critical Strike Multiplier","10% increased Effect of Shock"},["g"]=96,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=7555}},[37394]={["id"]=37394,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLightning.png",["ks"]=false,["not"]=false,["dn"]="Lightning Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=96,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[32942]={["id"]=32942,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Physical Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Wands","4% increased Attack Speed with Wands","12% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=97,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63207},["in"]={[0]=32942}},[64239]={["id"]=64239,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Physical Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Wands","12% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=97,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={22407,49605,64612},["in"]={}},[22407]={["id"]=22407,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Physical Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Wands","4% increased Attack Speed with Wands","12% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=97,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32942},["in"]={[0]=22407}},[19098]={["id"]=19098,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Gain 10% of Wand Physical Damage as Extra Fire Damage"},["g"]=97,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63207},["in"]={[0]=19098}},[64612]={["id"]=64612,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Gain 10% of Wand Physical Damage as Extra Cold Damage"},["g"]=97,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19098},["in"]={[0]=64612}},[59959]={["id"]=59959,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupWand.png",["ks"]=false,["not"]=false,["dn"]="Wand Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=97,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[63207]={["id"]=63207,["icon"]="Art/2DArt/SkillIcons/passives/TempestBlast.png",["ks"]=false,["not"]=true,["dn"]="Tempest Blast",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Gain 20% of Wand Physical Damage as Extra Lightning Damage"},["g"]=97,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={63207,63207}},[57746]={["id"]=57746,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingDamage.png",["ks"]=false,["not"]=false,["dn"]="Channelling Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills deal 14% increased Damage"},["g"]=98,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={57044,51355,58402},["in"]={}},[57044]={["id"]=57044,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingDamage.png",["ks"]=false,["not"]=false,["dn"]="Channelling Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills deal 14% increased Damage"},["g"]=98,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={57044,57044}},[62490]={["id"]=62490,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingSpeed.png",["ks"]=false,["not"]=false,["dn"]="Channelling Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills have 3% increased Attack and Cast Speed","Channelling Skills deal 8% increased Damage"},["g"]=98,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10511},["in"]={[0]=62490}},[51355]={["id"]=51355,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingSpeed.png",["ks"]=false,["not"]=false,["dn"]="Channelling Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills have 3% increased Attack and Cast Speed","Channelling Skills deal 8% increased Damage"},["g"]=98,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62490},["in"]={[0]=51355}},[10511]={["id"]=10511,["icon"]="Art/2DArt/SkillIcons/passives/CombatFocusNotable.png",["ks"]=false,["not"]=true,["dn"]="Singular Focus",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% additional Physical Damage Reduction while Channelling","Channelling Skills have 6% increased Attack and Cast Speed","Channelling Skills deal 15% increased Damage"},["g"]=98,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57044},["in"]={[0]=10511}},[18823]={["id"]=18823,["icon"]="Art/2DArt/SkillIcons/passives/MasteryChannelling.png",["ks"]=false,["not"]=false,["dn"]="Channelling Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=98,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[38849]={["id"]=38849,["icon"]="Art/2DArt/SkillIcons/passives/SearingHeat.png",["ks"]=false,["not"]=true,["dn"]="Searing Heat",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+20% to Damage over Time Multiplier for Ignite from Critical Strikes","45% increased Critical Strike Chance for Spells","+20% to Critical Strike Multiplier against Burning Enemies"},["g"]=99,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=38849}},[27709]={["id"]=27709,["icon"]="Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Chance and Critical Ignite Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% to Damage over Time Multiplier for Ignite from Critical Strikes","15% increased Critical Strike Chance for Spells"},["g"]=99,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28887},["in"]={[0]=27709}},[28887]={["id"]=28887,["icon"]="Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Chance and Critical Ignite Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% to Damage over Time Multiplier for Ignite from Critical Strikes","15% increased Critical Strike Chance for Spells"},["g"]=99,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38849},["in"]={[0]=28887}},[19897]={["id"]=19897,["icon"]="Art/2DArt/SkillIcons/passives/deathattunement.png",["ks"]=false,["not"]=true,["dn"]="Death Attunement",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 8% increased Attack Speed","Minions have 8% increased Cast Speed","+1 to Maximum number of Spectres","+1 to Maximum number of Raised Zombies","+1 to Maximum number of Skeletons"},["g"]=100,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={19897,19897}},[4247]={["id"]=4247,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life and Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions Regenerate 1% of Life per second"},["g"]=100,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19897},["in"]={[0]=4247}},[17412]={["id"]=17412,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 14% increased maximum Life"},["g"]=100,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4247},["in"]={[0]=17412}},[52412]={["id"]=52412,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life and Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions deal 10% increased Damage"},["g"]=100,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={17412,43716,39841},["in"]={}},[43716]={["id"]=43716,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 14% increased Damage"},["g"]=100,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34144},["in"]={[0]=43716}},[34144]={["id"]=34144,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 10% increased Damage","Minions Leech 0.2% of Damage as Life"},["g"]=100,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19897},["in"]={[0]=34144}},[2320]={["id"]=2320,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMinions.png",["ks"]=false,["not"]=false,["dn"]="Minion and Damage Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=100,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[44134]={["id"]=44134,["icon"]="Art/2DArt/SkillIcons/passives/criticaldaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Critical Strike Chance with Daggers","+14% to Critical Strike Multiplier with Daggers"},["g"]=101,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11489},["in"]={[0]=44134}},[11489]={["id"]=11489,["icon"]="Art/2DArt/SkillIcons/passives/criticaldaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Critical Strike Chance with Daggers","+14% to Critical Strike Multiplier with Daggers"},["g"]=101,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8920},["in"]={[0]=11489}},[55414]={["id"]=55414,["icon"]="Art/2DArt/SkillIcons/passives/criticaldaggerint.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Daggers","12% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=101,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=47422},["in"]={55414,55414}},[36490]={["id"]=36490,["icon"]="Art/2DArt/SkillIcons/passives/flaying.png",["ks"]=false,["not"]=true,["dn"]="Flaying",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Damage with Daggers","12% increased Attack Speed with Daggers","10% increased Accuracy Rating with Daggers","24% increased Damage with Ailments from Attack Skills while wielding a Dagger","+1 to Melee range with Daggers"},["g"]=101,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=36490}},[47422]={["id"]=47422,["icon"]="Art/2DArt/SkillIcons/passives/criticaldaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Critical Strike Chance with Daggers","+14% to Critical Strike Multiplier with Daggers"},["g"]=101,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44134},["in"]={[0]=47422}},[22261]={["id"]=22261,["icon"]="Art/2DArt/SkillIcons/passives/attackspeeddagger.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Daggers","4% increased Attack Speed with Daggers","8% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=101,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55414},["in"]={[0]=22261}},[56174]={["id"]=56174,["icon"]="Art/2DArt/SkillIcons/passives/attackspeeddagger.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Daggers","4% increased Attack Speed with Daggers","Enemies have -5% to Total Physical Damage Reduction against your Hits","8% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=101,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={38864,22261},["in"]={}},[38864]={["id"]=38864,["icon"]="Art/2DArt/SkillIcons/passives/attackspeeddagger.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Daggers","4% increased Attack Speed with Daggers","Enemies have -5% to Total Physical Damage Reduction against your Hits","8% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=101,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36490},["in"]={[0]=38864}},[57001]={["id"]=57001,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupDagger.png",["ks"]=false,["not"]=false,["dn"]="Dagger Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=101,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[8920]={["id"]=8920,["icon"]="Art/2DArt/SkillIcons/passives/DaggerNotable1.png",["ks"]=false,["not"]=true,["dn"]="Backstabbing",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"40% increased Critical Strike Chance with Daggers","+30% to Critical Strike Multiplier with Daggers","+40% to Critical Strike Multiplier against Enemies that are on Full Life","30% increased Critical Strike Chance against Enemies on Full Life"},["g"]=101,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=8920}},[47471]={["id"]=47471,["icon"]="Art/2DArt/SkillIcons/passives/innerforce.png",["ks"]=false,["not"]=true,["dn"]="Overcharged",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% chance to gain a Power, Frenzy or Endurance Charge on Kill"},["g"]=102,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=47471}},[35737]={["id"]=35737,["icon"]="Art/2DArt/SkillIcons/passives/innerforce.png",["ks"]=false,["not"]=false,["dn"]="Charge on Kill",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"2% chance to gain a Power, Frenzy or Endurance Charge on Kill"},["g"]=102,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31137,51923},["in"]={}},[31137]={["id"]=31137,["icon"]="Art/2DArt/SkillIcons/passives/innerforce.png",["ks"]=false,["not"]=false,["dn"]="Charge on Kill",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"2% chance to gain a Power, Frenzy or Endurance Charge on Kill"},["g"]=102,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=47471},["in"]={[0]=31137}},[19506]={["id"]=19506,["icon"]="Art/2DArt/SkillIcons/passives/Hunter.png",["ks"]=false,["not"]=true,["dn"]="Path of the Hunter",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+20 to Accuracy Rating","12% increased Projectile Damage","+20 to Dexterity"},["g"]=103,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=20,["ia"]=0,["out"]={[0]=57984},["in"]={[0]=19506}},[56648]={["id"]=56648,["icon"]="Art/2DArt/SkillIcons/passives/eagletalons.png",["ks"]=false,["not"]=true,["dn"]="Claws of the Falcon",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Damage with Claws","12% increased Accuracy Rating with Claws","+30% to Critical Strike Multiplier with Claws","16% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=104,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={56648,56648}},[47321]={["id"]=47321,["icon"]="Art/2DArt/SkillIcons/passives/criticalclaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Claws","20% increased Critical Strike Chance with Claws","10% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=104,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56648},["in"]={[0]=47321}},[265]={["id"]=265,["icon"]="Art/2DArt/SkillIcons/passives/criticalclaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Claws","15% increased Critical Strike Chance with Claws","10% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=104,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={53456,38520,47321},["in"]={}},[19016]={["id"]=19016,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupClaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=104,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[38520]={["id"]=38520,["icon"]="Art/2DArt/SkillIcons/passives/clawmasterydex.png",["ks"]=false,["not"]=false,["dn"]="Claw Accuracy and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Accuracy Rating with Claws","20% increased Critical Strike Chance with Claws"},["g"]=104,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56648},["in"]={[0]=38520}},[51420]={["id"]=51420,["icon"]="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png",["ks"]=false,["not"]=false,["dn"]="Mana Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.4% of Attack Damage Leeched as Mana","10% increased total Recovery per second from Mana Leech"},["g"]=105,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={51420,51420}},[49481]={["id"]=49481,["icon"]="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png",["ks"]=false,["not"]=false,["dn"]="Mana Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.4% of Attack Damage Leeched as Mana","10% increased total Recovery per second from Mana Leech"},["g"]=105,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51420},["in"]={[0]=49481}},[65053]={["id"]=65053,["icon"]="Art/2DArt/SkillIcons/passives/minddrinker.png",["ks"]=false,["not"]=true,["dn"]="Essence Sap",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.6% of Attack Damage Leeched as Mana","25% increased Maximum total Recovery per second from Mana Leech","+2 Mana gained for each Enemy hit by your Attacks","20% increased total Recovery per second from Mana Leech"},["g"]=105,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49481},["in"]={}},[61982]={["id"]=61982,["icon"]="Art/2DArt/SkillIcons/passives/graveintentions.png",["ks"]=false,["not"]=true,["dn"]="Grave Intentions",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have +15% to Chaos Resistance","Minions have 25% chance to gain Unholy Might for 4 seconds on Kill","Minions gain 10% of Maximum Life as Extra Maximum Energy Shield"},["g"]=106,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=61982}},[51517]={["id"]=51517,["icon"]="Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Life and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 8% increased maximum Life","Minions have +8% to all Elemental Resistances","Minions have +8% to Chaos Resistance"},["g"]=106,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49047,27659},["in"]={}},[49047]={["id"]=49047,["icon"]="Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Life and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 8% increased maximum Life","Minions have +8% to all Elemental Resistances","Minions have +8% to Chaos Resistance"},["g"]=106,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61982},["in"]={[0]=49047}},[32091]={["id"]=32091,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating","12% increased Evasion Rating"},["g"]=107,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44103},["in"]={32091,32091}},[55563]={["id"]=55563,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions Regenerate 1.5% of Life per second"},["g"]=108,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1609},["in"]={[0]=55563}},[10904]={["id"]=10904,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 12% increased maximum Life"},["g"]=108,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36915},["in"]={10904,10904}},[36915]={["id"]=36915,["icon"]="Art/2DArt/SkillIcons/passives/graveexpectations.png",["ks"]=false,["not"]=true,["dn"]="Sacrifice",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 20% increased maximum Life","Regenerate 1% of Life per second","Minions Regenerate 1% of Life per second","Minions have +10% to all Elemental Resistances"},["g"]=108,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={36915,36915}},[34880]={["id"]=34880,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased maximum Life"},["g"]=108,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={55563,17735,10904},["in"]={}},[61991]={["id"]=61991,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMinions.png",["ks"]=false,["not"]=false,["dn"]="Minion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=108,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[1609]={["id"]=1609,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions Leech 0.6% of Damage as Life"},["g"]=108,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36915},["in"]={[0]=1609}},[23407]={["id"]=23407,["icon"]="Art/2DArt/SkillIcons/passives/CritAilments.png",["ks"]=true,["not"]=false,["dn"]="Perfect Agony",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Your foes will beg not for their pitiful lives, but for a quick, merciful death."},["spc"]={},["sd"]={"Modifiers to Critical Strike Multiplier also apply to Damage over Time Multiplier for Ailments from Critical Strikes at 50% of their value\n30% less Damage with Hits"},["g"]=109,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51786},["in"]={}},[51786]={["id"]=51786,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=110,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=10,["ia"]=0,["out"]={28574,20812},["in"]={51786,51786,51786,51786}},[28574]={["id"]=28574,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=110,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=61875},["in"]={28574,28574,28574}},[20852]={["id"]=20852,["icon"]="Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png",["ks"]=false,["not"]=false,["dn"]="Fire and Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Fire Damage","8% increased Cold Damage"},["g"]=111,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={36585,6785,41635},["in"]={}},[6785]={["id"]=6785,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Fire Skill Critical Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Fire Damage","+10% to Critical Strike Multiplier with Fire Skills"},["g"]=111,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42649},["in"]={[0]=6785}},[36585]={["id"]=36585,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage and Cold Skill Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Cold Damage","20% increased Critical Strike Chance with Cold Skills"},["g"]=111,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42649},["in"]={[0]=36585}},[42649]={["id"]=42649,["icon"]="Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png",["ks"]=false,["not"]=true,["dn"]="Snowforged",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Fire Damage","25% increased Cold Damage","+10% to Fire and Cold Resistances","30% increased Critical Strike Chance"},["g"]=111,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={42649,42649}},[55934]={["id"]=55934,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupColdFire.png",["ks"]=false,["not"]=false,["dn"]="Cold and Fire Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=111,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[32024]={["id"]=32024,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased maximum Life"},["g"]=112,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27929},["in"]={32024,32024}},[60554]={["id"]=60554,["icon"]="Art/2DArt/SkillIcons/passives/miniondamage.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 10% increased Damage"},["g"]=112,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={32024,11420},["in"]={[0]=60554}},[27611]={["id"]=27611,["icon"]="Art/2DArt/SkillIcons/passives/lordofthedead.png",["ks"]=false,["not"]=true,["dn"]="Lord of the Dead",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions deal 15% increased Damage","30% increased Minion Accuracy Rating","+1 to Maximum number of Raised Zombies","+1 to Maximum number of Skeletons"},["g"]=112,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={32024,60554,19635},["in"]={}},[24914]={["id"]=24914,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=113,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={61262,34513,8533},["in"]={24914,24914}},[43133]={["id"]=43133,["icon"]="Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 12% increased Damage","15% increased Minion Accuracy Rating"},["g"]=114,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27308},["in"]={[0]=43133}},[27308]={["id"]=27308,["icon"]="Art/2DArt/SkillIcons/passives/gravepact.png",["ks"]=false,["not"]=true,["dn"]="Gravepact",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 15% increased Damage","Minions have 8% increased Attack Speed","30% increased Minion Accuracy Rating","Minions have 5% chance to deal Double Damage"},["g"]=114,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=27308}},[54267]={["id"]=54267,["icon"]="Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 10% increased Damage","10% increased Minion Accuracy Rating"},["g"]=114,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23185},["in"]={[0]=54267}},[23185]={["id"]=23185,["icon"]="Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 12% increased Damage","15% increased Minion Accuracy Rating"},["g"]=114,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43133},["in"]={[0]=23185}},[49957]={["id"]=49957,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMinions.png",["ks"]=false,["not"]=false,["dn"]="Minion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=114,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[367]={["id"]=367,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=115,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58103},["in"]={[0]=367}},[33864]={["id"]=33864,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=115,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={63447,23659},["in"]={[0]=33864}},[35706]={["id"]=35706,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=115,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={14021,367},["in"]={}},[58103]={["id"]=58103,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=115,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33864},["in"]={[0]=58103}},[50029]={["id"]=50029,["icon"]="Art/2DArt/SkillIcons/passives/arcane focus.png",["ks"]=false,["not"]=true,["dn"]="Unnatural Calm",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased maximum Energy Shield","15% increased Energy Shield Recharge Rate","+1% to maximum Lightning Resistance"},["g"]=115,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=50029}},[23659]={["id"]=23659,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=115,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50029},["in"]={[0]=23659}},[2897]={["id"]=2897,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=115,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[41967]={["id"]=41967,["icon"]="Art/2DArt/SkillIcons/passives/flaskint.png",["ks"]=false,["not"]=false,["dn"]="Mana and Flasks",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","10% increased Mana Recovery from Flasks"},["g"]=116,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21634},["in"]={41967,41967}},[17546]={["id"]=17546,["icon"]="Art/2DArt/SkillIcons/passives/flaskint.png",["ks"]=false,["not"]=false,["dn"]="Mana and Flasks",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Mana","15% increased Mana Recovery from Flasks"},["g"]=116,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={41967,21634},["in"]={}},[21634]={["id"]=21634,["icon"]="Art/2DArt/SkillIcons/passives/ArcaneChemistry.png",["ks"]=false,["not"]=true,["dn"]="Arcane Chemistry",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased maximum Mana","25% increased Mana Recovery from Flasks","15% reduced Flask Charges used","Flasks applied to you have 8% increased Effect"},["g"]=116,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={21634,21634}},[22473]={["id"]=22473,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=117,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={10490,14211},["in"]={[0]=22473}},[34173]={["id"]=34173,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=true,["dn"]="Overcharge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1 to Maximum Power Charges"},["g"]=118,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5696},["in"]={[0]=34173}},[5696]={["id"]=5696,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Power Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Power Charge Duration"},["g"]=118,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26270},["in"]={[0]=5696}},[35958]={["id"]=35958,["icon"]="Art/2DArt/SkillIcons/passives/bodysoul.png",["ks"]=false,["not"]=true,["dn"]="Faith and Steel",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Armour","10% increased maximum Energy Shield","10% increased Energy Shield Recharge Rate","+8% to all Elemental Resistances"},["g"]=118,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46897},["in"]={[0]=35958}},[40508]={["id"]=40508,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Armour","5% increased maximum Energy Shield"},["g"]=118,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35958},["in"]={[0]=40508}},[46897]={["id"]=46897,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Armour","5% increased maximum Energy Shield"},["g"]=118,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26270},["in"]={[0]=46897}},[27575]={["id"]=27575,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Power Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Power Charge Duration"},["g"]=118,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34173,10575},["in"]={}},[63357]={["id"]=63357,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png",["ks"]=false,["not"]=true,["dn"]="Path of the Duelist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=2,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Can Allocate Passives from the Duelist's starting point"},["g"]=119,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={47389,39725},["in"]={[0]=63357}},[17445]={["id"]=17445,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=119,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63357},["in"]={[0]=17445}},[41996]={["id"]=41996,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=119,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24798},["in"]={[0]=41996}},[607]={["id"]=607,["icon"]="Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png",["ks"]=false,["not"]=false,["dn"]="Strength and Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+20 to Strength and Dexterity"},["g"]=119,["o"]=2,["oidx"]=0,["sa"]=20,["da"]=20,["ia"]=0,["out"]={[0]=41996},["in"]={[0]=607}},[24798]={["id"]=24798,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png",["ks"]=false,["not"]=true,["dn"]="Duelist Ascendancy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=true,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(Choose one of the three attached options)"},["spc"]={},["sd"]={},["g"]=119,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={17445,39598,34774,43195},["in"]={[0]=24798}},[58603]={["id"]=58603,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage, Freeze and Chill Duration, Chill Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Cold Damage","20% increased Chill Duration on Enemies","20% increased Freeze Duration on Enemies","5% increased Effect of Chill"},["g"]=120,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58198},["in"]={[0]=58603}},[58198]={["id"]=58198,["icon"]="Art/2DArt/SkillIcons/passives/breathofrime.png",["ks"]=false,["not"]=true,["dn"]="Fingers of Frost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10% to Cold Damage over Time Multiplier","12% increased Cold Damage","Enemies Become Chilled as they Unfreeze","10% chance to Freeze Enemies which are Chilled","10% increased Effect of Chill"},["g"]=120,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={58198,58198}},[44059]={["id"]=44059,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupCold.png",["ks"]=false,["not"]=false,["dn"]="Cold Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=120,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[21170]={["id"]=21170,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage, Freeze Chance and Chill Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Cold Damage","5% chance to Freeze","5% increased Effect of Chill"},["g"]=120,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={56186,58603},["in"]={[0]=21170}},[56186]={["id"]=56186,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage Over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+6% to Cold Damage over Time Multiplier"},["g"]=120,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11162},["in"]={[0]=56186}},[11162]={["id"]=11162,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage Over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+6% to Cold Damage over Time Multiplier"},["g"]=120,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58198},["in"]={[0]=11162}},[18715]={["id"]=18715,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Fire Damage"},["g"]=121,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10893},["in"]={[0]=18715}},[10893]={["id"]=10893,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Fire Damage"},["g"]=121,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={10893,10893}},[38789]={["id"]=38789,["icon"]="Art/2DArt/SkillIcons/passives/firedamageint.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Burning Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+4% to Fire Damage over Time Multiplier","8% increased Fire Damage"},["g"]=121,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11924},["in"]={[0]=38789}},[61804]={["id"]=61804,["icon"]="Art/2DArt/SkillIcons/passives/firedamageint.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Fire Damage"},["g"]=121,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={44184,14040},["in"]={[0]=61804}},[60501]={["id"]=60501,["icon"]="Art/2DArt/SkillIcons/passives/hellfire.png",["ks"]=false,["not"]=true,["dn"]="Heart of Flame",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Fire Damage","Damage Penetrates 6% Fire Resistance","0.2% of Fire Damage Leeched as Energy Shield"},["g"]=121,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10893},["in"]={}},[14040]={["id"]=14040,["icon"]="Art/2DArt/SkillIcons/passives/firedamageint.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Fire Damage"},["g"]=121,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18715},["in"]={[0]=14040}},[13559]={["id"]=13559,["icon"]="Art/2DArt/SkillIcons/passives/firedamagestr.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Ignite Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Fire Damage","5% chance to Ignite"},["g"]=121,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={8624,38789},["in"]={}},[42465]={["id"]=42465,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupFire.png",["ks"]=false,["not"]=false,["dn"]="Fire Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=121,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[8624]={["id"]=8624,["icon"]="Art/2DArt/SkillIcons/passives/firedamageint.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Burning Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+4% to Fire Damage over Time Multiplier","8% increased Fire Damage"},["g"]=121,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61804},["in"]={[0]=8624}},[11924]={["id"]=11924,["icon"]="Art/2DArt/SkillIcons/passives/BreathofFlames2.png",["ks"]=false,["not"]=true,["dn"]="Breath of Flames",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10% to Fire Damage over Time Multiplier","20% increased Fire Damage","20% increased Ignite Duration on Enemies","20% chance to Ignite"},["g"]=121,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=11924}},[54396]={["id"]=54396,["icon"]="Art/2DArt/SkillIcons/passives/firedamageint.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Burning Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Fire Damage over Time Multiplier","12% increased Fire Damage"},["g"]=122,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={2550,5430},["in"]={}},[1550]={["id"]=1550,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Fire Damage","Regenerate 0.4% of Life per second"},["g"]=122,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10221},["in"]={[0]=1550}},[2550]={["id"]=2550,["icon"]="Art/2DArt/SkillIcons/passives/arsonist.png",["ks"]=false,["not"]=true,["dn"]="Arsonist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+6% to Fire Damage over Time Multiplier","24% increased Fire Damage","Regenerate 1% of Life per second"},["g"]=122,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1550},["in"]={[0]=2550}},[14923]={["id"]=14923,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupFire.png",["ks"]=false,["not"]=false,["dn"]="Fire Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=122,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[25168]={["id"]=25168,["icon"]="Art/2DArt/SkillIcons/passives/MeleeFireNode.png",["ks"]=false,["not"]=false,["dn"]="Weapon Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Fire Damage with Attack Skills"},["g"]=122,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5430},["in"]={[0]=25168}},[5430]={["id"]=5430,["icon"]="Art/2DArt/SkillIcons/passives/MeleeFireNotable.png",["ks"]=false,["not"]=true,["dn"]="Magmatic Strikes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Gain 5% of Physical Damage as Extra Fire Damage","24% increased Fire Damage with Attack Skills"},["g"]=122,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={5430,5430}},[17236]={["id"]=17236,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Energy Shield Recharge Rate",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to maximum Energy Shield","10% increased Energy Shield Recharge Rate"},["g"]=123,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={17236,17236}},[7641]={["id"]=7641,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Energy Shield Recharge Rate",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to maximum Energy Shield","10% increased Energy Shield Recharge Rate"},["g"]=123,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={17236,34882},["in"]={}},[62577]={["id"]=62577,["icon"]="Art/2DArt/SkillIcons/passives/EssenceSurge.png",["ks"]=false,["not"]=true,["dn"]="Essence Surge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30 to maximum Energy Shield","15% faster start of Energy Shield Recharge","10% increased Energy Shield Recharge Rate"},["g"]=123,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17236},["in"]={}},[37078]={["id"]=37078,["icon"]="Art/2DArt/SkillIcons/passives/SavantPath.png",["ks"]=false,["not"]=true,["dn"]="Path of the Savant",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Spell Damage","+20 to maximum Mana","+20 to Intelligence"},["g"]=124,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=20,["out"]={[0]=11430},["in"]={[0]=37078}},[34098]={["id"]=34098,["icon"]="Art/2DArt/SkillIcons/passives/heroicspirit.png",["ks"]=true,["not"]=false,["dn"]="Mind Over Matter",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"While the mind endures, so too will the body."},["spc"]={},["sd"]={"30% of Damage is taken from Mana before Life"},["g"]=125,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=60398},["in"]={}},[37999]={["id"]=37999,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=126,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=29199},["in"]={[0]=37999}},[40609]={["id"]=40609,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Cold Damage"},["g"]=127,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22090},["in"]={[0]=40609}},[22090]={["id"]=22090,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Cold Damage"},["g"]=127,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36412},["in"]={[0]=22090}},[5972]={["id"]=5972,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Cold Damage"},["g"]=127,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={19501,40705},["in"]={[0]=5972}},[8833]={["id"]=8833,["icon"]="Art/2DArt/SkillIcons/passives/iceheart.png",["ks"]=false,["not"]=true,["dn"]="Heart of Ice",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Cold Damage","Damage Penetrates 6% Cold Resistance","0.2% of Cold Damage Leeched as Energy Shield"},["g"]=127,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40609},["in"]={}},[36412]={["id"]=36412,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Cold Damage"},["g"]=127,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5972},["in"]={[0]=36412}},[40705]={["id"]=40705,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage, Freeze and Chill Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Cold Damage","30% increased Chill Duration on Enemies","20% increased Freeze Duration on Enemies"},["g"]=127,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53732},["in"]={[0]=40705}},[53732]={["id"]=53732,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage, Cold Damage Over Time Multiplier and Chill Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% to Cold Damage over Time Multiplier","10% increased Cold Damage","10% increased Effect of Chill"},["g"]=127,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36226},["in"]={[0]=53732}},[58157]={["id"]=58157,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupCold.png",["ks"]=false,["not"]=false,["dn"]="Cold Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=127,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[36226]={["id"]=36226,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage, Cold Damage Over Time Multiplier and Freeze Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% to Cold Damage over Time Multiplier","10% increased Cold Damage","5% chance to Freeze"},["g"]=127,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21460},["in"]={[0]=36226}},[21460]={["id"]=21460,["icon"]="Art/2DArt/SkillIcons/passives/BreathofRime2.png",["ks"]=false,["not"]=true,["dn"]="Breath of Rime",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10% to Cold Damage over Time Multiplier","20% increased Cold Damage","20% increased Freeze Duration on Enemies","10% chance to Freeze","15% increased Effect of Chill"},["g"]=127,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=21460}},[62177]={["id"]=62177,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Power Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Power Charge Duration"},["g"]=128,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18182},["in"]={[0]=62177}},[25411]={["id"]=25411,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=true,["dn"]="Infused",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1 to Maximum Power Charges"},["g"]=128,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62177},["in"]={[0]=25411}},[60259]={["id"]=60259,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","5% increased maximum Energy Shield"},["g"]=128,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18182},["in"]={[0]=60259}},[11018]={["id"]=11018,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","5% increased maximum Energy Shield"},["g"]=128,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={58244,32176},["in"]={}},[3537]={["id"]=3537,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Power Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Power Charge Duration"},["g"]=128,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25411,58244},["in"]={}},[32176]={["id"]=32176,["icon"]="Art/2DArt/SkillIcons/passives/newenergyshield.png",["ks"]=false,["not"]=true,["dn"]="Soul Thief",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Evasion Rating","12% increased maximum Energy Shield","0.3% of Spell Damage Leeched as Energy Shield"},["g"]=128,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=60259},["in"]={[0]=32176}},[29049]={["id"]=29049,["icon"]="Art/2DArt/SkillIcons/passives/pyromaniac.png",["ks"]=false,["not"]=true,["dn"]="Holy Fire",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+12% to Fire Damage over Time Multiplier","20% increased Fire Damage","15% chance to Ignite"},["g"]=129,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5916},["in"]={[0]=29049}},[5916]={["id"]=5916,["icon"]="Art/2DArt/SkillIcons/passives/firedamageint.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Burning Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+4% to Fire Damage over Time Multiplier","8% increased Fire Damage"},["g"]=129,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4713},["in"]={[0]=5916}},[4713]={["id"]=4713,["icon"]="Art/2DArt/SkillIcons/passives/firedamageint.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Fire Damage"},["g"]=129,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={6245,7444},["in"]={[0]=4713}},[21524]={["id"]=21524,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupFire.png",["ks"]=false,["not"]=false,["dn"]="Fire Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=129,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[6245]={["id"]=6245,["icon"]="Art/2DArt/SkillIcons/passives/firedamagestr.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Ignite Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Fire Damage","10% chance to Ignite"},["g"]=129,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29049},["in"]={[0]=6245}},[44723]={["id"]=44723,["icon"]="Art/2DArt/SkillIcons/passives/spellcritical.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance for Spells"},["g"]=130,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19635},["in"]={44723,44723}},[1346]={["id"]=1346,["icon"]="Art/2DArt/SkillIcons/passives/spellcritical.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance for Spells"},["g"]=130,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={11420,44723},["in"]={[0]=1346}},[16790]={["id"]=16790,["icon"]="Art/2DArt/SkillIcons/passives/spellcritical.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Critical Strike Chance for Spells"},["g"]=130,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={44723,1346},["in"]={[0]=16790}},[63398]={["id"]=63398,["icon"]="Art/2DArt/SkillIcons/passives/spellcritical.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance for Spells"},["g"]=131,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7444},["in"]={[0]=63398}},[36452]={["id"]=36452,["icon"]="Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15% to Critical Strike Multiplier for Spells"},["g"]=131,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63398},["in"]={[0]=36452}},[46842]={["id"]=46842,["icon"]="Art/2DArt/SkillIcons/passives/arcanepotency.png",["ks"]=false,["not"]=true,["dn"]="Arcane Potency",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Critical Strike Chance for Spells","+30% to Critical Strike Multiplier for Spells"},["g"]=131,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36452},["in"]={}},[61308]={["id"]=61308,["icon"]="Art/2DArt/SkillIcons/passives/amplify.png",["ks"]=false,["not"]=true,["dn"]="Amplify",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area of Effect","20% increased Area Damage"},["g"]=132,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={61308,61308,61308}},[40927]={["id"]=40927,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area of Effect"},["g"]=132,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={61308,15365},["in"]={[0]=40927}},[15365]={["id"]=15365,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area of Effect"},["g"]=132,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={61308,49254},["in"]={[0]=15365}},[21075]={["id"]=21075,["icon"]="Art/2DArt/SkillIcons/passives/areaofeffect.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area Damage"},["g"]=133,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={38805,38900},["in"]={[0]=21075}},[38900]={["id"]=38900,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area of Effect"},["g"]=133,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38805},["in"]={38900,38900}},[38805]={["id"]=38805,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area of Effect"},["g"]=133,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19635},["in"]={38805,38805}},[24362]={["id"]=24362,["icon"]="Art/2DArt/SkillIcons/passives/deepthoughts.png",["ks"]=false,["not"]=true,["dn"]="Deep Thoughts",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased maximum Mana","20% increased Mana Regeneration Rate","+20 to Intelligence"},["g"]=134,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=20,["out"]={60388,29781},["in"]={}},[29781]={["id"]=29781,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=134,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={29781,29781}},[60388]={["id"]=60388,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=134,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1031},["in"]={[0]=60388}},[21958]={["id"]=21958,["icon"]="Art/2DArt/SkillIcons/passives/thickskin.png",["ks"]=false,["not"]=true,["dn"]="Cruel Preparation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Life","+5% to all Elemental Resistances"},["g"]=134,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14936},["in"]={[0]=21958}},[33755]={["id"]=33755,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=134,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={1031,21958},["in"]={}},[2224]={["id"]=2224,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLifeMana.png",["ks"]=false,["not"]=false,["dn"]="Mana Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=134,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[14936]={["id"]=14936,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=134,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44184},["in"]={[0]=14936}},[39648]={["id"]=39648,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","10% increased Mana Regeneration Rate"},["g"]=135,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={39648,39648}},[17821]={["id"]=17821,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","10% increased Mana Regeneration Rate"},["g"]=135,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39648},["in"]={[0]=17821}},[21330]={["id"]=21330,["icon"]="Art/2DArt/SkillIcons/passives/QuickRecovery.png",["ks"]=false,["not"]=true,["dn"]="Quick Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Life","20% increased Mana Regeneration Rate","Regenerate 0.8% of Life per second"},["g"]=135,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17821},["in"]={}},[12850]={["id"]=12850,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance, Power Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Power Charge Duration","15% increased Critical Strike Chance"},["g"]=136,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4242},["in"]={[0]=12850}},[4242]={["id"]=4242,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png",["ks"]=false,["not"]=true,["dn"]="Unstable Infusion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% chance to gain a Power Charge on Critical Strike","20% chance to gain a Power Charge on Non-Critical Strike","+1 to Maximum Power Charges"},["g"]=136,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55686},["in"]={[0]=4242}},[55686]={["id"]=55686,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance, Power Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Power Charge Duration","15% increased Critical Strike Chance"},["g"]=136,["o"]=4,["oidx"]=23,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48239},["in"]={[0]=55686}},[48239]={["id"]=48239,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png",["ks"]=false,["not"]=true,["dn"]="Deadly Infusion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+8% to Critical Strike Multiplier per Power Charge","+2% Critical Strike Chance while at maximum Power Charges","10% increased Movement Speed while at maximum Power Charges"},["g"]=136,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=48239}},[9014]={["id"]=9014,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+15% to Critical Strike Multiplier","15% increased Critical Strike Chance"},["g"]=136,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21264},["in"]={[0]=9014}},[21264]={["id"]=21264,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/Ambush.png",["ks"]=false,["not"]=true,["dn"]="Ambush and Assassinate",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% more Damage with Hits and Ailments against Enemies that are on Low Life","+40% to Critical Strike Multiplier against Enemies that are on Full Life","100% more Critical Strike Chance against Enemies that are on Full Life","100% more Critical Strike Chance against Enemies that are on Low Life","Critical Strikes have Culling Strike"},["g"]=136,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=21264}},[6064]={["id"]=6064,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+15% to Critical Strike Multiplier","15% increased Critical Strike Chance"},["g"]=136,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19083},["in"]={[0]=6064}},[19083]={["id"]=19083,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png",["ks"]=false,["not"]=true,["dn"]="Opportunistic",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Movement Speed if you've Killed Recently","Damage from your Critical Strikes cannot be Reflected","20% more Damage while there is at most one Rare or Unique Enemy nearby","10% reduced Damage taken while there are at least two Rare or Unique Enemies nearby"},["g"]=136,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=19083}},[23024]={["id"]=23024,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance, Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Damage over Time","15% increased Critical Strike Chance"},["g"]=136,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={23024,23024}},[19598]={["id"]=19598,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png",["ks"]=false,["not"]=true,["dn"]="Toxic Delivery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% reduced Damage taken from Damage Over Time","Poison you inflict with Critical Strikes deals 50% more Damage","+0.4% to Critical Strike Chance per Poison affecting Enemy, up to +2.0%","Gain 20% of Physical Damage as Extra Chaos Damage against\nPoisoned Enemies"},["g"]=136,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23024},["in"]={}},[33954]={["id"]=33954,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance, Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Damage over Time","15% increased Critical Strike Chance"},["g"]=136,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1945},["in"]={[0]=33954}},[1945]={["id"]=1945,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png",["ks"]=false,["not"]=true,["dn"]="Noxious Strike",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+25% to Damage over Time Multiplier for Poison","40% chance to Poison on Hit","50% increased Damage with Poison","5% increased Poison Duration for each Poison you have inflicted Recently","Recover 0.5% of Life per Poison affecting Enemies you Kill"},["g"]=136,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23024},["in"]={[0]=1945}},[43215]={["id"]=43215,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance, Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"4% increased Movement Speed","15% increased Critical Strike Chance"},["g"]=136,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28782},["in"]={[0]=43215}},[28782]={["id"]=28782,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/Elusive.png",["ks"]=false,["not"]=true,["dn"]="Mistwalker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"50% chance to gain Elusive on Critical Strike","20% increased Attack and Cast Speed while Elusive","8% reduced Damage taken while Elusive","25% increased Elusive Effect","You take no Extra Damage from Critical Strikes while Elusive"},["g"]=136,["o"]=4,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=28782}},[58229]={["id"]=58229,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Assassin",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=136,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={33954,12850,9014,6064,43215},["in"]={[0]=58229}},[37690]={["id"]=37690,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=137,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48423},["in"]={[0]=37690}},[48423]={["id"]=48423,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=137,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6204},["in"]={48423,48423}},[6204]={["id"]=6204,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=137,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63976},["in"]={[0]=6204}},[38450]={["id"]=38450,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Area of Effect"},["g"]=137,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=38450}},[5560]={["id"]=5560,["icon"]="Art/2DArt/SkillIcons/passives/areaofeffect.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area Damage"},["g"]=137,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51291},["in"]={[0]=5560}},[51291]={["id"]=51291,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Area of Effect"},["g"]=137,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38450},["in"]={[0]=51291}},[26740]={["id"]=26740,["icon"]="Art/2DArt/SkillIcons/passives/lifepercentage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 0.3% of Life per second"},["g"]=137,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63976},["in"]={[0]=26740}},[38048]={["id"]=38048,["icon"]="Art/2DArt/SkillIcons/passives/lifepercentage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 0.3% of Life per second"},["g"]=137,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55906},["in"]={[0]=38048}},[55906]={["id"]=55906,["icon"]="Art/2DArt/SkillIcons/passives/lifepercentage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 0.4% of Life per second"},["g"]=137,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={26740,6230},["in"]={[0]=55906}},[6230]={["id"]=6230,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=137,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48423},["in"]={[0]=6230}},[3469]={["id"]=3469,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=138,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={23471,34678,53324},["in"]={3469,3469}},[45680]={["id"]=45680,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=139,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25237,46092,10835},["in"]={}},[25237]={["id"]=25237,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Mana Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Mana","10% increased Mana Regeneration Rate"},["g"]=139,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10835},["in"]={[0]=25237}},[10835]={["id"]=10835,["icon"]="Art/2DArt/SkillIcons/passives/Dreamer.png",["ks"]=false,["not"]=true,["dn"]="Dreamer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased maximum Mana","15% increased Mana Regeneration Rate"},["g"]=139,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={10835,10835}},[4194]={["id"]=4194,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png",["ks"]=false,["not"]=false,["dn"]="Berserker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Marauder Ascendancy passives)","(Recently refers to the past 4 seconds)","(Maximum Rage is 50)","(You lose 1 Rage every 0.5 seconds if you have not been Hit or gained Rage Recently)","(Inherent effects from having Rage are:","1% increased Attack Damage per 1 Rage","1% increased Attack Speed per 2 Rage","1% increased Movement Speed per 5 Rage)"},["spc"]={},["sd"]={"5% increased Damage taken","15% more Damage","Gain 1 Rage on Hit with Attacks, no more than once every 0.3 seconds","2% of Attack Damage Leeched as Life and Mana if you've Killed Recently","Cannot be Stunned while you have at least 25 Rage"},["g"]=140,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=4194}},[4432]={["id"]=4432,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=141,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={27929,42795},["in"]={}},[42795]={["id"]=42795,["icon"]="Art/2DArt/SkillIcons/passives/arcane focus.png",["ks"]=false,["not"]=true,["dn"]="Arcane Focus",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased maximum Energy Shield","10% increased Energy Shield Recharge Rate"},["g"]=141,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={42795,42795}},[65203]={["id"]=65203,["icon"]="Art/2DArt/SkillIcons/passives/manaregeneration.png",["ks"]=false,["not"]=false,["dn"]="Mana and Mana Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","10% increased Mana Regeneration Rate"},["g"]=141,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27163},["in"]={[0]=65203}},[48514]={["id"]=48514,["icon"]="Art/2DArt/SkillIcons/passives/manaregeneration.png",["ks"]=false,["not"]=false,["dn"]="Mana and Mana Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","10% increased Mana Regeneration Rate"},["g"]=141,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7503},["in"]={[0]=48514}},[13753]={["id"]=13753,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=141,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42795,7503},["in"]={}},[7503]={["id"]=7503,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Recovery, Mana Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","10% increased Energy Shield Recharge Rate","5% increased Mana Regeneration Rate"},["g"]=141,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38176},["in"]={7503,7503}},[27163]={["id"]=27163,["icon"]="Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png",["ks"]=false,["not"]=true,["dn"]="Arcane Will",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased maximum Mana","Regenerate 2 Mana per second","20% increased Mana Recovery from Flasks","Gain 4% of Maximum Mana as Extra Maximum Energy Shield"},["g"]=141,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48514},["in"]={[0]=27163}},[20010]={["id"]=20010,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=142,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={23471,10808},["in"]={20010,20010}},[4036]={["id"]=4036,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+12% to Critical Strike Multiplier"},["g"]=143,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={15228,41635},["in"]={}},[47306]={["id"]=47306,["icon"]="Art/2DArt/SkillIcons/passives/throatseeker.png",["ks"]=false,["not"]=true,["dn"]="Throatseeker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30% to Critical Strike Multiplier"},["g"]=143,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=47306}},[15228]={["id"]=15228,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+12% to Critical Strike Multiplier"},["g"]=143,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=47306},["in"]={[0]=15228}},[9788]={["id"]=9788,["icon"]="Art/2DArt/SkillIcons/passives/nimbleness.png",["ks"]=false,["not"]=true,["dn"]="Nimbleness",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Cast Speed","+12% to Critical Strike Multiplier for Spells","4% increased Movement Speed","15% chance to Avoid interruption from Stuns while Casting"},["g"]=144,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9788}},[12189]={["id"]=12189,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed and Spell Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Cast Speed","15% increased Critical Strike Chance for Spells"},["g"]=144,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={5875,37671},["in"]={}},[5875]={["id"]=5875,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed and Spell Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Cast Speed","15% increased Critical Strike Chance for Spells"},["g"]=144,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9788},["in"]={[0]=5875}},[52095]={["id"]=52095,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingDamage.png",["ks"]=false,["not"]=false,["dn"]="Channelling Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills deal 14% increased Damage"},["g"]=145,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={52095,52095}},[8296]={["id"]=8296,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingSpeed.png",["ks"]=false,["not"]=false,["dn"]="Channelling Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills have 5% increased Attack and Cast Speed"},["g"]=145,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52095},["in"]={[0]=8296}},[62094]={["id"]=62094,["icon"]="Art/2DArt/SkillIcons/passives/ConcentrationNotable.png",["ks"]=false,["not"]=true,["dn"]="Lucidity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"40% chance to Avoid being Stunned while Channelling","Channelling Skills deal 30% increased Damage","Channelling Skills have -3 to Total Mana Cost"},["g"]=145,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8296},["in"]={}},[47251]={["id"]=47251,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=146,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=7388},["in"]={[0]=47251}},[7388]={["id"]=7388,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=146,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=10,["out"]={60398,36634},["in"]={[0]=7388}},[36634]={["id"]=36634,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=146,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=36634}},[50570]={["id"]=50570,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=147,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=31931},["in"]={[0]=50570}},[54657]={["id"]=54657,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Cast Speed"},["g"]=148,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34157,9432},["in"]={}},[34157]={["id"]=34157,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Cast Speed"},["g"]=148,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={34157,34157}},[9432]={["id"]=9432,["icon"]="Art/2DArt/SkillIcons/passives/MentalRapidity.png",["ks"]=false,["not"]=true,["dn"]="Mental Rapidity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Cast Speed","10% increased Energy Shield Recharge Rate","20% increased Mana Regeneration Rate"},["g"]=148,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9432}},[1957]={["id"]=1957,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Cast Speed"},["g"]=149,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=739},["in"]={[0]=1957}},[739]={["id"]=739,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Cast Speed"},["g"]=149,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18866},["in"]={[0]=739}},[18866]={["id"]=18866,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Cast Speed"},["g"]=149,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11420},["in"]={[0]=18866}},[21934]={["id"]=21934,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage"},["g"]=149,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11420},["in"]={[0]=21934}},[36774]={["id"]=36774,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage"},["g"]=149,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17579},["in"]={[0]=36774}},[17579]={["id"]=17579,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage"},["g"]=149,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21934},["in"]={[0]=17579}},[44362]={["id"]=44362,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage.png",["ks"]=false,["not"]=false,["dn"]="Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Chaos Damage"},["g"]=150,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26620},["in"]={[0]=44362}},[56671]={["id"]=56671,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage.png",["ks"]=false,["not"]=false,["dn"]="Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Chaos Damage"},["g"]=150,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={47949,44362},["in"]={}},[47949]={["id"]=47949,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage.png",["ks"]=false,["not"]=false,["dn"]="Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Chaos Damage"},["g"]=150,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={47949,47949}},[26620]={["id"]=26620,["icon"]="Art/2DArt/SkillIcons/passives/Corruption.png",["ks"]=false,["not"]=true,["dn"]="Corruption",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage over Time","+10% to Chaos Damage over Time Multiplier","15% increased Chaos Damage"},["g"]=150,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=26620}},[14003]={["id"]=14003,["icon"]="Art/2DArt/SkillIcons/passives/MasteryChaosDamagePowerCharge.png",["ks"]=false,["not"]=false,["dn"]="Chaos and Power Charge Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=150,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[12888]={["id"]=12888,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration per Power Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Mana Regeneration Rate per Power Charge"},["g"]=150,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16954},["in"]={[0]=12888}},[16954]={["id"]=16954,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance per Power Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Critical Strike Chance per Power Charge"},["g"]=150,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12783},["in"]={[0]=16954}},[12783]={["id"]=12783,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Multiplier per Power Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% to Critical Strike Multiplier per Power Charge"},["g"]=150,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9261},["in"]={[0]=12783}},[9261]={["id"]=9261,["icon"]="Art/2DArt/SkillIcons/passives/PowerChargeNotable.png",["ks"]=false,["not"]=true,["dn"]="Disciple of the Forbidden",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1 to Minimum Power Charges","5% chance to gain a Power Charge on Kill","5% increased Damage per Power Charge"},["g"]=150,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9261}},[5415]={["id"]=5415,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage, Aura Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Minions deal 15% increased Damage","5% increased effect of Non-Curse Auras from your Skills"},["g"]=151,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36017},["in"]={[0]=5415}},[53225]={["id"]=53225,["icon"]="Art/2DArt/SkillIcons/passives/dualwieldspeedint.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed while Dual Wielding"},["g"]=152,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={1461,37884},["in"]={}},[11784]={["id"]=11784,["icon"]="Art/2DArt/SkillIcons/passives/gemini.png",["ks"]=false,["not"]=true,["dn"]="Gemini",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+4% Chance to Block Attack Damage while Dual Wielding","16% increased Weapon Damage while Dual Wielding","6% increased Attack Speed while Dual Wielding","12% increased Accuracy Rating while Dual Wielding","Attack Skills deal 16% increased Damage with Ailments while Dual Wielding"},["g"]=152,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37884},["in"]={}},[37884]={["id"]=37884,["icon"]="Art/2DArt/SkillIcons/passives/dualwieldblock.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% Chance to Block Attack Damage while Dual Wielding","8% increased Weapon Damage while Dual Wielding","Attack Skills deal 8% increased Damage with Ailments while Dual Wielding"},["g"]=152,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={37884,37884}},[34907]={["id"]=34907,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=153,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={51786,45067},["in"]={[0]=34907}},[28424]={["id"]=28424,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Mana Gain on Killing Blow",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Mana","+5 Mana gained on Kill"},["g"]=153,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34907},["in"]={[0]=28424}},[45067]={["id"]=45067,["icon"]="Art/2DArt/SkillIcons/passives/ThrillKiller.png",["ks"]=false,["not"]=true,["dn"]="Thrill Seeker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased maximum Mana","0.4% of Attack Damage Leeched as Mana","+10 Mana gained on Kill"},["g"]=153,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28424},["in"]={[0]=45067}},[7614]={["id"]=7614,["icon"]="Art/2DArt/SkillIcons/passives/skillduration.png",["ks"]=false,["not"]=false,["dn"]="Skill Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Skill Effect Duration"},["g"]=154,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={7614,7614}},[1006]={["id"]=1006,["icon"]="Art/2DArt/SkillIcons/passives/potencyofwill.png",["ks"]=false,["not"]=true,["dn"]="Potency of Will",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Skill Effect Duration"},["g"]=154,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13191},["in"]={}},[13191]={["id"]=13191,["icon"]="Art/2DArt/SkillIcons/passives/skillduration.png",["ks"]=false,["not"]=false,["dn"]="Skill Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Skill Effect Duration"},["g"]=154,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7614},["in"]={[0]=13191}},[9403]={["id"]=9403,["icon"]="Art/2DArt/SkillIcons/passives/mortalconviction.png",["ks"]=true,["not"]=false,["dn"]="Mortal Conviction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Lonely is the man who seeks power without cost."},["spc"]={},["sd"]={"You can only have one Non-Banner Aura with no Duration on you from your Skills\nNon-Banner, Non-Mine Aura Skills reserve no Mana"},["g"]=155,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9403}},[24472]={["id"]=24472,["icon"]="Art/2DArt/SkillIcons/passives/skillduration.png",["ks"]=false,["not"]=false,["dn"]="Skill Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Skill Effect Duration"},["g"]=156,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22893},["in"]={[0]=24472}},[22893]={["id"]=22893,["icon"]="Art/2DArt/SkillIcons/passives/skillduration.png",["ks"]=false,["not"]=false,["dn"]="Skill Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Skill Effect Duration"},["g"]=156,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53042},["in"]={[0]=22893}},[53042]={["id"]=53042,["icon"]="Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png",["ks"]=false,["not"]=true,["dn"]="Exceptional Performance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Skill Effect Duration"},["g"]=156,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=53042}},[15842]={["id"]=15842,["icon"]="Art/2DArt/SkillIcons/passives/preciseinterception.png",["ks"]=false,["not"]=true,["dn"]="Precise Interception",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Attack Damage while holding a Shield","6% increased Attack Speed while holding a Shield","60% increased Defences from Equipped Shield","Attack Skills deal 15% increased Damage with Ailments while holding a Shield","+3% Chance to Block Attack Damage while holding a Shield"},["g"]=157,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={15842,15842}},[30894]={["id"]=30894,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage and Speed with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Attack Damage while holding a Shield","3% increased Attack Speed while holding a Shield","Attack Skills deal 10% increased Damage with Ailments while holding a Shield"},["g"]=157,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={15842,45491},["in"]={}},[18670]={["id"]=18670,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage and Accuracy with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Attack Damage while holding a Shield","6% increased Global Accuracy Rating","Attack Skills deal 10% increased Damage with Ailments while holding a Shield"},["g"]=157,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15842},["in"]={[0]=18670}},[903]={["id"]=903,["icon"]="Art/2DArt/SkillIcons/passives/attackspeeddual.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Weapon Damage while Dual Wielding","6% increased Accuracy Rating while Dual Wielding","Attack Skills deal 10% increased Damage with Ailments while Dual Wielding"},["g"]=157,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={903,903}},[38246]={["id"]=38246,["icon"]="Art/2DArt/SkillIcons/passives/heartofthepanther.png",["ks"]=false,["not"]=true,["dn"]="Aspect of the Panther",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% Chance to Block Attack Damage while Dual Wielding","16% increased Weapon Damage while Dual Wielding","6% increased Attack Speed while Dual Wielding","+10 to maximum Life","Attack Skills deal 16% increased Damage with Ailments while Dual Wielding"},["g"]=157,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={903,3187},["in"]={}},[3187]={["id"]=3187,["icon"]="Art/2DArt/SkillIcons/passives/attackspeeddual.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Weapon Damage while Dual Wielding","3% increased Attack Speed while Dual Wielding","Attack Skills deal 10% increased Damage with Ailments while Dual Wielding"},["g"]=157,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45491},["in"]={[0]=3187}},[18359]={["id"]=18359,["icon"]="Art/2DArt/SkillIcons/passives/minionblockchance.png",["ks"]=false,["not"]=false,["dn"]="Minion Life and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions have +5% Chance to Block Attack Damage"},["g"]=158,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={18359,18359}},[21973]={["id"]=21973,["icon"]="Art/2DArt/SkillIcons/passives/minionblockchance.png",["ks"]=false,["not"]=true,["dn"]="Decay Ward",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have +10% Chance to Block Attack Damage","Minions have +10% Chance to Block Spell Damage","Minions Recover 2% of their Life when they Block"},["g"]=158,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34306},["in"]={}},[34306]={["id"]=34306,["icon"]="Art/2DArt/SkillIcons/passives/minionblockchance.png",["ks"]=false,["not"]=false,["dn"]="Minion Life and Spell Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions have +5% Chance to Block Spell Damage"},["g"]=158,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18359},["in"]={[0]=34306}},[7285]={["id"]=7285,["icon"]="Art/2DArt/SkillIcons/passives/Blood2.png",["ks"]=false,["not"]=false,["dn"]="Bleed Damage and Bleed Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Damage over Time Multiplier for Bleeding","15% increased Damage with Bleeding"},["g"]=159,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12247,5233},["in"]={}},[12247]={["id"]=12247,["icon"]="Art/2DArt/SkillIcons/passives/Blood2.png",["ks"]=false,["not"]=false,["dn"]="Bleed Damage Multiplier and Bleed Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Damage over Time Multiplier for Bleeding","Attacks have 10% chance to cause Bleeding"},["g"]=159,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56359},["in"]={[0]=12247}},[56359]={["id"]=56359,["icon"]="Art/2DArt/SkillIcons/passives/Blood2.png",["ks"]=false,["not"]=true,["dn"]="Red Storm",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+8% to Damage over Time Multiplier for Bleeding","Attacks have 15% chance to cause Bleeding","30% increased Physical Damage"},["g"]=159,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=56359}},[32227]={["id"]=32227,["icon"]="Art/2DArt/SkillIcons/passives/adderstouch.png",["ks"]=false,["not"]=true,["dn"]="Adder's Touch",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15% to Damage over Time Multiplier for Poison from Critical Strikes","Critical Strikes with Daggers have a 40% chance to Poison the Enemy","+30% to Critical Strike Multiplier with Daggers","20% increased Damage with Poison"},["g"]=160,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=32227}},[64509]={["id"]=64509,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Poison Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Daggers","10% chance to Poison on Hit with Attacks","20% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=160,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3863},["in"]={[0]=64509}},[3863]={["id"]=3863,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Critical Strike Multiplier and Poison Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15% to Critical Strike Multiplier with Daggers","10% increased Poison Duration"},["g"]=160,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20167},["in"]={[0]=3863}},[20167]={["id"]=20167,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Poison Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Daggers","10% chance to Poison on Hit with Attacks","20% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=160,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32227},["in"]={[0]=20167}},[12915]={["id"]=12915,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupDagger.png",["ks"]=false,["not"]=false,["dn"]="Dagger Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=160,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[56509]={["id"]=56509,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedsworddex.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Swords","4% increased Attack Speed with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=161,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={56509,56509}},[52213]={["id"]=52213,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedsworddex.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Swords","4% increased Attack Speed with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=161,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={54354,12720},["in"]={}},[54354]={["id"]=54354,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedsworddex.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Swords","12% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=161,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={54354,54354,54354}},[59151]={["id"]=59151,["icon"]="Art/2DArt/SkillIcons/passives/cruelblade.png",["ks"]=false,["not"]=true,["dn"]="Brutal Blade",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+4% Chance to Block Attack Damage while Dual Wielding or holding a Shield","20% increased Damage with Swords","8% increased Attack Speed with Swords","20% increased Damage with Ailments from Attack Skills while wielding a Sword","10% chance to gain a Frenzy Charge when you Block Attack Damage"},["g"]=161,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56509},["in"]={}},[6108]={["id"]=6108,["icon"]="Art/2DArt/SkillIcons/passives/accuracysword.png",["ks"]=false,["not"]=false,["dn"]="Sword Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Critical Strike Chance with Swords","+12% to Critical Strike Multiplier with Swords"},["g"]=161,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1698},["in"]={[0]=6108}},[1698]={["id"]=1698,["icon"]="Art/2DArt/SkillIcons/passives/accuracysword.png",["ks"]=false,["not"]=false,["dn"]="Sword Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Critical Strike Chance with Swords","+12% to Critical Strike Multiplier with Swords"},["g"]=161,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29856},["in"]={[0]=1698}},[12720]={["id"]=12720,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedsworddex.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Swords","4% increased Attack Speed with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=161,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56509},["in"]={[0]=12720}},[2021]={["id"]=2021,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupSword.png",["ks"]=false,["not"]=false,["dn"]="Sword Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=161,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[29856]={["id"]=29856,["icon"]="Art/2DArt/SkillIcons/passives/accuracysword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Swords","20% increased Critical Strike Chance with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=161,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54354},["in"]={[0]=29856}},[1568]={["id"]=1568,["icon"]="Art/2DArt/SkillIcons/passives/FatalBlade.png",["ks"]=false,["not"]=true,["dn"]="Fatal Blade",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Swords","60% increased Critical Strike Chance with Swords","+30% to Critical Strike Multiplier with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=161,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6108},["in"]={}},[529]={["id"]=529,["icon"]="Art/2DArt/SkillIcons/passives/ClawNotable2.png",["ks"]=false,["not"]=true,["dn"]="Poisonous Fangs",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% to Damage over Time Multiplier for Poison","20% increased Damage with Claws","10% increased Poison Duration","10% chance to Poison on Hit with Attacks","20% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=162,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=529}},[36801]={["id"]=36801,["icon"]="Art/2DArt/SkillIcons/passives/clawmasterydex.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Poison Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Claws","10% chance to Poison on Hit with Attacks","20% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=162,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3362},["in"]={[0]=36801}},[19228]={["id"]=19228,["icon"]="Art/2DArt/SkillIcons/passives/clawmasterydex.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Ailment Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Claws","20% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=162,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36801},["in"]={[0]=19228}},[3362]={["id"]=3362,["icon"]="Art/2DArt/SkillIcons/passives/clawmasterydex.png",["ks"]=false,["not"]=false,["dn"]="Claw Attack Speed and Poison Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Claws","10% chance to Poison on Hit with Attacks"},["g"]=162,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=529},["in"]={[0]=3362}},[30021]={["id"]=30021,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupClaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=162,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[36877]={["id"]=36877,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Trap Damage"},["g"]=163,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49978,22488},["in"]={}},[22488]={["id"]=22488,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Trap Throw Speed and Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Trap Damage","4% increased Trap Throwing Speed"},["g"]=163,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={22488,22488}},[7136]={["id"]=7136,["icon"]="Art/2DArt/SkillIcons/passives/mastersapper.png",["ks"]=false,["not"]=true,["dn"]="Master Sapper",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Trap Damage","20% increased Trap Trigger Area of Effect","Can have up to 2 additional Traps placed at a time","15% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy"},["g"]=163,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22488},["in"]={}},[1405]={["id"]=1405,["icon"]="Art/2DArt/SkillIcons/passives/daggerpenetration.png",["ks"]=false,["not"]=true,["dn"]="From the Shadows",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage with Daggers","6% increased Attack Speed with Daggers","15% increased Accuracy Rating with Daggers","10% chance to gain Phasing for 4 seconds on Kill","15% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=164,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=1405}},[15825]={["id"]=15825,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Daggers","3% increased Attack Speed with Daggers","10% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=164,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5802},["in"]={[0]=15825}},[5802]={["id"]=5802,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Daggers","3% increased Attack Speed with Daggers","12% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=164,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3424},["in"]={[0]=5802}},[34372]={["id"]=34372,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupDagger.png",["ks"]=false,["not"]=false,["dn"]="Dagger Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=164,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[3424]={["id"]=3424,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Daggers","5% increased Movement Speed","12% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=164,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1405},["in"]={[0]=3424}},[39447]={["id"]=39447,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedclaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Attack Speed and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Claws","4% increased Movement Speed"},["g"]=165,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37504},["in"]={[0]=39447}},[37504]={["id"]=37504,["icon"]="Art/2DArt/SkillIcons/passives/clawsofthepride.png",["ks"]=false,["not"]=true,["dn"]="Claws of the Pride",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Damage with Claws","Enemies have -10% to Total Physical Damage Reduction against your Hits","15% increased Attack and Cast Speed if you've used a Movement Skill Recently","25% increased Damage with Ailments from Attack Skills while wielding a Claw","+1 to Melee range with Claws"},["g"]=165,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=37504}},[37776]={["id"]=37776,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedclaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Claws","3% increased Attack Speed with Claws","8% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=165,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={64709,44389},["in"]={}},[11817]={["id"]=11817,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupClaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=165,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[44389]={["id"]=44389,["icon"]="Art/2DArt/SkillIcons/passives/clawmasterydex.png",["ks"]=false,["not"]=false,["dn"]="Claw Attack Speed and Movement Skill Cooldown",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Claws","20% increased Cooldown Recovery Speed of Movement Skills"},["g"]=165,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39447},["in"]={[0]=44389}},[42720]={["id"]=42720,["icon"]="Art/2DArt/SkillIcons/passives/heavydraw.png",["ks"]=false,["not"]=true,["dn"]="Heavy Draw",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Physical Damage with Bows","10% reduced Enemy Stun Threshold with Bows","30% increased Stun Duration with Bows on Enemies","12% increased Area of Effect","20% increased Damage Over Time with Bow Skills"},["g"]=166,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8566},["in"]={}},[8566]={["id"]=8566,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Physical Bow Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Bows","8% increased Area of Effect","10% increased Damage Over Time with Bow Skills"},["g"]=166,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50041},["in"]={[0]=8566}},[34510]={["id"]=34510,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Physical Bow Damage and Chance to Bleed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Bows","Bow Attacks have 15% chance to cause Bleeding","20% increased Damage Over Time with Bow Skills"},["g"]=166,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={34510,34510}},[5815]={["id"]=5815,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupBow.png",["ks"]=false,["not"]=false,["dn"]="Bow Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=166,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[50041]={["id"]=50041,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Physical Bow Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Bows","14% increased Damage Over Time with Bow Skills"},["g"]=166,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34510,19711},["in"]={[0]=50041}},[48823]={["id"]=48823,["icon"]="Art/2DArt/SkillIcons/passives/deadlydraw.png",["ks"]=false,["not"]=true,["dn"]="Deadly Draw",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Physical Damage with Bows","Bow Attacks have 10% chance to cause Bleeding","30% increased Damage Over Time with Bow Skills","Bleeding you inflict deals Damage 15% faster"},["g"]=166,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34510},["in"]={}},[32514]={["id"]=32514,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","20% increased Critical Strike Chance with Bows","10% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12948,49459},["in"]={}},[55750]={["id"]=55750,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","20% increased Critical Strike Chance with Bows","10% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={55750,55750}},[2185]={["id"]=2185,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","3% increased Attack Speed with Bows","10% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={2185,2185}},[23912]={["id"]=23912,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","3% increased Attack Speed with Bows","10% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39665},["in"]={[0]=23912}},[12948]={["id"]=12948,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","+15% to Critical Strike Multiplier with Bows","10% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55750},["in"]={[0]=12948}},[39665]={["id"]=39665,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","3% increased Attack Speed with Bows","10% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=2185},["in"]={[0]=39665}},[38149]={["id"]=38149,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","6% increased Accuracy Rating with Bows","10% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={55750,2185,20807},["in"]={}},[49459]={["id"]=49459,["icon"]="Art/2DArt/SkillIcons/passives/kingofthehill.png",["ks"]=false,["not"]=true,["dn"]="King of the Hill",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Damage with Bows","80% increased Critical Strike Chance with Bows","Knocks Back Enemies if you get a Critical Strike with a Bow","16% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=49459}},[51881]={["id"]=51881,["icon"]="Art/2DArt/SkillIcons/passives/masterfletcher.png",["ks"]=false,["not"]=true,["dn"]="Master Fletcher",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Bows","12% increased Attack Speed with Bows","20% increased Global Accuracy Rating","20% increased Arrow Speed","12% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23912},["in"]={}},[64761]={["id"]=64761,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupBow.png",["ks"]=false,["not"]=false,["dn"]="Bow Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=167,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[65159]={["id"]=65159,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Attack and Cast Speed, Brand Frequency",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Spells Cast by Totems have 5% increased Cast Speed","Attacks used by Totems have 8% increased Attack Speed","5% increased Brand Activation frequency"},["g"]=168,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31520},["in"]={[0]=65159}},[31520]={["id"]=31520,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Attack and Cast Speed, Brand Frequency",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Spells Cast by Totems have 5% increased Cast Speed","Attacks used by Totems have 8% increased Attack Speed","5% increased Brand Activation frequency"},["g"]=168,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63635},["in"]={[0]=31520}},[4300]={["id"]=4300,["icon"]="Art/2DArt/SkillIcons/passives/totemandbranddamage.png",["ks"]=false,["not"]=false,["dn"]="Totem and Brand Damage, Totem Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Totem Damage","10% increased Totem Placement speed","14% increased Damage with Brand Skills"},["g"]=168,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65159},["in"]={4300,4300}},[11190]={["id"]=11190,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandlife.png",["ks"]=false,["not"]=false,["dn"]="Totem Life and Physical Damage Reduction, Brand Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Life","Totems have 10% additional Physical Damage Reduction","Brand Skills have 10% increased Duration"},["g"]=168,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4300},["in"]={[0]=11190}},[35910]={["id"]=35910,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandlife.png",["ks"]=false,["not"]=false,["dn"]="Totem Life and Elemental Resistances, Brand Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Life","Totems gain +16% to all Elemental Resistances","Brand Skills have 10% increased Duration"},["g"]=168,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11190},["in"]={[0]=35910}},[63635]={["id"]=63635,["icon"]="Art/2DArt/SkillIcons/passives/totemicmastery.png",["ks"]=false,["not"]=true,["dn"]="Primal Manifestation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Totem Damage","20% increased Totem Life","20% increased Totem Duration","24% increased Damage with Brand Skills","Brand Skills have 20% increased Duration"},["g"]=168,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35910},["in"]={[0]=63635}},[44354]={["id"]=44354,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBrandTotem.png",["ks"]=false,["not"]=false,["dn"]="Totem Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=168,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[45360]={["id"]=45360,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Chance to Poison",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","10% chance to Poison on Hit with Attacks","16% increased Damage Over Time with Bow Skills"},["g"]=169,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9535},["in"]={[0]=45360}},[9535]={["id"]=9535,["icon"]="Art/2DArt/SkillIcons/passives/ProjectilesNotable.png",["ks"]=false,["not"]=true,["dn"]="Hunter's Gambit",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10% to Chaos Damage over Time Multiplier","24% increased Damage with Bows","10% increased Skill Effect Duration","24% increased Damage Over Time with Bow Skills","Poisons you inflict deal Damage 10% faster"},["g"]=169,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9535}},[54016]={["id"]=54016,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupBow.png",["ks"]=false,["not"]=false,["dn"]="Bow Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=169,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[54868]={["id"]=54868,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","16% increased Damage Over Time with Bow Skills"},["g"]=169,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={39938,59606},["in"]={}},[39938]={["id"]=39938,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Chance to Poison",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","10% chance to Poison on Hit with Attacks","16% increased Damage Over Time with Bow Skills"},["g"]=169,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45360},["in"]={[0]=39938}},[48614]={["id"]=48614,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=true,["dn"]="Fervour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1 to Maximum Frenzy Charges"},["g"]=170,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16079},["in"]={[0]=48614}},[16079]={["id"]=16079,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Evasion Per Frenzy Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Evasion Rating per Frenzy Charge"},["g"]=170,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20807},["in"]={[0]=16079}},[60735]={["id"]=60735,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=170,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={60735,60735}},[14292]={["id"]=14292,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=170,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=10,["ia"]=0,["out"]={20807,60735},["in"]={}},[38348]={["id"]=38348,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=170,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=10,["ia"]=0,["out"]={60735,63843},["in"]={}},[21758]={["id"]=21758,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Frenzy Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Frenzy Charge Duration"},["g"]=170,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={48614,63843},["in"]={}},[43195]={["id"]=43195,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png",["ks"]=false,["not"]=false,["dn"]="Slayer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Duelist Ascendancy passives)","(Culling Strike means enemies that are on 10% or lower life after your Hit are Killed)","(Recently refers to the past 4 seconds)"},["spc"]={},["sd"]={"50% reduced Maximum Recovery per Life Leech","Culling Strike","Life Leech effects are not removed at Full Life","30% increased Area of Effect if you've Killed Recently","Cannot take Reflected Physical Damage"},["g"]=171,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=43195}},[10575]={["id"]=10575,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=172,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=0,["ia"]=10,["out"]={60472,40508},["in"]={10575,10575,10575}},[58402]={["id"]=58402,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=172,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={10575,6764,59728},["in"]={58402,58402}},[23950]={["id"]=23950,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png",["ks"]=true,["not"]=false,["dn"]="Wicked Ward",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Embrace the forbidden. Let dark energies envelop you."},["spc"]={},["sd"]={"Energy Shield Recharge is not interrupted by Damage if\nRecharge began Recently\n50% less Energy Shield Regeneration Rate\n50% less Maximum total Recovery per Second from Energy Shield Leech"},["g"]=173,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=23950}},[42443]={["id"]=42443,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=true,["dn"]="Frenetic",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1 to Maximum Frenzy Charges"},["g"]=174,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3314},["in"]={[0]=42443}},[3314]={["id"]=3314,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Frenzy Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Frenzy Charge Duration"},["g"]=174,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46277},["in"]={[0]=3314}},[40362]={["id"]=40362,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Life"},["g"]=174,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27788},["in"]={[0]=40362}},[25260]={["id"]=25260,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Life"},["g"]=174,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46277},["in"]={[0]=25260}},[27788]={["id"]=27788,["icon"]="Art/2DArt/SkillIcons/passives/lifeleech.png",["ks"]=false,["not"]=true,["dn"]="Blood Drinker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Life","0.4% of Attack Damage Leeched as Life"},["g"]=174,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25260},["in"]={[0]=27788}},[21893]={["id"]=21893,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Frenzy Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Frenzy Charge Duration"},["g"]=174,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42443,13885},["in"]={}},[23066]={["id"]=23066,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=true,["dn"]="Savagery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1 to Maximum Frenzy Charges"},["g"]=175,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11397},["in"]={[0]=23066}},[11397]={["id"]=11397,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Frenzy Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Frenzy Charge Duration"},["g"]=175,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={11397,11397}},[49109]={["id"]=49109,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating and Armour","+3% to all Elemental Resistances"},["g"]=175,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17201},["in"]={[0]=49109}},[17566]={["id"]=17566,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating and Armour","+3% to all Elemental Resistances"},["g"]=175,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8544},["in"]={[0]=17566}},[21435]={["id"]=21435,["icon"]="Art/2DArt/SkillIcons/passives/newevadepercentage.png",["ks"]=false,["not"]=true,["dn"]="Cloth and Chain",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Evasion Rating and Armour","+12% to all Elemental Resistances"},["g"]=175,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49109,17566},["in"]={}},[49971]={["id"]=49971,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Frenzy Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Frenzy Charge Duration"},["g"]=175,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={23066,17201},["in"]={}},[43000]={["id"]=43000,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage","5% increased maximum Mana"},["g"]=176,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10115},["in"]={43000,43000}},[10115]={["id"]=10115,["icon"]="Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png",["ks"]=false,["not"]=true,["dn"]="Prodigal Perfection",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage","15% increased maximum Mana","2% increased Spell Damage per 100 Maximum Mana, up to 40%"},["g"]=176,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=10115}},[50826]={["id"]=50826,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Spell Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"2% Chance to Block Spell Damage","5% increased maximum Mana"},["g"]=176,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12913,18174},["in"]={[0]=50826}},[18174]={["id"]=18174,["icon"]="Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png",["ks"]=false,["not"]=true,["dn"]="Mystic Bulwark",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% Chance to Block Spell Damage","15% increased maximum Mana","1% increased Mana Regeneration Rate per 1% Chance to Block Spell Damage"},["g"]=176,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=18174}},[14604]={["id"]=14604,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMana.png",["ks"]=false,["not"]=false,["dn"]="Mana Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=176,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[12913]={["id"]=12913,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+20 to maximum Mana","10% increased maximum Mana"},["g"]=176,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43000},["in"]={[0]=12913}},[19858]={["id"]=19858,["icon"]="Art/2DArt/SkillIcons/passives/arcaneefficiency.png",["ks"]=false,["not"]=true,["dn"]="Herbalism",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Life","20% increased Life Recovery from Flasks","20% increased Flask Recovery rate"},["g"]=177,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9206},["in"]={}},[36221]={["id"]=36221,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=177,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12412},["in"]={[0]=36221}},[9206]={["id"]=9206,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=177,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={36221,41866},["in"]={[0]=9206}},[8348]={["id"]=8348,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating","12% increased Evasion Rating"},["g"]=178,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6534},["in"]={[0]=8348}},[6534]={["id"]=6534,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating","12% increased Evasion Rating"},["g"]=178,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20812},["in"]={[0]=6534}},[60204]={["id"]=60204,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating","12% increased Evasion Rating"},["g"]=178,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57984},["in"]={[0]=60204}},[57984]={["id"]=57984,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating","12% increased Evasion Rating"},["g"]=178,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8348},["in"]={57984,57984}},[44103]={["id"]=44103,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=true,["dn"]="Reflexes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+150 to Accuracy Rating","15% increased Global Accuracy Rating","+150 to Evasion Rating","30% increased Evasion Rating"},["g"]=178,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={44103,44103}},[17814]={["id"]=17814,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating","12% increased Evasion Rating"},["g"]=178,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={60204,32091},["in"]={}},[106]={["id"]=106,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=178,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[48556]={["id"]=48556,["icon"]="Art/2DArt/SkillIcons/passives/ArcaneSeal.png",["ks"]=false,["not"]=true,["dn"]="Thunderous Salvos",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"30% increased Critical Strike Chance for Spells","Skills supported by Unleash have +1 to maximum number of Seals"},["g"]=179,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[20812]={["id"]=20812,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating","12% increased Evasion Rating"},["g"]=180,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44103},["in"]={20812,20812}},[42144]={["id"]=42144,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png",["ks"]=false,["not"]=false,["dn"]="Hierophant",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Templar Ascendancy passives)","(Arcane Surge grants 10% more Spell Damage, 10% increased Cast Speed, and 0.5% of maximum Mana Regenerated per second, for 4 seconds)"},["spc"]={},["sd"]={"25% increased maximum Mana","+1 to maximum number of Summoned Totems","8% of Damage is taken from Mana before Life","Gain Arcane Surge when you or your Totems Hit an Enemy with a Spell","20% increased Spell Damage while you have Arcane Surge"},["g"]=181,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=42144}},[28548]={["id"]=28548,["icon"]="Art/2DArt/SkillIcons/passives/shieldrecovery.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Block and Block Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while holding a Shield","40% increased Block Recovery"},["g"]=182,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={65308,15021},["in"]={}},[65308]={["id"]=65308,["icon"]="Art/2DArt/SkillIcons/passives/barricade.png",["ks"]=false,["not"]=true,["dn"]="Deflection",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+4% Chance to Block Spell Damage while holding a Shield","40% increased Defences from Equipped Shield","+8% Chance to Block Projectile Attack Damage","+4% Chance to Block Attack Damage while holding a Shield"},["g"]=182,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=65308}},[15021]={["id"]=15021,["icon"]="Art/2DArt/SkillIcons/passives/blockstr.png",["ks"]=false,["not"]=false,["dn"]="Shield Block and Shield Defences",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"40% increased Defences from Equipped Shield","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=182,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49900},["in"]={[0]=15021}},[10661]={["id"]=10661,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png",["ks"]=true,["not"]=false,["dn"]="Iron Reflexes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Why should I dodge blows that I do not fear?"},["spc"]={},["sd"]={"Converts all Evasion Rating to Armour. Dexterity provides no bonus to Evasion Rating"},["g"]=183,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=10661}},[32117]={["id"]=32117,["icon"]="Art/2DArt/SkillIcons/passives/stundex.png",["ks"]=false,["not"]=false,["dn"]="Stun Avoidance and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"2% increased Movement Speed","8% chance to Avoid being Stunned"},["g"]=184,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65210},["in"]={[0]=32117}},[48099]={["id"]=48099,["icon"]="Art/2DArt/SkillIcons/passives/stundex.png",["ks"]=false,["not"]=false,["dn"]="Stun Avoidance and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"2% increased Movement Speed","8% chance to Avoid being Stunned"},["g"]=184,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={65210,50338},["in"]={}},[65210]={["id"]=65210,["icon"]="Art/2DArt/SkillIcons/passives/HeartoftheOak.png",["ks"]=false,["not"]=true,["dn"]="Heart of Oak",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Life","20% chance to Avoid being Stunned","20% increased Stun and Block Recovery","Regenerate 1% of Life per second"},["g"]=184,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={65210,65210}},[25178]={["id"]=25178,["icon"]="Art/2DArt/SkillIcons/passives/animalspirit.png",["ks"]=false,["not"]=true,["dn"]="Primal Spirit",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased maximum Mana","20% increased Mana Regeneration Rate","20% increased Flask Charges gained","+20 to Strength and Intelligence"},["g"]=184,["o"]=2,["oidx"]=9,["sa"]=20,["da"]=0,["ia"]=20,["out"]={[0]=9373},["in"]={[0]=25178}},[57240]={["id"]=57240,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Flask Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","Flasks applied to you have 5% increased Effect"},["g"]=184,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25178,50338},["in"]={}},[9373]={["id"]=9373,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Flask Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","Flasks applied to you have 5% increased Effect"},["g"]=184,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={9373,9373}},[17421]={["id"]=17421,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=185,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61306},["in"]={[0]=17421}},[29104]={["id"]=29104,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=185,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={51440,64709},["in"]={}},[59146]={["id"]=59146,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed","2% increased Movement Speed"},["g"]=185,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={61306,2715},["in"]={}},[30955]={["id"]=30955,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed","2% increased Movement Speed"},["g"]=185,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=64709},["in"]={[0]=30955}},[51440]={["id"]=51440,["icon"]="Art/2DArt/SkillIcons/passives/DruidicRite.png",["ks"]=false,["not"]=true,["dn"]="Druidic Rite",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to maximum Mana","15% increased maximum Mana","20% increased Flask Charges gained","20% increased Flask Effect Duration"},["g"]=185,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17421},["in"]={[0]=51440}},[2715]={["id"]=2715,["icon"]="Art/2DArt/SkillIcons/passives/quickstep.png",["ks"]=false,["not"]=true,["dn"]="Quickstep",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Attack Speed","4% increased Movement Speed"},["g"]=185,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30955},["in"]={[0]=2715}},[26471]={["id"]=26471,["icon"]="Art/2DArt/SkillIcons/passives/lightningdex.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage and Shock Avoidance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% chance to Avoid being Shocked","5% chance to Avoid Lightning Damage from Hits"},["g"]=186,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={40743,15837},["in"]={}},[55307]={["id"]=55307,["icon"]="Art/2DArt/SkillIcons/passives/avoidburning.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Ignite Avoidance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% chance to Avoid being Ignited","5% chance to Avoid Fire Damage from Hits"},["g"]=186,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15837},["in"]={[0]=55307}},[64241]={["id"]=64241,["icon"]="Art/2DArt/SkillIcons/passives/avoidchilling.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage, Freeze and Chill Avoidance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% chance to Avoid being Chilled","30% chance to Avoid being Frozen","5% chance to Avoid Cold Damage from Hits"},["g"]=186,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40743},["in"]={[0]=64241}},[40743]={["id"]=40743,["icon"]="Art/2DArt/SkillIcons/passives/diamondskin.png",["ks"]=false,["not"]=true,["dn"]="Crystal Skin",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% to all Elemental Resistances","15% chance to Avoid Elemental Ailments","5% reduced Elemental Damage taken"},["g"]=186,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55307},["in"]={40743,40743}},[15837]={["id"]=15837,["icon"]="Art/2DArt/SkillIcons/passives/crystalskin.png",["ks"]=false,["not"]=false,["dn"]="Avoid Status Ailments and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% to all Elemental Resistances","5% chance to Avoid Elemental Ailments"},["g"]=186,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={64241,63139},["in"]={15837,15837}},[10073]={["id"]=10073,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Guard Skill Cooldown Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Armour","Guard Skills have 15% increased Cooldown Recovery Speed"},["g"]=187,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49147,24083},["in"]={}},[49147]={["id"]=49147,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Guard Skill Cooldown Recovery and Physical Damage Reduction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% additional Physical Damage Reduction while affected by a Guard Skill Buff","Guard Skills have 15% increased Cooldown Recovery Speed"},["g"]=187,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49416},["in"]={[0]=49147}},[49416]={["id"]=49416,["icon"]="Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png",["ks"]=false,["not"]=true,["dn"]="Adamant",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Armour","Enemies have -5% to Total Physical Damage Reduction against your Hits","+250 to Armour while affected by a Guard Skill Buff","10% chance when Hit for double Armour effect","Regenerate 0.5% of Life per second while affected by a Guard Skill Buff"},["g"]=187,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=49416}},[4565]={["id"]=4565,["icon"]="Art/2DArt/SkillIcons/passives/attackspeeddual.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed while Dual Wielding"},["g"]=188,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22423},["in"]={[0]=4565}},[24641]={["id"]=24641,["icon"]="Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Weapon Damage while Dual Wielding","Attack Skills deal 12% increased Damage with Ailments while Dual Wielding"},["g"]=188,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25456,48807},["in"]={[0]=24641}},[22423]={["id"]=22423,["icon"]="Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Weapon Damage while Dual Wielding","Attack Skills deal 12% increased Damage with Ailments while Dual Wielding"},["g"]=188,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={3009,17201},["in"]={[0]=22423}},[25456]={["id"]=25456,["icon"]="Art/2DArt/SkillIcons/passives/bladebarrier.png",["ks"]=false,["not"]=true,["dn"]="Dervish",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Attack Damage while Dual Wielding","24% increased Weapon Damage while Dual Wielding","6% increased Attack Speed while Dual Wielding","Attack Skills deal 24% increased Damage with Ailments while Dual Wielding"},["g"]=188,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4565},["in"]={[0]=25456}},[3009]={["id"]=3009,["icon"]="Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Accuracy Rating while Dual Wielding"},["g"]=188,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24641},["in"]={[0]=3009}},[45035]={["id"]=45035,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Projectile Damage"},["g"]=189,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={59370,465},["in"]={45035,45035}},[50459]={["id"]=50459,["icon"]="Art/2DArt/SkillIcons/passives/blankDex.png",["ks"]=false,["not"]=false,["dn"]="RANGER",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={[0]=2},["sd"]={},["g"]=189,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={39821,45035,58427,64111,56856},["in"]={[0]=50459}},[39821]={["id"]=39821,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Evasion Rating","+12 to maximum Life"},["g"]=189,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={52904,2094},["in"]={39821,39821}},[52423]={["id"]=52423,["icon"]="Art/2DArt/SkillIcons/passives/AttackBlindNode.png",["ks"]=false,["not"]=false,["dn"]="Damage and Critical Strikes against Blinded Enemies",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Hits and Ailments against Blinded Enemies","25% increased Critical Strike Chance against Blinded Enemies"},["g"]=190,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=570},["in"]={[0]=52423}},[35744]={["id"]=35744,["icon"]="Art/2DArt/SkillIcons/passives/AttackBlindNode.png",["ks"]=false,["not"]=false,["dn"]="Blind Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% chance to Blind Enemies on Hit with Attacks"},["g"]=190,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52423},["in"]={[0]=35744}},[40287]={["id"]=40287,["icon"]="Art/2DArt/SkillIcons/passives/AttackBlindNode.png",["ks"]=false,["not"]=false,["dn"]="Damage and Critical Strikes against Blinded Enemies",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Hits and Ailments against Blinded Enemies","25% increased Critical Strike Chance against Blinded Enemies"},["g"]=190,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35744},["in"]={[0]=40287}},[570]={["id"]=570,["icon"]="Art/2DArt/SkillIcons/passives/AttackBlindNotable.png",["ks"]=false,["not"]=true,["dn"]="Dazzling Strikes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Global Accuracy Rating","40% increased Critical Strike Chance against Blinded Enemies","10% chance to Blind Enemies on Hit with Attacks"},["g"]=190,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=570}},[27909]={["id"]=27909,["icon"]="Art/2DArt/SkillIcons/passives/AttackBlindMastery.png",["ks"]=false,["not"]=false,["dn"]="Attack Blind Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=190,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[465]={["id"]=465,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","10% increased Projectile Damage"},["g"]=191,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={41536,65033},["in"]={[0]=465}},[57080]={["id"]=57080,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","10% increased Global Accuracy Rating"},["g"]=192,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42104,20807},["in"]={}},[42104]={["id"]=42104,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","10% increased Global Accuracy Rating"},["g"]=192,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={42104,42104}},[49621]={["id"]=49621,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=true,["dn"]="Acuity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Attack Speed","+100 to Accuracy Rating","15% increased Global Accuracy Rating","+20 to Dexterity"},["g"]=192,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=20,["ia"]=0,["out"]={[0]=42104},["in"]={}},[33196]={["id"]=33196,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Cold Damage"},["g"]=193,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58474},["in"]={33196,33196}},[13202]={["id"]=13202,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Cold Damage","10% increased Effect of Chill"},["g"]=193,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33196},["in"]={[0]=13202}},[17171]={["id"]=17171,["icon"]="Art/2DArt/SkillIcons/passives/newcolddamage.png",["ks"]=false,["not"]=true,["dn"]="Flash Freeze",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Cold Damage","20% increased Projectile Speed","10% chance to Freeze","10% increased Effect of Chill"},["g"]=193,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13202},["in"]={}},[47774]={["id"]=47774,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupCold.png",["ks"]=false,["not"]=false,["dn"]="Cold Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=193,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[58474]={["id"]=58474,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% of Physical Damage Converted to Cold Damage","12% increased Cold Damage with Attack Skills"},["g"]=193,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43385},["in"]={[0]=58474}},[43385]={["id"]=43385,["icon"]="Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png",["ks"]=false,["not"]=true,["dn"]="Winter Spirit",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% of Physical Damage Converted to Cold Damage","16% increased Cold Damage with Attack Skills"},["g"]=193,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=43385}},[43787]={["id"]=43787,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","+4% to all Elemental Resistances"},["g"]=194,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={43787,43787}},[29379]={["id"]=29379,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","+4% to all Elemental Resistances"},["g"]=194,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={43787,52230},["in"]={}},[52230]={["id"]=52230,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=true,["dn"]="Weathered Hunter",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+100 to Accuracy Rating","15% increased Global Accuracy Rating","+10% to all Elemental Resistances","+20 to Dexterity"},["g"]=194,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=20,["ia"]=0,["out"]={},["in"]={[0]=52230}},[35568]={["id"]=35568,["icon"]="Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png",["ks"]=false,["not"]=false,["dn"]="Armour, Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Evasion Rating and Armour","4% increased maximum Life"},["g"]=195,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59718},["in"]={35568,35568,35568}},[59718]={["id"]=59718,["icon"]="Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png",["ks"]=false,["not"]=false,["dn"]="Armour, Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Evasion Rating and Armour","4% increased maximum Life"},["g"]=195,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={59718,59718}},[50306]={["id"]=50306,["icon"]="Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png",["ks"]=false,["not"]=false,["dn"]="Armour, Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Evasion Rating and Armour","4% increased maximum Life"},["g"]=195,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35568},["in"]={[0]=50306}},[35851]={["id"]=35851,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","15% increased Critical Strike Chance"},["g"]=196,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={60592,47484},["in"]={}},[60592]={["id"]=60592,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","15% increased Critical Strike Chance"},["g"]=196,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={60592,60592}},[47484]={["id"]=47484,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=true,["dn"]="Depth Perception",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+100 to Accuracy Rating","15% increased Global Accuracy Rating","+20 to Dexterity","25% increased Critical Strike Chance"},["g"]=196,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=20,["ia"]=0,["out"]={},["in"]={[0]=47484}},[50338]={["id"]=50338,["icon"]="Art/2DArt/SkillIcons/passives/perfectaim.png",["ks"]=false,["not"]=true,["dn"]="Ballistic Mastery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Projectile Speed","15% increased Projectile Damage","+20 to Dexterity"},["g"]=197,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=20,["ia"]=0,["out"]={38662,42964},["in"]={50338,50338,50338,50338}},[59717]={["id"]=59717,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLifeMana.png",["ks"]=false,["not"]=false,["dn"]="Mana Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=198,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[36704]={["id"]=36704,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Life and Mana Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.4% of Attack Damage Leeched as Life","0.4% of Attack Damage Leeched as Mana"},["g"]=198,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={20010,9171,54872},["in"]={}},[54872]={["id"]=54872,["icon"]="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png",["ks"]=false,["not"]=false,["dn"]="Mana Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.4% of Attack Damage Leeched as Mana","10% increased total Recovery per second from Mana Leech"},["g"]=198,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1382},["in"]={[0]=54872}},[1382]={["id"]=1382,["icon"]="Art/2DArt/SkillIcons/passives/minddrinker.png",["ks"]=false,["not"]=true,["dn"]="Spirit Void",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.8% of Attack Damage Leeched as Mana","25% increased Maximum total Recovery per second from Mana Leech","20% increased total Recovery per second from Mana Leech"},["g"]=198,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=1382}},[9171]={["id"]=9171,["icon"]="Art/2DArt/SkillIcons/passives/lifegainpertarget.png",["ks"]=false,["not"]=false,["dn"]="Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.4% of Attack Damage Leeched as Life","10% increased total Recovery per second from Life Leech"},["g"]=198,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39530},["in"]={[0]=9171}},[39530]={["id"]=39530,["icon"]="Art/2DArt/SkillIcons/passives/lifeleech.png",["ks"]=false,["not"]=true,["dn"]="Vitality Void",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.8% of Attack Damage Leeched as Life","15% increased Maximum total Recovery per second from Life Leech","20% increased total Recovery per second from Life Leech"},["g"]=198,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=39530}},[41536]={["id"]=41536,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=199,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62712},["in"]={[0]=41536}},[62712]={["id"]=62712,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=199,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=41250},["in"]={[0]=62712}},[41250]={["id"]=41250,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=199,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50338},["in"]={[0]=41250}},[38344]={["id"]=38344,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed"},["g"]=199,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50338},["in"]={[0]=38344}},[65033]={["id"]=65033,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed"},["g"]=199,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10017},["in"]={[0]=65033}},[10017]={["id"]=10017,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed"},["g"]=199,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38344},["in"]={[0]=10017}},[54447]={["id"]=54447,["icon"]="Art/2DArt/SkillIcons/passives/blankInt.png",["ks"]=false,["not"]=false,["dn"]="WITCH",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={[0]=3},["sd"]={},["g"]=200,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={57264,60791,16023,18378},["in"]={54447,54447}},[57264]={["id"]=57264,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Spell Damage"},["g"]=200,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33296},["in"]={57264,57264,57264}},[57226]={["id"]=57226,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Mana Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+14 to maximum Energy Shield","25% increased Mana Regeneration Rate"},["g"]=200,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={21678,54447},["in"]={57226,57226}},[50986]={["id"]=50986,["icon"]="Art/2DArt/SkillIcons/passives/damagedualwield.png",["ks"]=false,["not"]=false,["dn"]="DUELIST",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={[0]=4},["sd"]={},["g"]=201,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={39725,32730,24984,33795},["in"]={50986,50986}},[39725]={["id"]=39725,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Attack Speed","10% increased Global Accuracy Rating"},["g"]=201,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={63649,24377},["in"]={39725,39725}},[47389]={["id"]=47389,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Attack Physical Damage","+14 to maximum Life"},["g"]=201,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={50986,42911,5612},["in"]={[0]=47389}},[26866]={["id"]=26866,["icon"]="Art/2DArt/SkillIcons/passives/bodysoul.png",["ks"]=false,["not"]=true,["dn"]="Sanctity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Armour","10% increased maximum Energy Shield","Regenerate 1% of Life per second","+10 to Strength and Intelligence"},["g"]=202,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=10,["out"]={44908,15599},["in"]={26866,26866,26866,26866}},[61525]={["id"]=61525,["icon"]="Art/2DArt/SkillIcons/passives/axedmgspeed.png",["ks"]=false,["not"]=false,["dn"]="TEMPLAR",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={[0]=5},["sd"]={},["g"]=203,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={63965,61871,30940,409},["in"]={61525,61525}},[20228]={["id"]=20228,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+14 to maximum Life","20% increased Mana Regeneration Rate"},["g"]=203,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61525},["in"]={20228,20228,20228}},[63965]={["id"]=63965,["icon"]="Art/2DArt/SkillIcons/passives/damage_blue.png",["ks"]=false,["not"]=false,["dn"]="Damage and Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage","+14 to maximum Mana"},["g"]=203,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14151},["in"]={63965,63965,63965}},[52632]={["id"]=52632,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Speed","6% increased Projectile Damage"},["g"]=204,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36222},["in"]={[0]=52632}},[36222]={["id"]=36222,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=204,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={47030,17201},["in"]={[0]=36222}},[60002]={["id"]=60002,["icon"]="Art/2DArt/SkillIcons/passives/furybolts.png",["ks"]=false,["not"]=true,["dn"]="Fury Bolts",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","20% increased Projectile Damage","+20 to Strength"},["g"]=204,["o"]=2,["oidx"]=3,["sa"]=20,["da"]=0,["ia"]=0,["out"]={[0]=52632},["in"]={[0]=60002}},[47030]={["id"]=47030,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=204,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30155},["in"]={[0]=47030}},[30155]={["id"]=30155,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=204,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={60002,48807},["in"]={[0]=30155}},[65112]={["id"]=65112,["icon"]="Art/2DArt/SkillIcons/passives/FortifyNode.png",["ks"]=false,["not"]=false,["dn"]="Fortify Effect and Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Melee Physical Damage while you have Fortify","5% increased Effect of Fortify on you","12% increased Damage with Ailments from Attack Skills while wielding a Melee Weapon"},["g"]=205,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25781},["in"]={65112,65112}},[14384]={["id"]=14384,["icon"]="Art/2DArt/SkillIcons/passives/FortifyNode.png",["ks"]=false,["not"]=false,["dn"]="Fortify Effect and Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Melee Physical Damage while you have Fortify","5% increased Effect of Fortify on you","14% increased Damage with Ailments from Attack Skills while wielding a Melee Weapon"},["g"]=205,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65112},["in"]={[0]=14384}},[25781]={["id"]=25781,["icon"]="Art/2DArt/SkillIcons/passives/FortifyNode.png",["ks"]=false,["not"]=false,["dn"]="Fortify Effect and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Armour while you have Fortify","10% increased Effect of Fortify on you"},["g"]=205,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13922},["in"]={[0]=25781}},[13922]={["id"]=13922,["icon"]="Art/2DArt/SkillIcons/passives/FortifyNotable2.png",["ks"]=false,["not"]=true,["dn"]="Steadfast",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Armour while you have Fortify","10% increased Effect of Fortify on you","10% increased Effect of Fortify on you while Stationary"},["g"]=205,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14384},["in"]={[0]=13922}},[33625]={["id"]=33625,["icon"]="Art/2DArt/SkillIcons/passives/FortifyMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Fortify Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=205,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[20551]={["id"]=20551,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=206,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58449},["in"]={[0]=20551}},[5152]={["id"]=5152,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=206,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61198},["in"]={[0]=5152}},[61198]={["id"]=61198,["icon"]="Art/2DArt/SkillIcons/passives/heartofthegladiator.png",["ks"]=false,["not"]=true,["dn"]="Heart of the Warrior",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+20 to maximum Life","10% increased maximum Life","+10 to Strength"},["g"]=206,["o"]=2,["oidx"]=3,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=20551},["in"]={[0]=61198}},[39768]={["id"]=39768,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Global Accuracy Rating","10% increased Critical Strike Chance"},["g"]=206,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12795},["in"]={[0]=39768}},[32739]={["id"]=32739,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Global Accuracy Rating","10% increased Critical Strike Chance"},["g"]=206,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24383},["in"]={[0]=32739}},[12795]={["id"]=12795,["icon"]="Art/2DArt/SkillIcons/passives/precision.png",["ks"]=false,["not"]=true,["dn"]="Versatility",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Attack Speed","10% increased Global Accuracy Rating","20% increased Critical Strike Chance","+20 to Dexterity and Intelligence"},["g"]=206,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=20,["ia"]=20,["out"]={[0]=32739},["in"]={[0]=12795}},[12068]={["id"]=12068,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Accuracy and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Bows","8% increased Accuracy Rating with Bows"},["g"]=207,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=47743},["in"]={[0]=12068}},[16851]={["id"]=16851,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Bows","8% increased Accuracy Rating with Bows","12% increased Damage Over Time with Bow Skills"},["g"]=207,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={3469,12068},["in"]={}},[47743]={["id"]=47743,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=true,["dn"]="Farsight",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Damage with Bows","6% increased Attack Speed with Bows","16% increased Accuracy Rating with Bows","Enemies have -10% to Total Physical Damage Reduction against your Hits","24% increased Damage Over Time with Bow Skills"},["g"]=207,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=47743}},[2355]={["id"]=2355,["icon"]="Art/2DArt/SkillIcons/passives/blockstr.png",["ks"]=false,["not"]=false,["dn"]="Shield Defences and Attack Damage with Shields",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Attack Damage while holding a Shield","30% increased Defences from Equipped Shield","Attack Skills deal 10% increased Damage with Ailments while holding a Shield"},["g"]=208,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53558},["in"]={[0]=2355}},[53558]={["id"]=53558,["icon"]="Art/2DArt/SkillIcons/passives/blockstr.png",["ks"]=false,["not"]=false,["dn"]="Shield Block and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed while holding a Shield","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=208,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57900},["in"]={[0]=53558}},[7977]={["id"]=7977,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupShield.png",["ks"]=false,["not"]=false,["dn"]="Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=208,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[57900]={["id"]=57900,["icon"]="Art/2DArt/SkillIcons/passives/CommandofSteel.png",["ks"]=false,["not"]=true,["dn"]="Command of Steel",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Attack Damage while holding a Shield","6% increased Attack Speed while holding a Shield","Attack Skills deal 25% increased Damage with Ailments while holding a Shield","+3% Chance to Block Attack Damage while holding a Shield"},["g"]=208,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=57900}},[56149]={["id"]=56149,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Attack Damage"},["g"]=209,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54142},["in"]={[0]=56149}},[720]={["id"]=720,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Attack Damage"},["g"]=209,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29870},["in"]={[0]=720}},[6542]={["id"]=6542,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","4% increased maximum Life"},["g"]=209,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=94},["in"]={[0]=6542}},[60803]={["id"]=60803,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","4% increased maximum Life"},["g"]=209,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6542},["in"]={[0]=60803}},[29870]={["id"]=29870,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed"},["g"]=209,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56149},["in"]={[0]=29870}},[94]={["id"]=94,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","4% increased maximum Life"},["g"]=209,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54142},["in"]={[0]=94}},[9469]={["id"]=9469,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Critical Strike Chance"},["g"]=210,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={9469,9469}},[59220]={["id"]=59220,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Critical Strike Chance"},["g"]=210,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={9469,20807},["in"]={}},[65502]={["id"]=65502,["icon"]="Art/2DArt/SkillIcons/passives/heartseeker.png",["ks"]=false,["not"]=true,["dn"]="Heartseeker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30% to Critical Strike Multiplier"},["g"]=210,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9469},["in"]={}},[64769]={["id"]=64769,["icon"]="Art/2DArt/SkillIcons/passives/AttackPoisonNode.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed and Poison Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed","10% chance to Poison on Hit with Attacks"},["g"]=211,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23449},["in"]={64769,64769}},[23449]={["id"]=23449,["icon"]="Art/2DArt/SkillIcons/passives/AttackPoisonNode.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed, Poison Damage and Poison Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% to Damage over Time Multiplier for Poison","4% increased Attack Speed","8% increased Damage with Poison"},["g"]=211,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7263},["in"]={[0]=23449}},[36849]={["id"]=36849,["icon"]="Art/2DArt/SkillIcons/passives/AttackPoisonNode.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed and Poison Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","10% increased Poison Duration"},["g"]=211,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=64769},["in"]={[0]=36849}},[7263]={["id"]=7263,["icon"]="Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png",["ks"]=false,["not"]=true,["dn"]="Swift Venoms",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+8% to Damage over Time Multiplier for Poison","8% increased Attack Speed","10% chance to Poison on Hit with Attacks","16% increased Damage with Poison","Poisons you inflict deal Damage 5% faster"},["g"]=211,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36849},["in"]={[0]=7263}},[34394]={["id"]=34394,["icon"]="Art/2DArt/SkillIcons/passives/MasteryPoison.png",["ks"]=false,["not"]=false,["dn"]="Poison Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=211,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[43412]={["id"]=43412,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=212,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34666,34009},["in"]={[0]=43412}},[34666]={["id"]=34666,["icon"]="Art/2DArt/SkillIcons/passives/executioner.png",["ks"]=false,["not"]=true,["dn"]="Destroyer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Physical Damage with Two Handed Melee Weapons","5% increased Attack Speed with Two Handed Melee Weapons","12% increased Accuracy Rating with Two Handed Melee Weapons","25% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=212,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36972},["in"]={[0]=34666}},[36972]={["id"]=36972,["icon"]="Art/2DArt/SkillIcons/passives/2handedspeed.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Two Handed Melee Weapons"},["g"]=212,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43303},["in"]={[0]=36972}},[43303]={["id"]=43303,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=212,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30842,34031},["in"]={[0]=43303}},[30842]={["id"]=30842,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=212,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43412},["in"]={[0]=30842}},[47486]={["id"]=47486,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 0.5% of Life per second","15% increased Endurance Charge Duration"},["g"]=213,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5029},["in"]={[0]=47486}},[982]={["id"]=982,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 0.5% of Life per second","15% increased Endurance Charge Duration"},["g"]=213,["o"]=4,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32249},["in"]={[0]=982}},[9971]={["id"]=9971,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Fire Damage","Regenerate 0.5% of Life per second"},["g"]=213,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50692},["in"]={[0]=9971}},[5643]={["id"]=5643,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Totem Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 0.5% of Life per second","10% increased Totem Placement speed"},["g"]=213,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31667},["in"]={[0]=5643}},[6028]={["id"]=6028,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Totem Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 0.5% of Life per second","10% increased Totem Placement speed"},["g"]=213,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53095},["in"]={[0]=6028}},[31667]={["id"]=31667,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png",["ks"]=false,["not"]=true,["dn"]="Arohongui, Moon's Presence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Totems are Immune to Fire Damage","Enemies near your Totems deal 8% less Damage","Enemies near your Totems take 16% increased Physical and Fire Damage"},["g"]=213,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=31667}},[48480]={["id"]=48480,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png",["ks"]=false,["not"]=true,["dn"]="Tasalio, Cleansing Water",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+100% to Fire Resistance","Regenerate 2% of Life per second","10% of Physical Damage from Hits taken as Fire Damage","50% increased Life Recovery Rate if you've taken Fire Damage from an Enemy Hit Recently","Unaffected by Ignite"},["g"]=213,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=48480}},[53095]={["id"]=53095,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png",["ks"]=false,["not"]=true,["dn"]="Tukohama, War's Herald",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"1% of Damage dealt by your Totems is Leeched to you as Life","50% increased Effect of Buffs granted by your Active Ancestor Totems","Ancestor Totems have 100% increased Activation range","25% increased Area of Effect while you have a Totem"},["g"]=213,["o"]=4,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=53095}},[5029]={["id"]=5029,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png",["ks"]=false,["not"]=true,["dn"]="Tawhoa, Forest's Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"35% chance to gain an Endurance Charge when you use a Fire skill","5% increased Physical Damage per Endurance Charge","5% increased Fire Damage per Endurance Charge"},["g"]=213,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=982},["in"]={[0]=5029}},[9190]={["id"]=9190,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Fire Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+10% to Fire Resistance","Regenerate 0.5% of Life per second"},["g"]=213,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48480},["in"]={[0]=9190}},[32249]={["id"]=32249,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png",["ks"]=false,["not"]=true,["dn"]="Valako, Storm's Embrace",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 0.5% of Life per second per Endurance Charge","3% more Damage for each Endurance Charge lost recently, up to 15%","+1 to Maximum Endurance Charges"},["g"]=213,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=32249}},[10238]={["id"]=10238,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Fire Damage","Regenerate 0.5% of Life per second"},["g"]=213,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61355},["in"]={[0]=10238}},[24704]={["id"]=24704,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Chieftain",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=213,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={47486,9971,9190,10238,5643,6028},["in"]={[0]=24704}},[24377]={["id"]=24377,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed"},["g"]=214,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={35568,56803},["in"]={[0]=24377}},[56803]={["id"]=56803,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed"},["g"]=214,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62694},["in"]={[0]=56803}},[62694]={["id"]=62694,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed"},["g"]=214,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45227},["in"]={[0]=62694}},[45227]={["id"]=45227,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed"},["g"]=214,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50306},["in"]={45227,45227}},[28658]={["id"]=28658,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Bows"},["g"]=215,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={28658,28658}},[14804]={["id"]=14804,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Bows"},["g"]=215,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={28658,30455,32555},["in"]={}},[41119]={["id"]=41119,["icon"]="Art/2DArt/SkillIcons/passives/heartpierce.png",["ks"]=false,["not"]=true,["dn"]="Lethality",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Damage with Bows","50% increased Critical Strike Chance with Bows","+30% to Critical Strike Multiplier with Bows","16% increased Damage Over Time with Bow Skills"},["g"]=215,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12794,28658},["in"]={}},[12794]={["id"]=12794,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Critical Strike Chance with Bows","+12% to Critical Strike Multiplier with Bows"},["g"]=215,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30455},["in"]={[0]=12794}},[30455]={["id"]=30455,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Critical Strike Chance with Bows","+12% to Critical Strike Multiplier with Bows"},["g"]=215,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={30455,30455}},[22755]={["id"]=22755,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupBow.png",["ks"]=false,["not"]=false,["dn"]="Bow Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=215,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[2094]={["id"]=2094,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Evasion Rating","5% increased maximum Life"},["g"]=216,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={60803,720},["in"]={[0]=2094}},[2292]={["id"]=2292,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life","8% increased maximum Mana"},["g"]=217,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27203},["in"]={[0]=2292}},[27203]={["id"]=27203,["icon"]="Art/2DArt/SkillIcons/passives/HeartandSoul.png",["ks"]=false,["not"]=true,["dn"]="Heart and Soul",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Life","12% increased maximum Mana"},["g"]=217,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={27203,27203}},[48362]={["id"]=48362,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life","8% increased maximum Mana"},["g"]=217,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27203},["in"]={[0]=48362}},[8135]={["id"]=8135,["icon"]="Art/2DArt/SkillIcons/passives/castavoidinterruption.png",["ks"]=false,["not"]=true,["dn"]="Practical Application",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% chance to Avoid interruption from Stuns while Casting","+20 to Strength and Dexterity"},["g"]=217,["o"]=2,["oidx"]=6,["sa"]=20,["da"]=20,["ia"]=0,["out"]={[0]=11128},["in"]={[0]=8135}},[11659]={["id"]=11659,["icon"]="Art/2DArt/SkillIcons/passives/castavoidinterruption.png",["ks"]=false,["not"]=false,["dn"]="Avoid Interruption while Casting",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% chance to Avoid interruption from Stuns while Casting"},["g"]=217,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={27929,8135},["in"]={}},[11128]={["id"]=11128,["icon"]="Art/2DArt/SkillIcons/passives/castavoidinterruption.png",["ks"]=false,["not"]=false,["dn"]="Avoid Interruption while Casting",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% chance to Avoid interruption from Stuns while Casting"},["g"]=217,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11420},["in"]={[0]=11128}},[44683]={["id"]=44683,["icon"]="Art/2DArt/SkillIcons/passives/tempint.png",["ks"]=false,["not"]=false,["dn"]="SIX",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={[0]=6},["sd"]={},["g"]=218,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={45272,58229,55236,18635},["in"]={44683,44683}},[45272]={["id"]=45272,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png",["ks"]=false,["not"]=false,["dn"]="Physical and Chaos Damage and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Chaos Damage","+12 to maximum Life","14% increased Physical Damage"},["g"]=218,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={45272,45272,45272,45272}},[33988]={["id"]=33988,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Melee Physical Damage"},["g"]=219,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31628},["in"]={[0]=33988}},[15678]={["id"]=15678,["icon"]="Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15% to Melee Critical Strike Multiplier"},["g"]=220,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37501},["in"]={[0]=15678}},[58831]={["id"]=58831,["icon"]="Art/2DArt/SkillIcons/passives/deadlyprecision.png",["ks"]=false,["not"]=true,["dn"]="Disemboweling",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"50% increased Melee Critical Strike Chance","+25% to Melee Critical Strike Multiplier"},["g"]=220,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15678},["in"]={[0]=58831}},[39023]={["id"]=39023,["icon"]="Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Melee Critical Strike Chance","+10% to Melee Critical Strike Multiplier"},["g"]=220,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58831},["in"]={[0]=39023}},[37501]={["id"]=37501,["icon"]="Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Melee Critical Strike Chance"},["g"]=220,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={56355,63282},["in"]={[0]=37501}},[56355]={["id"]=56355,["icon"]="Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Melee Critical Strike Chance","+10% to Melee Critical Strike Multiplier"},["g"]=220,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39023},["in"]={[0]=56355}},[18368]={["id"]=18368,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=220,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[35724]={["id"]=35724,["icon"]="Art/2DArt/SkillIcons/passives/damage_blue.png",["ks"]=false,["not"]=false,["dn"]="Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage"},["g"]=221,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={63965,33923},["in"]={[0]=35724}},[21984]={["id"]=21984,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=222,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=21984}},[22618]={["id"]=22618,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Mana"},["g"]=222,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21033},["in"]={[0]=22618}},[21033]={["id"]=21033,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Mana"},["g"]=222,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21984},["in"]={[0]=21033}},[33296]={["id"]=33296,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Spell Damage"},["g"]=223,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={1957,36774},["in"]={[0]=33296}},[17201]={["id"]=17201,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=224,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={},["in"]={17201,17201,17201,17201,17201,17201}},[4656]={["id"]=4656,["icon"]="Art/2DArt/SkillIcons/passives/damagesword.png",["ks"]=false,["not"]=false,["dn"]="Sword Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Swords","8% increased Accuracy Rating with Swords"},["g"]=225,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59866},["in"]={[0]=4656}},[22217]={["id"]=22217,["icon"]="Art/2DArt/SkillIcons/passives/damagesword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Swords","8% increased Accuracy Rating with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=225,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={4656,22266},["in"]={[0]=22217}},[6383]={["id"]=6383,["icon"]="Art/2DArt/SkillIcons/passives/damagesword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Swords","8% increased Accuracy Rating with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=225,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22217},["in"]={[0]=6383}},[59866]={["id"]=59866,["icon"]="Art/2DArt/SkillIcons/passives/SwordNotable2.png",["ks"]=false,["not"]=true,["dn"]="Honed Edge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Damage with Swords","6% increased Attack Speed with Swords","20% increased Evasion Rating","+200 to Accuracy Rating with Swords","24% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=225,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6383},["in"]={[0]=59866}},[29445]={["id"]=29445,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupSword.png",["ks"]=false,["not"]=false,["dn"]="Sword Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=225,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[30693]={["id"]=30693,["icon"]="Art/2DArt/SkillIcons/passives/catalyse.png",["ks"]=false,["not"]=true,["dn"]="Divine Fervour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Melee Critical Strike Chance","Damage with Weapons Penetrates 3% Elemental Resistance","24% increased Elemental Damage with Attack Skills","+10 to Strength and Intelligence"},["g"]=226,["o"]=3,["oidx"]=6,["sa"]=10,["da"]=0,["ia"]=10,["out"]={[0]=12536},["in"]={[0]=30693}},[33435]={["id"]=33435,["icon"]="Art/2DArt/SkillIcons/passives/elementalist.png",["ks"]=false,["not"]=true,["dn"]="Holy Dominion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+12% to all Elemental Resistances","12% increased Elemental Damage","5% chance to Freeze, Shock and Ignite","12% increased Physical Damage"},["g"]=226,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12536,21262},["in"]={33435,33435}},[54694]={["id"]=54694,["icon"]="Art/2DArt/SkillIcons/passives/LightOfDivinity.png",["ks"]=false,["not"]=true,["dn"]="Light of Divinity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Spell Damage","4% increased Cast Speed","20% increased Critical Strike Chance for Spells","10% increased Light Radius","+10 to Strength and Intelligence"},["g"]=226,["o"]=3,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=10,["out"]={},["in"]={54694,54694}},[44799]={["id"]=44799,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=226,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={54694,40927,33435},["in"]={[0]=44799}},[58453]={["id"]=58453,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=226,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30693,46726,33435},["in"]={[0]=58453}},[21262]={["id"]=21262,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=226,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={54694,10575},["in"]={[0]=21262}},[12536]={["id"]=12536,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=226,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15064},["in"]={12536,12536}},[57061]={["id"]=57061,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=227,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={22061,46578},["in"]={[0]=57061}},[22061]={["id"]=22061,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to maximum Mana","10% increased maximum Mana"},["g"]=227,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={22061,22061}},[5289]={["id"]=5289,["icon"]="Art/2DArt/SkillIcons/passives/BattleRouse.png",["ks"]=false,["not"]=true,["dn"]="Battle Rouse",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to maximum Mana","15% increased maximum Mana","8% of Damage taken gained as Mana over 4 seconds when Hit"},["g"]=227,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={57061,22061},["in"]={}},[42668]={["id"]=42668,["icon"]="Art/2DArt/SkillIcons/passives/minionattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Minion Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 4% increased Attack Speed","Minions have 4% increased Cast Speed"},["g"]=228,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10904},["in"]={42668,42668}},[24824]={["id"]=24824,["icon"]="Art/2DArt/SkillIcons/passives/minionattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Minion Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 4% increased Attack Speed","Minions have 4% increased Cast Speed"},["g"]=228,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={9505,6764,42668},["in"]={}},[9505]={["id"]=9505,["icon"]="Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png",["ks"]=false,["not"]=false,["dn"]="Minion Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 4% increased Attack Speed","15% increased Minion Accuracy Rating"},["g"]=228,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43689},["in"]={[0]=9505}},[43689]={["id"]=43689,["icon"]="Art/2DArt/SkillIcons/passives/SpiritualCommand.png",["ks"]=false,["not"]=true,["dn"]="Spiritual Command",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 8% increased Attack Speed","Minions have 8% increased Cast Speed","Increases and Reductions to Minion Attack Speed also affect you","20% increased Minion Accuracy Rating"},["g"]=228,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42668},["in"]={[0]=43689}},[65259]={["id"]=65259,["icon"]="Art/2DArt/SkillIcons/passives/MinionMastery.png",["ks"]=false,["not"]=false,["dn"]="Minion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=228,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[52714]={["id"]=52714,["icon"]="Art/2DArt/SkillIcons/passives/oxblood.png",["ks"]=false,["not"]=true,["dn"]="Prowess",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30 to Strength"},["g"]=229,["o"]=0,["oidx"]=0,["sa"]=30,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=52714}},[10221]={["id"]=10221,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=230,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={6446,24155,25168},["in"]={10221,10221}},[51219]={["id"]=51219,["icon"]="Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.3% of Spell Damage Leeched as Energy Shield"},["g"]=231,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13232},["in"]={[0]=51219}},[13232]={["id"]=13232,["icon"]="Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png",["ks"]=false,["not"]=false,["dn"]="Increased Energy Shield Leeched",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased total Recovery per second from Energy Shield Leech"},["g"]=231,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9567},["in"]={[0]=13232}},[9567]={["id"]=9567,["icon"]="Art/2DArt/SkillIcons/passives/SoulSiphoning.png",["ks"]=false,["not"]=true,["dn"]="Light Eater",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.8% of Spell Damage Leeched as Energy Shield","20% increased Maximum total Recovery per second from Energy Shield Leech","24% increased Damage while on Full Energy Shield"},["g"]=231,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9567}},[15027]={["id"]=15027,["icon"]="Art/2DArt/SkillIcons/passives/oxblood.png",["ks"]=false,["not"]=true,["dn"]="Beef",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30 to Strength"},["g"]=232,["o"]=0,["oidx"]=0,["sa"]=30,["da"]=0,["ia"]=0,["out"]={[0]=23471},["in"]={}},[27929]={["id"]=27929,["icon"]="Art/2DArt/SkillIcons/passives/deepwisdom.png",["ks"]=false,["not"]=true,["dn"]="Deep Wisdom",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+20 to maximum Energy Shield","+20 to maximum Mana","+20 to Intelligence"},["g"]=233,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=20,["out"]={40637,55643,38900,2292,8948,65203},["in"]={27929,27929,27929}},[29185]={["id"]=29185,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance2.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Critical Strike Chance and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Accuracy Rating with Two Handed Melee Weapons","20% increased Critical Strike Chance with Two Handed Melee Weapons"},["g"]=234,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58803},["in"]={[0]=29185}},[58803]={["id"]=58803,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance2.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Critical Strike Chance and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Accuracy Rating with Two Handed Melee Weapons","20% increased Critical Strike Chance with Two Handed Melee Weapons"},["g"]=234,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32059},["in"]={[0]=58803}},[32059]={["id"]=32059,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png",["ks"]=false,["not"]=true,["dn"]="Titanic Impacts",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Accuracy Rating with Two Handed Melee Weapons","40% increased Critical Strike Chance with Two Handed Melee Weapons","+20% to Critical Strike Multiplier with Two Handed Melee Weapons"},["g"]=234,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=32059}},[46578]={["id"]=46578,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=235,["o"]=4,["oidx"]=33,["sa"]=10,["da"]=0,["ia"]=0,["out"]={28330,13714,30733},["in"]={46578,46578}},[28330]={["id"]=28330,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=235,["o"]=4,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=19144},["in"]={28330,28330}},[50225]={["id"]=50225,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Maces and Sceptres","+15% to Critical Strike Multiplier with Maces and Sceptres","10% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=236,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55772},["in"]={[0]=50225}},[24155]={["id"]=24155,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Physical Damage with Maces and Sceptres","20% increased Critical Strike Chance with Maces and Sceptres","8% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=236,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={50225,15086},["in"]={[0]=24155}},[15086]={["id"]=15086,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Maces and Sceptres","20% increased Critical Strike Chance with Maces and Sceptres","10% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=236,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55772},["in"]={[0]=15086}},[55772]={["id"]=55772,["icon"]="Art/2DArt/SkillIcons/passives/MaceNotable1.png",["ks"]=false,["not"]=true,["dn"]="Blacksmith's Clout",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Physical Damage with Maces and Sceptres","40% increased Critical Strike Chance with Maces and Sceptres","+25% to Critical Strike Multiplier with Maces and Sceptres","18% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=236,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={55772,55772}},[27354]={["id"]=27354,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMace.png",["ks"]=false,["not"]=false,["dn"]="Mace Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=236,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[43374]={["id"]=43374,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=237,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={22703,30691,29359},["in"]={43374,43374,43374}},[44797]={["id"]=44797,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration, Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Spell Damage","20% increased Mana Regeneration Rate"},["g"]=238,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=60462},["in"]={[0]=44797}},[26714]={["id"]=26714,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration, Totem Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Mana Regeneration Rate","20% increased Totem Placement speed"},["g"]=238,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1105},["in"]={[0]=26714}},[14870]={["id"]=14870,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration, Totem Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Mana Regeneration Rate","20% increased Totem Placement speed"},["g"]=238,["o"]=4,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34434},["in"]={[0]=14870}},[29994]={["id"]=29994,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration, Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased maximum Mana","20% increased Mana Regeneration Rate"},["g"]=238,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={29994,29994}},[11046]={["id"]=11046,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration, Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased maximum Mana","20% increased Mana Regeneration Rate"},["g"]=238,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=922},["in"]={[0]=11046}},[22637]={["id"]=22637,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration, Power and Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Mana Regeneration Rate","20% increased Endurance Charge Duration","20% increased Power Charge Duration"},["g"]=238,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25651},["in"]={[0]=22637}},[922]={["id"]=922,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png",["ks"]=false,["not"]=true,["dn"]="Divine Guidance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"30% increased maximum Mana","10% of Damage is taken from Mana before Life","Transfiguration of Mind"},["g"]=238,["o"]=4,["oidx"]=17,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29994},["in"]={[0]=922}},[29026]={["id"]=29026,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png",["ks"]=false,["not"]=true,["dn"]="Sanctuary of Thought",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Gain 20% of Maximum Mana as Extra Maximum Energy Shield","1% increased Area of Effect per 50 Unreserved Maximum Mana, up to 100%","50% less Mana Cost of Skills","10% less Mana Reservation of Skills"},["g"]=238,["o"]=4,["oidx"]=23,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29994},["in"]={}},[1105]={["id"]=1105,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png",["ks"]=false,["not"]=true,["dn"]="Pursuit of Faith",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"100% increased Totem Duration","+1 to maximum number of Summoned Totems","6% increased Damage per Enemy Killed by you or your Totems Recently","10% increased Attack and Cast Speed while you have a Totem"},["g"]=238,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14870},["in"]={[0]=1105}},[34434]={["id"]=34434,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png",["ks"]=false,["not"]=true,["dn"]="Ritual of Awakening",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"50% increased Totem Placement speed","3% more Damage per Summoned Totem","Regenerate 0.5% of Mana per second for each Summoned Totem","Skills that would Summon a Totem Summon two Totems instead","You and your Totems Regenerate 1% of Life per second for each Summoned Totem"},["g"]=238,["o"]=4,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=34434}},[25651]={["id"]=25651,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png",["ks"]=false,["not"]=true,["dn"]="Conviction of Power",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"25% chance to gain an Endurance Charge when you gain a Power Charge","50% chance to gain a Power Charge when you Summon a Totem","15% chance to gain a Power Charge if you or your Totems kill an Enemy","5% reduced Elemental Damage taken while you have an Endurance Charge","Damage Penetrates 5% Elemental Resistances while you have a Power Charge"},["g"]=238,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=25651}},[60462]={["id"]=60462,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png",["ks"]=false,["not"]=true,["dn"]="Illuminated Devotion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"25% increased Area of Effect while you have Arcane Surge","0.5% of Spell Damage Leeched as Life while you have Arcane Surge","40% increased Spell Damage while you have Arcane Surge"},["g"]=238,["o"]=4,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33167},["in"]={[0]=60462}},[33167]={["id"]=33167,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration, Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Spell Damage","20% increased Mana Regeneration Rate"},["g"]=238,["o"]=4,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40510},["in"]={[0]=33167}},[40510]={["id"]=40510,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png",["ks"]=false,["not"]=true,["dn"]="Arcane Blessing",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Gain Arcane Surge when you or your Totems Hit an Enemy with a Spell","Immune to Elemental Ailments while you have Arcane Surge"},["g"]=238,["o"]=4,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=40510}},[38387]={["id"]=38387,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration, Brand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Mana Regeneration Rate","14% increased Damage with Brand Skills"},["g"]=238,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51492},["in"]={[0]=38387}},[51492]={["id"]=51492,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png",["ks"]=false,["not"]=true,["dn"]="Sign of Purpose",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"You can Cast an additional Brand","Enemies take 10% increased Damage for each of your Brands Attached to them","Brand Recall has 30% increased Cooldown Recovery Speed","14% increased Brand Attachment range"},["g"]=238,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=51492}},[30940]={["id"]=30940,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Hierophant",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=238,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={11046,22637,44797,26714,38387},["in"]={[0]=30940}},[15835]={["id"]=15835,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=239,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[62017]={["id"]=62017,["icon"]="Art/2DArt/SkillIcons/passives/increased armor.png",["ks"]=false,["not"]=false,["dn"]="Life and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Armour","4% increased maximum Life"},["g"]=239,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={33287,53793},["in"]={}},[55676]={["id"]=55676,["icon"]="Art/2DArt/SkillIcons/passives/increased armor.png",["ks"]=false,["not"]=false,["dn"]="Life and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Armour","4% increased maximum Life"},["g"]=239,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5233},["in"]={[0]=55676}},[33287]={["id"]=33287,["icon"]="Art/2DArt/SkillIcons/passives/increased armor.png",["ks"]=false,["not"]=true,["dn"]="Juggernaut",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Armour","6% increased maximum Life","20% increased Life Recovery from Flasks"},["g"]=239,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55676},["in"]={[0]=33287}},[3644]={["id"]=3644,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=240,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={14930,39678},["in"]={3644,3644,3644}},[20611]={["id"]=20611,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Daggers","0.3% of Attack Damage Leeched as Life","20% increased total Recovery per second from Life Leech","12% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=241,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42608,4011},["in"]={}},[42608]={["id"]=42608,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Daggers","0.3% of Attack Damage Leeched as Life","20% increased total Recovery per second from Life Leech","12% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=241,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44988},["in"]={[0]=42608}},[44988]={["id"]=44988,["icon"]="Art/2DArt/SkillIcons/passives/DaggerNotable2.png",["ks"]=false,["not"]=true,["dn"]="Stabbing Thirst",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Damage with Daggers","6% increased Attack Speed with Daggers","0.5% of Attack Damage Leeched as Life","0.5% of Attack Damage Leeched as Mana","24% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=241,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=44988}},[22703]={["id"]=22703,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=242,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=14056},["in"]={[0]=22703}},[33779]={["id"]=33779,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandrange.png",["ks"]=false,["not"]=false,["dn"]="Totem and Brand Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Damage","15% increased Critical Strike Chance with Totem Skills","15% increased Critical Strike Chance with Brand Skills","10% increased Damage with Brand Skills"},["g"]=243,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={17569,14021},["in"]={[0]=33779}},[17569]={["id"]=17569,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandrange.png",["ks"]=false,["not"]=false,["dn"]="Totem and Brand Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Critical Strike Chance with Totem Skills","25% increased Critical Strike Chance with Brand Skills"},["g"]=243,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44562},["in"]={[0]=17569}},[45366]={["id"]=45366,["icon"]="Art/2DArt/SkillIcons/passives/totemandbranddamage.png",["ks"]=false,["not"]=false,["dn"]="Totem and Brand Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+20% to Critical Strike Multiplier with Totem Skills","+20% to Critical Strike Multiplier with Brand Skills"},["g"]=243,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20142},["in"]={[0]=45366}},[20142]={["id"]=20142,["icon"]="Art/2DArt/SkillIcons/passives/totemandbranddamage.png",["ks"]=false,["not"]=false,["dn"]="Totem and Brand Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+20% to Critical Strike Multiplier with Totem Skills","+20% to Critical Strike Multiplier with Brand Skills"},["g"]=243,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33779},["in"]={[0]=20142}},[44562]={["id"]=44562,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandrange.png",["ks"]=false,["not"]=true,["dn"]="Shaman's Dominion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"100% increased Global Critical Strike Chance if you've Summoned a Totem Recently","+20% to Critical Strike Multiplier with Totem Skills","50% increased Critical Strike Chance with Brand Skills","+20% to Critical Strike Multiplier with Brand Skills"},["g"]=243,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45366},["in"]={[0]=44562}},[59036]={["id"]=59036,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBrandTotem.png",["ks"]=false,["not"]=false,["dn"]="Totem Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=243,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[14056]={["id"]=14056,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=244,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={487,34601,11700},["in"]={14056,14056,14056,14056,14056}},[21301]={["id"]=21301,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=245,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={20546,25789},["in"]={21301,21301}},[50557]={["id"]=50557,["icon"]="Art/2DArt/SkillIcons/passives/MinionMastery.png",["ks"]=false,["not"]=false,["dn"]="Minion and Damage Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=246,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[35702]={["id"]=35702,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 10% increased Damage"},["g"]=246,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={22062,31875},["in"]={}},[22062]={["id"]=22062,["icon"]="Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 8% increased Damage","8% increased Minion Duration"},["g"]=246,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15081},["in"]={[0]=22062}},[15081]={["id"]=15081,["icon"]="Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Duration, Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 4% increased Attack Speed","Minions have 4% increased Cast Speed","8% increased Minion Duration"},["g"]=246,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7688},["in"]={[0]=15081}},[7688]={["id"]=7688,["icon"]="Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png",["ks"]=false,["not"]=true,["dn"]="Enduring Bond",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Skill Effect Duration","Minions deal 20% increased Damage","Minions deal 20% increased Damage if you've used a Minion Skill Recently","15% increased Minion Duration"},["g"]=246,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=7688}},[44202]={["id"]=44202,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=247,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={29353,23027},["in"]={[0]=44202}},[5233]={["id"]=5233,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=248,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={3644,10851},["in"]={5233,5233,5233,5233}},[53992]={["id"]=53992,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png",["ks"]=false,["not"]=true,["dn"]="Path of the Shadow",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=2,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Can Allocate Passives from the Shadow's starting point"},["g"]=249,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={45272,38129},["in"]={[0]=53992}},[43336]={["id"]=43336,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=249,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53992},["in"]={[0]=43336}},[42546]={["id"]=42546,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=249,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=772},["in"]={[0]=42546}},[45403]={["id"]=45403,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity and Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+20 to Dexterity and Intelligence"},["g"]=249,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=20,["ia"]=20,["out"]={[0]=42546},["in"]={[0]=45403}},[772]={["id"]=772,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png",["ks"]=false,["not"]=true,["dn"]="Shadow Ascendancy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=true,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(Choose one of the three attached options)"},["spc"]={},["sd"]={},["g"]=249,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={43336,43122,6778,58827},["in"]={[0]=772}},[22285]={["id"]=22285,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=250,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={55649,53793,38508,62363},["in"]={}},[40135]={["id"]=40135,["icon"]="Art/2DArt/SkillIcons/passives/damagesword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage with Swords","14% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=251,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={40135,40135}},[9262]={["id"]=9262,["icon"]="Art/2DArt/SkillIcons/passives/damagesword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Swords","5% increased Area of Effect","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=251,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40135},["in"]={[0]=9262}},[65093]={["id"]=65093,["icon"]="Art/2DArt/SkillIcons/passives/SwordNotable1.png",["ks"]=false,["not"]=true,["dn"]="Bladedancer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Damage with Swords","6% increased Attack Speed with Swords","Enemies have -10% to Total Physical Damage Reduction against your Hits","24% increased Damage with Ailments from Attack Skills while wielding a Sword","+1 to Melee range with Swords"},["g"]=251,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9262},["in"]={}},[29353]={["id"]=29353,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=252,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={50422,35288},["in"]={29353,29353}},[53793]={["id"]=53793,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=253,["o"]=4,["oidx"]=30,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=40653},["in"]={53793,53793,53793,53793}},[40653]={["id"]=40653,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=253,["o"]=4,["oidx"]=20,["sa"]=10,["da"]=0,["ia"]=0,["out"]={42800,65112},["in"]={40653,40653,40653}},[44908]={["id"]=44908,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=254,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={50570,2913},["in"]={44908,44908}},[63723]={["id"]=63723,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=255,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=5233},["in"]={63723,63723,63723,63723}},[61072]={["id"]=61072,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png",["ks"]=false,["not"]=false,["dn"]="Juggernaut",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Marauder Ascendancy passives)","(Recently refers to the past 4 seconds)"},["spc"]={},["sd"]={"+1000 to Accuracy Rating","Cannot be Chilled","Cannot be Stunned","5% increased Damage per Endurance Charge","Gain an Endurance Charge every second if you've been Hit Recently"},["g"]=256,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=61072}},[55392]={["id"]=55392,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating and Armour"},["g"]=257,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={55085,53002,30679},["in"]={}},[53002]={["id"]=53002,["icon"]="Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png",["ks"]=false,["not"]=false,["dn"]="Armour, Evasion and Onslaught Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating and Armour","10% increased Onslaught Effect"},["g"]=257,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4944},["in"]={[0]=53002}},[4944]={["id"]=4944,["icon"]="Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png",["ks"]=false,["not"]=false,["dn"]="Armour, Evasion and Onslaught Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating and Armour","10% increased Onslaught Effect"},["g"]=257,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18703},["in"]={[0]=4944}},[18703]={["id"]=18703,["icon"]="Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png",["ks"]=false,["not"]=true,["dn"]="Graceful Assault",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Attack Damage","30% increased Evasion Rating during Onslaught","20% increased Onslaught Effect","10% chance to gain Onslaught for 4 seconds on Kill"},["g"]=257,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={18703,18703}},[36675]={["id"]=36675,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=257,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[55085]={["id"]=55085,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage, Armour and Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Damage","10% increased Evasion Rating and Armour"},["g"]=257,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18703},["in"]={[0]=55085}},[63282]={["id"]=63282,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=258,["o"]=4,["oidx"]=20,["sa"]=10,["da"]=0,["ia"]=0,["out"]={29353,59928},["in"]={63282,63282}},[14930]={["id"]=14930,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=259,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=12926},["in"]={14930,14930,14930,14930,14930}},[26481]={["id"]=26481,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 12% increased Damage"},["g"]=260,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19103},["in"]={[0]=26481}},[41190]={["id"]=41190,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 12% increased Damage"},["g"]=260,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26481},["in"]={[0]=41190}},[29106]={["id"]=29106,["icon"]="Art/2DArt/SkillIcons/passives/minionattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Minion Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 4% increased Attack Speed","Minions have 4% increased Cast Speed"},["g"]=260,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25332,15046},["in"]={}},[25332]={["id"]=25332,["icon"]="Art/2DArt/SkillIcons/passives/minionattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Minion Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 4% increased Attack Speed","Minions have 4% increased Cast Speed"},["g"]=260,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={25332,25332}},[35260]={["id"]=35260,["icon"]="Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 10% increased Damage","20% increased Minion Accuracy Rating"},["g"]=260,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4177},["in"]={[0]=35260}},[38989]={["id"]=38989,["icon"]="Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 10% increased Damage","20% increased Minion Accuracy Rating"},["g"]=260,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={38989,38989}},[19103]={["id"]=19103,["icon"]="Art/2DArt/SkillIcons/passives/RighteousArmy.png",["ks"]=false,["not"]=true,["dn"]="Righteous Army",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 20% increased maximum Life","Regenerate 1% of Life per second","Minions deal 20% increased Damage","Minions Regenerate 1% of Life per second"},["g"]=260,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35260},["in"]={[0]=19103}},[15046]={["id"]=15046,["icon"]="Art/2DArt/SkillIcons/passives/Redemption.png",["ks"]=false,["not"]=true,["dn"]="Redemption",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage","Minions have 10% increased Movement Speed","Minions have 5% increased Attack Speed","Minions have 5% increased Cast Speed","20% increased Minion Accuracy Rating"},["g"]=260,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38989},["in"]={[0]=15046}},[4177]={["id"]=4177,["icon"]="Art/2DArt/SkillIcons/passives/SpiritualAid.png",["ks"]=false,["not"]=true,["dn"]="Spiritual Aid",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Global Accuracy Rating","Minions deal 15% increased Damage","Increases and Reductions to Minion Damage also affect you","30% increased Minion Accuracy Rating"},["g"]=260,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38989},["in"]={[0]=4177}},[25816]={["id"]=25816,["icon"]="Art/2DArt/SkillIcons/passives/MinionMastery.png",["ks"]=false,["not"]=false,["dn"]="Minion and Damage Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=260,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[34400]={["id"]=34400,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=261,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={24914,14930,14056,8879,43822,35053},["in"]={[0]=34400}},[35556]={["id"]=35556,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=262,["o"]=4,["oidx"]=20,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=44908},["in"]={[0]=35556}},[39916]={["id"]=39916,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=262,["o"]=4,["oidx"]=17,["sa"]=10,["da"]=0,["ia"]=0,["out"]={35556,20228},["in"]={}},[31080]={["id"]=31080,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=263,["o"]=4,["oidx"]=23,["sa"]=0,["da"]=10,["ia"]=0,["out"]={43374,16380},["in"]={[0]=31080}},[16775]={["id"]=16775,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=264,["o"]=4,["oidx"]=13,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=40126},["in"]={16775,16775}},[46910]={["id"]=46910,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=264,["o"]=4,["oidx"]=20,["sa"]=10,["da"]=0,["ia"]=0,["out"]={16775,65034,34906},["in"]={[0]=46910}},[6981]={["id"]=6981,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=265,["o"]=4,["oidx"]=10,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=36543},["in"]={[0]=6981}},[36543]={["id"]=36543,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=265,["o"]=4,["oidx"]=20,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=49412},["in"]={[0]=36543}},[5237]={["id"]=5237,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=266,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={6363,42178,58854,30679,51404},["in"]={[0]=5237}},[21941]={["id"]=21941,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=267,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=40653},["in"]={[0]=21941}},[59928]={["id"]=59928,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=268,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=63723},["in"]={59928,59928,59928}},[23881]={["id"]=23881,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=269,["o"]=4,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=26523},["in"]={[0]=23881}},[9511]={["id"]=9511,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=269,["o"]=4,["oidx"]=3,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=23881},["in"]={[0]=9511}},[56722]={["id"]=56722,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Int.png",["ks"]=false,["not"]=true,["dn"]="Path of the Witch",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=2,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Can Allocate Passives from the Witch's starting point"},["g"]=270,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={57264,57226},["in"]={[0]=56722}},[62162]={["id"]=62162,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=270,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56722},["in"]={[0]=62162}},[2521]={["id"]=2521,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=270,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51782},["in"]={[0]=2521}},[58029]={["id"]=58029,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+40 to Intelligence"},["g"]=270,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=40,["out"]={[0]=2521},["in"]={[0]=58029}},[51782]={["id"]=51782,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png",["ks"]=false,["not"]=true,["dn"]="Witch Ascendancy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=true,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(Choose one of the three attached options)"},["spc"]={},["sd"]={},["g"]=270,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={62162,10099,8281,12597},["in"]={[0]=51782}},[26523]={["id"]=26523,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=271,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=54415},["in"]={26523,26523,26523}},[60472]={["id"]=60472,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=272,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={},["in"]={60472,60472,60472}},[54415]={["id"]=54415,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=273,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=6446},["in"]={[0]=54415}},[39790]={["id"]=39790,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png",["ks"]=false,["not"]=true,["dn"]="Sanctuary",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Consecrated Ground you create applies 10% increased Damage taken to Enemies","You have Consecrated Ground around you while stationary","Regenerate 15 Mana per Second while on Consecrated Ground"},["g"]=274,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57222},["in"]={[0]=39790}},[10153]={["id"]=10153,["icon"]="Art/2DArt/SkillIcons/passives/oxblood.png",["ks"]=false,["not"]=true,["dn"]="Physique",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30 to Strength"},["g"]=275,["o"]=0,["oidx"]=0,["sa"]=30,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=10153}},[22497]={["id"]=22497,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Cast Speed"},["g"]=276,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=2151},["in"]={[0]=22497}},[8643]={["id"]=8643,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Cast Speed"},["g"]=276,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={37078,63845},["in"]={}},[63845]={["id"]=63845,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Cast Speed"},["g"]=276,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22497},["in"]={[0]=63845}},[32992]={["id"]=32992,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield, Block Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Armour","5% increased maximum Energy Shield","+2% Chance to Block Attack Damage"},["g"]=277,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39728},["in"]={[0]=32992}},[55146]={["id"]=55146,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png",["ks"]=false,["not"]=true,["dn"]="Time of Need",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"25% reduced Effect of Curses on you","Every 5 seconds, remove Curses and Elemental Ailments from you","Every 5 seconds, Regenerate 30% of Life over one second"},["g"]=277,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=55146}},[42264]={["id"]=42264,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png",["ks"]=false,["not"]=true,["dn"]="Radiant Faith",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Grants Armour equal to 160% of your Reserved Life to you and nearby Allies","Grants maximum Energy Shield equal to 15% of your Reserved Mana to\nyou and nearby Allies"},["g"]=277,["o"]=4,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20050},["in"]={[0]=42264}},[39728]={["id"]=39728,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png",["ks"]=false,["not"]=true,["dn"]="Bastion of Hope",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+50% Chance to Block Attack Damage for 2 seconds every 5 seconds","If you've Blocked in the past 10 seconds, you\nand nearby Allies cannot be Stunned","If you've Attacked Recently, you\nand nearby Allies have +10% Chance to Block Attack Damage","If you've Cast a Spell Recently, you\nand nearby Allies have +10% Chance to Block Spell Damage"},["g"]=277,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=39728}},[32364]={["id"]=32364,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield, Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Armour","5% increased maximum Energy Shield","Regenerate 0.5% of Life per second"},["g"]=277,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55146},["in"]={[0]=32364}},[37419]={["id"]=37419,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield, Aura Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Armour","5% increased maximum Energy Shield","5% increased effect of Non-Curse Auras from your Skills"},["g"]=277,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42264},["in"]={[0]=37419}},[46952]={["id"]=46952,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield, Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Armour","5% increased maximum Energy Shield","20% increased Endurance, Frenzy and Power Charge Duration"},["g"]=277,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61372},["in"]={[0]=46952}},[20050]={["id"]=20050,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield, Aura Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Armour","5% increased maximum Energy Shield","5% increased effect of Non-Curse Auras from your Skills"},["g"]=277,["o"]=4,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=64768},["in"]={[0]=20050}},[61372]={["id"]=61372,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png",["ks"]=false,["not"]=true,["dn"]="Harmony of Purpose",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Nearby Enemies cannot gain Power, Frenzy or Endurance Charges","You and nearby Party Members Share Power, Frenzy and Endurance Charges with each other","10% chance to gain a Power, Frenzy or Endurance Charge on Hit"},["g"]=277,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=61372}},[64768]={["id"]=64768,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png",["ks"]=false,["not"]=true,["dn"]="Unwavering Faith",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Auras from your Skills grant +1% Physical Damage Reduction to you and Allies","Auras from your Skills grant 0.2% of Life Regenerated per second to\nyou and Allies"},["g"]=277,["o"]=4,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=64768}},[16745]={["id"]=16745,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield, Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Armour","5% increased maximum Energy Shield","Minions deal 10% increased Damage"},["g"]=277,["o"]=4,["oidx"]=17,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19641},["in"]={[0]=16745}},[4494]={["id"]=4494,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png",["ks"]=false,["not"]=true,["dn"]="Radiant Crusade",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+20% to all Elemental Resistances","While there are at least five nearby Allies, you and nearby Allies have Onslaught","While there is at least one nearby Ally, you and nearby Allies deal 10% more Damage"},["g"]=277,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16745},["in"]={[0]=4494}},[40010]={["id"]=40010,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield, Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Armour","5% increased maximum Energy Shield","Minions deal 10% increased Damage"},["g"]=277,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4494},["in"]={[0]=40010}},[19641]={["id"]=19641,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png",["ks"]=false,["not"]=true,["dn"]="Unwavering Crusade",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Nearby Allies deal 30% increased Damage","Nearby Allies have 15% increased Attack, Cast and Movement Speed","Nearby Allies have 30% increased Area of Effect","Nearby Allies Intimidate Enemies for 4 seconds on Hit","Nearby Allies Unnerve Enemies for 4 seconds on Hit"},["g"]=277,["o"]=4,["oidx"]=19,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=19641}},[409]={["id"]=409,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Guardian",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=277,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={37419,32364,46952,32992,40010},["in"]={[0]=409}},[15631]={["id"]=15631,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=278,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={64426,44967,41599},["in"]={[0]=15631}},[9355]={["id"]=9355,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=279,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=49978},["in"]={[0]=9355}},[45491]={["id"]=45491,["icon"]="Art/2DArt/SkillIcons/passives/onehandspeed.png",["ks"]=false,["not"]=false,["dn"]="One Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with One Handed Melee Weapons","10% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=280,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={41866,7085},["in"]={45491,45491}},[25763]={["id"]=25763,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=281,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={476,24865},["in"]={}},[6741]={["id"]=6741,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=282,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={14056,17818,40841},["in"]={6741,6741}},[17818]={["id"]=17818,["icon"]="Art/2DArt/SkillIcons/passives/CrimsonDance.png",["ks"]=true,["not"]=false,["dn"]="Crimson Dance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"My blade sings so sweetly, your body cannot help but weep."},["spc"]={},["sd"]={"You can inflict Bleeding on an Enemy up to 8 times\nYour Bleeding does not deal extra Damage while the Enemy is moving\n50% less Damage with Bleeding"},["g"]=283,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=17818}},[42800]={["id"]=42800,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=284,["o"]=4,["oidx"]=30,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=487},["in"]={42800,42800,42800}},[34009]={["id"]=34009,["icon"]="Art/2DArt/SkillIcons/passives/Meleerange.png",["ks"]=false,["not"]=true,["dn"]="Master of the Arena",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 1% of Life per second","8% increased Melee Physical Damage","+2 to Melee Weapon and Unarmed Attack range","+20 to Strength"},["g"]=285,["o"]=0,["oidx"]=0,["sa"]=20,["da"]=0,["ia"]=0,["out"]={51856,50360,18302,476},["in"]={34009,34009}},[487]={["id"]=487,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=286,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={7162,1252},["in"]={487,487,487}},[63139]={["id"]=63139,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=287,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={},["in"]={63139,63139,63139}},[31875]={["id"]=31875,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=288,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={4397,60398},["in"]={31875,31875,31875}},[8656]={["id"]=8656,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Raider.png",["ks"]=false,["not"]=false,["dn"]="Raider",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Ranger Ascendancy passives)","(Onslaught grants 20% increased Attack, Cast, and Movement Speed)"},["spc"]={},["sd"]={"20% increased Attack Damage","10% increased Movement Speed","4% chance to Dodge Attack Hits","You have Onslaught while on full Frenzy Charges","10% chance to gain a Frenzy Charge when you Hit a Rare or Unique Enemy"},["g"]=289,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=8656}},[49412]={["id"]=49412,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=290,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={21941,31080},["in"]={49412,49412,49412}},[48807]={["id"]=48807,["icon"]="Art/2DArt/SkillIcons/passives/newnewattackspeed.png",["ks"]=false,["not"]=true,["dn"]="Art of the Gladiator",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Speed","10% increased Global Accuracy Rating","Ignore all Movement Penalties from Armour","+20 to Dexterity"},["g"]=291,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=20,["ia"]=0,["out"]={45227,25933,6580},["in"]={48807,48807,48807}},[56029]={["id"]=56029,["icon"]="Art/2DArt/SkillIcons/passives/grace.png",["ks"]=false,["not"]=true,["dn"]="Agility",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30 to Dexterity"},["g"]=292,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=30,["ia"]=0,["out"]={[0]=42760},["in"]={}},[6363]={["id"]=6363,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=293,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=23852},["in"]={6363,6363,6363}},[15711]={["id"]=15711,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=true,["dn"]="Blast Radius",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area of Effect","20% increased Area Damage"},["g"]=294,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21075},["in"]={}},[27659]={["id"]=27659,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=295,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={37671,52095},["in"]={27659,27659}},[29019]={["id"]=29019,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=296,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[37800]={["id"]=37800,["icon"]="Art/2DArt/SkillIcons/passives/lifegainpertarget.png",["ks"]=false,["not"]=false,["dn"]="Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.6% of Physical Attack Damage Leeched as Life"},["g"]=296,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={35507,29547},["in"]={[0]=37800}},[29547]={["id"]=29547,["icon"]="Art/2DArt/SkillIcons/passives/lifegainpertarget.png",["ks"]=false,["not"]=false,["dn"]="Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.4% of Physical Attack Damage Leeched as Life","5% increased Maximum total Recovery per second from Life Leech"},["g"]=296,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={29547,29547}},[4378]={["id"]=4378,["icon"]="Art/2DArt/SkillIcons/passives/lifegainpertarget.png",["ks"]=false,["not"]=false,["dn"]="Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Maximum total Recovery per second from Life Leech","10% increased total Recovery per second from Life Leech"},["g"]=296,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={29547,22356},["in"]={}},[35507]={["id"]=35507,["icon"]="Art/2DArt/SkillIcons/passives/lifegainpertarget.png",["ks"]=false,["not"]=false,["dn"]="Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.6% of Physical Attack Damage Leeched as Life","20% increased total Recovery per second from Life Leech"},["g"]=296,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22356},["in"]={[0]=35507}},[22356]={["id"]=22356,["icon"]="Art/2DArt/SkillIcons/passives/lifeleech.png",["ks"]=false,["not"]=true,["dn"]="Hematophagy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"1% of Physical Attack Damage Leeched as Life","15% increased Maximum total Recovery per second from Life Leech","20% increased total Recovery per second from Life Leech","30% increased Damage while Leeching"},["g"]=296,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={22356,22356}},[16544]={["id"]=16544,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=297,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={8544,24083,57011,57449},["in"]={16544,16544}},[5456]={["id"]=5456,["icon"]="Art/2DArt/SkillIcons/passives/oxblood.png",["ks"]=false,["not"]=true,["dn"]="Might",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30 to Strength"},["g"]=298,["o"]=0,["oidx"]=0,["sa"]=30,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=5456}},[8544]={["id"]=8544,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=299,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={29937,11397,29185},["in"]={8544,8544,8544,8544}},[6237]={["id"]=6237,["icon"]="Art/2DArt/SkillIcons/passives/precision.png",["ks"]=false,["not"]=true,["dn"]="Precision",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","4% increased Movement Speed","5% increased Attack and Cast Speed","+20 to Dexterity"},["g"]=300,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=20,["ia"]=0,["out"]={15599,44529},["in"]={}},[15599]={["id"]=15599,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Global Accuracy Rating","4% increased Attack and Cast Speed"},["g"]=300,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={15599,15599}},[44529]={["id"]=44529,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Global Accuracy Rating","4% increased Attack and Cast Speed"},["g"]=300,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49254},["in"]={[0]=44529}},[41472]={["id"]=41472,["icon"]="Art/2DArt/SkillIcons/passives/newtitanicmight.png",["ks"]=false,["not"]=true,["dn"]="Discipline and Training",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30 to maximum Life","10% increased maximum Life"},["g"]=300,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={61471,44799,58453},["in"]={[0]=41472}},[61471]={["id"]=61471,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=300,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26866},["in"]={[0]=61471}},[1203]={["id"]=1203,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=300,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={41472,49254},["in"]={}},[29937]={["id"]=29937,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=301,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={6363,10661,40135,56807},["in"]={29937,29937}},[16167]={["id"]=16167,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=302,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={10829,24472},["in"]={[0]=16167}},[10829]={["id"]=10829,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=302,["o"]=4,["oidx"]=7,["sa"]=0,["da"]=10,["ia"]=0,["out"]={32091,18402,41967},["in"]={10829,10829}},[49978]={["id"]=49978,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=303,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={35296,6538,39861},["in"]={49978,49978,49978,49978}},[54144]={["id"]=54144,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Attack and Cast Speed and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1% Chance to Block Attack Damage while Dual Wielding","3% increased Attack Speed while Dual Wielding","3% increased Cast Speed while Dual Wielding"},["g"]=304,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13573},["in"]={[0]=54144}},[57457]={["id"]=57457,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Spell Damage and Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Spell Damage while Dual Wielding","2% increased Attack Speed while Dual Wielding","2% increased Cast Speed while Dual Wielding"},["g"]=304,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19501},["in"]={57457,57457}},[13573]={["id"]=13573,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Attack and Cast Speed and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1% Chance to Block Attack Damage while Dual Wielding","3% increased Attack Speed while Dual Wielding","3% increased Cast Speed while Dual Wielding"},["g"]=304,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57457},["in"]={[0]=13573}},[31619]={["id"]=31619,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Spell Damage and Spell Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while Dual Wielding","10% increased Spell Damage while Dual Wielding"},["g"]=304,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57457},["in"]={[0]=31619}},[39743]={["id"]=39743,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNotable.png",["ks"]=false,["not"]=true,["dn"]="Mysticism",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+4% Chance to Block Spell Damage while Dual Wielding","+4% Chance to Block Attack Damage while Dual Wielding","16% increased Spell Damage while Dual Wielding","10% chance to gain a Frenzy Charge when you Block Attack Damage","10% chance to gain a Power Charge when you Block Spell Damage"},["g"]=304,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31619,54144},["in"]={}},[44151]={["id"]=44151,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Arcane Dual Wield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=304,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[11497]={["id"]=11497,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=305,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=34483},["in"]={11497,11497}},[34483]={["id"]=34483,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=305,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=34483}},[238]={["id"]=238,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=305,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={10829,11497},["in"]={}},[35754]={["id"]=35754,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Ascendant",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=306,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={22551,58029,45403,31598,607,193},["in"]={[0]=35754}},[5408]={["id"]=5408,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=307,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={63139,56589,11497,2355},["in"]={5408,5408}},[8938]={["id"]=8938,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=308,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={49978,56090},["in"]={8938,8938}},[59606]={["id"]=59606,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=309,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={8938,39718,60180,52714,1461,64509},["in"]={59606,59606}},[13885]={["id"]=13885,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=310,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=10,["ia"]=0,["out"]={28012,40362},["in"]={13885,13885}},[28012]={["id"]=28012,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=310,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=10,["ia"]=0,["out"]={59252,60592,4011,10555},["in"]={28012,28012}},[49900]={["id"]=49900,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=311,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={46277,10843},["in"]={49900,49900}},[32555]={["id"]=32555,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=312,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={12412,54922,64878,64769,51420},["in"]={32555,32555,32555}},[62303]={["id"]=62303,["icon"]="Art/2DArt/SkillIcons/passives/manastr.png",["ks"]=false,["not"]=false,["dn"]="Mana and Reduced Mana Cost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Mana","3% reduced Mana Cost of Skills"},["g"]=313,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31931},["in"]={[0]=62303}},[12412]={["id"]=12412,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=314,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=54354},["in"]={12412,12412,12412,12412}},[25789]={["id"]=25789,["icon"]="Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.3% of Spell Damage Leeched as Energy Shield"},["g"]=315,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={54452,43328},["in"]={[0]=25789}},[54452]={["id"]=54452,["icon"]="Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.4% of Spell Damage Leeched as Energy Shield"},["g"]=315,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15852},["in"]={[0]=54452}},[43328]={["id"]=43328,["icon"]="Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.2% of Spell Damage Leeched as Energy Shield","10% increased total Recovery per second from Energy Shield Leech"},["g"]=315,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59699},["in"]={[0]=43328}},[59699]={["id"]=59699,["icon"]="Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png",["ks"]=false,["not"]=false,["dn"]="Increased Energy Shield Leeched",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased total Recovery per second from Energy Shield Leech"},["g"]=315,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15852},["in"]={[0]=59699}},[15852]={["id"]=15852,["icon"]="Art/2DArt/SkillIcons/passives/ArcaneReaping.png",["ks"]=false,["not"]=true,["dn"]="Ethereal Feast",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.6% of Spell Damage Leeched as Energy Shield","30% increased Maximum total Recovery per second from Energy Shield Leech","6% increased Attack and Cast Speed while Leeching Energy Shield"},["g"]=315,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={15852,15852}},[55107]={["id"]=55107,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=315,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[34601]={["id"]=34601,["icon"]="Art/2DArt/SkillIcons/passives/grace.png",["ks"]=false,["not"]=true,["dn"]="Proficiency",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30 to Dexterity"},["g"]=316,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=30,["ia"]=0,["out"]={},["in"]={[0]=34601}},[58827]={["id"]=58827,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png",["ks"]=false,["not"]=false,["dn"]="Saboteur",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Shadow Ascendancy passives)","(Recently refers to the past 4 seconds)","(Blinded enemies have their Chance to Hit halved)"},["spc"]={},["sd"]={"30% increased Area of Effect","Damage Penetrates 8% of Enemy Elemental Resistances","Regenerate 1% of Life per second for each Mine Detonated Recently, up to 10% per second","Regenerate 1% of Life per Second for each Trap Triggered Recently, up to 10% per second","25% chance to Blind Enemies on Hit"},["g"]=317,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=58827}},[20807]={["id"]=20807,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=318,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=12412},["in"]={20807,20807,20807,20807,20807,20807}},[1461]={["id"]=1461,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=319,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=10,["ia"]=0,["out"]={49900,6797},["in"]={1461,1461,1461,1461}},[2260]={["id"]=2260,["icon"]="Art/2DArt/SkillIcons/passives/trapsradius.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Traps","20% increased Critical Strike Chance with Mines"},["g"]=320,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={29549,53456},["in"]={[0]=2260}},[35334]={["id"]=35334,["icon"]="Art/2DArt/SkillIcons/passives/trapsradius.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Traps","20% increased Critical Strike Chance with Mines"},["g"]=320,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=2260},["in"]={[0]=35334}},[29549]={["id"]=29549,["icon"]="Art/2DArt/SkillIcons/passives/trapcriticalstrike.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15% to Critical Strike Multiplier with Traps","+15% to Critical Strike Multiplier with Mines"},["g"]=320,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61689},["in"]={[0]=29549}},[61689]={["id"]=61689,["icon"]="Art/2DArt/SkillIcons/passives/trapsradius.png",["ks"]=false,["not"]=true,["dn"]="Blast Cascade",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30% to Critical Strike Multiplier with Traps","+30% to Critical Strike Multiplier with Mines","15% chance to gain a Power Charge when your Trap is triggered by an Enemy","15% chance to gain a Power Charge when your Mine is Detonated targeting an Enemy"},["g"]=320,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35334},["in"]={[0]=61689}},[13676]={["id"]=13676,["icon"]="Art/2DArt/SkillIcons/passives/MineTrapsMastery.png",["ks"]=false,["not"]=false,["dn"]="Mine and Trap Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=320,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[36287]={["id"]=36287,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=321,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={1461,20807,54307,15825},["in"]={36287,36287,36287}},[46277]={["id"]=46277,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=322,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={56295,5629},["in"]={46277,46277,46277}},[19711]={["id"]=19711,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=323,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={20010,17201},["in"]={19711,19711,19711}},[56143]={["id"]=56143,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Life"},["g"]=324,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57539},["in"]={[0]=56143}},[40776]={["id"]=40776,["icon"]="Art/2DArt/SkillIcons/passives/Brand1.png",["ks"]=false,["not"]=false,["dn"]="Brand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage with Brand Skills"},["g"]=325,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={19679,53018},["in"]={[0]=40776}},[53018]={["id"]=53018,["icon"]="Art/2DArt/SkillIcons/passives/Brand1.png",["ks"]=false,["not"]=false,["dn"]="Brand Damage and Range",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Brand Skills","10% increased Brand Attachment range"},["g"]=325,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15973},["in"]={[0]=53018}},[15973]={["id"]=15973,["icon"]="Art/2DArt/SkillIcons/passives/Brand1.png",["ks"]=false,["not"]=false,["dn"]="Brand Damage and Range",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Brand Skills","10% increased Brand Attachment range"},["g"]=325,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21389},["in"]={[0]=15973}},[19679]={["id"]=19679,["icon"]="Art/2DArt/SkillIcons/passives/Brand3.png",["ks"]=false,["not"]=false,["dn"]="Brand Frequency and Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Brand Skills have 10% increased Duration","4% increased Brand Activation frequency"},["g"]=325,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21389},["in"]={[0]=19679}},[21389]={["id"]=21389,["icon"]="Art/2DArt/SkillIcons/passives/Brand4.png",["ks"]=false,["not"]=true,["dn"]="Runesmith",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"You can Cast an additional Brand","Brand Skills deal 30% increased Damage to Enemies they're Attached to","Brand Skills have 10% increased Duration","12% increased Brand Activation frequency"},["g"]=325,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={21389,21389}},[61399]={["id"]=61399,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBrand.png",["ks"]=false,["not"]=false,["dn"]="Brand Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=325,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[13009]={["id"]=13009,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=326,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=60398},["in"]={[0]=13009}},[41866]={["id"]=41866,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=327,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={63843,60942},["in"]={41866,41866}},[39718]={["id"]=39718,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=328,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=1529},["in"]={39718,39718,39718}},[24865]={["id"]=24865,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=329,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={6741,34031},["in"]={24865,24865}},[22266]={["id"]=22266,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=330,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={60942,32555,9786,43608},["in"]={22266,22266,22266}},[32245]={["id"]=32245,["icon"]="Art/2DArt/SkillIcons/passives/grace.png",["ks"]=false,["not"]=true,["dn"]="Expertise",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30 to Dexterity"},["g"]=331,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=30,["ia"]=0,["out"]={[0]=50422},["in"]={}},[23471]={["id"]=23471,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=332,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={56589,5237,40287,62744},["in"]={23471,23471,23471,23471}},[50197]={["id"]=50197,["icon"]="Art/2DArt/SkillIcons/passives/savant.png",["ks"]=false,["not"]=true,["dn"]="Ancestral Knowledge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30 to Intelligence"},["g"]=333,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=30,["out"]={},["in"]={[0]=50197}},[5462]={["id"]=5462,["icon"]="Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Staff Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area of Effect while wielding a Staff"},["g"]=334,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7364},["in"]={[0]=5462}},[7364]={["id"]=7364,["icon"]="Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Staff Area of Effect and Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed with Staves","3% increased Cast Speed while wielding a Staff","6% increased Area of Effect while wielding a Staff"},["g"]=334,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65273},["in"]={[0]=7364}},[65273]={["id"]=65273,["icon"]="Art/2DArt/SkillIcons/passives/StaffNotable.png",["ks"]=false,["not"]=true,["dn"]="Enigmatic Reach",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Attack Speed with Staves","8% increased Cast Speed while wielding a Staff","3% increased Area of Effect per Power Charge","10% increased Area of Effect while wielding a Staff"},["g"]=334,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=65273}},[10490]={["id"]=10490,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=335,["o"]=4,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=10,["out"]={39085,47251,29171},["in"]={10490,10490,10490,10490}},[33479]={["id"]=33479,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=335,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=10,["out"]={10490,7614},["in"]={[0]=33479}},[11651]={["id"]=11651,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=336,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={5408,6580},["in"]={}},[46092]={["id"]=46092,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=337,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=10,["out"]={23540,51923,17849},["in"]={46092,46092,46092}},[18033]={["id"]=18033,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=337,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=0,["ia"]=10,["out"]={46092,57736,18359},["in"]={18033,18033}},[60398]={["id"]=60398,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=338,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=39648},["in"]={60398,60398,60398,60398,60398,60398}},[17735]={["id"]=17735,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=339,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={46340,13009},["in"]={17735,17735,17735}},[42760]={["id"]=42760,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=340,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={5456,55332,60398},["in"]={42760,42760,42760,42760}},[37671]={["id"]=37671,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=341,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={32710,61320,21301,31703},["in"]={37671,37671,37671,37671,37671}},[18974]={["id"]=18974,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=342,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[44429]={["id"]=44429,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","+3% to all Elemental Resistances"},["g"]=342,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={53118,55649},["in"]={}},[30380]={["id"]=30380,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","+3% to all Elemental Resistances"},["g"]=342,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59928},["in"]={[0]=30380}},[53118]={["id"]=53118,["icon"]="Art/2DArt/SkillIcons/passives/titanicmight.png",["ks"]=false,["not"]=true,["dn"]="Barbarism",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Life","+1% to maximum Fire Resistance","+8% to Fire Resistance"},["g"]=342,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30380},["in"]={[0]=53118}},[46340]={["id"]=46340,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=343,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=58402},["in"]={[0]=46340}},[38176]={["id"]=38176,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=344,["o"]=4,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=10,["out"]={27415,11551,49651},["in"]={[0]=38176}},[11551]={["id"]=11551,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=344,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=43000},["in"]={11551,11551,11551}},[27415]={["id"]=27415,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=344,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=10,["out"]={},["in"]={27415,27415}},[4367]={["id"]=4367,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=345,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={19501,44184,56158},["in"]={4367,4367,4367}},[11420]={["id"]=11420,["icon"]="Art/2DArt/SkillIcons/passives/ElementalDominion2.png",["ks"]=false,["not"]=true,["dn"]="Arcanist's Dominion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Spell Damage","5% increased Cast Speed","+20 to Intelligence"},["g"]=346,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=20,["out"]={[0]=48362},["in"]={11420,11420,11420,11420,11420,11420,11420}},[60180]={["id"]=60180,["icon"]="Art/2DArt/SkillIcons/passives/savant.png",["ks"]=false,["not"]=true,["dn"]="Thief's Craft",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30 to Intelligence"},["g"]=347,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=30,["out"]={},["in"]={[0]=60180}},[54877]={["id"]=54877,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png",["ks"]=false,["not"]=true,["dn"]="Path of the Templar",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=2,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Can Allocate Passives from the Templar's starting point"},["g"]=348,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={63965,20228},["in"]={[0]=54877}},[57429]={["id"]=57429,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=348,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54877},["in"]={[0]=57429}},[41534]={["id"]=41534,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=348,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15435},["in"]={[0]=41534}},[22551]={["id"]=22551,["icon"]="Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png",["ks"]=false,["not"]=false,["dn"]="Strength and Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+20 to Strength and Intelligence"},["g"]=348,["o"]=2,["oidx"]=4,["sa"]=20,["da"]=0,["ia"]=20,["out"]={[0]=41534},["in"]={[0]=22551}},[15435]={["id"]=15435,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png",["ks"]=false,["not"]=true,["dn"]="Templar Ascendancy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=true,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(Choose one of the three attached options)"},["spc"]={},["sd"]={},["g"]=348,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={57429,43962,42144,30919},["in"]={[0]=15435}},[6764]={["id"]=6764,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=349,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=40366},["in"]={6764,6764,6764}},[40366]={["id"]=40366,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=349,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={42760,885,58763},["in"]={40366,40366}},[34191]={["id"]=34191,["icon"]="Art/2DArt/SkillIcons/passives/ImapleNode.png",["ks"]=false,["not"]=false,["dn"]="Impale Effect and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed","Enemies you Impale have -5% to Total Physical Damage Reduction against Impale Hits","5% increased Impale Effect"},["g"]=350,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33582},["in"]={[0]=34191}},[60529]={["id"]=60529,["icon"]="Art/2DArt/SkillIcons/passives/ImpaleNode2.png",["ks"]=false,["not"]=false,["dn"]="Impale Chance and Physical Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Physical Damage","5% chance to Impale Enemies on Hit with Attacks"},["g"]=350,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34191,3644},["in"]={}},[33582]={["id"]=33582,["icon"]="Art/2DArt/SkillIcons/passives/ImpaleNotable2.png",["ks"]=false,["not"]=true,["dn"]="Forceful Skewering",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Enemies you Impale have -10% to Total Physical Damage Reduction against Impale Hits","15% chance to Impale Enemies on Hit with Attacks","5% increased Impale Effect","+20 to Strength"},["g"]=350,["o"]=1,["oidx"]=0,["sa"]=20,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=33582}},[8948]={["id"]=8948,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=351,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={27415,27659},["in"]={8948,8948}},[56295]={["id"]=56295,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=352,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=18182},["in"]={56295,56295,56295,56295}},[53456]={["id"]=53456,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=353,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={18182,21170},["in"]={53456,53456,53456,53456}},[18002]={["id"]=18002,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Status Ailment Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Elemental Damage","5% chance to Freeze, Shock and Ignite"},["g"]=354,["o"]=4,["oidx"]=24,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=64588},["in"]={[0]=18002}},[27514]={["id"]=27514,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Status Ailment Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Elemental Damage","5% chance to Freeze, Shock and Ignite"},["g"]=354,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51391},["in"]={[0]=27514}},[37114]={["id"]=37114,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Elemental Damage","4% increased Attack and Cast Speed"},["g"]=354,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57197},["in"]={[0]=37114}},[19595]={["id"]=19595,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Elemental Damage","4% increased Attack and Cast Speed"},["g"]=354,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61259},["in"]={[0]=19595}},[6052]={["id"]=6052,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+6% to all Elemental Resistances","10% increased Elemental Damage"},["g"]=354,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4917},["in"]={[0]=6052}},[54279]={["id"]=54279,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+6% to all Elemental Resistances","10% increased Elemental Damage"},["g"]=354,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={54279,54279}},[64588]={["id"]=64588,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png",["ks"]=false,["not"]=true,["dn"]="Beacon of Ruin",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Chills from your Hits always reduce Action Speed by at least 10%","20% more Damage with Ignite","30% increased Effect of non-Damaging Ailments on Enemies","Shocks from your Hits always increase Damage taken by at least 15%"},["g"]=354,["o"]=4,["oidx"]=22,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=64588}},[51391]={["id"]=51391,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png",["ks"]=false,["not"]=true,["dn"]="Shaper of Desolation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["reminderText"]={"(These are consecutive)","(Each Conflux means all damage causes that Ailment)"},["spc"]={},["sd"]={"Every 14 seconds:\nGain Chilling Conflux for 4 seconds\nGain Shocking Conflux for 4 seconds\nGain Igniting Conflux for 4 seconds\nGain Chilling, Shocking and Igniting Conflux for 2 seconds"},["g"]=354,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18002},["in"]={[0]=51391}},[56461]={["id"]=56461,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png",["ks"]=false,["not"]=true,["dn"]="Liege of the Primordial",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Summoned Golems are Immune to Elemental Damage","20% increased Damage per Summoned Golem","25% increased Effect of Buffs granted by your Golems per Summoned Golem","+1 to maximum number of Golems"},["g"]=354,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=0,["out"]={54279,47873},["in"]={}},[61259]={["id"]=61259,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png",["ks"]=false,["not"]=true,["dn"]="Mastermind of Discord",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Damage penetrates 25% Cold Resistance while affected by Herald of Ice","Damage penetrates 25% Fire Resistance while affected by Herald of Ash","Damage penetrates 25% Lightning Resistance while affected by Herald of Thunder","25% increased Effect of Heralds on you","25% reduced Mana Reservation of Herald Skills"},["g"]=354,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=61259}},[57197]={["id"]=57197,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png",["ks"]=false,["not"]=true,["dn"]="Pendulum of Destruction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["reminderText"]={"(These are consecutive)"},["spc"]={},["sd"]={"Gain 75% increased Area of Effect for 5 seconds","Gain 75% increased Elemental Damage for 5 seconds"},["g"]=354,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19595},["in"]={[0]=57197}},[4917]={["id"]=4917,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png",["ks"]=false,["not"]=true,["dn"]="Paragon of Calamity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"0.5% of Elemental Damage Leeched as Life","For each Element you've been hit by Damage of Recently, 40% increased Damage of that Element","For each Element you've been hit by Damage of Recently, 8% reduced Damage taken of that Element","Cannot take Reflected Elemental Damage"},["g"]=354,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=4917}},[47873]={["id"]=47873,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+6% to all Elemental Resistances","10% increased Elemental Damage"},["g"]=354,["o"]=4,["oidx"]=16,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=258},["in"]={[0]=47873}},[258]={["id"]=258,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png",["ks"]=false,["not"]=true,["dn"]="Elemancer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Golem Damage per Summoned Golem","35% chance to Avoid Elemental Ailments per Summoned Golem","25% increased Effect of Buffs granted by your Golems per Summoned Golem","+1 to maximum number of Golems"},["g"]=354,["o"]=4,["oidx"]=18,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=258}},[16023]={["id"]=16023,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Elementalist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=354,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={37114,27514,54279,6052},["in"]={[0]=16023}},[32210]={["id"]=32210,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=355,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=8948},["in"]={[0]=32210}},[21678]={["id"]=21678,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=355,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=32210},["in"]={[0]=21678}},[32432]={["id"]=32432,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage and Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","4% increased Trap Throwing Speed","4% increased Mine Throwing Speed"},["g"]=356,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55380},["in"]={[0]=32432}},[8027]={["id"]=8027,["icon"]="Art/2DArt/SkillIcons/passives/trapsradius.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Critical Strike Chance with Traps","25% increased Critical Strike Chance with Mines"},["g"]=356,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33777},["in"]={[0]=8027}},[12824]={["id"]=12824,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Trap Damage","16% increased Mine Damage"},["g"]=356,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={12824,12824}},[21297]={["id"]=21297,["icon"]="Art/2DArt/SkillIcons/passives/highexplosives.png",["ks"]=false,["not"]=true,["dn"]="High Explosives",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Mine Duration","30% increased Trap Trigger Area of Effect","Trap Damage Penetrates 10% Elemental Resistances","Mine Damage Penetrates 10% Elemental Resistances"},["g"]=356,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={1655,12824},["in"]={}},[1655]={["id"]=1655,["icon"]="Art/2DArt/SkillIcons/passives/trapcriticalstrike.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15% to Critical Strike Multiplier with Traps","+15% to Critical Strike Multiplier with Mines"},["g"]=356,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={1655,1655}},[30319]={["id"]=30319,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage and Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","4% increased Trap Throwing Speed","4% increased Mine Throwing Speed"},["g"]=356,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32432},["in"]={[0]=30319}},[55380]={["id"]=55380,["icon"]="Art/2DArt/SkillIcons/passives/cleverconstruction.png",["ks"]=false,["not"]=true,["dn"]="Clever Construction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Trap Damage","20% increased Mine Damage","Traps cannot be Damaged for 5 seconds after being Thrown","Mines cannot be Damaged for 5 seconds after being thrown"},["g"]=356,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8027},["in"]={[0]=55380}},[45827]={["id"]=45827,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Trap Damage","16% increased Mine Damage"},["g"]=356,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12824},["in"]={[0]=45827}},[28753]={["id"]=28753,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Trap Damage","14% increased Mine Damage"},["g"]=356,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30319,45827,56295},["in"]={}},[65225]={["id"]=65225,["icon"]="Art/2DArt/SkillIcons/passives/MineTrapsMastery.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=356,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[33777]={["id"]=33777,["icon"]="Art/2DArt/SkillIcons/passives/trapcriticalstrike.png",["ks"]=false,["not"]=true,["dn"]="Devastating Devices",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"50% increased Critical Strike Chance with Traps","50% increased Critical Strike Chance with Mines","+30% to Critical Strike Multiplier with Traps","+30% to Critical Strike Multiplier with Mines"},["g"]=356,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1655},["in"]={[0]=33777}},[43122]={["id"]=43122,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png",["ks"]=false,["not"]=false,["dn"]="Assassin",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Shadow Ascendancy passives)","(Poison deals Chaos Damage over time, based on the base Physical and Chaos Damage of the Skill. Multiple instances of Poison stack)"},["spc"]={},["sd"]={"+0.75% to Critical Strike Chance","10% chance to gain a Power Charge on Critical Strike","40% chance to Poison on Hit","10% chance to gain Elusive on Kill","Damage from your Critical Strikes cannot be Reflected"},["g"]=357,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=43122}},[19635]={["id"]=19635,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=358,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={11551,8302,40075,50826},["in"]={19635,19635,19635,19635,19635}},[45593]={["id"]=45593,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Evasion Rating","4% increased maximum Life"},["g"]=359,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53114},["in"]={[0]=45593}},[12801]={["id"]=12801,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Evasion Rating","4% increased maximum Life"},["g"]=359,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={45593,8938},["in"]={}},[53114]={["id"]=53114,["icon"]="Art/2DArt/SkillIcons/passives/revengeofthehunted.png",["ks"]=false,["not"]=true,["dn"]="Revenge of the Hunted",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Evasion Rating","8% increased maximum Life","12% increased Physical Damage"},["g"]=359,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25067},["in"]={[0]=53114}},[25067]={["id"]=25067,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Evasion Rating","4% increased maximum Life"},["g"]=359,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31315},["in"]={[0]=25067}},[31315]={["id"]=31315,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Evasion Rating","4% increased maximum Life"},["g"]=359,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39718},["in"]={[0]=31315}},[36338]={["id"]=36338,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=359,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[31931]={["id"]=31931,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=360,["o"]=4,["oidx"]=20,["sa"]=10,["da"]=0,["ia"]=0,["out"]={15064,15631},["in"]={31931,31931}},[15064]={["id"]=15064,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=360,["o"]=4,["oidx"]=30,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=60472},["in"]={15064,15064,15064,15064}},[55332]={["id"]=55332,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=361,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=10,["out"]={14021,34157},["in"]={55332,55332}},[14021]={["id"]=14021,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=361,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=7938},["in"]={14021,14021,14021}},[29454]={["id"]=29454,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png",["ks"]=false,["not"]=false,["dn"]="Channelling Attack Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills deal 10% increased Attack Damage","Channelling Skills have 3% increased Attack Speed"},["g"]=362,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18770},["in"]={[0]=29454}},[62744]={["id"]=62744,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png",["ks"]=false,["not"]=false,["dn"]="Channelling Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills deal 12% increased Attack Damage"},["g"]=362,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29454},["in"]={[0]=62744}},[18770]={["id"]=18770,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png",["ks"]=false,["not"]=false,["dn"]="Channelling Attack Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills deal 10% increased Attack Damage","Channelling Skills have 3% increased Attack Speed"},["g"]=362,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63251},["in"]={[0]=18770}},[63251]={["id"]=63251,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png",["ks"]=false,["not"]=true,["dn"]="Charging Offensive",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills deal 16% increased Attack Damage","Channelling Skills have 6% increased Attack Speed","20% chance to gain an Endurance Charge when Hit while Channelling","20% chance to gain a Frenzy Charge when Hit while Channelling"},["g"]=362,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=63251}},[34761]={["id"]=34761,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Channelling Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=362,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[64210]={["id"]=64210,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=363,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={26270,5935,63425},["in"]={64210,64210,64210}},[2491]={["id"]=2491,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=364,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18901},["in"]={}},[18901]={["id"]=18901,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Melee Physical Damage","4% increased Damage with Ailments from Attack Skills while wielding a Melee Weapon"},["g"]=364,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={18901,18901}},[62319]={["id"]=62319,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Melee Physical Damage","4% increased Damage with Ailments from Attack Skills while wielding a Melee Weapon"},["g"]=364,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34400,18901},["in"]={}},[49651]={["id"]=49651,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=365,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={41635,23950},["in"]={49651,49651,49651}},[41635]={["id"]=41635,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=365,["o"]=4,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=32710},["in"]={41635,41635,41635}},[4502]={["id"]=4502,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=366,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={3656,40776},["in"]={4502,4502,4502}},[4397]={["id"]=4397,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=367,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={33783,36542,11420},["in"]={[0]=4397}},[12246]={["id"]=12246,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Spell Damage while holding a Shield"},["g"]=368,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={7938,43061},["in"]={[0]=12246}},[43061]={["id"]=43061,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Damage and Spell Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while holding a Shield","10% increased Spell Damage while holding a Shield"},["g"]=368,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27323},["in"]={[0]=43061}},[27323]={["id"]=27323,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Damage and Spell Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while holding a Shield","10% increased Spell Damage while holding a Shield"},["g"]=368,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6770},["in"]={[0]=27323}},[22577]={["id"]=22577,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Damage, Block Recovery and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"40% increased Block Recovery","10% increased Spell Damage while holding a Shield","40% increased Energy Shield from Equipped Shield"},["g"]=368,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={6770,12246},["in"]={}},[6770]={["id"]=6770,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNotable.png",["ks"]=false,["not"]=true,["dn"]="Arcane Guarding",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+6% Chance to Block Spell Damage while holding a Shield","15% increased Spell Damage while holding a Shield","60% increased Energy Shield from Equipped Shield","20% increased Spell Damage if you've Blocked Recently"},["g"]=368,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={6770,6770}},[39858]={["id"]=39858,["icon"]="Art/2DArt/SkillIcons/passives/ShieldMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Arcane Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=368,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[55190]={["id"]=55190,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=369,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=55190}},[26712]={["id"]=26712,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Armour"},["g"]=369,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55190},["in"]={[0]=26712}},[35288]={["id"]=35288,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Armour"},["g"]=369,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26712},["in"]={[0]=35288}},[7444]={["id"]=7444,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=370,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={64210,44941,33983,46715},["in"]={7444,7444,7444}},[36542]={["id"]=36542,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=371,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=0,["ia"]=10,["out"]={},["in"]={36542,36542}},[37569]={["id"]=37569,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=371,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=0,["ia"]=10,["out"]={36542,57264},["in"]={}},[36678]={["id"]=36678,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=372,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={42760,7444,20987,5462},["in"]={36678,36678,36678}},[5296]={["id"]=5296,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=373,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={33310,19501,62697},["in"]={[0]=5296}},[34882]={["id"]=34882,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=374,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=27709},["in"]={34882,34882,34882}},[48713]={["id"]=48713,["icon"]="Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 8% increased Damage","Minions have 8% increased Area of Effect"},["g"]=375,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={7898,36678},["in"]={}},[7898]={["id"]=7898,["icon"]="Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 8% increased Damage","Minions have 8% increased Area of Effect"},["g"]=375,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35685},["in"]={[0]=7898}},[35685]={["id"]=35685,["icon"]="Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png",["ks"]=false,["not"]=true,["dn"]="Fearsome Force",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 15% increased Damage","Minions have 10% increased Area of Effect","Minions have 10% increased Area of Effect if you have used a Minion Skill Recently","+10 to Intelligence"},["g"]=375,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=10,["out"]={},["in"]={[0]=35685}},[49605]={["id"]=49605,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=376,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={32710,60440,34882,41027,22618},["in"]={[0]=49605}},[18182]={["id"]=18182,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=377,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=55414},["in"]={18182,18182,18182,18182}},[38664]={["id"]=38664,["icon"]="Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Melee Critical Strike Chance"},["g"]=378,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={56460,14056},["in"]={[0]=38664}},[56460]={["id"]=56460,["icon"]="Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15% to Melee Critical Strike Multiplier"},["g"]=378,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={56460,56460}},[61636]={["id"]=61636,["icon"]="Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Melee Critical Strike Chance"},["g"]=378,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={38664,37647},["in"]={}},[37647]={["id"]=37647,["icon"]="Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png",["ks"]=false,["not"]=true,["dn"]="Dismembering",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Melee Critical Strike Chance","+30% to Melee Critical Strike Multiplier","20% chance to Maim Enemies on Critical Strike with Attacks"},["g"]=378,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56460},["in"]={[0]=37647}},[54977]={["id"]=54977,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=378,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[33310]={["id"]=33310,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=379,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={34882,56075,49651,14745},["in"]={33310,33310}},[36858]={["id"]=36858,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=380,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={60440,61653,53456,23616,58210},["in"]={[0]=36858}},[10843]={["id"]=10843,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=381,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31222,38947},["in"]={[0]=10843}},[15211]={["id"]=15211,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupBow.png",["ks"]=false,["not"]=false,["dn"]="Bow Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=381,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[33374]={["id"]=33374,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Speed","10% increased Projectile Damage"},["g"]=381,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={33374,33374}},[31222]={["id"]=31222,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=381,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21228},["in"]={[0]=31222}},[21228]={["id"]=21228,["icon"]="Art/2DArt/SkillIcons/passives/PierceNoteable.png",["ks"]=false,["not"]=true,["dn"]="Piercing Shots",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Projectiles Pierce 2 additional Targets"},["g"]=381,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33374},["in"]={[0]=21228}},[38947]={["id"]=38947,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Speed","10% increased Projectile Damage"},["g"]=381,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33374},["in"]={[0]=38947}},[63447]={["id"]=63447,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=382,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={44184,51219,12888,47949},["in"]={63447,63447}},[44184]={["id"]=44184,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=383,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=29781},["in"]={44184,44184,44184,44184}},[36874]={["id"]=36874,["icon"]="Art/2DArt/SkillIcons/passives/savant.png",["ks"]=false,["not"]=true,["dn"]="Wisdom of the Glade",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30 to Intelligence"},["g"]=384,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=30,["out"]={[0]=23471},["in"]={}},[48778]={["id"]=48778,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=385,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={37671,41263},["in"]={[0]=48778}},[51923]={["id"]=51923,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=385,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=48778},["in"]={51923,51923}},[41263]={["id"]=41263,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=385,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=41263}},[44606]={["id"]=44606,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=386,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=26523},["in"]={[0]=44606}},[30691]={["id"]=30691,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=387,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=476},["in"]={30691,30691}},[19320]={["id"]=19320,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Acrobatics Improvement",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% chance to Dodge Attack Hits"},["g"]=388,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14914},["in"]={[0]=19320}},[12401]={["id"]=12401,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Acrobatics Improvement",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% chance to Dodge Attack Hits"},["g"]=388,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={12401,12401}},[56744]={["id"]=56744,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Acrobatics Improvement",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% chance to Dodge Attack Hits"},["g"]=388,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12401,19320},["in"]={}},[18025]={["id"]=18025,["icon"]="Art/2DArt/SkillIcons/passives/savant.png",["ks"]=false,["not"]=true,["dn"]="Hard Knocks",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30 to Intelligence"},["g"]=389,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=30,["out"]={[0]=14056},["in"]={}},[39841]={["id"]=39841,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=390,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={63447,36678},["in"]={39841,39841,39841,39841}},[27962]={["id"]=27962,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Trap Throwing Speed and Trigger Area",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Trap Trigger Area of Effect","4% increased Trap Throwing Speed"},["g"]=391,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31501},["in"]={[0]=27962}},[31501]={["id"]=31501,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Trap Throwing Speed and Trigger Area",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Trap Trigger Area of Effect","4% increased Trap Throwing Speed"},["g"]=391,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={31501,31501}},[59556]={["id"]=59556,["icon"]="Art/2DArt/SkillIcons/passives/expeditiousmunitions.png",["ks"]=false,["not"]=true,["dn"]="Expeditious Munitions",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Trap Damage","30% increased Trap Trigger Area of Effect","8% increased Trap Throwing Speed"},["g"]=391,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31501},["in"]={}},[11334]={["id"]=11334,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=392,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=15549},["in"]={[0]=11334}},[15549]={["id"]=15549,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=392,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=20546},["in"]={[0]=15549}},[64501]={["id"]=64501,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=392,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46136},["in"]={[0]=64501}},[46136]={["id"]=46136,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=392,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58649},["in"]={[0]=46136}},[58649]={["id"]=58649,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=392,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35894},["in"]={[0]=58649}},[62069]={["id"]=62069,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage"},["g"]=392,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31583},["in"]={[0]=62069}},[31583]={["id"]=31583,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage"},["g"]=392,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1600},["in"]={[0]=31583}},[1600]={["id"]=1600,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage"},["g"]=392,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35894},["in"]={[0]=1600}},[6538]={["id"]=6538,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=393,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=38662},["in"]={6538,6538}},[41518]={["id"]=41518,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=394,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=20546},["in"]={[0]=41518}},[15400]={["id"]=15400,["icon"]="Art/2DArt/SkillIcons/passives/SkitteringRunes.png",["ks"]=false,["not"]=true,["dn"]="Skittering Runes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Effect of your Curses"},["g"]=395,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=15400}},[40126]={["id"]=40126,["icon"]="Art/2DArt/SkillIcons/passives/Corruption.png",["ks"]=false,["not"]=false,["dn"]="Curse Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Effect of your Curses"},["g"]=395,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3359},["in"]={[0]=40126}},[3359]={["id"]=3359,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Curse Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Curse Skills have 10% increased Cast Speed"},["g"]=395,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15400},["in"]={[0]=3359}},[20546]={["id"]=20546,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=396,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=10,["out"]={},["in"]={20546,20546,20546,20546}},[49698]={["id"]=49698,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Staves","6% increased Accuracy Rating with Staves"},["g"]=397,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=64077},["in"]={[0]=49698}},[18146]={["id"]=18146,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Staves","6% increased Accuracy Rating with Staves"},["g"]=397,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49698},["in"]={[0]=18146}},[12013]={["id"]=12013,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Staves","6% increased Accuracy Rating with Staves"},["g"]=397,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18146},["in"]={[0]=12013}},[64077]={["id"]=64077,["icon"]="Art/2DArt/SkillIcons/passives/StaffNotable1.png",["ks"]=false,["not"]=true,["dn"]="Ophidian Aim",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Attack Speed with Staves","12% increased Accuracy Rating with Staves","30% increased Critical Strike Chance with Staves","+150 to Accuracy Rating with Staves","Enemies have -12% to Total Physical Damage Reduction against your Hits"},["g"]=397,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=64077}},[25396]={["id"]=25396,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=397,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[5823]={["id"]=5823,["icon"]="Art/2DArt/SkillIcons/passives/Coordination.png",["ks"]=false,["not"]=true,["dn"]="Coordination",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Speed","6% increased Cast Speed","+10 to Dexterity and Intelligence"},["g"]=398,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=10,["out"]={4011,27276,30205,46289},["in"]={5823,5823,5823}},[10099]={["id"]=10099,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png",["ks"]=false,["not"]=false,["dn"]="Necromancer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Witch Ascendancy passives)"},["spc"]={},["sd"]={"Your Offering Skills also affect you","Your Offerings have 25% reduced Effect on you","Minions deal 30% increased Damage","Auras from your Skills grant 2% increased Attack and Cast\nSpeed to you and Allies","If you've Consumed a corpse Recently, you and your Minions have 30% increased Area of Effect"},["g"]=399,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=10099}},[63843]={["id"]=63843,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=400,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={},["in"]={63843,63843,63843,63843,63843}},[50150]={["id"]=50150,["icon"]="Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage, Status Ailment Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% chance to Freeze, Shock and Ignite","10% increased Elemental Damage with Attack Skills"},["g"]=401,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36281},["in"]={[0]=50150}},[45436]={["id"]=45436,["icon"]="Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage, Status Ailment Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% chance to Freeze, Shock and Ignite","10% increased Elemental Damage with Attack Skills"},["g"]=401,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50150},["in"]={[0]=45436}},[64878]={["id"]=64878,["icon"]="Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Elemental Damage with Attack Skills"},["g"]=401,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={45436,32477},["in"]={[0]=64878}},[30969]={["id"]=30969,["icon"]="Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Elemental Damage with Attack Skills"},["g"]=401,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36281},["in"]={[0]=30969}},[36281]={["id"]=36281,["icon"]="Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png",["ks"]=false,["not"]=true,["dn"]="Primeval Force",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% reduced Reflected Elemental Damage taken","Damage with Weapons Penetrates 5% Elemental Resistance","20% increased Elemental Damage during any Flask Effect","20% increased Elemental Damage with Attack Skills"},["g"]=401,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={36281,36281}},[8434]={["id"]=8434,["icon"]="Art/2DArt/SkillIcons/passives/ElementalMastery2.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=401,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[32477]={["id"]=32477,["icon"]="Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Elemental Damage with Attack Skills"},["g"]=401,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30969},["in"]={[0]=32477}},[2913]={["id"]=2913,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=402,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={50862,54267},["in"]={[0]=2913}},[59252]={["id"]=59252,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=403,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=59606},["in"]={59252,59252,59252}},[6580]={["id"]=6580,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=404,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={},["in"]={6580,6580,6580,6580}},[63976]={["id"]=63976,["icon"]="Art/2DArt/SkillIcons/passives/Shaper.png",["ks"]=false,["not"]=true,["dn"]="Shaper",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"40% increased Mana Regeneration Rate","Regenerate 1% of Life per second"},["g"]=405,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={33479,16775},["in"]={63976,63976}},[27283]={["id"]=27283,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=406,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={6580,19711},["in"]={}},[45838]={["id"]=45838,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=407,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=4011},["in"]={[0]=45838}},[8640]={["id"]=8640,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=407,["o"]=4,["oidx"]=23,["sa"]=0,["da"]=10,["ia"]=0,["out"]={45838,45272},["in"]={}},[27276]={["id"]=27276,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png",["ks"]=false,["not"]=false,["dn"]="Physical and Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Chaos Damage","10% increased Physical Damage"},["g"]=407,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62831},["in"]={[0]=27276}},[62831]={["id"]=62831,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png",["ks"]=false,["not"]=false,["dn"]="Physical and Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Chaos Damage","10% increased Physical Damage"},["g"]=407,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51220},["in"]={[0]=62831}},[51220]={["id"]=51220,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png",["ks"]=false,["not"]=false,["dn"]="Physical and Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Chaos Damage","10% increased Physical Damage"},["g"]=407,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=41689},["in"]={[0]=51220}},[48477]={["id"]=48477,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","4% increased Cast Speed"},["g"]=407,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23507},["in"]={[0]=48477}},[23507]={["id"]=23507,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","4% increased Cast Speed"},["g"]=407,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5823},["in"]={[0]=23507}},[57248]={["id"]=57248,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","4% increased Cast Speed"},["g"]=407,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48477},["in"]={[0]=57248}},[4011]={["id"]=4011,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=408,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=9355},["in"]={4011,4011,4011,4011}},[49254]={["id"]=49254,["icon"]="Art/2DArt/SkillIcons/passives/Retribution.png",["ks"]=false,["not"]=true,["dn"]="Retribution",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage","Minions deal 10% increased Damage","5% increased Attack and Cast Speed","+10 to Strength and Intelligence"},["g"]=409,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=10,["out"]={[0]=17735},["in"]={49254,49254,49254,49254,49254}},[16246]={["id"]=16246,["icon"]="Art/2DArt/SkillIcons/passives/SoulPact.png",["ks"]=false,["not"]=true,["dn"]="Tranquility",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"5% increased maximum Energy Shield","Transfiguration of Soul"},["g"]=410,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[49806]={["id"]=49806,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=411,["o"]=4,["oidx"]=7,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=6580},["in"]={[0]=49806}},[63649]={["id"]=63649,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=411,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=49806},["in"]={[0]=63649}},[61306]={["id"]=61306,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=412,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={60942,63139,54142},["in"]={61306,61306,61306}},[60942]={["id"]=60942,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=413,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={33196,19228},["in"]={60942,60942,60942,60942}},[5616]={["id"]=5616,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=414,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=63843},["in"]={5616,5616,5616}},[1529]={["id"]=1529,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=414,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=5616},["in"]={1529,1529}},[59370]={["id"]=59370,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=415,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=63795},["in"]={[0]=59370}},[63795]={["id"]=63795,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=415,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=38662},["in"]={[0]=63795}},[7112]={["id"]=7112,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=416,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=10,["ia"]=0,["out"]={13885,49308},["in"]={7112,7112,7112,7112}},[8001]={["id"]=8001,["icon"]="Art/2DArt/SkillIcons/passives/LethalAssault.png",["ks"]=false,["not"]=true,["dn"]="Lethal Assault",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Damage","10% increased Projectile Speed","10% increased Area of Effect"},["g"]=416,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={8001,8001}},[47362]={["id"]=47362,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Evasion, Energy Shield, Life and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating","+12 to maximum Energy Shield","+12 to maximum Life","+4% to all Elemental Resistances"},["g"]=416,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={41989,7112},["in"]={}},[1767]={["id"]=1767,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Evasion, Energy Shield, Life and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating","+12 to maximum Energy Shield","+12 to maximum Life","+4% to all Elemental Resistances"},["g"]=416,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46408},["in"]={1767,1767}},[41989]={["id"]=41989,["icon"]="Art/2DArt/SkillIcons/passives/Resourcefulness.png",["ks"]=false,["not"]=true,["dn"]="Resourcefulness",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Evasion Rating","10% increased maximum Energy Shield","5% increased maximum Life","Regenerate 0.5% of Life per second"},["g"]=416,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1767},["in"]={[0]=41989}},[38995]={["id"]=38995,["icon"]="Art/2DArt/SkillIcons/passives/damage_blue.png",["ks"]=false,["not"]=false,["dn"]="Damage, Area and Projectile Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage","5% increased Projectile Speed","5% increased Area of Effect"},["g"]=416,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={8001,1767},["in"]={[0]=38995}},[8012]={["id"]=8012,["icon"]="Art/2DArt/SkillIcons/passives/damage_blue.png",["ks"]=false,["not"]=false,["dn"]="Damage, Area and Projectile Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage","5% increased Projectile Speed","5% increased Area of Effect"},["g"]=416,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={8001,7112},["in"]={}},[1648]={["id"]=1648,["icon"]="Art/2DArt/SkillIcons/passives/Poison.png",["ks"]=false,["not"]=false,["dn"]="Poison Damage and Poison Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Damage over Time Multiplier for Poison","10% increased Damage with Poison"},["g"]=417,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={1461,11811,37785},["in"]={}},[20127]={["id"]=20127,["icon"]="Art/2DArt/SkillIcons/passives/Poison.png",["ks"]=false,["not"]=false,["dn"]="Chance to Poison",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% chance to Poison on Hit"},["g"]=417,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31359},["in"]={[0]=20127}},[31359]={["id"]=31359,["icon"]="Art/2DArt/SkillIcons/passives/Poison.png",["ks"]=false,["not"]=true,["dn"]="Fatal Toxins",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10% to Damage over Time Multiplier for Poison","+10% to Chaos Resistance","10% increased Poison Duration","30% increased Damage with Poison"},["g"]=417,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={31359,31359}},[11811]={["id"]=11811,["icon"]="Art/2DArt/SkillIcons/passives/Poison.png",["ks"]=false,["not"]=false,["dn"]="Poison Damage and Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Poison Duration","15% increased Damage with Poison"},["g"]=417,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31359},["in"]={[0]=11811}},[37785]={["id"]=37785,["icon"]="Art/2DArt/SkillIcons/passives/Poison.png",["ks"]=false,["not"]=false,["dn"]="Chance to Poison",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% chance to Poison on Hit"},["g"]=417,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20127},["in"]={[0]=37785}},[3988]={["id"]=3988,["icon"]="Art/2DArt/SkillIcons/passives/MasteryPoison.png",["ks"]=false,["not"]=false,["dn"]="Poison Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=417,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[54142]={["id"]=54142,["icon"]="Art/2DArt/SkillIcons/passives/finesse.png",["ks"]=false,["not"]=true,["dn"]="Finesse",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Attack Speed","15% increased Global Accuracy Rating","+20 to Dexterity"},["g"]=418,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=20,["ia"]=0,["out"]={9373,32117,18670,903},["in"]={54142,54142,54142}},[38662]={["id"]=38662,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=419,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=1529},["in"]={38662,38662,38662}},[50862]={["id"]=50862,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=420,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={44606,15405,4300,3167,12013},["in"]={50862,50862}},[50422]={["id"]=50422,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=421,["o"]=4,["oidx"]=20,["sa"]=10,["da"]=0,["ia"]=0,["out"]={50197,50862,10221},["in"]={50422,50422,50422,50422}},[34031]={["id"]=34031,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=422,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={41706,17383},["in"]={34031,34031,34031,34031}},[24083]={["id"]=24083,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=423,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={},["in"]={24083,24083,24083,24083,24083,24083,24083}},[476]={["id"]=476,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=424,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={},["in"]={476,476,476,476}},[35179]={["id"]=35179,["icon"]="Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png",["ks"]=false,["not"]=false,["dn"]="Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Movement Speed"},["g"]=425,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15144},["in"]={[0]=35179}},[60532]={["id"]=60532,["icon"]="Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png",["ks"]=false,["not"]=false,["dn"]="Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Movement Speed"},["g"]=425,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35179},["in"]={[0]=60532}},[9009]={["id"]=9009,["icon"]="Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png",["ks"]=false,["not"]=false,["dn"]="Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Movement Speed"},["g"]=425,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={19506,60532},["in"]={}},[35283]={["id"]=35283,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance"},["g"]=426,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={35894,7920},["in"]={[0]=35283}},[10763]={["id"]=10763,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance"},["g"]=426,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28754},["in"]={10763,10763}},[28754]={["id"]=28754,["icon"]="Art/2DArt/SkillIcons/passives/newincreasedcritical.png",["ks"]=false,["not"]=true,["dn"]="Assassination",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+35% to Critical Strike Multiplier","30% increased Critical Strike Chance"},["g"]=426,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35283},["in"]={[0]=28754}},[7920]={["id"]=7920,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Trap Throwing Speed","4% increased Mine Throwing Speed"},["g"]=426,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46965},["in"]={7920,7920}},[60949]={["id"]=60949,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Trap Damage","14% increased Mine Damage"},["g"]=426,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={10763,40644},["in"]={[0]=60949}},[46965]={["id"]=46965,["icon"]="Art/2DArt/SkillIcons/passives/saboteur.png",["ks"]=false,["not"]=true,["dn"]="Saboteur",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Trap Damage","30% increased Mine Damage","Can have up to 2 additional Traps placed at a time","Can have up to 2 additional Remote Mines placed at a time"},["g"]=426,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=60949},["in"]={[0]=46965}},[21575]={["id"]=21575,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=426,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42686,7920},["in"]={[0]=21575}},[40644]={["id"]=40644,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=426,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24050},["in"]={40644,40644}},[42686]={["id"]=42686,["icon"]="Art/2DArt/SkillIcons/passives/ElementalFocus.png",["ks"]=false,["not"]=true,["dn"]="Elemental Focus",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% chance to Avoid Elemental Ailments","10% increased Duration of Elemental Ailments on Enemies","16% increased Elemental Damage","10% increased Effect of non-Damaging Ailments on Enemies"},["g"]=426,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40644},["in"]={[0]=42686}},[58968]={["id"]=58968,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage.png",["ks"]=false,["not"]=false,["dn"]="Chaos Damage and Chaos Damage Over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Chaos Damage over Time Multiplier","8% increased Chaos Damage"},["g"]=427,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35296},["in"]={[0]=58968}},[37663]={["id"]=37663,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage.png",["ks"]=false,["not"]=false,["dn"]="Chaos Damage and Chaos Damage Over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Chaos Damage over Time Multiplier","8% increased Chaos Damage"},["g"]=427,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58968},["in"]={[0]=37663}},[1427]={["id"]=1427,["icon"]="Art/2DArt/SkillIcons/passives/chaosresist.png",["ks"]=false,["not"]=false,["dn"]="Chaos Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+8% to Chaos Resistance"},["g"]=427,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18707},["in"]={[0]=1427}},[51235]={["id"]=51235,["icon"]="Art/2DArt/SkillIcons/passives/chaosresist.png",["ks"]=false,["not"]=false,["dn"]="Chaos Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+8% to Chaos Resistance"},["g"]=427,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1427},["in"]={[0]=51235}},[35296]={["id"]=35296,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png",["ks"]=false,["not"]=false,["dn"]="Chaos Resistance and Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Chaos Damage","+4% to Chaos Resistance"},["g"]=427,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51235},["in"]={35296,35296}},[18707]={["id"]=18707,["icon"]="Art/2DArt/SkillIcons/passives/MethodMadess.png",["ks"]=false,["not"]=true,["dn"]="Method to the Madness",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+8% to Chaos Damage over Time Multiplier","22% increased Chaos Damage","+8% to Chaos Resistance"},["g"]=427,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37663},["in"]={[0]=18707}},[55604]={["id"]=55604,["icon"]="Art/2DArt/SkillIcons/passives/MasteryChaos.png",["ks"]=false,["not"]=false,["dn"]="Chaos Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=427,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[12809]={["id"]=12809,["icon"]="Art/2DArt/SkillIcons/passives/berserking.png",["ks"]=false,["not"]=true,["dn"]="Berserking",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Speed"},["g"]=428,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27718},["in"]={}},[29292]={["id"]=29292,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed"},["g"]=428,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={27718,46578},["in"]={}},[27718]={["id"]=27718,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed"},["g"]=428,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={27718,27718}},[6]={["id"]=6,["icon"]="Art/2DArt/SkillIcons/passives/scissorblades.png",["ks"]=false,["not"]=true,["dn"]="Twin Terrors",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Accuracy Rating while Dual Wielding","75% increased Weapon Critical Strike Chance while Dual Wielding"},["g"]=429,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=6}},[5622]={["id"]=5622,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance2.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Critical Strike Chance and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Accuracy Rating while Dual Wielding","20% increased Weapon Critical Strike Chance while Dual Wielding"},["g"]=429,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25209,30626},["in"]={}},[25209]={["id"]=25209,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Critical Strike Multiplier and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Accuracy Rating while Dual Wielding","+15% to Weapon Critical Strike Multiplier while Dual Wielding"},["g"]=429,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6},["in"]={[0]=25209}},[7997]={["id"]=7997,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupDualWield.png",["ks"]=false,["not"]=false,["dn"]="Duel Wield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=429,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[30626]={["id"]=30626,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance2.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Weapon Critical Strike Chance while Dual Wielding"},["g"]=429,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30679},["in"]={[0]=30626}},[5865]={["id"]=5865,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage, Life Leeched per Second",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"12% increased Attack Physical Damage","10% increased total Recovery per second from Life Leech"},["g"]=430,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9271},["in"]={[0]=5865}},[48904]={["id"]=48904,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage, Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"12% increased Attack Physical Damage","15% increased Critical Strike Chance"},["g"]=430,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29630},["in"]={[0]=48904}},[8592]={["id"]=8592,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage, Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"12% increased Attack Physical Damage","6% increased Attack Speed"},["g"]=430,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59920},["in"]={[0]=8592}},[63583]={["id"]=63583,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage, Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"12% increased Attack Physical Damage","6% increased Attack Speed"},["g"]=430,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24528},["in"]={[0]=63583}},[42861]={["id"]=42861,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage, Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"12% increased Attack Physical Damage","6% increased Attack Speed"},["g"]=430,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24528},["in"]={[0]=42861}},[50024]={["id"]=50024,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage, Warcry Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"12% increased Attack Physical Damage","20% increased Warcry Duration"},["g"]=430,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32251},["in"]={[0]=50024}},[32251]={["id"]=32251,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png",["ks"]=false,["not"]=true,["dn"]="War Bringer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Recover 25% of Life and Mana when you use a Warcry","100% increased Warcry Duration","100% increased Warcry Cooldown Recovery Speed","If you've Warcried Recently, you and nearby allies\nhave 20% increased Attack Speed","15% chance to deal Double Damage if you've Warcried in the past 8 seconds"},["g"]=430,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=32251}},[57560]={["id"]=57560,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png",["ks"]=false,["not"]=true,["dn"]="Rite of Ruin",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Lose 0.1% of Life per second per Rage while you are not losing Rage","Inherent effects from having Rage are Tripled","Cannot be Stunned while you have at least 25 Rage"},["g"]=430,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42861},["in"]={}},[9271]={["id"]=9271,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png",["ks"]=false,["not"]=true,["dn"]="Pain Reaver",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"2% of Attack Damage Leeched as Life","2% of Attack Damage Leeched as Mana","25% increased Attack Speed if you've been Hit Recently","50% increased Maximum total Recovery per second from Life Leech if you've taken a Savage Hit Recently"},["g"]=430,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9271}},[38999]={["id"]=38999,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png",["ks"]=false,["not"]=true,["dn"]="Flawless Savagery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"50% increased Critical Strike Chance for Attacks","Adds 20 to 30 Physical Damage to Attacks if you've\ndealt a Critical Strike Recently","+25% to Critical Strike Multiplier"},["g"]=430,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48904},["in"]={[0]=38999}},[24528]={["id"]=24528,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png",["ks"]=false,["not"]=true,["dn"]="Crave the Slaughter",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["reminderText"]={"(Maximum Rage is 50)","(You lose 1 Rage every 0.5 seconds if you have not been Hit or gained Rage Recently)","(Inherent effects from having Rage are:","1% increased Attack Damage per 1 Rage","1% increased Attack Speed per 2 Rage","1% increased Movement Speed per 5 Rage)"},["spc"]={},["sd"]={"Gain 1 Rage on Hit with Attacks, no more than once every 0.3 seconds"},["g"]=430,["o"]=4,["oidx"]=17,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={24528,24528}},[59920]={["id"]=59920,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png",["ks"]=false,["not"]=true,["dn"]="Aspect of Carnage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Damage taken","40% more Damage"},["g"]=430,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=59920}},[63673]={["id"]=63673,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage, Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"12% increased Attack Physical Damage","15% increased Critical Strike Chance"},["g"]=430,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38999},["in"]={[0]=63673}},[29630]={["id"]=29630,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/Blitz.png",["ks"]=false,["not"]=true,["dn"]="Blitz",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"2% more Attack Speed per Blitz Charge","10% reduced Critical Strike Chance per Blitz Charge","Gain a Blitz Charge on Critical Strike","+20 to Maximum Blitz Charges"},["g"]=430,["o"]=4,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=29630}},[29294]={["id"]=29294,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Berserker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=430,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={50024,63673,63583,8592,5865},["in"]={[0]=29294}},[61981]={["id"]=61981,["icon"]="Art/2DArt/SkillIcons/passives/doomcast.png",["ks"]=false,["not"]=true,["dn"]="Doom Cast",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"60% increased Critical Strike Chance for Spells","+15% to Critical Strike Multiplier for Spells"},["g"]=431,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=47507},["in"]={[0]=61981}},[60405]={["id"]=60405,["icon"]="Art/2DArt/SkillIcons/passives/spellcritical.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance for Spells"},["g"]=431,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25757,36858},["in"]={[0]=60405}},[25757]={["id"]=25757,["icon"]="Art/2DArt/SkillIcons/passives/spellcritical.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance for Spells"},["g"]=431,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61981},["in"]={[0]=25757}},[47507]={["id"]=47507,["icon"]="Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15% to Critical Strike Multiplier for Spells"},["g"]=431,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49929},["in"]={[0]=47507}},[49929]={["id"]=49929,["icon"]="Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15% to Critical Strike Multiplier for Spells"},["g"]=431,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=60405},["in"]={[0]=49929}},[43416]={["id"]=43416,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=431,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[35894]={["id"]=35894,["icon"]="Art/2DArt/SkillIcons/passives/mentalacuity.png",["ks"]=false,["not"]=true,["dn"]="Trickery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Damage","20% increased Critical Strike Chance","+10 to Dexterity and Intelligence"},["g"]=432,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=10,["out"]={20546,21575},["in"]={35894,35894,35894,35894,35894}},[60737]={["id"]=60737,["icon"]="Art/2DArt/SkillIcons/passives/swashbuckler.png",["ks"]=false,["not"]=true,["dn"]="Sleight of Hand",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Attack Speed with One Handed Melee Weapons","20% increased Damage with One Handed Weapons","30% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=433,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42623},["in"]={[0]=60737}},[42623]={["id"]=42623,["icon"]="Art/2DArt/SkillIcons/passives/onehandspeed.png",["ks"]=false,["not"]=false,["dn"]="One Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage with One Handed Weapons","20% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=433,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={54338,30338},["in"]={[0]=42623}},[46289]={["id"]=46289,["icon"]="Art/2DArt/SkillIcons/passives/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage over Time"},["g"]=433,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58069},["in"]={46289,46289}},[30338]={["id"]=30338,["icon"]="Art/2DArt/SkillIcons/passives/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage over Time"},["g"]=433,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={51212,46408},["in"]={[0]=30338}},[51212]={["id"]=51212,["icon"]="Art/2DArt/SkillIcons/passives/Entropy.png",["ks"]=false,["not"]=true,["dn"]="Entropy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"27% increased Damage over Time","5% increased Skill Effect Duration"},["g"]=433,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46289},["in"]={[0]=51212}},[30205]={["id"]=30205,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png",["ks"]=false,["not"]=false,["dn"]="Physical Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage"},["g"]=433,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33903},["in"]={30205,30205}},[54338]={["id"]=54338,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png",["ks"]=false,["not"]=false,["dn"]="Physical Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage"},["g"]=433,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46408},["in"]={54338,54338}},[33903]={["id"]=33903,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png",["ks"]=false,["not"]=true,["dn"]="Will of Blades",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Critical Strike Chance","25% increased Physical Damage"},["g"]=433,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54338},["in"]={[0]=33903}},[58069]={["id"]=58069,["icon"]="Art/2DArt/SkillIcons/passives/onehandspeed.png",["ks"]=false,["not"]=false,["dn"]="One Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage with One Handed Weapons","20% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=433,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30205,60737},["in"]={[0]=58069}},[35053]={["id"]=35053,["icon"]="Art/2DArt/SkillIcons/passives/damagesword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Physical Damage with Swords","20% increased Critical Strike Chance with Swords","8% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=434,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={64024,43514},["in"]={[0]=35053}},[17754]={["id"]=17754,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupSword.png",["ks"]=false,["not"]=false,["dn"]="Sword Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=434,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[61050]={["id"]=61050,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedsworddex.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Swords","+16% to Critical Strike Multiplier with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=434,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57839},["in"]={[0]=61050}},[64024]={["id"]=64024,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedsworddex.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Swords","+16% to Critical Strike Multiplier with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=434,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61050},["in"]={[0]=64024}},[57839]={["id"]=57839,["icon"]="Art/2DArt/SkillIcons/passives/legendaryswordsman.png",["ks"]=false,["not"]=true,["dn"]="Blade of Cunning",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Physical Damage with Swords","40% increased Critical Strike Chance with Swords","+15% to Critical Strike Multiplier with Swords","20% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=434,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43514},["in"]={[0]=57839}},[43514]={["id"]=43514,["icon"]="Art/2DArt/SkillIcons/passives/damagesword.png",["ks"]=false,["not"]=false,["dn"]="Sword Attack Speed and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed with Swords","20% increased Critical Strike Chance with Swords"},["g"]=434,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={43514,43514}},[1325]={["id"]=1325,["icon"]="Art/2DArt/SkillIcons/passives/golemsblood.png",["ks"]=false,["not"]=true,["dn"]="Golem's Blood",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Life","Regenerate 1.6% of Life per second"},["g"]=435,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31471},["in"]={[0]=1325}},[29933]={["id"]=29933,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=435,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1325},["in"]={[0]=29933}},[31471]={["id"]=31471,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=435,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16544},["in"]={[0]=31471}},[54127]={["id"]=54127,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=435,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11859},["in"]={[0]=54127}},[11859]={["id"]=11859,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=435,["o"]=2,["oidx"]=11,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=56001},["in"]={[0]=11859}},[18103]={["id"]=18103,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=435,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=10,["ia"]=0,["out"]={16544,54127},["in"]={}},[64217]={["id"]=64217,["icon"]="Art/2DArt/SkillIcons/passives/IgnorePain.png",["ks"]=false,["not"]=true,["dn"]="Aspect of Stone",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"20% chance to Avoid Physical Damage from Hits"},["g"]=436,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[37619]={["id"]=37619,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating","+3% to all Elemental Resistances"},["g"]=437,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={5616,24133},["in"]={}},[24133]={["id"]=24133,["icon"]="Art/2DArt/SkillIcons/passives/Survivalist.png",["ks"]=false,["not"]=true,["dn"]="Survivalist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Evasion Rating","+8% to all Elemental Resistances","+1% to maximum Cold Resistance","+3% chance to Evade Attacks"},["g"]=437,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=64235},["in"]={[0]=24133}},[64235]={["id"]=64235,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating","+3% to all Elemental Resistances"},["g"]=437,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36287},["in"]={[0]=64235}},[34678]={["id"]=34678,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life"},["g"]=438,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={34678,34678,34678}},[26528]={["id"]=26528,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life"},["g"]=438,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={58271,34678},["in"]={}},[19069]={["id"]=19069,["icon"]="Art/2DArt/SkillIcons/passives/thickskin.png",["ks"]=false,["not"]=true,["dn"]="Thick Skin",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Life","8% chance to Avoid Elemental Ailments"},["g"]=438,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34678},["in"]={}},[58271]={["id"]=58271,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life"},["g"]=438,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30679},["in"]={[0]=58271}},[2047]={["id"]=2047,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=438,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[10348]={["id"]=10348,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Maces and Sceptres","6% increased Accuracy Rating with Maces and Sceptres","10% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=439,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29937},["in"]={[0]=10348}},[24521]={["id"]=24521,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Accuracy and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Maces and Sceptres","8% increased Accuracy Rating with Maces and Sceptres"},["g"]=439,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10348},["in"]={[0]=24521}},[27763]={["id"]=27763,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Accuracy and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Maces and Sceptres","8% increased Accuracy Rating with Maces and Sceptres"},["g"]=439,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24521},["in"]={[0]=27763}},[49969]={["id"]=49969,["icon"]="Art/2DArt/SkillIcons/passives/MaceNotable3.png",["ks"]=false,["not"]=true,["dn"]="Bludgeon Blitz",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Damage with Maces and Sceptres","8% increased Attack Speed with Maces and Sceptres","+200 to Accuracy Rating with Maces and Sceptres","18% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre","6% increased Movement Speed if you've Hit an Enemy Recently"},["g"]=439,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27763},["in"]={}},[47136]={["id"]=47136,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMace.png",["ks"]=false,["not"]=false,["dn"]="Mace Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=439,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[18663]={["id"]=18663,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png",["ks"]=true,["not"]=false,["dn"]="Minion Instability",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Even in death, they have their uses. They just need a little encouragement."},["spc"]={},["sd"]={"Minions explode when reduced to Low Life, dealing 33% of their maximum Life as Fire Damage to surrounding Enemies"},["g"]=440,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39841},["in"]={}},[23540]={["id"]=23540,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneConduit.png",["ks"]=true,["not"]=false,["dn"]="Conduit",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"To me, brave companions! Feel my radiance flow through you!"},["spc"]={},["sd"]={"Share Endurance, Frenzy and Power Charges with nearby party members"},["g"]=441,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=23540}},[54307]={["id"]=54307,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png",["ks"]=true,["not"]=false,["dn"]="Acrobatics",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Light and unadorned, like wind on water, you will be."},["spc"]={},["sd"]={"30% Chance to Dodge Attack Hits. 50% less Armour, 30% less Energy Shield, 30% less Chance to Block Spell and Attack Damage"},["g"]=442,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12401},["in"]={[0]=54307}},[31961]={["id"]=31961,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png",["ks"]=true,["not"]=false,["dn"]="Resolute Technique",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Great tacticians learn that consistency often trumps potential."},["spc"]={},["sd"]={"Your hits can't be Evaded\nNever deal Critical Strikes"},["g"]=443,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63282},["in"]={}},[40907]={["id"]=40907,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png",["ks"]=true,["not"]=false,["dn"]="Unwavering Stance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Stand your ground, child, keep your senses. The pain is fleeting, but victory is forever."},["spc"]={},["sd"]={"Cannot Evade enemy Attacks\nCannot be Stunned"},["g"]=444,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42800},["in"]={}},[11455]={["id"]=11455,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png",["ks"]=true,["not"]=false,["dn"]="Chaos Inoculation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Give up everything in pursuit of greatness - even life itself."},["spc"]={},["sd"]={"Maximum Life becomes 1, Immune to Chaos Damage"},["g"]=445,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=11455}},[56075]={["id"]=56075,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png",["ks"]=true,["not"]=false,["dn"]="Eldritch Battery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"What need have I for defence when my enemies are reduced to ash and splinters?"},["spc"]={},["sd"]={"Spend Energy Shield before Mana for Skill Costs\nEnergy Shield protects Mana instead of Life\n50% less Energy Shield Recharge Rate"},["g"]=446,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=56075}},[18769]={["id"]=18769,["icon"]="Art/2DArt/SkillIcons/passives/WritteninBlood.png",["ks"]=false,["not"]=true,["dn"]="Written in Blood",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Energy Shield","8% increased maximum Life","+10 to Strength"},["g"]=447,["o"]=2,["oidx"]=6,["sa"]=10,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=18769}},[61653]={["id"]=61653,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Life and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","4% increased maximum Life"},["g"]=447,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18769},["in"]={61653,61653}},[38190]={["id"]=38190,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Life and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","4% increased maximum Life"},["g"]=447,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61653},["in"]={[0]=38190}},[1822]={["id"]=1822,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Life and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","4% increased maximum Life"},["g"]=447,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={38190,4502},["in"]={}},[57969]={["id"]=57969,["icon"]="Art/2DArt/SkillIcons/passives/MasteryLifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Life and Energy Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=447,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[45175]={["id"]=45175,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png",["ks"]=true,["not"]=false,["dn"]="Necromantic Aegis",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"I give you everything, my pets. My trust, my strength, my safety. Do not disappoint me."},["spc"]={},["sd"]={"All bonuses from an Equipped Shield apply to your Minions instead of you"},["g"]=448,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18033},["in"]={}},[53759]={["id"]=53759,["icon"]="Art/2DArt/SkillIcons/passives/ChaoticPotential.png",["ks"]=false,["not"]=true,["dn"]="Cleansed Thoughts",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"Chaos Resistance is doubled"},["g"]=449,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[31703]={["id"]=31703,["icon"]="Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png",["ks"]=true,["not"]=false,["dn"]="Pain Attunement",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Embrace the pain, drink it in. Your enemies will know your agony tenfold."},["spc"]={},["sd"]={"30% more Spell Damage when on Low Life"},["g"]=450,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=31703}},[39085]={["id"]=39085,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png",["ks"]=true,["not"]=false,["dn"]="Elemental Equilibrium",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Balance is good in all things, but especially in the realm of magic."},["spc"]={},["sd"]={"Enemies you hit with Elemental Damage temporarily get +25% Resistance to those Elements and -50% Resistance to other Elements"},["g"]=451,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=39085}},[12236]={["id"]=12236,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Damage while holding a Shield","Attack Skills deal 12% increased Damage with Ailments while holding a Shield"},["g"]=452,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={46730,34009},["in"]={[0]=12236}},[46730]={["id"]=46730,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Damage while holding a Shield","Attack Skills deal 12% increased Damage with Ailments while holding a Shield"},["g"]=452,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25324},["in"]={[0]=46730}},[25324]={["id"]=25324,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Damage while holding a Shield","Attack Skills deal 12% increased Damage with Ailments while holding a Shield"},["g"]=452,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={19782,34031},["in"]={[0]=25324}},[19782]={["id"]=19782,["icon"]="Art/2DArt/SkillIcons/passives/shieldblock.png",["ks"]=false,["not"]=false,["dn"]="Defences with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"40% increased Defences from Equipped Shield"},["g"]=452,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49538},["in"]={[0]=19782}},[49538]={["id"]=49538,["icon"]="Art/2DArt/SkillIcons/passives/shieldwall.png",["ks"]=false,["not"]=true,["dn"]="Defiance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Attack Damage while holding a Shield","25% increased Defences from Equipped Shield","Attack Skills deal 20% increased Damage with Ailments while holding a Shield","+3% Chance to Block Attack Damage while holding a Shield"},["g"]=452,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12236},["in"]={[0]=49538}},[12926]={["id"]=12926,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png",["ks"]=true,["not"]=false,["dn"]="Iron Grip",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Legend tells of bows so powerful that only giants could draw them back."},["spc"]={},["sd"]={"The increase to Physical Damage from Strength applies to Projectile Attacks as well as Melee Attacks"},["g"]=453,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=12926}},[42178]={["id"]=42178,["icon"]="Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png",["ks"]=true,["not"]=false,["dn"]="Point Blank",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Look your foe in the eyes before you pierce him. Delight in his fear."},["spc"]={},["sd"]={"Projectile Attack Hits deal up to 30% more Damage to targets at the start of their movement, dealing less Damage to targets as the projectile travels farther"},["g"]=454,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=42178}},[54922]={["id"]=54922,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png",["ks"]=true,["not"]=false,["dn"]="Arrow Dancing",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Let the whistling of arrows and stones be your music."},["spc"]={},["sd"]={"40% more chance to Evade Projectile Attacks\n20% less chance to Evade Melee Attacks"},["g"]=455,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=54922}},[14914]={["id"]=14914,["icon"]="Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png",["ks"]=true,["not"]=false,["dn"]="Phase Acrobatics",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"With enough practice, you can feel the spells coming before they're even cast."},["spc"]={},["sd"]={"30% Chance to Dodge Spell Hits"},["g"]=456,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=14914}},[22535]={["id"]=22535,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png",["ks"]=false,["not"]=true,["dn"]="Whispers of Doom",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"You can apply an additional Curse"},["g"]=457,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31973},["in"]={[0]=22535}},[14674]={["id"]=14674,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Curse Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Curse Skills have 15% increased Cast Speed"},["g"]=457,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22535},["in"]={[0]=14674}},[30767]={["id"]=30767,["icon"]="Art/2DArt/SkillIcons/passives/Corruption.png",["ks"]=false,["not"]=false,["dn"]="Curse Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Effect of your Curses"},["g"]=457,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6250},["in"]={[0]=30767}},[6250]={["id"]=6250,["icon"]="Art/2DArt/SkillIcons/passives/Corruption.png",["ks"]=false,["not"]=false,["dn"]="Curse Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Curse Skills have 15% increased Skill Effect Duration"},["g"]=457,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={39841,14674},["in"]={[0]=6250}},[31973]={["id"]=31973,["icon"]="Art/2DArt/SkillIcons/passives/Corruption.png",["ks"]=false,["not"]=false,["dn"]="Curse Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Effect of your Curses"},["g"]=457,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30767},["in"]={[0]=31973}},[2821]={["id"]=2821,["icon"]="Art/2DArt/SkillIcons/passives/MasteryCurse.png",["ks"]=false,["not"]=false,["dn"]="Curse Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=457,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[20077]={["id"]=20077,["icon"]="Art/2DArt/SkillIcons/passives/Corruption.png",["ks"]=false,["not"]=false,["dn"]="Curse Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Curse Skills have 15% increased Skill Effect Duration"},["g"]=458,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42436},["in"]={[0]=20077}},[42436]={["id"]=42436,["icon"]="Art/2DArt/SkillIcons/passives/Corruption.png",["ks"]=false,["not"]=false,["dn"]="Curse Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Effect of your Curses"},["g"]=458,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39986},["in"]={[0]=42436}},[39986]={["id"]=39986,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png",["ks"]=false,["not"]=true,["dn"]="Hex Master",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"40% increased Area of Effect of Curse Skills","5% increased Effect of your Curses","Curse Skills have 80% increased Skill Effect Duration"},["g"]=458,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=39986}},[32295]={["id"]=32295,["icon"]="Art/2DArt/SkillIcons/passives/MasteryCurse.png",["ks"]=false,["not"]=false,["dn"]="Curse Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=458,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[21974]={["id"]=21974,["icon"]="Art/2DArt/SkillIcons/passives/manareservationreduction.png",["ks"]=false,["not"]=false,["dn"]="Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% reduced Mana Reserved"},["g"]=459,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25831},["in"]={[0]=21974}},[25831]={["id"]=25831,["icon"]="Art/2DArt/SkillIcons/passives/manareservationreduction.png",["ks"]=false,["not"]=false,["dn"]="Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% reduced Mana Reserved"},["g"]=459,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5935},["in"]={[0]=25831}},[5935]={["id"]=5935,["icon"]="Art/2DArt/SkillIcons/passives/auraareaofeffect.png",["ks"]=false,["not"]=false,["dn"]="Aura Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Area of Effect of Aura Skills"},["g"]=459,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9392},["in"]={5935,5935}},[9392]={["id"]=9392,["icon"]="Art/2DArt/SkillIcons/passives/auraeffect.png",["ks"]=false,["not"]=false,["dn"]="Aura Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased effect of Non-Curse Auras from your Skills"},["g"]=459,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32932},["in"]={[0]=9392}},[32932]={["id"]=32932,["icon"]="Art/2DArt/SkillIcons/passives/sovereignty.png",["ks"]=false,["not"]=true,["dn"]="Sovereignty",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% reduced Mana Reserved","10% increased effect of Non-Curse Auras from your Skills"},["g"]=459,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21974},["in"]={[0]=32932}},[25814]={["id"]=25814,["icon"]="Art/2DArt/SkillIcons/passives/MasteryAuras.png",["ks"]=false,["not"]=false,["dn"]="Aura Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=459,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[63194]={["id"]=63194,["icon"]="Art/2DArt/SkillIcons/passives/manareservationreduction.png",["ks"]=false,["not"]=false,["dn"]="Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% reduced Mana Reserved"},["g"]=460,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6799},["in"]={[0]=63194}},[64265]={["id"]=64265,["icon"]="Art/2DArt/SkillIcons/passives/auraareaofeffect.png",["ks"]=false,["not"]=false,["dn"]="Aura Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Area of Effect of Aura Skills"},["g"]=460,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={63194,6538},["in"]={}},[6799]={["id"]=6799,["icon"]="Art/2DArt/SkillIcons/passives/authority.png",["ks"]=false,["not"]=true,["dn"]="Charisma",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% reduced Mana Reserved","6% increased effect of Non-Curse Auras from your Skills"},["g"]=460,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=6799}},[28859]={["id"]=28859,["icon"]="Art/2DArt/SkillIcons/passives/manareservationreduction.png",["ks"]=false,["not"]=false,["dn"]="Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% reduced Mana Reserved"},["g"]=461,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=60440},["in"]={[0]=28859}},[55571]={["id"]=55571,["icon"]="Art/2DArt/SkillIcons/passives/auraeffect.png",["ks"]=false,["not"]=false,["dn"]="Aura Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased effect of Non-Curse Auras from your Skills"},["g"]=461,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28859},["in"]={[0]=55571}},[12143]={["id"]=12143,["icon"]="Art/2DArt/SkillIcons/passives/influence.png",["ks"]=false,["not"]=true,["dn"]="Influence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased effect of Non-Curse Auras from your Skills"},["g"]=461,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55571},["in"]={}},[65097]={["id"]=65097,["icon"]="Art/2DArt/SkillIcons/passives/leadership.png",["ks"]=false,["not"]=true,["dn"]="Leadership",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Area of Effect of Aura Skills","6% increased effect of Non-Curse Auras from your Skills"},["g"]=462,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=65097}},[7594]={["id"]=7594,["icon"]="Art/2DArt/SkillIcons/passives/manareservationreduction.png",["ks"]=false,["not"]=false,["dn"]="Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% reduced Mana Reserved"},["g"]=462,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65097},["in"]={[0]=7594}},[57736]={["id"]=57736,["icon"]="Art/2DArt/SkillIcons/passives/auraeffect.png",["ks"]=false,["not"]=false,["dn"]="Aura Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased effect of Non-Curse Auras from your Skills"},["g"]=462,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7594},["in"]={[0]=57736}},[9995]={["id"]=9995,["icon"]="Art/2DArt/SkillIcons/passives/auraareaofeffect.png",["ks"]=false,["not"]=false,["dn"]="Aura Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Area of Effect of Aura Skills"},["g"]=463,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33718},["in"]={[0]=9995}},[34513]={["id"]=34513,["icon"]="Art/2DArt/SkillIcons/passives/auraeffect.png",["ks"]=false,["not"]=false,["dn"]="Aura Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased effect of Non-Curse Auras from your Skills"},["g"]=463,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9995},["in"]={[0]=34513}},[33718]={["id"]=33718,["icon"]="Art/2DArt/SkillIcons/passives/Champion.png",["ks"]=false,["not"]=true,["dn"]="Champion of the Cause",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Area of Effect of Aura Skills","4% reduced Mana Reserved","6% increased effect of Non-Curse Auras from your Skills"},["g"]=463,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=33718}},[24050]={["id"]=24050,["icon"]="Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png",["ks"]=false,["not"]=true,["dn"]="Coldhearted Calculation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Damage","12% increased Spell Damage","20% increased Mana Regeneration Rate","+20 to Intelligence"},["g"]=464,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=20,["out"]={10763,38995,3656},["in"]={[0]=24050}},[41599]={["id"]=41599,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Staves","12% increased Damage with Ailments from Attack Skills while wielding a Staff","+2% Chance to Block Attack Damage while wielding a Staff"},["g"]=465,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55926},["in"]={41599,41599}},[55926]={["id"]=55926,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Staves","12% increased Damage with Ailments from Attack Skills while wielding a Staff","+4% Chance to Block Attack Damage while wielding a Staff"},["g"]=465,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36859},["in"]={[0]=55926}},[1761]={["id"]=1761,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Damage and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage with Staves","15% increased Armour","15% increased Damage with Ailments from Attack Skills while wielding a Staff"},["g"]=465,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={41599,36859},["in"]={}},[36859]={["id"]=36859,["icon"]="Art/2DArt/SkillIcons/passives/StaffNotable3.png",["ks"]=false,["not"]=true,["dn"]="Steelwood Stance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Damage with Staves","20% increased Armour","+600 Armour if you've Blocked Recently","30% increased Damage with Ailments from Attack Skills while wielding a Staff","+4% Chance to Block Attack Damage while wielding a Staff"},["g"]=465,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={36859,36859}},[38333]={["id"]=38333,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=465,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[46408]={["id"]=46408,["icon"]="Art/2DArt/SkillIcons/passives/newnewattackspeed.png",["ks"]=false,["not"]=true,["dn"]="Fangs of the Viper",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Chaos Damage","5% increased Movement Speed","+20 to Dexterity","20% increased Physical Damage"},["g"]=466,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=20,["ia"]=0,["out"]={[0]=28012},["in"]={46408,46408,46408}},[40291]={["id"]=40291,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Cast Speed with Fire Skills",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Fire Damage","4% increased Cast Speed with Fire Skills"},["g"]=467,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24324},["in"]={[0]=40291}},[885]={["id"]=885,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Fire Damage"},["g"]=467,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40291},["in"]={885,885}},[37163]={["id"]=37163,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Fire Conversion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Fire Damage","Fire Spells have 10% of Physical Damage Converted to Fire Damage"},["g"]=467,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={24324,885},["in"]={}},[24324]={["id"]=24324,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=true,["dn"]="Explosive Impact",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Fire Damage","8% increased Area of Effect"},["g"]=467,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={24324,24324}},[1403]={["id"]=1403,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupFire.png",["ks"]=false,["not"]=false,["dn"]="Fire Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=467,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[56646]={["id"]=56646,["icon"]="Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage with Attack Skills"},["g"]=468,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39718},["in"]={[0]=56646}},[25511]={["id"]=25511,["icon"]="Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage with Attack Skills"},["g"]=468,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56646},["in"]={[0]=25511}},[4481]={["id"]=4481,["icon"]="Art/2DArt/SkillIcons/passives/ForceOfNature.png",["ks"]=false,["not"]=true,["dn"]="Forces of Nature",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Damage with Weapons Penetrates 6% Elemental Resistance","20% increased Elemental Damage with Attack Skills"},["g"]=468,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25511},["in"]={}},[2151]={["id"]=2151,["icon"]="Art/2DArt/SkillIcons/passives/manaregeneration.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration and Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Mana Regeneration Rate","+5 to Intelligence"},["g"]=469,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=5,["out"]={58833,37690,5560},["in"]={[0]=2151}},[47062]={["id"]=47062,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage and Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Spell Damage","+5 to Intelligence"},["g"]=469,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=5,["out"]={58833,56153},["in"]={}},[62103]={["id"]=62103,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage and Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Projectile Damage","+5 to Dexterity"},["g"]=469,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=5,["ia"]=0,["out"]={58833,39773},["in"]={}},[15144]={["id"]=15144,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed and Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","+5 to Dexterity"},["g"]=469,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=5,["ia"]=0,["out"]={58833,3992},["in"]={15144,15144}},[55373]={["id"]=55373,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life and Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to maximum Life","+5 to Strength"},["g"]=469,["o"]=3,["oidx"]=9,["sa"]=5,["da"]=0,["ia"]=0,["out"]={58833,38048},["in"]={}},[48828]={["id"]=48828,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage and Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Melee Physical Damage","+5 to Strength"},["g"]=469,["o"]=3,["oidx"]=7,["sa"]=5,["da"]=0,["ia"]=0,["out"]={58833,62662,45887,33508},["in"]={}},[58833]={["id"]=58833,["icon"]="Art/2DArt/SkillIcons/passives/tempdex.png",["ks"]=false,["not"]=false,["dn"]="Seven",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={[0]=0},["sd"]={},["g"]=469,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35754},["in"]={58833,58833,58833,58833,58833,58833,58833}},[37191]={["id"]=37191,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Frenzy Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"4% increased Attack and Cast Speed","10% increased Frenzy Charge Duration","10% increased Power Charge Duration"},["g"]=470,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={37191,37191}},[32947]={["id"]=32947,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png",["ks"]=false,["not"]=true,["dn"]="Swift Killer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+1 to Maximum Frenzy Charges and Maximum Power Charges","15% chance to gain a Frenzy Charge and a Power Charge on Kill","5% increased Damage per Frenzy Charge","5% increased Damage per Power Charge","Gain a Power or Frenzy Charge each second while Channelling"},["g"]=470,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37191},["in"]={}},[15542]={["id"]=15542,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Damage over Time","4% increased Attack and Cast Speed"},["g"]=470,["o"]=4,["oidx"]=23,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55867},["in"]={[0]=15542}},[55867]={["id"]=55867,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png",["ks"]=false,["not"]=true,["dn"]="Patient Reaper",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"50% increased Damage over Time","Recover 2% of Life on Kill","Recover 2% of Energy Shield on Kill","Recover 4% of Mana on Kill","70% increased Recovery Rate of Life, Mana and Energy Shield if you've Killed an Enemy affected by your Damage Over Time Recently"},["g"]=470,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={55867,55867}},[63908]={["id"]=63908,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Evasion Rating","5% increased maximum Energy Shield","4% increased Attack and Cast Speed"},["g"]=470,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28884},["in"]={[0]=63908}},[28884]={["id"]=28884,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png",["ks"]=false,["not"]=true,["dn"]="Ghost Dance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+3% to Chance to Evade while you have Energy Shield","2% reduced Damage taken per Ghost Shroud","Every 2 seconds, gain a Ghost Shroud, up to a maximum of 3","When Hit, lose a Ghost Shroud and Recover Energy Shield equal to 4% of your Evasion Rating","10% increased Movement Speed while you have Energy Shield"},["g"]=470,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19587},["in"]={[0]=28884}},[19587]={["id"]=19587,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Evasion Rating","5% increased maximum Energy Shield","4% increased Attack and Cast Speed"},["g"]=470,["o"]=4,["oidx"]=17,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29825},["in"]={[0]=19587}},[29825]={["id"]=29825,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png",["ks"]=false,["not"]=true,["dn"]="Escape Artist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+5 to Evasion Rating per 1 Maximum Energy Shield on Helmet","+1 to maximum Energy Shield per 6 Evasion Rating on Body Armour","6% increased Attack and Cast Speed per Ghost Shroud","Cannot be Stunned while you have Ghost Shrouds","10% chance to Dodge Spell Hits if you have Energy Shield"},["g"]=470,["o"]=4,["oidx"]=14,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=29825}},[35598]={["id"]=35598,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Maximum Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"8% increased maximum Mana","4% increased Attack and Cast Speed"},["g"]=470,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23225},["in"]={[0]=35598}},[41891]={["id"]=41891,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png",["ks"]=false,["not"]=true,["dn"]="Prolonged Pain",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Skill Effect Duration","10% reduced Damage taken from Damage Over Time","20% increased Poison Duration","20% more Damage over Time"},["g"]=470,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15542},["in"]={[0]=41891}},[2336]={["id"]=2336,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Damage over Time","4% increased Attack and Cast Speed"},["g"]=470,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57331},["in"]={[0]=2336}},[23225]={["id"]=23225,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png",["ks"]=false,["not"]=true,["dn"]="Weave the Arcane",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"25% increased maximum Mana","Movement Skills cost no Mana","20% increased Attack and Cast Speed if you've used a Movement Skill Recently","20% chance to Recover 10% of Mana when you use a Skill","6% reduced Damage Taken for 4 seconds after Spending a total of 200 Mana"},["g"]=470,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=23225}},[13219]={["id"]=13219,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Evasion Rating","5% increased maximum Energy Shield","4% increased Attack and Cast Speed"},["g"]=470,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55867},["in"]={[0]=13219}},[57331]={["id"]=57331,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png",["ks"]=false,["not"]=true,["dn"]="Harness the Void",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"25% chance to gain 25% of Non-Chaos Damage with Hits as Extra Chaos Damage","15% chance to gain 50% of Non-Chaos Damage with Hits as Extra Chaos Damage","5% chance to gain 100% of Non-Chaos Damage with Hits as Extra Chaos Damage"},["g"]=470,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58454},["in"]={[0]=57331}},[58454]={["id"]=58454,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Damage over Time","4% increased Attack and Cast Speed"},["g"]=470,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=41891},["in"]={[0]=58454}},[55236]={["id"]=55236,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Trickster",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=470,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={35598,63908,37191,2336,13219},["in"]={[0]=55236}},[62662]={["id"]=62662,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Melee Physical Damage"},["g"]=471,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17674},["in"]={[0]=62662}},[17674]={["id"]=17674,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Melee Physical Damage"},["g"]=471,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13782},["in"]={[0]=17674}},[13782]={["id"]=13782,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Melee Physical Damage"},["g"]=471,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12702},["in"]={[0]=13782}},[918]={["id"]=918,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed"},["g"]=472,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={28221,15144},["in"]={}},[28221]={["id"]=28221,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed"},["g"]=472,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24643},["in"]={28221,28221}},[24643]={["id"]=24643,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed"},["g"]=472,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33545},["in"]={[0]=24643}},[45456]={["id"]=45456,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Spell Damage"},["g"]=472,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33545},["in"]={[0]=45456}},[56153]={["id"]=56153,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Spell Damage"},["g"]=472,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11688},["in"]={[0]=56153}},[11688]={["id"]=11688,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Spell Damage"},["g"]=472,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={45456,48768},["in"]={[0]=11688}},[48768]={["id"]=48768,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=472,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28221},["in"]={[0]=48768}},[3992]={["id"]=3992,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating"},["g"]=472,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49807},["in"]={[0]=3992}},[49807]={["id"]=49807,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating"},["g"]=472,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37575},["in"]={[0]=49807}},[37575]={["id"]=37575,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating"},["g"]=472,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=37575}},[34579]={["id"]=34579,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Critical Strike Chance"},["g"]=473,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40100},["in"]={[0]=34579}},[40100]={["id"]=40100,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Critical Strike Chance"},["g"]=473,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28574},["in"]={[0]=40100}},[30471]={["id"]=30471,["icon"]="Art/2DArt/SkillIcons/passives/TrueStriker.png",["ks"]=false,["not"]=true,["dn"]="True Strike",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+12% to Critical Strike Multiplier","45% increased Critical Strike Chance"},["g"]=473,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34579},["in"]={}},[24426]={["id"]=24426,["icon"]="Art/2DArt/SkillIcons/passives/ghostreaver.png",["ks"]=true,["not"]=false,["dn"]="Ghost Reaver",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"I will wear your ghost, and you will die twice: against me, and for me."},["spc"]={},["sd"]={"Leech Energy Shield instead of Life\nMaximum total Recovery per second from Energy Shield Leech is doubled\n50% less Energy Shield Recharge Rate"},["g"]=474,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53456},["in"]={}},[6288]={["id"]=6288,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=475,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[62795]={["id"]=62795,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","5% increased maximum Energy Shield"},["g"]=475,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={62795,62795}},[56090]={["id"]=56090,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","5% increased maximum Energy Shield"},["g"]=475,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4219},["in"]={[0]=56090}},[49408]={["id"]=49408,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","5% increased maximum Energy Shield"},["g"]=475,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={62795,59252},["in"]={}},[4219]={["id"]=4219,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","5% increased maximum Energy Shield"},["g"]=475,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48698},["in"]={[0]=4219}},[48698]={["id"]=48698,["icon"]="Art/2DArt/SkillIcons/passives/newenergyshield.png",["ks"]=false,["not"]=true,["dn"]="Void Barrier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Evasion Rating","10% increased maximum Energy Shield","10% increased Energy Shield Recharge Rate","+8% to all Elemental Resistances"},["g"]=475,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62795},["in"]={[0]=48698}},[16512]={["id"]=16512,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=476,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[22702]={["id"]=22702,["icon"]="Art/2DArt/SkillIcons/passives/serpentstance.png",["ks"]=false,["not"]=true,["dn"]="Serpent Stance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"40% increased Global Critical Strike Chance while wielding a Staff","+35% to Global Critical Strike Multiplier while wielding a Staff"},["g"]=476,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=22702}},[24229]={["id"]=24229,["icon"]="Art/2DArt/SkillIcons/passives/critstrchnc.png",["ks"]=false,["not"]=false,["dn"]="Staff Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Global Critical Strike Chance while wielding a Staff"},["g"]=476,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36678},["in"]={[0]=24229}},[4977]={["id"]=4977,["icon"]="Art/2DArt/SkillIcons/passives/critstrchnc.png",["ks"]=false,["not"]=false,["dn"]="Staff Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Global Critical Strike Chance while wielding a Staff","+8% to Global Critical Strike Multiplier while wielding a Staff"},["g"]=476,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={24229,53957},["in"]={}},[53957]={["id"]=53957,["icon"]="Art/2DArt/SkillIcons/passives/critstrchnc.png",["ks"]=false,["not"]=false,["dn"]="Staff Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Global Critical Strike Chance while wielding a Staff","+8% to Global Critical Strike Multiplier while wielding a Staff"},["g"]=476,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22702},["in"]={[0]=53957}},[51883]={["id"]=51883,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupShield.png",["ks"]=false,["not"]=false,["dn"]="Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=477,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[19919]={["id"]=19919,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Resistances and Attack Speed with Shields",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed while holding a Shield","+4% Elemental Resistances while holding a Shield"},["g"]=477,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={55743,62767,22266},["in"]={}},[62767]={["id"]=62767,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage and Attack Speed with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed while holding a Shield","10% increased Elemental Damage with Attack Skills"},["g"]=477,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63138},["in"]={[0]=62767}},[63138]={["id"]=63138,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage and Attack Speed with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed while holding a Shield","10% increased Elemental Damage with Attack Skills"},["g"]=477,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6967},["in"]={[0]=63138}},[6967]={["id"]=6967,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=true,["dn"]="Command of the Elements",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Attack Speed while holding a Shield","40% increased Defences from Equipped Shield","Damage with Weapons Penetrates 4% Elemental Resistance","24% increased Elemental Damage with Attack Skills"},["g"]=477,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={6967,6967}},[55743]={["id"]=55743,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage, Elemental Resistance with Shields and Shield Defences",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+4% Elemental Resistances while holding a Shield","30% increased Defences from Equipped Shield","10% increased Elemental Damage with Attack Skills"},["g"]=477,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6967},["in"]={[0]=55743}},[10808]={["id"]=10808,["icon"]="Art/2DArt/SkillIcons/passives/vaalpact.png",["ks"]=true,["not"]=false,["dn"]="Vaal Pact",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"My ancestral pact was sealed. Forevermore, I would gain sustenance only from the ravaged flesh of my enemies."},["spc"]={},["sd"]={"Life Leeched per Second is doubled\nMaximum total Recovery per second from Life Leech is doubled\nLife Regeneration has no effect"},["g"]=478,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=10808}},[29005]={["id"]=29005,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Armour","5% increased maximum Energy Shield"},["g"]=479,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17352},["in"]={[0]=29005}},[39631]={["id"]=39631,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Armour","5% increased maximum Energy Shield"},["g"]=479,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29005},["in"]={[0]=39631}},[17251]={["id"]=17251,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Armour","5% increased maximum Energy Shield"},["g"]=479,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={39631,26866},["in"]={}},[31758]={["id"]=31758,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Mana Regeneration Rate","Regenerate 0.4% of Life per second"},["g"]=479,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26866},["in"]={[0]=31758}},[42837]={["id"]=42837,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Mana Regeneration Rate","Regenerate 0.4% of Life per second"},["g"]=479,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31758},["in"]={[0]=42837}},[23456]={["id"]=23456,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Mana Regeneration Rate","Regenerate 0.4% of Life per second"},["g"]=479,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42837},["in"]={[0]=23456}},[64842]={["id"]=64842,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage, Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","4% increased Movement Speed"},["g"]=480,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5087},["in"]={[0]=64842}},[16940]={["id"]=16940,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png",["ks"]=false,["not"]=true,["dn"]="Pyromaniac",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Immune to Ignite and Shock","Regenerate 1% of Life per second for each Mine Detonated Recently, up to 10% per second","Regenerate 1% of Life per Second for each Trap Triggered Recently, up to 10% per second","20% reduced Mana Cost of Skills that throw Traps","20% reduced Mana Reservation of Skills that throw Mines"},["g"]=480,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=16940}},[41081]={["id"]=41081,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage, Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","4% increased Movement Speed"},["g"]=480,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16940},["in"]={[0]=41081}},[5087]={["id"]=5087,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png",["ks"]=false,["not"]=true,["dn"]="Born in the Shadows",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Cannot be Blinded","10% reduced Damage taken from Blinded Enemies","30% increased Damage with Hits and Ailments against Blinded Enemies","25% chance to Blind Enemies on Hit","Nearby Enemies are Blinded"},["g"]=480,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=5087}},[63135]={["id"]=63135,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage, Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","+6% to all Elemental Resistances"},["g"]=480,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14103},["in"]={[0]=63135}},[14103]={["id"]=14103,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png",["ks"]=false,["not"]=true,["dn"]="Explosives Expert",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"30% increased Area of Effect","8% reduced Area Damage taken from Hits","+30% to Critical Strike Multiplier against Burning Enemies","80% increased Critical Strike Chance against Shocked Enemies","Damage Penetrates 10% Elemental Resistances against Chilled Enemies"},["g"]=480,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=14103}},[47366]={["id"]=47366,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage, Mine Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","5% increased Mine Throwing Speed"},["g"]=480,["o"]=4,["oidx"]=29,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39834},["in"]={[0]=47366}},[51462]={["id"]=51462,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png",["ks"]=false,["not"]=true,["dn"]="Bomb Specialist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"You gain 4% increased Area of Effect for each Mine","20% increased Mine Throwing Speed if you Detonated Mines Recently","40% increased Damage if you Detonated Mines Recently","Mines have 20% increased Detonation Speed"},["g"]=480,["o"]=4,["oidx"]=31,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=47366},["in"]={[0]=51462}},[26446]={["id"]=26446,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage, Trap Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","5% increased Trap Throwing Speed"},["g"]=480,["o"]=4,["oidx"]=38,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38918},["in"]={[0]=26446}},[28535]={["id"]=28535,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png",["ks"]=false,["not"]=true,["dn"]="Perfect Crime",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Cooldown Recovery Speed for throwing Traps","You gain 8% increased Damage for each Trap","20% Chance for Traps to Trigger an additional time"},["g"]=480,["o"]=4,["oidx"]=36,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26446},["in"]={[0]=28535}},[25167]={["id"]=25167,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage, Mine Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","5% increased Mine Throwing Speed"},["g"]=480,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51462},["in"]={[0]=25167}},[39834]={["id"]=39834,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png",["ks"]=false,["not"]=true,["dn"]="Demolitions Specialist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"100% increased Effect of Auras from Mines","Mines Hinder Enemies near them for 2 seconds when they Land,\nreducing Movement Speed by 40%"},["g"]=480,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=39834}},[869]={["id"]=869,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage, Trap Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","5% increased Trap Throwing Speed"},["g"]=480,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28535},["in"]={[0]=869}},[38918]={["id"]=38918,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png",["ks"]=false,["not"]=true,["dn"]="Chain Reaction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"30% increased Trap Damage","15% increased Cooldown Recovery Speed for throwing Traps","Skills used by Traps have 20% increased Area of Effect","When your Traps Trigger, your nearby Traps also Trigger"},["g"]=480,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=38918}},[18635]={["id"]=18635,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Saboteur",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=480,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25167,63135,64842,41081,869},["in"]={[0]=18635}},[63425]={["id"]=63425,["icon"]="Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png",["ks"]=true,["not"]=false,["dn"]="Zealot's Oath",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Tear my flesh and splinter my bones. You will never break my spirit."},["spc"]={},["sd"]={"Life Regeneration is applied to Energy Shield instead"},["g"]=481,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=63425}},[24157]={["id"]=24157,["icon"]="Art/2DArt/SkillIcons/passives/totemdamage.png",["ks"]=false,["not"]=false,["dn"]="Totem Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Totem Damage"},["g"]=482,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53757},["in"]={[0]=24157}},[53757]={["id"]=53757,["icon"]="Art/2DArt/SkillIcons/passives/shamsnisticfury.png",["ks"]=false,["not"]=true,["dn"]="Shamanistic Fury",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Totem Damage","15% increased Totem Placement speed"},["g"]=482,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=53757}},[42900]={["id"]=42900,["icon"]="Art/2DArt/SkillIcons/passives/totemdamage.png",["ks"]=false,["not"]=false,["dn"]="Totem Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Totem Damage"},["g"]=482,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={24157,31875},["in"]={}},[25732]={["id"]=25732,["icon"]="Art/2DArt/SkillIcons/passives/totemattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Duration, Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Totem Duration","Spells Cast by Totems have 3% increased Cast Speed","Attacks used by Totems have 5% increased Attack Speed"},["g"]=483,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28330},["in"]={[0]=25732}},[1696]={["id"]=1696,["icon"]="Art/2DArt/SkillIcons/passives/totemattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Placement Speed and Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Totem Duration","15% increased Totem Placement speed"},["g"]=483,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25732,63933},["in"]={}},[63933]={["id"]=63933,["icon"]="Art/2DArt/SkillIcons/passives/totemiczeal.png",["ks"]=false,["not"]=true,["dn"]="Totemic Zeal",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Totem Placement speed","Spells Cast by Totems have 6% increased Cast Speed","Attacks used by Totems have 10% increased Attack Speed"},["g"]=483,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=63933}},[40409]={["id"]=40409,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Mine Throwing and Detonation Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Mine Throwing Speed","Mines have 10% increased Detonation Speed"},["g"]=484,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9055},["in"]={[0]=40409}},[4546]={["id"]=4546,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Mine Throwing and Detonation Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Mine Throwing Speed","Mines have 10% increased Detonation Speed"},["g"]=484,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40409},["in"]={[0]=4546}},[4995]={["id"]=4995,["icon"]="Art/2DArt/SkillIcons/passives/MineManaReservationNode.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage and Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Mine Damage","5% reduced Mana Reservation of Skills that throw Mines"},["g"]=484,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3726},["in"]={[0]=4995}},[9055]={["id"]=9055,["icon"]="Art/2DArt/SkillIcons/passives/volitilemines.png",["ks"]=false,["not"]=true,["dn"]="Volatile Mines",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Mine Damage","Can have up to 2 additional Remote Mines placed at a time","Mines have 20% increased Detonation Speed","Each Mine applies 2% increased Damage taken to Enemies near it, up to 10%"},["g"]=484,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={9055,9055}},[41027]={["id"]=41027,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage and Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Mine Damage","20% increased Mine Duration"},["g"]=484,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={4995,4546},["in"]={[0]=41027}},[3726]={["id"]=3726,["icon"]="Art/2DArt/SkillIcons/passives/MineManaReservationNode.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage and Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Mine Damage","5% reduced Mana Reservation of Skills that throw Mines"},["g"]=484,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9055},["in"]={[0]=3726}},[63167]={["id"]=63167,["icon"]="Art/2DArt/SkillIcons/passives/MineMastery.png",["ks"]=false,["not"]=false,["dn"]="Mine Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=484,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[29171]={["id"]=29171,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 12% increased maximum Life"},["g"]=485,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30658,31103},["in"]={[0]=29171}},[30658]={["id"]=30658,["icon"]="Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Life and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions have +10% to all Elemental Resistances"},["g"]=485,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25409},["in"]={[0]=30658}},[31103]={["id"]=31103,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life and Physical Damage Reduction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions have 10% additional Physical Damage Reduction"},["g"]=485,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25409},["in"]={[0]=31103}},[25409]={["id"]=25409,["icon"]="Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png",["ks"]=false,["not"]=true,["dn"]="Indomitable Army",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 15% increased maximum Life","Minions have 15% additional Physical Damage Reduction","Minions have +15% to all Elemental Resistances","Moving while Bleeding doesn't cause Minions to take extra Damage"},["g"]=485,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={25409,25409}},[39559]={["id"]=39559,["icon"]="Art/2DArt/SkillIcons/passives/MinionMastery.png",["ks"]=false,["not"]=false,["dn"]="Minion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=485,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[6778]={["id"]=6778,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png",["ks"]=false,["not"]=false,["dn"]="Trickster",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Shadow Ascendancy passives)","(Recently refers to the past 4 seconds)"},["spc"]={},["sd"]={"15% chance to gain a Frenzy Charge and a Power Charge on Kill","50% increased Recovery Rate of Life, Mana and Energy Shield if you've Killed an Enemy affected by your Damage Over Time Recently","15% chance to gain 50% of Non-Chaos Damage with Hits as Extra Chaos Damage","Cannot be Stunned if you haven't been Hit Recently","Regenerate 15 Mana per second if you've used a Movement Skill Recently"},["g"]=486,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=6778}},[19144]={["id"]=19144,["icon"]="Art/2DArt/SkillIcons/passives/Sentinel.png",["ks"]=false,["not"]=true,["dn"]="Sentinel",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Evasion Rating and Armour","+10% to all Elemental Resistances"},["g"]=487,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={16167,23122},["in"]={19144,19144}},[44941]={["id"]=44941,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png",["ks"]=true,["not"]=false,["dn"]="Avatar of Fire",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"\"In my dreams I see a great warrior, his skin scorched black, his fists aflame.\""},["spc"]={},["sd"]={"50% of Physical, Cold and Lightning Damage Converted to Fire Damage\nDeal no Non-Fire Damage"},["g"]=488,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=44941}},[23690]={["id"]=23690,["icon"]="Art/2DArt/SkillIcons/passives/arcaneradience.png",["ks"]=false,["not"]=true,["dn"]="Arcane Vision",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+30 to Accuracy Rating","Light Radius is based on Energy Shield instead of Life"},["g"]=489,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37671},["in"]={}},[63380]={["id"]=63380,["icon"]="Art/2DArt/SkillIcons/passives/WarCryCooldown.png",["ks"]=false,["not"]=false,["dn"]="Warcry Cooldown Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Warcry Cooldown Recovery Speed"},["g"]=490,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={37895,50422},["in"]={[0]=63380}},[40229]={["id"]=40229,["icon"]="Art/2DArt/SkillIcons/passives/WarCryDuration.png",["ks"]=false,["not"]=false,["dn"]="Warcry Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Warcry Duration"},["g"]=490,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63380},["in"]={[0]=40229}},[37895]={["id"]=37895,["icon"]="Art/2DArt/SkillIcons/passives/WarCryEffect.png",["ks"]=false,["not"]=false,["dn"]="Warcry Buff Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Warcry Buff Effect"},["g"]=490,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31257},["in"]={[0]=37895}},[31257]={["id"]=31257,["icon"]="Art/2DArt/SkillIcons/passives/WordsOfGlory.png",["ks"]=false,["not"]=true,["dn"]="Words of Glory",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Warcry Duration","If you've Warcried Recently, you and nearby allies have 10% increased Attack, Cast and Movement Speed","Warcries cost no Mana"},["g"]=490,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40229},["in"]={[0]=31257}},[54597]={["id"]=54597,["icon"]="Art/2DArt/SkillIcons/passives/WarcryMastery.png",["ks"]=false,["not"]=false,["dn"]="Minion and Damage Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=490,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[40535]={["id"]=40535,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Melee Physical Damage"},["g"]=491,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={7828,58449},["in"]={[0]=40535}},[30335]={["id"]=30335,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Melee Physical Damage"},["g"]=491,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40535},["in"]={[0]=30335}},[32480]={["id"]=32480,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Melee Physical Damage"},["g"]=491,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30335,33988},["in"]={[0]=32480}},[7828]={["id"]=7828,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Melee Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Melee Attack Speed"},["g"]=491,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32480},["in"]={[0]=7828}},[58763]={["id"]=58763,["icon"]="Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png",["ks"]=false,["not"]=false,["dn"]="Cold and Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Cold Damage","8% increased Lightning Damage"},["g"]=492,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63963},["in"]={58763,58763}},[63963]={["id"]=63963,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage and Cold Conversion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Cold Damage","Cold Spells have 10% of Physical Damage Converted to Cold Damage"},["g"]=492,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={63963,63963}},[7153]={["id"]=7153,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage and Lightning Conversion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Lightning Damage","Lightning Spells have 10% of Physical Damage Converted to Lightning Damage"},["g"]=492,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={58763,32455},["in"]={}},[32455]={["id"]=32455,["icon"]="Art/2DArt/SkillIcons/passives/Storm Weaver.png",["ks"]=false,["not"]=true,["dn"]="Storm Weaver",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Cold Damage","25% increased Lightning Damage","20% increased Mana Regeneration Rate","10% increased Effect of non-Damaging Ailments on Enemies"},["g"]=492,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63963},["in"]={[0]=32455}},[38599]={["id"]=38599,["icon"]="Art/2DArt/SkillIcons/passives/ColdLightningMastery.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=492,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[41689]={["id"]=41689,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png",["ks"]=false,["not"]=false,["dn"]="Physical and Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Chaos Damage","12% increased Physical Damage"},["g"]=493,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={45272,57248},["in"]={[0]=41689}},[1571]={["id"]=1571,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=494,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={5616,57819,6654},["in"]={[0]=1571}},[59650]={["id"]=59650,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Minion Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to maximum Energy Shield","Minions have 10% increased maximum Life"},["g"]=495,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={9650,19374,57226},["in"]={}},[6949]={["id"]=6949,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield","10% increased Energy Shield Recharge Rate"},["g"]=496,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55643},["in"]={[0]=6949}},[19374]={["id"]=19374,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to maximum Energy Shield"},["g"]=496,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6949},["in"]={[0]=19374}},[55643]={["id"]=55643,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to maximum Energy Shield"},["g"]=496,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={55643,55643}},[40637]={["id"]=40637,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 10% increased Damage"},["g"]=496,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={40637,40637}},[9650]={["id"]=9650,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 10% increased Damage"},["g"]=496,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25222},["in"]={[0]=9650}},[25222]={["id"]=25222,["icon"]="Art/2DArt/SkillIcons/passives/minionattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Minion Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 4% increased Attack Speed","Minions have 4% increased Cast Speed"},["g"]=496,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40637},["in"]={[0]=25222}},[25770]={["id"]=25770,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Trap Damage"},["g"]=497,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39814},["in"]={[0]=25770}},[39814]={["id"]=39814,["icon"]="Art/2DArt/SkillIcons/passives/trapsduration.png",["ks"]=false,["not"]=false,["dn"]="Trap Damage and Cooldown Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Trap Damage","5% increased Cooldown Recovery Speed for throwing Traps"},["g"]=497,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27190},["in"]={[0]=39814}},[27190]={["id"]=27190,["icon"]="Art/2DArt/SkillIcons/passives/Trap.png",["ks"]=false,["not"]=true,["dn"]="Hasty Reconstruction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Trap Damage","10% increased Cooldown Recovery Speed for throwing Traps"},["g"]=497,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=27190}},[47312]={["id"]=47312,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to all Elemental Resistances","10% increased Elemental Damage"},["g"]=498,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={55866,10490},["in"]={}},[55866]={["id"]=55866,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to all Elemental Resistances","10% increased Elemental Damage"},["g"]=498,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45317},["in"]={[0]=55866}},[45317]={["id"]=45317,["icon"]="Art/2DArt/SkillIcons/passives/ashfrostandstorm.png",["ks"]=false,["not"]=true,["dn"]="Ash, Frost and Storm",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+6% to all Elemental Resistances","20% increased Elemental Damage","20% reduced Reflected Elemental Damage taken"},["g"]=498,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=45317}},[42274]={["id"]=42274,["icon"]="Art/2DArt/SkillIcons/passives/MasteryElementalDamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=498,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[8930]={["id"]=8930,["icon"]="Art/2DArt/SkillIcons/passives/flaskstr.png",["ks"]=false,["not"]=false,["dn"]="Life and Flasks",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased maximum Life","10% increased Life Recovery from Flasks"},["g"]=499,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42041},["in"]={[0]=8930}},[18402]={["id"]=18402,["icon"]="Art/2DArt/SkillIcons/passives/flaskstr.png",["ks"]=false,["not"]=false,["dn"]="Life and Flasks",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased maximum Life","10% increased Life Recovery from Flasks"},["g"]=499,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8930},["in"]={[0]=18402}},[42041]={["id"]=42041,["icon"]="Art/2DArt/SkillIcons/passives/ProfaneChemistry.png",["ks"]=false,["not"]=true,["dn"]="Profane Chemistry",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Life","30% increased Life Recovery from Flasks","Flasks applied to you have 8% increased Effect"},["g"]=499,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=42041}},[19210]={["id"]=19210,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Physical Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage"},["g"]=500,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59252},["in"]={[0]=19210}},[43316]={["id"]=43316,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Physical Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage"},["g"]=500,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19210},["in"]={[0]=43316}},[47065]={["id"]=47065,["icon"]="Art/2DArt/SkillIcons/passives/MasterofForce.png",["ks"]=false,["not"]=true,["dn"]="Master of Force",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% reduced Reflected Physical Damage taken","Enemies have -5% to Total Physical Damage Reduction against your Hits","4% chance to deal Double Damage","+20 to Strength","20% increased Physical Damage"},["g"]=500,["o"]=1,["oidx"]=4,["sa"]=20,["da"]=0,["ia"]=0,["out"]={[0]=43316},["in"]={}},[19287]={["id"]=19287,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life and Life on Kill",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","+5 Life gained on Kill"},["g"]=501,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49379},["in"]={[0]=19287}},[61875]={["id"]=61875,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life and Life on Kill",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","+5 Life gained on Kill"},["g"]=501,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19287},["in"]={[0]=61875}},[49379]={["id"]=49379,["icon"]="Art/2DArt/SkillIcons/passives/HiredKiller2.png",["ks"]=false,["not"]=true,["dn"]="Hired Killer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Life","+10 Life gained on Kill"},["g"]=501,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=49379}},[55247]={["id"]=55247,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Life and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","3% increased maximum Life"},["g"]=502,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63799},["in"]={[0]=55247}},[63799]={["id"]=63799,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Life and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","3% increased maximum Life"},["g"]=502,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61320},["in"]={[0]=63799}},[61320]={["id"]=61320,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Life and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","3% increased maximum Life"},["g"]=502,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={61320,61320}},[18865]={["id"]=18865,["icon"]="Art/2DArt/SkillIcons/passives/melding.png",["ks"]=false,["not"]=true,["dn"]="Melding",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Energy Shield","6% increased maximum Life"},["g"]=502,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55247},["in"]={}},[33166]={["id"]=33166,["icon"]="Art/2DArt/SkillIcons/passives/MasteryLifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Life and Energy Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=502,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[63824]={["id"]=63824,["icon"]="Art/2DArt/SkillIcons/passives/ElementalMastery2.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=503,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[29061]={["id"]=29061,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=503,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={29199,7092,55993},["in"]={[0]=29061}},[55993]={["id"]=55993,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Elemental Damage"},["g"]=503,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={41251,8198},["in"]={[0]=55993}},[7092]={["id"]=7092,["icon"]="Art/2DArt/SkillIcons/passives/DivineWrath.png",["ks"]=false,["not"]=false,["dn"]="Physical and Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Lightning Damage","8% increased Physical Damage"},["g"]=503,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14665},["in"]={[0]=7092}},[31153]={["id"]=31153,["icon"]="Art/2DArt/SkillIcons/passives/DivineFury.png",["ks"]=false,["not"]=false,["dn"]="Physical and Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Fire Damage","8% increased Physical Damage"},["g"]=503,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29061},["in"]={[0]=31153}},[11016]={["id"]=11016,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Physical and Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Elemental Damage","8% increased Physical Damage"},["g"]=503,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44347},["in"]={[0]=11016}},[8198]={["id"]=8198,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage and Penetration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Elemental Damage","Damage Penetrates 1% Elemental Resistances"},["g"]=503,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13164},["in"]={[0]=8198}},[41251]={["id"]=41251,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Ailment Effect and Burning Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Fire Damage over Time Multiplier","6% increased Elemental Damage","8% increased Effect of non-Damaging Ailments on Enemies"},["g"]=503,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13164},["in"]={[0]=41251}},[13164]={["id"]=13164,["icon"]="Art/2DArt/SkillIcons/passives/CelestialPunishment.png",["ks"]=false,["not"]=true,["dn"]="Divine Judgement",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+6% to Fire Damage over Time Multiplier","18% increased Elemental Damage","Damage Penetrates 5% Elemental Resistances","10% increased Effect of non-Damaging Ailments on Enemies"},["g"]=503,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={13164,13164}},[44347]={["id"]=44347,["icon"]="Art/2DArt/SkillIcons/passives/DivineFury.png",["ks"]=false,["not"]=true,["dn"]="Divine Fury",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Gain 5% of Physical Damage as Extra Fire Damage","12% increased Elemental Damage","Fire Spells have 15% of Physical Damage Converted to Fire Damage","12% increased Physical Damage"},["g"]=503,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31153},["in"]={[0]=44347}},[14665]={["id"]=14665,["icon"]="Art/2DArt/SkillIcons/passives/DivineWrath.png",["ks"]=false,["not"]=true,["dn"]="Divine Wrath",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Gain 5% of Physical Damage as Extra Lightning Damage","12% increased Elemental Damage","Lightning Spells have 15% of Physical Damage Converted to Lightning Damage","12% increased Physical Damage"},["g"]=503,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11016},["in"]={[0]=14665}},[17352]={["id"]=17352,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life","5% increased maximum Mana"},["g"]=504,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={20228,23456},["in"]={[0]=17352}},[7374]={["id"]=7374,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png",["ks"]=false,["not"]=false,["dn"]="Life and Reduced Mana Cost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","3% reduced Mana Cost of Skills"},["g"]=505,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44967},["in"]={[0]=7374}},[3533]={["id"]=3533,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png",["ks"]=false,["not"]=false,["dn"]="Life and Reduced Mana Cost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","3% reduced Mana Cost of Skills"},["g"]=505,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11088},["in"]={[0]=3533}},[11088]={["id"]=11088,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png",["ks"]=false,["not"]=false,["dn"]="Life and Reduced Mana Cost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","3% reduced Mana Cost of Skills"},["g"]=505,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7374},["in"]={[0]=11088}},[65108]={["id"]=65108,["icon"]="Art/2DArt/SkillIcons/passives/Unrelenting.png",["ks"]=false,["not"]=true,["dn"]="Tireless",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Life","6% reduced Mana Cost of Skills"},["g"]=505,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3533},["in"]={}},[4398]={["id"]=4398,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=505,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[23199]={["id"]=23199,["icon"]="Art/2DArt/SkillIcons/passives/Blood2.png",["ks"]=false,["not"]=false,["dn"]="Bleed Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Damage with Bleeding"},["g"]=506,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={6741,60887},["in"]={[0]=23199}},[60887]={["id"]=60887,["icon"]="Art/2DArt/SkillIcons/passives/Blood2.png",["ks"]=false,["not"]=false,["dn"]="Bleed Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+6% to Damage over Time Multiplier for Bleeding"},["g"]=506,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26294},["in"]={[0]=60887}},[17833]={["id"]=17833,["icon"]="Art/2DArt/SkillIcons/passives/Blood2.png",["ks"]=false,["not"]=false,["dn"]="Bleed Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Attacks have 15% chance to cause Bleeding"},["g"]=506,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11568},["in"]={[0]=17833}},[26294]={["id"]=26294,["icon"]="Art/2DArt/SkillIcons/passives/Blood2.png",["ks"]=false,["not"]=true,["dn"]="Bloodletting",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+8% to Damage over Time Multiplier for Bleeding","40% increased Attack Damage against Bleeding Enemies","25% increased Damage with Bleeding","5% reduced Damage taken from Bleeding Enemies","Bleeding you inflict deals Damage 10% faster"},["g"]=506,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17833},["in"]={[0]=26294}},[48958]={["id"]=48958,["icon"]="Art/2DArt/SkillIcons/passives/BloodMastery.png",["ks"]=false,["not"]=false,["dn"]="Bleeding Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=506,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[11568]={["id"]=11568,["icon"]="Art/2DArt/SkillIcons/passives/Blood2.png",["ks"]=false,["not"]=false,["dn"]="Bleed Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Attacks have 15% chance to cause Bleeding"},["g"]=506,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23199},["in"]={[0]=11568}},[7960]={["id"]=7960,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=507,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=7960}},[52502]={["id"]=52502,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Elemental Damage"},["g"]=507,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7960},["in"]={[0]=52502}},[20987]={["id"]=20987,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Elemental Damage"},["g"]=507,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52502},["in"]={[0]=20987}},[46882]={["id"]=46882,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=508,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=46882}},[40132]={["id"]=40132,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Evasion Rating"},["g"]=508,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46882},["in"]={[0]=40132}},[58854]={["id"]=58854,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Evasion Rating"},["g"]=508,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40132},["in"]={[0]=58854}},[32763]={["id"]=32763,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=509,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23334},["in"]={}},[23334]={["id"]=23334,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Projectile Damage"},["g"]=509,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6797},["in"]={[0]=23334}},[6797]={["id"]=6797,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Projectile Damage"},["g"]=509,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={6797,6797}},[40849]={["id"]=40849,["icon"]="Art/2DArt/SkillIcons/passives/ShrugOff.png",["ks"]=false,["not"]=true,["dn"]="Transcendence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"-10 Physical Damage taken from Hits","-1 Physical Damage taken from Hits per Level"},["g"]=510,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[26196]={["id"]=26196,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=511,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34171,37999},["in"]={}},[34171]={["id"]=34171,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=512,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=60472},["in"]={[0]=34171}},[58210]={["id"]=58210,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage while holding a Shield"},["g"]=513,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={19008,62970},["in"]={[0]=58210}},[19008]={["id"]=19008,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Spell Damage while holding a Shield","+1% Chance to Block Attack Damage while holding a Shield"},["g"]=513,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11689},["in"]={[0]=19008}},[11689]={["id"]=11689,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Spell Damage while holding a Shield","+1% Chance to Block Attack Damage while holding a Shield"},["g"]=513,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46904},["in"]={[0]=11689}},[62970]={["id"]=62970,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Damage and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Spell Damage while holding a Shield","3% increased Cast Speed while holding a Shield"},["g"]=513,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46904},["in"]={[0]=62970}},[46904]={["id"]=46904,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNotable.png",["ks"]=false,["not"]=true,["dn"]="Arcane Swiftness",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Cast Speed while holding a Shield","5% increased Spell Damage per 5% Chance to Block Attack Damage","20% chance to Avoid Elemental Ailments while holding a Shield","20% chance to Avoid being Stunned while holding a Shield","+3% Chance to Block Attack Damage while holding a Shield"},["g"]=513,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={46904,46904}},[8700]={["id"]=8700,["icon"]="Art/2DArt/SkillIcons/passives/ShieldMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Arcane Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=513,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[56001]={["id"]=56001,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=514,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={17201,34031,29933},["in"]={[0]=56001}},[29199]={["id"]=29199,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=515,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={},["in"]={29199,29199,29199,29199}},[57539]={["id"]=57539,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Life"},["g"]=516,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9403},["in"]={[0]=57539}},[23972]={["id"]=23972,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Armour, Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Armour","18% increased Endurance Charge Duration"},["g"]=517,["o"]=4,["oidx"]=12,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={23972,23972}},[49153]={["id"]=49153,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Armour, Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Armour","18% increased Endurance Charge Duration"},["g"]=517,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1734},["in"]={[0]=49153}},[32115]={["id"]=32115,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Armour, Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"6% increased Attack Speed","15% increased Armour"},["g"]=517,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44297},["in"]={[0]=32115}},[62349]={["id"]=62349,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png",["ks"]=false,["not"]=false,["dn"]="Armour, Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Armour","20% increased Stun Duration on Enemies"},["g"]=517,["o"]=4,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62595},["in"]={[0]=62349}},[62595]={["id"]=62595,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png",["ks"]=false,["not"]=true,["dn"]="Unyielding",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"8% increased Damage per Endurance Charge","6% increased Area of Effect per Endurance Charge","25% chance to gain an Endurance Charge when you Stun an Enemy","10% increased Stun Duration on Enemies per Endurance Charge"},["g"]=517,["o"]=4,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=62595}},[44297]={["id"]=44297,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png",["ks"]=false,["not"]=true,["dn"]="Undeniable",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+1000 to Accuracy Rating","1% increased Attack Speed per 200 Accuracy Rating","30% increased Accuracy Rating if you've dealt a Critical Strike in the past 8 seconds","30% increased Damage if you've dealt a Critical Strike in the past 8 seconds","Gain Accuracy Rating equal to your Strength"},["g"]=517,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=44297}},[1734]={["id"]=1734,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png",["ks"]=false,["not"]=true,["dn"]="Unflinching",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"30% chance to gain an Endurance Charge when you are Hit","25% chance that if you would gain Endurance Charges, you instead gain up to your maximum number of Endurance Charges","Gain an Endurance Charge every second if you've been Hit Recently","+1 to Maximum Endurance Charges"},["g"]=517,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={23972,62349},["in"]={[0]=1734}},[56789]={["id"]=56789,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png",["ks"]=false,["not"]=true,["dn"]="Unrelenting",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"1% additional Physical Damage Reduction per Endurance Charge","8% reduced Elemental Damage taken while at Maximum Endurance Charges","+4% to Chaos Resistance per Endurance Charge"},["g"]=517,["o"]=4,["oidx"]=15,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23972},["in"]={}},[17765]={["id"]=17765,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Juggernaut",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=517,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={32115,51998,49153,63417},["in"]={[0]=17765}},[63417]={["id"]=63417,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png",["ks"]=false,["not"]=false,["dn"]="Armour, Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Armour","4% increased Movement Speed"},["g"]=518,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5819},["in"]={[0]=63417}},[51998]={["id"]=51998,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png",["ks"]=false,["not"]=false,["dn"]="Armour, Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Armour","20% increased Stun Duration on Enemies"},["g"]=518,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53816},["in"]={[0]=51998}},[5819]={["id"]=5819,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png",["ks"]=false,["not"]=true,["dn"]="Unstoppable",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Movement Speed","Cannot be Stunned","Action Speed cannot be modified to below base value","Movement Speed cannot be modified to below base value"},["g"]=518,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=5819}},[53816]={["id"]=53816,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png",["ks"]=false,["not"]=true,["dn"]="Unbreakable",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 2% of Life per second","5% reduced Damage taken","Armour received from Body Armour is doubled","1.5% of Total Physical Damage prevented from Hits in the past 10 seconds is Regenerated as Life per second"},["g"]=518,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=53816}},[42659]={["id"]=42659,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Fire Damage","Regenerate 0.5% of Life per second"},["g"]=519,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1731},["in"]={[0]=42659}},[50692]={["id"]=50692,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png",["ks"]=false,["not"]=true,["dn"]="Ngamahu, Flame's Advance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"50% of Physical Damage Converted to Fire Damage","Every 10 seconds, gain 100% of Physical Damage\nas Extra Fire Damage for 4 seconds"},["g"]=519,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42659},["in"]={[0]=50692}},[1731]={["id"]=1731,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png",["ks"]=false,["not"]=true,["dn"]="Hinekora, Death's Fury",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"1% of Fire Damage Leeched as Life","20% chance to Cover Rare or Unique Enemies in Ash for 10 Seconds on Hit","10% increased Strength"},["g"]=519,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={1731,1731}},[14996]={["id"]=14996,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Fire Damage","Regenerate 0.5% of Life per second"},["g"]=519,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1731},["in"]={[0]=14996}},[61355]={["id"]=61355,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png",["ks"]=false,["not"]=true,["dn"]="Ramako, Sun's Light",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+25% to Fire Damage over Time Multiplier","25% chance to Ignite","Damage Penetrates 15% Fire Resistance"},["g"]=519,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14996},["in"]={[0]=61355}},[53421]={["id"]=53421,["icon"]="Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png",["ks"]=false,["not"]=false,["dn"]="Evasion, Frenzy Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating","20% increased Frenzy Charge Duration"},["g"]=520,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16848},["in"]={[0]=53421}},[31364]={["id"]=31364,["icon"]="Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png",["ks"]=false,["not"]=true,["dn"]="Way of the Poacher",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Speed","20% chance to gain a Frenzy Charge on Kill","20% chance to gain a Frenzy Charge when you Hit a Rare or Unique Enemy","+1 to Maximum Frenzy Charges"},["g"]=520,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53421},["in"]={[0]=31364}},[5926]={["id"]=5926,["icon"]="Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png",["ks"]=false,["not"]=false,["dn"]="Evasion, Frenzy Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating","20% increased Frenzy Charge Duration"},["g"]=520,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31364},["in"]={[0]=5926}},[16848]={["id"]=16848,["icon"]="Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png",["ks"]=false,["not"]=true,["dn"]="Avatar of the Slaughter",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"8% increased Evasion Rating per Frenzy Charge","3% increased Movement Speed per Frenzy Charge","3% increased Attack Speed per Frenzy Charge","8% increased Attack Damage per Frenzy Charge"},["g"]=520,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=16848}},[27536]={["id"]=27536,["icon"]="Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Evasion, Onslaught Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating","15% increased Onslaught Effect"},["g"]=520,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={27536,27536}},[4849]={["id"]=4849,["icon"]="Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png",["ks"]=false,["not"]=true,["dn"]="Rapid Assault",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Attack Damage","+5% chance to Evade Attacks","10% chance to gain Onslaught for 10 Seconds when you Hit a Rare\nor Unique Enemy","Gain Onslaught for 10 seconds on Kill"},["g"]=520,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27536},["in"]={[0]=4849}},[12146]={["id"]=12146,["icon"]="Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Evasion, Onslaught Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating","15% increased Onslaught Effect"},["g"]=520,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4849},["in"]={[0]=12146}},[11597]={["id"]=11597,["icon"]="Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png",["ks"]=false,["not"]=true,["dn"]="Avatar of the Chase",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"100% increased Onslaught Effect","30% increased Attack Damage during Onslaught","30% more chance to Evade Melee Attacks during Onslaught","30% more chance to Evade Projectile Attacks during Onslaught"},["g"]=520,["o"]=4,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12146},["in"]={}},[24432]={["id"]=24432,["icon"]="Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png",["ks"]=false,["not"]=false,["dn"]="Evasion, Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating","4% increased Movement Speed"},["g"]=520,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33645},["in"]={[0]=24432}},[33645]={["id"]=33645,["icon"]="Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png",["ks"]=false,["not"]=true,["dn"]="Quartz Infusion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"40% increased Elemental Damage","10% chance to Dodge Attack Hits","You have Phasing while at maximum Frenzy Charges","You have Phasing during Onslaught","Gain Phasing for 4 seconds on Kill"},["g"]=520,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15550},["in"]={[0]=33645}},[15550]={["id"]=15550,["icon"]="Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png",["ks"]=false,["not"]=false,["dn"]="Evasion, Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating","4% increased Movement Speed"},["g"]=520,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55509},["in"]={[0]=15550}},[55509]={["id"]=55509,["icon"]="Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png",["ks"]=false,["not"]=true,["dn"]="Avatar of the Veil",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Movement Speed while Phasing","Immune to Elemental Ailments while Phasing","10% chance to Dodge Spell Hits while Phasing","Nearby Enemies have Fire, Cold and Lightning Exposure while you have Phasing, applying -15% to those Resistances","Nearby Enemies have 15% less Accuracy Rating while you have Phasing"},["g"]=520,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=55509}},[58427]={["id"]=58427,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Raider",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=520,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={27536,5926,24432},["in"]={[0]=58427}},[53086]={["id"]=53086,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage, Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"5% increased Attack Speed","10% increased Projectile Damage"},["g"]=521,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5443},["in"]={[0]=53086}},[5443]={["id"]=5443,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png",["ks"]=false,["not"]=true,["dn"]="Fast and Deadly",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Speed","30% increased Projectile Damage","50% more Global Accuracy Rating","100% increased Blink Arrow and Mirror Arrow Cooldown Recovery Speed"},["g"]=521,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=5443}},[59837]={["id"]=59837,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage, Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"5% increased Attack Speed","10% increased Projectile Damage"},["g"]=521,["o"]=4,["oidx"]=34,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={59837,59837}},[61627]={["id"]=61627,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png",["ks"]=false,["not"]=true,["dn"]="Ricochet",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Skills Chain +1 times","Projectiles deal 10% more Damage for each remaining Chain"},["g"]=521,["o"]=4,["oidx"]=32,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59837},["in"]={}},[5082]={["id"]=5082,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage, Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","10% increased Projectile Damage"},["g"]=521,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45313},["in"]={[0]=5082}},[26067]={["id"]=26067,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png",["ks"]=false,["not"]=true,["dn"]="Endless Munitions",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+200 to Accuracy Rating","50% increased Area of Effect","Skills fire an additional Projectile"},["g"]=521,["o"]=4,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28995},["in"]={}},[28995]={["id"]=28995,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage, Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","10% increased Projectile Damage"},["g"]=521,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={28995,28995}},[45313]={["id"]=45313,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png",["ks"]=false,["not"]=true,["dn"]="Far Shot",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"30% increased Projectile Speed","Far Shot"},["g"]=521,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=0,["out"]={28995,59837},["in"]={[0]=45313}},[26958]={["id"]=26958,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage, Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Projectile Damage","10% increased Critical Strike Chance"},["g"]=521,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21455},["in"]={[0]=26958}},[44482]={["id"]=44482,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png",["ks"]=false,["not"]=true,["dn"]="Rupture",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Attacks have 25% chance to cause Bleeding","+40% to Critical Strike Multiplier against Bleeding Enemies","80% increased Critical Strike Chance against Bleeding Enemies","Moving while Bleeding doesn't cause you to take extra Damage","Gain +30 Life when you Hit a Bleeding Enemy"},["g"]=521,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=44482}},[55985]={["id"]=55985,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage, Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Projectile Damage","10% increased Critical Strike Chance"},["g"]=521,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44482},["in"]={[0]=55985}},[21455]={["id"]=21455,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png",["ks"]=false,["not"]=true,["dn"]="Powerful Precision",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Projectiles Pierce 3 additional Targets","Projectiles have 100% increased Critical Strike Chance against Targets they Pierce","Projectiles Pierce all nearby Targets"},["g"]=521,["o"]=4,["oidx"]=28,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=21455}},[62136]={["id"]=62136,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage, Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","10% increased Projectile Damage"},["g"]=521,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24848},["in"]={[0]=62136}},[24848]={["id"]=24848,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png",["ks"]=false,["not"]=true,["dn"]="Gathering Winds",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["reminderText"]={"(Tailwind increases Action Speed by 10%)","(Recently refers to the past 4 seconds)"},["spc"]={},["sd"]={"+1000 Evasion Rating while you have Tailwind","If you've used a Skill Recently, you and nearby Allies have Tailwind","10% increased Effect of Tailwind on you for each Skill you've used Recently, up to 100%"},["g"]=521,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=24848}},[56856]={["id"]=56856,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Deadeye",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=521,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={5082,53086,55985,26958,62136},["in"]={[0]=56856}},[33179]={["id"]=33179,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed, Physical Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"4% increased Attack Speed","10% increased Physical Damage"},["g"]=522,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27864},["in"]={[0]=33179}},[48760]={["id"]=48760,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed, Physical Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"4% increased Attack Speed","10% increased Physical Damage"},["g"]=522,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15616},["in"]={[0]=48760}},[37623]={["id"]=37623,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed, Block Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+2% Chance to Block Attack Damage while Dual Wielding or holding a Shield","4% increased Attack Speed"},["g"]=522,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63490},["in"]={[0]=37623}},[3651]={["id"]=3651,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed and One Handed Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"4% increased Attack Speed","15% increased Damage with One Handed Weapons"},["g"]=522,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52575},["in"]={[0]=3651}},[24538]={["id"]=24538,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed, Block Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+2% Chance to Block Attack Damage while Dual Wielding or holding a Shield","4% increased Attack Speed"},["g"]=522,["o"]=4,["oidx"]=31,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=2598},["in"]={[0]=24538}},[1675]={["id"]=1675,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed, Block Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+2% Chance to Block Attack Damage while Dual Wielding or holding a Shield","4% increased Attack Speed"},["g"]=522,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8419},["in"]={[0]=1675}},[27864]={["id"]=27864,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png",["ks"]=false,["not"]=true,["dn"]="Gratuitous Violence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Attacks have 25% chance to cause Bleeding","30% increased Damage with Hits and Ailments against Bleeding Enemies","Bleeding Enemies you Kill Explode, dealing 10% of\ntheir Maximum Life as Physical Damage","25% more Damage with Bleeding"},["g"]=522,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=27864}},[15616]={["id"]=15616,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png",["ks"]=false,["not"]=true,["dn"]="Blood in the Eyes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Attacks have 25% chance to cause Bleeding","Attacks Maim on Hit against Bleeding Enemies","10% chance to Blind with Hits against Bleeding Enemies","Enemies Maimed by you take 10% increased Physical Damage"},["g"]=522,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33179},["in"]={[0]=15616}},[52575]={["id"]=52575,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png",["ks"]=false,["not"]=true,["dn"]="Outmatch and Outlast",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"25% chance to gain a Frenzy Charge on Kill with Main Hand","25% chance to gain an Endurance Charge on Kill with Off Hand","10% more Physical Damage while at maximum Frenzy Charges","10% reduced Physical Damage taken while at maximum Endurance Charges"},["g"]=522,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=52575}},[8419]={["id"]=8419,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png",["ks"]=false,["not"]=true,["dn"]="Painforged",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+8% Chance to Block Attack Damage if you were Damaged by a Hit Recently","40% increased Damage if you've taken no Damage from Hits Recently","Cannot be Stunned by Hits you Block","Your Counterattacks deal Double Damage"},["g"]=522,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=0,["out"]={24538,37623},["in"]={[0]=8419}},[63490]={["id"]=63490,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png",["ks"]=false,["not"]=true,["dn"]="Violent Retaliation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+4% to maximum Chance to Block Attack Damage","8% increased Physical Damage for each time you've Blocked in the past 10 seconds","80% increased Physical Damage if you've Blocked Damage from a Unique Enemy in the past 10 seconds","+1% Chance to Block Attack Damage for each time you've Blocked in the past 10 seconds"},["g"]=522,["o"]=4,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=63490}},[2598]={["id"]=2598,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png",["ks"]=false,["not"]=true,["dn"]="Versatile Combatant",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Chance to Block Spell Damage is equal to Chance to Block Attack Damage\nMaximum Chance to Block Spell Damage is equal to Maximum Chance to Block Attack Damage"},["g"]=522,["o"]=4,["oidx"]=29,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=2598}},[14726]={["id"]=14726,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed, Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"4% increased Attack Speed","4% increased Movement Speed"},["g"]=522,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=758},["in"]={[0]=14726}},[758]={["id"]=758,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png",["ks"]=false,["not"]=true,["dn"]="Arena Challenger",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"2% more Attack and Movement Speed per Challenger Charge","25% chance to gain a Challenger Charge when you Hit a Rare or Unique Enemy while in Blood Stance","Gain a Challenger Charge when you Kill an Enemy while in Sand Stance","+10 to Maximum Challenger Charges"},["g"]=522,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=758}},[32730]={["id"]=32730,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Gladiator",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=522,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={3651,1675,48760,14726},["in"]={[0]=32730}},[36242]={["id"]=36242,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png",["ks"]=false,["not"]=false,["dn"]="Flask Effect and Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"8% increased Flask Effect Duration","Flasks applied to you have 5% increased Effect"},["g"]=523,["o"]=4,["oidx"]=31,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51101},["in"]={[0]=36242}},[51101]={["id"]=51101,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png",["ks"]=false,["not"]=true,["dn"]="Nature's Adrenaline",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Movement Speed during any Flask Effect","20% increased Attack Speed during any Flask Effect"},["g"]=523,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14156},["in"]={[0]=51101}},[14156]={["id"]=14156,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png",["ks"]=false,["not"]=false,["dn"]="Flask Effect and Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"8% increased Flask Effect Duration","Flasks applied to you have 5% increased Effect"},["g"]=523,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={14156,14156}},[63293]={["id"]=63293,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png",["ks"]=false,["not"]=true,["dn"]="Master Surgeon",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"30% increased Life Recovery from Flasks","Removes Bleeding when you use a Flask","Gain a Flask Charge when you deal a Critical Strike"},["g"]=523,["o"]=4,["oidx"]=29,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36242},["in"]={}},[32640]={["id"]=32640,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png",["ks"]=false,["not"]=false,["dn"]="Flask Effect and Charges Gained",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Flask Charges gained","Flasks applied to you have 5% increased Effect"},["g"]=523,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={32640,32640}},[65296]={["id"]=65296,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png",["ks"]=false,["not"]=true,["dn"]="Nature's Boon",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"6% reduced Elemental Damage taken","Flasks gain 3 Charges every 3 seconds","20% chance for Flasks you use to not consume Charges"},["g"]=523,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32640},["in"]={[0]=65296}},[40631]={["id"]=40631,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png",["ks"]=false,["not"]=false,["dn"]="Flask Effect and Charges Gained",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Flask Charges gained","Flasks applied to you have 5% increased Effect"},["g"]=523,["o"]=4,["oidx"]=39,["sa"]=0,["da"]=0,["ia"]=0,["out"]={65296,61805},["in"]={}},[61805]={["id"]=61805,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png",["ks"]=false,["not"]=true,["dn"]="Master Alchemist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Immune to Elemental Ailments during any Flask Effect","40% increased Elemental Damage during any Flask Effect","20% chance to Freeze, Shock and Ignite during any Flask Effect"},["g"]=523,["o"]=4,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=61805}},[59800]={["id"]=59800,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Flask Effect, Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","Flasks applied to you have 5% increased Effect"},["g"]=523,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6038},["in"]={[0]=59800}},[6038]={["id"]=6038,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png",["ks"]=false,["not"]=true,["dn"]="Veteran Bowyer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Gain 10% of Physical Damage as Extra Damage of a random Element","Damage Penetrates 10% Elemental Resistances","Enemies you Kill that are affected by Elemental Ailments\ngrant 100% increased Flask Charges"},["g"]=523,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=6038}},[32662]={["id"]=32662,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Flask Effect, Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Chaos Damage","Flasks applied to you have 5% increased Effect"},["g"]=523,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40813},["in"]={[0]=32662}},[40813]={["id"]=40813,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png",["ks"]=false,["not"]=true,["dn"]="Nature's Reprisal",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["reminderText"]={"(Poison deals Chaos Damage over time, based on the base Physical and Chaos Damage of the Skill. Multiple instances of Poison stack)"},["spc"]={},["sd"]={"30% increased Chaos Damage","Chaos Skills have 50% increased Area of Effect","When you kill a Poisoned Enemy during any Flask Effect, nearby Enemies are Poisoned"},["g"]=523,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20480},["in"]={[0]=40813}},[20480]={["id"]=20480,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Flask Effect, Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Chaos Damage","Flasks applied to you have 5% increased Effect"},["g"]=523,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={20480,20480}},[64111]={["id"]=64111,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Pathfinder",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=523,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={32662,59800,32640,14156},["in"]={[0]=64111}},[1697]={["id"]=1697,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png",["ks"]=false,["not"]=true,["dn"]="Master Toxicist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["reminderText"]={"(Poison deals Chaos Damage over time, based on the base Physical and Chaos Damage of the Skill. Multiple instances of Poison stack)","(Virulence is granted by the Herald of Agony Skill)"},["spc"]={},["sd"]={"Gain 10% of Physical Damage as Extra Chaos Damage","10% of Physical Damage Converted to Chaos Damage","10% more Chaos Damage with Attack Skills","You lose Virulence 50% slower","Poisons you inflict during any Flask Effect have 40% chance to deal 100% more Damage"},["g"]=524,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20480},["in"]={}},[31984]={["id"]=31984,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield, Curse Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"6% increased maximum Energy Shield","5% increased Effect of your Curses"},["g"]=525,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37127},["in"]={[0]=31984}},[17018]={["id"]=17018,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield, Curse Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"6% increased maximum Energy Shield","5% increased Effect of your Curses"},["g"]=525,["o"]=4,["oidx"]=28,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31344},["in"]={[0]=17018}},[32417]={["id"]=32417,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield, Cold and Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Cold Damage","10% increased Chaos Damage","6% increased maximum Energy Shield"},["g"]=525,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27096},["in"]={[0]=32417}},[6728]={["id"]=6728,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield, Power Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"6% increased maximum Energy Shield","18% increased Power Charge Duration"},["g"]=525,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62504},["in"]={[0]=6728}},[48124]={["id"]=48124,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield, Energy Shield Recharge Rate",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"6% increased maximum Energy Shield","15% increased Energy Shield Recharge Rate"},["g"]=525,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37492},["in"]={[0]=48124}},[37127]={["id"]=37127,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png",["ks"]=false,["not"]=true,["dn"]="Profane Bloom",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Your Curses can apply to Hexproof Enemies","Cursed Enemies you or your Minions Kill have a 25% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage"},["g"]=525,["o"]=4,["oidx"]=26,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17018},["in"]={[0]=37127}},[31344]={["id"]=31344,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png",["ks"]=false,["not"]=true,["dn"]="Malediction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"You can apply an additional Curse","15% increased Effect of your Curses","When you Kill an Enemy, for each Curse on that Enemy, gain 8%\nof Non-Chaos Damage as extra Chaos Damage for 4 seconds","Enemies you Curse have Malediction"},["g"]=525,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=31344}},[37492]={["id"]=37492,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png",["ks"]=false,["not"]=true,["dn"]="Vile Bastion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 40 Energy Shield per second","Regenerate 1% of Energy Shield per second for each\nEnemy you or your Minions have Killed Recently, up to 10% per second","Cannot Be Stunned while you have Energy Shield"},["g"]=525,["o"]=4,["oidx"]=14,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=37492}},[27096]={["id"]=27096,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png",["ks"]=false,["not"]=true,["dn"]="Void Beacon",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Nearby Enemies have -20% to Cold Resistance","Nearby Enemies have -20% to Chaos Resistance","Nearby Enemies have 100% reduced Life Regeneration rate"},["g"]=525,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31316,43242},["in"]={[0]=27096}},[62504]={["id"]=62504,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png",["ks"]=false,["not"]=true,["dn"]="Forbidden Power",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"5% increased Area of Effect per Power Charge","5% increased Spell Damage per Power Charge","Gain a Power Charge after Spending a total of 200 Mana","+1 to Maximum Power Charges"},["g"]=525,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=62504}},[31316]={["id"]=31316,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield, Chaos Damage over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+5% to Chaos Damage over Time Multiplier","6% increased maximum Energy Shield"},["g"]=525,["o"]=4,["oidx"]=21,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25309},["in"]={[0]=31316}},[43242]={["id"]=43242,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield, Cold Damage over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+5% to Cold Damage over Time Multiplier","6% increased maximum Energy Shield"},["g"]=525,["o"]=4,["oidx"]=19,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=47630},["in"]={[0]=43242}},[25309]={["id"]=25309,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png",["ks"]=false,["not"]=true,["dn"]="Withering Presence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["reminderText"]={"(Withered applies 6% increased Chaos Damage Taken, and can be inflicted up to 15 times)"},["spc"]={},["sd"]={"+20% to Chaos Damage over Time Multiplier","+60% to Chaos Resistance","Every second, inflict Withered on nearby Enemies for 15 seconds","Nearby Hindered Enemies deal 15% reduced Damage over Time"},["g"]=525,["o"]=4,["oidx"]=23,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=25309}},[47630]={["id"]=47630,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png",["ks"]=false,["not"]=true,["dn"]="Frigid Wake",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["reminderText"]={"(Freeze lowers Enemy Action Speed to zero, preventing them from acting. Duration is based on the Cold Damage of the Hit)"},["spc"]={},["sd"]={"+20% to Cold Damage over Time Multiplier","Cannot be Chilled","Cannot be Frozen","Every 4 seconds, 33% chance to Freeze nearby Chilled Unique Enemies for 0.6 seconds","Every 4 seconds, Freeze nearby Chilled Non-Unique Enemies for 0.6 seconds","Nearby Chilled Enemies deal 10% reduced Damage with Hits"},["g"]=525,["o"]=4,["oidx"]=17,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=47630}},[18378]={["id"]=18378,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Occultist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=525,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={48124,6728,31984,32417},["in"]={[0]=18378}},[55646]={["id"]=55646,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions deal 15% increased Damage"},["g"]=526,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={54159,14603},["in"]={}},[18309]={["id"]=18309,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions deal 15% increased Damage"},["g"]=526,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65153},["in"]={[0]=18309}},[60547]={["id"]=60547,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions deal 15% increased Damage"},["g"]=526,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54159},["in"]={[0]=60547}},[39818]={["id"]=39818,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage, Skill Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Skill Effect Duration","Minions deal 15% increased Damage"},["g"]=526,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48719},["in"]={[0]=39818}},[18574]={["id"]=18574,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage, Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"8% increased maximum Mana","Minions deal 15% increased Damage"},["g"]=526,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3554},["in"]={[0]=18574}},[54159]={["id"]=54159,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png",["ks"]=false,["not"]=true,["dn"]="Mindless Aggression",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Minions have 10% increased Movement Speed","Minions deal 30% increased Damage","Minions have 10% increased Attack Speed","Minions have 10% increased Cast Speed"},["g"]=526,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18309},["in"]={54159,54159}},[65153]={["id"]=65153,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png",["ks"]=false,["not"]=true,["dn"]="Unnatural Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+2 to Level of all Minion Skill Gems"},["g"]=526,["o"]=4,["oidx"]=22,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=65153}},[14603]={["id"]=14603,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png",["ks"]=false,["not"]=true,["dn"]="Bone Barrier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Grants Level 20 Bone Armour Skill","1% additional Physical Damage Reduction per Minion, up to 10%","+3% to all Elemental Resistances per Minion, up to 30%","3% increased Recovery Rate of Life and Energy Shield per Minion, up to 30%","Minions have 20% more Maximum Life"},["g"]=526,["o"]=4,["oidx"]=18,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=14603}},[48719]={["id"]=48719,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png",["ks"]=false,["not"]=true,["dn"]="Mistress of Sacrifice",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Your Offering Skills also affect you","Your Offerings have 25% reduced Effect on you","30% increased Skill Effect Duration","30% increased Minion Duration"},["g"]=526,["o"]=4,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=48719}},[36017]={["id"]=36017,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png",["ks"]=false,["not"]=true,["dn"]="Commander of Darkness",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Auras from your Skills grant 3% increased Attack and Cast\nSpeed to you and Allies","You and nearby Allies deal 30% increased Damage","You and nearby Allies have +20% to Elemental Resistances"},["g"]=526,["o"]=4,["oidx"]=28,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=36017}},[26298]={["id"]=26298,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage, Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"4% increased Cast Speed","Minions deal 15% increased Damage"},["g"]=526,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11490},["in"]={[0]=26298}},[11490]={["id"]=11490,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png",["ks"]=false,["not"]=true,["dn"]="Plaguebringer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"If you've Consumed a corpse Recently, you and your Minions have 30% increased Area of Effect","With at least one nearby corpse, you and nearby Allies deal 10% more Damage","With at least one nearby corpse, nearby Enemies deal 10% reduced Damage"},["g"]=526,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23509},["in"]={[0]=11490}},[23509]={["id"]=23509,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage, Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"4% increased Cast Speed","Minions deal 15% increased Damage"},["g"]=526,["o"]=4,["oidx"]=14,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23572},["in"]={[0]=23509}},[23572]={["id"]=23572,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png",["ks"]=false,["not"]=true,["dn"]="Corpse Pact",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"30% increased Damage if you have Consumed a corpse Recently","2% increased Attack and Cast Speed for each corpse Consumed Recently","Enemies near corpses you Spawned Recently are Chilled and Shocked","Corpses you Spawn have 50% increased Maximum Life"},["g"]=526,["o"]=4,["oidx"]=12,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=23572}},[60791]={["id"]=60791,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Necromancer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=526,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={60547,26298,5415,39818,18574},["in"]={[0]=60791}},[3554]={["id"]=3554,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png",["ks"]=false,["not"]=true,["dn"]="Essence Glutton",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased maximum Mana","For each nearby corpse, you and nearby Allies Regenerate 0.2% of Energy Shield per second, up to 2.0% per second","For each nearby corpse, you and nearby Allies Regenerate 5 Mana\nper second, up to 50 per second","Regenerate 8% of Energy Shield over 2 seconds when you Consume a corpse","Regenerate 8% of Mana over 2 seconds when you Consume a corpse"},["g"]=527,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=3554}},[6982]={["id"]=6982,["icon"]="Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion, Taunt Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating and Armour","20% increased Taunt Duration"},["g"]=528,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35750},["in"]={[0]=6982}},[61478]={["id"]=61478,["icon"]="Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion, Taunt Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating and Armour","20% increased Taunt Duration"},["g"]=528,["o"]=4,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56967},["in"]={[0]=61478}},[60508]={["id"]=60508,["icon"]="Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion, Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","15% increased Evasion Rating and Armour"},["g"]=528,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33940},["in"]={[0]=60508}},[35185]={["id"]=35185,["icon"]="Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion, Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","15% increased Evasion Rating and Armour"},["g"]=528,["o"]=4,["oidx"]=31,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31700},["in"]={[0]=35185}},[25111]={["id"]=25111,["icon"]="Art/2DArt/SkillIcons/passives/Champion/AnEAura.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion, Aura Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating and Armour","5% increased effect of Non-Curse Auras from your Skills"},["g"]=528,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11412},["in"]={[0]=25111}},[43725]={["id"]=43725,["icon"]="Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion, Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","15% increased Evasion Rating and Armour"},["g"]=528,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27604},["in"]={[0]=43725}},[31700]={["id"]=31700,["icon"]="Art/2DArt/SkillIcons/passives/Champion/Fortitude.png",["ks"]=false,["not"]=true,["dn"]="Fortitude",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["reminderText"]={"(Fortify grants 20% less Damage Taken from Hits)"},["spc"]={},["sd"]={"You have Fortify"},["g"]=528,["o"]=4,["oidx"]=29,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=31700}},[33940]={["id"]=33940,["icon"]="Art/2DArt/SkillIcons/passives/Champion/Unstopable.png",["ks"]=false,["not"]=true,["dn"]="Unstoppable Hero",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Speed while you have Fortify","+1000 to Armour and Evasion Rating while you have Fortify","30% increased Attack Damage while you have Fortify","Cannot be Stunned while you have Fortify"},["g"]=528,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35185},["in"]={[0]=33940}},[35750]={["id"]=35750,["icon"]="Art/2DArt/SkillIcons/passives/Champion/Conqueror.png",["ks"]=false,["not"]=true,["dn"]="Conqueror",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"100% chance to Taunt on Hit","6% reduced Damage taken if you've Taunted an Enemy Recently","Regenerate 2% of Life per second if you've Taunted an Enemy Recently","Enemies Taunted by you deal 10% less Damage with Hits and\nAilments against other targets"},["g"]=528,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61478},["in"]={[0]=35750}},[56967]={["id"]=56967,["icon"]="Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png",["ks"]=false,["not"]=true,["dn"]="Worthy Foe",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Enemies Taunted by you take 20% increased Damage","Enemies Taunted by you cannot Evade Attacks"},["g"]=528,["o"]=4,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=56967}},[11412]={["id"]=11412,["icon"]="Art/2DArt/SkillIcons/passives/Champion/Inpirational.png",["ks"]=false,["not"]=true,["dn"]="Inspirational",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased effect of Non-Curse Auras from your Skills","You and Allies affected by your placed Banners Regenerate 0.1% of\n Life per second for each Stage","Banner Skills Reserve no Mana","When you create a Banner, it gains 40% of the Stages of your placed Banner","You and nearby Allies have 12% increased Movement Speed"},["g"]=528,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=11412}},[27604]={["id"]=27604,["icon"]="Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png",["ks"]=false,["not"]=true,["dn"]="First to Strike, Last to Fall",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["reminderText"]={"(Intimidated enemies take 10% increased Attack Damage)","(Adrenaline grants 100% increased Damage, 25% increased Attack, Cast and Movement Speed and 10% additional Physical Damage Reduction)"},["spc"]={},["sd"]={"Your Hits permanently Intimidate Enemies that are on Full Life","Gain Adrenaline for 20 seconds when you reach Low Life if you\ndo not have Adrenaline","Recover 25% of Life when you gain Adrenaline","Remove all Ailments and Burning when you gain Adrenaline"},["g"]=528,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=27604}},[41433]={["id"]=41433,["icon"]="Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion, Impale Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating and Armour","8% increased Impale Effect"},["g"]=528,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13374},["in"]={[0]=41433}},[13374]={["id"]=13374,["icon"]="Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png",["ks"]=false,["not"]=true,["dn"]="Master of Metal",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% chance to Impale Enemies on Hit with Attacks","Impales you inflict last 2 additional Hits","If you've Impaled an Enemy Recently, you\nand nearby Allies have +1000 to Armour","You and nearby Allies deal 6 to 12 added Physical Damage for\neach Impale on Enemy"},["g"]=528,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=13374}},[24984]={["id"]=24984,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Champion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=528,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={6982,60508,25111,43725,41433},["in"]={[0]=24984}},[43193]={["id"]=43193,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Elemental Damage","4% increased Attack and Cast Speed"},["g"]=529,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3154},["in"]={[0]=43193}},[57222]={["id"]=57222,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 0.5% of Life per second","10% increased Elemental Damage"},["g"]=529,["o"]=4,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32816},["in"]={[0]=57222}},[10635]={["id"]=10635,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 0.5% of Life per second","10% increased Elemental Damage"},["g"]=529,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39790},["in"]={[0]=10635}},[60769]={["id"]=60769,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+6% to all Elemental Resistances","10% increased Elemental Damage"},["g"]=529,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40059},["in"]={[0]=60769}},[662]={["id"]=662,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Elemental Damage","+15% to Critical Strike Multiplier"},["g"]=529,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53884},["in"]={[0]=662}},[37486]={["id"]=37486,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Elemental Damage","+15% to Critical Strike Multiplier"},["g"]=529,["o"]=4,["oidx"]=12,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48214},["in"]={[0]=37486}},[48214]={["id"]=48214,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png",["ks"]=false,["not"]=true,["dn"]="Inevitable Judgement",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["reminderText"]={"(Ignoring Resistances means your Damage cannot be modified in any way by any Resistance stats)"},["spc"]={},["sd"]={"Critical Strikes ignore Enemy Monster Elemental Resistances","Non-Critical Strikes Penetrate 10% of Enemy Elemental Resistances"},["g"]=529,["o"]=4,["oidx"]=14,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=48214}},[40059]={["id"]=40059,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png",["ks"]=false,["not"]=true,["dn"]="Augury of Penitence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Nearby Enemies take 16% increased Elemental Damage","Nearby Enemies deal 8% less Elemental Damage"},["g"]=529,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=40059}},[3154]={["id"]=3154,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png",["ks"]=false,["not"]=true,["dn"]="Instruments of Virtue",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"30% increased Spell Damage if you've Cast a Spell Recently","50% increased Attack Damage if you've Cast a Spell Recently","20% increased Attack Speed if you've Attacked Recently","30% increased Cast Speed if you've Attacked Recently"},["g"]=529,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=3154}},[32816]={["id"]=32816,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png",["ks"]=false,["not"]=true,["dn"]="Pious Path",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Attack and Cast Speed while on Consecrated Ground","Consecrated Ground you create grants Immunity to Elemental Ailments\nto you and Allies","Regenerate 200 Energy Shield per Second while on Consecrated Ground","Effects of Consecrated Ground you create Linger for 4 seconds"},["g"]=529,["o"]=4,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=32816}},[61871]={["id"]=61871,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Inquisitor",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=529,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={60769,10635,43193,662},["in"]={[0]=61871}},[53884]={["id"]=53884,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png",["ks"]=false,["not"]=true,["dn"]="Righteous Providence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"100% increased Critical Strike Chance against Enemies that are affected\nby no Elemental Ailments","+45% to Critical Strike Multiplier against Enemies that are affected\nby Elemental Ailments","20% increased Effect of non-Damaging Ailments on Enemies"},["g"]=530,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37486},["in"]={[0]=53884}},[7618]={["id"]=7618,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Dex.png",["ks"]=false,["not"]=true,["dn"]="Path of the Ranger",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=2,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Can Allocate Passives from the Ranger's starting point"},["g"]=531,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={45035,39821},["in"]={[0]=7618}},[42671]={["id"]=42671,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=531,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7618},["in"]={[0]=42671}},[38689]={["id"]=38689,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=531,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49532},["in"]={[0]=38689}},[31598]={["id"]=31598,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+40 to Dexterity"},["g"]=531,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=40,["ia"]=0,["out"]={[0]=38689},["in"]={[0]=31598}},[49532]={["id"]=49532,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png",["ks"]=false,["not"]=true,["dn"]="Ranger Ascendancy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=true,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(Choose one of the three attached options)"},["spc"]={},["sd"]={},["g"]=531,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42671,8656,34567,9327},["in"]={[0]=49532}},[24755]={["id"]=24755,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Str.png",["ks"]=false,["not"]=true,["dn"]="Path of the Marauder",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=2,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Can Allocate Passives from the Marauder's starting point"},["g"]=532,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31628,50904},["in"]={[0]=24755}},[33875]={["id"]=33875,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=532,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61437},["in"]={[0]=33875}},[30690]={["id"]=30690,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=532,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24755},["in"]={[0]=30690}},[193]={["id"]=193,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+40 to Strength"},["g"]=532,["o"]=2,["oidx"]=2,["sa"]=40,["da"]=0,["ia"]=0,["out"]={[0]=33875},["in"]={[0]=193}},[61437]={["id"]=61437,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png",["ks"]=false,["not"]=true,["dn"]="Marauder Ascendancy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=true,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(Choose one of the three attached options)"},["spc"]={},["sd"]={},["g"]=532,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30690,4194,61072,57052},["in"]={[0]=61437}},[57052]={["id"]=57052,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png",["ks"]=false,["not"]=false,["dn"]="Chieftain",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Marauder Ascendancy passives)","(Recently refers to the past 4 seconds)"},["spc"]={},["sd"]={"40% increased Fire Damage","Regenerate 2% of Life per second","1% of Damage dealt by your Totems is Leeched to you as Life","20% chance to Cover Rare or Unique Enemies in Ash for 10 Seconds on Hit","10% increased Strength"},["g"]=533,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=57052}},[9327]={["id"]=9327,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png",["ks"]=false,["not"]=false,["dn"]="Pathfinder",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Ranger Ascendancy passives)"},["spc"]={},["sd"]={"10% increased Movement Speed during any Flask Effect","10% increased Attack Speed during any Flask Effect","Flasks gain 3 Charges every 3 seconds","Damage Penetrates 6% of Enemy Elemental Resistances","15% chance for Flasks you use to not consume Charges"},["g"]=534,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9327}},[12597]={["id"]=12597,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png",["ks"]=false,["not"]=false,["dn"]="Occultist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Witch Ascendancy passives)"},["spc"]={},["sd"]={"You can apply an additional Curse","10% increased Effect of your Curses","Regenerate 1.5% of Energy Shield per second","Cannot Be Stunned while you have Energy Shield"},["g"]=535,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=12597}},[34774]={["id"]=34774,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png",["ks"]=false,["not"]=false,["dn"]="Gladiator",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Duelist Ascendancy passives)","(Bleeding deals Physical Damage over time, based on the base Physical Damage of the Skill. Damage is higher while moving)","(Blinded enemies have their Chance to Hit halved)"},["spc"]={},["sd"]={"15% Chance to Block Attack Damage","15% Chance to Block Spell Damage","+3% to maximum Chance to Block Attack Damage","10% chance to Blind Enemies on Hit with Attacks","25% more Damage with Bleeding"},["g"]=536,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=34774}},[39598]={["id"]=39598,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Champion.png",["ks"]=false,["not"]=false,["dn"]="Champion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Duelist Ascendancy passives)","(Fortify grants 20% less Damage Taken from Hits)","(Enemies you Taunt can only target you, and deal 10% less damage to anyone else. Taunt lasts for 3 seconds)","(Intimidated enemies take 10% increased Attack Damage)","(When an Impaled enemy is hit, the Impale reflects 10% of the physical damage of the Impaling hit to that enemy. Impale lasts for 5 hits)"},["spc"]={},["sd"]={"10% chance to Fortify on Melee hit","Enemies Taunted by you take 10% increased Damage","25% chance to Taunt on Hit","Your Hits permanently Intimidate Enemies that are on Full Life","20% chance to Impale Enemies on Hit with Attacks","You and nearby Allies have 8% increased Movement Speed"},["g"]=537,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=39598}},[43962]={["id"]=43962,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png",["ks"]=false,["not"]=false,["dn"]="Inquisitor",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Templar Ascendancy passives)","(Allies on your Consecrated Ground Regenerate a percentage of their Maximum Life per second. Hits against Enemies on your Consecrated Ground have increased Critical Strike Chance)","(Elemental Ailments are Ignited, Scorched, Chilled, Frozen, Brittle, Shocked, and Sapped)"},["spc"]={},["sd"]={"+30% to Critical Strike Multiplier against Enemies that are affected\nby Elemental Ailments","Damage Penetrates 6% of Enemy Elemental Resistances","10% chance to create Consecrated Ground when you Hit a Rare or Unique Enemy, lasting 8 seconds","Immune to Elemental Ailments while on Consecrated Ground","Nearby Enemies take 10% increased Elemental Damage"},["g"]=538,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=43962}},[30919]={["id"]=30919,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png",["ks"]=false,["not"]=false,["dn"]="Guardian",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Templar Ascendancy passives)"},["spc"]={},["sd"]={"25% reduced Effect of Curses on you","Auras from your Skills grant +1% Physical Damage Reduction to you and Allies","Every 5 seconds, Regenerate 20% of Life over one second","You and nearby Party Members Share Power, Frenzy and Endurance Charges with each other","While there are at least five nearby Allies, you and nearby Allies have Onslaught"},["g"]=539,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=30919}},[59482]={["id"]=59482,["icon"]="Art/2DArt/SkillIcons/passives/lifepercentage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 0.6% of Life per second"},["g"]=540,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46896},["in"]={[0]=59482}},[46896]={["id"]=46896,["icon"]="Art/2DArt/SkillIcons/passives/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Damage Over Time and Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage over Time","Regenerate 0.4% of Life per second"},["g"]=540,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={46896,46896,46896}},[4973]={["id"]=4973,["icon"]="Art/2DArt/SkillIcons/passives/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage over Time"},["g"]=540,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5129},["in"]={[0]=4973}},[5129]={["id"]=5129,["icon"]="Art/2DArt/SkillIcons/passives/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage over Time"},["g"]=540,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46896},["in"]={[0]=5129}},[9864]={["id"]=9864,["icon"]="Art/2DArt/SkillIcons/passives/GrowthandDecay.png",["ks"]=false,["not"]=true,["dn"]="Growth and Decay",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Damage over Time","+10% to Damage over Time Multiplier","Regenerate 1% of Life per second"},["g"]=540,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={59482,4973},["in"]={}},[58442]={["id"]=58442,["icon"]="Art/2DArt/SkillIcons/passives/MasteryChaos.png",["ks"]=false,["not"]=false,["dn"]="Chaos Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=540,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[34763]={["id"]=34763,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage.png",["ks"]=false,["not"]=false,["dn"]="Damage Over Time and Chaos Damage Over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Chaos Damage over Time Multiplier","10% increased Chaos Damage"},["g"]=541,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42907},["in"]={[0]=34763}},[30110]={["id"]=30110,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage.png",["ks"]=false,["not"]=false,["dn"]="Damage Over Time and Chaos Damage Over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Chaos Damage over Time Multiplier","10% increased Chaos Damage"},["g"]=541,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53013},["in"]={[0]=30110}},[42907]={["id"]=42907,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage.png",["ks"]=false,["not"]=false,["dn"]="Damage Over Time and Chaos Damage Over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Chaos Damage over Time Multiplier","10% increased Chaos Damage"},["g"]=541,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30110},["in"]={[0]=42907}},[53013]={["id"]=53013,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage2.png",["ks"]=false,["not"]=true,["dn"]="Atrophy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10% to Chaos Damage over Time Multiplier","20% increased Chaos Damage","4% increased Cast Speed with Chaos Skills","+8% to Chaos Resistance"},["g"]=541,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=53013}},[21693]={["id"]=21693,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png",["ks"]=false,["not"]=false,["dn"]="Physical Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage"},["g"]=541,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5613},["in"]={[0]=21693}},[5613]={["id"]=5613,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png",["ks"]=false,["not"]=false,["dn"]="Physical Damage and Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack and Cast Speed","8% increased Physical Damage"},["g"]=541,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38539},["in"]={[0]=5613}},[38539]={["id"]=38539,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png",["ks"]=false,["not"]=false,["dn"]="Physical Damage and Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack and Cast Speed","8% increased Physical Damage"},["g"]=541,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54713},["in"]={[0]=38539}},[54713]={["id"]=54713,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png",["ks"]=false,["not"]=true,["dn"]="Force Shaper",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Gain 4% of Physical Damage as Extra Chaos Damage","4% increased Attack and Cast Speed","10% reduced Physical Damage taken over time","20% increased Physical Damage"},["g"]=541,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=54713}},[23616]={["id"]=23616,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png",["ks"]=false,["not"]=false,["dn"]="Physical and Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Chaos Damage","10% increased Physical Damage"},["g"]=541,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34763,21693},["in"]={[0]=23616}},[16874]={["id"]=16874,["icon"]="Art/2DArt/SkillIcons/passives/MasteryPhysicalAndChaos.png",["ks"]=false,["not"]=false,["dn"]="Physical and Chaos Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=541,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[54574]={["id"]=54574,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Trap Damage"},["g"]=542,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54974},["in"]={[0]=54574}},[54974]={["id"]=54974,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap Damage and Trigger Area",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Trap Damage","20% increased Trap Trigger Area of Effect"},["g"]=542,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51786},["in"]={[0]=54974}},[59605]={["id"]=59605,["icon"]="Art/2DArt/SkillIcons/passives/Trap2.png",["ks"]=false,["not"]=true,["dn"]="Unstable Munitions",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Trap Damage","8% increased Area of Effect","40% increased Trap Trigger Area of Effect"},["g"]=542,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54574},["in"]={}},[17849]={["id"]=17849,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Mine Damage"},["g"]=543,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={17849,17849}},[33911]={["id"]=33911,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage and Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Mine Damage","4% increased Mine Throwing Speed"},["g"]=543,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21602},["in"]={[0]=33911}},[21602]={["id"]=21602,["icon"]="Art/2DArt/SkillIcons/passives/MineTrap.png",["ks"]=false,["not"]=true,["dn"]="Destructive Apparatus",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Mine Damage","40% increased Mine Duration","10% increased Mine Throwing Speed","Each Mine applies 2% reduced Damage dealt to Enemies near it, up to 10%"},["g"]=543,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=21602}},[57615]={["id"]=57615,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Mine Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Mine Throwing Speed"},["g"]=543,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={17849,33911},["in"]={}},[44543]={["id"]=44543,["icon"]="Art/2DArt/SkillIcons/passives/MineMastery.png",["ks"]=false,["not"]=false,["dn"]="Mine Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=543,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[11364]={["id"]=11364,["icon"]="Art/2DArt/SkillIcons/passives/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Poison and Bleed Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Damage with Bleeding","25% increased Damage with Poison"},["g"]=544,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8544},["in"]={[0]=11364}},[43684]={["id"]=43684,["icon"]="Art/2DArt/SkillIcons/passives/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Poison and Bleed Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Attacks have 20% chance to cause Bleeding","20% chance to Poison on Hit"},["g"]=544,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11364},["in"]={[0]=43684}},[59766]={["id"]=59766,["icon"]="Art/2DArt/SkillIcons/passives/BleedPoison.png",["ks"]=false,["not"]=true,["dn"]="Dirty Techniques",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10% to Damage over Time Multiplier","20% increased Poison Duration","20% increased Bleeding Duration","Bleeding you inflict deals Damage 5% faster","Poisons you inflict deal Damage 5% faster"},["g"]=544,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43684},["in"]={}},[32802]={["id"]=32802,["icon"]="Art/2DArt/SkillIcons/passives/Poison.png",["ks"]=false,["not"]=false,["dn"]="Chaos Damage with Attacks and Poison Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Damage over Time Multiplier for Poison","15% increased Chaos Damage with Attack Skills"},["g"]=545,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25766},["in"]={32802,32802}},[25766]={["id"]=25766,["icon"]="Art/2DArt/SkillIcons/passives/Poison.png",["ks"]=false,["not"]=false,["dn"]="Chance to Poison",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% chance to Poison on Hit"},["g"]=545,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16236},["in"]={[0]=25766}},[16236]={["id"]=16236,["icon"]="Art/2DArt/SkillIcons/passives/Poison.png",["ks"]=false,["not"]=true,["dn"]="Toxic Strikes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+8% to Damage over Time Multiplier for Poison","10% increased Poison Duration","10% chance to Poison on Hit","30% increased Chaos Damage with Attack Skills"},["g"]=545,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32802},["in"]={[0]=16236}},[4568]={["id"]=4568,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Attack and Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Attack Damage","Minions deal 6% increased Damage"},["g"]=546,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35724},["in"]={[0]=4568}},[420]={["id"]=420,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Attack and Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Attack Damage","Minions deal 6% increased Damage"},["g"]=546,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49254,9294},["in"]={}},[33923]={["id"]=33923,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=546,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59005},["in"]={[0]=33923}},[59005]={["id"]=59005,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=546,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61217},["in"]={[0]=59005}},[61217]={["id"]=61217,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=546,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49254},["in"]={[0]=61217}},[9294]={["id"]=9294,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Attack and Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Attack Damage","Minions deal 6% increased Damage"},["g"]=546,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4568},["in"]={[0]=9294}},[63639]={["id"]=63639,["icon"]="Art/2DArt/SkillIcons/passives/damage_blue.png",["ks"]=false,["not"]=false,["dn"]="Damage and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage","+10 to maximum Energy Shield"},["g"]=547,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={64501,62069},["in"]={[0]=63639}},[59728]={["id"]=59728,["icon"]="Art/2DArt/SkillIcons/passives/areaofeffect.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area Damage"},["g"]=548,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61308},["in"]={[0]=59728}},[29033]={["id"]=29033,["icon"]="Art/2DArt/SkillIcons/passives/Brand1.png",["ks"]=false,["not"]=false,["dn"]="Brand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage with Brand Skills"},["g"]=549,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={51954,31875},["in"]={}},[51954]={["id"]=51954,["icon"]="Art/2DArt/SkillIcons/passives/Brand1.png",["ks"]=false,["not"]=false,["dn"]="Brand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage with Brand Skills"},["g"]=549,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29861},["in"]={[0]=51954}},[29861]={["id"]=29861,["icon"]="Art/2DArt/SkillIcons/passives/Brand2.png",["ks"]=false,["not"]=true,["dn"]="Explosive Runes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"You can Cast an additional Brand","20% increased Damage with Brand Skills","10% increased Brand Attachment range"},["g"]=549,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=29861}},[50382]={["id"]=50382,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Cast Speed while Dual Wielding"},["g"]=550,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40366},["in"]={50382,50382}},[6616]={["id"]=6616,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Cast Speed and Movement Skill Cooldown Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Cast Speed while Dual Wielding","15% increased Cooldown Recovery Speed of Movement Skills"},["g"]=550,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48093},["in"]={[0]=6616}},[48093]={["id"]=48093,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Cast Speed and Movement Skill Cooldown Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Cast Speed while Dual Wielding","15% increased Cooldown Recovery Speed of Movement Skills"},["g"]=550,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50382},["in"]={[0]=48093}},[16743]={["id"]=16743,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Spell Damage and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage while Dual Wielding","3% increased Movement Speed"},["g"]=550,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34560},["in"]={[0]=16743}},[34560]={["id"]=34560,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Spell Damage and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage while Dual Wielding","3% increased Movement Speed"},["g"]=550,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50382},["in"]={[0]=34560}},[44824]={["id"]=44824,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNotable.png",["ks"]=false,["not"]=true,["dn"]="Dark Arts",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Cast Speed while Dual Wielding","10% increased Attack and Cast Speed if you've used a Movement Skill Recently","30% increased Mana Regeneration if you've used a Movement Skill Recently","+10 to Dexterity and Intelligence"},["g"]=550,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=10,["out"]={6616,16743},["in"]={}},[19833]={["id"]=19833,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Arcane Dual Wield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=550,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[26585]={["id"]=26585,["icon"]="Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png",["ks"]=false,["not"]=false,["dn"]="Staff Spell Damage and Chaos Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Spell Damage while wielding a Staff","+6% to Chaos Resistance"},["g"]=551,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={7918,40075},["in"]={}},[40075]={["id"]=40075,["icon"]="Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Staff Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Spell Damage while wielding a Staff"},["g"]=551,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49534},["in"]={40075,40075}},[49534]={["id"]=49534,["icon"]="Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png",["ks"]=false,["not"]=false,["dn"]="Staff Spell Damage and Spell Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while wielding a Staff","10% increased Spell Damage while wielding a Staff"},["g"]=551,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={49534,49534}},[42485]={["id"]=42485,["icon"]="Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png",["ks"]=false,["not"]=false,["dn"]="Staff Spell Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage while wielding a Staff","+2% Chance to Block Attack Damage while wielding a Staff"},["g"]=551,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49534},["in"]={[0]=42485}},[7918]={["id"]=7918,["icon"]="Art/2DArt/SkillIcons/passives/StaffNotable.png",["ks"]=false,["not"]=true,["dn"]="Enigmatic Defence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% Chance to Block Spell Damage while wielding a Staff","15% increased Spell Damage while wielding a Staff","10% chance to gain Unholy Might on block for 3 seconds","+5% Chance to Block Attack Damage while wielding a Staff"},["g"]=551,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42485},["in"]={[0]=7918}},[6861]={["id"]=6861,["icon"]="Art/2DArt/SkillIcons/passives/StaffMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Arcane Staff Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=551,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[51801]={["id"]=51801,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=false,["dn"]="Spell Area of Effect and Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage","Spell Skills have 5% increased Area of Effect"},["g"]=552,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14745},["in"]={[0]=51801}},[14745]={["id"]=14745,["icon"]="Art/2DArt/SkillIcons/passives/areaofeffect.png",["ks"]=false,["not"]=false,["dn"]="Spell Area of Effect and Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage","Spell Skills have 5% increased Area of Effect"},["g"]=552,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={14745,14745}},[53573]={["id"]=53573,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=true,["dn"]="Arcane Expanse",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Spell Damage","10% increased Area of Effect if you've Killed Recently","Spell Skills have 10% increased Area of Effect","+10 to Intelligence"},["g"]=552,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=51801},["in"]={}},[37887]={["id"]=37887,["icon"]="Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png",["ks"]=false,["not"]=false,["dn"]="One Handed Melee Damage and Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with One Handed Melee Weapons","0.4% of Physical Attack Damage Leeched as Life","10% increased total Recovery per second from Life Leech","12% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=553,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29359},["in"]={[0]=37887}},[17934]={["id"]=17934,["icon"]="Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png",["ks"]=false,["not"]=false,["dn"]="One Handed Melee Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with One Handed Melee Weapons","4% increased Attack Speed with One Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=553,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63727},["in"]={[0]=17934}},[29359]={["id"]=29359,["icon"]="Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png",["ks"]=false,["not"]=false,["dn"]="One Handed Melee Damage and Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with One Handed Melee Weapons","0.4% of Physical Attack Damage Leeched as Life","12% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=553,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17934},["in"]={29359,29359}},[63727]={["id"]=63727,["icon"]="Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png",["ks"]=false,["not"]=true,["dn"]="Gladiator's Perseverance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Physical Damage with One Handed Melee Weapons","0.6% of Physical Attack Damage Leeched as Life","10% increased Maximum total Recovery per second from Life Leech","20% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon","20% increased Attack Damage while Leeching"},["g"]=553,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37887},["in"]={[0]=63727}},[29110]={["id"]=29110,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupOneHand.png",["ks"]=false,["not"]=false,["dn"]="One Hand Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=553,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[9786]={["id"]=9786,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating","3% increased Movement Speed"},["g"]=554,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={4573,33558},["in"]={[0]=9786}},[4573]={["id"]=4573,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Movement Skill Cooldown Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Evasion Rating","10% increased Cooldown Recovery Speed of Movement Skills"},["g"]=554,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={4573,4573}},[33558]={["id"]=33558,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Evasion Rating","3% increased Movement Speed"},["g"]=554,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3309},["in"]={[0]=33558}},[3309]={["id"]=3309,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=true,["dn"]="Fleetfoot",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Evasion Rating","5% increased Movement Speed","10% increased Attack and Cast Speed if you've used a Movement Skill Recently","20% increased Cooldown Recovery Speed of Movement Skills"},["g"]=554,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4573},["in"]={[0]=3309}},[56917]={["id"]=56917,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=554,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[56814]={["id"]=56814,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Blind Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating","20% increased Blind duration"},["g"]=555,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={36287,46694,11850},["in"]={}},[46694]={["id"]=46694,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Blind Avoidance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+100 to Evasion Rating","14% increased Evasion Rating","40% chance to Avoid Blind"},["g"]=555,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17608},["in"]={[0]=46694}},[11850]={["id"]=11850,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Blind Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Evasion Rating","5% chance to Blind Enemies on Hit with Attacks"},["g"]=555,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17608},["in"]={[0]=11850}},[17608]={["id"]=17608,["icon"]="Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png",["ks"]=false,["not"]=true,["dn"]="Silent Steps",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Evasion Rating","60% chance to Avoid Blind","5% reduced Damage taken from Blinded Enemies"},["g"]=555,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={17608,17608}},[50154]={["id"]=50154,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=555,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[45033]={["id"]=45033,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Phasing",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating","10% chance to gain Phasing for 4 seconds on Kill"},["g"]=556,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15344},["in"]={[0]=45033}},[53324]={["id"]=53324,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Phasing",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating","10% chance to gain Phasing for 4 seconds on Kill"},["g"]=556,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45033},["in"]={[0]=53324}},[15344]={["id"]=15344,["icon"]="Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png",["ks"]=false,["not"]=true,["dn"]="Freedom of Movement",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Evasion Rating","5% chance to Dodge Attack Hits while Phasing","10% increased Movement Speed while Phasing","10% chance to gain Phasing for 4 seconds on Kill"},["g"]=556,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=15344}},[2957]={["id"]=2957,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+150 to Armour","12% increased Armour"},["g"]=557,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54629},["in"]={[0]=2957}},[64221]={["id"]=64221,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Endurance Charges",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Armour","10% chance to gain an Endurance Charge when you are Hit"},["g"]=557,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54629},["in"]={[0]=64221}},[39678]={["id"]=39678,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Armour"},["g"]=557,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={2957,64221},["in"]={[0]=39678}},[54629]={["id"]=54629,["icon"]="Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png",["ks"]=false,["not"]=true,["dn"]="Inexorable",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Armour","Regenerate 0.2% of Life per second per Endurance Charge","10% chance to gain an Endurance Charge when you are Hit","Enemies have -5% to Total Physical Damage Reduction against your Hits","30% increased Armour while stationary"},["g"]=557,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={54629,54629}},[58407]={["id"]=58407,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupArmour.png",["ks"]=false,["not"]=false,["dn"]="Armour Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=557,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[9844]={["id"]=9844,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png",["ks"]=false,["not"]=false,["dn"]="Channelling Attack Speed and Stun Avoidance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills have 4% increased Attack Speed","10% chance to Avoid being Stunned while Channelling"},["g"]=558,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46593},["in"]={[0]=9844}},[1513]={["id"]=1513,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png",["ks"]=false,["not"]=false,["dn"]="Channelling Attack Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills deal 8% increased Attack Damage","Channelling Skills have 3% increased Attack Speed"},["g"]=558,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12412,9844},["in"]={}},[46593]={["id"]=46593,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png",["ks"]=false,["not"]=false,["dn"]="Channelling Attack Speed and Stun Avoidance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills have 4% increased Attack Speed","10% chance to Avoid being Stunned while Channelling"},["g"]=558,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=2959},["in"]={[0]=46593}},[2959]={["id"]=2959,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png",["ks"]=false,["not"]=true,["dn"]="Unpredictable Offensive",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% chance to Dodge Attack Hits while Channelling","Channelling Skills have 10% increased Attack Speed","20% chance to Avoid being Stunned while Channelling"},["g"]=558,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=2959}},[22914]={["id"]=22914,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Channelling Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=558,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[53292]={["id"]=53292,["icon"]="Art/2DArt/SkillIcons/passives/ImapleNode.png",["ks"]=false,["not"]=false,["dn"]="Impale Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Impale Effect"},["g"]=559,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15124},["in"]={[0]=53292}},[40841]={["id"]=40841,["icon"]="Art/2DArt/SkillIcons/passives/ImpaleNode2.png",["ks"]=false,["not"]=false,["dn"]="Impale Chance and Physical Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Attack Physical Damage","5% chance to Impale Enemies on Hit with Attacks"},["g"]=559,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={59833,53292},["in"]={[0]=40841}},[59833]={["id"]=59833,["icon"]="Art/2DArt/SkillIcons/passives/ImpaleNode2.png",["ks"]=false,["not"]=false,["dn"]="Impale Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% chance to Impale Enemies on Hit with Attacks"},["g"]=559,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9194},["in"]={[0]=59833}},[15124]={["id"]=15124,["icon"]="Art/2DArt/SkillIcons/passives/ImapleNode.png",["ks"]=false,["not"]=false,["dn"]="Impale Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Impale Effect"},["g"]=559,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9194},["in"]={[0]=15124}},[9194]={["id"]=9194,["icon"]="Art/2DArt/SkillIcons/passives/ImpaleNotable1.png",["ks"]=false,["not"]=true,["dn"]="Swift Skewering",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Attack Physical Damage","5% increased Attack Speed","Enemies you Impale have -10% to Total Physical Damage Reduction against Impale Hits","15% chance to Impale Enemies on Hit with Attacks"},["g"]=559,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={9194,9194}},[11596]={["id"]=11596,["icon"]="Art/2DArt/SkillIcons/passives/ImpaleMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Impale Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=559,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[23951]={["id"]=23951,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Movement Speed per Frenzy Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"2% increased Movement Speed per Frenzy Charge"},["g"]=560,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16213},["in"]={[0]=23951}},[57449]={["id"]=57449,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Evasion per Frenzy Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Evasion Rating per Frenzy Charge"},["g"]=560,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23951},["in"]={[0]=57449}},[16213]={["id"]=16213,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed per Frenzy Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"2% increased Attack Speed per Frenzy Charge"},["g"]=560,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58921},["in"]={[0]=16213}},[58921]={["id"]=58921,["icon"]="Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png",["ks"]=false,["not"]=true,["dn"]="Disciple of the Slaughter",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1 to Minimum Frenzy Charges","5% chance to gain a Frenzy Charge on Kill","5% increased Damage per Frenzy Charge"},["g"]=560,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=58921}},[57011]={["id"]=57011,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Stun Duration per Endurance Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Stun Duration on Enemies per Endurance Charge"},["g"]=560,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65485},["in"]={[0]=57011}},[65485]={["id"]=65485,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration per Endurance Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 0.2% of Life per second per Endurance Charge"},["g"]=560,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32690},["in"]={[0]=65485}},[32690]={["id"]=32690,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect per Endurance Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Area of Effect per Endurance Charge"},["g"]=560,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=64882},["in"]={[0]=32690}},[64882]={["id"]=64882,["icon"]="Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png",["ks"]=false,["not"]=true,["dn"]="Disciple of the Unyielding",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1 to Minimum Endurance Charges","5% chance to gain an Endurance Charge on Kill","5% increased Damage per Endurance Charge"},["g"]=560,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=64882}},[7013]={["id"]=7013,["icon"]="Art/2DArt/SkillIcons/passives/EnduranceFrenzyChargeMastery.png",["ks"]=false,["not"]=false,["dn"]="Frenzy and Endurance Charge Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=560,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[11678]={["id"]=11678,["icon"]="Art/2DArt/SkillIcons/passives/ProjectilesNode2.png",["ks"]=false,["not"]=false,["dn"]="Projectile Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Projectile Attack Damage"},["g"]=561,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={44306,36912,30679},["in"]={}},[36912]={["id"]=36912,["icon"]="Art/2DArt/SkillIcons/passives/ProjectilesNode2.png",["ks"]=false,["not"]=false,["dn"]="Projectile Attack Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","10% increased Projectile Attack Damage"},["g"]=561,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8458},["in"]={[0]=36912}},[59625]={["id"]=59625,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Speed and Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Speed","10% increased Projectile Attack Damage"},["g"]=561,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8458},["in"]={[0]=59625}},[44306]={["id"]=44306,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Speed and Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Speed","10% increased Projectile Attack Damage"},["g"]=561,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59625},["in"]={[0]=44306}},[8458]={["id"]=8458,["icon"]="Art/2DArt/SkillIcons/passives/ProjectilesNode2.png",["ks"]=false,["not"]=true,["dn"]="Longshot",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Projectile Speed","20% increased Projectile Attack Damage","Projectiles gain Damage as they travel farther, dealing up\nto 40% increased Damage with Hits to targets"},["g"]=561,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={8458,8458}},[35496]={["id"]=35496,["icon"]="Art/2DArt/SkillIcons/passives/MasteryProjectiles.png",["ks"]=false,["not"]=false,["dn"]="Projectile Attack Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=561,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[25531]={["id"]=25531,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to Strength"},["g"]=562,["o"]=1,["oidx"]=4,["sa"]=15,["da"]=0,["ia"]=0,["out"]={19884,14930},["in"]={}},[19884]={["id"]=19884,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to Strength"},["g"]=562,["o"]=1,["oidx"]=0,["sa"]=15,["da"]=0,["ia"]=0,["out"]={[0]=49772},["in"]={[0]=19884}},[49772]={["id"]=49772,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=true,["dn"]="Utmost Might",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+40 to Strength","8% increased Strength"},["g"]=562,["o"]=1,["oidx"]=2,["sa"]=40,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=49772}},[27592]={["id"]=27592,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to Intelligence"},["g"]=563,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=15,["out"]={44924,33310},["in"]={}},[44924]={["id"]=44924,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to Intelligence"},["g"]=563,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=15,["out"]={[0]=55114},["in"]={[0]=44924}},[55114]={["id"]=55114,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=true,["dn"]="Utmost Intellect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+40 to Intelligence","8% increased Intelligence"},["g"]=563,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=40,["out"]={},["in"]={[0]=55114}},[45341]={["id"]=45341,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Axes","8% increased Accuracy Rating with Axes","12% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=564,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=60031},["in"]={[0]=45341}},[6043]={["id"]=6043,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Axes","8% increased Accuracy Rating with Axes","12% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=564,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45341},["in"]={[0]=6043}},[50340]={["id"]=50340,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Axes","8% increased Accuracy Rating with Axes","10% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=564,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={24865,6043},["in"]={}},[60031]={["id"]=60031,["icon"]="Art/2DArt/SkillIcons/passives/AxeNotable1.png",["ks"]=false,["not"]=true,["dn"]="Harvester of Foes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Damage with Axes","12% increased Accuracy Rating with Axes","15% increased Attack Speed while Leeching","20% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=564,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=60031}},[9227]={["id"]=9227,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=564,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[19388]={["id"]=19388,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Axes","10% increased Accuracy Rating with Axes"},["g"]=565,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52090},["in"]={[0]=19388}},[23852]={["id"]=23852,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Axes","12% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=565,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={32519,19388},["in"]={[0]=23852}},[32519]={["id"]=32519,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Axes","20% increased Critical Strike Chance with Axes","10% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=565,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26188},["in"]={[0]=32519}},[26188]={["id"]=26188,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Axes","20% increased Critical Strike Chance with Axes","10% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=565,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52090},["in"]={[0]=26188}},[52090]={["id"]=52090,["icon"]="Art/2DArt/SkillIcons/passives/AxeNotable2.png",["ks"]=false,["not"]=true,["dn"]="Feller of Foes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Damage with Axes","+30% to Critical Strike Multiplier with Axes","+200 to Accuracy Rating with Axes","30% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=565,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={52090,52090}},[55192]={["id"]=55192,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=565,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[43822]={["id"]=43822,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Maces and Sceptres","10% increased Stun Duration on Enemies","12% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=566,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={35992,2411},["in"]={[0]=43822}},[2411]={["id"]=2411,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Maces and Sceptres","5% chance to double Stun Duration","14% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=566,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5126},["in"]={[0]=2411}},[35992]={["id"]=35992,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Reduced Enemy Stun Threshold",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Maces and Sceptres","5% reduced Enemy Stun Threshold with Maces and Sceptres","14% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=566,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5126},["in"]={[0]=35992}},[5126]={["id"]=5126,["icon"]="Art/2DArt/SkillIcons/passives/stunmace.png",["ks"]=false,["not"]=true,["dn"]="Spinecruncher",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"28% increased Physical Damage with Maces and Sceptres","Enemies have -12% to Total Physical Damage Reduction against your Hits","50% increased Stun Duration against Enemies that are on Full Life","10% chance to double Stun Duration","28% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=566,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={5126,5126}},[22391]={["id"]=22391,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMace.png",["ks"]=false,["not"]=false,["dn"]="Mace Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=566,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[23904]={["id"]=23904,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.png",["ks"]=false,["not"]=false,["dn"]="Two Hand Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=567,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[15438]={["id"]=15438,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","10% increased Stun Duration with Two Handed Melee Weapons on Enemies","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=567,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49412,8426},["in"]={}},[8426]={["id"]=8426,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Reduced Enemy Stun Threshold",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","5% reduced Enemy Stun Threshold","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=567,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29034},["in"]={[0]=8426}},[29034]={["id"]=29034,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","20% increased Stun Duration with Two Handed Melee Weapons on Enemies","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=567,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35436},["in"]={[0]=29034}},[35436]={["id"]=35436,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=true,["dn"]="Kinetic Impacts",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Physical Damage with Two Handed Melee Weapons","Enemies have -15% to Total Physical Damage Reduction against your Hits","10% chance to double Stun Duration","24% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon","4% chance to deal Double Damage"},["g"]=567,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=35436}},[44922]={["id"]=44922,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Shield Damage and Defences",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Attack Damage while holding a Shield","30% increased Defences from Equipped Shield","Attack Skills deal 14% increased Damage with Ailments while holding a Shield"},["g"]=568,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48813},["in"]={[0]=44922}},[48813]={["id"]=48813,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Shield Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Attack Damage while holding a Shield","Attack Skills deal 12% increased Damage with Ailments while holding a Shield","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=568,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=861},["in"]={[0]=48813}},[10851]={["id"]=10851,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Shield Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Attack Damage while holding a Shield","Attack Skills deal 10% increased Damage with Ailments while holding a Shield","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=568,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44922},["in"]={[0]=10851}},[861]={["id"]=861,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=true,["dn"]="Aggressive Bastion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Physical Attack Damage while holding a Shield","Attack Skills deal 30% increased Damage with Ailments while holding a Shield","5% chance to gain an Endurance Charge on Kill while holding a Shield","+4% Chance to Block Attack Damage while holding a Shield"},["g"]=568,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=861}},[788]={["id"]=788,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupShield.png",["ks"]=false,["not"]=false,["dn"]="Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=568,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[22472]={["id"]=22472,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=569,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={28076,57167},["in"]={[0]=22472}},[57167]={["id"]=57167,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Arcane Surge Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","10% increased Effect of Arcane Surge on you"},["g"]=569,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51108},["in"]={[0]=57167}},[28076]={["id"]=28076,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Mana Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","10% increased Mana Regeneration Rate"},["g"]=569,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51108},["in"]={[0]=28076}},[51108]={["id"]=51108,["icon"]="Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png",["ks"]=false,["not"]=true,["dn"]="Arcane Capacitor",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased maximum Mana","10% increased Effect of Arcane Surge on you per\n200 Mana spent Recently, up to 50%","10% chance to gain Arcane Surge when you Kill an Enemy"},["g"]=569,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={51108,51108}},[47387]={["id"]=47387,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMana.png",["ks"]=false,["not"]=false,["dn"]="Mana Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=569,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[9370]={["id"]=9370,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 4% increased Movement Speed","Minions deal 8% increased Damage"},["g"]=570,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={44360,49651},["in"]={}},[44360]={["id"]=44360,["icon"]="Art/2DArt/SkillIcons/passives/minionattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Minion Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 5% increased Attack Speed","Minions have 5% increased Cast Speed"},["g"]=570,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6685},["in"]={[0]=44360}},[6685]={["id"]=6685,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 5% increased Movement Speed","Minions deal 10% increased Damage"},["g"]=570,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29381},["in"]={[0]=6685}},[29381]={["id"]=29381,["icon"]="Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png",["ks"]=false,["not"]=true,["dn"]="Ravenous Horde",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased Movement Speed","Minions deal 20% increased Damage","Minions have 5% increased Attack Speed","Minions have 5% increased Cast Speed","Minions have 10% chance to gain Onslaught for 4 seconds on Kill"},["g"]=570,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=29381}},[33772]={["id"]=33772,["icon"]="Art/2DArt/SkillIcons/passives/MinionMastery.png",["ks"]=false,["not"]=false,["dn"]="Minion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=570,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[15167]={["id"]=15167,["icon"]="Art/2DArt/SkillIcons/passives/GolemsNode.png",["ks"]=false,["not"]=false,["dn"]="Golem Life and Buff Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Effect of Buffs granted by your Golems","Golems have 12% increased Maximum Life"},["g"]=571,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={24872,4367},["in"]={}},[24872]={["id"]=24872,["icon"]="Art/2DArt/SkillIcons/passives/GolemsNode.png",["ks"]=false,["not"]=false,["dn"]="Golem Life and Buff Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Effect of Buffs granted by your Golems","Golems have 12% increased Maximum Life"},["g"]=571,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34506},["in"]={[0]=24872}},[34506]={["id"]=34506,["icon"]="Art/2DArt/SkillIcons/passives/GolemsNotable.png",["ks"]=false,["not"]=true,["dn"]="Golem Commander",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Damage while you have a Summoned Golem","30% increased Effect of Buffs granted by your Golems","Golems have 15% increased Maximum Life","+1 to maximum number of Golems"},["g"]=571,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=34506}},[23438]={["id"]=23438,["icon"]="Art/2DArt/SkillIcons/passives/flaskint.png",["ks"]=false,["not"]=false,["dn"]="Mana Flasks and Flask Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Mana Recovery from Flasks","5% increased Flask Effect Duration"},["g"]=572,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={16602,37671},["in"]={}},[16602]={["id"]=16602,["icon"]="Art/2DArt/SkillIcons/passives/flaskint.png",["ks"]=false,["not"]=false,["dn"]="Mana Flasks and Flask Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Mana Recovery from Flasks","5% increased Flask Effect Duration"},["g"]=572,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=41137},["in"]={[0]=16602}},[41137]={["id"]=41137,["icon"]="Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png",["ks"]=false,["not"]=true,["dn"]="Aqueous Accelerant",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Flasks applied to you have 10% increased Effect","8% increased Attack and Cast Speed during Effect of any Mana Flask","10% increased Mana Recovery Rate during Effect of any Mana Flask"},["g"]=572,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=41137}},[31371]={["id"]=31371,["icon"]="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Mine Damage","Skills used by Mines have 6% increased Area of Effect"},["g"]=573,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={40751,36287},["in"]={}},[40751]={["id"]=40751,["icon"]="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Mine Damage","Skills used by Mines have 6% increased Area of Effect"},["g"]=573,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6233},["in"]={[0]=40751}},[6233]={["id"]=6233,["icon"]="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png",["ks"]=false,["not"]=true,["dn"]="Blast Waves",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Skills used by Mines deal 30% increased Area Damage if you Detonated a Mine Recently","Skills used by Mines have 10% increased Area of Effect","Skills used by Mines have 10% increased Area of Effect if you Detonated a Mine Recently"},["g"]=573,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=6233}},[12073]={["id"]=12073,["icon"]="Art/2DArt/SkillIcons/passives/MineMastery.png",["ks"]=false,["not"]=false,["dn"]="Mine Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=574,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[52522]={["id"]=52522,["icon"]="Art/2DArt/SkillIcons/passives/trapsradius.png",["ks"]=false,["not"]=false,["dn"]="Mine Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Critical Strike Chance with Mines"},["g"]=574,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45608},["in"]={[0]=52522}},[11716]={["id"]=11716,["icon"]="Art/2DArt/SkillIcons/passives/trapcriticalstrike.png",["ks"]=false,["not"]=false,["dn"]="Mine Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+20% to Critical Strike Multiplier with Mines"},["g"]=574,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45608},["in"]={[0]=11716}},[42744]={["id"]=42744,["icon"]="Art/2DArt/SkillIcons/passives/trapsradius.png",["ks"]=false,["not"]=false,["dn"]="Mine Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Critical Strike Chance with Mines","+10% to Critical Strike Multiplier with Mines"},["g"]=574,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={52522,11716},["in"]={[0]=42744}},[45608]={["id"]=45608,["icon"]="Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png",["ks"]=false,["not"]=true,["dn"]="Successive Detonations",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance for each Mine Detonated\nRecently, up to 100%","+8% to Critical Strike Multiplier for each Mine Detonated\nRecently, up to 40%"},["g"]=574,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={45608,45608}},[42006]={["id"]=42006,["icon"]="Art/2DArt/SkillIcons/passives/MineManaReservationNode.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage and Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Mine Damage","4% reduced Mana Reservation of Skills that throw Mines"},["g"]=575,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49978,18661},["in"]={}},[18661]={["id"]=18661,["icon"]="Art/2DArt/SkillIcons/passives/MineManaReservationNode.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage and Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Mine Damage","4% reduced Mana Reservation of Skills that throw Mines"},["g"]=575,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44102},["in"]={[0]=18661}},[44102]={["id"]=44102,["icon"]="Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png",["ks"]=false,["not"]=true,["dn"]="Efficient Explosives",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Mine Damage","20% increased Mine Duration","12% reduced Mana Reservation of Skills that throw Mines"},["g"]=575,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=44102}},[9015]={["id"]=9015,["icon"]="Art/2DArt/SkillIcons/passives/DireTorment.png",["ks"]=false,["not"]=true,["dn"]="Dire Torment",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+20% to Damage over Time Multiplier for Ailments from Critical Strikes","30% increased Critical Strike Chance"},["g"]=576,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9015}},[23439]={["id"]=23439,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance"},["g"]=576,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={39524,21301},["in"]={}},[39524]={["id"]=39524,["icon"]="Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png",["ks"]=false,["not"]=false,["dn"]="Critical Ailment Damage Over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+12% to Damage over Time Multiplier for Ailments from Critical Strikes"},["g"]=576,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9015},["in"]={[0]=39524}},[4750]={["id"]=4750,["icon"]="Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Attack and Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Placement speed","Attacks used by Totems have 5% increased Attack Speed"},["g"]=577,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58288},["in"]={[0]=4750}},[58288]={["id"]=58288,["icon"]="Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Attack and Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Placement speed","Attacks used by Totems have 5% increased Attack Speed"},["g"]=577,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={58288,58288}},[63618]={["id"]=63618,["icon"]="Art/2DArt/SkillIcons/passives/RangedTotemDamage.png",["ks"]=false,["not"]=false,["dn"]="Totem Damage and Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Damage","15% increased Totem Placement speed"},["g"]=577,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={4750,32555},["in"]={[0]=63618}},[42632]={["id"]=42632,["icon"]="Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png",["ks"]=false,["not"]=false,["dn"]="Totem Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Totem Skills","+10% to Critical Strike Multiplier with Totem Skills"},["g"]=577,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63618},["in"]={[0]=42632}},[27444]={["id"]=27444,["icon"]="Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png",["ks"]=false,["not"]=false,["dn"]="Totem Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Totem Skills","+10% to Critical Strike Multiplier with Totem Skills"},["g"]=577,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={15290,42632},["in"]={}},[15290]={["id"]=15290,["icon"]="Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png",["ks"]=false,["not"]=true,["dn"]="Watchtowers",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Totem Damage","Attack Skills have +1 to maximum number of Summoned Ballista Totems","1% increased Movement Speed per Summoned Totem","Totems' Action Speed cannot be modified to below base value"},["g"]=577,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58288},["in"]={[0]=15290}},[43846]={["id"]=43846,["icon"]="Art/2DArt/SkillIcons/passives/RangedTotemMastery.png",["ks"]=false,["not"]=false,["dn"]="Totem mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=577,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[38706]={["id"]=38706,["icon"]="Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png",["ks"]=false,["not"]=true,["dn"]="Way of the Warrior",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"16% increased Armour","+16 to maximum Life","16% increased Melee Damage","+30 to Strength"},["g"]=578,["o"]=0,["oidx"]=0,["sa"]=30,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[41307]={["id"]=41307,["icon"]="Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png",["ks"]=false,["not"]=true,["dn"]="Deadly Inclinations",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"18% increased Evasion Rating","+12 to maximum Life","16% increased Projectile Damage","+30 to Dexterity"},["g"]=579,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=30,["ia"]=0,["out"]={},["in"]={}},[62596]={["id"]=62596,["icon"]="Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png",["ks"]=false,["not"]=true,["dn"]="Mystic Talents",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"16% increased Spell Damage","+14 to maximum Energy Shield","25% increased Mana Regeneration Rate","+30 to Intelligence"},["g"]=580,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=30,["out"]={},["in"]={}},[57006]={["id"]=57006,["icon"]="Art/2DArt/SkillIcons/passives/Boomerang.png",["ks"]=false,["not"]=true,["dn"]="Vengeant Cascade",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"15% increased Projectile Speed","Attack Projectiles Return to you from final Target","Returning Projectiles Pierce all Targets"},["g"]=581,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[27119]={["id"]=27119,["icon"]="Art/2DArt/SkillIcons/passives/Lineage.png",["ks"]=false,["not"]=true,["dn"]="Tribal Fury",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"12% increased Melee Damage","Strike Skills target 1 additional nearby Enemy"},["g"]=582,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[52282]={["id"]=52282,["icon"]="Art/2DArt/SkillIcons/passives/BloodPact.png",["ks"]=false,["not"]=true,["dn"]="Tenacity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"5% increased maximum Life","Transfiguration of Body"},["g"]=583,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[5624]={["id"]=5624,["icon"]="Art/2DArt/SkillIcons/passives/MindPact.png",["ks"]=false,["not"]=true,["dn"]="Crusader",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"8% increased maximum Mana","Transfiguration of Mind"},["g"]=584,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[56207]={["id"]=56207,["icon"]="Art/2DArt/SkillIcons/passives/DarkestHour.png",["ks"]=false,["not"]=true,["dn"]="Hardened Scars",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"15% increased Life Recovery from Flasks","You have Fortify during Effect of any Life Flask"},["g"]=585,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[35101]={["id"]=35101,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupFire.png",["ks"]=false,["not"]=false,["dn"]="Ignite Attacks Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=586,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[26365]={["id"]=26365,["icon"]="Art/2DArt/SkillIcons/passives/firedamagestr.png",["ks"]=false,["not"]=false,["dn"]="Weapon Fire Damage and Ignite Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% chance to Ignite","10% increased Fire Damage with Attack Skills"},["g"]=586,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12415,7187},["in"]={[0]=26365}},[12415]={["id"]=12415,["icon"]="Art/2DArt/SkillIcons/passives/firedamagestr.png",["ks"]=false,["not"]=false,["dn"]="Weapon Fire Damage, Ignite Duration and Ignite Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Ignite Duration on Enemies","15% chance to Ignite","10% increased Fire Damage with Attack Skills"},["g"]=586,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36736},["in"]={[0]=12415}},[36736]={["id"]=36736,["icon"]="Art/2DArt/SkillIcons/passives/FireAilment.png",["ks"]=false,["not"]=true,["dn"]="Burning Brutality",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+8% to Fire Damage over Time Multiplier","Ignites you inflict deal Damage 8% faster","24% increased Fire Damage with Attack Skills"},["g"]=586,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={36736,36736}},[7187]={["id"]=7187,["icon"]="Art/2DArt/SkillIcons/passives/firedamagestr.png",["ks"]=false,["not"]=false,["dn"]="Weapon Fire Damage and Burning Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+4% to Fire Damage over Time Multiplier","10% increased Fire Damage with Attack Skills"},["g"]=586,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36736},["in"]={[0]=7187}},[46471]={["id"]=46471,["icon"]="Art/2DArt/SkillIcons/passives/LightingAilment.png",["ks"]=false,["not"]=true,["dn"]="Shocking Strikes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% chance to Shock","30% increased Critical Strike Chance against Shocked Enemies","24% increased Lightning Damage with Attack Skills","15% increased Effect of Shock"},["g"]=599,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=46471}},[21048]={["id"]=21048,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Weapon Lightning Damage and Shock Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Lightning Damage with Attack Skills","10% increased Effect of Shock"},["g"]=599,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46471},["in"]={[0]=21048}},[10555]={["id"]=10555,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Weapon Lightning Damage and Shock Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% chance to Shock","10% increased Lightning Damage with Attack Skills"},["g"]=599,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21048},["in"]={[0]=10555}}},["extraImages"]={[1]={["x"]=-4070.52,["y"]=7.37268,["image"]="Art/2DArt/BaseClassIllustrations/Str.png"},[2]={["x"]=1493.04,["y"]=104.839,["image"]="Art/2DArt/BaseClassIllustrations/Dex.png"},[3]={["x"]=-1533.64,["y"]=-3297.78,["image"]="Art/2DArt/BaseClassIllustrations/Int.png"},[4]={["x"]=-1956.89,["y"]=1203.03,["image"]="Art/2DArt/BaseClassIllustrations/StrDex.png"},[5]={["x"]=-3262.85,["y"]=-2927.48,["image"]="Art/2DArt/BaseClassIllustrations/StrInt.png"},[6]={["x"]=1210.46,["y"]=-3517.19,["image"]="Art/2DArt/BaseClassIllustrations/DexInt.png"}},["min_x"]=-10524,["min_y"]=-7797,["max_x"]=9618,["max_y"]=8284,["assets"]={["PSSkillFrame"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MCwic3AiOjAuMTI0Nn1d/4874910c47/Skill_Frame_Unallocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MCwic3AiOjAuMjEwOX1d/3e5b817806/Skill_Frame_Unallocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MCwic3AiOjAuMjk3Mn1d/157ccd3eb9/Skill_Frame_Unallocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MCwic3AiOjAuMzgzNX1d/31b37b4c99/Skill_Frame_Unallocated.png"},["PSSkillFrameHighlighted"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6Miwic3AiOjAuMTI0Nn1d/12a5c40b4b/Skill_Frame_CanAllocate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6Miwic3AiOjAuMjEwOX1d/138e133fba/Skill_Frame_CanAllocate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6Miwic3AiOjAuMjk3Mn1d/afd4b6bad5/Skill_Frame_CanAllocate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6Miwic3AiOjAuMzgzNX1d/9354a3e29e/Skill_Frame_CanAllocate.png"},["PSSkillFrameActive"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MSwic3AiOjAuMTI0Nn1d/0ae0582589/Skill_Frame_Allocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MSwic3AiOjAuMjEwOX1d/8f675d6cc4/Skill_Frame_Allocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MSwic3AiOjAuMjk3Mn1d/544d5706b4/Skill_Frame_Allocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MSwic3AiOjAuMzgzNX1d/70d8e5ba02/Skill_Frame_Allocated.png"},["KeystoneFrameUnallocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6Mywic3AiOjAuMTI0Nn1d/e4d6465f09/KeystoneFrameUnallocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6Mywic3AiOjAuMjEwOX1d/e154dfadf6/KeystoneFrameUnallocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6Mywic3AiOjAuMjk3Mn1d/39a4035ad7/KeystoneFrameUnallocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6Mywic3AiOjAuMzgzNX1d/4ba547e08c/KeystoneFrameUnallocated.png"},["KeystoneFrameCanAllocate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NSwic3AiOjAuMTI0Nn1d/87c33b6288/KeystoneFrameCanAllocate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NSwic3AiOjAuMjEwOX1d/702f9d1d6d/KeystoneFrameCanAllocate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NSwic3AiOjAuMjk3Mn1d/d46752122e/KeystoneFrameCanAllocate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NSwic3AiOjAuMzgzNX1d/b7c93603d4/KeystoneFrameCanAllocate.png"},["KeystoneFrameAllocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NCwic3AiOjAuMTI0Nn1d/dd9f39f1b7/KeystoneFrameAllocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NCwic3AiOjAuMjEwOX1d/bcd9fd8788/KeystoneFrameAllocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NCwic3AiOjAuMjk3Mn1d/f623ec4270/KeystoneFrameAllocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NCwic3AiOjAuMzgzNX1d/88938886c7/KeystoneFrameAllocated.png"},["PSGroupBackground1"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRTbWFsbCIsInNwIjowLjEyNDZ9XQ/2b0ea50b94/Group_Background_1.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRTbWFsbCIsInNwIjowLjIxMDl9XQ/c9cace5e95/Group_Background_1.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRTbWFsbCIsInNwIjowLjI5NzJ9XQ/8cd72f9533/Group_Background_1.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRTbWFsbCIsInNwIjowLjM4MzV9XQ/79a297401b/Group_Background_1.png"},["PSGroupBackground2"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRNZWRpdW0iLCJzcCI6MC4xMjQ2fV0/9fa88538cd/Group_Background_2.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRNZWRpdW0iLCJzcCI6MC4yMTA5fV0/19980d72a6/Group_Background_2.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRNZWRpdW0iLCJzcCI6MC4yOTcyfV0/e11d327a4e/Group_Background_2.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRNZWRpdW0iLCJzcCI6MC4zODM1fV0/113612444d/Group_Background_2.png"},["PSGroupBackground3"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRMYXJnZUhhbGYiLCJzcCI6MC4xMjQ2fV0/b555832d17/Group_Background_3.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRMYXJnZUhhbGYiLCJzcCI6MC4yMTA5fV0/17e30e56dc/Group_Background_3.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRMYXJnZUhhbGYiLCJzcCI6MC4yOTcyfV0/110e8f1edc/Group_Background_3.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRMYXJnZUhhbGYiLCJzcCI6MC4zODM1fV0/0e8bab014c/Group_Background_3.png"},["Orbit1Normal"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6MSwic3AiOjAuMTI0Nn1d/8e94be2c29/PSOrbit1Normal.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6MSwic3AiOjAuMjEwOX1d/d6b26ae7b3/PSOrbit1Normal.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6MSwic3AiOjAuMjk3Mn1d/7f9eaa2b01/PSOrbit1Normal.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6MSwic3AiOjAuMzgzNX1d/b3a3b31939/PSOrbit1Normal.png"},["Orbit1Intermediate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjEsInNwIjowLjEyNDZ9XQ/e2499118d3/Orbit1Intermediate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjEsInNwIjowLjIxMDl9XQ/e4cf503fec/Orbit1Intermediate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjEsInNwIjowLjI5NzJ9XQ/fd9dcf6d0e/Orbit1Intermediate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjEsInNwIjowLjM4MzV9XQ/12f2022f07/Orbit1Intermediate.png"},["Orbit1Active"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjEsInNwIjowLjEyNDZ9XQ/843999d904/Orbit1Active.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjEsInNwIjowLjIxMDl9XQ/6ac810784d/Orbit1Active.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjEsInNwIjowLjI5NzJ9XQ/d29f19876d/Orbit1Active.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjEsInNwIjowLjM4MzV9XQ/a66fdd9072/Orbit1Active.png"},["Orbit2Normal"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6Miwic3AiOjAuMTI0Nn1d/9d1150b854/Orbit2Normal.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6Miwic3AiOjAuMjEwOX1d/eb3a2a06ff/Orbit2Normal.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6Miwic3AiOjAuMjk3Mn1d/b98f0cf0a6/Orbit2Normal.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6Miwic3AiOjAuMzgzNX1d/6eebff774f/Orbit2Normal.png"},["Orbit2Intermediate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjIsInNwIjowLjEyNDZ9XQ/d9790b6a66/Orbit2Intermediate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjIsInNwIjowLjIxMDl9XQ/f233cce39d/Orbit2Intermediate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjIsInNwIjowLjI5NzJ9XQ/bc96f06da2/Orbit2Intermediate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjIsInNwIjowLjM4MzV9XQ/2678cfc0bc/Orbit2Intermediate.png"},["Orbit2Active"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjIsInNwIjowLjEyNDZ9XQ/aa4da2ed0a/Orbit2Active.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjIsInNwIjowLjIxMDl9XQ/ee16f0fb1f/Orbit2Active.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjIsInNwIjowLjI5NzJ9XQ/76636321db/Orbit2Active.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjIsInNwIjowLjM4MzV9XQ/76e3393326/Orbit2Active.png"},["Orbit3Normal"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6Mywic3AiOjAuMTI0Nn1d/b4d191aae5/Orbit3Normal.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6Mywic3AiOjAuMjEwOX1d/e8c1e9440d/Orbit3Normal.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6Mywic3AiOjAuMjk3Mn1d/1a7869b3dc/Orbit3Normal.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6Mywic3AiOjAuMzgzNX1d/010b8760de/Orbit3Normal.png"},["Orbit3Intermediate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjMsInNwIjowLjEyNDZ9XQ/3d1d2639fc/Orbit3Intermediate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjMsInNwIjowLjIxMDl9XQ/5e8b9cef37/Orbit3Intermediate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjMsInNwIjowLjI5NzJ9XQ/e5aa095c89/Orbit3Intermediate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjMsInNwIjowLjM4MzV9XQ/0d93dcbcbf/Orbit3Intermediate.png"},["Orbit3Active"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjMsInNwIjowLjEyNDZ9XQ/d066389076/Orbit3Active.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjMsInNwIjowLjIxMDl9XQ/18bde9c442/Orbit3Active.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjMsInNwIjowLjI5NzJ9XQ/49cb9e33f1/Orbit3Active.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjMsInNwIjowLjM4MzV9XQ/fbb31b0c6b/Orbit3Active.png"},["Orbit4Normal"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6NCwic3AiOjAuMTI0Nn1d/e846f3c973/Orbit4Normal.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6NCwic3AiOjAuMjEwOX1d/c8ea70d8c0/Orbit4Normal.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6NCwic3AiOjAuMjk3Mn1d/d241f4656d/Orbit4Normal.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6NCwic3AiOjAuMzgzNX1d/f694a72748/Orbit4Normal.png"},["Orbit4Intermediate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjQsInNwIjowLjEyNDZ9XQ/3f20a3a748/Orbit4Intermediate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjQsInNwIjowLjIxMDl9XQ/c60d9a9cd0/Orbit4Intermediate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjQsInNwIjowLjI5NzJ9XQ/0f75396011/Orbit4Intermediate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjQsInNwIjowLjM4MzV9XQ/9af509d0a3/Orbit4Intermediate.png"},["Orbit4Active"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjQsInNwIjowLjEyNDZ9XQ/cc31c040ef/Orbit4Active.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjQsInNwIjowLjIxMDl9XQ/9fbad9b09b/Orbit4Active.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjQsInNwIjowLjI5NzJ9XQ/c88e6f9bdf/Orbit4Active.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjQsInNwIjowLjM4MzV9XQ/a0d3ed6176/Orbit4Active.png"},["LineConnectorNormal"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTIsInNwIjowLjEyNDZ9XQ/b4b2edad5f/LineConnectorNormal.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTIsInNwIjowLjIxMDl9XQ/4df3d575c1/LineConnectorNormal.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTIsInNwIjowLjI5NzJ9XQ/85f4f1d715/LineConnectorNormal.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTIsInNwIjowLjM4MzV9XQ/e6dac036cb/LineConnectorNormal.png"},["LineConnectorIntermediate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTMsInNwIjowLjEyNDZ9XQ/90b74fc68e/LineConnectorIntermediate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTMsInNwIjowLjIxMDl9XQ/8558b71bcc/LineConnectorIntermediate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTMsInNwIjowLjI5NzJ9XQ/e0c84ab501/LineConnectorIntermediate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTMsInNwIjowLjM4MzV9XQ/2032a9e5f9/LineConnectorIntermediate.png"},["LineConnectorActive"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTQsInNwIjowLjEyNDZ9XQ/bff270bf00/LineConnectorActive.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTQsInNwIjowLjIxMDl9XQ/22b772bf21/LineConnectorActive.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTQsInNwIjowLjI5NzJ9XQ/b79bbb2558/LineConnectorActive.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTQsInNwIjowLjM4MzV9XQ/56754ae609/LineConnectorActive.png"},["PSLineDeco"]={[0.1246]="/gen/image/WzIwLDE0LHsiaCI6ZmFsc2UsInNwIjowLjEyNDZ9XQ/f5f36d1cea/Line_Deco.png",[0.2109]="/gen/image/WzIwLDE0LHsiaCI6ZmFsc2UsInNwIjowLjIxMDl9XQ/2489b0afd1/Line_Deco.png",[0.2972]="/gen/image/WzIwLDE0LHsiaCI6ZmFsc2UsInNwIjowLjI5NzJ9XQ/190e462ecb/Line_Deco.png",[0.3835]="/gen/image/WzIwLDE0LHsiaCI6ZmFsc2UsInNwIjowLjM4MzV9XQ/ba8f9fc2ea/Line_Deco.png"},["PSLineDecoHighlighted"]={[0.1246]="/gen/image/WzIwLDE0LHsiaCI6dHJ1ZSwic3AiOjAuMTI0Nn1d/4f9c115f09/Line_Deco_Highlighted.png",[0.2109]="/gen/image/WzIwLDE0LHsiaCI6dHJ1ZSwic3AiOjAuMjEwOX1d/525b316df4/Line_Deco_Highlighted.png",[0.2972]="/gen/image/WzIwLDE0LHsiaCI6dHJ1ZSwic3AiOjAuMjk3Mn1d/7153e29585/Line_Deco_Highlighted.png",[0.3835]="/gen/image/WzIwLDE0LHsiaCI6dHJ1ZSwic3AiOjAuMzgzNX1d/141a3d6daa/Line_Deco_Highlighted.png"},["PSStartNodeBackgroundInactive"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5TdGFydE5vZGVCYWNrZ3JvdW5kSW5hY3RpdmUiLCJzcCI6MC4xMjQ2fV0/0d323dbc6e/Start_Node_Background.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5TdGFydE5vZGVCYWNrZ3JvdW5kSW5hY3RpdmUiLCJzcCI6MC4yMTA5fV0/fc8dc07786/Start_Node_Background.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5TdGFydE5vZGVCYWNrZ3JvdW5kSW5hY3RpdmUiLCJzcCI6MC4yOTcyfV0/9bf89fce07/Start_Node_Background.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5TdGFydE5vZGVCYWNrZ3JvdW5kSW5hY3RpdmUiLCJzcCI6MC4zODM1fV0/f222a6e86a/Start_Node_Background.png"},["centerduelist"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJEZXhcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4xMjQ2fV0/41ff2c2f83/StartNodeBackgroundStrDex.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJEZXhcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yMTA5fV0/ea9676d937/StartNodeBackgroundStrDex.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJEZXhcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yOTcyfV0/baaed10c1d/StartNodeBackgroundStrDex.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJEZXhcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4zODM1fV0/ec9ac43843/StartNodeBackgroundStrDex.png"},["centermarauder"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4xMjQ2fV0/e9ff51cd81/StartNodeBackgroundStr.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yMTA5fV0/18847d8274/StartNodeBackgroundStr.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yOTcyfV0/7e161af432/StartNodeBackgroundStr.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4zODM1fV0/c6c953edfd/StartNodeBackgroundStr.png"},["centerranger"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9EZXhcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4xMjQ2fV0/2bed160c61/StartNodeBackgroundDex.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9EZXhcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yMTA5fV0/7810bdfbf9/StartNodeBackgroundDex.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9EZXhcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yOTcyfV0/cb2c2c60fd/StartNodeBackgroundDex.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9EZXhcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4zODM1fV0/a24ee33125/StartNodeBackgroundDex.png"},["centershadow"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9EZXhJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4xMjQ2fV0/37d94e6b30/StartNodeBackgroundDexInt.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9EZXhJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yMTA5fV0/6242328de0/StartNodeBackgroundDexInt.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9EZXhJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yOTcyfV0/ae3538261b/StartNodeBackgroundDexInt.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9EZXhJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4zODM1fV0/76cf23d904/StartNodeBackgroundDexInt.png"},["centertemplar"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4xMjQ2fV0/171c162e60/StartNodeBackgroundStrInt.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yMTA5fV0/fa921736a2/StartNodeBackgroundStrInt.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yOTcyfV0/97d7042396/StartNodeBackgroundStrInt.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4zODM1fV0/694b13a733/StartNodeBackgroundStrInt.png"},["centerwitch"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9JbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4xMjQ2fV0/fd5405ba16/StartNodeBackgroundInt.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9JbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yMTA5fV0/0e496c9c7d/StartNodeBackgroundInt.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9JbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yOTcyfV0/c9cbcdd987/StartNodeBackgroundInt.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9JbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4zODM1fV0/b1aaa17159/StartNodeBackgroundInt.png"},["centerscion"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJEZXhJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4xMjQ2fV0/b00ea9db2b/StartNodeBackgroundStrDexInt.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJEZXhJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yMTA5fV0/3994e06da2/StartNodeBackgroundStrDexInt.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJEZXhJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yOTcyfV0/b8320f3b41/StartNodeBackgroundStrDexInt.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJEZXhJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4zODM1fV0/e810889aee/StartNodeBackgroundStrDexInt.png"},["PSPointsFrame"]={[1]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Qb2ludHNCYWNrZ3JvdW5kIiwic3AiOjF9XQ/f041805efe/PointsBackground.png"},["NotableFrameUnallocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6Niwic3AiOjAuMTI0Nn1d/510ed57317/NotableFrameUnallocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6Niwic3AiOjAuMjEwOX1d/352e60eb39/NotableFrameUnallocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6Niwic3AiOjAuMjk3Mn1d/9a4b472a2f/NotableFrameUnallocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6Niwic3AiOjAuMzgzNX1d/f457cc3d80/NotableFrameUnallocated.png"},["NotableFrameCanAllocate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6OCwic3AiOjAuMTI0Nn1d/f6d0355624/NotableFrameCanAllocate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6OCwic3AiOjAuMjEwOX1d/7994ce77b2/NotableFrameCanAllocate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6OCwic3AiOjAuMjk3Mn1d/33bb815795/NotableFrameCanAllocate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6OCwic3AiOjAuMzgzNX1d/b93c7f89bc/NotableFrameCanAllocate.png"},["NotableFrameAllocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6Nywic3AiOjAuMTI0Nn1d/4b42e8359a/NotableFrameAllocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6Nywic3AiOjAuMjEwOX1d/18e45f6767/NotableFrameAllocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6Nywic3AiOjAuMjk3Mn1d/1f628f6311/NotableFrameAllocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6Nywic3AiOjAuMzgzNX1d/624500d681/NotableFrameAllocated.png"},["BlightedNotableFrameUnallocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NjMsInNwIjowLjEyNDZ9XQ/ed1ec0fdd2/BlightedNotableFrameUnallocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NjMsInNwIjowLjIxMDl9XQ/300df98c29/BlightedNotableFrameUnallocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NjMsInNwIjowLjI5NzJ9XQ/75d4a437bb/BlightedNotableFrameUnallocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NjMsInNwIjowLjM4MzV9XQ/fec2ecc7ff/BlightedNotableFrameUnallocated.png"},["BlightedNotableFrameCanAllocate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NjUsInNwIjowLjEyNDZ9XQ/b37ad19155/BlightedNotableFrameCanAllocate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NjUsInNwIjowLjIxMDl9XQ/793db53051/BlightedNotableFrameCanAllocate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NjUsInNwIjowLjI5NzJ9XQ/121927bf12/BlightedNotableFrameCanAllocate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NjUsInNwIjowLjM4MzV9XQ/ced25056b7/BlightedNotableFrameCanAllocate.png"},["BlightedNotableFrameAllocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NjQsInNwIjowLjEyNDZ9XQ/7c24050f40/BlightedNotableFrameAllocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NjQsInNwIjowLjIxMDl9XQ/790ea8bff6/BlightedNotableFrameAllocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NjQsInNwIjowLjI5NzJ9XQ/f08a7ffbd4/BlightedNotableFrameAllocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NjQsInNwIjowLjM4MzV9XQ/c33c04720a/BlightedNotableFrameAllocated.png"},["JewelFrameUnallocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTUsInNwIjowLjEyNDZ9XQ/2a6166e9f7/JewelFrameUnallocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTUsInNwIjowLjIxMDl9XQ/607cbc61a5/JewelFrameUnallocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTUsInNwIjowLjI5NzJ9XQ/d68cc4a3c4/JewelFrameUnallocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTUsInNwIjowLjM4MzV9XQ/09486068b0/JewelFrameUnallocated.png"},["JewelFrameCanAllocate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTYsInNwIjowLjEyNDZ9XQ/d0c4e25bec/JewelFrameCanAllocate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTYsInNwIjowLjIxMDl9XQ/64bedd4d71/JewelFrameCanAllocate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTYsInNwIjowLjI5NzJ9XQ/41a991b801/JewelFrameCanAllocate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTYsInNwIjowLjM4MzV9XQ/972c23ddb2/JewelFrameCanAllocate.png"},["JewelFrameAllocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTcsInNwIjowLjEyNDZ9XQ/05ab58d579/JewelFrameAllocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTcsInNwIjowLjIxMDl9XQ/442be1408c/JewelFrameAllocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTcsInNwIjowLjI5NzJ9XQ/b4a136b96b/JewelFrameAllocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTcsInNwIjowLjM4MzV9XQ/cdd494786b/JewelFrameAllocated.png"},["JewelSocketActiveBlue"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTgsInNwIjowLjEyNDZ9XQ/3aa709035c/JewelSocketActiveBlue.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTgsInNwIjowLjIxMDl9XQ/a15856f207/JewelSocketActiveBlue.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTgsInNwIjowLjI5NzJ9XQ/ee8ec384dd/JewelSocketActiveBlue.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTgsInNwIjowLjM4MzV9XQ/15ae030fbe/JewelSocketActiveBlue.png"},["JewelSocketActiveGreen"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTksInNwIjowLjEyNDZ9XQ/bc4536a095/JewelSocketActiveGreen.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTksInNwIjowLjIxMDl9XQ/5fe8932ab8/JewelSocketActiveGreen.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTksInNwIjowLjI5NzJ9XQ/3cd5a0b92f/JewelSocketActiveGreen.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTksInNwIjowLjM4MzV9XQ/943213c412/JewelSocketActiveGreen.png"},["JewelSocketActiveRed"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjAsInNwIjowLjEyNDZ9XQ/7eceb234b2/JewelSocketActiveRed.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjAsInNwIjowLjIxMDl9XQ/e0f2086423/JewelSocketActiveRed.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjAsInNwIjowLjI5NzJ9XQ/7a3913b57d/JewelSocketActiveRed.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjAsInNwIjowLjM4MzV9XQ/833581ea60/JewelSocketActiveRed.png"},["JewelSocketActivePrismatic"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NTEsInNwIjowLjEyNDZ9XQ/4e4e882f35/JewelSocketActivePrismatic.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NTEsInNwIjowLjIxMDl9XQ/9929f0bc81/JewelSocketActivePrismatic.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NTEsInNwIjowLjI5NzJ9XQ/2b54940844/JewelSocketActivePrismatic.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NTEsInNwIjowLjM4MzV9XQ/ccb99b0afa/JewelSocketActivePrismatic.png"},["JewelSocketActiveAbyss"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NTAsInNwIjowLjEyNDZ9XQ/8019d1a08c/JewelSocketActiveAbyss.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NTAsInNwIjowLjIxMDl9XQ/0b5da2b55e/JewelSocketActiveAbyss.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NTAsInNwIjowLjI5NzJ9XQ/f10d2d8172/JewelSocketActiveAbyss.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NTAsInNwIjowLjM4MzV9XQ/af82e63b3a/JewelSocketActiveAbyss.png"},["PassiveSkillScreenJewelCircle1"]={[1]="/gen/image/WzIyLDE0LHsidCI6NTIsInNwIjoxfV0/decd2819d3/PassiveSkillScreenJewelCircle1.png"},["PassiveSkillScreenVaalJewelCircle1"]={[1]="/gen/image/WzIyLDE0LHsidCI6NTMsInNwIjoxfV0/54d7a8ee0a/PassiveSkillScreenVaalJewelCircle1.png"},["PassiveSkillScreenVaalJewelCircle2"]={[1]="/gen/image/WzIyLDE0LHsidCI6NTQsInNwIjoxfV0/029fd1a8c4/PassiveSkillScreenVaalJewelCircle2.png"},["PassiveSkillScreenKaruiJewelCircle1"]={[1]="/gen/image/WzIyLDE0LHsidCI6NTUsInNwIjoxfV0/baa2fc1a62/PassiveSkillScreenKaruiJewelCircle1.png"},["PassiveSkillScreenKaruiJewelCircle2"]={[1]="/gen/image/WzIyLDE0LHsidCI6NTYsInNwIjoxfV0/2812347898/PassiveSkillScreenKaruiJewelCircle2.png"},["PassiveSkillScreenMarakethJewelCircle1"]={[1]="/gen/image/WzIyLDE0LHsidCI6NTcsInNwIjoxfV0/4b1d9e5799/PassiveSkillScreenMarakethJewelCircle1.png"},["PassiveSkillScreenMarakethJewelCircle2"]={[1]="/gen/image/WzIyLDE0LHsidCI6NTgsInNwIjoxfV0/78aca35e7a/PassiveSkillScreenMarakethJewelCircle2.png"},["PassiveSkillScreenTemplarJewelCircle1"]={[1]="/gen/image/WzIyLDE0LHsidCI6NTksInNwIjoxfV0/45df240806/PassiveSkillScreenTemplarJewelCircle1.png"},["PassiveSkillScreenTemplarJewelCircle2"]={[1]="/gen/image/WzIyLDE0LHsidCI6NjAsInNwIjoxfV0/3bdc6eea27/PassiveSkillScreenTemplarJewelCircle2.png"},["PassiveSkillScreenEternalEmpireJewelCircle1"]={[1]="/gen/image/WzIyLDE0LHsidCI6NjEsInNwIjoxfV0/c768dd6d32/PassiveSkillScreenEternalEmpireJewelCircle1.png"},["PassiveSkillScreenEternalEmpireJewelCircle2"]={[1]="/gen/image/WzIyLDE0LHsidCI6NjIsInNwIjoxfV0/5184a4d9ce/PassiveSkillScreenEternalEmpireJewelCircle2.png"},["PassiveSkillScreenAscendancyButton"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjEsInNwIjowLjEyNDZ9XQ/8fc102f77d/PassiveSkillScreenAscendancyButton.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjEsInNwIjowLjIxMDl9XQ/6a87845a5e/PassiveSkillScreenAscendancyButton.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjEsInNwIjowLjI5NzJ9XQ/cb801f4314/PassiveSkillScreenAscendancyButton.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjEsInNwIjowLjM4MzV9XQ/2a42d171ad/PassiveSkillScreenAscendancyButton.png"},["PassiveSkillScreenAscendancyButtonHighlight"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjIsInNwIjowLjEyNDZ9XQ/0598e892b4/PassiveSkillScreenAscendancyButtonHighlight.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjIsInNwIjowLjIxMDl9XQ/b3e295ca3b/PassiveSkillScreenAscendancyButtonHighlight.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjIsInNwIjowLjI5NzJ9XQ/0f082de319/PassiveSkillScreenAscendancyButtonHighlight.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjIsInNwIjowLjM4MzV9XQ/57e42ab698/PassiveSkillScreenAscendancyButtonHighlight.png"},["PassiveSkillScreenAscendancyButtonPressed"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjMsInNwIjowLjEyNDZ9XQ/5d994ca55a/PassiveSkillScreenAscendancyButtonPressed.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjMsInNwIjowLjIxMDl9XQ/94e7864138/PassiveSkillScreenAscendancyButtonPressed.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjMsInNwIjowLjI5NzJ9XQ/ee4b7097b8/PassiveSkillScreenAscendancyButtonPressed.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjMsInNwIjowLjM4MzV9XQ/5df73be4a5/PassiveSkillScreenAscendancyButtonPressed.png"},["PassiveSkillScreenAscendancyFrameLargeAllocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDMsInNwIjowLjEyNDZ9XQ/ac40db5270/PassiveSkillScreenAscendancyFrameLargeAllocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDMsInNwIjowLjIxMDl9XQ/c56892013b/PassiveSkillScreenAscendancyFrameLargeAllocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDMsInNwIjowLjI5NzJ9XQ/db22929f06/PassiveSkillScreenAscendancyFrameLargeAllocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDMsInNwIjowLjM4MzV9XQ/bdfcdac0a0/PassiveSkillScreenAscendancyFrameLargeAllocated.png"},["PassiveSkillScreenAscendancyFrameLargeCanAllocate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDQsInNwIjowLjEyNDZ9XQ/5246170beb/PassiveSkillScreenAscendancyFrameLargeCanAllocate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDQsInNwIjowLjIxMDl9XQ/3135751ac5/PassiveSkillScreenAscendancyFrameLargeCanAllocate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDQsInNwIjowLjI5NzJ9XQ/b68131da53/PassiveSkillScreenAscendancyFrameLargeCanAllocate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDQsInNwIjowLjM4MzV9XQ/3bfc91c54b/PassiveSkillScreenAscendancyFrameLargeCanAllocate.png"},["PassiveSkillScreenAscendancyFrameLargeNormal"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDUsInNwIjowLjEyNDZ9XQ/18b3694e38/PassiveSkillScreenAscendancyFrameLargeNormal.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDUsInNwIjowLjIxMDl9XQ/b6135f2814/PassiveSkillScreenAscendancyFrameLargeNormal.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDUsInNwIjowLjI5NzJ9XQ/3496b98604/PassiveSkillScreenAscendancyFrameLargeNormal.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDUsInNwIjowLjM4MzV9XQ/6872f138e9/PassiveSkillScreenAscendancyFrameLargeNormal.png"},["PassiveSkillScreenAscendancyFrameSmallAllocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDYsInNwIjowLjEyNDZ9XQ/85feac476e/PassiveSkillScreenAscendancyFrameSmallAllocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDYsInNwIjowLjIxMDl9XQ/82b3b0fa33/PassiveSkillScreenAscendancyFrameSmallAllocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDYsInNwIjowLjI5NzJ9XQ/bc46bfc761/PassiveSkillScreenAscendancyFrameSmallAllocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDYsInNwIjowLjM4MzV9XQ/f1d3d3961f/PassiveSkillScreenAscendancyFrameSmallAllocated.png"},["PassiveSkillScreenAscendancyFrameSmallCanAllocate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDcsInNwIjowLjEyNDZ9XQ/66cc026846/PassiveSkillScreenAscendancyFrameSmallCanAllocate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDcsInNwIjowLjIxMDl9XQ/3a2b6e6212/PassiveSkillScreenAscendancyFrameSmallCanAllocate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDcsInNwIjowLjI5NzJ9XQ/8ab5c8f2bf/PassiveSkillScreenAscendancyFrameSmallCanAllocate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDcsInNwIjowLjM4MzV9XQ/2bde23c9de/PassiveSkillScreenAscendancyFrameSmallCanAllocate.png"},["PassiveSkillScreenAscendancyFrameSmallNormal"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDgsInNwIjowLjEyNDZ9XQ/53de2b9023/PassiveSkillScreenAscendancyFrameSmallNormal.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDgsInNwIjowLjIxMDl9XQ/aa6bf5c13d/PassiveSkillScreenAscendancyFrameSmallNormal.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDgsInNwIjowLjI5NzJ9XQ/863063ae2f/PassiveSkillScreenAscendancyFrameSmallNormal.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDgsInNwIjowLjM4MzV9XQ/b912f2e8aa/PassiveSkillScreenAscendancyFrameSmallNormal.png"},["PassiveSkillScreenAscendancyMiddle"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDksInNwIjowLjEyNDZ9XQ/e1fac5f972/PassiveSkillScreenAscendancyMiddle.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDksInNwIjowLjIxMDl9XQ/1cf38bda3e/PassiveSkillScreenAscendancyMiddle.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDksInNwIjowLjI5NzJ9XQ/773330f39c/PassiveSkillScreenAscendancyMiddle.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDksInNwIjowLjM4MzV9XQ/b9e0a686f9/PassiveSkillScreenAscendancyMiddle.png"},["ClassesRaider"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjgsInNwIjowLjEyNDZ9XQ/b5f5349991/Raider.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjgsInNwIjowLjIxMDl9XQ/1697664af1/Raider.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjgsInNwIjowLjI5NzJ9XQ/25d059f032/Raider.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjgsInNwIjowLjM4MzV9XQ/d826dd20fd/Raider.png"},["ClassesDeadeye"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjksInNwIjowLjEyNDZ9XQ/77b414cd44/Deadeye.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjksInNwIjowLjIxMDl9XQ/a88afa603e/Deadeye.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjksInNwIjowLjI5NzJ9XQ/146227eaec/Deadeye.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjksInNwIjowLjM4MzV9XQ/6e3a3b7a6a/Deadeye.png"},["ClassesPathfinder"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzAsInNwIjowLjEyNDZ9XQ/497da626fa/Pathfinder.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzAsInNwIjowLjIxMDl9XQ/ca463c0f16/Pathfinder.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzAsInNwIjowLjI5NzJ9XQ/fc8e53685c/Pathfinder.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzAsInNwIjowLjM4MzV9XQ/096aa19692/Pathfinder.png"},["ClassesAssassin"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDAsInNwIjowLjEyNDZ9XQ/31ed99b039/Assassin.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDAsInNwIjowLjIxMDl9XQ/fb48d5a362/Assassin.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDAsInNwIjowLjI5NzJ9XQ/96d1a5c4ad/Assassin.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDAsInNwIjowLjM4MzV9XQ/a34084c42f/Assassin.png"},["ClassesTrickster"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDIsInNwIjowLjEyNDZ9XQ/be931d4706/Trickster.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDIsInNwIjowLjIxMDl9XQ/73e0a0c585/Trickster.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDIsInNwIjowLjI5NzJ9XQ/c23b6bc69f/Trickster.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDIsInNwIjowLjM4MzV9XQ/eb37e83513/Trickster.png"},["ClassesSaboteur"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDEsInNwIjowLjEyNDZ9XQ/a761ad2989/Saboteur.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDEsInNwIjowLjIxMDl9XQ/4b13be80a6/Saboteur.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDEsInNwIjowLjI5NzJ9XQ/8a1ac90240/Saboteur.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDEsInNwIjowLjM4MzV9XQ/9723b030e3/Saboteur.png"},["ClassesOccultist"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzEsInNwIjowLjEyNDZ9XQ/9db16233ed/Occultist.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzEsInNwIjowLjIxMDl9XQ/3229137697/Occultist.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzEsInNwIjowLjI5NzJ9XQ/622e841746/Occultist.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzEsInNwIjowLjM4MzV9XQ/90f084cd23/Occultist.png"},["ClassesElementalist"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzIsInNwIjowLjEyNDZ9XQ/23942fd4d9/Elementalist.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzIsInNwIjowLjIxMDl9XQ/352ba04579/Elementalist.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzIsInNwIjowLjI5NzJ9XQ/e3302f4eb9/Elementalist.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzIsInNwIjowLjM4MzV9XQ/6202f541d5/Elementalist.png"},["ClassesNecromancer"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzMsInNwIjowLjEyNDZ9XQ/f831560f9b/Necromancer.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzMsInNwIjowLjIxMDl9XQ/d03575776f/Necromancer.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzMsInNwIjowLjI5NzJ9XQ/f63e64b1d6/Necromancer.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzMsInNwIjowLjM4MzV9XQ/ae9bc1ebe6/Necromancer.png"},["ClassesJuggernaut"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjUsInNwIjowLjEyNDZ9XQ/9ee8b1f675/Juggernaut.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjUsInNwIjowLjIxMDl9XQ/dd8b481c44/Juggernaut.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjUsInNwIjowLjI5NzJ9XQ/d95de9dd2f/Juggernaut.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjUsInNwIjowLjM4MzV9XQ/d2ffab4922/Juggernaut.png"},["ClassesBerserker"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjYsInNwIjowLjEyNDZ9XQ/f72e208eff/Berserker.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjYsInNwIjowLjIxMDl9XQ/ab577ee684/Berserker.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjYsInNwIjowLjI5NzJ9XQ/a19dd75247/Berserker.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjYsInNwIjowLjM4MzV9XQ/803e2641be/Berserker.png"},["ClassesChieftain"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjcsInNwIjowLjEyNDZ9XQ/22afb7c874/Chieftain.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjcsInNwIjowLjIxMDl9XQ/097aabf6b4/Chieftain.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjcsInNwIjowLjI5NzJ9XQ/aa84687b69/Chieftain.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjcsInNwIjowLjM4MzV9XQ/867d3b4028/Chieftain.png"},["ClassesSlayer"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzQsInNwIjowLjEyNDZ9XQ/ae95f691ff/Slayer.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzQsInNwIjowLjIxMDl9XQ/6924eef258/Slayer.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzQsInNwIjowLjI5NzJ9XQ/0a75900537/Slayer.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzQsInNwIjowLjM4MzV9XQ/ee1d336742/Slayer.png"},["ClassesGladiator"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzUsInNwIjowLjEyNDZ9XQ/6b4032cd45/Gladiator.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzUsInNwIjowLjIxMDl9XQ/6b3991bdde/Gladiator.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzUsInNwIjowLjI5NzJ9XQ/0b6c62a286/Gladiator.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzUsInNwIjowLjM4MzV9XQ/0b48d5836f/Gladiator.png"},["ClassesChampion"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzYsInNwIjowLjEyNDZ9XQ/e46d7f33e9/Champion.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzYsInNwIjowLjIxMDl9XQ/e0ccdb02ef/Champion.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzYsInNwIjowLjI5NzJ9XQ/9231541127/Champion.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzYsInNwIjowLjM4MzV9XQ/9420cbccbd/Champion.png"},["ClassesAscendant"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjQsInNwIjowLjEyNDZ9XQ/28a5e665a1/Ascendant.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjQsInNwIjowLjIxMDl9XQ/34a83594db/Ascendant.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjQsInNwIjowLjI5NzJ9XQ/5394bd0359/Ascendant.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjQsInNwIjowLjM4MzV9XQ/28893bee0d/Ascendant.png"},["ClassesInquisitor"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzcsInNwIjowLjEyNDZ9XQ/25f73106ac/Inquisitor.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzcsInNwIjowLjIxMDl9XQ/42c4df704a/Inquisitor.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzcsInNwIjowLjI5NzJ9XQ/a15f10324c/Inquisitor.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzcsInNwIjowLjM4MzV9XQ/48cb3c1193/Inquisitor.png"},["ClassesHierophant"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzgsInNwIjowLjEyNDZ9XQ/978471ceb5/Hierophant.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzgsInNwIjowLjIxMDl9XQ/2503699795/Hierophant.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzgsInNwIjowLjI5NzJ9XQ/fdd6888403/Hierophant.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzgsInNwIjowLjM4MzV9XQ/7aa56d88e2/Hierophant.png"},["ClassesGuardian"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzksInNwIjowLjEyNDZ9XQ/243aa758ec/Guardian.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzksInNwIjowLjIxMDl9XQ/1bcc392eb2/Guardian.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzksInNwIjowLjI5NzJ9XQ/935542a324/Guardian.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzksInNwIjowLjM4MzV9XQ/5ad9fc5aa8/Guardian.png"},["Background1"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvQ29tbW9uXC9CYWNrZ3JvdW5kMSIsInNwIjowLjEyNDZ9XQ/911757ce0c/Background1.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvQ29tbW9uXC9CYWNrZ3JvdW5kMSIsInNwIjowLjIxMDl9XQ/8b599cf2b0/Background1.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvQ29tbW9uXC9CYWNrZ3JvdW5kMSIsInNwIjowLjI5NzJ9XQ/32067f99f6/Background1.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvQ29tbW9uXC9CYWNrZ3JvdW5kMSIsInNwIjowLjM4MzV9XQ/f75b3b5666/Background1.png"},["BackgroundDex"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9EZXgiLCJzcCI6MC4xMjQ2fV0/3bc58b0e1f/BackgroundDex.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9EZXgiLCJzcCI6MC4yMTA5fV0/534eb3c034/BackgroundDex.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9EZXgiLCJzcCI6MC4yOTcyfV0/5877bf21a0/BackgroundDex.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9EZXgiLCJzcCI6MC4zODM1fV0/6b9ae6313e/BackgroundDex.png"},["BackgroundDexInt"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9EZXhJbnQiLCJzcCI6MC4xMjQ2fV0/e5b3508017/BackgroundDexInt.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9EZXhJbnQiLCJzcCI6MC4yMTA5fV0/ec71734f89/BackgroundDexInt.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9EZXhJbnQiLCJzcCI6MC4yOTcyfV0/e17a9c0309/BackgroundDexInt.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9EZXhJbnQiLCJzcCI6MC4zODM1fV0/23e26a7e99/BackgroundDexInt.png"},["BackgroundInt"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9JbnQiLCJzcCI6MC4xMjQ2fV0/5beddacf2b/BackgroundInt.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9JbnQiLCJzcCI6MC4yMTA5fV0/b2ec4cdde9/BackgroundInt.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9JbnQiLCJzcCI6MC4yOTcyfV0/b8083bf291/BackgroundInt.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9JbnQiLCJzcCI6MC4zODM1fV0/28ab4aeafa/BackgroundInt.png"},["BackgroundStr"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHIiLCJzcCI6MC4xMjQ2fV0/825967713f/BackgroundStr.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHIiLCJzcCI6MC4yMTA5fV0/5a171f9a38/BackgroundStr.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHIiLCJzcCI6MC4yOTcyfV0/241e8cb248/BackgroundStr.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHIiLCJzcCI6MC4zODM1fV0/3a405698f6/BackgroundStr.png"},["BackgroundStrDex"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHJEZXgiLCJzcCI6MC4xMjQ2fV0/aee5ed2485/BackgroundStrDex.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHJEZXgiLCJzcCI6MC4yMTA5fV0/f74c6e9920/BackgroundStrDex.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHJEZXgiLCJzcCI6MC4yOTcyfV0/c5b3d3092e/BackgroundStrDex.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHJEZXgiLCJzcCI6MC4zODM1fV0/39665c6156/BackgroundStrDex.png"},["BackgroundStrInt"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHJJbnQiLCJzcCI6MC4xMjQ2fV0/02178ae553/BackgroundStrInt.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHJJbnQiLCJzcCI6MC4yMTA5fV0/564511328b/BackgroundStrInt.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHJJbnQiLCJzcCI6MC4yOTcyfV0/754cf55754/BackgroundStrInt.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHJJbnQiLCJzcCI6MC4zODM1fV0/6bc6c01fbc/BackgroundStrInt.png"},["imgPSFadeCorner"]={[1]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9GYWRlQ29ybmVyIiwic3AiOjF9XQ/0fb0445eae/Fade_Corner.png"},["imgPSFadeSide"]={[1]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9GYWRlU2lkZSIsInNwIjoxfV0/33673d61a8/Fade_Side.png"}},["constants"]={["classes"]={["StrClass"]=1,["DexClass"]=2,["IntClass"]=3,["StrDexClass"]=4,["StrIntClass"]=5,["DexIntClass"]=6,["StrDexIntClass"]=0,["Str2Class"]=8,["Dex2Class"]=9,["Int2Class"]=10,["StrDex2Class"]=11,["StrInt2Class"]=12,["DexInt2Class"]=13,["StrDexInt2Class"]=7},["characterAttributes"]={["Strength"]=0,["Dexterity"]=1,["Intelligence"]=2},["PSSCentreInnerRadius"]=130,["skillsPerOrbit"]={1,6,12,12,40},["orbitRadii"]={0,82,162,335,493}},["imageRoot"]="/image",["skillSprites"]={["normalActive"]={{["filename"]="skills-0.jpg?60d938e28ee6152e56ada1f325b52d17",["coords"]={["Art/2DArt/SkillIcons/passives/firedamagestr.png"]={["x"]=0,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damage_blue.png"]={["x"]=9,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=18,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/accuracy2h.png"]={["x"]=27,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=36,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/mana.png"]={["x"]=45,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MasteryBlank.png"]={["x"]=54,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=63,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=72,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=81,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=90,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png"]={["x"]=99,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ElementalResistance2.png"]={["x"]=108,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/shieldblock.png"]={["x"]=117,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/onehanddamage.png"]={["x"]=126,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagemelee.png"]={["x"]=135,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeed.png"]={["x"]=144,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/2handedspeed.png"]={["x"]=153,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png"]={["x"]=162,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png"]={["x"]=171,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png"]={["x"]=180,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png"]={["x"]=189,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png"]={["x"]=198,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damage.png"]={["x"]=207,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbranddamage.png"]={["x"]=216,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png"]={["x"]=225,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbrandlife.png"]={["x"]=234,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png"]={["x"]=243,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blockstaff.png"]={["x"]=252,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagestaff.png"]={["x"]=0,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/staffspeed.png"]={["x"]=9,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blockstr.png"]={["x"]=18,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/dmgreduction.png"]={["x"]=27,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/crystalskin.png"]={["x"]=36,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemlife.png"]={["x"]=45,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemplacementspeed.png"]={["x"]=54,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemattackspeed.png"]={["x"]=63,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemdamage.png"]={["x"]=72,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=81,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=90,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/masterysword.png"]={["x"]=99,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedsworddex.png"]={["x"]=108,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagesword.png"]={["x"]=117,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=126,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=135,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedmace.png"]={["x"]=144,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=153,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png"]={["x"]=162,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/fireresist.png"]={["x"]=171,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/coldresist.png"]={["x"]=180,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lightningstr.png"]={["x"]=189,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/projectilespeed.png"]={["x"]=198,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagedualwield.png"]={["x"]=207,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png"]={["x"]=216,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=225,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/increasedarmorandlife.png"]={["x"]=234,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lifepercentage.png"]={["x"]=243,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/macecritdmgspeed.png"]={["x"]=252,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MaceElemental.png"]={["x"]=0,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=9,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedaxe.png"]={["x"]=18,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damageaxe.png"]={["x"]=27,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeeddual.png"]={["x"]=36,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/knockback.png"]={["x"]=45,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=54,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=63,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/colddamage.png"]={["x"]=72,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/elementaldamage.png"]={["x"]=81,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/clawmasterydex.png"]={["x"]=90,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedclaw.png"]={["x"]=99,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png"]={["x"]=108,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MinionsandManaNode.png"]={["x"]=117,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/WandCritical.png"]={["x"]=126,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/manastr.png"]={["x"]=135,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=144,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/WarCryCooldown.png"]={["x"]=153,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/WarCryDuration.png"]={["x"]=162,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=171,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/energyshield.png"]={["x"]=180,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/FortifyNode.png"]={["x"]=189,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png"]={["x"]=198,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/stunstr.png"]={["x"]=207,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticaldaggerint.png"]={["x"]=216,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/masterydaggerdex.png"]={["x"]=225,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/flaskint.png"]={["x"]=234,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png"]={["x"]=243,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blankStr.png"]={["x"]=252,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MeleeAoENode.png"]={["x"]=0,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChannellingDamage.png"]={["x"]=9,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChannellingSpeed.png"]={["x"]=18,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png"]={["x"]=27,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/minionlife.png"]={["x"]=36,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/miniondamageBlue.png"]={["x"]=45,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticaldaggerdex.png"]={["x"]=54,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeeddagger.png"]={["x"]=63,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=72,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalclaw.png"]={["x"]=81,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png"]={["x"]=90,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png"]={["x"]=99,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/evade.png"]={["x"]=108,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png"]={["x"]=117,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/miniondamage.png"]={["x"]=126,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png"]={["x"]=135,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png"]={["x"]=144,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png"]={["x"]=153,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/firedamageint.png"]={["x"]=162,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MeleeFireNode.png"]={["x"]=171,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/evadepercentage.png"]={["x"]=180,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/spellcritical.png"]={["x"]=189,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png"]={["x"]=198,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=207,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/areaofeffect.png"]={["x"]=216,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lifemana.png"]={["x"]=225,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png"]={["x"]=234,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png"]={["x"]=243,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/manaregeneration.png"]={["x"]=252,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png"]={["x"]=0,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/castspeed.png"]={["x"]=9,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagespells.png"]={["x"]=18,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChaosDamage.png"]={["x"]=27,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png"]={["x"]=36,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/dualwieldspeedint.png"]={["x"]=45,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/skillduration.png"]={["x"]=54,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=63,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=72,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/accuracysword.png"]={["x"]=81,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapdamage.png"]={["x"]=90,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapsspeed.png"]={["x"]=99,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalbow.png"]={["x"]=108,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=117,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png"]={["x"]=126,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png"]={["x"]=135,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/shieldrecovery.png"]={["x"]=144,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/stundex.png"]={["x"]=153,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lightningdex.png"]={["x"]=162,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/avoidburning.png"]={["x"]=171,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/avoidchilling.png"]={["x"]=180,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png"]={["x"]=189,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blankDex.png"]={["x"]=198,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AttackBlindNode.png"]={["x"]=207,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=216,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lifegainpertarget.png"]={["x"]=225,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blankInt.png"]={["x"]=234,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/axedmgspeed.png"]={["x"]=243,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalstrikechance.png"]={["x"]=252,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AttackPoisonNode.png"]={["x"]=0,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png"]={["x"]=9,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png"]={["x"]=18,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png"]={["x"]=27,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png"]={["x"]=36,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=45,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/tempint.png"]={["x"]=54,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png"]={["x"]=63,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png"]={["x"]=72,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png"]={["x"]=81,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/minionattackspeed.png"]={["x"]=90,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png"]={["x"]=99,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalstrikechance2.png"]={["x"]=108,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png"]={["x"]=117,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=126,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=135,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png"]={["x"]=144,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png"]={["x"]=153,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png"]={["x"]=162,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png"]={["x"]=171,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png"]={["x"]=180,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png"]={["x"]=189,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png"]={["x"]=198,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png"]={["x"]=207,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png"]={["x"]=216,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/onehandspeed.png"]={["x"]=225,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Raider.png"]={["x"]=234,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png"]={["x"]=243,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png"]={["x"]=252,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=0,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=9,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Brand1.png"]={["x"]=18,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Brand3.png"]={["x"]=27,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png"]={["x"]=36,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png"]={["x"]=45,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ImapleNode.png"]={["x"]=54,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ImpaleNode2.png"]={["x"]=63,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png"]={["x"]=72,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png"]={["x"]=81,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png"]={["x"]=90,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png"]={["x"]=99,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=108,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png"]={["x"]=117,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png"]={["x"]=126,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png"]={["x"]=135,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=144,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png"]={["x"]=153,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png"]={["x"]=162,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png"]={["x"]=171,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=180,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png"]={["x"]=189,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/chaosresist.png"]={["x"]=198,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png"]={["x"]=207,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=216,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png"]={["x"]=225,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png"]={["x"]=234,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png"]={["x"]=243,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png"]={["x"]=252,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DamageOverTime.png"]={["x"]=0,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png"]={["x"]=9,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/manareservationreduction.png"]={["x"]=18,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/auraareaofeffect.png"]={["x"]=27,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/auraeffect.png"]={["x"]=36,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/tempdex.png"]={["x"]=45,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png"]={["x"]=54,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png"]={["x"]=63,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png"]={["x"]=72,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png"]={["x"]=81,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/critstrchnc.png"]={["x"]=90,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png"]={["x"]=99,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png"]={["x"]=108,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png"]={["x"]=117,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MineManaReservationNode.png"]={["x"]=126,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png"]={["x"]=135,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/WarCryEffect.png"]={["x"]=144,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png"]={["x"]=153,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapsduration.png"]={["x"]=162,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/flaskstr.png"]={["x"]=171,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=180,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=189,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png"]={["x"]=198,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png"]={["x"]=207,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png"]={["x"]=216,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png"]={["x"]=225,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png"]={["x"]=234,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png"]={["x"]=243,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png"]={["x"]=252,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png"]={["x"]=0,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png"]={["x"]=9,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png"]={["x"]=18,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png"]={["x"]=27,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png"]={["x"]=36,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png"]={["x"]=45,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png"]={["x"]=54,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png"]={["x"]=63,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png"]={["x"]=72,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png"]={["x"]=81,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png"]={["x"]=90,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png"]={["x"]=99,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png"]={["x"]=108,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png"]={["x"]=117,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png"]={["x"]=126,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png"]={["x"]=135,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png"]={["x"]=144,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png"]={["x"]=153,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png"]={["x"]=162,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png"]={["x"]=171,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png"]={["x"]=180,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png"]={["x"]=189,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png"]={["x"]=198,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/AnEAura.png"]={["x"]=207,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png"]={["x"]=216,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png"]={["x"]=225,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png"]={["x"]=234,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png"]={["x"]=243,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png"]={["x"]=252,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png"]={["x"]=0,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png"]={["x"]=9,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png"]={["x"]=18,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png"]={["x"]=27,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png"]={["x"]=36,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Champion.png"]={["x"]=45,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png"]={["x"]=54,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png"]={["x"]=63,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png"]={["x"]=72,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png"]={["x"]=81,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png"]={["x"]=90,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png"]={["x"]=99,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=108,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/GolemsNode.png"]={["x"]=117,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png"]={["x"]=126,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png"]={["x"]=135,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png"]={["x"]=144,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/RangedTotemDamage.png"]={["x"]=153,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png"]={["x"]=162,["y"]=81,["w"]=9,["h"]=9}}},{["filename"]="skills-1.jpg?6090452f98e9ed00ce1cddf76724ab3d",["coords"]={["Art/2DArt/SkillIcons/passives/firedamagestr.png"]={["x"]=0,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damage_blue.png"]={["x"]=15,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=30,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/accuracy2h.png"]={["x"]=45,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=60,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/mana.png"]={["x"]=75,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MasteryBlank.png"]={["x"]=90,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=105,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=120,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=135,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=150,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png"]={["x"]=165,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ElementalResistance2.png"]={["x"]=180,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/shieldblock.png"]={["x"]=195,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/onehanddamage.png"]={["x"]=210,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagemelee.png"]={["x"]=225,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeed.png"]={["x"]=240,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/2handedspeed.png"]={["x"]=255,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png"]={["x"]=270,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png"]={["x"]=285,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png"]={["x"]=300,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png"]={["x"]=315,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png"]={["x"]=330,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damage.png"]={["x"]=345,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbranddamage.png"]={["x"]=360,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png"]={["x"]=375,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbrandlife.png"]={["x"]=390,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png"]={["x"]=405,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blockstaff.png"]={["x"]=420,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagestaff.png"]={["x"]=435,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/staffspeed.png"]={["x"]=0,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blockstr.png"]={["x"]=15,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/dmgreduction.png"]={["x"]=30,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/crystalskin.png"]={["x"]=45,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemlife.png"]={["x"]=60,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemplacementspeed.png"]={["x"]=75,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemattackspeed.png"]={["x"]=90,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemdamage.png"]={["x"]=105,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=120,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=135,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/masterysword.png"]={["x"]=150,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedsworddex.png"]={["x"]=165,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagesword.png"]={["x"]=180,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=195,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=210,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedmace.png"]={["x"]=225,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=240,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png"]={["x"]=255,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/fireresist.png"]={["x"]=270,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/coldresist.png"]={["x"]=285,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lightningstr.png"]={["x"]=300,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/projectilespeed.png"]={["x"]=315,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagedualwield.png"]={["x"]=330,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png"]={["x"]=345,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=360,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/increasedarmorandlife.png"]={["x"]=375,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lifepercentage.png"]={["x"]=390,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/macecritdmgspeed.png"]={["x"]=405,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MaceElemental.png"]={["x"]=420,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=435,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedaxe.png"]={["x"]=0,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damageaxe.png"]={["x"]=15,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeeddual.png"]={["x"]=30,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/knockback.png"]={["x"]=45,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=60,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=75,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/colddamage.png"]={["x"]=90,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/elementaldamage.png"]={["x"]=105,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/clawmasterydex.png"]={["x"]=120,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedclaw.png"]={["x"]=135,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png"]={["x"]=150,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MinionsandManaNode.png"]={["x"]=165,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/WandCritical.png"]={["x"]=180,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/manastr.png"]={["x"]=195,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=210,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/WarCryCooldown.png"]={["x"]=225,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/WarCryDuration.png"]={["x"]=240,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=255,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/energyshield.png"]={["x"]=270,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/FortifyNode.png"]={["x"]=285,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png"]={["x"]=300,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/stunstr.png"]={["x"]=315,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticaldaggerint.png"]={["x"]=330,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/masterydaggerdex.png"]={["x"]=345,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/flaskint.png"]={["x"]=360,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png"]={["x"]=375,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blankStr.png"]={["x"]=390,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MeleeAoENode.png"]={["x"]=405,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChannellingDamage.png"]={["x"]=420,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChannellingSpeed.png"]={["x"]=435,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png"]={["x"]=0,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/minionlife.png"]={["x"]=15,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/miniondamageBlue.png"]={["x"]=30,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticaldaggerdex.png"]={["x"]=45,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeeddagger.png"]={["x"]=60,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=75,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalclaw.png"]={["x"]=90,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png"]={["x"]=105,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png"]={["x"]=120,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/evade.png"]={["x"]=135,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png"]={["x"]=150,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/miniondamage.png"]={["x"]=165,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png"]={["x"]=180,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png"]={["x"]=195,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png"]={["x"]=210,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/firedamageint.png"]={["x"]=225,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MeleeFireNode.png"]={["x"]=240,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/evadepercentage.png"]={["x"]=255,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/spellcritical.png"]={["x"]=270,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png"]={["x"]=285,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=300,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/areaofeffect.png"]={["x"]=315,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lifemana.png"]={["x"]=330,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png"]={["x"]=345,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png"]={["x"]=360,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/manaregeneration.png"]={["x"]=375,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png"]={["x"]=390,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/castspeed.png"]={["x"]=405,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagespells.png"]={["x"]=420,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChaosDamage.png"]={["x"]=435,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png"]={["x"]=0,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/dualwieldspeedint.png"]={["x"]=15,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/skillduration.png"]={["x"]=30,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=45,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=60,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/accuracysword.png"]={["x"]=75,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapdamage.png"]={["x"]=90,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapsspeed.png"]={["x"]=105,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalbow.png"]={["x"]=120,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=135,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png"]={["x"]=150,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png"]={["x"]=165,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/shieldrecovery.png"]={["x"]=180,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/stundex.png"]={["x"]=195,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lightningdex.png"]={["x"]=210,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/avoidburning.png"]={["x"]=225,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/avoidchilling.png"]={["x"]=240,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png"]={["x"]=255,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blankDex.png"]={["x"]=270,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AttackBlindNode.png"]={["x"]=285,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=300,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lifegainpertarget.png"]={["x"]=315,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blankInt.png"]={["x"]=330,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/axedmgspeed.png"]={["x"]=345,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalstrikechance.png"]={["x"]=360,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AttackPoisonNode.png"]={["x"]=375,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png"]={["x"]=390,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png"]={["x"]=405,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png"]={["x"]=420,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png"]={["x"]=435,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=0,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/tempint.png"]={["x"]=15,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png"]={["x"]=30,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png"]={["x"]=45,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png"]={["x"]=60,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/minionattackspeed.png"]={["x"]=75,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png"]={["x"]=90,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalstrikechance2.png"]={["x"]=105,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png"]={["x"]=120,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=135,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=150,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png"]={["x"]=165,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png"]={["x"]=180,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png"]={["x"]=195,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png"]={["x"]=210,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png"]={["x"]=225,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png"]={["x"]=240,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png"]={["x"]=255,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png"]={["x"]=270,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png"]={["x"]=285,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/onehandspeed.png"]={["x"]=300,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Raider.png"]={["x"]=315,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png"]={["x"]=330,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png"]={["x"]=345,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=360,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=375,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Brand1.png"]={["x"]=390,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Brand3.png"]={["x"]=405,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png"]={["x"]=420,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png"]={["x"]=435,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ImapleNode.png"]={["x"]=0,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ImpaleNode2.png"]={["x"]=15,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png"]={["x"]=30,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png"]={["x"]=45,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png"]={["x"]=60,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png"]={["x"]=75,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=90,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png"]={["x"]=105,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png"]={["x"]=120,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png"]={["x"]=135,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=150,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png"]={["x"]=165,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png"]={["x"]=180,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png"]={["x"]=195,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=210,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png"]={["x"]=225,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/chaosresist.png"]={["x"]=240,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png"]={["x"]=255,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=270,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png"]={["x"]=285,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png"]={["x"]=300,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png"]={["x"]=315,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png"]={["x"]=330,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DamageOverTime.png"]={["x"]=345,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png"]={["x"]=360,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/manareservationreduction.png"]={["x"]=375,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/auraareaofeffect.png"]={["x"]=390,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/auraeffect.png"]={["x"]=405,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/tempdex.png"]={["x"]=420,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png"]={["x"]=435,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png"]={["x"]=0,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png"]={["x"]=15,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png"]={["x"]=30,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/critstrchnc.png"]={["x"]=45,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png"]={["x"]=60,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png"]={["x"]=75,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png"]={["x"]=90,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MineManaReservationNode.png"]={["x"]=105,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png"]={["x"]=120,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/WarCryEffect.png"]={["x"]=135,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png"]={["x"]=150,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapsduration.png"]={["x"]=165,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/flaskstr.png"]={["x"]=180,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=195,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=210,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png"]={["x"]=225,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png"]={["x"]=240,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png"]={["x"]=255,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png"]={["x"]=270,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png"]={["x"]=285,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png"]={["x"]=300,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png"]={["x"]=315,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png"]={["x"]=330,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png"]={["x"]=345,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png"]={["x"]=360,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png"]={["x"]=375,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png"]={["x"]=390,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png"]={["x"]=405,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png"]={["x"]=420,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png"]={["x"]=435,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png"]={["x"]=0,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png"]={["x"]=15,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png"]={["x"]=30,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png"]={["x"]=45,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png"]={["x"]=60,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png"]={["x"]=75,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png"]={["x"]=90,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png"]={["x"]=105,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png"]={["x"]=120,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png"]={["x"]=135,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png"]={["x"]=150,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png"]={["x"]=165,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png"]={["x"]=180,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png"]={["x"]=195,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png"]={["x"]=210,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/AnEAura.png"]={["x"]=225,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png"]={["x"]=240,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png"]={["x"]=255,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png"]={["x"]=270,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png"]={["x"]=285,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png"]={["x"]=300,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png"]={["x"]=315,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png"]={["x"]=330,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png"]={["x"]=345,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png"]={["x"]=360,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png"]={["x"]=375,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Champion.png"]={["x"]=390,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png"]={["x"]=405,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png"]={["x"]=420,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png"]={["x"]=435,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png"]={["x"]=0,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png"]={["x"]=15,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png"]={["x"]=30,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=45,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/GolemsNode.png"]={["x"]=60,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png"]={["x"]=75,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png"]={["x"]=90,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png"]={["x"]=105,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/RangedTotemDamage.png"]={["x"]=120,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png"]={["x"]=135,["y"]=135,["w"]=15,["h"]=15}}},{["filename"]="skills-2.jpg?4569c819cf5da05dcd695acad9ab9140",["coords"]={["Art/2DArt/SkillIcons/passives/firedamagestr.png"]={["x"]=0,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damage_blue.png"]={["x"]=21,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=42,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/accuracy2h.png"]={["x"]=63,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=84,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/mana.png"]={["x"]=105,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MasteryBlank.png"]={["x"]=126,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=147,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=168,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=189,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=210,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png"]={["x"]=231,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ElementalResistance2.png"]={["x"]=252,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/shieldblock.png"]={["x"]=273,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/onehanddamage.png"]={["x"]=294,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagemelee.png"]={["x"]=315,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeed.png"]={["x"]=336,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/2handedspeed.png"]={["x"]=357,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png"]={["x"]=378,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png"]={["x"]=399,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png"]={["x"]=420,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png"]={["x"]=441,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png"]={["x"]=462,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damage.png"]={["x"]=483,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbranddamage.png"]={["x"]=504,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png"]={["x"]=525,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandlife.png"]={["x"]=546,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png"]={["x"]=567,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blockstaff.png"]={["x"]=588,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagestaff.png"]={["x"]=609,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/staffspeed.png"]={["x"]=0,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blockstr.png"]={["x"]=21,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dmgreduction.png"]={["x"]=42,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/crystalskin.png"]={["x"]=63,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemlife.png"]={["x"]=84,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemplacementspeed.png"]={["x"]=105,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemattackspeed.png"]={["x"]=126,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemdamage.png"]={["x"]=147,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=168,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=189,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterysword.png"]={["x"]=210,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedsworddex.png"]={["x"]=231,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagesword.png"]={["x"]=252,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=273,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=294,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedmace.png"]={["x"]=315,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=336,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png"]={["x"]=357,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/fireresist.png"]={["x"]=378,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/coldresist.png"]={["x"]=399,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lightningstr.png"]={["x"]=420,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/projectilespeed.png"]={["x"]=441,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagedualwield.png"]={["x"]=462,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png"]={["x"]=483,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=504,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/increasedarmorandlife.png"]={["x"]=525,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifepercentage.png"]={["x"]=546,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/macecritdmgspeed.png"]={["x"]=567,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MaceElemental.png"]={["x"]=588,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=609,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedaxe.png"]={["x"]=0,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damageaxe.png"]={["x"]=21,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeeddual.png"]={["x"]=42,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/knockback.png"]={["x"]=63,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=84,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=105,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/colddamage.png"]={["x"]=126,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/elementaldamage.png"]={["x"]=147,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/clawmasterydex.png"]={["x"]=168,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedclaw.png"]={["x"]=189,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png"]={["x"]=210,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MinionsandManaNode.png"]={["x"]=231,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WandCritical.png"]={["x"]=252,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/manastr.png"]={["x"]=273,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=294,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WarCryCooldown.png"]={["x"]=315,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WarCryDuration.png"]={["x"]=336,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=357,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/energyshield.png"]={["x"]=378,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FortifyNode.png"]={["x"]=399,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png"]={["x"]=420,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stunstr.png"]={["x"]=441,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticaldaggerint.png"]={["x"]=462,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterydaggerdex.png"]={["x"]=483,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/flaskint.png"]={["x"]=504,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png"]={["x"]=525,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blankStr.png"]={["x"]=546,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeAoENode.png"]={["x"]=567,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingDamage.png"]={["x"]=588,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingSpeed.png"]={["x"]=609,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png"]={["x"]=0,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minionlife.png"]={["x"]=21,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/miniondamageBlue.png"]={["x"]=42,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticaldaggerdex.png"]={["x"]=63,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeeddagger.png"]={["x"]=84,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=105,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalclaw.png"]={["x"]=126,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png"]={["x"]=147,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png"]={["x"]=168,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/evade.png"]={["x"]=189,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png"]={["x"]=210,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/miniondamage.png"]={["x"]=231,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png"]={["x"]=252,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png"]={["x"]=273,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png"]={["x"]=294,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/firedamageint.png"]={["x"]=315,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeFireNode.png"]={["x"]=336,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/evadepercentage.png"]={["x"]=357,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/spellcritical.png"]={["x"]=378,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png"]={["x"]=399,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=420,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/areaofeffect.png"]={["x"]=441,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifemana.png"]={["x"]=462,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png"]={["x"]=483,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png"]={["x"]=504,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/manaregeneration.png"]={["x"]=525,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png"]={["x"]=546,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/castspeed.png"]={["x"]=567,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagespells.png"]={["x"]=588,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChaosDamage.png"]={["x"]=609,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png"]={["x"]=0,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dualwieldspeedint.png"]={["x"]=21,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/skillduration.png"]={["x"]=42,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=63,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=84,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/accuracysword.png"]={["x"]=105,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapdamage.png"]={["x"]=126,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapsspeed.png"]={["x"]=147,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalbow.png"]={["x"]=168,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=189,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png"]={["x"]=210,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png"]={["x"]=231,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/shieldrecovery.png"]={["x"]=252,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stundex.png"]={["x"]=273,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lightningdex.png"]={["x"]=294,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/avoidburning.png"]={["x"]=315,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/avoidchilling.png"]={["x"]=336,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png"]={["x"]=357,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blankDex.png"]={["x"]=378,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackBlindNode.png"]={["x"]=399,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=420,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifegainpertarget.png"]={["x"]=441,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blankInt.png"]={["x"]=462,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/axedmgspeed.png"]={["x"]=483,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikechance.png"]={["x"]=504,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackPoisonNode.png"]={["x"]=525,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png"]={["x"]=546,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png"]={["x"]=567,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png"]={["x"]=588,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png"]={["x"]=609,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=0,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/tempint.png"]={["x"]=21,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png"]={["x"]=42,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png"]={["x"]=63,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png"]={["x"]=84,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minionattackspeed.png"]={["x"]=105,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png"]={["x"]=126,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikechance2.png"]={["x"]=147,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png"]={["x"]=168,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=189,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=210,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png"]={["x"]=231,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png"]={["x"]=252,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png"]={["x"]=273,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png"]={["x"]=294,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png"]={["x"]=315,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png"]={["x"]=336,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png"]={["x"]=357,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png"]={["x"]=378,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png"]={["x"]=399,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/onehandspeed.png"]={["x"]=420,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Raider.png"]={["x"]=441,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png"]={["x"]=462,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png"]={["x"]=483,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=504,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=525,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Brand1.png"]={["x"]=546,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Brand3.png"]={["x"]=567,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png"]={["x"]=588,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png"]={["x"]=609,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ImapleNode.png"]={["x"]=0,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ImpaleNode2.png"]={["x"]=21,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png"]={["x"]=42,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png"]={["x"]=63,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png"]={["x"]=84,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png"]={["x"]=105,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=126,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png"]={["x"]=147,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png"]={["x"]=168,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png"]={["x"]=189,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=210,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png"]={["x"]=231,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png"]={["x"]=252,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png"]={["x"]=273,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=294,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png"]={["x"]=315,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chaosresist.png"]={["x"]=336,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png"]={["x"]=357,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=378,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png"]={["x"]=399,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png"]={["x"]=420,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png"]={["x"]=441,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png"]={["x"]=462,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DamageOverTime.png"]={["x"]=483,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png"]={["x"]=504,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/manareservationreduction.png"]={["x"]=525,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/auraareaofeffect.png"]={["x"]=546,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/auraeffect.png"]={["x"]=567,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/tempdex.png"]={["x"]=588,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png"]={["x"]=609,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png"]={["x"]=0,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png"]={["x"]=21,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png"]={["x"]=42,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/critstrchnc.png"]={["x"]=63,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png"]={["x"]=84,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png"]={["x"]=105,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png"]={["x"]=126,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineManaReservationNode.png"]={["x"]=147,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png"]={["x"]=168,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WarCryEffect.png"]={["x"]=189,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png"]={["x"]=210,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapsduration.png"]={["x"]=231,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/flaskstr.png"]={["x"]=252,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=273,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=294,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png"]={["x"]=315,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png"]={["x"]=336,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png"]={["x"]=357,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png"]={["x"]=378,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png"]={["x"]=399,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png"]={["x"]=420,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png"]={["x"]=441,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png"]={["x"]=462,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png"]={["x"]=483,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png"]={["x"]=504,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png"]={["x"]=525,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png"]={["x"]=546,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png"]={["x"]=567,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png"]={["x"]=588,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png"]={["x"]=609,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png"]={["x"]=0,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png"]={["x"]=21,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png"]={["x"]=42,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png"]={["x"]=63,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png"]={["x"]=84,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png"]={["x"]=105,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png"]={["x"]=126,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png"]={["x"]=147,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png"]={["x"]=168,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png"]={["x"]=189,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png"]={["x"]=210,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png"]={["x"]=231,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png"]={["x"]=252,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png"]={["x"]=273,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png"]={["x"]=294,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/AnEAura.png"]={["x"]=315,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png"]={["x"]=336,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png"]={["x"]=357,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png"]={["x"]=378,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png"]={["x"]=399,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png"]={["x"]=420,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png"]={["x"]=441,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png"]={["x"]=462,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png"]={["x"]=483,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png"]={["x"]=504,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png"]={["x"]=525,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Champion.png"]={["x"]=546,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png"]={["x"]=567,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png"]={["x"]=588,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png"]={["x"]=609,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png"]={["x"]=0,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png"]={["x"]=21,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png"]={["x"]=42,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=63,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/GolemsNode.png"]={["x"]=84,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png"]={["x"]=105,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png"]={["x"]=126,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png"]={["x"]=147,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RangedTotemDamage.png"]={["x"]=168,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png"]={["x"]=189,["y"]=189,["w"]=21,["h"]=21}}},{["filename"]="skills-3.jpg?2073aac7f92a6cca81cfb747da72b1b9",["coords"]={["Art/2DArt/SkillIcons/passives/firedamagestr.png"]={["x"]=0,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damage_blue.png"]={["x"]=27,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=54,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/accuracy2h.png"]={["x"]=81,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=108,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/mana.png"]={["x"]=135,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MasteryBlank.png"]={["x"]=162,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=189,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=216,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=243,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=270,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png"]={["x"]=297,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ElementalResistance2.png"]={["x"]=324,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/shieldblock.png"]={["x"]=351,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/onehanddamage.png"]={["x"]=378,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagemelee.png"]={["x"]=405,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeed.png"]={["x"]=432,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/2handedspeed.png"]={["x"]=459,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png"]={["x"]=486,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png"]={["x"]=513,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png"]={["x"]=540,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png"]={["x"]=567,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png"]={["x"]=594,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damage.png"]={["x"]=621,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbranddamage.png"]={["x"]=648,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png"]={["x"]=675,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbrandlife.png"]={["x"]=702,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png"]={["x"]=729,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blockstaff.png"]={["x"]=756,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagestaff.png"]={["x"]=783,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/staffspeed.png"]={["x"]=0,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blockstr.png"]={["x"]=27,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/dmgreduction.png"]={["x"]=54,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/crystalskin.png"]={["x"]=81,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemlife.png"]={["x"]=108,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemplacementspeed.png"]={["x"]=135,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemattackspeed.png"]={["x"]=162,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemdamage.png"]={["x"]=189,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=216,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=243,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/masterysword.png"]={["x"]=270,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedsworddex.png"]={["x"]=297,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagesword.png"]={["x"]=324,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=351,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=378,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedmace.png"]={["x"]=405,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=432,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png"]={["x"]=459,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/fireresist.png"]={["x"]=486,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/coldresist.png"]={["x"]=513,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lightningstr.png"]={["x"]=540,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/projectilespeed.png"]={["x"]=567,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagedualwield.png"]={["x"]=594,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png"]={["x"]=621,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=648,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/increasedarmorandlife.png"]={["x"]=675,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lifepercentage.png"]={["x"]=702,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/macecritdmgspeed.png"]={["x"]=729,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MaceElemental.png"]={["x"]=756,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=783,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedaxe.png"]={["x"]=0,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damageaxe.png"]={["x"]=27,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeeddual.png"]={["x"]=54,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/knockback.png"]={["x"]=81,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=108,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=135,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/colddamage.png"]={["x"]=162,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/elementaldamage.png"]={["x"]=189,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/clawmasterydex.png"]={["x"]=216,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedclaw.png"]={["x"]=243,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png"]={["x"]=270,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MinionsandManaNode.png"]={["x"]=297,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/WandCritical.png"]={["x"]=324,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/manastr.png"]={["x"]=351,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=378,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/WarCryCooldown.png"]={["x"]=405,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/WarCryDuration.png"]={["x"]=432,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=459,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/energyshield.png"]={["x"]=486,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/FortifyNode.png"]={["x"]=513,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png"]={["x"]=540,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/stunstr.png"]={["x"]=567,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticaldaggerint.png"]={["x"]=594,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/masterydaggerdex.png"]={["x"]=621,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/flaskint.png"]={["x"]=648,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png"]={["x"]=675,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blankStr.png"]={["x"]=702,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MeleeAoENode.png"]={["x"]=729,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChannellingDamage.png"]={["x"]=756,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChannellingSpeed.png"]={["x"]=783,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png"]={["x"]=0,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/minionlife.png"]={["x"]=27,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/miniondamageBlue.png"]={["x"]=54,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticaldaggerdex.png"]={["x"]=81,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeeddagger.png"]={["x"]=108,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=135,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalclaw.png"]={["x"]=162,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png"]={["x"]=189,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png"]={["x"]=216,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/evade.png"]={["x"]=243,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png"]={["x"]=270,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/miniondamage.png"]={["x"]=297,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png"]={["x"]=324,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png"]={["x"]=351,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png"]={["x"]=378,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/firedamageint.png"]={["x"]=405,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MeleeFireNode.png"]={["x"]=432,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/evadepercentage.png"]={["x"]=459,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/spellcritical.png"]={["x"]=486,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png"]={["x"]=513,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=540,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/areaofeffect.png"]={["x"]=567,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lifemana.png"]={["x"]=594,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png"]={["x"]=621,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png"]={["x"]=648,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/manaregeneration.png"]={["x"]=675,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png"]={["x"]=702,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/castspeed.png"]={["x"]=729,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagespells.png"]={["x"]=756,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChaosDamage.png"]={["x"]=783,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png"]={["x"]=0,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/dualwieldspeedint.png"]={["x"]=27,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/skillduration.png"]={["x"]=54,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=81,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=108,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/accuracysword.png"]={["x"]=135,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapdamage.png"]={["x"]=162,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapsspeed.png"]={["x"]=189,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalbow.png"]={["x"]=216,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=243,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png"]={["x"]=270,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png"]={["x"]=297,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/shieldrecovery.png"]={["x"]=324,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/stundex.png"]={["x"]=351,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lightningdex.png"]={["x"]=378,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/avoidburning.png"]={["x"]=405,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/avoidchilling.png"]={["x"]=432,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png"]={["x"]=459,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blankDex.png"]={["x"]=486,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AttackBlindNode.png"]={["x"]=513,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=540,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lifegainpertarget.png"]={["x"]=567,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blankInt.png"]={["x"]=594,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/axedmgspeed.png"]={["x"]=621,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalstrikechance.png"]={["x"]=648,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AttackPoisonNode.png"]={["x"]=675,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png"]={["x"]=702,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png"]={["x"]=729,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png"]={["x"]=756,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png"]={["x"]=783,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=0,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/tempint.png"]={["x"]=27,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png"]={["x"]=54,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png"]={["x"]=81,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png"]={["x"]=108,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/minionattackspeed.png"]={["x"]=135,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png"]={["x"]=162,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalstrikechance2.png"]={["x"]=189,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png"]={["x"]=216,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=243,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=270,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png"]={["x"]=297,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png"]={["x"]=324,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png"]={["x"]=351,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png"]={["x"]=378,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png"]={["x"]=405,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png"]={["x"]=432,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png"]={["x"]=459,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png"]={["x"]=486,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png"]={["x"]=513,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/onehandspeed.png"]={["x"]=540,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Raider.png"]={["x"]=567,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png"]={["x"]=594,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png"]={["x"]=621,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=648,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=675,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Brand1.png"]={["x"]=702,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Brand3.png"]={["x"]=729,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png"]={["x"]=756,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png"]={["x"]=783,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ImapleNode.png"]={["x"]=0,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ImpaleNode2.png"]={["x"]=27,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png"]={["x"]=54,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png"]={["x"]=81,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png"]={["x"]=108,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png"]={["x"]=135,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=162,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png"]={["x"]=189,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png"]={["x"]=216,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png"]={["x"]=243,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=270,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png"]={["x"]=297,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png"]={["x"]=324,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png"]={["x"]=351,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=378,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png"]={["x"]=405,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/chaosresist.png"]={["x"]=432,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png"]={["x"]=459,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=486,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png"]={["x"]=513,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png"]={["x"]=540,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png"]={["x"]=567,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png"]={["x"]=594,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DamageOverTime.png"]={["x"]=621,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png"]={["x"]=648,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/manareservationreduction.png"]={["x"]=675,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/auraareaofeffect.png"]={["x"]=702,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/auraeffect.png"]={["x"]=729,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/tempdex.png"]={["x"]=756,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png"]={["x"]=783,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png"]={["x"]=0,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png"]={["x"]=27,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png"]={["x"]=54,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/critstrchnc.png"]={["x"]=81,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png"]={["x"]=108,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png"]={["x"]=135,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png"]={["x"]=162,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MineManaReservationNode.png"]={["x"]=189,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png"]={["x"]=216,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/WarCryEffect.png"]={["x"]=243,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png"]={["x"]=270,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapsduration.png"]={["x"]=297,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/flaskstr.png"]={["x"]=324,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=351,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=378,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png"]={["x"]=405,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png"]={["x"]=432,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png"]={["x"]=459,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png"]={["x"]=486,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png"]={["x"]=513,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png"]={["x"]=540,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png"]={["x"]=567,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png"]={["x"]=594,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png"]={["x"]=621,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png"]={["x"]=648,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png"]={["x"]=675,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png"]={["x"]=702,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png"]={["x"]=729,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png"]={["x"]=756,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png"]={["x"]=783,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png"]={["x"]=0,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png"]={["x"]=27,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png"]={["x"]=54,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png"]={["x"]=81,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png"]={["x"]=108,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png"]={["x"]=135,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png"]={["x"]=162,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png"]={["x"]=189,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png"]={["x"]=216,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png"]={["x"]=243,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png"]={["x"]=270,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png"]={["x"]=297,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png"]={["x"]=324,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png"]={["x"]=351,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png"]={["x"]=378,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/AnEAura.png"]={["x"]=405,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png"]={["x"]=432,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png"]={["x"]=459,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png"]={["x"]=486,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png"]={["x"]=513,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png"]={["x"]=540,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png"]={["x"]=567,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png"]={["x"]=594,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png"]={["x"]=621,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png"]={["x"]=648,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png"]={["x"]=675,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Champion.png"]={["x"]=702,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png"]={["x"]=729,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png"]={["x"]=756,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png"]={["x"]=783,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png"]={["x"]=0,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png"]={["x"]=27,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png"]={["x"]=54,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=81,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/GolemsNode.png"]={["x"]=108,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png"]={["x"]=135,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png"]={["x"]=162,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png"]={["x"]=189,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/RangedTotemDamage.png"]={["x"]=216,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png"]={["x"]=243,["y"]=243,["w"]=27,["h"]=27}}}},["notableActive"]={{["filename"]="skills-0.jpg?60d938e28ee6152e56ada1f325b52d17",["coords"]={["Art/2DArt/SkillIcons/passives/lavalash.png"]={["x"]=0,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AspectoftheEagle.png"]={["x"]=12,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MartialExperience.png"]={["x"]=24,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/minddrinker.png"]={["x"]=36,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=48,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/titanicmight.png"]={["x"]=60,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/barricade.png"]={["x"]=72,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/butchery.png"]={["x"]=84,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/strongarm.png"]={["x"]=96,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/wreckingball.png"]={["x"]=108,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/reaver.png"]={["x"]=120,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png"]={["x"]=132,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png"]={["x"]=144,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/Headman.png"]={["x"]=156,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png"]={["x"]=168,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png"]={["x"]=180,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/Impact.png"]={["x"]=192,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/Charges.png"]={["x"]=204,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/whirlingstaff.png"]={["x"]=216,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/stunstaff.png"]={["x"]=228,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffCrit.png"]={["x"]=240,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/armourmastery.png"]={["x"]=252,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=0,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Unwavering.png"]={["x"]=12,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ironwoodtotem.png"]={["x"]=24,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png"]={["x"]=36,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png"]={["x"]=48,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Retaliation.png"]={["x"]=60,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/blademaster.png"]={["x"]=72,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/razorsedge.png"]={["x"]=84,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/wandslingersprowess.png"]={["x"]=96,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/skullcracking.png"]={["x"]=108,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=120,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BloodyBludgeon.png"]={["x"]=132,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=144,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ambidexterity.png"]={["x"]=156,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=168,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Annihilation.png"]={["x"]=180,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/galvanichammer.png"]={["x"]=192,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MaceNotable2.png"]={["x"]=204,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BloodSiphon.png"]={["x"]=216,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/soulsyphon.png"]={["x"]=228,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=240,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/fellingtheweak.png"]={["x"]=252,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/hatchetmaster.png"]={["x"]=0,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/swagger.png"]={["x"]=12,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/fending.png"]={["x"]=24,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=36,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/cleavage.png"]={["x"]=48,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=60,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BreathofLightening2.png"]={["x"]=72,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/borntofight.png"]={["x"]=84,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/manaconduit.png"]={["x"]=96,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=108,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/stormborn.png"]={["x"]=120,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/flameborn.png"]={["x"]=132,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/frostborn.png"]={["x"]=144,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/eagletalons.png"]={["x"]=156,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/soulraker.png"]={["x"]=168,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ClawNotable1.png"]={["x"]=180,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Warrior.png"]={["x"]=192,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Constitution.png"]={["x"]=204,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png"]={["x"]=216,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/trollblood.png"]={["x"]=228,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Revelry.png"]={["x"]=240,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png"]={["x"]=252,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/fussilade.png"]={["x"]=0,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/elderpower.png"]={["x"]=12,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=24,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/blademistress.png"]={["x"]=36,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png"]={["x"]=48,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Dynamo.png"]={["x"]=60,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LustforCarnage.png"]={["x"]=72,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Righteous Decree.png"]={["x"]=84,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Battlecry.png"]={["x"]=96,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/eagleeye.png"]={["x"]=108,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/hammerblows.png"]={["x"]=120,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffNotable2.png"]={["x"]=132,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/lifeleechimmunity.png"]={["x"]=144,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FortifyNotable1.png"]={["x"]=156,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaandCurses.png"]={["x"]=168,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StunMastery.png"]={["x"]=180,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/nightstalker.png"]={["x"]=192,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Harrier.png"]={["x"]=204,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaFlasksOften.png"]={["x"]=216,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/CombatStamina.png"]={["x"]=228,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/staticshield.png"]={["x"]=240,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/foresight.png"]={["x"]=252,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inspiration.png"]={["x"]=0,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/icebite.png"]={["x"]=12,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/grace.png"]={["x"]=24,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MeleeAoENotable.png"]={["x"]=36,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/sparkingattacks.png"]={["x"]=48,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/TempestBlast.png"]={["x"]=60,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/CombatFocusNotable.png"]={["x"]=72,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SearingHeat.png"]={["x"]=84,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deathattunement.png"]={["x"]=96,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/flaying.png"]={["x"]=108,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DaggerNotable1.png"]={["x"]=120,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=132,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hunter.png"]={["x"]=144,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/graveintentions.png"]={["x"]=156,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/graveexpectations.png"]={["x"]=168,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png"]={["x"]=180,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/lordofthedead.png"]={["x"]=192,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/gravepact.png"]={["x"]=204,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arcane focus.png"]={["x"]=216,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArcaneChemistry.png"]={["x"]=228,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/bodysoul.png"]={["x"]=240,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png"]={["x"]=252,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png"]={["x"]=0,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/breathofrime.png"]={["x"]=12,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/hellfire.png"]={["x"]=24,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BreathofFlames2.png"]={["x"]=36,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arsonist.png"]={["x"]=48,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MeleeFireNotable.png"]={["x"]=60,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EssenceSurge.png"]={["x"]=72,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SavantPath.png"]={["x"]=84,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/iceheart.png"]={["x"]=96,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BreathofRime2.png"]={["x"]=108,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newenergyshield.png"]={["x"]=120,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/pyromaniac.png"]={["x"]=132,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arcanepotency.png"]={["x"]=144,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/amplify.png"]={["x"]=156,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deepthoughts.png"]={["x"]=168,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/thickskin.png"]={["x"]=180,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/QuickRecovery.png"]={["x"]=192,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png"]={["x"]=204,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png"]={["x"]=216,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/Ambush.png"]={["x"]=228,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png"]={["x"]=240,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png"]={["x"]=252,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png"]={["x"]=0,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/Elusive.png"]={["x"]=12,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Dreamer.png"]={["x"]=24,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png"]={["x"]=36,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/throatseeker.png"]={["x"]=48,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/nimbleness.png"]={["x"]=60,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ConcentrationNotable.png"]={["x"]=72,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MentalRapidity.png"]={["x"]=84,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=96,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PowerChargeNotable.png"]={["x"]=108,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/gemini.png"]={["x"]=120,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ThrillKiller.png"]={["x"]=132,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/potencyofwill.png"]={["x"]=144,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png"]={["x"]=156,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/preciseinterception.png"]={["x"]=168,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heartofthepanther.png"]={["x"]=180,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=192,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=204,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/adderstouch.png"]={["x"]=216,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/cruelblade.png"]={["x"]=228,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FatalBlade.png"]={["x"]=240,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ClawNotable2.png"]={["x"]=252,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/mastersapper.png"]={["x"]=0,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/daggerpenetration.png"]={["x"]=12,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/clawsofthepride.png"]={["x"]=24,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heavydraw.png"]={["x"]=36,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deadlydraw.png"]={["x"]=48,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/kingofthehill.png"]={["x"]=60,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/masterfletcher.png"]={["x"]=72,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/totemicmastery.png"]={["x"]=84,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ProjectilesNotable.png"]={["x"]=96,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=108,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=120,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newevadepercentage.png"]={["x"]=132,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png"]={["x"]=144,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png"]={["x"]=156,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arcaneefficiency.png"]={["x"]=168,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=180,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArcaneSeal.png"]={["x"]=192,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/HeartoftheOak.png"]={["x"]=204,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/animalspirit.png"]={["x"]=216,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DruidicRite.png"]={["x"]=228,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/quickstep.png"]={["x"]=240,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/diamondskin.png"]={["x"]=252,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png"]={["x"]=0,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/bladebarrier.png"]={["x"]=12,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackBlindNotable.png"]={["x"]=24,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=36,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newcolddamage.png"]={["x"]=48,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png"]={["x"]=60,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/perfectaim.png"]={["x"]=72,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/furybolts.png"]={["x"]=84,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FortifyNotable2.png"]={["x"]=96,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heartofthegladiator.png"]={["x"]=108,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/precision.png"]={["x"]=120,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=132,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/CommandofSteel.png"]={["x"]=144,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heartseeker.png"]={["x"]=156,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png"]={["x"]=168,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/executioner.png"]={["x"]=180,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png"]={["x"]=192,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png"]={["x"]=204,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png"]={["x"]=216,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png"]={["x"]=228,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png"]={["x"]=240,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heartpierce.png"]={["x"]=252,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/HeartandSoul.png"]={["x"]=0,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=12,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deadlyprecision.png"]={["x"]=24,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SwordNotable2.png"]={["x"]=36,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/catalyse.png"]={["x"]=48,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/elementalist.png"]={["x"]=60,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LightOfDivinity.png"]={["x"]=72,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BattleRouse.png"]={["x"]=84,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SpiritualCommand.png"]={["x"]=96,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/oxblood.png"]={["x"]=108,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SoulSiphoning.png"]={["x"]=120,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deepwisdom.png"]={["x"]=132,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=144,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MaceNotable1.png"]={["x"]=156,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png"]={["x"]=168,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png"]={["x"]=180,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png"]={["x"]=192,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png"]={["x"]=204,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png"]={["x"]=216,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png"]={["x"]=228,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png"]={["x"]=240,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png"]={["x"]=252,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=0,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DaggerNotable2.png"]={["x"]=12,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=24,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png"]={["x"]=36,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png"]={["x"]=48,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SwordNotable1.png"]={["x"]=60,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png"]={["x"]=72,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/RighteousArmy.png"]={["x"]=84,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Redemption.png"]={["x"]=96,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SpiritualAid.png"]={["x"]=108,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/Int.png"]={["x"]=120,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png"]={["x"]=132,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png"]={["x"]=144,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png"]={["x"]=156,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png"]={["x"]=168,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png"]={["x"]=180,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png"]={["x"]=192,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png"]={["x"]=204,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png"]={["x"]=216,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Meleerange.png"]={["x"]=228,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newnewattackspeed.png"]={["x"]=240,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=252,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newtitanicmight.png"]={["x"]=0,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DualWieldNotable.png"]={["x"]=12,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArcaneReaping.png"]={["x"]=24,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=36,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Brand4.png"]={["x"]=48,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/savant.png"]={["x"]=60,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffNotable.png"]={["x"]=72,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ElementalDominion2.png"]={["x"]=84,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png"]={["x"]=96,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ImpaleNotable2.png"]={["x"]=108,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png"]={["x"]=120,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png"]={["x"]=132,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png"]={["x"]=144,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png"]={["x"]=156,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png"]={["x"]=168,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png"]={["x"]=180,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png"]={["x"]=192,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/highexplosives.png"]={["x"]=204,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/cleverconstruction.png"]={["x"]=216,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=228,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/revengeofthehunted.png"]={["x"]=240,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png"]={["x"]=252,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ShieldNotable.png"]={["x"]=0,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png"]={["x"]=12,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png"]={["x"]=24,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PierceNoteable.png"]={["x"]=36,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/expeditiousmunitions.png"]={["x"]=48,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SkitteringRunes.png"]={["x"]=60,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffNotable1.png"]={["x"]=72,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Coordination.png"]={["x"]=84,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png"]={["x"]=96,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Shaper.png"]={["x"]=108,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Retribution.png"]={["x"]=120,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SoulPact.png"]={["x"]=132,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LethalAssault.png"]={["x"]=144,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Resourcefulness.png"]={["x"]=156,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=168,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/finesse.png"]={["x"]=180,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newincreasedcritical.png"]={["x"]=192,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/saboteur.png"]={["x"]=204,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ElementalFocus.png"]={["x"]=216,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MethodMadess.png"]={["x"]=228,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/berserking.png"]={["x"]=240,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/scissorblades.png"]={["x"]=252,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png"]={["x"]=0,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png"]={["x"]=12,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png"]={["x"]=24,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png"]={["x"]=36,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png"]={["x"]=48,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png"]={["x"]=60,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/Blitz.png"]={["x"]=72,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/doomcast.png"]={["x"]=84,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/mentalacuity.png"]={["x"]=96,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/swashbuckler.png"]={["x"]=108,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Entropy.png"]={["x"]=120,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png"]={["x"]=132,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/legendaryswordsman.png"]={["x"]=144,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/golemsblood.png"]={["x"]=156,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/IgnorePain.png"]={["x"]=168,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Survivalist.png"]={["x"]=180,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MaceNotable3.png"]={["x"]=192,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/WritteninBlood.png"]={["x"]=204,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ChaoticPotential.png"]={["x"]=216,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/shieldwall.png"]={["x"]=228,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png"]={["x"]=240,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png"]={["x"]=252,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/sovereignty.png"]={["x"]=0,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/authority.png"]={["x"]=12,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/influence.png"]={["x"]=24,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/leadership.png"]={["x"]=36,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion.png"]={["x"]=48,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png"]={["x"]=60,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffNotable3.png"]={["x"]=72,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=84,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ForceOfNature.png"]={["x"]=96,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png"]={["x"]=108,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png"]={["x"]=120,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png"]={["x"]=132,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png"]={["x"]=144,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png"]={["x"]=156,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png"]={["x"]=168,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png"]={["x"]=180,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/TrueStriker.png"]={["x"]=192,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/serpentstance.png"]={["x"]=204,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png"]={["x"]=216,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png"]={["x"]=228,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png"]={["x"]=240,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png"]={["x"]=252,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png"]={["x"]=0,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png"]={["x"]=12,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png"]={["x"]=24,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/shamsnisticfury.png"]={["x"]=36,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/totemiczeal.png"]={["x"]=48,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/volitilemines.png"]={["x"]=60,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png"]={["x"]=72,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Sentinel.png"]={["x"]=84,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arcaneradience.png"]={["x"]=96,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/WordsOfGlory.png"]={["x"]=108,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Storm Weaver.png"]={["x"]=120,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trap.png"]={["x"]=132,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ashfrostandstorm.png"]={["x"]=144,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ProfaneChemistry.png"]={["x"]=156,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MasterofForce.png"]={["x"]=168,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/HiredKiller2.png"]={["x"]=180,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/melding.png"]={["x"]=192,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/CelestialPunishment.png"]={["x"]=204,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=216,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=228,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Unrelenting.png"]={["x"]=240,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ShrugOff.png"]={["x"]=252,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png"]={["x"]=0,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png"]={["x"]=12,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png"]={["x"]=24,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png"]={["x"]=36,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png"]={["x"]=48,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png"]={["x"]=60,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png"]={["x"]=72,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png"]={["x"]=84,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png"]={["x"]=96,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png"]={["x"]=108,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png"]={["x"]=120,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png"]={["x"]=132,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png"]={["x"]=144,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png"]={["x"]=156,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png"]={["x"]=168,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png"]={["x"]=180,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png"]={["x"]=192,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png"]={["x"]=204,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png"]={["x"]=216,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png"]={["x"]=228,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png"]={["x"]=240,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png"]={["x"]=252,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png"]={["x"]=0,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png"]={["x"]=12,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png"]={["x"]=24,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png"]={["x"]=36,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png"]={["x"]=48,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png"]={["x"]=60,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png"]={["x"]=72,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png"]={["x"]=84,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png"]={["x"]=96,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png"]={["x"]=108,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png"]={["x"]=120,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png"]={["x"]=132,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png"]={["x"]=144,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png"]={["x"]=156,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png"]={["x"]=168,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png"]={["x"]=180,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png"]={["x"]=192,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png"]={["x"]=204,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png"]={["x"]=216,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png"]={["x"]=228,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png"]={["x"]=240,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png"]={["x"]=252,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png"]={["x"]=0,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png"]={["x"]=12,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png"]={["x"]=24,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png"]={["x"]=36,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png"]={["x"]=48,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png"]={["x"]=60,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png"]={["x"]=72,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/Fortitude.png"]={["x"]=84,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/Unstopable.png"]={["x"]=96,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/Conqueror.png"]={["x"]=108,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png"]={["x"]=120,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/Inpirational.png"]={["x"]=132,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png"]={["x"]=144,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png"]={["x"]=156,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png"]={["x"]=168,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png"]={["x"]=180,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png"]={["x"]=192,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png"]={["x"]=204,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png"]={["x"]=216,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/Dex.png"]={["x"]=228,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/Str.png"]={["x"]=240,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/GrowthandDecay.png"]={["x"]=252,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ChaosDamage2.png"]={["x"]=0,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png"]={["x"]=12,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trap2.png"]={["x"]=24,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MineTrap.png"]={["x"]=36,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BleedPoison.png"]={["x"]=48,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Brand2.png"]={["x"]=60,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png"]={["x"]=72,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png"]={["x"]=84,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png"]={["x"]=96,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png"]={["x"]=108,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png"]={["x"]=120,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ImpaleNotable1.png"]={["x"]=132,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png"]={["x"]=144,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png"]={["x"]=156,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=168,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=180,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=192,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AxeNotable1.png"]={["x"]=204,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AxeNotable2.png"]={["x"]=216,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=228,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=240,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png"]={["x"]=252,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png"]={["x"]=0,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/GolemsNotable.png"]={["x"]=12,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png"]={["x"]=24,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png"]={["x"]=36,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png"]={["x"]=48,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png"]={["x"]=60,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DireTorment.png"]={["x"]=72,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png"]={["x"]=84,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png"]={["x"]=96,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png"]={["x"]=108,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png"]={["x"]=120,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Boomerang.png"]={["x"]=132,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Lineage.png"]={["x"]=144,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BloodPact.png"]={["x"]=156,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MindPact.png"]={["x"]=168,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DarkestHour.png"]={["x"]=180,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FireAilment.png"]={["x"]=192,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LightingAilment.png"]={["x"]=204,["y"]=330,["w"]=12,["h"]=12}}},{["filename"]="skills-1.jpg?6090452f98e9ed00ce1cddf76724ab3d",["coords"]={["Art/2DArt/SkillIcons/passives/lavalash.png"]={["x"]=0,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AspectoftheEagle.png"]={["x"]=21,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MartialExperience.png"]={["x"]=42,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minddrinker.png"]={["x"]=63,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=84,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/titanicmight.png"]={["x"]=105,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/barricade.png"]={["x"]=126,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/butchery.png"]={["x"]=147,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/strongarm.png"]={["x"]=168,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/wreckingball.png"]={["x"]=189,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/reaver.png"]={["x"]=210,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png"]={["x"]=231,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png"]={["x"]=252,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/Headman.png"]={["x"]=273,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png"]={["x"]=294,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png"]={["x"]=315,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/Impact.png"]={["x"]=336,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/Charges.png"]={["x"]=357,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/whirlingstaff.png"]={["x"]=378,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stunstaff.png"]={["x"]=399,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffCrit.png"]={["x"]=420,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/armourmastery.png"]={["x"]=441,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=0,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Unwavering.png"]={["x"]=21,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ironwoodtotem.png"]={["x"]=42,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png"]={["x"]=63,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png"]={["x"]=84,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Retaliation.png"]={["x"]=105,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blademaster.png"]={["x"]=126,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/razorsedge.png"]={["x"]=147,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/wandslingersprowess.png"]={["x"]=168,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/skullcracking.png"]={["x"]=189,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=210,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BloodyBludgeon.png"]={["x"]=231,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=252,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ambidexterity.png"]={["x"]=273,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=294,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Annihilation.png"]={["x"]=315,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/galvanichammer.png"]={["x"]=336,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MaceNotable2.png"]={["x"]=357,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BloodSiphon.png"]={["x"]=378,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/soulsyphon.png"]={["x"]=399,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=420,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/fellingtheweak.png"]={["x"]=441,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/hatchetmaster.png"]={["x"]=0,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/swagger.png"]={["x"]=21,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/fending.png"]={["x"]=42,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=63,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/cleavage.png"]={["x"]=84,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=105,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BreathofLightening2.png"]={["x"]=126,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/borntofight.png"]={["x"]=147,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/manaconduit.png"]={["x"]=168,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=189,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stormborn.png"]={["x"]=210,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/flameborn.png"]={["x"]=231,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/frostborn.png"]={["x"]=252,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/eagletalons.png"]={["x"]=273,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/soulraker.png"]={["x"]=294,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ClawNotable1.png"]={["x"]=315,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Warrior.png"]={["x"]=336,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Constitution.png"]={["x"]=357,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png"]={["x"]=378,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trollblood.png"]={["x"]=399,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Revelry.png"]={["x"]=420,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png"]={["x"]=441,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/fussilade.png"]={["x"]=0,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/elderpower.png"]={["x"]=21,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=42,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blademistress.png"]={["x"]=63,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png"]={["x"]=84,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Dynamo.png"]={["x"]=105,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LustforCarnage.png"]={["x"]=126,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Righteous Decree.png"]={["x"]=147,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Battlecry.png"]={["x"]=168,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/eagleeye.png"]={["x"]=189,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/hammerblows.png"]={["x"]=210,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNotable2.png"]={["x"]=231,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifeleechimmunity.png"]={["x"]=252,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FortifyNotable1.png"]={["x"]=273,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaandCurses.png"]={["x"]=294,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StunMastery.png"]={["x"]=315,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/nightstalker.png"]={["x"]=336,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Harrier.png"]={["x"]=357,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaFlasksOften.png"]={["x"]=378,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/CombatStamina.png"]={["x"]=399,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/staticshield.png"]={["x"]=420,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/foresight.png"]={["x"]=441,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inspiration.png"]={["x"]=0,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/icebite.png"]={["x"]=21,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/grace.png"]={["x"]=42,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeAoENotable.png"]={["x"]=63,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/sparkingattacks.png"]={["x"]=84,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/TempestBlast.png"]={["x"]=105,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/CombatFocusNotable.png"]={["x"]=126,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SearingHeat.png"]={["x"]=147,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deathattunement.png"]={["x"]=168,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/flaying.png"]={["x"]=189,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DaggerNotable1.png"]={["x"]=210,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=231,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hunter.png"]={["x"]=252,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/graveintentions.png"]={["x"]=273,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/graveexpectations.png"]={["x"]=294,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png"]={["x"]=315,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lordofthedead.png"]={["x"]=336,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/gravepact.png"]={["x"]=357,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arcane focus.png"]={["x"]=378,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArcaneChemistry.png"]={["x"]=399,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/bodysoul.png"]={["x"]=420,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png"]={["x"]=441,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png"]={["x"]=0,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/breathofrime.png"]={["x"]=21,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/hellfire.png"]={["x"]=42,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BreathofFlames2.png"]={["x"]=63,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arsonist.png"]={["x"]=84,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeFireNotable.png"]={["x"]=105,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EssenceSurge.png"]={["x"]=126,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SavantPath.png"]={["x"]=147,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/iceheart.png"]={["x"]=168,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BreathofRime2.png"]={["x"]=189,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newenergyshield.png"]={["x"]=210,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/pyromaniac.png"]={["x"]=231,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arcanepotency.png"]={["x"]=252,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/amplify.png"]={["x"]=273,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deepthoughts.png"]={["x"]=294,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/thickskin.png"]={["x"]=315,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/QuickRecovery.png"]={["x"]=336,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png"]={["x"]=357,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png"]={["x"]=378,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/Ambush.png"]={["x"]=399,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png"]={["x"]=420,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png"]={["x"]=441,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png"]={["x"]=0,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/Elusive.png"]={["x"]=21,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Dreamer.png"]={["x"]=42,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png"]={["x"]=63,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/throatseeker.png"]={["x"]=84,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/nimbleness.png"]={["x"]=105,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ConcentrationNotable.png"]={["x"]=126,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MentalRapidity.png"]={["x"]=147,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=168,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PowerChargeNotable.png"]={["x"]=189,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/gemini.png"]={["x"]=210,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ThrillKiller.png"]={["x"]=231,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/potencyofwill.png"]={["x"]=252,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png"]={["x"]=273,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/preciseinterception.png"]={["x"]=294,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heartofthepanther.png"]={["x"]=315,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=336,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=357,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/adderstouch.png"]={["x"]=378,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/cruelblade.png"]={["x"]=399,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FatalBlade.png"]={["x"]=420,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ClawNotable2.png"]={["x"]=441,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/mastersapper.png"]={["x"]=0,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/daggerpenetration.png"]={["x"]=21,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/clawsofthepride.png"]={["x"]=42,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heavydraw.png"]={["x"]=63,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deadlydraw.png"]={["x"]=84,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/kingofthehill.png"]={["x"]=105,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterfletcher.png"]={["x"]=126,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemicmastery.png"]={["x"]=147,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ProjectilesNotable.png"]={["x"]=168,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=189,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=210,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newevadepercentage.png"]={["x"]=231,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png"]={["x"]=252,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png"]={["x"]=273,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arcaneefficiency.png"]={["x"]=294,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=315,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArcaneSeal.png"]={["x"]=336,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HeartoftheOak.png"]={["x"]=357,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/animalspirit.png"]={["x"]=378,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DruidicRite.png"]={["x"]=399,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/quickstep.png"]={["x"]=420,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/diamondskin.png"]={["x"]=441,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png"]={["x"]=0,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/bladebarrier.png"]={["x"]=21,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackBlindNotable.png"]={["x"]=42,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=63,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newcolddamage.png"]={["x"]=84,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png"]={["x"]=105,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/perfectaim.png"]={["x"]=126,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/furybolts.png"]={["x"]=147,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FortifyNotable2.png"]={["x"]=168,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heartofthegladiator.png"]={["x"]=189,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/precision.png"]={["x"]=210,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=231,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/CommandofSteel.png"]={["x"]=252,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heartseeker.png"]={["x"]=273,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png"]={["x"]=294,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/executioner.png"]={["x"]=315,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png"]={["x"]=336,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png"]={["x"]=357,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png"]={["x"]=378,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png"]={["x"]=399,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png"]={["x"]=420,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heartpierce.png"]={["x"]=441,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HeartandSoul.png"]={["x"]=0,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=21,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deadlyprecision.png"]={["x"]=42,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SwordNotable2.png"]={["x"]=63,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/catalyse.png"]={["x"]=84,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/elementalist.png"]={["x"]=105,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LightOfDivinity.png"]={["x"]=126,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BattleRouse.png"]={["x"]=147,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SpiritualCommand.png"]={["x"]=168,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/oxblood.png"]={["x"]=189,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SoulSiphoning.png"]={["x"]=210,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deepwisdom.png"]={["x"]=231,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=252,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MaceNotable1.png"]={["x"]=273,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png"]={["x"]=294,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png"]={["x"]=315,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png"]={["x"]=336,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png"]={["x"]=357,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png"]={["x"]=378,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png"]={["x"]=399,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png"]={["x"]=420,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png"]={["x"]=441,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=0,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DaggerNotable2.png"]={["x"]=21,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=42,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png"]={["x"]=63,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png"]={["x"]=84,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SwordNotable1.png"]={["x"]=105,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png"]={["x"]=126,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RighteousArmy.png"]={["x"]=147,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Redemption.png"]={["x"]=168,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SpiritualAid.png"]={["x"]=189,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Int.png"]={["x"]=210,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png"]={["x"]=231,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png"]={["x"]=252,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png"]={["x"]=273,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png"]={["x"]=294,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png"]={["x"]=315,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png"]={["x"]=336,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png"]={["x"]=357,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png"]={["x"]=378,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Meleerange.png"]={["x"]=399,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newnewattackspeed.png"]={["x"]=420,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=441,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newtitanicmight.png"]={["x"]=0,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DualWieldNotable.png"]={["x"]=21,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArcaneReaping.png"]={["x"]=42,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=63,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Brand4.png"]={["x"]=84,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/savant.png"]={["x"]=105,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNotable.png"]={["x"]=126,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ElementalDominion2.png"]={["x"]=147,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png"]={["x"]=168,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ImpaleNotable2.png"]={["x"]=189,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png"]={["x"]=210,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png"]={["x"]=231,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png"]={["x"]=252,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png"]={["x"]=273,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png"]={["x"]=294,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png"]={["x"]=315,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png"]={["x"]=336,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/highexplosives.png"]={["x"]=357,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/cleverconstruction.png"]={["x"]=378,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=399,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/revengeofthehunted.png"]={["x"]=420,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png"]={["x"]=441,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShieldNotable.png"]={["x"]=0,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png"]={["x"]=21,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png"]={["x"]=42,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PierceNoteable.png"]={["x"]=63,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/expeditiousmunitions.png"]={["x"]=84,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SkitteringRunes.png"]={["x"]=105,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNotable1.png"]={["x"]=126,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Coordination.png"]={["x"]=147,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png"]={["x"]=168,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Shaper.png"]={["x"]=189,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Retribution.png"]={["x"]=210,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SoulPact.png"]={["x"]=231,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LethalAssault.png"]={["x"]=252,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Resourcefulness.png"]={["x"]=273,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=294,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/finesse.png"]={["x"]=315,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newincreasedcritical.png"]={["x"]=336,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/saboteur.png"]={["x"]=357,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ElementalFocus.png"]={["x"]=378,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MethodMadess.png"]={["x"]=399,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/berserking.png"]={["x"]=420,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/scissorblades.png"]={["x"]=441,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png"]={["x"]=0,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png"]={["x"]=21,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png"]={["x"]=42,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png"]={["x"]=63,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png"]={["x"]=84,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png"]={["x"]=105,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/Blitz.png"]={["x"]=126,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/doomcast.png"]={["x"]=147,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/mentalacuity.png"]={["x"]=168,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/swashbuckler.png"]={["x"]=189,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Entropy.png"]={["x"]=210,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png"]={["x"]=231,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/legendaryswordsman.png"]={["x"]=252,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/golemsblood.png"]={["x"]=273,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/IgnorePain.png"]={["x"]=294,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Survivalist.png"]={["x"]=315,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MaceNotable3.png"]={["x"]=336,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WritteninBlood.png"]={["x"]=357,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChaoticPotential.png"]={["x"]=378,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/shieldwall.png"]={["x"]=399,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png"]={["x"]=420,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png"]={["x"]=441,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/sovereignty.png"]={["x"]=0,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/authority.png"]={["x"]=21,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/influence.png"]={["x"]=42,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/leadership.png"]={["x"]=63,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion.png"]={["x"]=84,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png"]={["x"]=105,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNotable3.png"]={["x"]=126,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=147,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ForceOfNature.png"]={["x"]=168,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png"]={["x"]=189,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png"]={["x"]=210,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png"]={["x"]=231,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png"]={["x"]=252,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png"]={["x"]=273,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png"]={["x"]=294,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png"]={["x"]=315,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/TrueStriker.png"]={["x"]=336,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/serpentstance.png"]={["x"]=357,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png"]={["x"]=378,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png"]={["x"]=399,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png"]={["x"]=420,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png"]={["x"]=441,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png"]={["x"]=0,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png"]={["x"]=21,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png"]={["x"]=42,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/shamsnisticfury.png"]={["x"]=63,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemiczeal.png"]={["x"]=84,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/volitilemines.png"]={["x"]=105,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png"]={["x"]=126,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Sentinel.png"]={["x"]=147,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arcaneradience.png"]={["x"]=168,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WordsOfGlory.png"]={["x"]=189,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Storm Weaver.png"]={["x"]=210,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trap.png"]={["x"]=231,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ashfrostandstorm.png"]={["x"]=252,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ProfaneChemistry.png"]={["x"]=273,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MasterofForce.png"]={["x"]=294,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HiredKiller2.png"]={["x"]=315,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/melding.png"]={["x"]=336,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/CelestialPunishment.png"]={["x"]=357,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=378,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=399,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Unrelenting.png"]={["x"]=420,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShrugOff.png"]={["x"]=441,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png"]={["x"]=0,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png"]={["x"]=21,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png"]={["x"]=42,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png"]={["x"]=63,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png"]={["x"]=84,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png"]={["x"]=105,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png"]={["x"]=126,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png"]={["x"]=147,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png"]={["x"]=168,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png"]={["x"]=189,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png"]={["x"]=210,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png"]={["x"]=231,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png"]={["x"]=252,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png"]={["x"]=273,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png"]={["x"]=294,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png"]={["x"]=315,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png"]={["x"]=336,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png"]={["x"]=357,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png"]={["x"]=378,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png"]={["x"]=399,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png"]={["x"]=420,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png"]={["x"]=441,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png"]={["x"]=0,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png"]={["x"]=21,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png"]={["x"]=42,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png"]={["x"]=63,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png"]={["x"]=84,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png"]={["x"]=105,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png"]={["x"]=126,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png"]={["x"]=147,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png"]={["x"]=168,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png"]={["x"]=189,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png"]={["x"]=210,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png"]={["x"]=231,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png"]={["x"]=252,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png"]={["x"]=273,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png"]={["x"]=294,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png"]={["x"]=315,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png"]={["x"]=336,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png"]={["x"]=357,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png"]={["x"]=378,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png"]={["x"]=399,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png"]={["x"]=420,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png"]={["x"]=441,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png"]={["x"]=0,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png"]={["x"]=21,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png"]={["x"]=42,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png"]={["x"]=63,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png"]={["x"]=84,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png"]={["x"]=105,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png"]={["x"]=126,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/Fortitude.png"]={["x"]=147,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/Unstopable.png"]={["x"]=168,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/Conqueror.png"]={["x"]=189,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png"]={["x"]=210,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/Inpirational.png"]={["x"]=231,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png"]={["x"]=252,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png"]={["x"]=273,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png"]={["x"]=294,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png"]={["x"]=315,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png"]={["x"]=336,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png"]={["x"]=357,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png"]={["x"]=378,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Dex.png"]={["x"]=399,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Str.png"]={["x"]=420,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/GrowthandDecay.png"]={["x"]=441,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChaosDamage2.png"]={["x"]=0,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png"]={["x"]=21,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trap2.png"]={["x"]=42,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineTrap.png"]={["x"]=63,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BleedPoison.png"]={["x"]=84,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Brand2.png"]={["x"]=105,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png"]={["x"]=126,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png"]={["x"]=147,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png"]={["x"]=168,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png"]={["x"]=189,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png"]={["x"]=210,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ImpaleNotable1.png"]={["x"]=231,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png"]={["x"]=252,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png"]={["x"]=273,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=294,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=315,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=336,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AxeNotable1.png"]={["x"]=357,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AxeNotable2.png"]={["x"]=378,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=399,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=420,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png"]={["x"]=441,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png"]={["x"]=0,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/GolemsNotable.png"]={["x"]=21,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png"]={["x"]=42,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png"]={["x"]=63,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png"]={["x"]=84,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png"]={["x"]=105,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DireTorment.png"]={["x"]=126,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png"]={["x"]=147,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png"]={["x"]=168,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png"]={["x"]=189,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png"]={["x"]=210,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Boomerang.png"]={["x"]=231,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Lineage.png"]={["x"]=252,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BloodPact.png"]={["x"]=273,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MindPact.png"]={["x"]=294,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DarkestHour.png"]={["x"]=315,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FireAilment.png"]={["x"]=336,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LightingAilment.png"]={["x"]=357,["y"]=570,["w"]=21,["h"]=21}}},{["filename"]="skills-2.jpg?4569c819cf5da05dcd695acad9ab9140",["coords"]={["Art/2DArt/SkillIcons/passives/lavalash.png"]={["x"]=0,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AspectoftheEagle.png"]={["x"]=29,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MartialExperience.png"]={["x"]=58,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/minddrinker.png"]={["x"]=87,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=116,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/titanicmight.png"]={["x"]=145,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/barricade.png"]={["x"]=174,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/butchery.png"]={["x"]=203,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/strongarm.png"]={["x"]=232,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/wreckingball.png"]={["x"]=261,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/reaver.png"]={["x"]=290,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png"]={["x"]=319,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png"]={["x"]=348,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/Headman.png"]={["x"]=377,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png"]={["x"]=406,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png"]={["x"]=435,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/Impact.png"]={["x"]=464,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/Charges.png"]={["x"]=493,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/whirlingstaff.png"]={["x"]=522,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/stunstaff.png"]={["x"]=551,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffCrit.png"]={["x"]=580,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/armourmastery.png"]={["x"]=609,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=0,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Unwavering.png"]={["x"]=29,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ironwoodtotem.png"]={["x"]=58,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png"]={["x"]=87,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png"]={["x"]=116,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Retaliation.png"]={["x"]=145,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/blademaster.png"]={["x"]=174,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/razorsedge.png"]={["x"]=203,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/wandslingersprowess.png"]={["x"]=232,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/skullcracking.png"]={["x"]=261,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=290,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BloodyBludgeon.png"]={["x"]=319,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=348,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ambidexterity.png"]={["x"]=377,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=406,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Annihilation.png"]={["x"]=435,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/galvanichammer.png"]={["x"]=464,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MaceNotable2.png"]={["x"]=493,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BloodSiphon.png"]={["x"]=522,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/soulsyphon.png"]={["x"]=551,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=580,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/fellingtheweak.png"]={["x"]=609,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/hatchetmaster.png"]={["x"]=0,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/swagger.png"]={["x"]=29,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/fending.png"]={["x"]=58,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=87,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/cleavage.png"]={["x"]=116,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=145,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BreathofLightening2.png"]={["x"]=174,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/borntofight.png"]={["x"]=203,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/manaconduit.png"]={["x"]=232,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=261,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/stormborn.png"]={["x"]=290,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/flameborn.png"]={["x"]=319,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/frostborn.png"]={["x"]=348,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/eagletalons.png"]={["x"]=377,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/soulraker.png"]={["x"]=406,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ClawNotable1.png"]={["x"]=435,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Warrior.png"]={["x"]=464,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Constitution.png"]={["x"]=493,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png"]={["x"]=522,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/trollblood.png"]={["x"]=551,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Revelry.png"]={["x"]=580,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png"]={["x"]=609,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/fussilade.png"]={["x"]=0,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/elderpower.png"]={["x"]=29,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=58,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/blademistress.png"]={["x"]=87,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png"]={["x"]=116,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Dynamo.png"]={["x"]=145,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LustforCarnage.png"]={["x"]=174,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Righteous Decree.png"]={["x"]=203,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Battlecry.png"]={["x"]=232,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/eagleeye.png"]={["x"]=261,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/hammerblows.png"]={["x"]=290,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffNotable2.png"]={["x"]=319,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/lifeleechimmunity.png"]={["x"]=348,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FortifyNotable1.png"]={["x"]=377,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaandCurses.png"]={["x"]=406,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StunMastery.png"]={["x"]=435,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/nightstalker.png"]={["x"]=464,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Harrier.png"]={["x"]=493,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaFlasksOften.png"]={["x"]=522,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/CombatStamina.png"]={["x"]=551,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/staticshield.png"]={["x"]=580,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/foresight.png"]={["x"]=609,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inspiration.png"]={["x"]=0,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/icebite.png"]={["x"]=29,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/grace.png"]={["x"]=58,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MeleeAoENotable.png"]={["x"]=87,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/sparkingattacks.png"]={["x"]=116,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/TempestBlast.png"]={["x"]=145,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/CombatFocusNotable.png"]={["x"]=174,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SearingHeat.png"]={["x"]=203,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deathattunement.png"]={["x"]=232,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/flaying.png"]={["x"]=261,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DaggerNotable1.png"]={["x"]=290,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=319,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hunter.png"]={["x"]=348,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/graveintentions.png"]={["x"]=377,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/graveexpectations.png"]={["x"]=406,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png"]={["x"]=435,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/lordofthedead.png"]={["x"]=464,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/gravepact.png"]={["x"]=493,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arcane focus.png"]={["x"]=522,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArcaneChemistry.png"]={["x"]=551,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/bodysoul.png"]={["x"]=580,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png"]={["x"]=609,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png"]={["x"]=0,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/breathofrime.png"]={["x"]=29,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/hellfire.png"]={["x"]=58,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BreathofFlames2.png"]={["x"]=87,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arsonist.png"]={["x"]=116,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MeleeFireNotable.png"]={["x"]=145,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EssenceSurge.png"]={["x"]=174,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SavantPath.png"]={["x"]=203,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/iceheart.png"]={["x"]=232,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BreathofRime2.png"]={["x"]=261,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newenergyshield.png"]={["x"]=290,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/pyromaniac.png"]={["x"]=319,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arcanepotency.png"]={["x"]=348,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/amplify.png"]={["x"]=377,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deepthoughts.png"]={["x"]=406,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/thickskin.png"]={["x"]=435,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/QuickRecovery.png"]={["x"]=464,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png"]={["x"]=493,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png"]={["x"]=522,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/Ambush.png"]={["x"]=551,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png"]={["x"]=580,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png"]={["x"]=609,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png"]={["x"]=0,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/Elusive.png"]={["x"]=29,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Dreamer.png"]={["x"]=58,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png"]={["x"]=87,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/throatseeker.png"]={["x"]=116,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/nimbleness.png"]={["x"]=145,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ConcentrationNotable.png"]={["x"]=174,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MentalRapidity.png"]={["x"]=203,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=232,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PowerChargeNotable.png"]={["x"]=261,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/gemini.png"]={["x"]=290,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ThrillKiller.png"]={["x"]=319,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/potencyofwill.png"]={["x"]=348,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png"]={["x"]=377,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/preciseinterception.png"]={["x"]=406,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heartofthepanther.png"]={["x"]=435,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=464,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=493,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/adderstouch.png"]={["x"]=522,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/cruelblade.png"]={["x"]=551,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FatalBlade.png"]={["x"]=580,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ClawNotable2.png"]={["x"]=609,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/mastersapper.png"]={["x"]=0,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/daggerpenetration.png"]={["x"]=29,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/clawsofthepride.png"]={["x"]=58,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heavydraw.png"]={["x"]=87,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deadlydraw.png"]={["x"]=116,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/kingofthehill.png"]={["x"]=145,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/masterfletcher.png"]={["x"]=174,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/totemicmastery.png"]={["x"]=203,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ProjectilesNotable.png"]={["x"]=232,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=261,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=290,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newevadepercentage.png"]={["x"]=319,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png"]={["x"]=348,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png"]={["x"]=377,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arcaneefficiency.png"]={["x"]=406,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=435,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArcaneSeal.png"]={["x"]=464,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/HeartoftheOak.png"]={["x"]=493,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/animalspirit.png"]={["x"]=522,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DruidicRite.png"]={["x"]=551,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/quickstep.png"]={["x"]=580,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/diamondskin.png"]={["x"]=609,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png"]={["x"]=0,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/bladebarrier.png"]={["x"]=29,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackBlindNotable.png"]={["x"]=58,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=87,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newcolddamage.png"]={["x"]=116,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png"]={["x"]=145,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/perfectaim.png"]={["x"]=174,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/furybolts.png"]={["x"]=203,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FortifyNotable2.png"]={["x"]=232,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heartofthegladiator.png"]={["x"]=261,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/precision.png"]={["x"]=290,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=319,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/CommandofSteel.png"]={["x"]=348,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heartseeker.png"]={["x"]=377,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png"]={["x"]=406,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/executioner.png"]={["x"]=435,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png"]={["x"]=464,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png"]={["x"]=493,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png"]={["x"]=522,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png"]={["x"]=551,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png"]={["x"]=580,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heartpierce.png"]={["x"]=609,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/HeartandSoul.png"]={["x"]=0,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=29,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deadlyprecision.png"]={["x"]=58,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SwordNotable2.png"]={["x"]=87,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/catalyse.png"]={["x"]=116,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/elementalist.png"]={["x"]=145,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LightOfDivinity.png"]={["x"]=174,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BattleRouse.png"]={["x"]=203,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SpiritualCommand.png"]={["x"]=232,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/oxblood.png"]={["x"]=261,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SoulSiphoning.png"]={["x"]=290,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deepwisdom.png"]={["x"]=319,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=348,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MaceNotable1.png"]={["x"]=377,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png"]={["x"]=406,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png"]={["x"]=435,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png"]={["x"]=464,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png"]={["x"]=493,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png"]={["x"]=522,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png"]={["x"]=551,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png"]={["x"]=580,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png"]={["x"]=609,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=0,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DaggerNotable2.png"]={["x"]=29,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=58,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png"]={["x"]=87,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png"]={["x"]=116,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SwordNotable1.png"]={["x"]=145,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png"]={["x"]=174,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/RighteousArmy.png"]={["x"]=203,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Redemption.png"]={["x"]=232,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SpiritualAid.png"]={["x"]=261,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/Int.png"]={["x"]=290,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png"]={["x"]=319,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png"]={["x"]=348,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png"]={["x"]=377,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png"]={["x"]=406,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png"]={["x"]=435,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png"]={["x"]=464,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png"]={["x"]=493,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png"]={["x"]=522,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Meleerange.png"]={["x"]=551,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newnewattackspeed.png"]={["x"]=580,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=609,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newtitanicmight.png"]={["x"]=0,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DualWieldNotable.png"]={["x"]=29,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArcaneReaping.png"]={["x"]=58,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=87,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Brand4.png"]={["x"]=116,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/savant.png"]={["x"]=145,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffNotable.png"]={["x"]=174,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ElementalDominion2.png"]={["x"]=203,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png"]={["x"]=232,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ImpaleNotable2.png"]={["x"]=261,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png"]={["x"]=290,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png"]={["x"]=319,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png"]={["x"]=348,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png"]={["x"]=377,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png"]={["x"]=406,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png"]={["x"]=435,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png"]={["x"]=464,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/highexplosives.png"]={["x"]=493,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/cleverconstruction.png"]={["x"]=522,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=551,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/revengeofthehunted.png"]={["x"]=580,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png"]={["x"]=609,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ShieldNotable.png"]={["x"]=0,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png"]={["x"]=29,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png"]={["x"]=58,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PierceNoteable.png"]={["x"]=87,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/expeditiousmunitions.png"]={["x"]=116,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SkitteringRunes.png"]={["x"]=145,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffNotable1.png"]={["x"]=174,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Coordination.png"]={["x"]=203,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png"]={["x"]=232,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Shaper.png"]={["x"]=261,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Retribution.png"]={["x"]=290,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SoulPact.png"]={["x"]=319,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LethalAssault.png"]={["x"]=348,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Resourcefulness.png"]={["x"]=377,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=406,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/finesse.png"]={["x"]=435,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newincreasedcritical.png"]={["x"]=464,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/saboteur.png"]={["x"]=493,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ElementalFocus.png"]={["x"]=522,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MethodMadess.png"]={["x"]=551,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/berserking.png"]={["x"]=580,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/scissorblades.png"]={["x"]=609,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png"]={["x"]=0,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png"]={["x"]=29,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png"]={["x"]=58,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png"]={["x"]=87,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png"]={["x"]=116,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png"]={["x"]=145,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/Blitz.png"]={["x"]=174,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/doomcast.png"]={["x"]=203,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/mentalacuity.png"]={["x"]=232,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/swashbuckler.png"]={["x"]=261,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Entropy.png"]={["x"]=290,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png"]={["x"]=319,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/legendaryswordsman.png"]={["x"]=348,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/golemsblood.png"]={["x"]=377,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/IgnorePain.png"]={["x"]=406,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Survivalist.png"]={["x"]=435,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MaceNotable3.png"]={["x"]=464,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/WritteninBlood.png"]={["x"]=493,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ChaoticPotential.png"]={["x"]=522,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/shieldwall.png"]={["x"]=551,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png"]={["x"]=580,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png"]={["x"]=609,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/sovereignty.png"]={["x"]=0,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/authority.png"]={["x"]=29,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/influence.png"]={["x"]=58,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/leadership.png"]={["x"]=87,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion.png"]={["x"]=116,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png"]={["x"]=145,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffNotable3.png"]={["x"]=174,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=203,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ForceOfNature.png"]={["x"]=232,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png"]={["x"]=261,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png"]={["x"]=290,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png"]={["x"]=319,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png"]={["x"]=348,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png"]={["x"]=377,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png"]={["x"]=406,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png"]={["x"]=435,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/TrueStriker.png"]={["x"]=464,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/serpentstance.png"]={["x"]=493,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png"]={["x"]=522,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png"]={["x"]=551,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png"]={["x"]=580,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png"]={["x"]=609,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png"]={["x"]=0,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png"]={["x"]=29,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png"]={["x"]=58,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/shamsnisticfury.png"]={["x"]=87,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/totemiczeal.png"]={["x"]=116,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/volitilemines.png"]={["x"]=145,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png"]={["x"]=174,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Sentinel.png"]={["x"]=203,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arcaneradience.png"]={["x"]=232,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/WordsOfGlory.png"]={["x"]=261,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Storm Weaver.png"]={["x"]=290,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trap.png"]={["x"]=319,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ashfrostandstorm.png"]={["x"]=348,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ProfaneChemistry.png"]={["x"]=377,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MasterofForce.png"]={["x"]=406,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/HiredKiller2.png"]={["x"]=435,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/melding.png"]={["x"]=464,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/CelestialPunishment.png"]={["x"]=493,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=522,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=551,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Unrelenting.png"]={["x"]=580,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ShrugOff.png"]={["x"]=609,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png"]={["x"]=0,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png"]={["x"]=29,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png"]={["x"]=58,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png"]={["x"]=87,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png"]={["x"]=116,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png"]={["x"]=145,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png"]={["x"]=174,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png"]={["x"]=203,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png"]={["x"]=232,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png"]={["x"]=261,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png"]={["x"]=290,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png"]={["x"]=319,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png"]={["x"]=348,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png"]={["x"]=377,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png"]={["x"]=406,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png"]={["x"]=435,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png"]={["x"]=464,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png"]={["x"]=493,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png"]={["x"]=522,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png"]={["x"]=551,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png"]={["x"]=580,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png"]={["x"]=609,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png"]={["x"]=0,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png"]={["x"]=29,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png"]={["x"]=58,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png"]={["x"]=87,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png"]={["x"]=116,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png"]={["x"]=145,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png"]={["x"]=174,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png"]={["x"]=203,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png"]={["x"]=232,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png"]={["x"]=261,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png"]={["x"]=290,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png"]={["x"]=319,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png"]={["x"]=348,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png"]={["x"]=377,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png"]={["x"]=406,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png"]={["x"]=435,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png"]={["x"]=464,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png"]={["x"]=493,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png"]={["x"]=522,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png"]={["x"]=551,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png"]={["x"]=580,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png"]={["x"]=609,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png"]={["x"]=0,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png"]={["x"]=29,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png"]={["x"]=58,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png"]={["x"]=87,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png"]={["x"]=116,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png"]={["x"]=145,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png"]={["x"]=174,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/Fortitude.png"]={["x"]=203,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/Unstopable.png"]={["x"]=232,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/Conqueror.png"]={["x"]=261,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png"]={["x"]=290,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/Inpirational.png"]={["x"]=319,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png"]={["x"]=348,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png"]={["x"]=377,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png"]={["x"]=406,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png"]={["x"]=435,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png"]={["x"]=464,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png"]={["x"]=493,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png"]={["x"]=522,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/Dex.png"]={["x"]=551,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/Str.png"]={["x"]=580,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/GrowthandDecay.png"]={["x"]=609,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ChaosDamage2.png"]={["x"]=0,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png"]={["x"]=29,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trap2.png"]={["x"]=58,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MineTrap.png"]={["x"]=87,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BleedPoison.png"]={["x"]=116,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Brand2.png"]={["x"]=145,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png"]={["x"]=174,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png"]={["x"]=203,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png"]={["x"]=232,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png"]={["x"]=261,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png"]={["x"]=290,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ImpaleNotable1.png"]={["x"]=319,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png"]={["x"]=348,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png"]={["x"]=377,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=406,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=435,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=464,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AxeNotable1.png"]={["x"]=493,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AxeNotable2.png"]={["x"]=522,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=551,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=580,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png"]={["x"]=609,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png"]={["x"]=0,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/GolemsNotable.png"]={["x"]=29,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png"]={["x"]=58,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png"]={["x"]=87,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png"]={["x"]=116,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png"]={["x"]=145,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DireTorment.png"]={["x"]=174,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png"]={["x"]=203,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png"]={["x"]=232,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png"]={["x"]=261,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png"]={["x"]=290,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Boomerang.png"]={["x"]=319,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Lineage.png"]={["x"]=348,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BloodPact.png"]={["x"]=377,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MindPact.png"]={["x"]=406,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DarkestHour.png"]={["x"]=435,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FireAilment.png"]={["x"]=464,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LightingAilment.png"]={["x"]=493,["y"]=790,["w"]=29,["h"]=29}}},{["filename"]="skills-3.jpg?2073aac7f92a6cca81cfb747da72b1b9",["coords"]={["Art/2DArt/SkillIcons/passives/lavalash.png"]={["x"]=0,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AspectoftheEagle.png"]={["x"]=38,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MartialExperience.png"]={["x"]=76,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/minddrinker.png"]={["x"]=114,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=152,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/titanicmight.png"]={["x"]=190,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/barricade.png"]={["x"]=228,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/butchery.png"]={["x"]=266,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/strongarm.png"]={["x"]=304,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/wreckingball.png"]={["x"]=342,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/reaver.png"]={["x"]=380,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png"]={["x"]=418,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png"]={["x"]=456,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/Headman.png"]={["x"]=494,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png"]={["x"]=532,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png"]={["x"]=570,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/Impact.png"]={["x"]=608,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/Charges.png"]={["x"]=646,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/whirlingstaff.png"]={["x"]=684,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/stunstaff.png"]={["x"]=722,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffCrit.png"]={["x"]=760,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/armourmastery.png"]={["x"]=798,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=0,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Unwavering.png"]={["x"]=38,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ironwoodtotem.png"]={["x"]=76,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png"]={["x"]=114,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png"]={["x"]=152,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Retaliation.png"]={["x"]=190,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/blademaster.png"]={["x"]=228,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/razorsedge.png"]={["x"]=266,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/wandslingersprowess.png"]={["x"]=304,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/skullcracking.png"]={["x"]=342,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=380,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BloodyBludgeon.png"]={["x"]=418,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=456,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ambidexterity.png"]={["x"]=494,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=532,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Annihilation.png"]={["x"]=570,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/galvanichammer.png"]={["x"]=608,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MaceNotable2.png"]={["x"]=646,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BloodSiphon.png"]={["x"]=684,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/soulsyphon.png"]={["x"]=722,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=760,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/fellingtheweak.png"]={["x"]=798,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/hatchetmaster.png"]={["x"]=0,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/swagger.png"]={["x"]=38,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/fending.png"]={["x"]=76,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=114,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/cleavage.png"]={["x"]=152,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=190,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BreathofLightening2.png"]={["x"]=228,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/borntofight.png"]={["x"]=266,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/manaconduit.png"]={["x"]=304,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=342,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/stormborn.png"]={["x"]=380,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/flameborn.png"]={["x"]=418,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/frostborn.png"]={["x"]=456,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/eagletalons.png"]={["x"]=494,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/soulraker.png"]={["x"]=532,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ClawNotable1.png"]={["x"]=570,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Warrior.png"]={["x"]=608,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Constitution.png"]={["x"]=646,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png"]={["x"]=684,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/trollblood.png"]={["x"]=722,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Revelry.png"]={["x"]=760,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png"]={["x"]=798,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/fussilade.png"]={["x"]=0,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/elderpower.png"]={["x"]=38,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=76,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/blademistress.png"]={["x"]=114,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png"]={["x"]=152,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Dynamo.png"]={["x"]=190,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LustforCarnage.png"]={["x"]=228,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Righteous Decree.png"]={["x"]=266,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Battlecry.png"]={["x"]=304,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/eagleeye.png"]={["x"]=342,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/hammerblows.png"]={["x"]=380,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffNotable2.png"]={["x"]=418,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/lifeleechimmunity.png"]={["x"]=456,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FortifyNotable1.png"]={["x"]=494,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaandCurses.png"]={["x"]=532,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StunMastery.png"]={["x"]=570,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/nightstalker.png"]={["x"]=608,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Harrier.png"]={["x"]=646,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaFlasksOften.png"]={["x"]=684,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/CombatStamina.png"]={["x"]=722,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/staticshield.png"]={["x"]=760,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/foresight.png"]={["x"]=798,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inspiration.png"]={["x"]=0,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/icebite.png"]={["x"]=38,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/grace.png"]={["x"]=76,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MeleeAoENotable.png"]={["x"]=114,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/sparkingattacks.png"]={["x"]=152,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/TempestBlast.png"]={["x"]=190,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/CombatFocusNotable.png"]={["x"]=228,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SearingHeat.png"]={["x"]=266,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deathattunement.png"]={["x"]=304,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/flaying.png"]={["x"]=342,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DaggerNotable1.png"]={["x"]=380,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=418,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hunter.png"]={["x"]=456,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/graveintentions.png"]={["x"]=494,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/graveexpectations.png"]={["x"]=532,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png"]={["x"]=570,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/lordofthedead.png"]={["x"]=608,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/gravepact.png"]={["x"]=646,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arcane focus.png"]={["x"]=684,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArcaneChemistry.png"]={["x"]=722,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/bodysoul.png"]={["x"]=760,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png"]={["x"]=798,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png"]={["x"]=0,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/breathofrime.png"]={["x"]=38,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/hellfire.png"]={["x"]=76,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BreathofFlames2.png"]={["x"]=114,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arsonist.png"]={["x"]=152,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MeleeFireNotable.png"]={["x"]=190,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EssenceSurge.png"]={["x"]=228,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SavantPath.png"]={["x"]=266,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/iceheart.png"]={["x"]=304,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BreathofRime2.png"]={["x"]=342,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newenergyshield.png"]={["x"]=380,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/pyromaniac.png"]={["x"]=418,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arcanepotency.png"]={["x"]=456,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/amplify.png"]={["x"]=494,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deepthoughts.png"]={["x"]=532,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/thickskin.png"]={["x"]=570,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/QuickRecovery.png"]={["x"]=608,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png"]={["x"]=646,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png"]={["x"]=684,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/Ambush.png"]={["x"]=722,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png"]={["x"]=760,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png"]={["x"]=798,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png"]={["x"]=0,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/Elusive.png"]={["x"]=38,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Dreamer.png"]={["x"]=76,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png"]={["x"]=114,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/throatseeker.png"]={["x"]=152,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/nimbleness.png"]={["x"]=190,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ConcentrationNotable.png"]={["x"]=228,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MentalRapidity.png"]={["x"]=266,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=304,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PowerChargeNotable.png"]={["x"]=342,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/gemini.png"]={["x"]=380,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ThrillKiller.png"]={["x"]=418,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/potencyofwill.png"]={["x"]=456,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png"]={["x"]=494,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/preciseinterception.png"]={["x"]=532,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heartofthepanther.png"]={["x"]=570,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=608,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=646,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/adderstouch.png"]={["x"]=684,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/cruelblade.png"]={["x"]=722,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FatalBlade.png"]={["x"]=760,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ClawNotable2.png"]={["x"]=798,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/mastersapper.png"]={["x"]=0,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/daggerpenetration.png"]={["x"]=38,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/clawsofthepride.png"]={["x"]=76,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heavydraw.png"]={["x"]=114,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deadlydraw.png"]={["x"]=152,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/kingofthehill.png"]={["x"]=190,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/masterfletcher.png"]={["x"]=228,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/totemicmastery.png"]={["x"]=266,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ProjectilesNotable.png"]={["x"]=304,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=342,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=380,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newevadepercentage.png"]={["x"]=418,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png"]={["x"]=456,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png"]={["x"]=494,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arcaneefficiency.png"]={["x"]=532,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=570,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArcaneSeal.png"]={["x"]=608,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/HeartoftheOak.png"]={["x"]=646,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/animalspirit.png"]={["x"]=684,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DruidicRite.png"]={["x"]=722,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/quickstep.png"]={["x"]=760,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/diamondskin.png"]={["x"]=798,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png"]={["x"]=0,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/bladebarrier.png"]={["x"]=38,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackBlindNotable.png"]={["x"]=76,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=114,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newcolddamage.png"]={["x"]=152,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png"]={["x"]=190,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/perfectaim.png"]={["x"]=228,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/furybolts.png"]={["x"]=266,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FortifyNotable2.png"]={["x"]=304,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heartofthegladiator.png"]={["x"]=342,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/precision.png"]={["x"]=380,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=418,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/CommandofSteel.png"]={["x"]=456,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heartseeker.png"]={["x"]=494,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png"]={["x"]=532,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/executioner.png"]={["x"]=570,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png"]={["x"]=608,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png"]={["x"]=646,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png"]={["x"]=684,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png"]={["x"]=722,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png"]={["x"]=760,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heartpierce.png"]={["x"]=798,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/HeartandSoul.png"]={["x"]=0,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=38,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deadlyprecision.png"]={["x"]=76,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SwordNotable2.png"]={["x"]=114,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/catalyse.png"]={["x"]=152,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/elementalist.png"]={["x"]=190,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LightOfDivinity.png"]={["x"]=228,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BattleRouse.png"]={["x"]=266,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SpiritualCommand.png"]={["x"]=304,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/oxblood.png"]={["x"]=342,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SoulSiphoning.png"]={["x"]=380,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deepwisdom.png"]={["x"]=418,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=456,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MaceNotable1.png"]={["x"]=494,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png"]={["x"]=532,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png"]={["x"]=570,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png"]={["x"]=608,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png"]={["x"]=646,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png"]={["x"]=684,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png"]={["x"]=722,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png"]={["x"]=760,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png"]={["x"]=798,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=0,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DaggerNotable2.png"]={["x"]=38,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=76,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png"]={["x"]=114,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png"]={["x"]=152,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SwordNotable1.png"]={["x"]=190,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png"]={["x"]=228,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/RighteousArmy.png"]={["x"]=266,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Redemption.png"]={["x"]=304,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SpiritualAid.png"]={["x"]=342,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/Int.png"]={["x"]=380,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png"]={["x"]=418,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png"]={["x"]=456,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png"]={["x"]=494,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png"]={["x"]=532,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png"]={["x"]=570,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png"]={["x"]=608,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png"]={["x"]=646,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png"]={["x"]=684,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Meleerange.png"]={["x"]=722,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newnewattackspeed.png"]={["x"]=760,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=798,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newtitanicmight.png"]={["x"]=0,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DualWieldNotable.png"]={["x"]=38,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArcaneReaping.png"]={["x"]=76,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=114,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Brand4.png"]={["x"]=152,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/savant.png"]={["x"]=190,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffNotable.png"]={["x"]=228,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ElementalDominion2.png"]={["x"]=266,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png"]={["x"]=304,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ImpaleNotable2.png"]={["x"]=342,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png"]={["x"]=380,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png"]={["x"]=418,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png"]={["x"]=456,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png"]={["x"]=494,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png"]={["x"]=532,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png"]={["x"]=570,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png"]={["x"]=608,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/highexplosives.png"]={["x"]=646,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/cleverconstruction.png"]={["x"]=684,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=722,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/revengeofthehunted.png"]={["x"]=760,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png"]={["x"]=798,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ShieldNotable.png"]={["x"]=0,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png"]={["x"]=38,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png"]={["x"]=76,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PierceNoteable.png"]={["x"]=114,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/expeditiousmunitions.png"]={["x"]=152,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SkitteringRunes.png"]={["x"]=190,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffNotable1.png"]={["x"]=228,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Coordination.png"]={["x"]=266,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png"]={["x"]=304,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Shaper.png"]={["x"]=342,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Retribution.png"]={["x"]=380,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SoulPact.png"]={["x"]=418,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LethalAssault.png"]={["x"]=456,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Resourcefulness.png"]={["x"]=494,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=532,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/finesse.png"]={["x"]=570,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newincreasedcritical.png"]={["x"]=608,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/saboteur.png"]={["x"]=646,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ElementalFocus.png"]={["x"]=684,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MethodMadess.png"]={["x"]=722,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/berserking.png"]={["x"]=760,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/scissorblades.png"]={["x"]=798,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png"]={["x"]=0,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png"]={["x"]=38,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png"]={["x"]=76,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png"]={["x"]=114,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png"]={["x"]=152,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png"]={["x"]=190,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/Blitz.png"]={["x"]=228,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/doomcast.png"]={["x"]=266,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/mentalacuity.png"]={["x"]=304,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/swashbuckler.png"]={["x"]=342,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Entropy.png"]={["x"]=380,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png"]={["x"]=418,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/legendaryswordsman.png"]={["x"]=456,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/golemsblood.png"]={["x"]=494,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/IgnorePain.png"]={["x"]=532,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Survivalist.png"]={["x"]=570,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MaceNotable3.png"]={["x"]=608,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/WritteninBlood.png"]={["x"]=646,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ChaoticPotential.png"]={["x"]=684,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/shieldwall.png"]={["x"]=722,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png"]={["x"]=760,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png"]={["x"]=798,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/sovereignty.png"]={["x"]=0,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/authority.png"]={["x"]=38,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/influence.png"]={["x"]=76,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/leadership.png"]={["x"]=114,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion.png"]={["x"]=152,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png"]={["x"]=190,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffNotable3.png"]={["x"]=228,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=266,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ForceOfNature.png"]={["x"]=304,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png"]={["x"]=342,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png"]={["x"]=380,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png"]={["x"]=418,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png"]={["x"]=456,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png"]={["x"]=494,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png"]={["x"]=532,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png"]={["x"]=570,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/TrueStriker.png"]={["x"]=608,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/serpentstance.png"]={["x"]=646,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png"]={["x"]=684,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png"]={["x"]=722,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png"]={["x"]=760,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png"]={["x"]=798,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png"]={["x"]=0,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png"]={["x"]=38,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png"]={["x"]=76,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/shamsnisticfury.png"]={["x"]=114,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/totemiczeal.png"]={["x"]=152,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/volitilemines.png"]={["x"]=190,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png"]={["x"]=228,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Sentinel.png"]={["x"]=266,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arcaneradience.png"]={["x"]=304,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/WordsOfGlory.png"]={["x"]=342,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Storm Weaver.png"]={["x"]=380,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trap.png"]={["x"]=418,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ashfrostandstorm.png"]={["x"]=456,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ProfaneChemistry.png"]={["x"]=494,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MasterofForce.png"]={["x"]=532,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/HiredKiller2.png"]={["x"]=570,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/melding.png"]={["x"]=608,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/CelestialPunishment.png"]={["x"]=646,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=684,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=722,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Unrelenting.png"]={["x"]=760,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ShrugOff.png"]={["x"]=798,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png"]={["x"]=0,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png"]={["x"]=38,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png"]={["x"]=76,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png"]={["x"]=114,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png"]={["x"]=152,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png"]={["x"]=190,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png"]={["x"]=228,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png"]={["x"]=266,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png"]={["x"]=304,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png"]={["x"]=342,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png"]={["x"]=380,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png"]={["x"]=418,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png"]={["x"]=456,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png"]={["x"]=494,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png"]={["x"]=532,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png"]={["x"]=570,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png"]={["x"]=608,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png"]={["x"]=646,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png"]={["x"]=684,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png"]={["x"]=722,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png"]={["x"]=760,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png"]={["x"]=798,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png"]={["x"]=0,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png"]={["x"]=38,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png"]={["x"]=76,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png"]={["x"]=114,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png"]={["x"]=152,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png"]={["x"]=190,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png"]={["x"]=228,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png"]={["x"]=266,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png"]={["x"]=304,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png"]={["x"]=342,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png"]={["x"]=380,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png"]={["x"]=418,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png"]={["x"]=456,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png"]={["x"]=494,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png"]={["x"]=532,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png"]={["x"]=570,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png"]={["x"]=608,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png"]={["x"]=646,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png"]={["x"]=684,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png"]={["x"]=722,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png"]={["x"]=760,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png"]={["x"]=798,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png"]={["x"]=0,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png"]={["x"]=38,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png"]={["x"]=76,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png"]={["x"]=114,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png"]={["x"]=152,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png"]={["x"]=190,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png"]={["x"]=228,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/Fortitude.png"]={["x"]=266,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/Unstopable.png"]={["x"]=304,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/Conqueror.png"]={["x"]=342,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png"]={["x"]=380,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/Inpirational.png"]={["x"]=418,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png"]={["x"]=456,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png"]={["x"]=494,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png"]={["x"]=532,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png"]={["x"]=570,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png"]={["x"]=608,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png"]={["x"]=646,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png"]={["x"]=684,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/Dex.png"]={["x"]=722,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/Str.png"]={["x"]=760,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/GrowthandDecay.png"]={["x"]=798,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ChaosDamage2.png"]={["x"]=0,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png"]={["x"]=38,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trap2.png"]={["x"]=76,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MineTrap.png"]={["x"]=114,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BleedPoison.png"]={["x"]=152,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Brand2.png"]={["x"]=190,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png"]={["x"]=228,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png"]={["x"]=266,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png"]={["x"]=304,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png"]={["x"]=342,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png"]={["x"]=380,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ImpaleNotable1.png"]={["x"]=418,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png"]={["x"]=456,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png"]={["x"]=494,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=532,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=570,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=608,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AxeNotable1.png"]={["x"]=646,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AxeNotable2.png"]={["x"]=684,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=722,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=760,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png"]={["x"]=798,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png"]={["x"]=0,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/GolemsNotable.png"]={["x"]=38,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png"]={["x"]=76,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png"]={["x"]=114,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png"]={["x"]=152,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png"]={["x"]=190,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DireTorment.png"]={["x"]=228,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png"]={["x"]=266,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png"]={["x"]=304,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png"]={["x"]=342,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png"]={["x"]=380,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Boomerang.png"]={["x"]=418,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Lineage.png"]={["x"]=456,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BloodPact.png"]={["x"]=494,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MindPact.png"]={["x"]=532,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DarkestHour.png"]={["x"]=570,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FireAilment.png"]={["x"]=608,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LightingAilment.png"]={["x"]=646,["y"]=1030,["w"]=38,["h"]=38}}}},["keystoneActive"]={{["filename"]="skills-0.jpg?60d938e28ee6152e56ada1f325b52d17",["coords"]={["Art/2DArt/SkillIcons/passives/totemmax.png"]={["x"]=0,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/BrandKeystone.png"]={["x"]=17,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png"]={["x"]=34,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png"]={["x"]=51,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/CritAilments.png"]={["x"]=68,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/heroicspirit.png"]={["x"]=85,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/mortalconviction.png"]={["x"]=102,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png"]={["x"]=119,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png"]={["x"]=136,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/CrimsonDance.png"]={["x"]=153,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png"]={["x"]=170,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneConduit.png"]={["x"]=187,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png"]={["x"]=204,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png"]={["x"]=221,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png"]={["x"]=238,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png"]={["x"]=0,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png"]={["x"]=17,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png"]={["x"]=34,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png"]={["x"]=51,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png"]={["x"]=68,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png"]={["x"]=85,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png"]={["x"]=102,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png"]={["x"]=119,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png"]={["x"]=136,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/ghostreaver.png"]={["x"]=153,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/vaalpact.png"]={["x"]=170,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png"]={["x"]=187,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png"]={["x"]=204,["y"]=360,["w"]=17,["h"]=18}}},{["filename"]="skills-1.jpg?6090452f98e9ed00ce1cddf76724ab3d",["coords"]={["Art/2DArt/SkillIcons/passives/totemmax.png"]={["x"]=0,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/BrandKeystone.png"]={["x"]=29,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png"]={["x"]=58,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png"]={["x"]=87,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/CritAilments.png"]={["x"]=116,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/heroicspirit.png"]={["x"]=145,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/mortalconviction.png"]={["x"]=174,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png"]={["x"]=203,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png"]={["x"]=232,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/CrimsonDance.png"]={["x"]=261,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png"]={["x"]=290,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneConduit.png"]={["x"]=319,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png"]={["x"]=348,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png"]={["x"]=377,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png"]={["x"]=406,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png"]={["x"]=0,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png"]={["x"]=29,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png"]={["x"]=58,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png"]={["x"]=87,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png"]={["x"]=116,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png"]={["x"]=145,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png"]={["x"]=174,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png"]={["x"]=203,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png"]={["x"]=232,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/ghostreaver.png"]={["x"]=261,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/vaalpact.png"]={["x"]=290,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png"]={["x"]=319,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png"]={["x"]=348,["y"]=621,["w"]=29,["h"]=30}}},{["filename"]="skills-2.jpg?4569c819cf5da05dcd695acad9ab9140",["coords"]={["Art/2DArt/SkillIcons/passives/totemmax.png"]={["x"]=0,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/BrandKeystone.png"]={["x"]=41,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png"]={["x"]=82,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png"]={["x"]=123,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/CritAilments.png"]={["x"]=164,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/heroicspirit.png"]={["x"]=205,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/mortalconviction.png"]={["x"]=246,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png"]={["x"]=287,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png"]={["x"]=328,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/CrimsonDance.png"]={["x"]=369,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png"]={["x"]=410,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneConduit.png"]={["x"]=451,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png"]={["x"]=492,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png"]={["x"]=533,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png"]={["x"]=574,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png"]={["x"]=0,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png"]={["x"]=41,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png"]={["x"]=82,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png"]={["x"]=123,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png"]={["x"]=164,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png"]={["x"]=205,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png"]={["x"]=246,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png"]={["x"]=287,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png"]={["x"]=328,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/ghostreaver.png"]={["x"]=369,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/vaalpact.png"]={["x"]=410,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png"]={["x"]=451,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png"]={["x"]=492,["y"]=861,["w"]=41,["h"]=42}}},{["filename"]="skills-3.jpg?2073aac7f92a6cca81cfb747da72b1b9",["coords"]={["Art/2DArt/SkillIcons/passives/totemmax.png"]={["x"]=0,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/BrandKeystone.png"]={["x"]=53,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png"]={["x"]=106,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png"]={["x"]=159,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/CritAilments.png"]={["x"]=212,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/heroicspirit.png"]={["x"]=265,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/mortalconviction.png"]={["x"]=318,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png"]={["x"]=371,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png"]={["x"]=424,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/CrimsonDance.png"]={["x"]=477,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png"]={["x"]=530,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneConduit.png"]={["x"]=583,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png"]={["x"]=636,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png"]={["x"]=689,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png"]={["x"]=742,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png"]={["x"]=0,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png"]={["x"]=53,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png"]={["x"]=106,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png"]={["x"]=159,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png"]={["x"]=212,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png"]={["x"]=265,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png"]={["x"]=318,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png"]={["x"]=371,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png"]={["x"]=424,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/ghostreaver.png"]={["x"]=477,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/vaalpact.png"]={["x"]=530,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png"]={["x"]=583,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png"]={["x"]=636,["y"]=1122,["w"]=53,["h"]=54}}}},["normalInactive"]={{["filename"]="skills-disabled-0.jpg?4fc57142130a6807949536401001d293",["coords"]={["Art/2DArt/SkillIcons/passives/firedamagestr.png"]={["x"]=0,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damage_blue.png"]={["x"]=9,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=18,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/accuracy2h.png"]={["x"]=27,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=36,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/mana.png"]={["x"]=45,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MasteryBlank.png"]={["x"]=54,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=63,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=72,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=81,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=90,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png"]={["x"]=99,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ElementalResistance2.png"]={["x"]=108,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/shieldblock.png"]={["x"]=117,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/onehanddamage.png"]={["x"]=126,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagemelee.png"]={["x"]=135,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeed.png"]={["x"]=144,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/2handedspeed.png"]={["x"]=153,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png"]={["x"]=162,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png"]={["x"]=171,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png"]={["x"]=180,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png"]={["x"]=189,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png"]={["x"]=198,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damage.png"]={["x"]=207,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbranddamage.png"]={["x"]=216,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png"]={["x"]=225,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbrandlife.png"]={["x"]=234,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png"]={["x"]=243,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blockstaff.png"]={["x"]=252,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagestaff.png"]={["x"]=0,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/staffspeed.png"]={["x"]=9,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blockstr.png"]={["x"]=18,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/dmgreduction.png"]={["x"]=27,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/crystalskin.png"]={["x"]=36,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemlife.png"]={["x"]=45,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemplacementspeed.png"]={["x"]=54,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemattackspeed.png"]={["x"]=63,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemdamage.png"]={["x"]=72,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=81,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=90,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/masterysword.png"]={["x"]=99,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedsworddex.png"]={["x"]=108,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagesword.png"]={["x"]=117,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=126,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=135,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedmace.png"]={["x"]=144,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=153,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png"]={["x"]=162,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/fireresist.png"]={["x"]=171,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/coldresist.png"]={["x"]=180,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lightningstr.png"]={["x"]=189,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/projectilespeed.png"]={["x"]=198,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagedualwield.png"]={["x"]=207,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png"]={["x"]=216,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=225,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/increasedarmorandlife.png"]={["x"]=234,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lifepercentage.png"]={["x"]=243,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/macecritdmgspeed.png"]={["x"]=252,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MaceElemental.png"]={["x"]=0,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=9,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedaxe.png"]={["x"]=18,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damageaxe.png"]={["x"]=27,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeeddual.png"]={["x"]=36,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/knockback.png"]={["x"]=45,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=54,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=63,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/colddamage.png"]={["x"]=72,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/elementaldamage.png"]={["x"]=81,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/clawmasterydex.png"]={["x"]=90,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedclaw.png"]={["x"]=99,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png"]={["x"]=108,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MinionsandManaNode.png"]={["x"]=117,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/WandCritical.png"]={["x"]=126,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/manastr.png"]={["x"]=135,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=144,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/WarCryCooldown.png"]={["x"]=153,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/WarCryDuration.png"]={["x"]=162,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=171,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/energyshield.png"]={["x"]=180,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/FortifyNode.png"]={["x"]=189,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png"]={["x"]=198,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/stunstr.png"]={["x"]=207,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticaldaggerint.png"]={["x"]=216,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/masterydaggerdex.png"]={["x"]=225,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/flaskint.png"]={["x"]=234,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png"]={["x"]=243,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blankStr.png"]={["x"]=252,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MeleeAoENode.png"]={["x"]=0,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChannellingDamage.png"]={["x"]=9,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChannellingSpeed.png"]={["x"]=18,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png"]={["x"]=27,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/minionlife.png"]={["x"]=36,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/miniondamageBlue.png"]={["x"]=45,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticaldaggerdex.png"]={["x"]=54,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeeddagger.png"]={["x"]=63,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=72,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalclaw.png"]={["x"]=81,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png"]={["x"]=90,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png"]={["x"]=99,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/evade.png"]={["x"]=108,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png"]={["x"]=117,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/miniondamage.png"]={["x"]=126,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png"]={["x"]=135,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png"]={["x"]=144,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png"]={["x"]=153,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/firedamageint.png"]={["x"]=162,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MeleeFireNode.png"]={["x"]=171,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/evadepercentage.png"]={["x"]=180,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/spellcritical.png"]={["x"]=189,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png"]={["x"]=198,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=207,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/areaofeffect.png"]={["x"]=216,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lifemana.png"]={["x"]=225,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png"]={["x"]=234,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png"]={["x"]=243,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/manaregeneration.png"]={["x"]=252,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png"]={["x"]=0,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/castspeed.png"]={["x"]=9,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagespells.png"]={["x"]=18,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChaosDamage.png"]={["x"]=27,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png"]={["x"]=36,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/dualwieldspeedint.png"]={["x"]=45,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/skillduration.png"]={["x"]=54,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=63,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=72,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/accuracysword.png"]={["x"]=81,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapdamage.png"]={["x"]=90,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapsspeed.png"]={["x"]=99,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalbow.png"]={["x"]=108,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=117,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png"]={["x"]=126,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png"]={["x"]=135,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/shieldrecovery.png"]={["x"]=144,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/stundex.png"]={["x"]=153,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lightningdex.png"]={["x"]=162,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/avoidburning.png"]={["x"]=171,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/avoidchilling.png"]={["x"]=180,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png"]={["x"]=189,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blankDex.png"]={["x"]=198,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AttackBlindNode.png"]={["x"]=207,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=216,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lifegainpertarget.png"]={["x"]=225,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blankInt.png"]={["x"]=234,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/axedmgspeed.png"]={["x"]=243,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalstrikechance.png"]={["x"]=252,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AttackPoisonNode.png"]={["x"]=0,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png"]={["x"]=9,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png"]={["x"]=18,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png"]={["x"]=27,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png"]={["x"]=36,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=45,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/tempint.png"]={["x"]=54,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png"]={["x"]=63,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png"]={["x"]=72,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png"]={["x"]=81,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/minionattackspeed.png"]={["x"]=90,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png"]={["x"]=99,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalstrikechance2.png"]={["x"]=108,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png"]={["x"]=117,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=126,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=135,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png"]={["x"]=144,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png"]={["x"]=153,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png"]={["x"]=162,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png"]={["x"]=171,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png"]={["x"]=180,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png"]={["x"]=189,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png"]={["x"]=198,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png"]={["x"]=207,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png"]={["x"]=216,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/onehandspeed.png"]={["x"]=225,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Raider.png"]={["x"]=234,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png"]={["x"]=243,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png"]={["x"]=252,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=0,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=9,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Brand1.png"]={["x"]=18,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Brand3.png"]={["x"]=27,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png"]={["x"]=36,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png"]={["x"]=45,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ImapleNode.png"]={["x"]=54,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ImpaleNode2.png"]={["x"]=63,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png"]={["x"]=72,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png"]={["x"]=81,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png"]={["x"]=90,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png"]={["x"]=99,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=108,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png"]={["x"]=117,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png"]={["x"]=126,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png"]={["x"]=135,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=144,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png"]={["x"]=153,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png"]={["x"]=162,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png"]={["x"]=171,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=180,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png"]={["x"]=189,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/chaosresist.png"]={["x"]=198,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png"]={["x"]=207,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=216,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png"]={["x"]=225,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png"]={["x"]=234,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png"]={["x"]=243,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png"]={["x"]=252,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DamageOverTime.png"]={["x"]=0,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png"]={["x"]=9,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/manareservationreduction.png"]={["x"]=18,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/auraareaofeffect.png"]={["x"]=27,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/auraeffect.png"]={["x"]=36,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/tempdex.png"]={["x"]=45,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png"]={["x"]=54,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png"]={["x"]=63,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png"]={["x"]=72,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png"]={["x"]=81,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/critstrchnc.png"]={["x"]=90,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png"]={["x"]=99,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png"]={["x"]=108,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png"]={["x"]=117,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MineManaReservationNode.png"]={["x"]=126,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png"]={["x"]=135,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/WarCryEffect.png"]={["x"]=144,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png"]={["x"]=153,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapsduration.png"]={["x"]=162,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/flaskstr.png"]={["x"]=171,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=180,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=189,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png"]={["x"]=198,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png"]={["x"]=207,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png"]={["x"]=216,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png"]={["x"]=225,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png"]={["x"]=234,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png"]={["x"]=243,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png"]={["x"]=252,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png"]={["x"]=0,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png"]={["x"]=9,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png"]={["x"]=18,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png"]={["x"]=27,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png"]={["x"]=36,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png"]={["x"]=45,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png"]={["x"]=54,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png"]={["x"]=63,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png"]={["x"]=72,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png"]={["x"]=81,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png"]={["x"]=90,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png"]={["x"]=99,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png"]={["x"]=108,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png"]={["x"]=117,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png"]={["x"]=126,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png"]={["x"]=135,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png"]={["x"]=144,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png"]={["x"]=153,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png"]={["x"]=162,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png"]={["x"]=171,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png"]={["x"]=180,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png"]={["x"]=189,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png"]={["x"]=198,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/AnEAura.png"]={["x"]=207,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png"]={["x"]=216,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png"]={["x"]=225,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png"]={["x"]=234,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png"]={["x"]=243,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png"]={["x"]=252,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png"]={["x"]=0,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png"]={["x"]=9,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png"]={["x"]=18,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png"]={["x"]=27,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png"]={["x"]=36,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Champion.png"]={["x"]=45,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png"]={["x"]=54,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png"]={["x"]=63,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png"]={["x"]=72,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png"]={["x"]=81,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png"]={["x"]=90,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png"]={["x"]=99,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=108,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/GolemsNode.png"]={["x"]=117,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png"]={["x"]=126,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png"]={["x"]=135,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png"]={["x"]=144,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/RangedTotemDamage.png"]={["x"]=153,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png"]={["x"]=162,["y"]=81,["w"]=9,["h"]=9}}},{["filename"]="skills-disabled-1.jpg?20721b2ceca97d5334b9843738ec5781",["coords"]={["Art/2DArt/SkillIcons/passives/firedamagestr.png"]={["x"]=0,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damage_blue.png"]={["x"]=15,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=30,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/accuracy2h.png"]={["x"]=45,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=60,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/mana.png"]={["x"]=75,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MasteryBlank.png"]={["x"]=90,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=105,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=120,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=135,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=150,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png"]={["x"]=165,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ElementalResistance2.png"]={["x"]=180,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/shieldblock.png"]={["x"]=195,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/onehanddamage.png"]={["x"]=210,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagemelee.png"]={["x"]=225,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeed.png"]={["x"]=240,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/2handedspeed.png"]={["x"]=255,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png"]={["x"]=270,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png"]={["x"]=285,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png"]={["x"]=300,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png"]={["x"]=315,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png"]={["x"]=330,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damage.png"]={["x"]=345,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbranddamage.png"]={["x"]=360,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png"]={["x"]=375,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbrandlife.png"]={["x"]=390,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png"]={["x"]=405,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blockstaff.png"]={["x"]=420,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagestaff.png"]={["x"]=435,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/staffspeed.png"]={["x"]=0,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blockstr.png"]={["x"]=15,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/dmgreduction.png"]={["x"]=30,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/crystalskin.png"]={["x"]=45,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemlife.png"]={["x"]=60,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemplacementspeed.png"]={["x"]=75,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemattackspeed.png"]={["x"]=90,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemdamage.png"]={["x"]=105,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=120,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=135,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/masterysword.png"]={["x"]=150,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedsworddex.png"]={["x"]=165,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagesword.png"]={["x"]=180,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=195,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=210,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedmace.png"]={["x"]=225,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=240,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png"]={["x"]=255,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/fireresist.png"]={["x"]=270,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/coldresist.png"]={["x"]=285,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lightningstr.png"]={["x"]=300,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/projectilespeed.png"]={["x"]=315,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagedualwield.png"]={["x"]=330,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png"]={["x"]=345,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=360,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/increasedarmorandlife.png"]={["x"]=375,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lifepercentage.png"]={["x"]=390,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/macecritdmgspeed.png"]={["x"]=405,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MaceElemental.png"]={["x"]=420,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=435,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedaxe.png"]={["x"]=0,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damageaxe.png"]={["x"]=15,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeeddual.png"]={["x"]=30,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/knockback.png"]={["x"]=45,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=60,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=75,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/colddamage.png"]={["x"]=90,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/elementaldamage.png"]={["x"]=105,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/clawmasterydex.png"]={["x"]=120,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedclaw.png"]={["x"]=135,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png"]={["x"]=150,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MinionsandManaNode.png"]={["x"]=165,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/WandCritical.png"]={["x"]=180,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/manastr.png"]={["x"]=195,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=210,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/WarCryCooldown.png"]={["x"]=225,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/WarCryDuration.png"]={["x"]=240,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=255,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/energyshield.png"]={["x"]=270,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/FortifyNode.png"]={["x"]=285,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png"]={["x"]=300,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/stunstr.png"]={["x"]=315,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticaldaggerint.png"]={["x"]=330,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/masterydaggerdex.png"]={["x"]=345,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/flaskint.png"]={["x"]=360,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png"]={["x"]=375,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blankStr.png"]={["x"]=390,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MeleeAoENode.png"]={["x"]=405,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChannellingDamage.png"]={["x"]=420,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChannellingSpeed.png"]={["x"]=435,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png"]={["x"]=0,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/minionlife.png"]={["x"]=15,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/miniondamageBlue.png"]={["x"]=30,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticaldaggerdex.png"]={["x"]=45,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeeddagger.png"]={["x"]=60,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=75,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalclaw.png"]={["x"]=90,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png"]={["x"]=105,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png"]={["x"]=120,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/evade.png"]={["x"]=135,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png"]={["x"]=150,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/miniondamage.png"]={["x"]=165,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png"]={["x"]=180,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png"]={["x"]=195,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png"]={["x"]=210,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/firedamageint.png"]={["x"]=225,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MeleeFireNode.png"]={["x"]=240,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/evadepercentage.png"]={["x"]=255,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/spellcritical.png"]={["x"]=270,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png"]={["x"]=285,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=300,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/areaofeffect.png"]={["x"]=315,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lifemana.png"]={["x"]=330,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png"]={["x"]=345,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png"]={["x"]=360,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/manaregeneration.png"]={["x"]=375,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png"]={["x"]=390,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/castspeed.png"]={["x"]=405,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagespells.png"]={["x"]=420,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChaosDamage.png"]={["x"]=435,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png"]={["x"]=0,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/dualwieldspeedint.png"]={["x"]=15,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/skillduration.png"]={["x"]=30,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=45,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=60,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/accuracysword.png"]={["x"]=75,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapdamage.png"]={["x"]=90,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapsspeed.png"]={["x"]=105,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalbow.png"]={["x"]=120,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=135,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png"]={["x"]=150,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png"]={["x"]=165,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/shieldrecovery.png"]={["x"]=180,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/stundex.png"]={["x"]=195,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lightningdex.png"]={["x"]=210,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/avoidburning.png"]={["x"]=225,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/avoidchilling.png"]={["x"]=240,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png"]={["x"]=255,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blankDex.png"]={["x"]=270,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AttackBlindNode.png"]={["x"]=285,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=300,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lifegainpertarget.png"]={["x"]=315,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blankInt.png"]={["x"]=330,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/axedmgspeed.png"]={["x"]=345,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalstrikechance.png"]={["x"]=360,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AttackPoisonNode.png"]={["x"]=375,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png"]={["x"]=390,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png"]={["x"]=405,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png"]={["x"]=420,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png"]={["x"]=435,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=0,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/tempint.png"]={["x"]=15,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png"]={["x"]=30,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png"]={["x"]=45,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png"]={["x"]=60,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/minionattackspeed.png"]={["x"]=75,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png"]={["x"]=90,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalstrikechance2.png"]={["x"]=105,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png"]={["x"]=120,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=135,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=150,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png"]={["x"]=165,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png"]={["x"]=180,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png"]={["x"]=195,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png"]={["x"]=210,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png"]={["x"]=225,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png"]={["x"]=240,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png"]={["x"]=255,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png"]={["x"]=270,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png"]={["x"]=285,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/onehandspeed.png"]={["x"]=300,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Raider.png"]={["x"]=315,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png"]={["x"]=330,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png"]={["x"]=345,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=360,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=375,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Brand1.png"]={["x"]=390,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Brand3.png"]={["x"]=405,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png"]={["x"]=420,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png"]={["x"]=435,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ImapleNode.png"]={["x"]=0,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ImpaleNode2.png"]={["x"]=15,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png"]={["x"]=30,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png"]={["x"]=45,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png"]={["x"]=60,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png"]={["x"]=75,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=90,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png"]={["x"]=105,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png"]={["x"]=120,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png"]={["x"]=135,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=150,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png"]={["x"]=165,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png"]={["x"]=180,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png"]={["x"]=195,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=210,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png"]={["x"]=225,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/chaosresist.png"]={["x"]=240,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png"]={["x"]=255,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=270,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png"]={["x"]=285,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png"]={["x"]=300,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png"]={["x"]=315,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png"]={["x"]=330,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DamageOverTime.png"]={["x"]=345,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png"]={["x"]=360,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/manareservationreduction.png"]={["x"]=375,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/auraareaofeffect.png"]={["x"]=390,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/auraeffect.png"]={["x"]=405,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/tempdex.png"]={["x"]=420,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png"]={["x"]=435,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png"]={["x"]=0,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png"]={["x"]=15,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png"]={["x"]=30,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/critstrchnc.png"]={["x"]=45,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png"]={["x"]=60,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png"]={["x"]=75,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png"]={["x"]=90,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MineManaReservationNode.png"]={["x"]=105,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png"]={["x"]=120,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/WarCryEffect.png"]={["x"]=135,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png"]={["x"]=150,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapsduration.png"]={["x"]=165,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/flaskstr.png"]={["x"]=180,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=195,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=210,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png"]={["x"]=225,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png"]={["x"]=240,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png"]={["x"]=255,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png"]={["x"]=270,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png"]={["x"]=285,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png"]={["x"]=300,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png"]={["x"]=315,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png"]={["x"]=330,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png"]={["x"]=345,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png"]={["x"]=360,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png"]={["x"]=375,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png"]={["x"]=390,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png"]={["x"]=405,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png"]={["x"]=420,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png"]={["x"]=435,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png"]={["x"]=0,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png"]={["x"]=15,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png"]={["x"]=30,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png"]={["x"]=45,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png"]={["x"]=60,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png"]={["x"]=75,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png"]={["x"]=90,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png"]={["x"]=105,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png"]={["x"]=120,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png"]={["x"]=135,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png"]={["x"]=150,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png"]={["x"]=165,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png"]={["x"]=180,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png"]={["x"]=195,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png"]={["x"]=210,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/AnEAura.png"]={["x"]=225,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png"]={["x"]=240,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png"]={["x"]=255,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png"]={["x"]=270,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png"]={["x"]=285,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png"]={["x"]=300,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png"]={["x"]=315,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png"]={["x"]=330,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png"]={["x"]=345,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png"]={["x"]=360,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png"]={["x"]=375,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Champion.png"]={["x"]=390,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png"]={["x"]=405,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png"]={["x"]=420,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png"]={["x"]=435,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png"]={["x"]=0,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png"]={["x"]=15,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png"]={["x"]=30,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=45,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/GolemsNode.png"]={["x"]=60,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png"]={["x"]=75,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png"]={["x"]=90,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png"]={["x"]=105,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/RangedTotemDamage.png"]={["x"]=120,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png"]={["x"]=135,["y"]=135,["w"]=15,["h"]=15}}},{["filename"]="skills-disabled-2.jpg?64b1e6e76f0839738a38eff6db484a64",["coords"]={["Art/2DArt/SkillIcons/passives/firedamagestr.png"]={["x"]=0,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damage_blue.png"]={["x"]=21,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=42,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/accuracy2h.png"]={["x"]=63,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=84,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/mana.png"]={["x"]=105,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MasteryBlank.png"]={["x"]=126,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=147,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=168,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=189,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=210,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png"]={["x"]=231,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ElementalResistance2.png"]={["x"]=252,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/shieldblock.png"]={["x"]=273,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/onehanddamage.png"]={["x"]=294,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagemelee.png"]={["x"]=315,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeed.png"]={["x"]=336,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/2handedspeed.png"]={["x"]=357,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png"]={["x"]=378,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png"]={["x"]=399,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png"]={["x"]=420,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png"]={["x"]=441,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png"]={["x"]=462,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damage.png"]={["x"]=483,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbranddamage.png"]={["x"]=504,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png"]={["x"]=525,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandlife.png"]={["x"]=546,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png"]={["x"]=567,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blockstaff.png"]={["x"]=588,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagestaff.png"]={["x"]=609,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/staffspeed.png"]={["x"]=0,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blockstr.png"]={["x"]=21,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dmgreduction.png"]={["x"]=42,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/crystalskin.png"]={["x"]=63,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemlife.png"]={["x"]=84,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemplacementspeed.png"]={["x"]=105,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemattackspeed.png"]={["x"]=126,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemdamage.png"]={["x"]=147,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=168,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=189,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterysword.png"]={["x"]=210,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedsworddex.png"]={["x"]=231,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagesword.png"]={["x"]=252,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=273,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=294,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedmace.png"]={["x"]=315,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=336,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png"]={["x"]=357,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/fireresist.png"]={["x"]=378,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/coldresist.png"]={["x"]=399,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lightningstr.png"]={["x"]=420,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/projectilespeed.png"]={["x"]=441,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagedualwield.png"]={["x"]=462,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png"]={["x"]=483,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=504,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/increasedarmorandlife.png"]={["x"]=525,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifepercentage.png"]={["x"]=546,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/macecritdmgspeed.png"]={["x"]=567,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MaceElemental.png"]={["x"]=588,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=609,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedaxe.png"]={["x"]=0,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damageaxe.png"]={["x"]=21,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeeddual.png"]={["x"]=42,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/knockback.png"]={["x"]=63,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=84,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=105,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/colddamage.png"]={["x"]=126,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/elementaldamage.png"]={["x"]=147,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/clawmasterydex.png"]={["x"]=168,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedclaw.png"]={["x"]=189,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png"]={["x"]=210,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MinionsandManaNode.png"]={["x"]=231,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WandCritical.png"]={["x"]=252,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/manastr.png"]={["x"]=273,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=294,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WarCryCooldown.png"]={["x"]=315,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WarCryDuration.png"]={["x"]=336,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=357,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/energyshield.png"]={["x"]=378,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FortifyNode.png"]={["x"]=399,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png"]={["x"]=420,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stunstr.png"]={["x"]=441,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticaldaggerint.png"]={["x"]=462,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterydaggerdex.png"]={["x"]=483,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/flaskint.png"]={["x"]=504,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png"]={["x"]=525,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blankStr.png"]={["x"]=546,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeAoENode.png"]={["x"]=567,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingDamage.png"]={["x"]=588,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingSpeed.png"]={["x"]=609,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png"]={["x"]=0,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minionlife.png"]={["x"]=21,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/miniondamageBlue.png"]={["x"]=42,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticaldaggerdex.png"]={["x"]=63,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeeddagger.png"]={["x"]=84,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=105,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalclaw.png"]={["x"]=126,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png"]={["x"]=147,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png"]={["x"]=168,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/evade.png"]={["x"]=189,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png"]={["x"]=210,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/miniondamage.png"]={["x"]=231,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png"]={["x"]=252,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png"]={["x"]=273,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png"]={["x"]=294,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/firedamageint.png"]={["x"]=315,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeFireNode.png"]={["x"]=336,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/evadepercentage.png"]={["x"]=357,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/spellcritical.png"]={["x"]=378,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png"]={["x"]=399,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=420,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/areaofeffect.png"]={["x"]=441,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifemana.png"]={["x"]=462,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png"]={["x"]=483,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png"]={["x"]=504,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/manaregeneration.png"]={["x"]=525,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png"]={["x"]=546,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/castspeed.png"]={["x"]=567,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagespells.png"]={["x"]=588,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChaosDamage.png"]={["x"]=609,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png"]={["x"]=0,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dualwieldspeedint.png"]={["x"]=21,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/skillduration.png"]={["x"]=42,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=63,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=84,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/accuracysword.png"]={["x"]=105,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapdamage.png"]={["x"]=126,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapsspeed.png"]={["x"]=147,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalbow.png"]={["x"]=168,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=189,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png"]={["x"]=210,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png"]={["x"]=231,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/shieldrecovery.png"]={["x"]=252,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stundex.png"]={["x"]=273,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lightningdex.png"]={["x"]=294,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/avoidburning.png"]={["x"]=315,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/avoidchilling.png"]={["x"]=336,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png"]={["x"]=357,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blankDex.png"]={["x"]=378,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackBlindNode.png"]={["x"]=399,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=420,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifegainpertarget.png"]={["x"]=441,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blankInt.png"]={["x"]=462,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/axedmgspeed.png"]={["x"]=483,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikechance.png"]={["x"]=504,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackPoisonNode.png"]={["x"]=525,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png"]={["x"]=546,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png"]={["x"]=567,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png"]={["x"]=588,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png"]={["x"]=609,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=0,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/tempint.png"]={["x"]=21,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png"]={["x"]=42,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png"]={["x"]=63,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png"]={["x"]=84,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minionattackspeed.png"]={["x"]=105,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png"]={["x"]=126,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikechance2.png"]={["x"]=147,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png"]={["x"]=168,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=189,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=210,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png"]={["x"]=231,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png"]={["x"]=252,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png"]={["x"]=273,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png"]={["x"]=294,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png"]={["x"]=315,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png"]={["x"]=336,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png"]={["x"]=357,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png"]={["x"]=378,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png"]={["x"]=399,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/onehandspeed.png"]={["x"]=420,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Raider.png"]={["x"]=441,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png"]={["x"]=462,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png"]={["x"]=483,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=504,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=525,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Brand1.png"]={["x"]=546,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Brand3.png"]={["x"]=567,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png"]={["x"]=588,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png"]={["x"]=609,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ImapleNode.png"]={["x"]=0,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ImpaleNode2.png"]={["x"]=21,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png"]={["x"]=42,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png"]={["x"]=63,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png"]={["x"]=84,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png"]={["x"]=105,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=126,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png"]={["x"]=147,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png"]={["x"]=168,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png"]={["x"]=189,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=210,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png"]={["x"]=231,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png"]={["x"]=252,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png"]={["x"]=273,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=294,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png"]={["x"]=315,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chaosresist.png"]={["x"]=336,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png"]={["x"]=357,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=378,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png"]={["x"]=399,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png"]={["x"]=420,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png"]={["x"]=441,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png"]={["x"]=462,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DamageOverTime.png"]={["x"]=483,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png"]={["x"]=504,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/manareservationreduction.png"]={["x"]=525,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/auraareaofeffect.png"]={["x"]=546,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/auraeffect.png"]={["x"]=567,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/tempdex.png"]={["x"]=588,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png"]={["x"]=609,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png"]={["x"]=0,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png"]={["x"]=21,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png"]={["x"]=42,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/critstrchnc.png"]={["x"]=63,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png"]={["x"]=84,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png"]={["x"]=105,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png"]={["x"]=126,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineManaReservationNode.png"]={["x"]=147,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png"]={["x"]=168,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WarCryEffect.png"]={["x"]=189,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png"]={["x"]=210,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapsduration.png"]={["x"]=231,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/flaskstr.png"]={["x"]=252,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=273,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=294,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png"]={["x"]=315,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png"]={["x"]=336,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png"]={["x"]=357,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png"]={["x"]=378,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png"]={["x"]=399,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png"]={["x"]=420,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png"]={["x"]=441,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png"]={["x"]=462,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png"]={["x"]=483,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png"]={["x"]=504,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png"]={["x"]=525,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png"]={["x"]=546,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png"]={["x"]=567,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png"]={["x"]=588,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png"]={["x"]=609,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png"]={["x"]=0,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png"]={["x"]=21,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png"]={["x"]=42,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png"]={["x"]=63,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png"]={["x"]=84,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png"]={["x"]=105,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png"]={["x"]=126,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png"]={["x"]=147,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png"]={["x"]=168,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png"]={["x"]=189,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png"]={["x"]=210,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png"]={["x"]=231,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png"]={["x"]=252,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png"]={["x"]=273,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png"]={["x"]=294,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/AnEAura.png"]={["x"]=315,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png"]={["x"]=336,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png"]={["x"]=357,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png"]={["x"]=378,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png"]={["x"]=399,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png"]={["x"]=420,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png"]={["x"]=441,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png"]={["x"]=462,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png"]={["x"]=483,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png"]={["x"]=504,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png"]={["x"]=525,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Champion.png"]={["x"]=546,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png"]={["x"]=567,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png"]={["x"]=588,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png"]={["x"]=609,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png"]={["x"]=0,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png"]={["x"]=21,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png"]={["x"]=42,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=63,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/GolemsNode.png"]={["x"]=84,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png"]={["x"]=105,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png"]={["x"]=126,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png"]={["x"]=147,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RangedTotemDamage.png"]={["x"]=168,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png"]={["x"]=189,["y"]=189,["w"]=21,["h"]=21}}},{["filename"]="skills-disabled-3.jpg?c21e5419e79ef23f7871b519fec75819",["coords"]={["Art/2DArt/SkillIcons/passives/firedamagestr.png"]={["x"]=0,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damage_blue.png"]={["x"]=27,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=54,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/accuracy2h.png"]={["x"]=81,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=108,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/mana.png"]={["x"]=135,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MasteryBlank.png"]={["x"]=162,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=189,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=216,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=243,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=270,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png"]={["x"]=297,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ElementalResistance2.png"]={["x"]=324,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/shieldblock.png"]={["x"]=351,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/onehanddamage.png"]={["x"]=378,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagemelee.png"]={["x"]=405,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeed.png"]={["x"]=432,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/2handedspeed.png"]={["x"]=459,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png"]={["x"]=486,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png"]={["x"]=513,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png"]={["x"]=540,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png"]={["x"]=567,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png"]={["x"]=594,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damage.png"]={["x"]=621,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbranddamage.png"]={["x"]=648,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png"]={["x"]=675,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbrandlife.png"]={["x"]=702,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png"]={["x"]=729,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blockstaff.png"]={["x"]=756,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagestaff.png"]={["x"]=783,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/staffspeed.png"]={["x"]=0,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blockstr.png"]={["x"]=27,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/dmgreduction.png"]={["x"]=54,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/crystalskin.png"]={["x"]=81,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemlife.png"]={["x"]=108,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemplacementspeed.png"]={["x"]=135,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemattackspeed.png"]={["x"]=162,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemdamage.png"]={["x"]=189,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=216,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=243,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/masterysword.png"]={["x"]=270,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedsworddex.png"]={["x"]=297,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagesword.png"]={["x"]=324,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=351,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=378,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedmace.png"]={["x"]=405,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=432,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png"]={["x"]=459,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/fireresist.png"]={["x"]=486,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/coldresist.png"]={["x"]=513,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lightningstr.png"]={["x"]=540,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/projectilespeed.png"]={["x"]=567,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagedualwield.png"]={["x"]=594,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png"]={["x"]=621,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=648,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/increasedarmorandlife.png"]={["x"]=675,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lifepercentage.png"]={["x"]=702,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/macecritdmgspeed.png"]={["x"]=729,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MaceElemental.png"]={["x"]=756,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=783,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedaxe.png"]={["x"]=0,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damageaxe.png"]={["x"]=27,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeeddual.png"]={["x"]=54,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/knockback.png"]={["x"]=81,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=108,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=135,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/colddamage.png"]={["x"]=162,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/elementaldamage.png"]={["x"]=189,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/clawmasterydex.png"]={["x"]=216,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedclaw.png"]={["x"]=243,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png"]={["x"]=270,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MinionsandManaNode.png"]={["x"]=297,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/WandCritical.png"]={["x"]=324,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/manastr.png"]={["x"]=351,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=378,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/WarCryCooldown.png"]={["x"]=405,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/WarCryDuration.png"]={["x"]=432,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=459,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/energyshield.png"]={["x"]=486,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/FortifyNode.png"]={["x"]=513,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png"]={["x"]=540,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/stunstr.png"]={["x"]=567,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticaldaggerint.png"]={["x"]=594,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/masterydaggerdex.png"]={["x"]=621,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/flaskint.png"]={["x"]=648,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png"]={["x"]=675,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blankStr.png"]={["x"]=702,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MeleeAoENode.png"]={["x"]=729,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChannellingDamage.png"]={["x"]=756,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChannellingSpeed.png"]={["x"]=783,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png"]={["x"]=0,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/minionlife.png"]={["x"]=27,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/miniondamageBlue.png"]={["x"]=54,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticaldaggerdex.png"]={["x"]=81,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeeddagger.png"]={["x"]=108,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=135,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalclaw.png"]={["x"]=162,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png"]={["x"]=189,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png"]={["x"]=216,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/evade.png"]={["x"]=243,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png"]={["x"]=270,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/miniondamage.png"]={["x"]=297,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png"]={["x"]=324,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png"]={["x"]=351,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png"]={["x"]=378,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/firedamageint.png"]={["x"]=405,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MeleeFireNode.png"]={["x"]=432,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/evadepercentage.png"]={["x"]=459,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/spellcritical.png"]={["x"]=486,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png"]={["x"]=513,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=540,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/areaofeffect.png"]={["x"]=567,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lifemana.png"]={["x"]=594,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png"]={["x"]=621,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png"]={["x"]=648,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/manaregeneration.png"]={["x"]=675,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png"]={["x"]=702,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/castspeed.png"]={["x"]=729,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagespells.png"]={["x"]=756,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChaosDamage.png"]={["x"]=783,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png"]={["x"]=0,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/dualwieldspeedint.png"]={["x"]=27,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/skillduration.png"]={["x"]=54,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=81,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=108,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/accuracysword.png"]={["x"]=135,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapdamage.png"]={["x"]=162,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapsspeed.png"]={["x"]=189,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalbow.png"]={["x"]=216,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=243,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png"]={["x"]=270,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png"]={["x"]=297,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/shieldrecovery.png"]={["x"]=324,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/stundex.png"]={["x"]=351,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lightningdex.png"]={["x"]=378,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/avoidburning.png"]={["x"]=405,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/avoidchilling.png"]={["x"]=432,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png"]={["x"]=459,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blankDex.png"]={["x"]=486,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AttackBlindNode.png"]={["x"]=513,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=540,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lifegainpertarget.png"]={["x"]=567,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blankInt.png"]={["x"]=594,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/axedmgspeed.png"]={["x"]=621,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalstrikechance.png"]={["x"]=648,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AttackPoisonNode.png"]={["x"]=675,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png"]={["x"]=702,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png"]={["x"]=729,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png"]={["x"]=756,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png"]={["x"]=783,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=0,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/tempint.png"]={["x"]=27,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png"]={["x"]=54,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png"]={["x"]=81,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png"]={["x"]=108,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/minionattackspeed.png"]={["x"]=135,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png"]={["x"]=162,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalstrikechance2.png"]={["x"]=189,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png"]={["x"]=216,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=243,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=270,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png"]={["x"]=297,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png"]={["x"]=324,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png"]={["x"]=351,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png"]={["x"]=378,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png"]={["x"]=405,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png"]={["x"]=432,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png"]={["x"]=459,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png"]={["x"]=486,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png"]={["x"]=513,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/onehandspeed.png"]={["x"]=540,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Raider.png"]={["x"]=567,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png"]={["x"]=594,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png"]={["x"]=621,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=648,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=675,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Brand1.png"]={["x"]=702,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Brand3.png"]={["x"]=729,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png"]={["x"]=756,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png"]={["x"]=783,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ImapleNode.png"]={["x"]=0,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ImpaleNode2.png"]={["x"]=27,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png"]={["x"]=54,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png"]={["x"]=81,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png"]={["x"]=108,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png"]={["x"]=135,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=162,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png"]={["x"]=189,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png"]={["x"]=216,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png"]={["x"]=243,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=270,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png"]={["x"]=297,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png"]={["x"]=324,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png"]={["x"]=351,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=378,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png"]={["x"]=405,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/chaosresist.png"]={["x"]=432,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png"]={["x"]=459,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=486,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png"]={["x"]=513,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png"]={["x"]=540,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png"]={["x"]=567,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png"]={["x"]=594,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DamageOverTime.png"]={["x"]=621,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png"]={["x"]=648,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/manareservationreduction.png"]={["x"]=675,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/auraareaofeffect.png"]={["x"]=702,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/auraeffect.png"]={["x"]=729,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/tempdex.png"]={["x"]=756,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png"]={["x"]=783,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png"]={["x"]=0,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png"]={["x"]=27,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png"]={["x"]=54,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/critstrchnc.png"]={["x"]=81,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png"]={["x"]=108,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png"]={["x"]=135,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png"]={["x"]=162,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MineManaReservationNode.png"]={["x"]=189,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png"]={["x"]=216,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/WarCryEffect.png"]={["x"]=243,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png"]={["x"]=270,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapsduration.png"]={["x"]=297,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/flaskstr.png"]={["x"]=324,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=351,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=378,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png"]={["x"]=405,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png"]={["x"]=432,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png"]={["x"]=459,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png"]={["x"]=486,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png"]={["x"]=513,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png"]={["x"]=540,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png"]={["x"]=567,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png"]={["x"]=594,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png"]={["x"]=621,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png"]={["x"]=648,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png"]={["x"]=675,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png"]={["x"]=702,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png"]={["x"]=729,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png"]={["x"]=756,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png"]={["x"]=783,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png"]={["x"]=0,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png"]={["x"]=27,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png"]={["x"]=54,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png"]={["x"]=81,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png"]={["x"]=108,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png"]={["x"]=135,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png"]={["x"]=162,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png"]={["x"]=189,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png"]={["x"]=216,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png"]={["x"]=243,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png"]={["x"]=270,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png"]={["x"]=297,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png"]={["x"]=324,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png"]={["x"]=351,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png"]={["x"]=378,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/AnEAura.png"]={["x"]=405,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png"]={["x"]=432,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png"]={["x"]=459,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png"]={["x"]=486,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png"]={["x"]=513,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png"]={["x"]=540,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png"]={["x"]=567,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png"]={["x"]=594,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png"]={["x"]=621,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png"]={["x"]=648,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png"]={["x"]=675,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Champion.png"]={["x"]=702,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png"]={["x"]=729,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png"]={["x"]=756,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png"]={["x"]=783,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png"]={["x"]=0,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png"]={["x"]=27,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png"]={["x"]=54,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=81,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/GolemsNode.png"]={["x"]=108,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png"]={["x"]=135,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png"]={["x"]=162,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png"]={["x"]=189,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/RangedTotemDamage.png"]={["x"]=216,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png"]={["x"]=243,["y"]=243,["w"]=27,["h"]=27}}}},["notableInactive"]={{["filename"]="skills-disabled-0.jpg?4fc57142130a6807949536401001d293",["coords"]={["Art/2DArt/SkillIcons/passives/lavalash.png"]={["x"]=0,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AspectoftheEagle.png"]={["x"]=12,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MartialExperience.png"]={["x"]=24,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/minddrinker.png"]={["x"]=36,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=48,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/titanicmight.png"]={["x"]=60,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/barricade.png"]={["x"]=72,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/butchery.png"]={["x"]=84,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/strongarm.png"]={["x"]=96,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/wreckingball.png"]={["x"]=108,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/reaver.png"]={["x"]=120,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png"]={["x"]=132,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png"]={["x"]=144,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/Headman.png"]={["x"]=156,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png"]={["x"]=168,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png"]={["x"]=180,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/Impact.png"]={["x"]=192,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/Charges.png"]={["x"]=204,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/whirlingstaff.png"]={["x"]=216,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/stunstaff.png"]={["x"]=228,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffCrit.png"]={["x"]=240,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/armourmastery.png"]={["x"]=252,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=0,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Unwavering.png"]={["x"]=12,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ironwoodtotem.png"]={["x"]=24,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png"]={["x"]=36,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png"]={["x"]=48,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Retaliation.png"]={["x"]=60,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/blademaster.png"]={["x"]=72,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/razorsedge.png"]={["x"]=84,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/wandslingersprowess.png"]={["x"]=96,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/skullcracking.png"]={["x"]=108,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=120,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BloodyBludgeon.png"]={["x"]=132,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=144,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ambidexterity.png"]={["x"]=156,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=168,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Annihilation.png"]={["x"]=180,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/galvanichammer.png"]={["x"]=192,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MaceNotable2.png"]={["x"]=204,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BloodSiphon.png"]={["x"]=216,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/soulsyphon.png"]={["x"]=228,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=240,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/fellingtheweak.png"]={["x"]=252,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/hatchetmaster.png"]={["x"]=0,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/swagger.png"]={["x"]=12,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/fending.png"]={["x"]=24,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=36,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/cleavage.png"]={["x"]=48,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=60,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BreathofLightening2.png"]={["x"]=72,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/borntofight.png"]={["x"]=84,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/manaconduit.png"]={["x"]=96,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=108,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/stormborn.png"]={["x"]=120,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/flameborn.png"]={["x"]=132,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/frostborn.png"]={["x"]=144,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/eagletalons.png"]={["x"]=156,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/soulraker.png"]={["x"]=168,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ClawNotable1.png"]={["x"]=180,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Warrior.png"]={["x"]=192,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Constitution.png"]={["x"]=204,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png"]={["x"]=216,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/trollblood.png"]={["x"]=228,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Revelry.png"]={["x"]=240,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png"]={["x"]=252,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/fussilade.png"]={["x"]=0,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/elderpower.png"]={["x"]=12,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=24,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/blademistress.png"]={["x"]=36,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png"]={["x"]=48,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Dynamo.png"]={["x"]=60,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LustforCarnage.png"]={["x"]=72,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Righteous Decree.png"]={["x"]=84,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Battlecry.png"]={["x"]=96,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/eagleeye.png"]={["x"]=108,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/hammerblows.png"]={["x"]=120,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffNotable2.png"]={["x"]=132,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/lifeleechimmunity.png"]={["x"]=144,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FortifyNotable1.png"]={["x"]=156,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaandCurses.png"]={["x"]=168,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StunMastery.png"]={["x"]=180,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/nightstalker.png"]={["x"]=192,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Harrier.png"]={["x"]=204,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaFlasksOften.png"]={["x"]=216,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/CombatStamina.png"]={["x"]=228,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/staticshield.png"]={["x"]=240,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/foresight.png"]={["x"]=252,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inspiration.png"]={["x"]=0,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/icebite.png"]={["x"]=12,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/grace.png"]={["x"]=24,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MeleeAoENotable.png"]={["x"]=36,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/sparkingattacks.png"]={["x"]=48,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/TempestBlast.png"]={["x"]=60,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/CombatFocusNotable.png"]={["x"]=72,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SearingHeat.png"]={["x"]=84,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deathattunement.png"]={["x"]=96,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/flaying.png"]={["x"]=108,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DaggerNotable1.png"]={["x"]=120,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=132,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hunter.png"]={["x"]=144,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/graveintentions.png"]={["x"]=156,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/graveexpectations.png"]={["x"]=168,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png"]={["x"]=180,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/lordofthedead.png"]={["x"]=192,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/gravepact.png"]={["x"]=204,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arcane focus.png"]={["x"]=216,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArcaneChemistry.png"]={["x"]=228,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/bodysoul.png"]={["x"]=240,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png"]={["x"]=252,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png"]={["x"]=0,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/breathofrime.png"]={["x"]=12,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/hellfire.png"]={["x"]=24,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BreathofFlames2.png"]={["x"]=36,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arsonist.png"]={["x"]=48,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MeleeFireNotable.png"]={["x"]=60,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EssenceSurge.png"]={["x"]=72,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SavantPath.png"]={["x"]=84,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/iceheart.png"]={["x"]=96,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BreathofRime2.png"]={["x"]=108,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newenergyshield.png"]={["x"]=120,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/pyromaniac.png"]={["x"]=132,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arcanepotency.png"]={["x"]=144,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/amplify.png"]={["x"]=156,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deepthoughts.png"]={["x"]=168,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/thickskin.png"]={["x"]=180,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/QuickRecovery.png"]={["x"]=192,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png"]={["x"]=204,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png"]={["x"]=216,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/Ambush.png"]={["x"]=228,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png"]={["x"]=240,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png"]={["x"]=252,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png"]={["x"]=0,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/Elusive.png"]={["x"]=12,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Dreamer.png"]={["x"]=24,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png"]={["x"]=36,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/throatseeker.png"]={["x"]=48,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/nimbleness.png"]={["x"]=60,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ConcentrationNotable.png"]={["x"]=72,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MentalRapidity.png"]={["x"]=84,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=96,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PowerChargeNotable.png"]={["x"]=108,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/gemini.png"]={["x"]=120,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ThrillKiller.png"]={["x"]=132,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/potencyofwill.png"]={["x"]=144,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png"]={["x"]=156,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/preciseinterception.png"]={["x"]=168,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heartofthepanther.png"]={["x"]=180,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=192,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=204,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/adderstouch.png"]={["x"]=216,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/cruelblade.png"]={["x"]=228,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FatalBlade.png"]={["x"]=240,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ClawNotable2.png"]={["x"]=252,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/mastersapper.png"]={["x"]=0,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/daggerpenetration.png"]={["x"]=12,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/clawsofthepride.png"]={["x"]=24,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heavydraw.png"]={["x"]=36,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deadlydraw.png"]={["x"]=48,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/kingofthehill.png"]={["x"]=60,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/masterfletcher.png"]={["x"]=72,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/totemicmastery.png"]={["x"]=84,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ProjectilesNotable.png"]={["x"]=96,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=108,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=120,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newevadepercentage.png"]={["x"]=132,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png"]={["x"]=144,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png"]={["x"]=156,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arcaneefficiency.png"]={["x"]=168,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=180,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArcaneSeal.png"]={["x"]=192,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/HeartoftheOak.png"]={["x"]=204,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/animalspirit.png"]={["x"]=216,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DruidicRite.png"]={["x"]=228,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/quickstep.png"]={["x"]=240,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/diamondskin.png"]={["x"]=252,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png"]={["x"]=0,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/bladebarrier.png"]={["x"]=12,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackBlindNotable.png"]={["x"]=24,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=36,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newcolddamage.png"]={["x"]=48,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png"]={["x"]=60,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/perfectaim.png"]={["x"]=72,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/furybolts.png"]={["x"]=84,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FortifyNotable2.png"]={["x"]=96,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heartofthegladiator.png"]={["x"]=108,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/precision.png"]={["x"]=120,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=132,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/CommandofSteel.png"]={["x"]=144,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heartseeker.png"]={["x"]=156,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png"]={["x"]=168,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/executioner.png"]={["x"]=180,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png"]={["x"]=192,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png"]={["x"]=204,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png"]={["x"]=216,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png"]={["x"]=228,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png"]={["x"]=240,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heartpierce.png"]={["x"]=252,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/HeartandSoul.png"]={["x"]=0,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=12,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deadlyprecision.png"]={["x"]=24,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SwordNotable2.png"]={["x"]=36,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/catalyse.png"]={["x"]=48,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/elementalist.png"]={["x"]=60,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LightOfDivinity.png"]={["x"]=72,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BattleRouse.png"]={["x"]=84,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SpiritualCommand.png"]={["x"]=96,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/oxblood.png"]={["x"]=108,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SoulSiphoning.png"]={["x"]=120,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deepwisdom.png"]={["x"]=132,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=144,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MaceNotable1.png"]={["x"]=156,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png"]={["x"]=168,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png"]={["x"]=180,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png"]={["x"]=192,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png"]={["x"]=204,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png"]={["x"]=216,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png"]={["x"]=228,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png"]={["x"]=240,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png"]={["x"]=252,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=0,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DaggerNotable2.png"]={["x"]=12,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=24,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png"]={["x"]=36,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png"]={["x"]=48,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SwordNotable1.png"]={["x"]=60,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png"]={["x"]=72,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/RighteousArmy.png"]={["x"]=84,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Redemption.png"]={["x"]=96,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SpiritualAid.png"]={["x"]=108,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/Int.png"]={["x"]=120,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png"]={["x"]=132,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png"]={["x"]=144,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png"]={["x"]=156,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png"]={["x"]=168,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png"]={["x"]=180,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png"]={["x"]=192,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png"]={["x"]=204,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png"]={["x"]=216,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Meleerange.png"]={["x"]=228,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newnewattackspeed.png"]={["x"]=240,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=252,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newtitanicmight.png"]={["x"]=0,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DualWieldNotable.png"]={["x"]=12,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArcaneReaping.png"]={["x"]=24,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=36,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Brand4.png"]={["x"]=48,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/savant.png"]={["x"]=60,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffNotable.png"]={["x"]=72,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ElementalDominion2.png"]={["x"]=84,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png"]={["x"]=96,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ImpaleNotable2.png"]={["x"]=108,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png"]={["x"]=120,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png"]={["x"]=132,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png"]={["x"]=144,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png"]={["x"]=156,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png"]={["x"]=168,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png"]={["x"]=180,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png"]={["x"]=192,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/highexplosives.png"]={["x"]=204,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/cleverconstruction.png"]={["x"]=216,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=228,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/revengeofthehunted.png"]={["x"]=240,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png"]={["x"]=252,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ShieldNotable.png"]={["x"]=0,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png"]={["x"]=12,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png"]={["x"]=24,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PierceNoteable.png"]={["x"]=36,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/expeditiousmunitions.png"]={["x"]=48,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SkitteringRunes.png"]={["x"]=60,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffNotable1.png"]={["x"]=72,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Coordination.png"]={["x"]=84,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png"]={["x"]=96,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Shaper.png"]={["x"]=108,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Retribution.png"]={["x"]=120,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SoulPact.png"]={["x"]=132,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LethalAssault.png"]={["x"]=144,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Resourcefulness.png"]={["x"]=156,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=168,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/finesse.png"]={["x"]=180,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newincreasedcritical.png"]={["x"]=192,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/saboteur.png"]={["x"]=204,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ElementalFocus.png"]={["x"]=216,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MethodMadess.png"]={["x"]=228,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/berserking.png"]={["x"]=240,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/scissorblades.png"]={["x"]=252,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png"]={["x"]=0,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png"]={["x"]=12,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png"]={["x"]=24,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png"]={["x"]=36,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png"]={["x"]=48,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png"]={["x"]=60,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/Blitz.png"]={["x"]=72,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/doomcast.png"]={["x"]=84,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/mentalacuity.png"]={["x"]=96,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/swashbuckler.png"]={["x"]=108,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Entropy.png"]={["x"]=120,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png"]={["x"]=132,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/legendaryswordsman.png"]={["x"]=144,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/golemsblood.png"]={["x"]=156,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/IgnorePain.png"]={["x"]=168,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Survivalist.png"]={["x"]=180,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MaceNotable3.png"]={["x"]=192,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/WritteninBlood.png"]={["x"]=204,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ChaoticPotential.png"]={["x"]=216,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/shieldwall.png"]={["x"]=228,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png"]={["x"]=240,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png"]={["x"]=252,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/sovereignty.png"]={["x"]=0,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/authority.png"]={["x"]=12,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/influence.png"]={["x"]=24,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/leadership.png"]={["x"]=36,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion.png"]={["x"]=48,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png"]={["x"]=60,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffNotable3.png"]={["x"]=72,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=84,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ForceOfNature.png"]={["x"]=96,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png"]={["x"]=108,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png"]={["x"]=120,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png"]={["x"]=132,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png"]={["x"]=144,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png"]={["x"]=156,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png"]={["x"]=168,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png"]={["x"]=180,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/TrueStriker.png"]={["x"]=192,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/serpentstance.png"]={["x"]=204,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png"]={["x"]=216,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png"]={["x"]=228,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png"]={["x"]=240,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png"]={["x"]=252,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png"]={["x"]=0,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png"]={["x"]=12,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png"]={["x"]=24,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/shamsnisticfury.png"]={["x"]=36,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/totemiczeal.png"]={["x"]=48,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/volitilemines.png"]={["x"]=60,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png"]={["x"]=72,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Sentinel.png"]={["x"]=84,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arcaneradience.png"]={["x"]=96,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/WordsOfGlory.png"]={["x"]=108,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Storm Weaver.png"]={["x"]=120,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trap.png"]={["x"]=132,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ashfrostandstorm.png"]={["x"]=144,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ProfaneChemistry.png"]={["x"]=156,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MasterofForce.png"]={["x"]=168,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/HiredKiller2.png"]={["x"]=180,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/melding.png"]={["x"]=192,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/CelestialPunishment.png"]={["x"]=204,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=216,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=228,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Unrelenting.png"]={["x"]=240,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ShrugOff.png"]={["x"]=252,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png"]={["x"]=0,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png"]={["x"]=12,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png"]={["x"]=24,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png"]={["x"]=36,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png"]={["x"]=48,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png"]={["x"]=60,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png"]={["x"]=72,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png"]={["x"]=84,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png"]={["x"]=96,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png"]={["x"]=108,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png"]={["x"]=120,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png"]={["x"]=132,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png"]={["x"]=144,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png"]={["x"]=156,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png"]={["x"]=168,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png"]={["x"]=180,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png"]={["x"]=192,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png"]={["x"]=204,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png"]={["x"]=216,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png"]={["x"]=228,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png"]={["x"]=240,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png"]={["x"]=252,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png"]={["x"]=0,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png"]={["x"]=12,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png"]={["x"]=24,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png"]={["x"]=36,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png"]={["x"]=48,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png"]={["x"]=60,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png"]={["x"]=72,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png"]={["x"]=84,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png"]={["x"]=96,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png"]={["x"]=108,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png"]={["x"]=120,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png"]={["x"]=132,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png"]={["x"]=144,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png"]={["x"]=156,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png"]={["x"]=168,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png"]={["x"]=180,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png"]={["x"]=192,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png"]={["x"]=204,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png"]={["x"]=216,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png"]={["x"]=228,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png"]={["x"]=240,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png"]={["x"]=252,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png"]={["x"]=0,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png"]={["x"]=12,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png"]={["x"]=24,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png"]={["x"]=36,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png"]={["x"]=48,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png"]={["x"]=60,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png"]={["x"]=72,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/Fortitude.png"]={["x"]=84,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/Unstopable.png"]={["x"]=96,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/Conqueror.png"]={["x"]=108,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png"]={["x"]=120,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/Inpirational.png"]={["x"]=132,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png"]={["x"]=144,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png"]={["x"]=156,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png"]={["x"]=168,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png"]={["x"]=180,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png"]={["x"]=192,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png"]={["x"]=204,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png"]={["x"]=216,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/Dex.png"]={["x"]=228,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/Str.png"]={["x"]=240,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/GrowthandDecay.png"]={["x"]=252,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ChaosDamage2.png"]={["x"]=0,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png"]={["x"]=12,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trap2.png"]={["x"]=24,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MineTrap.png"]={["x"]=36,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BleedPoison.png"]={["x"]=48,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Brand2.png"]={["x"]=60,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png"]={["x"]=72,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png"]={["x"]=84,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png"]={["x"]=96,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png"]={["x"]=108,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png"]={["x"]=120,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ImpaleNotable1.png"]={["x"]=132,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png"]={["x"]=144,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png"]={["x"]=156,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=168,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=180,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=192,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AxeNotable1.png"]={["x"]=204,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AxeNotable2.png"]={["x"]=216,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=228,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=240,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png"]={["x"]=252,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png"]={["x"]=0,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/GolemsNotable.png"]={["x"]=12,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png"]={["x"]=24,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png"]={["x"]=36,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png"]={["x"]=48,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png"]={["x"]=60,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DireTorment.png"]={["x"]=72,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png"]={["x"]=84,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png"]={["x"]=96,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png"]={["x"]=108,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png"]={["x"]=120,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Boomerang.png"]={["x"]=132,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Lineage.png"]={["x"]=144,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BloodPact.png"]={["x"]=156,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MindPact.png"]={["x"]=168,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DarkestHour.png"]={["x"]=180,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FireAilment.png"]={["x"]=192,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LightingAilment.png"]={["x"]=204,["y"]=330,["w"]=12,["h"]=12}}},{["filename"]="skills-disabled-1.jpg?20721b2ceca97d5334b9843738ec5781",["coords"]={["Art/2DArt/SkillIcons/passives/lavalash.png"]={["x"]=0,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AspectoftheEagle.png"]={["x"]=21,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MartialExperience.png"]={["x"]=42,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minddrinker.png"]={["x"]=63,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=84,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/titanicmight.png"]={["x"]=105,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/barricade.png"]={["x"]=126,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/butchery.png"]={["x"]=147,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/strongarm.png"]={["x"]=168,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/wreckingball.png"]={["x"]=189,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/reaver.png"]={["x"]=210,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png"]={["x"]=231,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png"]={["x"]=252,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/Headman.png"]={["x"]=273,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png"]={["x"]=294,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png"]={["x"]=315,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/Impact.png"]={["x"]=336,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/Charges.png"]={["x"]=357,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/whirlingstaff.png"]={["x"]=378,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stunstaff.png"]={["x"]=399,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffCrit.png"]={["x"]=420,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/armourmastery.png"]={["x"]=441,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=0,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Unwavering.png"]={["x"]=21,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ironwoodtotem.png"]={["x"]=42,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png"]={["x"]=63,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png"]={["x"]=84,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Retaliation.png"]={["x"]=105,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blademaster.png"]={["x"]=126,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/razorsedge.png"]={["x"]=147,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/wandslingersprowess.png"]={["x"]=168,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/skullcracking.png"]={["x"]=189,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=210,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BloodyBludgeon.png"]={["x"]=231,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=252,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ambidexterity.png"]={["x"]=273,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=294,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Annihilation.png"]={["x"]=315,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/galvanichammer.png"]={["x"]=336,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MaceNotable2.png"]={["x"]=357,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BloodSiphon.png"]={["x"]=378,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/soulsyphon.png"]={["x"]=399,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=420,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/fellingtheweak.png"]={["x"]=441,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/hatchetmaster.png"]={["x"]=0,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/swagger.png"]={["x"]=21,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/fending.png"]={["x"]=42,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=63,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/cleavage.png"]={["x"]=84,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=105,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BreathofLightening2.png"]={["x"]=126,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/borntofight.png"]={["x"]=147,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/manaconduit.png"]={["x"]=168,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=189,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stormborn.png"]={["x"]=210,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/flameborn.png"]={["x"]=231,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/frostborn.png"]={["x"]=252,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/eagletalons.png"]={["x"]=273,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/soulraker.png"]={["x"]=294,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ClawNotable1.png"]={["x"]=315,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Warrior.png"]={["x"]=336,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Constitution.png"]={["x"]=357,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png"]={["x"]=378,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trollblood.png"]={["x"]=399,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Revelry.png"]={["x"]=420,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png"]={["x"]=441,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/fussilade.png"]={["x"]=0,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/elderpower.png"]={["x"]=21,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=42,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blademistress.png"]={["x"]=63,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png"]={["x"]=84,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Dynamo.png"]={["x"]=105,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LustforCarnage.png"]={["x"]=126,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Righteous Decree.png"]={["x"]=147,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Battlecry.png"]={["x"]=168,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/eagleeye.png"]={["x"]=189,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/hammerblows.png"]={["x"]=210,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNotable2.png"]={["x"]=231,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifeleechimmunity.png"]={["x"]=252,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FortifyNotable1.png"]={["x"]=273,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaandCurses.png"]={["x"]=294,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StunMastery.png"]={["x"]=315,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/nightstalker.png"]={["x"]=336,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Harrier.png"]={["x"]=357,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaFlasksOften.png"]={["x"]=378,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/CombatStamina.png"]={["x"]=399,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/staticshield.png"]={["x"]=420,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/foresight.png"]={["x"]=441,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inspiration.png"]={["x"]=0,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/icebite.png"]={["x"]=21,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/grace.png"]={["x"]=42,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeAoENotable.png"]={["x"]=63,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/sparkingattacks.png"]={["x"]=84,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/TempestBlast.png"]={["x"]=105,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/CombatFocusNotable.png"]={["x"]=126,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SearingHeat.png"]={["x"]=147,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deathattunement.png"]={["x"]=168,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/flaying.png"]={["x"]=189,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DaggerNotable1.png"]={["x"]=210,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=231,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hunter.png"]={["x"]=252,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/graveintentions.png"]={["x"]=273,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/graveexpectations.png"]={["x"]=294,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png"]={["x"]=315,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lordofthedead.png"]={["x"]=336,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/gravepact.png"]={["x"]=357,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arcane focus.png"]={["x"]=378,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArcaneChemistry.png"]={["x"]=399,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/bodysoul.png"]={["x"]=420,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png"]={["x"]=441,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png"]={["x"]=0,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/breathofrime.png"]={["x"]=21,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/hellfire.png"]={["x"]=42,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BreathofFlames2.png"]={["x"]=63,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arsonist.png"]={["x"]=84,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeFireNotable.png"]={["x"]=105,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EssenceSurge.png"]={["x"]=126,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SavantPath.png"]={["x"]=147,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/iceheart.png"]={["x"]=168,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BreathofRime2.png"]={["x"]=189,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newenergyshield.png"]={["x"]=210,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/pyromaniac.png"]={["x"]=231,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arcanepotency.png"]={["x"]=252,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/amplify.png"]={["x"]=273,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deepthoughts.png"]={["x"]=294,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/thickskin.png"]={["x"]=315,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/QuickRecovery.png"]={["x"]=336,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png"]={["x"]=357,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png"]={["x"]=378,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/Ambush.png"]={["x"]=399,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png"]={["x"]=420,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png"]={["x"]=441,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png"]={["x"]=0,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/Elusive.png"]={["x"]=21,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Dreamer.png"]={["x"]=42,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png"]={["x"]=63,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/throatseeker.png"]={["x"]=84,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/nimbleness.png"]={["x"]=105,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ConcentrationNotable.png"]={["x"]=126,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MentalRapidity.png"]={["x"]=147,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=168,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PowerChargeNotable.png"]={["x"]=189,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/gemini.png"]={["x"]=210,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ThrillKiller.png"]={["x"]=231,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/potencyofwill.png"]={["x"]=252,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png"]={["x"]=273,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/preciseinterception.png"]={["x"]=294,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heartofthepanther.png"]={["x"]=315,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=336,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=357,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/adderstouch.png"]={["x"]=378,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/cruelblade.png"]={["x"]=399,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FatalBlade.png"]={["x"]=420,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ClawNotable2.png"]={["x"]=441,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/mastersapper.png"]={["x"]=0,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/daggerpenetration.png"]={["x"]=21,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/clawsofthepride.png"]={["x"]=42,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heavydraw.png"]={["x"]=63,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deadlydraw.png"]={["x"]=84,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/kingofthehill.png"]={["x"]=105,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterfletcher.png"]={["x"]=126,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemicmastery.png"]={["x"]=147,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ProjectilesNotable.png"]={["x"]=168,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=189,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=210,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newevadepercentage.png"]={["x"]=231,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png"]={["x"]=252,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png"]={["x"]=273,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arcaneefficiency.png"]={["x"]=294,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=315,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArcaneSeal.png"]={["x"]=336,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HeartoftheOak.png"]={["x"]=357,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/animalspirit.png"]={["x"]=378,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DruidicRite.png"]={["x"]=399,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/quickstep.png"]={["x"]=420,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/diamondskin.png"]={["x"]=441,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png"]={["x"]=0,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/bladebarrier.png"]={["x"]=21,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackBlindNotable.png"]={["x"]=42,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=63,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newcolddamage.png"]={["x"]=84,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png"]={["x"]=105,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/perfectaim.png"]={["x"]=126,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/furybolts.png"]={["x"]=147,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FortifyNotable2.png"]={["x"]=168,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heartofthegladiator.png"]={["x"]=189,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/precision.png"]={["x"]=210,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=231,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/CommandofSteel.png"]={["x"]=252,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heartseeker.png"]={["x"]=273,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png"]={["x"]=294,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/executioner.png"]={["x"]=315,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png"]={["x"]=336,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png"]={["x"]=357,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png"]={["x"]=378,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png"]={["x"]=399,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png"]={["x"]=420,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heartpierce.png"]={["x"]=441,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HeartandSoul.png"]={["x"]=0,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=21,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deadlyprecision.png"]={["x"]=42,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SwordNotable2.png"]={["x"]=63,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/catalyse.png"]={["x"]=84,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/elementalist.png"]={["x"]=105,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LightOfDivinity.png"]={["x"]=126,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BattleRouse.png"]={["x"]=147,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SpiritualCommand.png"]={["x"]=168,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/oxblood.png"]={["x"]=189,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SoulSiphoning.png"]={["x"]=210,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deepwisdom.png"]={["x"]=231,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=252,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MaceNotable1.png"]={["x"]=273,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png"]={["x"]=294,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png"]={["x"]=315,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png"]={["x"]=336,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png"]={["x"]=357,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png"]={["x"]=378,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png"]={["x"]=399,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png"]={["x"]=420,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png"]={["x"]=441,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=0,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DaggerNotable2.png"]={["x"]=21,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=42,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png"]={["x"]=63,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png"]={["x"]=84,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SwordNotable1.png"]={["x"]=105,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png"]={["x"]=126,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RighteousArmy.png"]={["x"]=147,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Redemption.png"]={["x"]=168,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SpiritualAid.png"]={["x"]=189,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Int.png"]={["x"]=210,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png"]={["x"]=231,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png"]={["x"]=252,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png"]={["x"]=273,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png"]={["x"]=294,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png"]={["x"]=315,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png"]={["x"]=336,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png"]={["x"]=357,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png"]={["x"]=378,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Meleerange.png"]={["x"]=399,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newnewattackspeed.png"]={["x"]=420,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=441,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newtitanicmight.png"]={["x"]=0,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DualWieldNotable.png"]={["x"]=21,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArcaneReaping.png"]={["x"]=42,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=63,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Brand4.png"]={["x"]=84,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/savant.png"]={["x"]=105,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNotable.png"]={["x"]=126,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ElementalDominion2.png"]={["x"]=147,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png"]={["x"]=168,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ImpaleNotable2.png"]={["x"]=189,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png"]={["x"]=210,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png"]={["x"]=231,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png"]={["x"]=252,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png"]={["x"]=273,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png"]={["x"]=294,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png"]={["x"]=315,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png"]={["x"]=336,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/highexplosives.png"]={["x"]=357,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/cleverconstruction.png"]={["x"]=378,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=399,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/revengeofthehunted.png"]={["x"]=420,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png"]={["x"]=441,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShieldNotable.png"]={["x"]=0,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png"]={["x"]=21,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png"]={["x"]=42,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PierceNoteable.png"]={["x"]=63,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/expeditiousmunitions.png"]={["x"]=84,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SkitteringRunes.png"]={["x"]=105,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNotable1.png"]={["x"]=126,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Coordination.png"]={["x"]=147,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png"]={["x"]=168,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Shaper.png"]={["x"]=189,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Retribution.png"]={["x"]=210,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SoulPact.png"]={["x"]=231,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LethalAssault.png"]={["x"]=252,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Resourcefulness.png"]={["x"]=273,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=294,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/finesse.png"]={["x"]=315,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newincreasedcritical.png"]={["x"]=336,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/saboteur.png"]={["x"]=357,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ElementalFocus.png"]={["x"]=378,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MethodMadess.png"]={["x"]=399,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/berserking.png"]={["x"]=420,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/scissorblades.png"]={["x"]=441,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png"]={["x"]=0,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png"]={["x"]=21,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png"]={["x"]=42,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png"]={["x"]=63,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png"]={["x"]=84,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png"]={["x"]=105,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/Blitz.png"]={["x"]=126,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/doomcast.png"]={["x"]=147,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/mentalacuity.png"]={["x"]=168,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/swashbuckler.png"]={["x"]=189,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Entropy.png"]={["x"]=210,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png"]={["x"]=231,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/legendaryswordsman.png"]={["x"]=252,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/golemsblood.png"]={["x"]=273,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/IgnorePain.png"]={["x"]=294,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Survivalist.png"]={["x"]=315,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MaceNotable3.png"]={["x"]=336,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WritteninBlood.png"]={["x"]=357,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChaoticPotential.png"]={["x"]=378,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/shieldwall.png"]={["x"]=399,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png"]={["x"]=420,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png"]={["x"]=441,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/sovereignty.png"]={["x"]=0,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/authority.png"]={["x"]=21,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/influence.png"]={["x"]=42,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/leadership.png"]={["x"]=63,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion.png"]={["x"]=84,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png"]={["x"]=105,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNotable3.png"]={["x"]=126,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=147,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ForceOfNature.png"]={["x"]=168,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png"]={["x"]=189,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png"]={["x"]=210,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png"]={["x"]=231,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png"]={["x"]=252,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png"]={["x"]=273,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png"]={["x"]=294,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png"]={["x"]=315,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/TrueStriker.png"]={["x"]=336,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/serpentstance.png"]={["x"]=357,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png"]={["x"]=378,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png"]={["x"]=399,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png"]={["x"]=420,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png"]={["x"]=441,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png"]={["x"]=0,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png"]={["x"]=21,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png"]={["x"]=42,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/shamsnisticfury.png"]={["x"]=63,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemiczeal.png"]={["x"]=84,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/volitilemines.png"]={["x"]=105,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png"]={["x"]=126,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Sentinel.png"]={["x"]=147,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arcaneradience.png"]={["x"]=168,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WordsOfGlory.png"]={["x"]=189,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Storm Weaver.png"]={["x"]=210,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trap.png"]={["x"]=231,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ashfrostandstorm.png"]={["x"]=252,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ProfaneChemistry.png"]={["x"]=273,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MasterofForce.png"]={["x"]=294,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HiredKiller2.png"]={["x"]=315,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/melding.png"]={["x"]=336,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/CelestialPunishment.png"]={["x"]=357,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=378,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=399,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Unrelenting.png"]={["x"]=420,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShrugOff.png"]={["x"]=441,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png"]={["x"]=0,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png"]={["x"]=21,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png"]={["x"]=42,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png"]={["x"]=63,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png"]={["x"]=84,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png"]={["x"]=105,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png"]={["x"]=126,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png"]={["x"]=147,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png"]={["x"]=168,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png"]={["x"]=189,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png"]={["x"]=210,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png"]={["x"]=231,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png"]={["x"]=252,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png"]={["x"]=273,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png"]={["x"]=294,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png"]={["x"]=315,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png"]={["x"]=336,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png"]={["x"]=357,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png"]={["x"]=378,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png"]={["x"]=399,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png"]={["x"]=420,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png"]={["x"]=441,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png"]={["x"]=0,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png"]={["x"]=21,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png"]={["x"]=42,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png"]={["x"]=63,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png"]={["x"]=84,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png"]={["x"]=105,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png"]={["x"]=126,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png"]={["x"]=147,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png"]={["x"]=168,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png"]={["x"]=189,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png"]={["x"]=210,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png"]={["x"]=231,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png"]={["x"]=252,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png"]={["x"]=273,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png"]={["x"]=294,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png"]={["x"]=315,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png"]={["x"]=336,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png"]={["x"]=357,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png"]={["x"]=378,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png"]={["x"]=399,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png"]={["x"]=420,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png"]={["x"]=441,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png"]={["x"]=0,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png"]={["x"]=21,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png"]={["x"]=42,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png"]={["x"]=63,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png"]={["x"]=84,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png"]={["x"]=105,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png"]={["x"]=126,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/Fortitude.png"]={["x"]=147,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/Unstopable.png"]={["x"]=168,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/Conqueror.png"]={["x"]=189,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png"]={["x"]=210,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/Inpirational.png"]={["x"]=231,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png"]={["x"]=252,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png"]={["x"]=273,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png"]={["x"]=294,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png"]={["x"]=315,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png"]={["x"]=336,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png"]={["x"]=357,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png"]={["x"]=378,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Dex.png"]={["x"]=399,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Str.png"]={["x"]=420,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/GrowthandDecay.png"]={["x"]=441,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChaosDamage2.png"]={["x"]=0,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png"]={["x"]=21,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trap2.png"]={["x"]=42,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineTrap.png"]={["x"]=63,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BleedPoison.png"]={["x"]=84,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Brand2.png"]={["x"]=105,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png"]={["x"]=126,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png"]={["x"]=147,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png"]={["x"]=168,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png"]={["x"]=189,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png"]={["x"]=210,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ImpaleNotable1.png"]={["x"]=231,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png"]={["x"]=252,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png"]={["x"]=273,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=294,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=315,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=336,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AxeNotable1.png"]={["x"]=357,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AxeNotable2.png"]={["x"]=378,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=399,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=420,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png"]={["x"]=441,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png"]={["x"]=0,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/GolemsNotable.png"]={["x"]=21,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png"]={["x"]=42,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png"]={["x"]=63,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png"]={["x"]=84,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png"]={["x"]=105,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DireTorment.png"]={["x"]=126,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png"]={["x"]=147,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png"]={["x"]=168,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png"]={["x"]=189,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png"]={["x"]=210,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Boomerang.png"]={["x"]=231,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Lineage.png"]={["x"]=252,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BloodPact.png"]={["x"]=273,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MindPact.png"]={["x"]=294,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DarkestHour.png"]={["x"]=315,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FireAilment.png"]={["x"]=336,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LightingAilment.png"]={["x"]=357,["y"]=570,["w"]=21,["h"]=21}}},{["filename"]="skills-disabled-2.jpg?64b1e6e76f0839738a38eff6db484a64",["coords"]={["Art/2DArt/SkillIcons/passives/lavalash.png"]={["x"]=0,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AspectoftheEagle.png"]={["x"]=29,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MartialExperience.png"]={["x"]=58,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/minddrinker.png"]={["x"]=87,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=116,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/titanicmight.png"]={["x"]=145,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/barricade.png"]={["x"]=174,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/butchery.png"]={["x"]=203,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/strongarm.png"]={["x"]=232,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/wreckingball.png"]={["x"]=261,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/reaver.png"]={["x"]=290,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png"]={["x"]=319,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png"]={["x"]=348,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/Headman.png"]={["x"]=377,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png"]={["x"]=406,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png"]={["x"]=435,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/Impact.png"]={["x"]=464,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/Charges.png"]={["x"]=493,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/whirlingstaff.png"]={["x"]=522,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/stunstaff.png"]={["x"]=551,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffCrit.png"]={["x"]=580,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/armourmastery.png"]={["x"]=609,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=0,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Unwavering.png"]={["x"]=29,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ironwoodtotem.png"]={["x"]=58,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png"]={["x"]=87,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png"]={["x"]=116,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Retaliation.png"]={["x"]=145,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/blademaster.png"]={["x"]=174,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/razorsedge.png"]={["x"]=203,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/wandslingersprowess.png"]={["x"]=232,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/skullcracking.png"]={["x"]=261,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=290,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BloodyBludgeon.png"]={["x"]=319,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=348,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ambidexterity.png"]={["x"]=377,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=406,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Annihilation.png"]={["x"]=435,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/galvanichammer.png"]={["x"]=464,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MaceNotable2.png"]={["x"]=493,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BloodSiphon.png"]={["x"]=522,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/soulsyphon.png"]={["x"]=551,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=580,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/fellingtheweak.png"]={["x"]=609,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/hatchetmaster.png"]={["x"]=0,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/swagger.png"]={["x"]=29,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/fending.png"]={["x"]=58,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=87,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/cleavage.png"]={["x"]=116,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=145,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BreathofLightening2.png"]={["x"]=174,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/borntofight.png"]={["x"]=203,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/manaconduit.png"]={["x"]=232,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=261,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/stormborn.png"]={["x"]=290,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/flameborn.png"]={["x"]=319,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/frostborn.png"]={["x"]=348,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/eagletalons.png"]={["x"]=377,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/soulraker.png"]={["x"]=406,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ClawNotable1.png"]={["x"]=435,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Warrior.png"]={["x"]=464,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Constitution.png"]={["x"]=493,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png"]={["x"]=522,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/trollblood.png"]={["x"]=551,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Revelry.png"]={["x"]=580,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png"]={["x"]=609,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/fussilade.png"]={["x"]=0,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/elderpower.png"]={["x"]=29,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=58,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/blademistress.png"]={["x"]=87,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png"]={["x"]=116,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Dynamo.png"]={["x"]=145,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LustforCarnage.png"]={["x"]=174,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Righteous Decree.png"]={["x"]=203,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Battlecry.png"]={["x"]=232,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/eagleeye.png"]={["x"]=261,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/hammerblows.png"]={["x"]=290,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffNotable2.png"]={["x"]=319,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/lifeleechimmunity.png"]={["x"]=348,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FortifyNotable1.png"]={["x"]=377,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaandCurses.png"]={["x"]=406,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StunMastery.png"]={["x"]=435,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/nightstalker.png"]={["x"]=464,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Harrier.png"]={["x"]=493,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaFlasksOften.png"]={["x"]=522,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/CombatStamina.png"]={["x"]=551,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/staticshield.png"]={["x"]=580,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/foresight.png"]={["x"]=609,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inspiration.png"]={["x"]=0,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/icebite.png"]={["x"]=29,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/grace.png"]={["x"]=58,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MeleeAoENotable.png"]={["x"]=87,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/sparkingattacks.png"]={["x"]=116,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/TempestBlast.png"]={["x"]=145,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/CombatFocusNotable.png"]={["x"]=174,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SearingHeat.png"]={["x"]=203,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deathattunement.png"]={["x"]=232,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/flaying.png"]={["x"]=261,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DaggerNotable1.png"]={["x"]=290,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=319,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hunter.png"]={["x"]=348,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/graveintentions.png"]={["x"]=377,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/graveexpectations.png"]={["x"]=406,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png"]={["x"]=435,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/lordofthedead.png"]={["x"]=464,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/gravepact.png"]={["x"]=493,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arcane focus.png"]={["x"]=522,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArcaneChemistry.png"]={["x"]=551,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/bodysoul.png"]={["x"]=580,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png"]={["x"]=609,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png"]={["x"]=0,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/breathofrime.png"]={["x"]=29,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/hellfire.png"]={["x"]=58,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BreathofFlames2.png"]={["x"]=87,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arsonist.png"]={["x"]=116,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MeleeFireNotable.png"]={["x"]=145,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EssenceSurge.png"]={["x"]=174,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SavantPath.png"]={["x"]=203,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/iceheart.png"]={["x"]=232,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BreathofRime2.png"]={["x"]=261,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newenergyshield.png"]={["x"]=290,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/pyromaniac.png"]={["x"]=319,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arcanepotency.png"]={["x"]=348,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/amplify.png"]={["x"]=377,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deepthoughts.png"]={["x"]=406,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/thickskin.png"]={["x"]=435,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/QuickRecovery.png"]={["x"]=464,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png"]={["x"]=493,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png"]={["x"]=522,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/Ambush.png"]={["x"]=551,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png"]={["x"]=580,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png"]={["x"]=609,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png"]={["x"]=0,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/Elusive.png"]={["x"]=29,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Dreamer.png"]={["x"]=58,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png"]={["x"]=87,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/throatseeker.png"]={["x"]=116,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/nimbleness.png"]={["x"]=145,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ConcentrationNotable.png"]={["x"]=174,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MentalRapidity.png"]={["x"]=203,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=232,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PowerChargeNotable.png"]={["x"]=261,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/gemini.png"]={["x"]=290,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ThrillKiller.png"]={["x"]=319,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/potencyofwill.png"]={["x"]=348,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png"]={["x"]=377,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/preciseinterception.png"]={["x"]=406,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heartofthepanther.png"]={["x"]=435,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=464,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=493,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/adderstouch.png"]={["x"]=522,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/cruelblade.png"]={["x"]=551,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FatalBlade.png"]={["x"]=580,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ClawNotable2.png"]={["x"]=609,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/mastersapper.png"]={["x"]=0,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/daggerpenetration.png"]={["x"]=29,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/clawsofthepride.png"]={["x"]=58,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heavydraw.png"]={["x"]=87,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deadlydraw.png"]={["x"]=116,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/kingofthehill.png"]={["x"]=145,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/masterfletcher.png"]={["x"]=174,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/totemicmastery.png"]={["x"]=203,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ProjectilesNotable.png"]={["x"]=232,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=261,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=290,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newevadepercentage.png"]={["x"]=319,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png"]={["x"]=348,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png"]={["x"]=377,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arcaneefficiency.png"]={["x"]=406,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=435,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArcaneSeal.png"]={["x"]=464,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/HeartoftheOak.png"]={["x"]=493,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/animalspirit.png"]={["x"]=522,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DruidicRite.png"]={["x"]=551,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/quickstep.png"]={["x"]=580,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/diamondskin.png"]={["x"]=609,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png"]={["x"]=0,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/bladebarrier.png"]={["x"]=29,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackBlindNotable.png"]={["x"]=58,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=87,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newcolddamage.png"]={["x"]=116,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png"]={["x"]=145,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/perfectaim.png"]={["x"]=174,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/furybolts.png"]={["x"]=203,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FortifyNotable2.png"]={["x"]=232,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heartofthegladiator.png"]={["x"]=261,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/precision.png"]={["x"]=290,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=319,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/CommandofSteel.png"]={["x"]=348,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heartseeker.png"]={["x"]=377,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png"]={["x"]=406,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/executioner.png"]={["x"]=435,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png"]={["x"]=464,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png"]={["x"]=493,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png"]={["x"]=522,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png"]={["x"]=551,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png"]={["x"]=580,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heartpierce.png"]={["x"]=609,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/HeartandSoul.png"]={["x"]=0,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=29,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deadlyprecision.png"]={["x"]=58,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SwordNotable2.png"]={["x"]=87,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/catalyse.png"]={["x"]=116,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/elementalist.png"]={["x"]=145,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LightOfDivinity.png"]={["x"]=174,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BattleRouse.png"]={["x"]=203,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SpiritualCommand.png"]={["x"]=232,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/oxblood.png"]={["x"]=261,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SoulSiphoning.png"]={["x"]=290,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deepwisdom.png"]={["x"]=319,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=348,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MaceNotable1.png"]={["x"]=377,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png"]={["x"]=406,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png"]={["x"]=435,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png"]={["x"]=464,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png"]={["x"]=493,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png"]={["x"]=522,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png"]={["x"]=551,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png"]={["x"]=580,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png"]={["x"]=609,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=0,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DaggerNotable2.png"]={["x"]=29,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=58,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png"]={["x"]=87,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png"]={["x"]=116,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SwordNotable1.png"]={["x"]=145,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png"]={["x"]=174,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/RighteousArmy.png"]={["x"]=203,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Redemption.png"]={["x"]=232,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SpiritualAid.png"]={["x"]=261,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/Int.png"]={["x"]=290,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png"]={["x"]=319,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png"]={["x"]=348,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png"]={["x"]=377,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png"]={["x"]=406,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png"]={["x"]=435,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png"]={["x"]=464,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png"]={["x"]=493,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png"]={["x"]=522,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Meleerange.png"]={["x"]=551,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newnewattackspeed.png"]={["x"]=580,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=609,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newtitanicmight.png"]={["x"]=0,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DualWieldNotable.png"]={["x"]=29,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArcaneReaping.png"]={["x"]=58,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=87,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Brand4.png"]={["x"]=116,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/savant.png"]={["x"]=145,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffNotable.png"]={["x"]=174,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ElementalDominion2.png"]={["x"]=203,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png"]={["x"]=232,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ImpaleNotable2.png"]={["x"]=261,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png"]={["x"]=290,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png"]={["x"]=319,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png"]={["x"]=348,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png"]={["x"]=377,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png"]={["x"]=406,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png"]={["x"]=435,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png"]={["x"]=464,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/highexplosives.png"]={["x"]=493,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/cleverconstruction.png"]={["x"]=522,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=551,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/revengeofthehunted.png"]={["x"]=580,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png"]={["x"]=609,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ShieldNotable.png"]={["x"]=0,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png"]={["x"]=29,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png"]={["x"]=58,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PierceNoteable.png"]={["x"]=87,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/expeditiousmunitions.png"]={["x"]=116,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SkitteringRunes.png"]={["x"]=145,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffNotable1.png"]={["x"]=174,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Coordination.png"]={["x"]=203,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png"]={["x"]=232,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Shaper.png"]={["x"]=261,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Retribution.png"]={["x"]=290,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SoulPact.png"]={["x"]=319,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LethalAssault.png"]={["x"]=348,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Resourcefulness.png"]={["x"]=377,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=406,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/finesse.png"]={["x"]=435,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newincreasedcritical.png"]={["x"]=464,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/saboteur.png"]={["x"]=493,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ElementalFocus.png"]={["x"]=522,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MethodMadess.png"]={["x"]=551,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/berserking.png"]={["x"]=580,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/scissorblades.png"]={["x"]=609,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png"]={["x"]=0,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png"]={["x"]=29,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png"]={["x"]=58,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png"]={["x"]=87,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png"]={["x"]=116,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png"]={["x"]=145,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/Blitz.png"]={["x"]=174,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/doomcast.png"]={["x"]=203,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/mentalacuity.png"]={["x"]=232,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/swashbuckler.png"]={["x"]=261,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Entropy.png"]={["x"]=290,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png"]={["x"]=319,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/legendaryswordsman.png"]={["x"]=348,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/golemsblood.png"]={["x"]=377,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/IgnorePain.png"]={["x"]=406,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Survivalist.png"]={["x"]=435,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MaceNotable3.png"]={["x"]=464,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/WritteninBlood.png"]={["x"]=493,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ChaoticPotential.png"]={["x"]=522,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/shieldwall.png"]={["x"]=551,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png"]={["x"]=580,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png"]={["x"]=609,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/sovereignty.png"]={["x"]=0,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/authority.png"]={["x"]=29,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/influence.png"]={["x"]=58,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/leadership.png"]={["x"]=87,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion.png"]={["x"]=116,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png"]={["x"]=145,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffNotable3.png"]={["x"]=174,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=203,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ForceOfNature.png"]={["x"]=232,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png"]={["x"]=261,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png"]={["x"]=290,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png"]={["x"]=319,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png"]={["x"]=348,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png"]={["x"]=377,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png"]={["x"]=406,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png"]={["x"]=435,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/TrueStriker.png"]={["x"]=464,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/serpentstance.png"]={["x"]=493,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png"]={["x"]=522,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png"]={["x"]=551,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png"]={["x"]=580,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png"]={["x"]=609,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png"]={["x"]=0,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png"]={["x"]=29,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png"]={["x"]=58,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/shamsnisticfury.png"]={["x"]=87,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/totemiczeal.png"]={["x"]=116,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/volitilemines.png"]={["x"]=145,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png"]={["x"]=174,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Sentinel.png"]={["x"]=203,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arcaneradience.png"]={["x"]=232,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/WordsOfGlory.png"]={["x"]=261,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Storm Weaver.png"]={["x"]=290,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trap.png"]={["x"]=319,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ashfrostandstorm.png"]={["x"]=348,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ProfaneChemistry.png"]={["x"]=377,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MasterofForce.png"]={["x"]=406,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/HiredKiller2.png"]={["x"]=435,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/melding.png"]={["x"]=464,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/CelestialPunishment.png"]={["x"]=493,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=522,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=551,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Unrelenting.png"]={["x"]=580,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ShrugOff.png"]={["x"]=609,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png"]={["x"]=0,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png"]={["x"]=29,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png"]={["x"]=58,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png"]={["x"]=87,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png"]={["x"]=116,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png"]={["x"]=145,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png"]={["x"]=174,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png"]={["x"]=203,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png"]={["x"]=232,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png"]={["x"]=261,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png"]={["x"]=290,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png"]={["x"]=319,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png"]={["x"]=348,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png"]={["x"]=377,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png"]={["x"]=406,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png"]={["x"]=435,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png"]={["x"]=464,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png"]={["x"]=493,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png"]={["x"]=522,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png"]={["x"]=551,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png"]={["x"]=580,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png"]={["x"]=609,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png"]={["x"]=0,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png"]={["x"]=29,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png"]={["x"]=58,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png"]={["x"]=87,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png"]={["x"]=116,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png"]={["x"]=145,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png"]={["x"]=174,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png"]={["x"]=203,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png"]={["x"]=232,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png"]={["x"]=261,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png"]={["x"]=290,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png"]={["x"]=319,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png"]={["x"]=348,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png"]={["x"]=377,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png"]={["x"]=406,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png"]={["x"]=435,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png"]={["x"]=464,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png"]={["x"]=493,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png"]={["x"]=522,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png"]={["x"]=551,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png"]={["x"]=580,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png"]={["x"]=609,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png"]={["x"]=0,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png"]={["x"]=29,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png"]={["x"]=58,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png"]={["x"]=87,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png"]={["x"]=116,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png"]={["x"]=145,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png"]={["x"]=174,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/Fortitude.png"]={["x"]=203,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/Unstopable.png"]={["x"]=232,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/Conqueror.png"]={["x"]=261,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png"]={["x"]=290,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/Inpirational.png"]={["x"]=319,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png"]={["x"]=348,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png"]={["x"]=377,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png"]={["x"]=406,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png"]={["x"]=435,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png"]={["x"]=464,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png"]={["x"]=493,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png"]={["x"]=522,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/Dex.png"]={["x"]=551,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/Str.png"]={["x"]=580,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/GrowthandDecay.png"]={["x"]=609,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ChaosDamage2.png"]={["x"]=0,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png"]={["x"]=29,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trap2.png"]={["x"]=58,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MineTrap.png"]={["x"]=87,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BleedPoison.png"]={["x"]=116,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Brand2.png"]={["x"]=145,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png"]={["x"]=174,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png"]={["x"]=203,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png"]={["x"]=232,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png"]={["x"]=261,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png"]={["x"]=290,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ImpaleNotable1.png"]={["x"]=319,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png"]={["x"]=348,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png"]={["x"]=377,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=406,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=435,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=464,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AxeNotable1.png"]={["x"]=493,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AxeNotable2.png"]={["x"]=522,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=551,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=580,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png"]={["x"]=609,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png"]={["x"]=0,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/GolemsNotable.png"]={["x"]=29,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png"]={["x"]=58,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png"]={["x"]=87,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png"]={["x"]=116,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png"]={["x"]=145,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DireTorment.png"]={["x"]=174,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png"]={["x"]=203,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png"]={["x"]=232,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png"]={["x"]=261,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png"]={["x"]=290,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Boomerang.png"]={["x"]=319,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Lineage.png"]={["x"]=348,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BloodPact.png"]={["x"]=377,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MindPact.png"]={["x"]=406,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DarkestHour.png"]={["x"]=435,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FireAilment.png"]={["x"]=464,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LightingAilment.png"]={["x"]=493,["y"]=790,["w"]=29,["h"]=29}}},{["filename"]="skills-disabled-3.jpg?c21e5419e79ef23f7871b519fec75819",["coords"]={["Art/2DArt/SkillIcons/passives/lavalash.png"]={["x"]=0,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AspectoftheEagle.png"]={["x"]=38,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MartialExperience.png"]={["x"]=76,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/minddrinker.png"]={["x"]=114,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=152,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/titanicmight.png"]={["x"]=190,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/barricade.png"]={["x"]=228,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/butchery.png"]={["x"]=266,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/strongarm.png"]={["x"]=304,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/wreckingball.png"]={["x"]=342,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/reaver.png"]={["x"]=380,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png"]={["x"]=418,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png"]={["x"]=456,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/Headman.png"]={["x"]=494,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png"]={["x"]=532,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png"]={["x"]=570,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/Impact.png"]={["x"]=608,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/Charges.png"]={["x"]=646,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/whirlingstaff.png"]={["x"]=684,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/stunstaff.png"]={["x"]=722,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffCrit.png"]={["x"]=760,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/armourmastery.png"]={["x"]=798,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=0,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Unwavering.png"]={["x"]=38,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ironwoodtotem.png"]={["x"]=76,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png"]={["x"]=114,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png"]={["x"]=152,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Retaliation.png"]={["x"]=190,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/blademaster.png"]={["x"]=228,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/razorsedge.png"]={["x"]=266,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/wandslingersprowess.png"]={["x"]=304,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/skullcracking.png"]={["x"]=342,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=380,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BloodyBludgeon.png"]={["x"]=418,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=456,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ambidexterity.png"]={["x"]=494,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=532,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Annihilation.png"]={["x"]=570,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/galvanichammer.png"]={["x"]=608,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MaceNotable2.png"]={["x"]=646,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BloodSiphon.png"]={["x"]=684,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/soulsyphon.png"]={["x"]=722,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=760,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/fellingtheweak.png"]={["x"]=798,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/hatchetmaster.png"]={["x"]=0,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/swagger.png"]={["x"]=38,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/fending.png"]={["x"]=76,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=114,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/cleavage.png"]={["x"]=152,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=190,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BreathofLightening2.png"]={["x"]=228,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/borntofight.png"]={["x"]=266,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/manaconduit.png"]={["x"]=304,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=342,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/stormborn.png"]={["x"]=380,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/flameborn.png"]={["x"]=418,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/frostborn.png"]={["x"]=456,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/eagletalons.png"]={["x"]=494,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/soulraker.png"]={["x"]=532,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ClawNotable1.png"]={["x"]=570,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Warrior.png"]={["x"]=608,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Constitution.png"]={["x"]=646,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png"]={["x"]=684,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/trollblood.png"]={["x"]=722,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Revelry.png"]={["x"]=760,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png"]={["x"]=798,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/fussilade.png"]={["x"]=0,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/elderpower.png"]={["x"]=38,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=76,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/blademistress.png"]={["x"]=114,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png"]={["x"]=152,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Dynamo.png"]={["x"]=190,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LustforCarnage.png"]={["x"]=228,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Righteous Decree.png"]={["x"]=266,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Battlecry.png"]={["x"]=304,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/eagleeye.png"]={["x"]=342,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/hammerblows.png"]={["x"]=380,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffNotable2.png"]={["x"]=418,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/lifeleechimmunity.png"]={["x"]=456,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FortifyNotable1.png"]={["x"]=494,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaandCurses.png"]={["x"]=532,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StunMastery.png"]={["x"]=570,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/nightstalker.png"]={["x"]=608,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Harrier.png"]={["x"]=646,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaFlasksOften.png"]={["x"]=684,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/CombatStamina.png"]={["x"]=722,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/staticshield.png"]={["x"]=760,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/foresight.png"]={["x"]=798,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inspiration.png"]={["x"]=0,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/icebite.png"]={["x"]=38,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/grace.png"]={["x"]=76,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MeleeAoENotable.png"]={["x"]=114,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/sparkingattacks.png"]={["x"]=152,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/TempestBlast.png"]={["x"]=190,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/CombatFocusNotable.png"]={["x"]=228,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SearingHeat.png"]={["x"]=266,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deathattunement.png"]={["x"]=304,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/flaying.png"]={["x"]=342,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DaggerNotable1.png"]={["x"]=380,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=418,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hunter.png"]={["x"]=456,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/graveintentions.png"]={["x"]=494,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/graveexpectations.png"]={["x"]=532,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png"]={["x"]=570,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/lordofthedead.png"]={["x"]=608,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/gravepact.png"]={["x"]=646,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arcane focus.png"]={["x"]=684,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArcaneChemistry.png"]={["x"]=722,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/bodysoul.png"]={["x"]=760,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png"]={["x"]=798,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png"]={["x"]=0,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/breathofrime.png"]={["x"]=38,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/hellfire.png"]={["x"]=76,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BreathofFlames2.png"]={["x"]=114,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arsonist.png"]={["x"]=152,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MeleeFireNotable.png"]={["x"]=190,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EssenceSurge.png"]={["x"]=228,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SavantPath.png"]={["x"]=266,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/iceheart.png"]={["x"]=304,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BreathofRime2.png"]={["x"]=342,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newenergyshield.png"]={["x"]=380,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/pyromaniac.png"]={["x"]=418,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arcanepotency.png"]={["x"]=456,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/amplify.png"]={["x"]=494,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deepthoughts.png"]={["x"]=532,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/thickskin.png"]={["x"]=570,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/QuickRecovery.png"]={["x"]=608,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png"]={["x"]=646,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png"]={["x"]=684,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/Ambush.png"]={["x"]=722,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png"]={["x"]=760,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png"]={["x"]=798,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png"]={["x"]=0,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/Elusive.png"]={["x"]=38,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Dreamer.png"]={["x"]=76,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png"]={["x"]=114,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/throatseeker.png"]={["x"]=152,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/nimbleness.png"]={["x"]=190,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ConcentrationNotable.png"]={["x"]=228,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MentalRapidity.png"]={["x"]=266,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=304,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PowerChargeNotable.png"]={["x"]=342,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/gemini.png"]={["x"]=380,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ThrillKiller.png"]={["x"]=418,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/potencyofwill.png"]={["x"]=456,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png"]={["x"]=494,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/preciseinterception.png"]={["x"]=532,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heartofthepanther.png"]={["x"]=570,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=608,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=646,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/adderstouch.png"]={["x"]=684,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/cruelblade.png"]={["x"]=722,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FatalBlade.png"]={["x"]=760,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ClawNotable2.png"]={["x"]=798,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/mastersapper.png"]={["x"]=0,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/daggerpenetration.png"]={["x"]=38,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/clawsofthepride.png"]={["x"]=76,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heavydraw.png"]={["x"]=114,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deadlydraw.png"]={["x"]=152,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/kingofthehill.png"]={["x"]=190,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/masterfletcher.png"]={["x"]=228,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/totemicmastery.png"]={["x"]=266,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ProjectilesNotable.png"]={["x"]=304,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=342,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=380,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newevadepercentage.png"]={["x"]=418,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png"]={["x"]=456,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png"]={["x"]=494,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arcaneefficiency.png"]={["x"]=532,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=570,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArcaneSeal.png"]={["x"]=608,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/HeartoftheOak.png"]={["x"]=646,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/animalspirit.png"]={["x"]=684,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DruidicRite.png"]={["x"]=722,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/quickstep.png"]={["x"]=760,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/diamondskin.png"]={["x"]=798,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png"]={["x"]=0,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/bladebarrier.png"]={["x"]=38,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackBlindNotable.png"]={["x"]=76,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=114,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newcolddamage.png"]={["x"]=152,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png"]={["x"]=190,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/perfectaim.png"]={["x"]=228,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/furybolts.png"]={["x"]=266,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FortifyNotable2.png"]={["x"]=304,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heartofthegladiator.png"]={["x"]=342,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/precision.png"]={["x"]=380,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=418,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/CommandofSteel.png"]={["x"]=456,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heartseeker.png"]={["x"]=494,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png"]={["x"]=532,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/executioner.png"]={["x"]=570,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png"]={["x"]=608,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png"]={["x"]=646,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png"]={["x"]=684,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png"]={["x"]=722,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png"]={["x"]=760,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heartpierce.png"]={["x"]=798,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/HeartandSoul.png"]={["x"]=0,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=38,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deadlyprecision.png"]={["x"]=76,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SwordNotable2.png"]={["x"]=114,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/catalyse.png"]={["x"]=152,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/elementalist.png"]={["x"]=190,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LightOfDivinity.png"]={["x"]=228,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BattleRouse.png"]={["x"]=266,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SpiritualCommand.png"]={["x"]=304,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/oxblood.png"]={["x"]=342,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SoulSiphoning.png"]={["x"]=380,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deepwisdom.png"]={["x"]=418,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=456,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MaceNotable1.png"]={["x"]=494,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png"]={["x"]=532,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png"]={["x"]=570,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png"]={["x"]=608,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png"]={["x"]=646,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png"]={["x"]=684,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png"]={["x"]=722,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png"]={["x"]=760,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png"]={["x"]=798,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=0,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DaggerNotable2.png"]={["x"]=38,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=76,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png"]={["x"]=114,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png"]={["x"]=152,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SwordNotable1.png"]={["x"]=190,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png"]={["x"]=228,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/RighteousArmy.png"]={["x"]=266,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Redemption.png"]={["x"]=304,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SpiritualAid.png"]={["x"]=342,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/Int.png"]={["x"]=380,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png"]={["x"]=418,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png"]={["x"]=456,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png"]={["x"]=494,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png"]={["x"]=532,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png"]={["x"]=570,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png"]={["x"]=608,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png"]={["x"]=646,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png"]={["x"]=684,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Meleerange.png"]={["x"]=722,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newnewattackspeed.png"]={["x"]=760,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=798,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newtitanicmight.png"]={["x"]=0,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DualWieldNotable.png"]={["x"]=38,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArcaneReaping.png"]={["x"]=76,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=114,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Brand4.png"]={["x"]=152,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/savant.png"]={["x"]=190,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffNotable.png"]={["x"]=228,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ElementalDominion2.png"]={["x"]=266,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png"]={["x"]=304,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ImpaleNotable2.png"]={["x"]=342,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png"]={["x"]=380,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png"]={["x"]=418,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png"]={["x"]=456,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png"]={["x"]=494,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png"]={["x"]=532,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png"]={["x"]=570,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png"]={["x"]=608,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/highexplosives.png"]={["x"]=646,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/cleverconstruction.png"]={["x"]=684,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=722,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/revengeofthehunted.png"]={["x"]=760,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png"]={["x"]=798,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ShieldNotable.png"]={["x"]=0,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png"]={["x"]=38,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png"]={["x"]=76,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PierceNoteable.png"]={["x"]=114,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/expeditiousmunitions.png"]={["x"]=152,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SkitteringRunes.png"]={["x"]=190,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffNotable1.png"]={["x"]=228,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Coordination.png"]={["x"]=266,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png"]={["x"]=304,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Shaper.png"]={["x"]=342,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Retribution.png"]={["x"]=380,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SoulPact.png"]={["x"]=418,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LethalAssault.png"]={["x"]=456,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Resourcefulness.png"]={["x"]=494,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=532,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/finesse.png"]={["x"]=570,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newincreasedcritical.png"]={["x"]=608,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/saboteur.png"]={["x"]=646,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ElementalFocus.png"]={["x"]=684,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MethodMadess.png"]={["x"]=722,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/berserking.png"]={["x"]=760,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/scissorblades.png"]={["x"]=798,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png"]={["x"]=0,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png"]={["x"]=38,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png"]={["x"]=76,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png"]={["x"]=114,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png"]={["x"]=152,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png"]={["x"]=190,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/Blitz.png"]={["x"]=228,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/doomcast.png"]={["x"]=266,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/mentalacuity.png"]={["x"]=304,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/swashbuckler.png"]={["x"]=342,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Entropy.png"]={["x"]=380,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png"]={["x"]=418,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/legendaryswordsman.png"]={["x"]=456,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/golemsblood.png"]={["x"]=494,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/IgnorePain.png"]={["x"]=532,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Survivalist.png"]={["x"]=570,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MaceNotable3.png"]={["x"]=608,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/WritteninBlood.png"]={["x"]=646,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ChaoticPotential.png"]={["x"]=684,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/shieldwall.png"]={["x"]=722,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png"]={["x"]=760,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png"]={["x"]=798,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/sovereignty.png"]={["x"]=0,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/authority.png"]={["x"]=38,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/influence.png"]={["x"]=76,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/leadership.png"]={["x"]=114,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion.png"]={["x"]=152,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png"]={["x"]=190,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffNotable3.png"]={["x"]=228,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=266,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ForceOfNature.png"]={["x"]=304,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png"]={["x"]=342,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png"]={["x"]=380,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png"]={["x"]=418,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png"]={["x"]=456,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png"]={["x"]=494,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png"]={["x"]=532,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png"]={["x"]=570,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/TrueStriker.png"]={["x"]=608,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/serpentstance.png"]={["x"]=646,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png"]={["x"]=684,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png"]={["x"]=722,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png"]={["x"]=760,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png"]={["x"]=798,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png"]={["x"]=0,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png"]={["x"]=38,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png"]={["x"]=76,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/shamsnisticfury.png"]={["x"]=114,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/totemiczeal.png"]={["x"]=152,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/volitilemines.png"]={["x"]=190,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png"]={["x"]=228,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Sentinel.png"]={["x"]=266,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arcaneradience.png"]={["x"]=304,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/WordsOfGlory.png"]={["x"]=342,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Storm Weaver.png"]={["x"]=380,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trap.png"]={["x"]=418,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ashfrostandstorm.png"]={["x"]=456,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ProfaneChemistry.png"]={["x"]=494,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MasterofForce.png"]={["x"]=532,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/HiredKiller2.png"]={["x"]=570,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/melding.png"]={["x"]=608,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/CelestialPunishment.png"]={["x"]=646,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=684,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=722,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Unrelenting.png"]={["x"]=760,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ShrugOff.png"]={["x"]=798,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png"]={["x"]=0,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png"]={["x"]=38,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png"]={["x"]=76,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png"]={["x"]=114,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png"]={["x"]=152,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png"]={["x"]=190,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png"]={["x"]=228,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png"]={["x"]=266,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png"]={["x"]=304,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png"]={["x"]=342,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png"]={["x"]=380,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png"]={["x"]=418,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png"]={["x"]=456,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png"]={["x"]=494,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png"]={["x"]=532,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png"]={["x"]=570,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png"]={["x"]=608,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png"]={["x"]=646,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png"]={["x"]=684,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png"]={["x"]=722,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png"]={["x"]=760,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png"]={["x"]=798,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png"]={["x"]=0,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png"]={["x"]=38,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png"]={["x"]=76,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png"]={["x"]=114,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png"]={["x"]=152,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png"]={["x"]=190,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png"]={["x"]=228,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png"]={["x"]=266,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png"]={["x"]=304,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png"]={["x"]=342,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png"]={["x"]=380,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png"]={["x"]=418,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png"]={["x"]=456,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png"]={["x"]=494,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png"]={["x"]=532,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png"]={["x"]=570,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png"]={["x"]=608,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png"]={["x"]=646,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png"]={["x"]=684,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png"]={["x"]=722,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png"]={["x"]=760,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png"]={["x"]=798,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png"]={["x"]=0,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png"]={["x"]=38,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png"]={["x"]=76,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png"]={["x"]=114,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png"]={["x"]=152,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png"]={["x"]=190,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png"]={["x"]=228,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/Fortitude.png"]={["x"]=266,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/Unstopable.png"]={["x"]=304,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/Conqueror.png"]={["x"]=342,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png"]={["x"]=380,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/Inpirational.png"]={["x"]=418,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png"]={["x"]=456,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png"]={["x"]=494,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png"]={["x"]=532,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png"]={["x"]=570,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png"]={["x"]=608,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png"]={["x"]=646,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png"]={["x"]=684,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/Dex.png"]={["x"]=722,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/Str.png"]={["x"]=760,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/GrowthandDecay.png"]={["x"]=798,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ChaosDamage2.png"]={["x"]=0,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png"]={["x"]=38,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trap2.png"]={["x"]=76,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MineTrap.png"]={["x"]=114,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BleedPoison.png"]={["x"]=152,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Brand2.png"]={["x"]=190,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png"]={["x"]=228,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png"]={["x"]=266,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png"]={["x"]=304,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png"]={["x"]=342,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png"]={["x"]=380,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ImpaleNotable1.png"]={["x"]=418,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png"]={["x"]=456,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png"]={["x"]=494,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=532,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=570,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=608,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AxeNotable1.png"]={["x"]=646,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AxeNotable2.png"]={["x"]=684,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=722,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=760,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png"]={["x"]=798,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png"]={["x"]=0,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/GolemsNotable.png"]={["x"]=38,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png"]={["x"]=76,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png"]={["x"]=114,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png"]={["x"]=152,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png"]={["x"]=190,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DireTorment.png"]={["x"]=228,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png"]={["x"]=266,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png"]={["x"]=304,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png"]={["x"]=342,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png"]={["x"]=380,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Boomerang.png"]={["x"]=418,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Lineage.png"]={["x"]=456,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BloodPact.png"]={["x"]=494,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MindPact.png"]={["x"]=532,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DarkestHour.png"]={["x"]=570,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FireAilment.png"]={["x"]=608,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LightingAilment.png"]={["x"]=646,["y"]=1030,["w"]=38,["h"]=38}}}},["keystoneInactive"]={{["filename"]="skills-disabled-0.jpg?4fc57142130a6807949536401001d293",["coords"]={["Art/2DArt/SkillIcons/passives/totemmax.png"]={["x"]=0,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/BrandKeystone.png"]={["x"]=17,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png"]={["x"]=34,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png"]={["x"]=51,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/CritAilments.png"]={["x"]=68,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/heroicspirit.png"]={["x"]=85,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/mortalconviction.png"]={["x"]=102,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png"]={["x"]=119,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png"]={["x"]=136,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/CrimsonDance.png"]={["x"]=153,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png"]={["x"]=170,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneConduit.png"]={["x"]=187,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png"]={["x"]=204,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png"]={["x"]=221,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png"]={["x"]=238,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png"]={["x"]=0,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png"]={["x"]=17,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png"]={["x"]=34,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png"]={["x"]=51,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png"]={["x"]=68,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png"]={["x"]=85,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png"]={["x"]=102,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png"]={["x"]=119,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png"]={["x"]=136,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/ghostreaver.png"]={["x"]=153,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/vaalpact.png"]={["x"]=170,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png"]={["x"]=187,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png"]={["x"]=204,["y"]=360,["w"]=17,["h"]=18}}},{["filename"]="skills-disabled-1.jpg?20721b2ceca97d5334b9843738ec5781",["coords"]={["Art/2DArt/SkillIcons/passives/totemmax.png"]={["x"]=0,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/BrandKeystone.png"]={["x"]=29,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png"]={["x"]=58,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png"]={["x"]=87,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/CritAilments.png"]={["x"]=116,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/heroicspirit.png"]={["x"]=145,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/mortalconviction.png"]={["x"]=174,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png"]={["x"]=203,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png"]={["x"]=232,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/CrimsonDance.png"]={["x"]=261,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png"]={["x"]=290,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneConduit.png"]={["x"]=319,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png"]={["x"]=348,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png"]={["x"]=377,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png"]={["x"]=406,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png"]={["x"]=0,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png"]={["x"]=29,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png"]={["x"]=58,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png"]={["x"]=87,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png"]={["x"]=116,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png"]={["x"]=145,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png"]={["x"]=174,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png"]={["x"]=203,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png"]={["x"]=232,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/ghostreaver.png"]={["x"]=261,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/vaalpact.png"]={["x"]=290,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png"]={["x"]=319,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png"]={["x"]=348,["y"]=621,["w"]=29,["h"]=30}}},{["filename"]="skills-disabled-2.jpg?64b1e6e76f0839738a38eff6db484a64",["coords"]={["Art/2DArt/SkillIcons/passives/totemmax.png"]={["x"]=0,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/BrandKeystone.png"]={["x"]=41,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png"]={["x"]=82,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png"]={["x"]=123,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/CritAilments.png"]={["x"]=164,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/heroicspirit.png"]={["x"]=205,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/mortalconviction.png"]={["x"]=246,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png"]={["x"]=287,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png"]={["x"]=328,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/CrimsonDance.png"]={["x"]=369,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png"]={["x"]=410,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneConduit.png"]={["x"]=451,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png"]={["x"]=492,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png"]={["x"]=533,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png"]={["x"]=574,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png"]={["x"]=0,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png"]={["x"]=41,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png"]={["x"]=82,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png"]={["x"]=123,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png"]={["x"]=164,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png"]={["x"]=205,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png"]={["x"]=246,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png"]={["x"]=287,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png"]={["x"]=328,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/ghostreaver.png"]={["x"]=369,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/vaalpact.png"]={["x"]=410,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png"]={["x"]=451,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png"]={["x"]=492,["y"]=861,["w"]=41,["h"]=42}}},{["filename"]="skills-disabled-3.jpg?c21e5419e79ef23f7871b519fec75819",["coords"]={["Art/2DArt/SkillIcons/passives/totemmax.png"]={["x"]=0,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/BrandKeystone.png"]={["x"]=53,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png"]={["x"]=106,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png"]={["x"]=159,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/CritAilments.png"]={["x"]=212,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/heroicspirit.png"]={["x"]=265,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/mortalconviction.png"]={["x"]=318,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png"]={["x"]=371,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png"]={["x"]=424,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/CrimsonDance.png"]={["x"]=477,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png"]={["x"]=530,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneConduit.png"]={["x"]=583,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png"]={["x"]=636,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png"]={["x"]=689,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png"]={["x"]=742,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png"]={["x"]=0,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png"]={["x"]=53,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png"]={["x"]=106,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png"]={["x"]=159,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png"]={["x"]=212,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png"]={["x"]=265,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png"]={["x"]=318,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png"]={["x"]=371,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png"]={["x"]=424,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/ghostreaver.png"]={["x"]=477,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/vaalpact.png"]={["x"]=530,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png"]={["x"]=583,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png"]={["x"]=636,["y"]=1122,["w"]=53,["h"]=54}}}},["mastery"]={{["filename"]="groups-0.png?48bc3c0c46c6f85b4d2b74b158bbc8f8",["coords"]={["Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.png"]={["x"]=0,["y"]=0,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupShield.png"]={["x"]=32,["y"]=0,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryTotem.png"]={["x"]=64,["y"]=0,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png"]={["x"]=96,["y"]=0,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/AttackTotemMastery.png"]={["x"]=128,["y"]=0,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupSword.png"]={["x"]=160,["y"]=0,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupMace.png"]={["x"]=192,["y"]=0,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupLife.png"]={["x"]=224,["y"]=0,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupDualWield.png"]={["x"]=0,["y"]=32,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupScepter.png"]={["x"]=32,["y"]=32,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png"]={["x"]=64,["y"]=32,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupLightning.png"]={["x"]=96,["y"]=32,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupClaw.png"]={["x"]=128,["y"]=32,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupBow.png"]={["x"]=160,["y"]=32,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupWand.png"]={["x"]=192,["y"]=32,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupMana.png"]={["x"]=224,["y"]=32,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/FortifyMasterySymbol.png"]={["x"]=0,["y"]=64,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupStun.png"]={["x"]=32,["y"]=64,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupDagger.png"]={["x"]=64,["y"]=64,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupArmour.png"]={["x"]=96,["y"]=64,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.png"]={["x"]=128,["y"]=64,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.png"]={["x"]=160,["y"]=64,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryChannelling.png"]={["x"]=192,["y"]=64,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupMinions.png"]={["x"]=224,["y"]=64,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupColdFire.png"]={["x"]=0,["y"]=96,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupCold.png"]={["x"]=32,["y"]=96,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupFire.png"]={["x"]=64,["y"]=96,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupLifeMana.png"]={["x"]=96,["y"]=96,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryChaosDamagePowerCharge.png"]={["x"]=128,["y"]=96,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryBrandTotem.png"]={["x"]=160,["y"]=96,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.png"]={["x"]=192,["y"]=96,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/AttackBlindMastery.png"]={["x"]=224,["y"]=96,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryPoison.png"]={["x"]=0,["y"]=128,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupCrit.png"]={["x"]=32,["y"]=128,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MinionMastery.png"]={["x"]=64,["y"]=128,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/DualWieldMasterySymbol.png"]={["x"]=96,["y"]=128,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MineTrapsMastery.png"]={["x"]=128,["y"]=128,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryBrand.png"]={["x"]=160,["y"]=128,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/ChannellingAttacksMasterySymbol.png"]={["x"]=192,["y"]=128,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/ShieldMasterySymbol.png"]={["x"]=224,["y"]=128,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/ElementalMastery2.png"]={["x"]=0,["y"]=160,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryChaos.png"]={["x"]=32,["y"]=160,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryLifeAndEnergyShield.png"]={["x"]=64,["y"]=160,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryCurse.png"]={["x"]=96,["y"]=160,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryAuras.png"]={["x"]=128,["y"]=160,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MineMastery.png"]={["x"]=160,["y"]=160,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/WarcryMastery.png"]={["x"]=192,["y"]=160,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/ColdLightningMastery.png"]={["x"]=224,["y"]=160,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryElementalDamage.png"]={["x"]=0,["y"]=192,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/BloodMastery.png"]={["x"]=32,["y"]=192,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryPhysicalAndChaos.png"]={["x"]=64,["y"]=192,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/StaffMasterySymbol.png"]={["x"]=96,["y"]=192,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupOneHand.png"]={["x"]=128,["y"]=192,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/ImpaleMasterySymbol.png"]={["x"]=160,["y"]=192,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/EnduranceFrenzyChargeMastery.png"]={["x"]=192,["y"]=192,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryProjectiles.png"]={["x"]=224,["y"]=192,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/RangedTotemMastery.png"]={["x"]=0,["y"]=224,["w"]=32,["h"]=32}}},{["filename"]="groups-1.png?08435c63c28961abb525b54127c4f387",["coords"]={["Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.png"]={["x"]=0,["y"]=0,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupShield.png"]={["x"]=55,["y"]=0,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryTotem.png"]={["x"]=110,["y"]=0,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png"]={["x"]=165,["y"]=0,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/AttackTotemMastery.png"]={["x"]=220,["y"]=0,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupSword.png"]={["x"]=275,["y"]=0,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupMace.png"]={["x"]=330,["y"]=0,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupLife.png"]={["x"]=385,["y"]=0,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupDualWield.png"]={["x"]=0,["y"]=55,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupScepter.png"]={["x"]=55,["y"]=55,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png"]={["x"]=110,["y"]=55,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupLightning.png"]={["x"]=165,["y"]=55,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupClaw.png"]={["x"]=220,["y"]=55,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupBow.png"]={["x"]=275,["y"]=55,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupWand.png"]={["x"]=330,["y"]=55,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupMana.png"]={["x"]=385,["y"]=55,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/FortifyMasterySymbol.png"]={["x"]=0,["y"]=110,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupStun.png"]={["x"]=55,["y"]=110,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupDagger.png"]={["x"]=110,["y"]=110,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupArmour.png"]={["x"]=165,["y"]=110,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.png"]={["x"]=220,["y"]=110,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.png"]={["x"]=275,["y"]=110,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryChannelling.png"]={["x"]=330,["y"]=110,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupMinions.png"]={["x"]=385,["y"]=110,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupColdFire.png"]={["x"]=0,["y"]=165,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupCold.png"]={["x"]=55,["y"]=165,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupFire.png"]={["x"]=110,["y"]=165,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupLifeMana.png"]={["x"]=165,["y"]=165,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryChaosDamagePowerCharge.png"]={["x"]=220,["y"]=165,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryBrandTotem.png"]={["x"]=275,["y"]=165,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.png"]={["x"]=330,["y"]=165,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/AttackBlindMastery.png"]={["x"]=385,["y"]=165,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryPoison.png"]={["x"]=0,["y"]=220,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupCrit.png"]={["x"]=55,["y"]=220,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MinionMastery.png"]={["x"]=110,["y"]=220,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/DualWieldMasterySymbol.png"]={["x"]=165,["y"]=220,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MineTrapsMastery.png"]={["x"]=220,["y"]=220,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryBrand.png"]={["x"]=275,["y"]=220,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/ChannellingAttacksMasterySymbol.png"]={["x"]=330,["y"]=220,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/ShieldMasterySymbol.png"]={["x"]=385,["y"]=220,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/ElementalMastery2.png"]={["x"]=0,["y"]=275,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryChaos.png"]={["x"]=55,["y"]=275,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryLifeAndEnergyShield.png"]={["x"]=110,["y"]=275,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryCurse.png"]={["x"]=165,["y"]=275,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryAuras.png"]={["x"]=220,["y"]=275,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MineMastery.png"]={["x"]=275,["y"]=275,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/WarcryMastery.png"]={["x"]=330,["y"]=275,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/ColdLightningMastery.png"]={["x"]=385,["y"]=275,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryElementalDamage.png"]={["x"]=0,["y"]=330,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/BloodMastery.png"]={["x"]=55,["y"]=330,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryPhysicalAndChaos.png"]={["x"]=110,["y"]=330,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/StaffMasterySymbol.png"]={["x"]=165,["y"]=330,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupOneHand.png"]={["x"]=220,["y"]=330,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/ImpaleMasterySymbol.png"]={["x"]=275,["y"]=330,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/EnduranceFrenzyChargeMastery.png"]={["x"]=330,["y"]=330,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryProjectiles.png"]={["x"]=385,["y"]=330,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/RangedTotemMastery.png"]={["x"]=0,["y"]=385,["w"]=55,["h"]=55}}},{["filename"]="groups-2.png?02c0bf276f7b7545ad72afdcc157d6c1",["coords"]={["Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.png"]={["x"]=0,["y"]=0,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupShield.png"]={["x"]=77,["y"]=0,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryTotem.png"]={["x"]=154,["y"]=0,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png"]={["x"]=231,["y"]=0,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/AttackTotemMastery.png"]={["x"]=308,["y"]=0,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupSword.png"]={["x"]=385,["y"]=0,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupMace.png"]={["x"]=462,["y"]=0,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupLife.png"]={["x"]=539,["y"]=0,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupDualWield.png"]={["x"]=0,["y"]=77,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupScepter.png"]={["x"]=77,["y"]=77,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png"]={["x"]=154,["y"]=77,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupLightning.png"]={["x"]=231,["y"]=77,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupClaw.png"]={["x"]=308,["y"]=77,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupBow.png"]={["x"]=385,["y"]=77,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupWand.png"]={["x"]=462,["y"]=77,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupMana.png"]={["x"]=539,["y"]=77,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/FortifyMasterySymbol.png"]={["x"]=0,["y"]=154,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupStun.png"]={["x"]=77,["y"]=154,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupDagger.png"]={["x"]=154,["y"]=154,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupArmour.png"]={["x"]=231,["y"]=154,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.png"]={["x"]=308,["y"]=154,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.png"]={["x"]=385,["y"]=154,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryChannelling.png"]={["x"]=462,["y"]=154,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupMinions.png"]={["x"]=539,["y"]=154,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupColdFire.png"]={["x"]=0,["y"]=231,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupCold.png"]={["x"]=77,["y"]=231,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupFire.png"]={["x"]=154,["y"]=231,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupLifeMana.png"]={["x"]=231,["y"]=231,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryChaosDamagePowerCharge.png"]={["x"]=308,["y"]=231,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryBrandTotem.png"]={["x"]=385,["y"]=231,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.png"]={["x"]=462,["y"]=231,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/AttackBlindMastery.png"]={["x"]=539,["y"]=231,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryPoison.png"]={["x"]=0,["y"]=308,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupCrit.png"]={["x"]=77,["y"]=308,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MinionMastery.png"]={["x"]=154,["y"]=308,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/DualWieldMasterySymbol.png"]={["x"]=231,["y"]=308,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MineTrapsMastery.png"]={["x"]=308,["y"]=308,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryBrand.png"]={["x"]=385,["y"]=308,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/ChannellingAttacksMasterySymbol.png"]={["x"]=462,["y"]=308,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/ShieldMasterySymbol.png"]={["x"]=539,["y"]=308,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/ElementalMastery2.png"]={["x"]=0,["y"]=385,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryChaos.png"]={["x"]=77,["y"]=385,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryLifeAndEnergyShield.png"]={["x"]=154,["y"]=385,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryCurse.png"]={["x"]=231,["y"]=385,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryAuras.png"]={["x"]=308,["y"]=385,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MineMastery.png"]={["x"]=385,["y"]=385,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/WarcryMastery.png"]={["x"]=462,["y"]=385,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/ColdLightningMastery.png"]={["x"]=539,["y"]=385,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryElementalDamage.png"]={["x"]=0,["y"]=462,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/BloodMastery.png"]={["x"]=77,["y"]=462,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryPhysicalAndChaos.png"]={["x"]=154,["y"]=462,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/StaffMasterySymbol.png"]={["x"]=231,["y"]=462,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupOneHand.png"]={["x"]=308,["y"]=462,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/ImpaleMasterySymbol.png"]={["x"]=385,["y"]=462,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/EnduranceFrenzyChargeMastery.png"]={["x"]=462,["y"]=462,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryProjectiles.png"]={["x"]=539,["y"]=462,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/RangedTotemMastery.png"]={["x"]=0,["y"]=539,["w"]=77,["h"]=77}}},{["filename"]="groups-3.png?e2d7311e1ea0ebadd3cfc80d9ee35386",["coords"]={["Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.png"]={["x"]=0,["y"]=0,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupShield.png"]={["x"]=99,["y"]=0,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryTotem.png"]={["x"]=198,["y"]=0,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png"]={["x"]=297,["y"]=0,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/AttackTotemMastery.png"]={["x"]=396,["y"]=0,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupSword.png"]={["x"]=495,["y"]=0,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupMace.png"]={["x"]=594,["y"]=0,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupLife.png"]={["x"]=693,["y"]=0,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupDualWield.png"]={["x"]=0,["y"]=99,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupScepter.png"]={["x"]=99,["y"]=99,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png"]={["x"]=198,["y"]=99,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupLightning.png"]={["x"]=297,["y"]=99,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupClaw.png"]={["x"]=396,["y"]=99,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupBow.png"]={["x"]=495,["y"]=99,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupWand.png"]={["x"]=594,["y"]=99,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupMana.png"]={["x"]=693,["y"]=99,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/FortifyMasterySymbol.png"]={["x"]=0,["y"]=198,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupStun.png"]={["x"]=99,["y"]=198,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupDagger.png"]={["x"]=198,["y"]=198,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupArmour.png"]={["x"]=297,["y"]=198,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.png"]={["x"]=396,["y"]=198,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.png"]={["x"]=495,["y"]=198,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryChannelling.png"]={["x"]=594,["y"]=198,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupMinions.png"]={["x"]=693,["y"]=198,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupColdFire.png"]={["x"]=0,["y"]=297,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupCold.png"]={["x"]=99,["y"]=297,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupFire.png"]={["x"]=198,["y"]=297,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupLifeMana.png"]={["x"]=297,["y"]=297,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryChaosDamagePowerCharge.png"]={["x"]=396,["y"]=297,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryBrandTotem.png"]={["x"]=495,["y"]=297,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.png"]={["x"]=594,["y"]=297,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/AttackBlindMastery.png"]={["x"]=693,["y"]=297,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryPoison.png"]={["x"]=0,["y"]=396,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupCrit.png"]={["x"]=99,["y"]=396,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MinionMastery.png"]={["x"]=198,["y"]=396,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/DualWieldMasterySymbol.png"]={["x"]=297,["y"]=396,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MineTrapsMastery.png"]={["x"]=396,["y"]=396,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryBrand.png"]={["x"]=495,["y"]=396,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/ChannellingAttacksMasterySymbol.png"]={["x"]=594,["y"]=396,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/ShieldMasterySymbol.png"]={["x"]=693,["y"]=396,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/ElementalMastery2.png"]={["x"]=0,["y"]=495,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryChaos.png"]={["x"]=99,["y"]=495,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryLifeAndEnergyShield.png"]={["x"]=198,["y"]=495,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryCurse.png"]={["x"]=297,["y"]=495,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryAuras.png"]={["x"]=396,["y"]=495,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MineMastery.png"]={["x"]=495,["y"]=495,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/WarcryMastery.png"]={["x"]=594,["y"]=495,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/ColdLightningMastery.png"]={["x"]=693,["y"]=495,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryElementalDamage.png"]={["x"]=0,["y"]=594,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/BloodMastery.png"]={["x"]=99,["y"]=594,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryPhysicalAndChaos.png"]={["x"]=198,["y"]=594,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/StaffMasterySymbol.png"]={["x"]=297,["y"]=594,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupOneHand.png"]={["x"]=396,["y"]=594,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/ImpaleMasterySymbol.png"]={["x"]=495,["y"]=594,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/EnduranceFrenzyChargeMastery.png"]={["x"]=594,["y"]=594,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryProjectiles.png"]={["x"]=693,["y"]=594,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/RangedTotemMastery.png"]={["x"]=0,["y"]=693,["w"]=99,["h"]=99}}}}},["imageZoomLevels"]={0.1246,0.2109,0.2972,0.3835}}tree.classes={[1]={["name"]="Marauder",["classes"]={[1]={["name"]="Juggernaut",["displayName"]="Juggernaut",["flavourText"]=" What divides the conqueror \r\n from the conquered? Perseverance.",["flavourTextRect"]="215,165,1063,436",["flavourTextColour"]="175,90,50"},[2]={["name"]="Berserker",["displayName"]="Berserker",["flavourText"]="The savage path is \r\nalways swift and sure.",["flavourTextRect"]="760,345,976,429",["flavourTextColour"]="175,90,50"},[3]={["name"]="Chieftain",["displayName"]="Chieftain",["flavourText"]=" The Ancestors speak \r\nthrough your clenched fists.",["flavourTextRect"]="185,245,1076,449",["flavourTextColour"]="175,90,50"}}},[2]={["name"]="Ranger",["classes"]={[1]={["name"]="Raider",["displayName"]="Raider",["flavourText"]="No hunt is complete without\r\nthe gutting and the skinning.",["flavourTextRect"]="365,965,900,1250",["flavourTextColour"]="124,179,118"},[2]={["name"]="Deadeye",["displayName"]="Deadeye",["flavourText"]="A woman can change the world \r\nwith a single, well-placed arrow.",["flavourTextRect"]="365,965,900,1250",["flavourTextColour"]="124,179,118"},[3]={["name"]="Pathfinder",["displayName"]="Pathfinder",["flavourText"]="There are venoms and virtues aplenty in \r\n the wilds, if you know where to look.",["flavourTextRect"]="265,975,900,1250",["flavourTextColour"]="124,179,118"}}},[3]={["name"]="Witch",["classes"]={[1]={["name"]="Occultist",["displayName"]="Occultist",["flavourText"]=" Throw off the chains\r\nof fear and embrace that\r\n which was forbidden.",["flavourTextRect"]="665,385,906,389",["flavourTextColour"]="154,195,201"},[2]={["name"]="Elementalist",["displayName"]="Elementalist",["flavourText"]="Feed a storm with savage intent \r\nand not even the strongest walls\r\nwill hold it back.",["flavourTextRect"]="125,475,510,768",["flavourTextColour"]="154,195,201"},[3]={["name"]="Necromancer",["displayName"]="Necromancer",["flavourText"]="Embrace the serene\r\npower that is undeath.",["flavourTextRect"]="720,303,1000,1000",["flavourTextColour"]="154,195,201"}}},[4]={["name"]="Duelist",["classes"]={[1]={["name"]="Slayer",["displayName"]="Slayer",["flavourText"]=" No judge. No jury.\r\nJust the executioner.",["flavourTextRect"]="470,310,976,429",["flavourTextColour"]="150,175,200"},[2]={["name"]="Gladiator",["displayName"]="Gladiator",["flavourText"]="Raise your hand to the \r\nroaring crowd and pledge \r\nyour allegiance to glory.",["flavourTextRect"]="670,395,976,429",["flavourTextColour"]="150,175,200"},[3]={["name"]="Champion",["displayName"]="Champion",["flavourText"]="Champion that which \r\n you love. He who fights\r\n for nothing, dies\r\n for nothing.",["flavourTextRect"]="735,625,976,429",["flavourTextColour"]="150,175,200"}}},[5]={["name"]="Templar",["classes"]={[1]={["name"]="Inquisitor",["displayName"]="Inquisitor",["flavourText"]=" Truth is elusive, yet God has\r\nprovided us with all the tools \r\n necessary to find it.",["flavourTextRect"]="335,940,976,429",["flavourTextColour"]="207,189,138"},[2]={["name"]="Hierophant",["displayName"]="Hierophant",["flavourText"]="Drink deeply from God's\r\n chalice, for the faithful\r\n will never find it empty.",["flavourTextRect"]="100,720,936,399",["flavourTextColour"]="207,189,138"},[3]={["name"]="Guardian",["displayName"]="Guardian",["flavourText"]="When bound by faith\r\n and respect, the flock\r\n will overwhelm the wolf.",["flavourTextRect"]="170,780,976,429",["flavourTextColour"]="207,189,138"}}},[6]={["name"]="Shadow",["classes"]={[1]={["name"]="Assassin",["displayName"]="Assassin",["flavourText"]="Death is a banquet. \r\n It's up to the murderer \r\n to write the menu.",["flavourTextRect"]="650,845,976,429",["flavourTextColour"]="114,129,141"},[2]={["name"]="Trickster",["displayName"]="Trickster",["flavourText"]=" Everyone knows how to die. \r\n Some just need a little nudge \r\nto get them started.",["flavourTextRect"]="315,150,976,429",["flavourTextColour"]="114,129,141"},[3]={["name"]="Saboteur",["displayName"]="Saboteur",["flavourText"]="The artist need not be present \r\n to make a lasting impression.",["flavourTextRect"]="355,970,976,429",["flavourTextColour"]="114,129,141"}}},[0]={["name"]="Scion",["classes"]={[1]={["name"]="Ascendant",["displayName"]="Ascendant",["flavourText"]="",["flavourTextRect"]="305,925,976,429",["flavourTextColour"]="90,90,90"}}}}return tree +local tree={["characterData"]={[1]={["base_str"]=32,["base_dex"]=14,["base_int"]=14},[3]={["base_str"]=14,["base_dex"]=14,["base_int"]=32},[0]={["base_str"]=20,["base_dex"]=20,["base_int"]=20},[2]={["base_str"]=14,["base_dex"]=32,["base_int"]=14},[4]={["base_str"]=23,["base_dex"]=23,["base_int"]=14},[6]={["base_str"]=14,["base_dex"]=23,["base_int"]=23},[5]={["base_str"]=23,["base_dex"]=14,["base_int"]=23}},["groups"]={[1]={["x"]=-2930.39,["y"]=5534.22,["oo"]={[1]=true},["n"]={30439,8879,14419}},[2]={["x"]=2512.66,["y"]=-1635.47,["oo"]={[0]=true},["n"]={[0]=38129}},[3]={["x"]=4140.89,["y"]=1326.85,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={42964,6654,6913,65224,41380,57819}},[4]={["x"]=-2072.37,["y"]=3042.8,["oo"]={[0]=true,[2]=true},["n"]={27140,64816,34959,51287,27301,6884}},[5]={["x"]=5754.25,["y"]=-1826.35,["oo"]={[2]=true},["n"]={42804,63228,49308,61834,53213,27656}},[6]={["x"]=-5432.79,["y"]=-1462.52,["oo"]={[2]=true},["n"]={11730,40766,36949,6712,10031,401}},[7]={["x"]=-7083.45,["y"]=6528.58,["oo"]={[0]=true},["n"]={[0]=8281}},[8]={["x"]=-4927.68,["y"]=-849.557,["oo"]={[0]=true,[2]=true},["n"]={62214,64426,20832,1593,56305}},[9]={["x"]=-4430.79,["y"]=1566.45,["oo"]={[3]=true},["n"]={60169,2454,14606,39786,10282,35663,38777,34130}},[10]={["x"]=-2322.23,["y"]=6279.8,["oo"]={[0]=true,[3]=true},["n"]={56381,49318,10016,8533,11515,35362,42062,1909}},[11]={["x"]=-2995.88,["y"]=-2343.17,["oo"]={[4]=true},["n"]={14151,27564}},[12]={["x"]=1717.25,["y"]=7873.18,["oo"]={[0]=true,[3]=true,[4]=true},["n"]={61393,15286,42293,34215,45696,20954,3184,17315,62817,34484,10143,38180,50845,16306,33795}},[13]={["x"]=-5793.39,["y"]=-3444.83,["oo"]={[0]=true,[2]=true,[4]=true},["n"]={23083,41970,22757,49939,10771,43486,42343}},[14]={["x"]=3998.13,["y"]=3686.23,["oo"]={[0]=true},["n"]={[0]=64709}},[15]={["x"]=-6339.02,["y"]=-1140.22,["oo"]={[0]=true,[3]=true},["n"]={18990,42917,51559,47427,37639,6814,54667,48282,16754,39761}},[16]={["x"]=2794.1,["y"]=105.05,["oo"]={[2]=true},["n"]={39861,33989,24496}},[17]={["x"]=-4431.53,["y"]=2449.46,["oo"]={[2]=true,[3]=true},["n"]={59861,10542,31928,61868,6718,32482,31033}},[18]={["x"]=-5417.33,["y"]=-688.812,["oo"]={[1]=true},["n"]={21929,38836,27137}},[19]={["x"]=-810.226,["y"]=6265.7,["oo"]={[0]=true,[3]=true},["n"]={11431,63150,19140,30825,25818,7786,55648,46291,544,61039}},[20]={["x"]=840.042,["y"]=6280.92,["oo"]={[0]=true,[3]=true},["n"]={43413,3319,44207,7063,15510,49343,36761,1159,12878}},[21]={["x"]=-2764.42,["y"]=-62.8307,["oo"]={[2]=true},["n"]={15405,33631,33740}},[22]={["x"]=-6323.46,["y"]=2921.56,["oo"]={[0]=true,[3]=true},["n"]={4336,55166,49415,25367,62042,33082,7082,48290}},[23]={["x"]=1037.59,["y"]=-4988.04,["oo"]={[1]=true},["n"]={22972,50472,63067}},[24]={["x"]=-2171.45,["y"]=-4204.12,["oo"]={[0]=true},["n"]={[0]=22088}},[25]={["x"]=4396.45,["y"]=4783.17,["oo"]={[0]=true},["n"]={[0]=30679}},[26]={["x"]=-6359.79,["y"]=1058.06,["oo"]={[0]=true,[3]=true},["n"]={57266,38023,30547,15163,16703,8500,40645,46127,20966,30697}},[27]={["x"]=-6741.4,["y"]=7370.37,["oo"]={[1]=true},["n"]={[0]=34567}},[28]={["x"]=-1195.97,["y"]=5480.28,["oo"]={[0]=true,[2]=true},["n"]={58541,6633,24772,33141,26456,24721}},[29]={["x"]=6.31956,["y"]=763.744,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={33508,36881,35503,43162,39773,23122,7903,20310,45887,31683}},[30]={["x"]=-4548.86,["y"]=-3967.63,["oo"]={[0]=true,[2]=true},["n"]={9386,14057,5743,58218,32262}},[31]={["x"]=2787.19,["y"]=6280.32,["oo"]={[0]=true,[3]=true},["n"]={15085,49547,54268,57782,13807,33089,56231,2392}},[32]={["x"]=-387.173,["y"]=-4617.74,["oo"]={[0]=true},["n"]={[0]=53493}},[33]={["x"]=-3149.91,["y"]=2448.69,["oo"]={[2]=true},["n"]={15868,36047,63048,50264}},[34]={["x"]=2351.31,["y"]=4100.54,["oo"]={[0]=true},["n"]={[0]=56589}},[35]={["x"]=-5748.78,["y"]=-4493.9,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={60619,20467,5068,46413,27134,24677,61950,18379,39657}},[36]={["x"]=-2964.31,["y"]=4030.96,["oo"]={[1]=true},["n"]={7162,9695,42009}},[37]={["x"]=3539.19,["y"]=-1823.72,["oo"]={[2]=true},["n"]={59009,1891,25058,9877,21835,52157}},[38]={["x"]=9.08452,["y"]=-5213.73,["oo"]={[2]=true},["n"]={56158,20528,61419,15117,53279,8302}},[39]={["x"]=-6318.46,["y"]=1995.53,["oo"]={[0]=true,[3]=true},["n"]={49571,57953,23038,25682,20018,6113,12407,4940,9976,590}},[40]={["x"]=2013.31,["y"]=5535.74,["oo"]={[0]=true,[2]=true},["n"]={24203,33725,56807,59016,35489}},[41]={["x"]=1224.15,["y"]=5076.13,["oo"]={[0]=true,[2]=true},["n"]={26096,30030,42637,38269,29543,63156}},[42]={["x"]=3002.06,["y"]=2332.54,["oo"]={[4]=true},["n"]={444,52904}},[43]={["x"]=-5791.27,["y"]=-2757.29,["oo"]={[0]=true},["n"]={[0]=26270}},[44]={["x"]=-3248.77,["y"]=3729.88,["oo"]={[1]=true},["n"]={1252,65456,30160}},[45]={["x"]=-1516.1,["y"]=2467.98,["oo"]={[2]=true},["n"]={30733,49178,28475}},[46]={["x"]=5357.62,["y"]=3926.54,["oo"]={[1]=true},["n"]={63439,43608,63921}},[47]={["x"]=-3753.6,["y"]=4876.61,["oo"]={[0]=true,[2]=true},["n"]={44624,26023,59565,31604,65131,5065}},[48]={["x"]=3947.55,["y"]=-4590.15,["oo"]={[0]=true},["n"]={[0]=60440}},[49]={["x"]=2.72357,["y"]=-6176.34,["oo"]={[0]=true,[3]=true},["n"]={46469,56716,32431,49588,36121,55647,57362,61264,44355,11645}},[50]={["x"]=-392.224,["y"]=3372.82,["oo"]={[2]=true},["n"]={39211,51856,48513,5612}},[51]={["x"]=-3668.44,["y"]=1567,["oo"]={[0]=true},["n"]={[0]=58449}},[52]={["x"]=1.00213,["y"]=3826.63,["oo"]={[2]=true},["n"]={18302,25933,50360,54776,28265,48438}},[53]={["x"]=-940.461,["y"]=-4242.16,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={30225,58604,44983,34661,44955,38148,7938,33783,1031,12852,4184}},[54]={["x"]=6724.75,["y"]=-1043.48,["oo"]={[0]=true,[3]=true},["n"]={54791,5629,28503,35384,39979,17908,25775,36225,30745,49568,4868,62182,15614}},[55]={["x"]=-5791.27,["y"]=-1196.56,["oo"]={[0]=true},["n"]={[0]=23027}},[56]={["x"]=-1359.44,["y"]=808.011,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={62021,65034,65167,15073,42583,13714,61787,19939,12702,55485}},[57]={["x"]=-5433.25,["y"]=1986.44,["oo"]={[2]=true},["n"]={37326,48109,26725,62429,62363,38508}},[58]={["x"]=-5171.57,["y"]=4186.22,["oo"]={[0]=true},["n"]={[0]=57279}},[59]={["x"]=-1423.94,["y"]=-1709.44,["oo"]={[1]=true},["n"]={57565,2348,44788}},[60]={["x"]=-3680.07,["y"]=2448.69,["oo"]={[0]=true},["n"]={[0]=24383}},[61]={["x"]=-4585.89,["y"]=1566.24,["oo"]={[4]=true},["n"]={6446,55649}},[62]={["x"]=-602.433,["y"]=5164.38,["oo"]={[2]=true},["n"]={4833,41706,17383,58545,14813,37584}},[63]={["x"]=2196.02,["y"]=3196.19,["oo"]={[0]=true,[2]=true},["n"]={46344,29089,36687,930,7356}},[64]={["x"]=1881.74,["y"]=-6400.81,["oo"]={[0]=true,[3]=true},["n"]={16243,41476,21030,39521,40840,49779,29552,48878,51524,51146,52848,27879,52031}},[65]={["x"]=4692.43,["y"]=1822.27,["oo"]={[2]=true},["n"]={7085,1201,31508,38072}},[66]={["x"]=-2437.29,["y"]=344.805,["oo"]={[0]=true,[2]=true},["n"]={34906,41026,63543,24256}},[67]={["x"]=-4949.89,["y"]=3102.44,["oo"]={[1]=true},["n"]={62108,63422,28311}},[68]={["x"]=-885.302,["y"]=5792.84,["oo"]={[4]=true},["n"]={[0]=61262}},[69]={["x"]=-4042,["y"]=-1501.38,["oo"]={[2]=true},["n"]={31819,46726,38516}},[70]={["x"]=-1682.75,["y"]=3893.63,["oo"]={[1]=true},["n"]={23036,55871,50858}},[71]={["x"]=-2584.7,["y"]=3597.67,["oo"]={[1]=true},["n"]={59494,2225,16380}},[72]={["x"]=-439.073,["y"]=3403.75,["oo"]={[4]=true},["n"]={40867,42911}},[73]={["x"]=-5137.62,["y"]=-5386.64,["oo"]={[0]=true,[3]=true},["n"]={64395,15453,22728,46715,46672,56094,33983,45486,15716}},[74]={["x"]=400.602,["y"]=-1786.7,["oo"]={[0]=true},["n"]={[0]=60090}},[75]={["x"]=-3736.83,["y"]=4378.69,["oo"]={[0]=true,[2]=true},["n"]={6289,48287,5197,64587,42875}},[76]={["x"]=2543.23,["y"]=-4026.54,["oo"]={[0]=true},["n"]={[0]=32710}},[77]={["x"]=-2406.09,["y"]=5476.14,["oo"]={[0]=true,[2]=true},["n"]={50515,18552,56370,1340,25414}},[78]={["x"]=4449.02,["y"]=-4628.49,["oo"]={[0]=true,[2]=true},["n"]={64401,59114,55558,51748,10313}},[79]={["x"]=-4115.68,["y"]=3854.64,["oo"]={[0]=true,[2]=true},["n"]={56982,57923,46756,38922,17038,13910}},[80]={["x"]=-4585.89,["y"]=-413.815,["oo"]={[0]=true},["n"]={[0]=44967}},[81]={["x"]=785.023,["y"]=-5762.65,["oo"]={[0]=true},["n"]={[0]=19501}},[82]={["x"]=3531.5,["y"]=-3178.29,["oo"]={[0]=true,[2]=true},["n"]={28758,39443,56276,38829,14157}},[83]={["x"]=1215.42,["y"]=-698.776,["oo"]={[0]=true},["n"]={[0]=33545}},[84]={["x"]=-2033.45,["y"]=-3677.79,["oo"]={[1]=true},["n"]={60648,42981,53802}},[85]={["x"]=-4000.68,["y"]=-263.8,["oo"]={[0]=true,[2]=true},["n"]={6359,59290,3167,21413,7335}},[86]={["x"]=1416.6,["y"]=-5475.51,["oo"]={[0]=true,[2]=true},["n"]={62697,26557,55954,13961,3190}},[87]={["x"]=-2738.04,["y"]=2021.53,["oo"]={[0]=true},["n"]={[0]=22627}},[88]={["x"]=4847.6,["y"]=-2328.07,["oo"]={[4]=true},["n"]={3656,58244}},[89]={["x"]=-14.6762,["y"]=-1604.24,["oo"]={[0]=true,[2]=true},["n"]={14211,42731,14182,11430,13322,128,3452}},[90]={["x"]=-2720.63,["y"]=-3797.08,["oo"]={[0]=true,[2]=true},["n"]={38701,18767,48298,12250,2301}},[91]={["x"]=-2415.61,["y"]=-5369.52,["oo"]={[0]=true,[2]=true},["n"]={56066,54043,30926,11765,63944,20844,62217}},[92]={["x"]=-2334.12,["y"]=1357.37,["oo"]={[0]=true,[3]=true},["n"]={50904,47175,31628}},[93]={["x"]=3322.29,["y"]=5385.64,["oo"]={[1]=true},["n"]={61327,51404,57199}},[94]={["x"]=2538.88,["y"]=-4396.77,["oo"]={[0]=true},["n"]={[0]=32345}},[95]={["x"]=-2437.53,["y"]=4938.26,["oo"]={[1]=true},["n"]={11700,50969,20835}},[96]={["x"]=2766.27,["y"]=-3610.22,["oo"]={[0]=true,[2]=true},["n"]={6615,44339,12379,44183,7555,37394}},[97]={["x"]=2641.47,["y"]=-4912.04,["oo"]={[0]=true,[2]=true},["n"]={32942,64239,22407,19098,64612,59959,63207}},[98]={["x"]=-4819.37,["y"]=-3077.94,["oo"]={[0]=true,[2]=true},["n"]={57746,57044,62490,51355,10511,18823}},[99]={["x"]=2596.68,["y"]=-5661.69,["oo"]={[1]=true},["n"]={38849,27709,28887}},[100]={["x"]=-2446.85,["y"]=-6214.38,["oo"]={[0]=true,[2]=true},["n"]={19897,4247,17412,52412,43716,34144,2320}},[101]={["x"]=6676.1,["y"]=-2625.43,["oo"]={[0]=true,[3]=true},["n"]={44134,11489,55414,36490,47422,22261,56174,38864,57001,8920}},[102]={["x"]=1236.49,["y"]=-2388.51,["oo"]={[1]=true},["n"]={47471,35737,31137}},[103]={["x"]=1035.62,["y"]=564.402,["oo"]={[0]=true},["n"]={[0]=19506}},[104]={["x"]=5918.78,["y"]=-2901.61,["oo"]={[0]=true,[2]=true},["n"]={56648,47321,265,19016,38520}},[105]={["x"]=5816.29,["y"]=3956.63,["oo"]={[1]=true},["n"]={51420,49481,65053}},[106]={["x"]=1693.5,["y"]=-3999.53,["oo"]={[1]=true},["n"]={61982,51517,49047}},[107]={["x"]=1327.15,["y"]=1164.33,["oo"]={[0]=true},["n"]={[0]=32091}},[108]={["x"]=-3412.6,["y"]=-3293.36,["oo"]={[0]=true,[2]=true},["n"]={55563,10904,36915,34880,61991,1609}},[109]={["x"]=1864.96,["y"]=-278.555,["oo"]={[0]=true},["n"]={[0]=23407}},[110]={["x"]=1865.53,["y"]=-468.951,["oo"]={[4]=true},["n"]={51786,28574}},[111]={["x"]=2043.28,["y"]=-4245.03,["oo"]={[0]=true,[2]=true},["n"]={20852,6785,36585,42649,55934}},[112]={["x"]=2.53023,["y"]=-4247.59,["oo"]={[1]=true},["n"]={32024,60554,27611}},[113]={["x"]=-2324.55,["y"]=5792.84,["oo"]={[0]=true},["n"]={[0]=24914}},[114]={["x"]=-3362.31,["y"]=-812.395,["oo"]={[0]=true,[2]=true},["n"]={43133,27308,54267,23185,49957}},[115]={["x"]=-1746.84,["y"]=-5293.63,["oo"]={[0]=true,[2]=true},["n"]={367,33864,35706,58103,50029,23659,2897}},[116]={["x"]=878.703,["y"]=1202.34,["oo"]={[1]=true},["n"]={41967,17546,21634}},[117]={["x"]=-420.193,["y"]=-1773.32,["oo"]={[0]=true},["n"]={[0]=22473}},[118]={["x"]=-5431.47,["y"]=-2539.03,["oo"]={[2]=true},["n"]={34173,5696,35958,40508,46897,27575}},[119]={["x"]=-7128.72,["y"]=7406.9,["oo"]={[2]=true},["n"]={63357,17445,41996,607,24798}},[120]={["x"]=6188,["y"]=-3727.16,["oo"]={[0]=true,[2]=true},["n"]={58603,58198,44059,21170,56186,11162}},[121]={["x"]=-802.534,["y"]=-6471,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={18715,10893,38789,61804,60501,14040,13559,42465,8624,11924}},[122]={["x"]=-4935.99,["y"]=787.926,["oo"]={[0]=true,[2]=true},["n"]={54396,1550,2550,14923,25168,5430}},[123]={["x"]=2913.88,["y"]=-5507.57,["oo"]={[1]=true},["n"]={17236,7641,62577}},[124]={["x"]=-14.0333,["y"]=-1073.52,["oo"]={[0]=true},["n"]={[0]=37078}},[125]={["x"]=-2455.1,["y"]=-3479.16,["oo"]={[0]=true},["n"]={[0]=34098}},[126]={["x"]=-5586.83,["y"]=-1999.33,["oo"]={[0]=true},["n"]={[0]=37999}},[127]={["x"]=785.104,["y"]=-6466.79,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={40609,22090,5972,8833,36412,40705,53732,58157,36226,21460}},[128]={["x"]=5754.25,["y"]=-2380.51,["oo"]={[2]=true},["n"]={62177,25411,60259,11018,3537,32176}},[129]={["x"]=-4071.2,["y"]=-4768.03,["oo"]={[0]=true,[2]=true},["n"]={29049,5916,4713,21524,6245}},[130]={["x"]=-317.058,["y"]=-4350.64,["oo"]={[1]=true},["n"]={44723,1346,16790}},[131]={["x"]=-4524.94,["y"]=-4573.17,["oo"]={[1]=true},["n"]={63398,36452,46842}},[132]={["x"]=-4041.97,["y"]=-2484.43,["oo"]={[2]=true},["n"]={61308,40927,15365}},[133]={["x"]=326.285,["y"]=-4358.85,["oo"]={[1]=true},["n"]={21075,38900,38805}},[134]={["x"]=-821.731,["y"]=-5293.57,["oo"]={[0]=true,[2]=true},["n"]={24362,29781,60388,21958,33755,2224,14936}},[135]={["x"]=-2176.7,["y"]=-2877.76,["oo"]={[1]=true},["n"]={39648,17821,21330}},[136]={["x"]=8271.06,["y"]=-4232.48,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={12850,4242,55686,48239,9014,21264,6064,19083,23024,19598,33954,1945,43215,28782,58229}},[137]={["x"]=-648.938,["y"]=-375.073,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={37690,48423,6204,38450,5560,51291,26740,38048,55906,6230}},[138]={["x"]=3494.13,["y"]=4080.21,["oo"]={[0]=true},["n"]={[0]=3469}},[139]={["x"]=1690.32,["y"]=-1906.31,["oo"]={[1]=true},["n"]={45680,25237,10835}},[140]={["x"]=-7723.74,["y"]=7168.08,["oo"]={[0]=true},["n"]={[0]=4194}},[141]={["x"]=973.171,["y"]=-4229.92,["oo"]={[3]=true},["n"]={4432,42795,65203,48514,13753,7503,27163}},[142]={["x"]=1820.79,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=20010}},[143]={["x"]=2194.2,["y"]=-4908.85,["oo"]={[1]=true},["n"]={4036,47306,15228}},[144]={["x"]=2122.35,["y"]=-3746.76,["oo"]={[1]=true},["n"]={9788,12189,5875}},[145]={["x"]=1423.81,["y"]=-3483.98,["oo"]={[1]=true},["n"]={52095,8296,62094}},[146]={["x"]=-1545.15,["y"]=-2508.11,["oo"]={[2]=true},["n"]={47251,7388,36634}},[147]={["x"]=-4110.02,["y"]=-1150.54,["oo"]={[0]=true},["n"]={[0]=50570}},[148]={["x"]=-2346.09,["y"]=-4809.3,["oo"]={[1]=true},["n"]={54657,34157,9432}},[149]={["x"]=-465.534,["y"]=-3400.8,["oo"]={[2]=true},["n"]={1957,739,18866,21934,36774,17579}},[150]={["x"]=-1740.14,["y"]=-6243.84,["oo"]={[0]=true,[3]=true},["n"]={44362,56671,47949,26620,14003,12888,16954,12783,9261}},[151]={["x"]=379.229,["y"]=-7402.31,["oo"]={[0]=true},["n"]={[0]=5415}},[152]={["x"]=5889.09,["y"]=273.71,["oo"]={[1]=true},["n"]={53225,11784,37884}},[153]={["x"]=2118.86,["y"]=276.742,["oo"]={[1]=true},["n"]={34907,28424,45067}},[154]={["x"]=-828.65,["y"]=-914.618,["oo"]={[1]=true},["n"]={7614,1006,13191}},[155]={["x"]=-5587.84,["y"]=4527.05,["oo"]={[0]=true},["n"]={[0]=9403}},[156]={["x"]=508.82,["y"]=969.581,["oo"]={[1]=true},["n"]={24472,22893,53042}},[157]={["x"]=4135.06,["y"]=2344.32,["oo"]={[2]=true},["n"]={15842,30894,18670,903,38246,3187}},[158]={["x"]=680.526,["y"]=-976.482,["oo"]={[1]=true},["n"]={18359,21973,34306}},[159]={["x"]=-5405.01,["y"]=3200.81,["oo"]={[1]=true},["n"]={7285,12247,56359}},[160]={["x"]=5229.52,["y"]=341.322,["oo"]={[0]=true,[2]=true},["n"]={32227,64509,3863,20167,12915}},[161]={["x"]=6721.25,["y"]=2653.64,["oo"]={[0]=true,[3]=true},["n"]={56509,52213,54354,59151,6108,1698,12720,2021,29856,1568}},[162]={["x"]=5377.69,["y"]=3395.7,["oo"]={[0]=true,[2]=true},["n"]={529,36801,19228,3362,30021}},[163]={["x"]=3813.61,["y"]=252.005,["oo"]={[1]=true},["n"]={36877,22488,7136}},[164]={["x"]=6714.1,["y"]=889.915,["oo"]={[0]=true,[2]=true},["n"]={1405,15825,5802,34372,3424}},[165]={["x"]=4479.58,["y"]=3684.45,["oo"]={[0]=true,[2]=true},["n"]={39447,37504,37776,11817,44389}},[166]={["x"]=1469.27,["y"]=4379.45,["oo"]={[0]=true,[2]=true},["n"]={42720,8566,34510,5815,50041,48823}},[167]={["x"]=6721.38,["y"]=1804.7,["oo"]={[0]=true,[3]=true},["n"]={32514,55750,2185,23912,12948,39665,38149,49459,51881,64761}},[168]={["x"]=-3099.83,["y"]=380.367,["oo"]={[0]=true,[2]=true},["n"]={65159,31520,4300,11190,35910,63635,44354}},[169]={["x"]=5339.66,["y"]=-272.444,["oo"]={[0]=true,[2]=true},["n"]={45360,9535,54016,54868,39938}},[170]={["x"]=5555.02,["y"]=1816.51,["oo"]={[2]=true},["n"]={48614,16079,60735,14292,38348,21758}},[171]={["x"]=-7360.51,["y"]=7434.14,["oo"]={[0]=true},["n"]={[0]=43195}},[172]={["x"]=-4584.76,["y"]=-2343.17,["oo"]={[4]=true},["n"]={10575,58402}},[173]={["x"]=1629.23,["y"]=-4507.24,["oo"]={[0]=true},["n"]={[0]=23950}},[174]={["x"]=5754.25,["y"]=-1295.98,["oo"]={[2]=true},["n"]={42443,3314,40362,25260,27788,21893}},[175]={["x"]=605.508,["y"]=5167.26,["oo"]={[2]=true},["n"]={23066,11397,49109,17566,21435,49971}},[176]={["x"]=506.059,["y"]=-5007.15,["oo"]={[0]=true,[2]=true},["n"]={43000,10115,50826,18174,14604,12913}},[177]={["x"]=5600.13,["y"]=2412.61,["oo"]={[1]=true},["n"]={19858,36221,9206}},[178]={["x"]=1379.66,["y"]=763.796,["oo"]={[0]=true,[2]=true},["n"]={8348,6534,60204,57984,44103,17814,106}},[179]={["x"]=-3618.66,["y"]=-5420.22,["oo"]={[0]=true},["n"]={[0]=48556}},[180]={["x"]=1699.61,["y"]=522.017,["oo"]={[0]=true},["n"]={[0]=20812}},[181]={["x"]=-7583.78,["y"]=6561.86,["oo"]={[0]=true},["n"]={[0]=42144}},[182]={["x"]=5894.39,["y"]=-795.792,["oo"]={[1]=true},["n"]={28548,65308,15021}},[183]={["x"]=1436.83,["y"]=6020.89,["oo"]={[0]=true},["n"]={[0]=10661}},[184]={["x"]=3563.36,["y"]=1823.29,["oo"]={[2]=true},["n"]={32117,48099,65210,25178,57240,9373}},[185]={["x"]=3791.29,["y"]=3251.8,["oo"]={[2]=true},["n"]={17421,29104,59146,30955,51440,2715}},[186]={["x"]=3014.82,["y"]=3519.18,["oo"]={[0]=true,[2]=true},["n"]={26471,55307,64241,40743,15837}},[187]={["x"]=-345.819,["y"]=5560.04,["oo"]={[1]=true},["n"]={10073,49147,49416}},[188]={["x"]=298.028,["y"]=4368.76,["oo"]={[2]=true},["n"]={4565,24641,22423,25456,3009}},[189]={["x"]=2343.04,["y"]=1359.74,["oo"]={[0]=true,[3]=true},["n"]={45035,50459,39821}},[190]={["x"]=3184.54,["y"]=4895.57,["oo"]={[0]=true,[2]=true},["n"]={52423,35744,40287,570,27909}},[191]={["x"]=2907.24,["y"]=1344.4,["oo"]={[0]=true},["n"]={[0]=465}},[192]={["x"]=5957.98,["y"]=2122.95,["oo"]={[1]=true},["n"]={57080,42104,49621}},[193]={["x"]=5413.62,["y"]=2821.05,["oo"]={[0]=true,[2]=true},["n"]={33196,13202,17171,47774,58474,43385}},[194]={["x"]=2555.18,["y"]=3842.4,["oo"]={[1]=true},["n"]={43787,29379,52230}},[195]={["x"]=-1.11667,["y"]=3402.44,["oo"]={[1]=true},["n"]={35568,59718,50306}},[196]={["x"]=5440.4,["y"]=-779.639,["oo"]={[1]=true},["n"]={35851,60592,47484}},[197]={["x"]=3557.23,["y"]=1327.2,["oo"]={[0]=true},["n"]={[0]=50338}},[198]={["x"]=1822.8,["y"]=5087.77,["oo"]={[0]=true,[2]=true},["n"]={59717,36704,54872,1382,9171,39530}},[199]={["x"]=3228.89,["y"]=1355.97,["oo"]={[2]=true},["n"]={41536,62712,41250,38344,65033,10017}},[200]={["x"]=-1.83749,["y"]=-2628.88,["oo"]={[0]=true,[3]=true},["n"]={54447,57264,57226}},[201]={["x"]=2.20835,["y"]=2635.03,["oo"]={[0]=true,[3]=true},["n"]={50986,39725,47389}},[202]={["x"]=-3663.27,["y"]=-1500.95,["oo"]={[0]=true},["n"]={[0]=26866}},[203]={["x"]=-2344.65,["y"]=-1346.29,["oo"]={[0]=true,[3]=true},["n"]={61525,20228,63965}},[204]={["x"]=799.179,["y"]=4364.2,["oo"]={[2]=true},["n"]={52632,36222,60002,47030,30155}},[205]={["x"]=-4578.96,["y"]=3411.91,["oo"]={[0]=true,[2]=true},["n"]={65112,14384,25781,13922,33625}},[206]={["x"]=-3671.17,["y"]=2001.06,["oo"]={[2]=true},["n"]={20551,5152,61198,39768,32739,12795}},[207]={["x"]=3422.67,["y"]=4494.41,["oo"]={[1]=true},["n"]={12068,16851,47743}},[208]={["x"]=1376.79,["y"]=3304.52,["oo"]={[0]=true,[2]=true},["n"]={2355,53558,7977,57900}},[209]={["x"]=3207.35,["y"]=2324.86,["oo"]={[2]=true},["n"]={56149,720,6542,60803,29870,94}},[210]={["x"]=5945.81,["y"]=1511.07,["oo"]={[1]=true},["n"]={9469,59220,65502}},[211]={["x"]=5925.92,["y"]=3556.33,["oo"]={[0]=true,[2]=true},["n"]={64769,23449,36849,7263,34394}},[212]={["x"]=-773.517,["y"]=4363.27,["oo"]={[2]=true},["n"]={43412,34666,36972,43303,30842}},[213]={["x"]=-9069.11,["y"]=650.693,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={47486,982,9971,5643,6028,31667,48480,53095,5029,9190,32249,10238,24704}},[214]={["x"]=398.73,["y"]=3393.27,["oo"]={[2]=true},["n"]={24377,56803,62694,45227}},[215]={["x"]=6106.78,["y"]=4523.03,["oo"]={[0]=true,[2]=true},["n"]={28658,14804,41119,12794,30455,22755}},[216]={["x"]=2861.46,["y"]=2308.75,["oo"]={[0]=true},["n"]={[0]=2094}},[217]={["x"]=1.87525,["y"]=-3747.82,["oo"]={[2]=true},["n"]={2292,27203,48362,8135,11659,11128}},[218]={["x"]=2350.56,["y"]=-1345.29,["oo"]={[0]=true,[3]=true},["n"]={44683,45272}},[219]={["x"]=-2828.42,["y"]=1566.86,["oo"]={[0]=true},["n"]={[0]=33988}},[220]={["x"]=-5421.52,["y"]=413.469,["oo"]={[0]=true,[2]=true},["n"]={15678,58831,39023,37501,56355,18368}},[221]={["x"]=-2785.08,["y"]=-2029.67,["oo"]={[0]=true},["n"]={[0]=35724}},[222]={["x"]=3313.74,["y"]=-5274,["oo"]={[1]=true},["n"]={21984,22618,21033}},[223]={["x"]=-286.833,["y"]=-3094.08,["oo"]={[0]=true},["n"]={[0]=33296}},[224]={["x"]=467.617,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=17201}},[225]={["x"]=5075.38,["y"]=4588.76,["oo"]={[0]=true,[2]=true},["n"]={4656,22217,6383,59866,29445}},[226]={["x"]=-4516.8,["y"]=-1999.43,["oo"]={[0]=true,[3]=true},["n"]={30693,33435,54694,44799,58453,21262,12536}},[227]={["x"]=-774.762,["y"]=1810.01,["oo"]={[1]=true},["n"]={57061,22061,5289}},[228]={["x"]=-3946.02,["y"]=-3293.88,["oo"]={[0]=true,[2]=true},["n"]={42668,24824,9505,43689,65259}},[229]={["x"]=4551.62,["y"]=-146.464,["oo"]={[0]=true},["n"]={[0]=52714}},[230]={["x"]=-4585.89,["y"]=736.926,["oo"]={[0]=true},["n"]={[0]=10221}},[231]={["x"]=-1312.99,["y"]=-5495.86,["oo"]={[1]=true},["n"]={51219,13232,9567}},[232]={["x"]=2729.9,["y"]=4409.73,["oo"]={[0]=true},["n"]={[0]=15027}},[233]={["x"]=703.93,["y"]=-3742.3,["oo"]={[0]=true},["n"]={[0]=27929}},[234]={["x"]=1063.12,["y"]=5557.81,["oo"]={[1]=true},["n"]={29185,58803,32059}},[235]={["x"]=-560.917,["y"]=1841.41,["oo"]={[4]=true},["n"]={46578,28330}},[236]={["x"]=-4193.26,["y"]=733.047,["oo"]={[0]=true,[2]=true},["n"]={50225,24155,15086,55772,27354}},[237]={["x"]=-2028.16,["y"]=3528.93,["oo"]={[0]=true},["n"]={[0]=43374}},[238]={["x"]=-8193.83,["y"]=-2379.15,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={44797,26714,14870,29994,11046,22637,922,29026,1105,34434,25651,60462,33167,40510,38387,51492,30940}},[239]={["x"]=-5465.66,["y"]=2727.13,["oo"]={[0]=true,[2]=true},["n"]={15835,62017,55676,33287}},[240]={["x"]=-4999.13,["y"]=4051.53,["oo"]={[0]=true},["n"]={[0]=3644}},[241]={["x"]=3814.95,["y"]=-583.573,["oo"]={[1]=true},["n"]={20611,42608,44988}},[242]={["x"]=-2341.37,["y"]=4068.7,["oo"]={[0]=true},["n"]={[0]=22703}},[243]={["x"]=-1743.83,["y"]=-4409.38,["oo"]={[0]=true,[2]=true},["n"]={33779,17569,45366,20142,44562,59036}},[244]={["x"]=-2718.01,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=14056}},[245]={["x"]=2824.27,["y"]=-3133.14,["oo"]={[0]=true},["n"]={[0]=21301}},[246]={["x"]=-1666.48,["y"]=-3891.6,["oo"]={[0]=true,[2]=true},["n"]={50557,35702,22062,15081,7688}},[247]={["x"]=-5791.27,["y"]=-648.009,["oo"]={[0]=true},["n"]={[0]=44202}},[248]={["x"]=-5791.27,["y"]=3160.45,["oo"]={[0]=true},["n"]={[0]=5233}},[249]={["x"]=-6763.11,["y"]=6774.72,["oo"]={[2]=true},["n"]={53992,43336,42546,45403,772}},[250]={["x"]=-5078.89,["y"]=1989.22,["oo"]={[0]=true},["n"]={[0]=22285}},[251]={["x"]=1470.43,["y"]=5553.72,["oo"]={[1]=true},["n"]={40135,9262,65093}},[252]={["x"]=-5791.27,["y"]=18.1692,["oo"]={[0]=true},["n"]={[0]=29353}},[253]={["x"]=-4585.89,["y"]=2448.69,["oo"]={[4]=true},["n"]={53793,40653}},[254]={["x"]=-3666.03,["y"]=-1150.55,["oo"]={[0]=true},["n"]={[0]=44908}},[255]={["x"]=-5791.27,["y"]=1993.55,["oo"]={[0]=true},["n"]={[0]=63723}},[256]={["x"]=-7539.12,["y"]=7166.55,["oo"]={[0]=true},["n"]={[0]=61072}},[257]={["x"]=4392.54,["y"]=5356.79,["oo"]={[0]=true,[2]=true},["n"]={55392,53002,4944,18703,36675,55085}},[258]={["x"]=-5791.27,["y"]=-79.5313,["oo"]={[4]=true},["n"]={[0]=63282}},[259]={["x"]=-4318.07,["y"]=4795.03,["oo"]={[0]=true},["n"]={[0]=14930}},[260]={["x"]=-6360.69,["y"]=-2854.37,["oo"]={[0]=true,[3]=true},["n"]={26481,41190,29106,25332,35260,38989,19103,15046,4177,25816}},[261]={["x"]=-3373.17,["y"]=5793.13,["oo"]={[0]=true},["n"]={[0]=34400}},[262]={["x"]=-3088.27,["y"]=-1643.54,["oo"]={[4]=true},["n"]={35556,39916}},[263]={["x"]=-2244.87,["y"]=2915.8,["oo"]={[4]=true},["n"]={[0]=31080}},[264]={["x"]=-1920.83,["y"]=-474.831,["oo"]={[4]=true},["n"]={16775,46910}},[265]={["x"]=-3001.77,["y"]=2448.03,["oo"]={[4]=true},["n"]={6981,36543}},[266]={["x"]=3256.59,["y"]=5792.84,["oo"]={[0]=true},["n"]={[0]=5237}},[267]={["x"]=-3976,["y"]=2941.03,["oo"]={[0]=true},["n"]={[0]=21941}},[268]={["x"]=-5791.27,["y"]=1061.55,["oo"]={[0]=true},["n"]={[0]=59928}},[269]={["x"]=-3082.12,["y"]=1566.24,["oo"]={[4]=true},["n"]={23881,9511}},[270]={["x"]=-7128.14,["y"]=6565.3,["oo"]={[2]=true},["n"]={56722,62162,2521,58029,51782}},[271]={["x"]=-3666.03,["y"]=1073.24,["oo"]={[0]=true},["n"]={[0]=26523}},[272]={["x"]=-5072.2,["y"]=-1994.11,["oo"]={[0]=true},["n"]={[0]=60472}},[273]={["x"]=-4124.89,["y"]=1073.24,["oo"]={[0]=true},["n"]={[0]=54415}},[274]={["x"]=-8002.79,["y"]=-1173.78,["oo"]={[0]=true},["n"]={[0]=39790}},[275]={["x"]=2886.36,["y"]=-4207.48,["oo"]={[0]=true},["n"]={[0]=10153}},[276]={["x"]=-11.7276,["y"]=-687.96,["oo"]={[1]=true},["n"]={22497,8643,63845}},[277]={["x"]=-8125.67,["y"]=-3663.7,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={32992,55146,42264,39728,32364,37419,46952,20050,61372,64768,16745,4494,40010,19641,409}},[278]={["x"]=-4585.89,["y"]=-784.621,["oo"]={[0]=true},["n"]={[0]=15631}},[279]={["x"]=3553.13,["y"]=-403.271,["oo"]={[0]=true},["n"]={[0]=9355}},[280]={["x"]=4691.63,["y"]=2358.53,["oo"]={[0]=true},["n"]={[0]=45491}},[281]={["x"]=-1149.43,["y"]=4249.47,["oo"]={[0]=true},["n"]={[0]=25763}},[282]={["x"]=-1727.07,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=6741}},[283]={["x"]=-1576.53,["y"]=4286.6,["oo"]={[0]=true},["n"]={[0]=17818}},[284]={["x"]=-3358.23,["y"]=3633.18,["oo"]={[4]=true},["n"]={[0]=42800}},[285]={["x"]=-534.714,["y"]=3826.67,["oo"]={[0]=true},["n"]={[0]=34009}},[286]={["x"]=-3343.46,["y"]=4102.11,["oo"]={[0]=true},["n"]={[0]=487}},[287]={["x"]=2841.67,["y"]=3224.13,["oo"]={[0]=true},["n"]={[0]=63139}},[288]={["x"]=-1705.96,["y"]=-3551.62,["oo"]={[0]=true},["n"]={[0]=31875}},[289]={["x"]=-6852.16,["y"]=7410.55,["oo"]={[0]=true},["n"]={[0]=8656}},[290]={["x"]=-3403.74,["y"]=2941.03,["oo"]={[0]=true},["n"]={[0]=49412}},[291]={["x"]=537.262,["y"]=3831.65,["oo"]={[0]=true},["n"]={[0]=48807}},[292]={["x"]=-2831.31,["y"]=-4265.8,["oo"]={[0]=true},["n"]={[0]=56029}},[293]={["x"]=2783.71,["y"]=5792.84,["oo"]={[0]=true},["n"]={[0]=6363}},[294]={["x"]=397.514,["y"]=-4625.95,["oo"]={[0]=true},["n"]={[0]=15711}},[295]={["x"]=1609.46,["y"]=-3739.51,["oo"]={[0]=true},["n"]={[0]=27659}},[296]={["x"]=-1595.83,["y"]=6173.2,["oo"]={[0]=true,[2]=true},["n"]={29019,37800,29547,4378,35507,22356}},[297]={["x"]=2.33298,["y"]=5792.84,["oo"]={[0]=true},["n"]={[0]=16544}},[298]={["x"]=-2494.73,["y"]=-4422.78,["oo"]={[0]=true},["n"]={[0]=5456}},[299]={["x"]=837.825,["y"]=5792.84,["oo"]={[0]=true},["n"]={[0]=8544}},[300]={["x"]=-3692.8,["y"]=-1993.72,["oo"]={[2]=true},["n"]={6237,15599,44529,41472,61471,1203}},[301]={["x"]=1680.96,["y"]=5792.84,["oo"]={[0]=true},["n"]={[0]=29937}},[302]={["x"]=528.172,["y"]=1842.67,["oo"]={[4]=true},["n"]={16167,10829}},[303]={["x"]=3555.89,["y"]=24.0496,["oo"]={[0]=true},["n"]={[0]=49978}},[304]={["x"]=789.698,["y"]=-5419.02,["oo"]={[0]=true,[2]=true},["n"]={54144,57457,13573,31619,39743,44151}},[305]={["x"]=1331.03,["y"]=2494.51,["oo"]={[2]=true},["n"]={11497,34483,238}},[306]={["x"]=-7129.2,["y"]=6984.28,["oo"]={[0]=true},["n"]={[0]=35754}},[307]={["x"]=2093.85,["y"]=3633.37,["oo"]={[0]=true},["n"]={[0]=5408}},[308]={["x"]=4239.87,["y"]=24.0497,["oo"]={[0]=true},["n"]={[0]=8938}},[309]={["x"]=4846.96,["y"]=24.0497,["oo"]={[0]=true},["n"]={[0]=59606}},[310]={["x"]=4847.91,["y"]=-1313.64,["oo"]={[4]=true},["n"]={13885,28012}},[311]={["x"]=6188,["y"]=-624.188,["oo"]={[0]=true},["n"]={[0]=49900}},[312]={["x"]=6188,["y"]=4156.36,["oo"]={[0]=true},["n"]={[0]=32555}},[313]={["x"]=-4460.23,["y"]=-1362.17,["oo"]={[0]=true},["n"]={[0]=62303}},[314]={["x"]=6188,["y"]=2664.39,["oo"]={[0]=true},["n"]={[0]=12412}},[315]={["x"]=2828.39,["y"]=-2801.88,["oo"]={[0]=true,[2]=true},["n"]={25789,54452,43328,59699,15852,55107}},[316]={["x"]=-2728.83,["y"]=4391.25,["oo"]={[0]=true},["n"]={[0]=34601}},[317]={["x"]=-6531.98,["y"]=6800.79,["oo"]={[0]=true},["n"]={[0]=58827}},[318]={["x"]=6188,["y"]=1804.55,["oo"]={[0]=true},["n"]={[0]=20807}},[319]={["x"]=5695,["y"]=24.0498,["oo"]={[4]=true},["n"]={[0]=1461}},[320]={["x"]=5646.7,["y"]=-3299.74,["oo"]={[0]=true,[2]=true},["n"]={2260,35334,29549,61689,13676}},[321]={["x"]=6188,["y"]=888.372,["oo"]={[0]=true},["n"]={[0]=36287}},[322]={["x"]=6188,["y"]=-1211.94,["oo"]={[0]=true},["n"]={[0]=46277}},[323]={["x"]=1222.94,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=19711}},[324]={["x"]=-5332.53,["y"]=4314.93,["oo"]={[0]=true},["n"]={[0]=56143}},[325]={["x"]=3770.21,["y"]=-3819.24,["oo"]={[0]=true,[2]=true},["n"]={40776,53018,15973,19679,21389,61399}},[326]={["x"]=-2690.81,["y"]=-3130.53,["oo"]={[0]=true},["n"]={[0]=13009}},[327]={["x"]=5075.69,["y"]=2359.8,["oo"]={[0]=true},["n"]={[0]=41866}},[328]={["x"]=4847.29,["y"]=467.17,["oo"]={[0]=true},["n"]={[0]=39718}},[329]={["x"]=-1277.35,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=24865}},[330]={["x"]=5075.69,["y"]=4156.36,["oo"]={[0]=true},["n"]={[0]=22266}},[331]={["x"]=-4381.07,["y"]=-202.981,["oo"]={[0]=true},["n"]={[0]=32245}},[332]={["x"]=2677.91,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=23471}},[333]={["x"]=-4373.51,["y"]=195.75,["oo"]={[0]=true},["n"]={[0]=50197}},[334]={["x"]=-2718.75,["y"]=-5042.99,["oo"]={[1]=true},["n"]={5462,7364,65273}},[335]={["x"]=-1507.69,["y"]=-1318.03,["oo"]={[4]=true},["n"]={10490,33479}},[336]={["x"]=1587.37,["y"]=3696.05,["oo"]={[0]=true},["n"]={[0]=11651}},[337]={["x"]=1483.21,["y"]=-1262.81,["oo"]={[4]=true},["n"]={46092,18033}},[338]={["x"]=-2132.22,["y"]=-3385.48,["oo"]={[0]=true},["n"]={[0]=60398}},[339]={["x"]=-3336.57,["y"]=-2836.17,["oo"]={[0]=true},["n"]={[0]=17735}},[340]={["x"]=-2544.71,["y"]=-4133.3,["oo"]={[0]=true},["n"]={[0]=42760}},[341]={["x"]=2197.85,["y"]=-3435.99,["oo"]={[0]=true},["n"]={[0]=37671}},[342]={["x"]=-5457.61,["y"]=1394.34,["oo"]={[0]=true,[2]=true},["n"]={18974,44429,30380,53118}},[343]={["x"]=-3959.1,["y"]=-2836.17,["oo"]={[0]=true},["n"]={[0]=46340}},[344]={["x"]=968.618,["y"]=-4244.92,["oo"]={[4]=true},["n"]={38176,11551,27415}},[345]={["x"]=11.4471,["y"]=-5597.2,["oo"]={[0]=true},["n"]={[0]=4367}},[346]={["x"]=-642.027,["y"]=-3734.23,["oo"]={[0]=true},["n"]={[0]=11420}},[347]={["x"]=4551.83,["y"]=194.439,["oo"]={[0]=true},["n"]={[0]=60180}},[348]={["x"]=-7492.04,["y"]=6776.72,["oo"]={[2]=true},["n"]={54877,57429,41534,22551,15435}},[349]={["x"]=-3609.36,["y"]=-3578.74,["oo"]={[4]=true},["n"]={6764,40366}},[350]={["x"]=-5070.33,["y"]=3642.53,["oo"]={[1]=true},["n"]={34191,60529,33582}},[351]={["x"]=1273.03,["y"]=-3741.26,["oo"]={[0]=true},["n"]={[0]=8948}},[352]={["x"]=6188,["y"]=-1836.69,["oo"]={[0]=true},["n"]={[0]=56295}},[353]={["x"]=6188,["y"]=-3299.93,["oo"]={[0]=true},["n"]={[0]=53456}},[354]={["x"]=-1113.05,["y"]=-7797.08,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={18002,27514,37114,19595,6052,54279,64588,51391,56461,61259,57197,4917,47873,258,16023}},[355]={["x"]=492.521,["y"]=-3451.29,["oo"]={[4]=true},["n"]={32210,21678}},[356]={["x"]=6923.76,["y"]=-1835.96,["oo"]={[0]=true,[3]=true},["n"]={32432,8027,12824,21297,1655,30319,55380,45827,28753,65225,33777}},[357]={["x"]=-6714.3,["y"]=6799.45,["oo"]={[0]=true},["n"]={[0]=43122}},[358]={["x"]=4.61481,["y"]=-4242.71,["oo"]={[4]=true},["n"]={[0]=19635}},[359]={["x"]=4234.67,["y"]=379.719,["oo"]={[0]=true,[2]=true},["n"]={45593,12801,53114,25067,31315,36338}},[360]={["x"]=-4585.89,["y"]=-1643.54,["oo"]={[4]=true},["n"]={31931,15064}},[361]={["x"]=-1746.84,["y"]=-4323.25,["oo"]={[4]=true},["n"]={55332,14021}},[362]={["x"]=2508.41,["y"]=4999.36,["oo"]={[0]=true,[2]=true},["n"]={29454,62744,18770,63251,34761}},[363]={["x"]=-5092.35,["y"]=-4115.79,["oo"]={[0]=true},["n"]={[0]=64210}},[364]={["x"]=-3539.81,["y"]=6006.13,["oo"]={[1]=true},["n"]={2491,18901,62319}},[365]={["x"]=1799.7,["y"]=-4312.2,["oo"]={[4]=true},["n"]={49651,41635}},[366]={["x"]=3841.32,["y"]=-3345.33,["oo"]={[0]=true},["n"]={[0]=4502}},[367]={["x"]=-1232.92,["y"]=-3726.82,["oo"]={[0]=true},["n"]={[0]=4397}},[368]={["x"]=-1250.59,["y"]=-4972.83,["oo"]={[0]=true,[2]=true},["n"]={12246,43061,27323,22577,6770,39858}},[369]={["x"]=-6073.98,["y"]=-22.8308,["oo"]={[1]=true},["n"]={55190,26712,35288}},[370]={["x"]=-4599.6,["y"]=-5083.87,["oo"]={[0]=true},["n"]={[0]=7444}},[371]={["x"]=-506.533,["y"]=-3441.34,["oo"]={[4]=true},["n"]={36542,37569}},[372]={["x"]=-3059.5,["y"]=-5083.87,["oo"]={[0]=true},["n"]={[0]=36678}},[373]={["x"]=1880.18,["y"]=-5762.65,["oo"]={[0]=true},["n"]={[0]=5296}},[374]={["x"]=2639.43,["y"]=-5349.79,["oo"]={[0]=true},["n"]={[0]=34882}},[375]={["x"]=-3491.37,["y"]=-4865.36,["oo"]={[1]=true},["n"]={48713,7898,35685}},[376]={["x"]=3144.34,["y"]=-5058.29,["oo"]={[0]=true},["n"]={[0]=49605}},[377]={["x"]=6188,["y"]=-2458.48,["oo"]={[0]=true},["n"]={[0]=18182}},[378]={["x"]=-3163.85,["y"]=4699.88,["oo"]={[0]=true,[2]=true},["n"]={38664,56460,61636,37647,54977}},[379]={["x"]=2240.49,["y"]=-5580.12,["oo"]={[0]=true},["n"]={[0]=33310}},[380]={["x"]=4815.33,["y"]=-4093.53,["oo"]={[0]=true},["n"]={[0]=36858}},[381]={["x"]=6489.2,["y"]=-394.796,["oo"]={[0]=true,[2]=true},["n"]={10843,15211,33374,31222,21228,38947}},[382]={["x"]=-1746.84,["y"]=-5762.65,["oo"]={[0]=true},["n"]={[0]=63447}},[383]={["x"]=-801.272,["y"]=-5762.65,["oo"]={[0]=true},["n"]={[0]=44184}},[384]={["x"]=2388.9,["y"]=4576.49,["oo"]={[0]=true},["n"]={[0]=36874}},[385]={["x"]=1691.29,["y"]=-2371.16,["oo"]={[2]=true},["n"]={48778,51923,41263}},[386]={["x"]=-3666.03,["y"]=605.421,["oo"]={[0]=true},["n"]={[0]=44606}},[387]={["x"]=-1526.28,["y"]=3665.67,["oo"]={[0]=true},["n"]={[0]=30691}},[388]={["x"]=6924.39,["y"]=414.137,["oo"]={[1]=true},["n"]={19320,12401,56744}},[389]={["x"]=-2339.76,["y"]=4517.07,["oo"]={[0]=true},["n"]={[0]=18025}},[390]={["x"]=-2701.53,["y"]=-5269.65,["oo"]={[4]=true},["n"]={[0]=39841}},[391]={["x"]=5303.08,["y"]=-2989.69,["oo"]={[1]=true},["n"]={27962,31501,59556}},[392]={["x"]=3015.03,["y"]=-2004.59,["oo"]={[2]=true,[4]=true},["n"]={11334,15549,64501,46136,58649,62069,31583,1600}},[393]={["x"]=3556.3,["y"]=400.681,["oo"]={[0]=true},["n"]={[0]=6538}},[394]={["x"]=4213.85,["y"]=-2821.07,["oo"]={[0]=true},["n"]={[0]=41518}},[395]={["x"]=-1187.76,["y"]=-18.7681,["oo"]={[1]=true},["n"]={15400,40126,3359}},[396]={["x"]=3761.46,["y"]=-2394.12,["oo"]={[4]=true},["n"]={[0]=20546}},[397]={["x"]=-3361.81,["y"]=-317.717,["oo"]={[0]=true,[2]=true},["n"]={49698,18146,12013,64077,25396}},[398]={["x"]=3554.3,["y"]=-1320.57,["oo"]={[0]=true},["n"]={[0]=5823}},[399]={["x"]=-6988.94,["y"]=6378.4,["oo"]={[0]=true},["n"]={[0]=10099}},[400]={["x"]=5075.69,["y"]=1822.58,["oo"]={[0]=true},["n"]={[0]=63843}},[401]={["x"]=6691.71,["y"]=4154.32,["oo"]={[0]=true,[2]=true},["n"]={50150,45436,64878,30969,36281,8434,32477}},[402]={["x"]=-3666.03,["y"]=-586.243,["oo"]={[0]=true},["n"]={[0]=2913}},[403]={["x"]=4847.73,["y"]=-404.097,["oo"]={[0]=true},["n"]={[0]=59252}},[404]={["x"]=1009.74,["y"]=3772.62,["oo"]={[0]=true},["n"]={[0]=6580}},[405]={["x"]=-1260.4,["y"]=-721.044,["oo"]={[0]=true},["n"]={[0]=63976}},[406]={["x"]=1116.32,["y"]=4249.47,["oo"]={[0]=true},["n"]={[0]=27283}},[407]={["x"]=3180.78,["y"]=-1313.64,["oo"]={[2]=true,[4]=true},["n"]={45838,8640,27276,62831,51220,48477,23507,57248}},[408]={["x"]=3553.04,["y"]=-820.639,["oo"]={[0]=true},["n"]={[0]=4011}},[409]={["x"]=-3561.87,["y"]=-2484.59,["oo"]={[0]=true},["n"]={[0]=49254}},[410]={["x"]=-3.22349,["y"]=-6758.45,["oo"]={[0]=true},["n"]={[0]=16246}},[411]={["x"]=447.041,["y"]=3401.66,["oo"]={[4]=true},["n"]={49806,63649}},[412]={["x"]=3570.63,["y"]=2825.54,["oo"]={[0]=true},["n"]={[0]=61306}},[413]={["x"]=5075.69,["y"]=2825.65,["oo"]={[0]=true},["n"]={[0]=60942}},[414]={["x"]=4582.69,["y"]=1295.81,["oo"]={[4]=true},["n"]={5616,1529}},[415]={["x"]=3254.62,["y"]=1295.81,["oo"]={[4]=true},["n"]={59370,63795}},[416]={["x"]=5005.68,["y"]=-1836.69,["oo"]={[3]=true},["n"]={7112,8001,47362,1767,41989,38995,8012}},[417]={["x"]=5850.71,["y"]=-319.37,["oo"]={[0]=true,[2]=true},["n"]={1648,20127,31359,11811,37785,3988}},[418]={["x"]=3081.18,["y"]=2340.81,["oo"]={[4]=true},["n"]={[0]=54142}},[419]={["x"]=3556.13,["y"]=802.809,["oo"]={[0]=true},["n"]={[0]=38662}},[420]={["x"]=-3666.03,["y"]=18.1659,["oo"]={[0]=true},["n"]={[0]=50862}},[421]={["x"]=-4585.89,["y"]=-474.836,["oo"]={[4]=true},["n"]={[0]=50422}},[422]={["x"]=-464.286,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=34031}},[423]={["x"]=-808.03,["y"]=5792.76,["oo"]={[0]=true},["n"]={[0]=24083}},[424]={["x"]=-1020.93,["y"]=3790.25,["oo"]={[0]=true},["n"]={[0]=476}},[425]={["x"]=646.997,["y"]=317.162,["oo"]={[1]=true},["n"]={35179,60532,9009}},[426]={["x"]=4212.86,["y"]=-2340.97,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={35283,10763,28754,7920,60949,46965,21575,40644,42686}},[427]={["x"]=3199,["y"]=-356.054,["oo"]={[0]=true,[2]=true},["n"]={58968,37663,1427,51235,35296,18707,55604}},[428]={["x"]=-1363.45,["y"]=1831.51,["oo"]={[1]=true},["n"]={12809,29292,27718}},[429]={["x"]=3696.31,["y"]=4907.3,["oo"]={[0]=true,[2]=true},["n"]={6,5622,25209,7997,30626}},[430]={["x"]=-10525,["y"]=1982.95,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={5865,48904,8592,63583,42861,50024,32251,57560,9271,38999,24528,59920,63673,29630,29294}},[431]={["x"]=4896.33,["y"]=-3685.29,["oo"]={[0]=true,[2]=true},["n"]={61981,60405,25757,47507,49929,43416}},[432]={["x"]=3515.94,["y"]=-2340.97,["oo"]={[0]=true},["n"]={[0]=35894}},[433]={["x"]=4214.36,["y"]=-1304.62,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={60737,42623,46289,30338,51212,30205,54338,33903,58069}},[434]={["x"]=-3056.27,["y"]=6179.56,["oo"]={[0]=true,[2]=true},["n"]={35053,17754,61050,64024,57839,43514}},[435]={["x"]=3.1169,["y"]=5182.46,["oo"]={[2]=true},["n"]={1325,29933,31471,54127,11859,18103}},[436]={["x"]=3601.42,["y"]=6323.77,["oo"]={[0]=true},["n"]={[0]=64217}},[437]={["x"]=5604.99,["y"]=1146.6,["oo"]={[1]=true},["n"]={37619,24133,64235}},[438]={["x"]=3953.32,["y"]=4474.9,["oo"]={[0]=true,[2]=true},["n"]={34678,26528,19069,58271,2047}},[439]={["x"]=1974.6,["y"]=6242,["oo"]={[0]=true,[2]=true},["n"]={10348,24521,27763,49969,47136}},[440]={["x"]=-3243.86,["y"]=-5767.96,["oo"]={[0]=true},["n"]={[0]=18663}},[441]={["x"]=1379.42,["y"]=-1385.45,["oo"]={[0]=true},["n"]={[0]=23540}},[442]={["x"]=6527.16,["y"]=504.13,["oo"]={[0]=true},["n"]={[0]=54307}},[443]={["x"]=-6080.4,["y"]=413.469,["oo"]={[0]=true},["n"]={[0]=31961}},[444]={["x"]=-3858.08,["y"]=3285.51,["oo"]={[0]=true},["n"]={[0]=40907}},[445]={["x"]=4163.55,["y"]=-4974.5,["oo"]={[0]=true},["n"]={[0]=11455}},[446]={["x"]=2459.26,["y"]=-5957.55,["oo"]={[0]=true},["n"]={[0]=56075}},[447]={["x"]=4309.04,["y"]=-3704.71,["oo"]={[0]=true,[2]=true},["n"]={18769,61653,38190,1822,57969}},[448]={["x"]=1339.05,["y"]=-1075.93,["oo"]={[0]=true},["n"]={[0]=45175}},[449]={["x"]=3528.91,["y"]=-5646.28,["oo"]={[0]=true},["n"]={[0]=53759}},[450]={["x"]=1870.52,["y"]=-3308.14,["oo"]={[0]=true},["n"]={[0]=31703}},[451]={["x"]=-1261.79,["y"]=-1308.11,["oo"]={[0]=true},["n"]={[0]=39085}},[452]={["x"]=-272.389,["y"]=4366.9,["oo"]={[2]=true},["n"]={12236,46730,25324,19782,49538}},[453]={["x"]=-4591.78,["y"]=5028.85,["oo"]={[0]=true},["n"]={[0]=12926}},[454]={["x"]=3681.84,["y"]=5792.84,["oo"]={[0]=true},["n"]={[0]=42178}},[455]={["x"]=6561.33,["y"]=4513.49,["oo"]={[0]=true},["n"]={[0]=54922}},[456]={["x"]=7357.52,["y"]=377.844,["oo"]={[0]=true},["n"]={[0]=14914}},[457]={["x"]=-2971.27,["y"]=-6142.24,["oo"]={[0]=true,[2]=true},["n"]={22535,14674,30767,6250,31973,2821}},[458]={["x"]=3751.61,["y"]=-5060.6,["oo"]={[0]=true,[2]=true},["n"]={20077,42436,39986,32295}},[459]={["x"]=-5011.41,["y"]=-3610.95,["oo"]={[0]=true,[2]=true},["n"]={21974,25831,5935,9392,32932,25814}},[460]={["x"]=3293.82,["y"]=442.288,["oo"]={[1]=true},["n"]={63194,64265,6799}},[461]={["x"]=3567.58,["y"]=-4384.43,["oo"]={[1]=true},["n"]={28859,55571,12143}},[462]={["x"]=631.828,["y"]=-1332.46,["oo"]={[1]=true},["n"]={65097,7594,57736}},[463]={["x"]=-1916.64,["y"]=5560.63,["oo"]={[1]=true},["n"]={9995,34513,33718}},[464]={["x"]=4849.18,["y"]=-2340.97,["oo"]={[0]=true},["n"]={[0]=24050}},[465]={["x"]=-4101.42,["y"]=-778.777,["oo"]={[0]=true,[2]=true},["n"]={41599,55926,1761,36859,38333}},[466]={["x"]=4847.68,["y"]=-1304.24,["oo"]={[0]=true},["n"]={[0]=46408}},[467]={["x"]=-4076,["y"]=-4266.95,["oo"]={[0]=true,[2]=true},["n"]={40291,885,37163,24324,1403}},[468]={["x"]=5150.51,["y"]=778.864,["oo"]={[1]=true},["n"]={56646,25511,4481}},[469]={["x"]=2.83147,["y"]=5.63643,["oo"]={[0]=true,[3]=true},["n"]={2151,47062,62103,15144,55373,48828,58833}},[470]={["x"]=9171.33,["y"]=-2608.94,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={37191,32947,15542,55867,63908,28884,19587,29825,35598,41891,2336,23225,13219,57331,58454,55236}},[471]={["x"]=-600.76,["y"]=339.102,["oo"]={[1]=true},["n"]={62662,17674,13782}},[472]={["x"]=647.283,["y"]=-395.459,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={918,28221,24643,45456,56153,11688,48768,3992,49807,37575}},[473]={["x"]=1365.94,["y"]=181.314,["oo"]={[1]=true},["n"]={34579,40100,30471}},[474]={["x"]=6488.12,["y"]=-3407.81,["oo"]={[0]=true},["n"]={[0]=24426}},[475]={["x"]=4237.11,["y"]=-317.398,["oo"]={[0]=true,[2]=true},["n"]={6288,62795,56090,49408,4219,48698}},[476]={["x"]=-3111.87,["y"]=-4555.13,["oo"]={[0]=true,[2]=true},["n"]={16512,22702,24229,4977,53957}},[477]={["x"]=4629.59,["y"]=4156.72,["oo"]={[0]=true,[2]=true},["n"]={51883,19919,62767,63138,6967,55743}},[478]={["x"]=1980.51,["y"]=4470.01,["oo"]={[0]=true},["n"]={[0]=10808}},[479]={["x"]=-3182.22,["y"]=-1512.09,["oo"]={[2]=true},["n"]={29005,39631,17251,31758,42837,23456}},[480]={["x"]=9050.56,["y"]=-1193.81,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={64842,16940,41081,5087,63135,14103,47366,51462,26446,28535,25167,39834,869,38918,18635}},[481]={["x"]=-5093.7,["y"]=-4567.97,["oo"]={[0]=true},["n"]={[0]=63425}},[482]={["x"]=-1753.74,["y"]=-3264.72,["oo"]={[1]=true},["n"]={24157,53757,42900}},[483]={["x"]=-626.55,["y"]=1038.26,["oo"]={[1]=true},["n"]={25732,1696,63933}},[484]={["x"]=3144.34,["y"]=-4499.29,["oo"]={[0]=true,[2]=true},["n"]={40409,4546,4995,9055,41027,3726,63167}},[485]={["x"]=-680.776,["y"]=-1379.32,["oo"]={[0]=true,[2]=true},["n"]={29171,30658,31103,25409,39559}},[486]={["x"]=-6622.49,["y"]=6962.76,["oo"]={[0]=true},["n"]={[0]=6778}},[487]={["x"]=-3.32764,["y"]=1357.23,["oo"]={[0]=true},["n"]={[0]=19144}},[488]={["x"]=-4416.43,["y"]=-5426.18,["oo"]={[0]=true},["n"]={[0]=44941}},[489]={["x"]=2408.01,["y"]=-3513,["oo"]={[0]=true},["n"]={[0]=23690}},[490]={["x"]=-4895.07,["y"]=248.191,["oo"]={[0]=true,[2]=true},["n"]={63380,40229,37895,31257,54597}},[491]={["x"]=-3162.95,["y"]=1566.86,["oo"]={[2]=true},["n"]={40535,30335,32480,7828}},[492]={["x"]=-3258.79,["y"]=-3773.85,["oo"]={[0]=true,[2]=true},["n"]={58763,63963,7153,32455,38599}},[493]={["x"]=2880.26,["y"]=-1317.53,["oo"]={[0]=true},["n"]={[0]=41689}},[494]={["x"]=4692.13,["y"]=1295.6,["oo"]={[0]=true},["n"]={[0]=1571}},[495]={["x"]=301.254,["y"]=-3106.15,["oo"]={[0]=true},["n"]={[0]=59650}},[496]={["x"]=497.141,["y"]=-3410.77,["oo"]={[2]=true},["n"]={6949,19374,55643,40637,9650,25222}},[497]={["x"]=4023.99,["y"]=-4251.62,["oo"]={[1]=true},["n"]={25770,39814,27190}},[498]={["x"]=-886.5,["y"]=-1918.25,["oo"]={[0]=true,[2]=true},["n"]={47312,55866,45317,42274}},[499]={["x"]=1377.64,["y"]=1909.07,["oo"]={[1]=true},["n"]={8930,18402,42041}},[500]={["x"]=4583.76,["y"]=-612.666,["oo"]={[1]=true},["n"]={19210,43316,47065}},[501]={["x"]=1209.14,["y"]=-136.437,["oo"]={[1]=true},["n"]={19287,61875,49379}},[502]={["x"]=2278.85,["y"]=-2725.75,["oo"]={[0]=true,[2]=true},["n"]={55247,63799,61320,18865,33166}},[503]={["x"]=-6462.24,["y"]=-1998.81,["oo"]={[0]=true,[2]=true,[3]=true},["n"]={63824,29061,55993,7092,31153,11016,8198,41251,13164,44347,14665}},[504]={["x"]=-2863.3,["y"]=-1504.25,["oo"]={[0]=true},["n"]={[0]=17352}},[505]={["x"]=-5062.74,["y"]=-332.815,["oo"]={[0]=true,[2]=true},["n"]={7374,3533,11088,65108,4398}},[506]={["x"]=-1949.07,["y"]=4372.49,["oo"]={[0]=true,[2]=true},["n"]={23199,60887,17833,26294,48958,11568}},[507]={["x"]=-3136.28,["y"]=-5395.35,["oo"]={[1]=true},["n"]={7960,52502,20987}},[508]={["x"]=3358.48,["y"]=6059.85,["oo"]={[1]=true},["n"]={46882,40132,58854}},[509]={["x"]=6450.56,["y"]=65.0498,["oo"]={[1]=true},["n"]={32763,23334,6797}},[510]={["x"]=-6513.62,["y"]=-36.5326,["oo"]={[0]=true},["n"]={[0]=40849}},[511]={["x"]=-5440.57,["y"]=-1995.75,["oo"]={[0]=true},["n"]={[0]=26196}},[512]={["x"]=-5293.51,["y"]=-1994.74,["oo"]={[0]=true},["n"]={[0]=34171}},[513]={["x"]=5577.85,["y"]=-3995.86,["oo"]={[0]=true,[2]=true},["n"]={58210,19008,11689,62970,46904,8700}},[514]={["x"]=-1.0393,["y"]=4699.27,["oo"]={[0]=true},["n"]={[0]=56001}},[515]={["x"]=-5791.27,["y"]=-1999.07,["oo"]={[0]=true},["n"]={[0]=29199}},[516]={["x"]=-5436.84,["y"]=4399.24,["oo"]={[0]=true},["n"]={[0]=57539}},[517]={["x"]=-8510.9,["y"]=3162.58,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={23972,49153,32115,62349,62595,44297,1734,56789,17765}},[518]={["x"]=-8513.97,["y"]=3161.47,["oo"]={[2]=true,[3]=true},["n"]={63417,51998,5819,53816}},[519]={["x"]=-9067.62,["y"]=1007.34,["oo"]={[2]=true},["n"]={42659,50692,1731,14996,61355}},[520]={["x"]=9303.35,["y"]=3417.17,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={53421,31364,5926,16848,27536,4849,12146,11597,24432,33645,15550,55509,58427}},[521]={["x"]=8627.96,["y"]=623.31,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={53086,5443,59837,61627,5082,26067,28995,45313,26958,44482,55985,21455,62136,24848,56856}},[522]={["x"]=-1954.93,["y"]=7857.01,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={33179,48760,37623,3651,24538,1675,27864,15616,52575,8419,63490,2598,14726,758,32730}},[523]={["x"]=8881.4,["y"]=1869.93,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={36242,51101,14156,63293,32640,65296,40631,61805,59800,6038,32662,40813,20480,64111}},[524]={["x"]=8781.38,["y"]=2036.19,["oo"]={[0]=true},["n"]={[0]=1697}},[525]={["x"]=-2378.71,["y"]=-7740.3,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={31984,17018,32417,6728,48124,37127,31344,37492,27096,62504,31316,43242,25309,47630,18378}},[526]={["x"]=563.79,["y"]=-7404.46,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={55646,18309,60547,39818,18574,54159,65153,14603,48719,36017,26298,11490,23509,23572,60791}},[527]={["x"]=214.339,["y"]=-7046.14,["oo"]={[0]=true},["n"]={[0]=3554}},[528]={["x"]=-44.9816,["y"]=8284.1,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={6982,61478,60508,35185,25111,43725,31700,33940,35750,56967,11412,27604,41433,13374,24984}},[529]={["x"]=-8278.64,["y"]=-1020.38,["oo"]={[0]=true,[2]=true,[3]=true,[4]=true},["n"]={43193,57222,10635,60769,662,37486,48214,40059,3154,32816,61871}},[530]={["x"]=-8002.6,["y"]=-866.539,["oo"]={[0]=true},["n"]={[0]=53884}},[531]={["x"]=-6762.47,["y"]=7195.67,["oo"]={[2]=true},["n"]={7618,42671,38689,31598,49532}},[532]={["x"]=-7493.62,["y"]=7195.64,["oo"]={[2]=true},["n"]={24755,33875,30690,193,61437}},[533]={["x"]=-7632.91,["y"]=7091.57,["oo"]={[1]=true},["n"]={[0]=57052}},[534]={["x"]=-6763.06,["y"]=7250.21,["oo"]={[0]=true},["n"]={[0]=9327}},[535]={["x"]=-6896.71,["y"]=6538,["oo"]={[0]=true},["n"]={[0]=12597}},[536]={["x"]=-7268.5,["y"]=7514.06,["oo"]={[1]=true},["n"]={[0]=34774}},[537]={["x"]=-7176,["y"]=7432.68,["oo"]={[0]=true},["n"]={[0]=39598}},[538]={["x"]=-7491.48,["y"]=6720.18,["oo"]={[0]=true},["n"]={[0]=43962}},[539]={["x"]=-7403.2,["y"]=6561.35,["oo"]={[0]=true},["n"]={[0]=30919}},[540]={["x"]=4847.28,["y"]=-3178.7,["oo"]={[0]=true,[2]=true},["n"]={59482,46896,4973,5129,9864,58442}},[541]={["x"]=5091.19,["y"]=-4566.02,["oo"]={[0]=true,[3]=true},["n"]={34763,30110,42907,53013,21693,5613,38539,54713,23616,16874}},[542]={["x"]=2360.76,["y"]=-233.102,["oo"]={[1]=true},["n"]={54574,54974,59605}},[543]={["x"]=965.093,["y"]=-1903.13,["oo"]={[0]=true,[2]=true},["n"]={17849,33911,21602,57615,44543}},[544]={["x"]=393.289,["y"]=5559.17,["oo"]={[1]=true},["n"]={11364,43684,59766}},[545]={["x"]=3998.45,["y"]=3996.06,["oo"]={[1]=true},["n"]={32802,25766,16236}},[546]={["x"]=-3186.73,["y"]=-2253.05,["oo"]={[2]=true},["n"]={4568,420,33923,59005,61217,9294}},[547]={["x"]=2735.2,["y"]=-1801.22,["oo"]={[0]=true},["n"]={[0]=63639}},[548]={["x"]=-4460.23,["y"]=-2626.41,["oo"]={[0]=true},["n"]={[0]=59728}},[549]={["x"]=-1417.49,["y"]=-3397.5,["oo"]={[1]=true},["n"]={29033,51954,29861}},[550]={["x"]=-3600.24,["y"]=-4394.79,["oo"]={[0]=true,[2]=true},["n"]={50382,6616,48093,16743,34560,44824,19833}},[551]={["x"]=-424.75,["y"]=-4982.75,["oo"]={[0]=true,[2]=true},["n"]={26585,40075,49534,42485,7918,6861}},[552]={["x"]=2311.33,["y"]=-5261.21,["oo"]={[1]=true},["n"]={51801,14745,53573}},[553]={["x"]=-1560.49,["y"]=3318.81,["oo"]={[0]=true,[2]=true},["n"]={37887,17934,29359,63727,29110}},[554]={["x"]=5579.12,["y"]=4454.94,["oo"]={[0]=true,[2]=true},["n"]={9786,4573,33558,3309,56917}},[555]={["x"]=5806.97,["y"]=712.404,["oo"]={[0]=true,[2]=true},["n"]={56814,46694,11850,17608,50154}},[556]={["x"]=3424.24,["y"]=3807.71,["oo"]={[1]=true},["n"]={45033,53324,15344}},[557]={["x"]=-4679.04,["y"]=3931.22,["oo"]={[0]=true,[2]=true},["n"]={2957,64221,39678,54629,58407}},[558]={["x"]=5903.06,["y"]=2916.24,["oo"]={[0]=true,[2]=true},["n"]={9844,1513,46593,2959,22914}},[559]={["x"]=-1957.41,["y"]=5079.74,["oo"]={[0]=true,[2]=true},["n"]={53292,40841,59833,15124,9194,11596}},[560]={["x"]=8.22188,["y"]=6271.72,["oo"]={[0]=true,[3]=true},["n"]={23951,57449,16213,58921,57011,65485,32690,64882,7013}},[561]={["x"]=4867.6,["y"]=5070.96,["oo"]={[0]=true,[2]=true},["n"]={11678,36912,59625,44306,8458,35496}},[562]={["x"]=-4247.83,["y"]=4424.19,["oo"]={[1]=true},["n"]={25531,19884,49772}},[563]={["x"]=1851.91,["y"]=-5367.1,["oo"]={[1]=true},["n"]={27592,44924,55114}},[564]={["x"]=-1356.77,["y"]=5027.25,["oo"]={[0]=true,[2]=true},["n"]={45341,6043,50340,60031,9227}},[565]={["x"]=2625.17,["y"]=5502.86,["oo"]={[0]=true,[2]=true},["n"]={19388,23852,32519,26188,52090,55192}},[566]={["x"]=-3374.35,["y"]=5299.53,["oo"]={[0]=true,[2]=true},["n"]={43822,2411,35992,5126,22391}},[567]={["x"]=-3400.74,["y"]=3304.13,["oo"]={[0]=true,[2]=true},["n"]={23904,15438,8426,29034,35436}},[568]={["x"]=-5792.51,["y"]=3689.39,["oo"]={[0]=true,[2]=true},["n"]={44922,48813,10851,861,788}},[569]={["x"]=-5314.54,["y"]=-3047.31,["oo"]={[0]=true,[2]=true},["n"]={22472,57167,28076,51108,47387}},[570]={["x"]=1522.6,["y"]=-5021.27,["oo"]={[0]=true,[2]=true},["n"]={9370,44360,6685,29381,33772}},[571]={["x"]=-377.525,["y"]=-5469.3,["oo"]={[1]=true},["n"]={15167,24872,34506}},[572]={["x"]=2405.4,["y"]=-3116.32,["oo"]={[1]=true},["n"]={23438,16602,41137}},[573]={["x"]=6421.98,["y"]=1267.83,["oo"]={[1]=true},["n"]={31371,40751,6233}},[574]={["x"]=3270.71,["y"]=-3991.86,["oo"]={[0]=true,[2]=true},["n"]={12073,52522,11716,42744,45608}},[575]={["x"]=3814.32,["y"]=-200.99,["oo"]={[1]=true},["n"]={42006,18661,44102}},[576]={["x"]=3031.97,["y"]=-3263.44,["oo"]={[1]=true},["n"]={9015,23439,39524}},[577]={["x"]=6479.23,["y"]=3638.4,["oo"]={[0]=true,[2]=true},["n"]={4750,58288,63618,42632,27444,15290,43846}},[578]={["x"]=-3160.13,["y"]=2016.62,["oo"]={[0]=true},["n"]={[0]=38706}},[579]={["x"]=3143.42,["y"]=1824.64,["oo"]={[0]=true},["n"]={[0]=41307}},[580]={["x"]=17.2329,["y"]=-3329.59,["oo"]={[0]=true},["n"]={[0]=62596}},[581]={["x"]=6894.09,["y"]=41.0428,["oo"]={[0]=true},["n"]={[0]=57006}},[582]={["x"]=-3798.36,["y"]=6320.53,["oo"]={[0]=true},["n"]={[0]=27119}},[583]={["x"]=-7082.48,["y"]=2033,["oo"]={[0]=true},["n"]={[0]=52282}},[584]={["x"]=-7184.33,["y"]=-2006.03,["oo"]={[0]=true},["n"]={[0]=5624}},[585]={["x"]=1212.78,["y"]=1563.55,["oo"]={[0]=true},["n"]={[0]=56207}},[586]={["x"]=1976.22,["y"]=4108.5,["oo"]={[0]=true,[2]=true},["n"]={35101,26365,12415,36736,7187}},[587]={["x"]=9533.69,["y"]=5190.68,["oo"]={},["n"]={}},[588]={["x"]=9618.01,["y"]=5433.64,["oo"]={},["n"]={}},[589]={["x"]=8682.59,["y"]=5521.01,["oo"]={},["n"]={}},[590]={["x"]=8500.23,["y"]=4964,["oo"]={},["n"]={}},[591]={["x"]=8564.17,["y"]=4924.04,["oo"]={},["n"]={}},[592]={["x"]=8516.7,["y"]=5195.28,["oo"]={},["n"]={}},[593]={["x"]=8510.89,["y"]=4881.41,["oo"]={},["n"]={}},[594]={["x"]=8359.04,["y"]=5022.61,["oo"]={},["n"]={}},[595]={["x"]=9034.74,["y"]=5475.6,["oo"]={},["n"]={}},[596]={["x"]=8817.43,["y"]=5576.17,["oo"]={},["n"]={}},[597]={["x"]=7221.77,["y"]=-144.14,["oo"]={},["n"]={}},[598]={["x"]=8993.59,["y"]=4840.34,["oo"]={},["n"]={}},[599]={["x"]=5102.54,["y"]=-591.905,["oo"]={[1]=true},["n"]={46471,21048,10555}},[600]={["x"]=7957.63,["y"]=-240.936,["oo"]={},["n"]={}}},["root"]={["g"]=0,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={50459,47175,50986,61525,54447,44683,58833},["in"]={}},["nodes"]={[30439]={["id"]=30439,["icon"]="Art/2DArt/SkillIcons/passives/lavalash.png",["ks"]=false,["not"]=true,["dn"]="Lava Lash",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Teal Oil - Silver Oil","+8% to Fire Damage over Time Multiplier","Damage with Weapons Penetrates 8% Fire Resistance","30% increased Fire Damage with Attack Skills"},["g"]=1,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=30439}},[8879]={["id"]=8879,["icon"]="Art/2DArt/SkillIcons/passives/firedamagestr.png",["ks"]=false,["not"]=false,["dn"]="Weapon Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Fire Damage with Attack Skills"},["g"]=1,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={8879,8879}},[14419]={["id"]=14419,["icon"]="Art/2DArt/SkillIcons/passives/firedamagestr.png",["ks"]=false,["not"]=false,["dn"]="Weapon Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Fire Damage with Attack Skills"},["g"]=1,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30439,8879},["in"]={}},[38129]={["id"]=38129,["icon"]="Art/2DArt/SkillIcons/passives/damage_blue.png",["ks"]=false,["not"]=false,["dn"]="Damage and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage","+12 to maximum Energy Shield"},["g"]=2,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={44683,11334,63639},["in"]={[0]=38129}},[42964]={["id"]=42964,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Bows","3% increased Attack Speed with Bows","12% increased Damage Over Time with Bow Skills"},["g"]=3,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={42964,42964}},[6654]={["id"]=6654,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage with Bows","6% increased Global Accuracy Rating","15% increased Damage Over Time with Bow Skills"},["g"]=3,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={6654,6654}},[6913]={["id"]=6913,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage with Bows","6% increased Global Accuracy Rating","15% increased Damage Over Time with Bow Skills"},["g"]=3,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6654},["in"]={[0]=6913}},[65224]={["id"]=65224,["icon"]="Art/2DArt/SkillIcons/passives/AspectoftheEagle.png",["ks"]=false,["not"]=true,["dn"]="Aspect of the Eagle",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Verdant Oil - Teal Oil","20% increased Damage with Bows","12% increased Global Accuracy Rating","+10 to maximum Life","4% increased Movement Speed","20% increased Damage Over Time with Bow Skills"},["g"]=3,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={6913,42964,41380},["in"]={}},[41380]={["id"]=41380,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Attack Speed and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Bows","20% increased Critical Strike Chance with Bows"},["g"]=3,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57819},["in"]={[0]=41380}},[57819]={["id"]=57819,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Attack Speed and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Bows","20% increased Critical Strike Chance with Bows"},["g"]=3,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={57819,57819}},[27140]={["id"]=27140,["icon"]="Art/2DArt/SkillIcons/passives/accuracy2h.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","0.4% of Physical Attack Damage Leeched as Life","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=4,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={27140,27140}},[64816]={["id"]=64816,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=4,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={27140,43374},["in"]={[0]=64816}},[34959]={["id"]=34959,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Life Leech Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","25% increased total Recovery per second from Life Leech","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=4,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={64816,6884},["in"]={}},[51287]={["id"]=51287,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.png",["ks"]=false,["not"]=false,["dn"]="Two Hand Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=4,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[27301]={["id"]=27301,["icon"]="Art/2DArt/SkillIcons/passives/MartialExperience.png",["ks"]=false,["not"]=true,["dn"]="Martial Experience",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Violet Oil - Silver Oil","30% increased Physical Damage with Two Handed Melee Weapons","0.8% of Physical Attack Damage Leeched as Life","50% increased total Recovery per second from Life Leech","Enemies have -12% to Total Physical Damage Reduction against your Hits","30% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=4,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27140},["in"]={[0]=27301}},[6884]={["id"]=6884,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Life Leech Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","25% increased total Recovery per second from Life Leech","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=4,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27301},["in"]={[0]=6884}},[42804]={["id"]=42804,["icon"]="Art/2DArt/SkillIcons/passives/minddrinker.png",["ks"]=false,["not"]=true,["dn"]="Mind Drinker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Violet Oil - Silver Oil","18% increased maximum Mana","0.4% of Attack Damage Leeched as Mana","Recover 2% of Mana on Kill"},["g"]=5,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49308,63228},["in"]={}},[63228]={["id"]=63228,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=5,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56295},["in"]={[0]=63228}},[49308]={["id"]=49308,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=5,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={49308,49308}},[61834]={["id"]=61834,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=5,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27656},["in"]={[0]=61834}},[53213]={["id"]=53213,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=5,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=10,["ia"]=0,["out"]={61834,7112},["in"]={}},[27656]={["id"]=27656,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=5,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=56295},["in"]={[0]=27656}},[11730]={["id"]=11730,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=true,["dn"]="Endurance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Teal Oil - Black Oil","+1 to Maximum Endurance Charges"},["g"]=6,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={401,40766},["in"]={}},[40766]={["id"]=40766,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Endurance Charge Duration"},["g"]=6,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23027},["in"]={[0]=40766}},[36949]={["id"]=36949,["icon"]="Art/2DArt/SkillIcons/passives/titanicmight.png",["ks"]=false,["not"]=true,["dn"]="Devotion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Violet Oil - Crimson Oil","8% increased maximum Life","3% increased effect of Non-Curse Auras from your Skills","+20 to Strength"},["g"]=6,["o"]=2,["oidx"]=11,["sa"]=20,["da"]=0,["ia"]=0,["out"]={[0]=10031},["in"]={[0]=36949}},[6712]={["id"]=6712,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Life"},["g"]=6,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={36949,23027},["in"]={}},[10031]={["id"]=10031,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Life"},["g"]=6,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15064},["in"]={[0]=10031}},[401]={["id"]=401,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Endurance Charge Duration"},["g"]=6,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15064},["in"]={[0]=401}},[8281]={["id"]=8281,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png",["ks"]=false,["not"]=false,["dn"]="Elementalist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Witch Ascendancy passives)"},["spc"]={},["sd"]={"Damage Penetrates 10% of Enemy Elemental Resistances","Cannot take Reflected Elemental Damage","40% increased Effect of Heralds on you","Shocks from your Hits always increase Damage taken by at least 10%","+1 to maximum number of Golems"},["g"]=7,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=8281}},[62214]={["id"]=62214,["icon"]="Art/2DArt/SkillIcons/passives/ElementalResistance2.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Block and Elemental Resistances with a Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while holding a Shield","+6% Elemental Resistances while holding a Shield"},["g"]=8,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20832},["in"]={[0]=62214}},[64426]={["id"]=64426,["icon"]="Art/2DArt/SkillIcons/passives/ElementalResistance2.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Block and Elemental Resistances with a Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while holding a Shield","+6% Elemental Resistances while holding a Shield"},["g"]=8,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1593},["in"]={[0]=64426}},[20832]={["id"]=20832,["icon"]="Art/2DArt/SkillIcons/passives/barricade.png",["ks"]=false,["not"]=true,["dn"]="Sanctuary",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Violet Oil - Golden Oil","+3% Chance to Block Spell Damage while holding a Shield","+12% Elemental Resistances while holding a Shield","+3% Chance to Block Attack Damage while holding a Shield"},["g"]=8,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=20832}},[1593]={["id"]=1593,["icon"]="Art/2DArt/SkillIcons/passives/shieldblock.png",["ks"]=false,["not"]=false,["dn"]="Shield Block and Defences",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"40% increased Defences from Equipped Shield","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=8,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62214},["in"]={[0]=1593}},[56305]={["id"]=56305,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupShield.png",["ks"]=false,["not"]=false,["dn"]="Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=8,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[60169]={["id"]=60169,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=9,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14606},["in"]={[0]=60169}},[2454]={["id"]=2454,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=9,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38777},["in"]={[0]=2454}},[14606]={["id"]=14606,["icon"]="Art/2DArt/SkillIcons/passives/butchery.png",["ks"]=false,["not"]=true,["dn"]="Butchery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Teal Oil - Azure Oil","25% increased Physical Damage with Two Handed Melee Weapons","5% increased Attack Speed with Two Handed Melee Weapons","25% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon","+20 to Strength"},["g"]=9,["o"]=3,["oidx"]=1,["sa"]=20,["da"]=0,["ia"]=0,["out"]={[0]=2454},["in"]={[0]=14606}},[39786]={["id"]=39786,["icon"]="Art/2DArt/SkillIcons/passives/onehanddamage.png",["ks"]=false,["not"]=false,["dn"]="One Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with One Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=9,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34130},["in"]={[0]=39786}},[10282]={["id"]=10282,["icon"]="Art/2DArt/SkillIcons/passives/onehanddamage.png",["ks"]=false,["not"]=false,["dn"]="One Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with One Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=9,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35663},["in"]={[0]=10282}},[35663]={["id"]=35663,["icon"]="Art/2DArt/SkillIcons/passives/strongarm.png",["ks"]=false,["not"]=true,["dn"]="Strong Arm",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Black Oil - Golden Oil","25% increased Physical Damage with One Handed Melee Weapons","5% increased Attack Speed with One Handed Melee Weapons","25% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon","+20 to Strength"},["g"]=9,["o"]=3,["oidx"]=7,["sa"]=20,["da"]=0,["ia"]=0,["out"]={[0]=39786},["in"]={[0]=35663}},[38777]={["id"]=38777,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Melee Physical Damage","12% increased Damage with Ailments from Attack Skills while wielding a Melee Weapon"},["g"]=9,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={10282,58449},["in"]={[0]=38777}},[34130]={["id"]=34130,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed"},["g"]=9,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={60169,55649},["in"]={[0]=34130}},[56381]={["id"]=56381,["icon"]="Art/2DArt/SkillIcons/passives/2handedspeed.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Two Handed Melee Weapons","3% increased Attack Speed with Two Handed Melee Weapons","10% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=10,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8533},["in"]={[0]=56381}},[49318]={["id"]=49318,["icon"]="Art/2DArt/SkillIcons/passives/wreckingball.png",["ks"]=false,["not"]=true,["dn"]="Wrecking Ball",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Silver Oil - Golden Oil - Golden Oil","10% increased Attack Speed with Two Handed Melee Weapons","20% increased Stun Duration with Two Handed Melee Weapons on Enemies","20% increased Damage with Two Handed Weapons","20% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=10,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1909},["in"]={}},[10016]={["id"]=10016,["icon"]="Art/2DArt/SkillIcons/passives/reaver.png",["ks"]=false,["not"]=true,["dn"]="Executioner",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Teal Oil - Black Oil","24% increased Physical Damage with Two Handed Melee Weapons","50% increased Damage with Hits against Enemies that are on Low Life","8% increased Area of Effect if you've Killed Recently","24% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=10,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=10016}},[8533]={["id"]=8533,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Two Handed Melee Weapons","14% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=10,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11515},["in"]={8533,8533}},[11515]={["id"]=11515,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Two Handed Melee Weapons","5% increased Area of Effect","10% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=10,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35362},["in"]={[0]=11515}},[35362]={["id"]=35362,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Two Handed Melee Weapons","5% increased Area of Effect","10% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=10,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10016},["in"]={[0]=35362}},[42062]={["id"]=42062,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.png",["ks"]=false,["not"]=false,["dn"]="Two Hand Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=10,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[1909]={["id"]=1909,["icon"]="Art/2DArt/SkillIcons/passives/2handedspeed.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Two Handed Melee Weapons","3% increased Attack Speed with Two Handed Melee Weapons","10% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=10,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56381},["in"]={[0]=1909}},[14151]={["id"]=14151,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=11,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=27564},["in"]={[0]=14151}},[27564]={["id"]=27564,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=11,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=17735},["in"]={[0]=27564}},[61393]={["id"]=61393,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage, Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","15% increased Critical Strike Chance"},["g"]=12,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17315},["in"]={[0]=61393}},[15286]={["id"]=15286,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage, Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","5% increased Attack Speed"},["g"]=12,["o"]=4,["oidx"]=36,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3184},["in"]={[0]=15286}},[42293]={["id"]=42293,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage, Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","5% increased Attack Speed"},["g"]=12,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62817},["in"]={[0]=42293}},[34215]={["id"]=34215,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage, Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","0.2% of Attack Damage Leeched as Life"},["g"]=12,["o"]=4,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10143},["in"]={[0]=34215}},[45696]={["id"]=45696,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage, Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","0.2% of Attack Damage Leeched as Life"},["g"]=12,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34484},["in"]={[0]=45696}},[20954]={["id"]=20954,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage, Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","10% increased Area of Effect"},["g"]=12,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38180},["in"]={[0]=20954}},[3184]={["id"]=3184,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png",["ks"]=false,["not"]=true,["dn"]="Bane of Legends",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Kill Enemies that have 20% or lower Life when Hit by your Skills","Gain 10% increased Attack Speed for 20 seconds when you Kill a Rare or Unique Enemy","Gain 10% increased Movement Speed for 20 seconds when you Kill an Enemy"},["g"]=12,["o"]=4,["oidx"]=38,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=3184}},[17315]={["id"]=17315,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png",["ks"]=false,["not"]=true,["dn"]="Overwhelm",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Base Critical Strike Chance for Attacks with Weapons is 7.5%","+10% to Critical Strike Multiplier per Nearby Enemy, up to +100%","Nearby enemies have -30% to Critical Strike Multiplier"},["g"]=12,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=17315}},[62817]={["id"]=62817,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/Headman.png",["ks"]=false,["not"]=true,["dn"]="Headsman",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% more Damage if you've Killed Recently","Cannot take Reflected Physical Damage","20% more Damage against Unique Enemies"},["g"]=12,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15286},["in"]={[0]=62817}},[34484]={["id"]=34484,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png",["ks"]=false,["not"]=true,["dn"]="Endless Hunger",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% of Overkill Damage is Leeched as Life","Cannot be Stunned while Leeching","You are Unaffected by Bleeding while Leeching"},["g"]=12,["o"]=4,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34215},["in"]={[0]=34484}},[10143]={["id"]=10143,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png",["ks"]=false,["not"]=true,["dn"]="Brutal Fervour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Attack Speed while Leeching","Life Leech effects are not removed at Full Life","50% increased Attack Damage while Leeching","6% reduced Damage taken while Leeching"},["g"]=12,["o"]=4,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=10143}},[38180]={["id"]=38180,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/Impact.png",["ks"]=false,["not"]=true,["dn"]="Impact",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"50% increased Global Accuracy Rating","+2 to Melee Weapon and Unarmed Attack range","5% increased Area of Effect per Enemy killed recently, up to 50%","Deal up to 15% more Melee Damage to Enemies, based on proximity"},["g"]=12,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=38180}},[50845]={["id"]=50845,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage, Frenzy and Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","10% increased Endurance Charge Duration","10% increased Frenzy Charge Duration"},["g"]=12,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16306},["in"]={[0]=50845}},[16306]={["id"]=16306,["icon"]="Art/2DArt/SkillIcons/passives/Slayer/Charges.png",["ks"]=false,["not"]=true,["dn"]="Masterful Form",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"50% increased Endurance Charge Duration","50% increased Frenzy Charge Duration","Your Maximum Endurance Charges is equal to your Maximum Frenzy Charges"},["g"]=12,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=16306}},[33795]={["id"]=33795,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Slayer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Slayer",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=12,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42293,45696,20954,61393,50845},["in"]={[0]=33795}},[23083]={["id"]=23083,["icon"]="Art/2DArt/SkillIcons/passives/totemandbranddamage.png",["ks"]=false,["not"]=false,["dn"]="Totem and Brand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Totem Damage","14% increased Damage with Brand Skills"},["g"]=13,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={22757,10771},["in"]={[0]=23083}},[41970]={["id"]=41970,["icon"]="Art/2DArt/SkillIcons/passives/totemmax.png",["ks"]=true,["not"]=false,["dn"]="Ancestral Bond",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"A wooden construct, mute and blind. But fear the wrath of shackled mind."},["spc"]={},["sd"]={"You can't deal Damage with Skills yourself\n+1 to maximum number of Summoned Totems"},["g"]=13,["o"]=4,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=41970}},[22757]={["id"]=22757,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Placement Speed and Brand Range",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Totem Placement speed","10% increased Brand Attachment range"},["g"]=13,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49939},["in"]={[0]=22757}},[49939]={["id"]=49939,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandlife.png",["ks"]=false,["not"]=false,["dn"]="Totem Life and Elemental Resistances, Brand Range",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Totem Life","Totems gain +10% to all Elemental Resistances","10% increased Brand Attachment range"},["g"]=13,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={41970,42343},["in"]={49939,49939}},[10771]={["id"]=10771,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Attack and Cast Speed, Brand Frequency",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Spells Cast by Totems have 5% increased Cast Speed","Attacks used by Totems have 7% increased Attack Speed","5% increased Brand Activation frequency"},["g"]=13,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49939},["in"]={[0]=10771}},[43486]={["id"]=43486,["icon"]="Art/2DArt/SkillIcons/passives/MasteryTotem.png",["ks"]=false,["not"]=false,["dn"]="Totem Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=13,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[42343]={["id"]=42343,["icon"]="Art/2DArt/SkillIcons/passives/BrandKeystone.png",["ks"]=true,["not"]=false,["dn"]="Runebinder",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"An arcane pattern, secrets bound. Blind truth splinters with lies abound."},["spc"]={},["sd"]={"-1 to maximum number of Summoned Totems.\nYou can have an additional Brand Attached to an Enemy"},["g"]=13,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=42343}},[64709]={["id"]=64709,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=14,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={60942,3469,32802},["in"]={64709,64709,64709}},[18990]={["id"]=18990,["icon"]="Art/2DArt/SkillIcons/passives/blockstaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Block, Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while wielding a Staff","3% increased Attack Speed with Staves","3% increased Cast Speed while wielding a Staff","+2% Chance to Block Attack Damage while wielding a Staff"},["g"]=15,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42917},["in"]={[0]=18990}},[42917]={["id"]=42917,["icon"]="Art/2DArt/SkillIcons/passives/whirlingstaff.png",["ks"]=false,["not"]=true,["dn"]="Whirling Barrier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Crimson Oil - Golden Oil - Golden Oil","+6% Chance to Block Spell Damage while wielding a Staff","20% chance to gain a Power Charge when you Block","+6% Chance to Block Attack Damage while wielding a Staff"},["g"]=15,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16754},["in"]={[0]=42917}},[51559]={["id"]=51559,["icon"]="Art/2DArt/SkillIcons/passives/stunstaff.png",["ks"]=false,["not"]=true,["dn"]="Smashing Strikes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Crimson Oil - Black Oil - Silver Oil","30% increased Damage with Staves","30% increased Critical Strike Chance with Staves","10% chance to gain an Endurance Charge on Melee Critical Strike","30% increased Damage with Ailments from Attack Skills while wielding a Staff","+2 to Melee range with Staves"},["g"]=15,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={37639,48282},["in"]={}},[47427]={["id"]=47427,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Damage and Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage with Staves","20% increased Stun Duration with Staves on Enemies","15% increased Damage with Ailments from Attack Skills while wielding a Staff"},["g"]=15,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={47427,47427}},[37639]={["id"]=37639,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Damage and Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage with Staves","20% increased Stun Duration with Staves on Enemies","15% increased Damage with Ailments from Attack Skills while wielding a Staff"},["g"]=15,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=47427},["in"]={[0]=37639}},[6814]={["id"]=6814,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=15,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[54667]={["id"]=54667,["icon"]="Art/2DArt/SkillIcons/passives/blockstaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Block, Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while wielding a Staff","3% increased Attack Speed with Staves","3% increased Cast Speed while wielding a Staff","+2% Chance to Block Attack Damage while wielding a Staff"},["g"]=15,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18990},["in"]={[0]=54667}},[48282]={["id"]=48282,["icon"]="Art/2DArt/SkillIcons/passives/staffspeed.png",["ks"]=false,["not"]=false,["dn"]="Staff Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Global Critical Strike Chance while wielding a Staff"},["g"]=15,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39761},["in"]={[0]=48282}},[16754]={["id"]=16754,["icon"]="Art/2DArt/SkillIcons/passives/staffspeed.png",["ks"]=false,["not"]=false,["dn"]="Staff Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Global Critical Strike Chance while wielding a Staff"},["g"]=15,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39761},["in"]={[0]=16754}},[39761]={["id"]=39761,["icon"]="Art/2DArt/SkillIcons/passives/StaffCrit.png",["ks"]=false,["not"]=true,["dn"]="Counterweight",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Amber Oil - Crimson Oil","60% increased Global Critical Strike Chance while wielding a Staff","+30% to Global Critical Strike Multiplier while wielding a Staff"},["g"]=15,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={39761,39761}},[39861]={["id"]=39861,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=16,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=10,["ia"]=0,["out"]={24496,33989},["in"]={[0]=39861}},[33989]={["id"]=33989,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=16,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=33989}},[24496]={["id"]=24496,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=16,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=51786},["in"]={[0]=24496}},[59861]={["id"]=59861,["icon"]="Art/2DArt/SkillIcons/passives/blockstr.png",["ks"]=false,["not"]=false,["dn"]="Shield Block and Defences",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Defences from Equipped Shield","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=17,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={59861,59861}},[10542]={["id"]=10542,["icon"]="Art/2DArt/SkillIcons/passives/armourmastery.png",["ks"]=false,["not"]=true,["dn"]="Diamond Skin",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Azure Oil - Crimson Oil","24% increased Armour","+12% to all Elemental Resistances","3% increased Movement Speed"},["g"]=17,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={10542,10542}},[31928]={["id"]=31928,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Armour","+3% to all Elemental Resistances"},["g"]=17,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={10542,53793},["in"]={}},[61868]={["id"]=61868,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Armour","+3% to all Elemental Resistances"},["g"]=17,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10542},["in"]={[0]=61868}},[6718]={["id"]=6718,["icon"]="Art/2DArt/SkillIcons/passives/crystalskin.png",["ks"]=false,["not"]=false,["dn"]="Elemental Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% to all Elemental Resistances"},["g"]=17,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={59861,24383,61868},["in"]={}},[32482]={["id"]=32482,["icon"]="Art/2DArt/SkillIcons/passives/blockstr.png",["ks"]=false,["not"]=false,["dn"]="Shield Block and Defences",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Defences from Equipped Shield","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=17,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53793},["in"]={[0]=32482}},[31033]={["id"]=31033,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=true,["dn"]="Solidity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Opalescent Oil - Silver Oil","20% increased Attack Damage while holding a Shield","+8% Elemental Resistances while holding a Shield","Attack Skills deal 20% increased Damage with Ailments while holding a Shield","+3% Chance to Block Attack Damage while holding a Shield"},["g"]=17,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={59861,32482},["in"]={}},[21929]={["id"]=21929,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Armour","8% increased maximum Mana"},["g"]=18,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={38836,44202},["in"]={}},[38836]={["id"]=38836,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Armour","8% increased maximum Mana"},["g"]=18,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27137},["in"]={[0]=38836}},[27137]={["id"]=27137,["icon"]="Art/2DArt/SkillIcons/passives/Unwavering.png",["ks"]=false,["not"]=true,["dn"]="Sanctum of Thought",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Azure Oil - Golden Oil","You take 20% reduced Extra Damage from Critical Strikes","30% increased Armour","20% reduced Effect of Curses on you"},["g"]=18,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=27137}},[11431]={["id"]=11431,["icon"]="Art/2DArt/SkillIcons/passives/totemlife.png",["ks"]=false,["not"]=false,["dn"]="Totem Life and Physical Damage Reduction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Life","Totems have 10% additional Physical Damage Reduction"},["g"]=19,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30825,24083},["in"]={}},[63150]={["id"]=63150,["icon"]="Art/2DArt/SkillIcons/passives/ironwoodtotem.png",["ks"]=false,["not"]=true,["dn"]="Ironwood",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Verdant Oil - Silver Oil","30% increased Totem Life","Totems gain +20% to all Elemental Resistances","Totems have 15% additional Physical Damage Reduction","+100 Armour per Summoned Totem"},["g"]=19,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19140},["in"]={[0]=63150}},[19140]={["id"]=19140,["icon"]="Art/2DArt/SkillIcons/passives/totemlife.png",["ks"]=false,["not"]=false,["dn"]="Totem Life and Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Life","10% increased Totem Placement speed"},["g"]=19,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={19140,19140}},[30825]={["id"]=30825,["icon"]="Art/2DArt/SkillIcons/passives/totemplacementspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Life and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Life","Totems gain +16% to all Elemental Resistances"},["g"]=19,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63150},["in"]={[0]=30825}},[25818]={["id"]=25818,["icon"]="Art/2DArt/SkillIcons/passives/AttackTotemMastery.png",["ks"]=false,["not"]=false,["dn"]="Totem Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=19,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[7786]={["id"]=7786,["icon"]="Art/2DArt/SkillIcons/passives/totemattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Totem Damage","Attacks used by Totems have 4% increased Attack Speed"},["g"]=19,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=544},["in"]={[0]=7786}},[55648]={["id"]=55648,["icon"]="Art/2DArt/SkillIcons/passives/totemattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Totem Damage","Attacks used by Totems have 4% increased Attack Speed"},["g"]=19,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={24083,7786},["in"]={}},[46291]={["id"]=46291,["icon"]="Art/2DArt/SkillIcons/passives/totemdamage.png",["ks"]=false,["not"]=false,["dn"]="Totem Damage and Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Damage","10% increased Totem Placement speed"},["g"]=19,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61039},["in"]={[0]=46291}},[544]={["id"]=544,["icon"]="Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png",["ks"]=false,["not"]=true,["dn"]="Surveillance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Totem Damage","Attacks used by Totems have 8% increased Attack Speed","Each Totem applies 1% increased Damage taken to Enemies near it"},["g"]=19,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46291},["in"]={[0]=544}},[61039]={["id"]=61039,["icon"]="Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png",["ks"]=false,["not"]=true,["dn"]="Panopticon",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Totem Damage","Attack Skills have +1 to maximum number of Summoned Ballista Totems","50% increased Effect of Buffs granted by your Active Ancestor Totems"},["g"]=19,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19140},["in"]={[0]=61039}},[43413]={["id"]=43413,["icon"]="Art/2DArt/SkillIcons/passives/blockstr.png",["ks"]=false,["not"]=false,["dn"]="Shield Block and Block Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Block Recovery","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=20,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={3319,49343},["in"]={}},[3319]={["id"]=3319,["icon"]="Art/2DArt/SkillIcons/passives/blockstr.png",["ks"]=false,["not"]=false,["dn"]="Shield Block and Block Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Block Recovery","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=20,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44207},["in"]={[0]=3319}},[44207]={["id"]=44207,["icon"]="Art/2DArt/SkillIcons/passives/barricade.png",["ks"]=false,["not"]=true,["dn"]="Testudo",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Opalescent Oil - Golden Oil","60% increased Block Recovery","+20 Mana gained when you Block","40% increased Defences from Equipped Shield","+5% Chance to Block Attack Damage while holding a Shield"},["g"]=20,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={44207,44207}},[7063]={["id"]=7063,["icon"]="Art/2DArt/SkillIcons/passives/shieldblock.png",["ks"]=false,["not"]=false,["dn"]="Shield Defences",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"40% increased Defences from Equipped Shield"},["g"]=20,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12878,44207},["in"]={}},[15510]={["id"]=15510,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupShield.png",["ks"]=false,["not"]=false,["dn"]="Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=20,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[49343]={["id"]=49343,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Block Chance and Attack Damage with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Attack Damage while holding a Shield","Attack Skills deal 8% increased Damage with Ailments while holding a Shield","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=20,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8544},["in"]={49343,49343}},[36761]={["id"]=36761,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage and Attack Speed with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Attack Damage while holding a Shield","3% increased Attack Speed while holding a Shield","Attack Skills deal 10% increased Damage with Ailments while holding a Shield"},["g"]=20,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1159},["in"]={[0]=36761}},[1159]={["id"]=1159,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage and Attack Speed with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Attack Damage while holding a Shield","3% increased Attack Speed while holding a Shield","Attack Skills deal 10% increased Damage with Ailments while holding a Shield"},["g"]=20,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49343},["in"]={[0]=1159}},[12878]={["id"]=12878,["icon"]="Art/2DArt/SkillIcons/passives/Retaliation.png",["ks"]=false,["not"]=true,["dn"]="Retaliation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Teal Oil - Golden Oil","20% increased Attack Damage while holding a Shield","8% increased Attack Speed while holding a Shield","40% increased Defences from Equipped Shield","Attack Skills deal 20% increased Damage with Ailments while holding a Shield"},["g"]=20,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36761},["in"]={[0]=12878}},[15405]={["id"]=15405,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=21,["o"]=2,["oidx"]=8,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=33631},["in"]={15405,15405}},[33631]={["id"]=33631,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=21,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=33631}},[33740]={["id"]=33740,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=21,["o"]=2,["oidx"]=4,["sa"]=10,["da"]=0,["ia"]=0,["out"]={46910,15405},["in"]={}},[4336]={["id"]=4336,["icon"]="Art/2DArt/SkillIcons/passives/masterysword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Bleed Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Physical Damage with Swords","Attacks have 10% chance to cause Bleeding","15% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=22,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62042},["in"]={[0]=4336}},[55166]={["id"]=55166,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedsworddex.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Swords","4% increased Attack Speed with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=22,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49415},["in"]={[0]=55166}},[49415]={["id"]=49415,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedsworddex.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Swords","4% increased Attack Speed with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=22,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7082},["in"]={[0]=49415}},[25367]={["id"]=25367,["icon"]="Art/2DArt/SkillIcons/passives/blademaster.png",["ks"]=false,["not"]=true,["dn"]="Blade Master",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Teal Oil - Azure Oil","20% increased Physical Damage with Swords","8% increased Attack Speed with Swords","+200 to Accuracy Rating with Swords","20% increased Damage with Ailments from Attack Skills while wielding a Sword","+1 to Melee range with Swords"},["g"]=22,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55166},["in"]={}},[62042]={["id"]=62042,["icon"]="Art/2DArt/SkillIcons/passives/masterysword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Ailment Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Physical Damage with Swords","25% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=22,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33082},["in"]={[0]=62042}},[33082]={["id"]=33082,["icon"]="Art/2DArt/SkillIcons/passives/razorsedge.png",["ks"]=false,["not"]=true,["dn"]="Razor's Edge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Teal Oil - Golden Oil","+10% to Damage over Time Multiplier for Bleeding","30% increased Physical Damage with Swords","Attacks have 15% chance to cause Bleeding","30% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=22,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=33082}},[7082]={["id"]=7082,["icon"]="Art/2DArt/SkillIcons/passives/damagesword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Swords","12% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=22,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={4336,5233},["in"]={[0]=7082}},[48290]={["id"]=48290,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupSword.png",["ks"]=false,["not"]=false,["dn"]="Sword Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=22,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[22972]={["id"]=22972,["icon"]="Art/2DArt/SkillIcons/passives/wandslingersprowess.png",["ks"]=false,["not"]=true,["dn"]="Wandslinger",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Golden Oil - Golden Oil","8% increased Attack Speed with Wands","10% increased Accuracy Rating with Wands","16% increased Damage with Wands","16% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=23,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=22972}},[50472]={["id"]=50472,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Accuracy Rating with Wands","10% increased Damage with Wands","10% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=23,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={63067,11551},["in"]={}},[63067]={["id"]=63067,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage with Wands","14% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=23,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22972},["in"]={[0]=63067}},[22088]={["id"]=22088,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png",["ks"]=true,["not"]=false,["dn"]="Elemental Overload",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"You are not a vanishing spark, but a patient ember waiting to seed a great fire."},["spc"]={},["sd"]={"40% more Elemental Damage if you've dealt a Crit in the past 8 seconds\nNo Critical Strike Multiplier\nAilments never count as being from Critical Strikes"},["g"]=24,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55332},["in"]={}},[30679]={["id"]=30679,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=25,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=22266},["in"]={30679,30679,30679,30679,30679}},[57266]={["id"]=57266,["icon"]="Art/2DArt/SkillIcons/passives/stunmace.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Reduced Enemy Stun Threshold",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Maces and Sceptres","4% reduced Enemy Stun Threshold with Maces and Sceptres","14% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=26,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38023},["in"]={[0]=57266}},[38023]={["id"]=38023,["icon"]="Art/2DArt/SkillIcons/passives/stunmace.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Reduced Enemy Stun Threshold",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Maces and Sceptres","4% reduced Enemy Stun Threshold with Maces and Sceptres","14% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=26,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={38023,38023}},[30547]={["id"]=30547,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedmace.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Maces and Sceptres","5% increased Area of Effect","14% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=26,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20966},["in"]={[0]=30547}},[15163]={["id"]=15163,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedmace.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Maces and Sceptres","5% increased Area of Effect","14% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=26,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30547,40645},["in"]={}},[16703]={["id"]=16703,["icon"]="Art/2DArt/SkillIcons/passives/skullcracking.png",["ks"]=false,["not"]=true,["dn"]="Skull Cracking",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Crimson Oil - Golden Oil","30% increased Physical Damage with Maces and Sceptres","10% reduced Enemy Stun Threshold with Maces and Sceptres","Hits that Stun Enemies have Culling Strike","30% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=26,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={8500,57266},["in"]={}},[8500]={["id"]=8500,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Physical Damage with Maces and Sceptres","20% increased Stun Duration on Enemies","16% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=26,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={8500,8500}},[40645]={["id"]=40645,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=true,["dn"]="Bone Breaker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Azure Oil - Azure Oil","30% increased Physical Damage with Maces and Sceptres","12% increased Area of Effect","30% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre","+2 to Melee range with Maces and Sceptres"},["g"]=26,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38023},["in"]={[0]=40645}},[46127]={["id"]=46127,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Physical Damage with Maces and Sceptres","20% increased Stun Duration on Enemies","16% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=26,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8500},["in"]={[0]=46127}},[20966]={["id"]=20966,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Maces and Sceptres","14% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=26,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={46127,59928},["in"]={[0]=20966}},[30697]={["id"]=30697,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMace.png",["ks"]=false,["not"]=false,["dn"]="Mace Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=26,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[34567]={["id"]=34567,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png",["ks"]=false,["not"]=false,["dn"]="Deadeye",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Ranger Ascendancy passives)"},["spc"]={},["sd"]={"50% increased Global Accuracy Rating","Projectiles Pierce 2 additional Targets","Moving while Bleeding doesn't cause you to take extra Damage","Projectiles gain Damage as they travel farther, dealing up\nto 50% increased Damage with Hits to targets","Skills fire an additional Projectile"},["g"]=27,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=34567}},[58541]={["id"]=58541,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Maces and Sceptres","12% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=28,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={26456,24772},["in"]={[0]=58541}},[6633]={["id"]=6633,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Maces and Sceptres","5% increased Area of Effect","10% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=28,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={24772,24721},["in"]={}},[24772]={["id"]=24772,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Maces and Sceptres","5% increased Area of Effect","10% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=28,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={24772,24772}},[33141]={["id"]=33141,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMace.png",["ks"]=false,["not"]=false,["dn"]="Mace Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=28,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[26456]={["id"]=26456,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Maces and Sceptres","3% increased Attack Speed with Maces and Sceptres","8% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=28,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={26456,26456}},[24721]={["id"]=24721,["icon"]="Art/2DArt/SkillIcons/passives/BloodyBludgeon.png",["ks"]=false,["not"]=true,["dn"]="Ribcage Crusher",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Black Oil - Silver Oil","18% increased Damage with Maces and Sceptres","6% increased Attack Speed with Maces and Sceptres","15% increased Area of Effect if you have Stunned an Enemy Recently","18% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=28,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26456},["in"]={[0]=24721}},[33508]={["id"]=33508,["icon"]="Art/2DArt/SkillIcons/passives/fireresist.png",["ks"]=false,["not"]=false,["dn"]="Fire Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+18% to Fire Resistance"},["g"]=29,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36881},["in"]={[0]=33508}},[36881]={["id"]=36881,["icon"]="Art/2DArt/SkillIcons/passives/coldresist.png",["ks"]=false,["not"]=false,["dn"]="Cold Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+18% to Cold Resistance"},["g"]=29,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={35503,31683},["in"]={[0]=36881}},[35503]={["id"]=35503,["icon"]="Art/2DArt/SkillIcons/passives/lightningstr.png",["ks"]=false,["not"]=false,["dn"]="Lightning Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+18% to Lightning Resistance"},["g"]=29,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19144},["in"]={[0]=35503}},[43162]={["id"]=43162,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Projectile Damage"},["g"]=29,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23122},["in"]={43162,43162}},[39773]={["id"]=39773,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Projectile Damage"},["g"]=29,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43162},["in"]={[0]=39773}},[23122]={["id"]=23122,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Projectile Damage"},["g"]=29,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={23122,23122}},[7903]={["id"]=7903,["icon"]="Art/2DArt/SkillIcons/passives/shieldblock.png",["ks"]=false,["not"]=false,["dn"]="Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Attack Damage while Dual Wielding or holding a Shield"},["g"]=29,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=7903}},[20310]={["id"]=20310,["icon"]="Art/2DArt/SkillIcons/passives/shieldblock.png",["ks"]=false,["not"]=false,["dn"]="Block and Block Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1% Chance to Block Attack Damage while Dual Wielding or holding a Shield","30% increased Block Recovery"},["g"]=29,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7903},["in"]={[0]=20310}},[45887]={["id"]=45887,["icon"]="Art/2DArt/SkillIcons/passives/shieldblock.png",["ks"]=false,["not"]=false,["dn"]="Block and Block Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1% Chance to Block Attack Damage while Dual Wielding or holding a Shield","30% increased Block Recovery"},["g"]=29,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20310},["in"]={[0]=45887}},[31683]={["id"]=31683,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=29,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43162},["in"]={[0]=31683}},[9386]={["id"]=9386,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life and Chaos Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","+4% to Chaos Resistance"},["g"]=30,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5743},["in"]={[0]=9386}},[14057]={["id"]=14057,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life and Chaos Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","+4% to Chaos Resistance"},["g"]=30,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={9386,6764},["in"]={}},[5743]={["id"]=5743,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life and Chaos Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","+4% to Chaos Resistance"},["g"]=30,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={64210,58218},["in"]={[0]=5743}},[58218]={["id"]=58218,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=true,["dn"]="Purity of Flesh",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Teal Oil - Golden Oil","8% increased maximum Life","+8% to Chaos Resistance","+10 to Strength"},["g"]=30,["o"]=2,["oidx"]=5,["sa"]=10,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=58218}},[32262]={["id"]=32262,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=30,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[15085]={["id"]=15085,["icon"]="Art/2DArt/SkillIcons/passives/ambidexterity.png",["ks"]=false,["not"]=true,["dn"]="Ambidexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Sepia Oil - Amber Oil","50% increased Attack Damage with Main Hand","20% increased Attack Speed with Off Hand","Attack Skills deal 50% increased Damage with Ailments while Dual Wielding"},["g"]=31,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13807},["in"]={}},[49547]={["id"]=49547,["icon"]="Art/2DArt/SkillIcons/passives/damagedualwield.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Weapon Damage while Dual Wielding","Attack Skills deal 12% increased Damage with Ailments while Dual Wielding"},["g"]=31,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={33089,56231,6363},["in"]={}},[54268]={["id"]=54268,["icon"]="Art/2DArt/SkillIcons/passives/dualwieldblock.png",["ks"]=false,["not"]=true,["dn"]="Blade Barrier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Clear Oil - Violet Oil","+5% Chance to Block Attack Damage while Dual Wielding","50% increased Block Recovery","24% increased Weapon Damage while Dual Wielding","Attack Skills deal 24% increased Damage with Ailments while Dual Wielding"},["g"]=31,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=54268}},[57782]={["id"]=57782,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupDualWield.png",["ks"]=false,["not"]=false,["dn"]="Duel Wield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=31,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[13807]={["id"]=13807,["icon"]="Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Weapon Damage while Dual Wielding","3% increased Attack Speed while Dual Wielding","Attack Skills deal 10% increased Damage with Ailments while Dual Wielding"},["g"]=31,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33089},["in"]={[0]=13807}},[33089]={["id"]=33089,["icon"]="Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Weapon Damage while Dual Wielding","3% increased Attack Speed while Dual Wielding","Attack Skills deal 10% increased Damage with Ailments while Dual Wielding"},["g"]=31,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={33089,33089}},[56231]={["id"]=56231,["icon"]="Art/2DArt/SkillIcons/passives/dualwieldblock.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% Chance to Block Attack Damage while Dual Wielding","10% increased Weapon Damage while Dual Wielding","Attack Skills deal 10% increased Damage with Ailments while Dual Wielding"},["g"]=31,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=2392},["in"]={[0]=56231}},[2392]={["id"]=2392,["icon"]="Art/2DArt/SkillIcons/passives/dualwieldblock.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% Chance to Block Attack Damage while Dual Wielding","10% increased Weapon Damage while Dual Wielding","Attack Skills deal 10% increased Damage with Ailments while Dual Wielding"},["g"]=31,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54268},["in"]={[0]=2392}},[53493]={["id"]=53493,["icon"]="Art/2DArt/SkillIcons/passives/Annihilation.png",["ks"]=false,["not"]=true,["dn"]="Annihilation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Sepia Oil - Verdant Oil","50% increased Critical Strike Chance for Spells","+15% to Critical Strike Multiplier for Spells"},["g"]=32,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16790},["in"]={}},[15868]={["id"]=15868,["icon"]="Art/2DArt/SkillIcons/passives/increasedarmorandlife.png",["ks"]=false,["not"]=false,["dn"]="Life and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Armour","4% increased maximum Life"},["g"]=33,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={22627,36047},["in"]={[0]=15868}},[36047]={["id"]=36047,["icon"]="Art/2DArt/SkillIcons/passives/increasedarmorandlife.png",["ks"]=false,["not"]=false,["dn"]="Life and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Armour","4% increased maximum Life"},["g"]=33,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63048},["in"]={[0]=36047}},[63048]={["id"]=63048,["icon"]="Art/2DArt/SkillIcons/passives/increasedarmorandlife.png",["ks"]=false,["not"]=false,["dn"]="Life and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Armour","4% increased maximum Life"},["g"]=33,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={50264,24383},["in"]={[0]=63048}},[50264]={["id"]=50264,["icon"]="Art/2DArt/SkillIcons/passives/lifepercentage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 0.8% of Life per second"},["g"]=33,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15868},["in"]={[0]=50264}},[56589]={["id"]=56589,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=34,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={43787,26365},["in"]={56589,56589}},[60619]={["id"]=60619,["icon"]="Art/2DArt/SkillIcons/passives/galvanichammer.png",["ks"]=false,["not"]=true,["dn"]="Galvanic Hammer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Crimson Oil - Black Oil","10% increased Accuracy Rating with Maces and Sceptres","25% increased Elemental Damage with Maces and Sceptres","Damage with Weapons Penetrates 5% Elemental Resistance"},["g"]=35,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=60619}},[20467]={["id"]=20467,["icon"]="Art/2DArt/SkillIcons/passives/macecritdmgspeed.png",["ks"]=false,["not"]=false,["dn"]="Mace Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Maces and Sceptres","+16% to Critical Strike Multiplier with Maces and Sceptres"},["g"]=35,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18379},["in"]={[0]=20467}},[5068]={["id"]=5068,["icon"]="Art/2DArt/SkillIcons/passives/macecritdmgspeed.png",["ks"]=false,["not"]=false,["dn"]="Mace Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Maces and Sceptres","+16% to Critical Strike Multiplier with Maces and Sceptres"},["g"]=35,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20467},["in"]={[0]=5068}},[46413]={["id"]=46413,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupScepter.png",["ks"]=false,["not"]=false,["dn"]="Sceptre Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=35,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[27134]={["id"]=27134,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage with Maces and Sceptres","14% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=35,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={5068,61950,64210},["in"]={}},[24677]={["id"]=24677,["icon"]="Art/2DArt/SkillIcons/passives/MaceElemental.png",["ks"]=false,["not"]=false,["dn"]="Mace Elemental Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Accuracy Rating with Maces and Sceptres","12% increased Elemental Damage with Maces and Sceptres"},["g"]=35,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=60619},["in"]={[0]=24677}},[61950]={["id"]=61950,["icon"]="Art/2DArt/SkillIcons/passives/MaceElemental.png",["ks"]=false,["not"]=false,["dn"]="Mace Elemental Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Accuracy Rating with Maces and Sceptres","12% increased Elemental Damage with Maces and Sceptres"},["g"]=35,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24677},["in"]={[0]=61950}},[18379]={["id"]=18379,["icon"]="Art/2DArt/SkillIcons/passives/macecritdmgspeed.png",["ks"]=false,["not"]=false,["dn"]="Mace Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Maces and Sceptres","+16% to Critical Strike Multiplier with Maces and Sceptres"},["g"]=35,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39657},["in"]={[0]=18379}},[39657]={["id"]=39657,["icon"]="Art/2DArt/SkillIcons/passives/MaceNotable2.png",["ks"]=false,["not"]=true,["dn"]="Pain Forger",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Crimson Oil - Silver Oil","60% increased Critical Strike Chance with Maces and Sceptres","5% reduced Enemy Stun Threshold with Maces and Sceptres","8% chance to gain a Power Charge when you Stun with Melee Damage"},["g"]=35,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=39657}},[7162]={["id"]=7162,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Armour","+5% to all Elemental Resistances"},["g"]=36,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9695},["in"]={[0]=7162}},[9695]={["id"]=9695,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Armour","+5% to all Elemental Resistances"},["g"]=36,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={9695,9695}},[42009]={["id"]=42009,["icon"]="Art/2DArt/SkillIcons/passives/armourmastery.png",["ks"]=false,["not"]=true,["dn"]="Soul of Steel",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Opalescent Oil - Silver Oil","+150 to Armour","30% increased Armour","+1% to all maximum Elemental Resistances","5% additional Physical Damage Reduction"},["g"]=36,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9695},["in"]={}},[59009]={["id"]=59009,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=37,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5823},["in"]={[0]=59009}},[1891]={["id"]=1891,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=37,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={35894,52157},["in"]={}},[25058]={["id"]=25058,["icon"]="Art/2DArt/SkillIcons/passives/BloodSiphon.png",["ks"]=false,["not"]=true,["dn"]="Blood Siphon",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Amber Oil - Violet Oil","10% increased maximum Life","+5 Life gained on Kill","+20 to Strength"},["g"]=37,["o"]=2,["oidx"]=3,["sa"]=20,["da"]=0,["ia"]=0,["out"]={[0]=9877},["in"]={[0]=25058}},[9877]={["id"]=9877,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=37,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5823},["in"]={[0]=9877}},[21835]={["id"]=21835,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=37,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={35894,25058},["in"]={}},[52157]={["id"]=52157,["icon"]="Art/2DArt/SkillIcons/passives/soulsyphon.png",["ks"]=false,["not"]=true,["dn"]="Soul Siphon",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Opalescent Oil - Silver Oil","+10 to maximum Mana","18% increased maximum Mana","+5 Mana gained on Kill"},["g"]=37,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59009},["in"]={[0]=52157}},[56158]={["id"]=56158,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage per Power Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Spell Damage per Power Charge"},["g"]=38,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={56158,56158}},[20528]={["id"]=20528,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=true,["dn"]="Instability",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Verdant Oil - Silver Oil","+1 to Maximum Power Charges"},["g"]=38,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56158},["in"]={[0]=20528}},[61419]={["id"]=61419,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=38,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53279},["in"]={[0]=61419}},[15117]={["id"]=15117,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=38,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=10,["out"]={4367,61419},["in"]={}},[53279]={["id"]=53279,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=38,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=19635},["in"]={[0]=53279}},[8302]={["id"]=8302,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Power Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Power Charge Duration"},["g"]=38,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20528},["in"]={[0]=8302}},[49571]={["id"]=49571,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Axes","3% increased Attack Speed with Axes","12% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=39,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25682},["in"]={[0]=49571}},[57953]={["id"]=57953,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Axes","3% increased Attack Speed with Axes","12% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=39,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49571},["in"]={[0]=57953}},[23038]={["id"]=23038,["icon"]="Art/2DArt/SkillIcons/passives/fellingtheweak.png",["ks"]=false,["not"]=true,["dn"]="Slaughter",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Crimson Oil - Golden Oil","25% increased Physical Damage with Axes","8% increased Attack Speed with Axes","10% chance to gain Onslaught for 4 seconds on Kill","25% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=39,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12407},["in"]={}},[25682]={["id"]=25682,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Axes","14% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=39,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={20018,63723},["in"]={[0]=25682}},[20018]={["id"]=20018,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Bleed Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Physical Damage with Axes","Attacks have 10% chance to cause Bleeding","15% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=39,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6113},["in"]={[0]=20018}},[6113]={["id"]=6113,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Bleed Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Physical Damage with Axes","15% increased Damage with Ailments from Attack Skills while wielding an Axe","20% increased Bleeding Duration"},["g"]=39,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9976},["in"]={[0]=6113}},[12407]={["id"]=12407,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Axes","3% increased Attack Speed with Axes","12% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=39,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57953},["in"]={[0]=12407}},[4940]={["id"]=4940,["icon"]="Art/2DArt/SkillIcons/passives/hatchetmaster.png",["ks"]=false,["not"]=true,["dn"]="Cleaving",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Azure Oil - Violet Oil","20% increased Physical Damage with Axes","30% increased Damage with Hits and Ailments against Bleeding Enemies","20% increased Damage with Ailments from Attack Skills while wielding an Axe","Bleeding you inflict deals Damage 15% faster","+1 to Melee range with Axes"},["g"]=39,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=4940}},[9976]={["id"]=9976,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Bleed Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Physical Damage with Axes","Attacks have 10% chance to cause Bleeding","15% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=39,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4940},["in"]={[0]=9976}},[590]={["id"]=590,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=39,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[24203]={["id"]=24203,["icon"]="Art/2DArt/SkillIcons/passives/damagedualwield.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Weapon Damage while Dual Wielding","3% increased Attack Speed while Dual Wielding","Attack Skills deal 10% increased Damage with Ailments while Dual Wielding"},["g"]=40,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56807},["in"]={[0]=24203}},[33725]={["id"]=33725,["icon"]="Art/2DArt/SkillIcons/passives/swagger.png",["ks"]=false,["not"]=true,["dn"]="Swagger",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Crimson Oil - Black Oil - Golden Oil","+5% Chance to Block Attack Damage while Dual Wielding","20% increased Weapon Damage while Dual Wielding","10% chance to gain an Endurance Charge when you Block","Attack Skills deal 20% increased Damage with Ailments while Dual Wielding","10% chance to gain a Frenzy Charge when you Block"},["g"]=40,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={59016,24203},["in"]={}},[56807]={["id"]=56807,["icon"]="Art/2DArt/SkillIcons/passives/dualwieldblock.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% Chance to Block Attack Damage while Dual Wielding","8% increased Weapon Damage while Dual Wielding"},["g"]=40,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59016},["in"]={56807,56807}},[59016]={["id"]=59016,["icon"]="Art/2DArt/SkillIcons/passives/attackspeeddual.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Attack Speed and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Attack Damage while Dual Wielding","4% increased Attack Speed while Dual Wielding"},["g"]=40,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={59016,59016}},[35489]={["id"]=35489,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupDualWield.png",["ks"]=false,["not"]=false,["dn"]="Duel Wield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=40,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[26096]={["id"]=26096,["icon"]="Art/2DArt/SkillIcons/passives/hatchetmaster.png",["ks"]=false,["not"]=true,["dn"]="Hatchet Master",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Violet Oil - Opalescent Oil","25% increased Damage with Axes","8% increased Attack Speed with Axes","25% increased Damage with Ailments from Attack Skills while wielding an Axe","40% increased Global Evasion Rating when on Full Life"},["g"]=41,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={26096,26096}},[30030]={["id"]=30030,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Axes","3% increased Attack Speed with Axes","10% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=41,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42637,26096},["in"]={}},[42637]={["id"]=42637,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Axes","3% increased Attack Speed with Axes","10% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=41,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={42637,42637}},[38269]={["id"]=38269,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Attack Speed and Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Axes","12% increased Evasion Rating"},["g"]=41,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26096},["in"]={[0]=38269}},[29543]={["id"]=29543,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Axes","3% increased Attack Speed with Axes"},["g"]=41,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42637,38269,19711},["in"]={}},[63156]={["id"]=63156,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=41,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[444]={["id"]=444,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=42,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=61306},["in"]={[0]=444}},[52904]={["id"]=52904,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=42,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=444},["in"]={[0]=52904}},[26270]={["id"]=26270,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=43,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={29199,41190,25332,23083,22472},["in"]={26270,26270,26270}},[1252]={["id"]=1252,["icon"]="Art/2DArt/SkillIcons/passives/knockback.png",["ks"]=false,["not"]=false,["dn"]="Knockback Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% chance to Knock Enemies Back on hit"},["g"]=44,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65456},["in"]={[0]=1252}},[65456]={["id"]=65456,["icon"]="Art/2DArt/SkillIcons/passives/knockback.png",["ks"]=false,["not"]=false,["dn"]="Knockback Distance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Knockback Distance"},["g"]=44,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30160},["in"]={[0]=65456}},[30160]={["id"]=30160,["icon"]="Art/2DArt/SkillIcons/passives/fending.png",["ks"]=false,["not"]=true,["dn"]="Fending",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Clear Oil - Opalescent Oil","12% chance to Knock Enemies Back on hit","25% increased Knockback Distance"},["g"]=44,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=30160}},[30733]={["id"]=30733,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=45,["o"]=2,["oidx"]=2,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=49178},["in"]={[0]=30733}},[49178]={["id"]=49178,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=45,["o"]=2,["oidx"]=6,["sa"]=10,["da"]=0,["ia"]=0,["out"]={43374,28475},["in"]={[0]=49178}},[28475]={["id"]=28475,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=45,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=28475}},[63439]={["id"]=63439,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to Dexterity"},["g"]=46,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=15,["ia"]=0,["out"]={[0]=63921},["in"]={[0]=63439}},[43608]={["id"]=43608,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to Dexterity"},["g"]=46,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=15,["ia"]=0,["out"]={[0]=63439},["in"]={[0]=43608}},[63921]={["id"]=63921,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=true,["dn"]="Utmost Swiftness",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Silver Oil - Golden Oil","+40 to Dexterity","8% increased Dexterity"},["g"]=46,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=40,["ia"]=0,["out"]={},["in"]={[0]=63921}},[44624]={["id"]=44624,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Axes","14% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=47,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31604,14930},["in"]={[0]=44624}},[26023]={["id"]=26023,["icon"]="Art/2DArt/SkillIcons/passives/cleavage.png",["ks"]=false,["not"]=true,["dn"]="Splitting Strikes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Black Oil - Golden Oil","26% increased Physical Damage with Axes","6% increased Attack Speed with Axes","Enemies have -12% to Total Physical Damage Reduction against your Hits","26% increased Damage with Ailments from Attack Skills while wielding an Axe","+1 to Melee range with Axes"},["g"]=47,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5065},["in"]={[0]=26023}},[59565]={["id"]=59565,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=47,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[31604]={["id"]=31604,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Physical Damage with Axes","16% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=47,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26023},["in"]={[0]=31604}},[65131]={["id"]=65131,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Axes","5% increased Area of Effect","12% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=47,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44624},["in"]={[0]=65131}},[5065]={["id"]=5065,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Axes","5% increased Area of Effect","12% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=47,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65131},["in"]={[0]=5065}},[60440]={["id"]=60440,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=48,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={11455,20077,25770,64401},["in"]={60440,60440,60440}},[46469]={["id"]=46469,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage, Shock Duration and Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Lightning Damage","30% increased Shock Duration on Enemies","10% increased Effect of Shock"},["g"]=49,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32431},["in"]={[0]=46469}},[56716]={["id"]=56716,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=true,["dn"]="Heart of Thunder",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Black Oil - Black Oil","25% increased Lightning Damage","Damage Penetrates 6% Lightning Resistance","0.2% of Lightning Damage Leeched as Energy Shield"},["g"]=49,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=56716}},[32431]={["id"]=32431,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Lightning Damage"},["g"]=49,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4367},["in"]={32431,32431}},[49588]={["id"]=49588,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage and Shock Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Lightning Damage","5% chance to Shock"},["g"]=49,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={61264,11645},["in"]={}},[36121]={["id"]=36121,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Lightning Damage"},["g"]=49,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={32431,57362},["in"]={}},[55647]={["id"]=55647,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Lightning Damage"},["g"]=49,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56716},["in"]={[0]=55647}},[57362]={["id"]=57362,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Lightning Damage"},["g"]=49,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55647},["in"]={[0]=57362}},[61264]={["id"]=61264,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage and Shock Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Lightning Damage","10% increased Effect of Shock"},["g"]=49,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46469},["in"]={[0]=61264}},[44355]={["id"]=44355,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLightning.png",["ks"]=false,["not"]=false,["dn"]="Lightning Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=49,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[11645]={["id"]=11645,["icon"]="Art/2DArt/SkillIcons/passives/BreathofLightening2.png",["ks"]=false,["not"]=true,["dn"]="Breath of Lightning",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Amber Oil - Violet Oil","20% increased Lightning Damage","20% increased Shock Duration on Enemies","10% chance to Shock","15% increased Effect of Shock"},["g"]=49,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=11645}},[39211]={["id"]=39211,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Attack Physical Damage"},["g"]=50,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={39211,39211}},[51856]={["id"]=51856,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Physical Damage"},["g"]=50,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={59718,48513},["in"]={[0]=51856}},[48513]={["id"]=48513,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Attack Physical Damage"},["g"]=50,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39211},["in"]={[0]=48513}},[5612]={["id"]=5612,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Physical Damage"},["g"]=50,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={39211,35568},["in"]={[0]=5612}},[58449]={["id"]=58449,["icon"]="Art/2DArt/SkillIcons/passives/borntofight.png",["ks"]=false,["not"]=true,["dn"]="Born to Fight",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Teal Oil - Azure Oil","4% increased Melee Attack Speed","+20 to Accuracy Rating","26% increased Melee Physical Damage","+20 to Strength"},["g"]=51,["o"]=0,["oidx"]=0,["sa"]=20,["da"]=0,["ia"]=0,["out"]={26523,39768},["in"]={58449,58449,58449}},[18302]={["id"]=18302,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=52,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={18302,18302}},[25933]={["id"]=25933,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=52,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={25933,25933}},[50360]={["id"]=50360,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=52,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={50360,50360}},[54776]={["id"]=54776,["icon"]="Art/2DArt/SkillIcons/passives/manaconduit.png",["ks"]=false,["not"]=true,["dn"]="Mana Flows",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Black Oil - Opalescent Oil","+10 to maximum Mana","16% increased maximum Mana","40% increased Mana Regeneration Rate","+20 to Intelligence"},["g"]=52,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=20,["out"]={[0]=50360},["in"]={[0]=54776}},[28265]={["id"]=28265,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=52,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={48807,54776},["in"]={}},[48438]={["id"]=48438,["icon"]="Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png",["ks"]=false,["not"]=true,["dn"]="Bravery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Verdant Oil - Violet Oil","24% increased Evasion Rating and Armour","8% increased maximum Life"},["g"]=52,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25933,18302},["in"]={}},[30225]={["id"]=30225,["icon"]="Art/2DArt/SkillIcons/passives/stormborn.png",["ks"]=false,["not"]=true,["dn"]="Lightning Walker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Azure Oil - Silver Oil","25% increased Lightning Damage","5% increased Cast Speed with Lightning Skills","+15% to Lightning Resistance"},["g"]=53,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={58604,4184},["in"]={}},[58604]={["id"]=58604,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Lightning Damage"},["g"]=53,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12852},["in"]={[0]=58604}},[44983]={["id"]=44983,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Fire Damage"},["g"]=53,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34661},["in"]={[0]=44983}},[34661]={["id"]=34661,["icon"]="Art/2DArt/SkillIcons/passives/flameborn.png",["ks"]=false,["not"]=true,["dn"]="Fire Walker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Crimson Oil - Black Oil","25% increased Fire Damage","5% increased Cast Speed with Fire Skills","+15% to Fire Resistance"},["g"]=53,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={34661,34661}},[44955]={["id"]=44955,["icon"]="Art/2DArt/SkillIcons/passives/frostborn.png",["ks"]=false,["not"]=true,["dn"]="Frost Walker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Teal Oil - Opalescent Oil","25% increased Cold Damage","5% increased Cast Speed with Cold Skills","+15% to Cold Resistance"},["g"]=53,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4184},["in"]={[0]=44955}},[38148]={["id"]=38148,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Cold Damage"},["g"]=53,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={44955,12852},["in"]={}},[7938]={["id"]=7938,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=53,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=1031},["in"]={7938,7938,7938,7938}},[33783]={["id"]=33783,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=53,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=7938},["in"]={[0]=33783}},[1031]={["id"]=1031,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=53,["o"]=4,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=19635},["in"]={1031,1031,1031}},[12852]={["id"]=12852,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=53,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={7938,44983},["in"]={12852,12852}},[4184]={["id"]=4184,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=53,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34661,11420},["in"]={4184,4184}},[54791]={["id"]=54791,["icon"]="Art/2DArt/SkillIcons/passives/eagletalons.png",["ks"]=false,["not"]=true,["dn"]="Claws of the Magpie",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Teal Oil - Violet Oil","20% increased Damage with Claws","10% increased Attack Speed with Claws","25% chance to Steal Power, Frenzy, and Endurance Charges on Hit with Claws","20% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=54,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35384},["in"]={[0]=54791}},[5629]={["id"]=5629,["icon"]="Art/2DArt/SkillIcons/passives/clawmasterydex.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Claws","12% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=54,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36225},["in"]={5629,5629}},[28503]={["id"]=28503,["icon"]="Art/2DArt/SkillIcons/passives/soulraker.png",["ks"]=false,["not"]=true,["dn"]="Soul Raker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Crimson Oil - Golden Oil","20% increased Damage with Claws","1.2% of Attack Damage Leeched as Life","0.8% of Attack Damage Leeched as Mana","50% increased total Recovery per second from Life Leech","20% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=54,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4868},["in"]={[0]=28503}},[35384]={["id"]=35384,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedclaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Claws","4% increased Attack Speed with Claws","8% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=54,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17908},["in"]={[0]=35384}},[39979]={["id"]=39979,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupClaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=54,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[17908]={["id"]=17908,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedclaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Claws","4% increased Attack Speed with Claws","8% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=54,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25775},["in"]={[0]=17908}},[25775]={["id"]=25775,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedclaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Claws","4% increased Attack Speed with Claws","8% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=54,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5629},["in"]={[0]=25775}},[36225]={["id"]=36225,["icon"]="Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png",["ks"]=false,["not"]=false,["dn"]="Claw Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Claws","+10% to Critical Strike Multiplier with Claws"},["g"]=54,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49568},["in"]={[0]=36225}},[30745]={["id"]=30745,["icon"]="Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png",["ks"]=false,["not"]=false,["dn"]="Claw Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Claws","+10% to Critical Strike Multiplier with Claws"},["g"]=54,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15614},["in"]={[0]=30745}},[49568]={["id"]=49568,["icon"]="Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png",["ks"]=false,["not"]=false,["dn"]="Claw Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Claws","+10% to Critical Strike Multiplier with Claws"},["g"]=54,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30745},["in"]={[0]=49568}},[4868]={["id"]=4868,["icon"]="Art/2DArt/SkillIcons/passives/clawmasterydex.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Claws","0.4% of Attack Damage Leeched as Life","20% increased total Recovery per second from Life Leech","12% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=54,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54791},["in"]={[0]=4868}},[62182]={["id"]=62182,["icon"]="Art/2DArt/SkillIcons/passives/clawmasterydex.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Claws","0.4% of Attack Damage Leeched as Life","20% increased total Recovery per second from Life Leech","12% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=54,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28503},["in"]={[0]=62182}},[15614]={["id"]=15614,["icon"]="Art/2DArt/SkillIcons/passives/ClawNotable1.png",["ks"]=false,["not"]=true,["dn"]="Claws of the Hawk",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Azure Oil - Violet Oil","40% increased Critical Strike Chance with Claws","+25% to Critical Strike Multiplier with Claws","10% chance to Blind Enemies on Critical Strike"},["g"]=54,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62182},["in"]={[0]=15614}},[23027]={["id"]=23027,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=55,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={29199,54667,47427},["in"]={23027,23027,23027}},[62021]={["id"]=62021,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=56,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={62021,62021}},[65034]={["id"]=65034,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=56,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62021},["in"]={65034,65034}},[65167]={["id"]=65167,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=56,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13714},["in"]={[0]=65167}},[15073]={["id"]=15073,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=56,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42583,62021},["in"]={}},[42583]={["id"]=42583,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=56,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19939},["in"]={42583,42583}},[13714]={["id"]=13714,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=56,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={13714,13714,13714}},[61787]={["id"]=61787,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=56,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[19939]={["id"]=19939,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=56,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65167},["in"]={[0]=19939}},[12702]={["id"]=12702,["icon"]="Art/2DArt/SkillIcons/passives/Warrior.png",["ks"]=false,["not"]=true,["dn"]="Path of the Warrior",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Opalescent Oil - Opalescent Oil","+10 to Armour","Enemies have -5% to Total Physical Damage Reduction against your Hits","+20 to Strength","12% increased Physical Damage"},["g"]=56,["o"]=3,["oidx"]=2,["sa"]=20,["da"]=0,["ia"]=0,["out"]={[0]=42583},["in"]={[0]=12702}},[55485]={["id"]=55485,["icon"]="Art/2DArt/SkillIcons/passives/Constitution.png",["ks"]=false,["not"]=true,["dn"]="Constitution",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Amber Oil - Crimson Oil","+20 to maximum Life","14% increased maximum Life"},["g"]=56,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={13714,65034},["in"]={}},[37326]={["id"]=37326,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=true,["dn"]="Stamina",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Black Oil - Golden Oil","+1 to Maximum Endurance Charges"},["g"]=57,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48109},["in"]={[0]=37326}},[48109]={["id"]=48109,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration per Endurance Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 0.2% of Life per second per Endurance Charge"},["g"]=57,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63723},["in"]={[0]=48109}},[26725]={["id"]=26725,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=57,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62429},["in"]={[0]=26725}},[62429]={["id"]=62429,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=57,["o"]=2,["oidx"]=8,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=63723},["in"]={[0]=62429}},[62363]={["id"]=62363,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=57,["o"]=2,["oidx"]=4,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=26725},["in"]={[0]=62363}},[38508]={["id"]=38508,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Endurance Charge Duration"},["g"]=57,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37326},["in"]={[0]=38508}},[57279]={["id"]=57279,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png",["ks"]=true,["not"]=false,["dn"]="Blood Magic",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Lay open your veins, and draw power from your own spilled life."},["spc"]={},["sd"]={"Removes all mana. Spend Life instead of Mana for Skills"},["g"]=58,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={3644,56143},["in"]={}},[57565]={["id"]=57565,["icon"]="Art/2DArt/SkillIcons/passives/MinionsandManaNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Mana","Minions deal 10% increased Damage"},["g"]=59,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={2348,10490},["in"]={}},[2348]={["id"]=2348,["icon"]="Art/2DArt/SkillIcons/passives/MinionsandManaNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Mana","Minions deal 10% increased Damage"},["g"]=59,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44788},["in"]={[0]=2348}},[44788]={["id"]=44788,["icon"]="Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png",["ks"]=false,["not"]=true,["dn"]="Aligned Spirits",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Clear Oil - Verdant Oil","10% increased maximum Mana","Minions deal 20% increased Damage","15% reduced Mana Cost of Minion Skills"},["g"]=59,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=44788}},[24383]={["id"]=24383,["icon"]="Art/2DArt/SkillIcons/passives/trollblood.png",["ks"]=false,["not"]=true,["dn"]="Warrior's Blood",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Golden Oil - Golden Oil","Regenerate 1.8% of Life per second","20% increased Stun Threshold","+20 to Strength"},["g"]=60,["o"]=0,["oidx"]=0,["sa"]=20,["da"]=0,["ia"]=0,["out"]={49412,5152},["in"]={24383,24383,24383}},[6446]={["id"]=6446,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=61,["o"]=4,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=55649},["in"]={6446,6446}},[55649]={["id"]=55649,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=61,["o"]=4,["oidx"]=30,["sa"]=10,["da"]=0,["ia"]=0,["out"]={},["in"]={55649,55649,55649,55649}},[4833]={["id"]=4833,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=true,["dn"]="Vigour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Opalescent Oil - Opalescent Oil - Golden Oil","+1 to Maximum Endurance Charges"},["g"]=62,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37584},["in"]={[0]=4833}},[41706]={["id"]=41706,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Endurance Charge Duration"},["g"]=62,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4833},["in"]={[0]=41706}},[17383]={["id"]=17383,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=62,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14813},["in"]={[0]=17383}},[58545]={["id"]=58545,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=62,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24083},["in"]={[0]=58545}},[14813]={["id"]=14813,["icon"]="Art/2DArt/SkillIcons/passives/Revelry.png",["ks"]=false,["not"]=true,["dn"]="Revelry",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Opalescent Oil - Opalescent Oil","+20 to maximum Mana","15% increased maximum Mana","+2 Mana gained for each Enemy hit by your Attacks"},["g"]=62,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58545},["in"]={[0]=14813}},[37584]={["id"]=37584,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Endurance Charge Duration"},["g"]=62,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24083},["in"]={[0]=37584}},[46344]={["id"]=46344,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","3% increased Movement Speed","10% increased Damage Over Time with Bow Skills"},["g"]=63,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36687},["in"]={[0]=46344}},[29089]={["id"]=29089,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","15% increased Evasion Rating","10% increased Damage Over Time with Bow Skills"},["g"]=63,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46344},["in"]={[0]=29089}},[36687]={["id"]=36687,["icon"]="Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png",["ks"]=false,["not"]=true,["dn"]="Avatar of the Hunt",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Teal Oil - Teal Oil","24% increased Damage with Bows","+200 to Evasion Rating","6% increased Movement Speed","24% increased Damage Over Time with Bow Skills","20% increased Cooldown Recovery Speed of Movement Skills"},["g"]=63,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=36687}},[930]={["id"]=930,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","10% increased Evasion Rating","10% increased Damage Over Time with Bow Skills"},["g"]=63,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={5408,29089},["in"]={}},[7356]={["id"]=7356,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupBow.png",["ks"]=false,["not"]=false,["dn"]="Bow Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=63,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[16243]={["id"]=16243,["icon"]="Art/2DArt/SkillIcons/passives/fussilade.png",["ks"]=false,["not"]=true,["dn"]="Fusillade",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Teal Oil - Opalescent Oil","15% increased Attack Speed with Wands","30% increased Accuracy Rating with Wands"},["g"]=64,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={48878,27879},["in"]={}},[41476]={["id"]=41476,["icon"]="Art/2DArt/SkillIcons/passives/elderpower.png",["ks"]=false,["not"]=true,["dn"]="Elder Power",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Amber Oil - Black Oil","10% increased Wand Damage per Power Charge","10% chance to gain a Power Charge on Kill"},["g"]=64,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52848},["in"]={[0]=41476}},[21030]={["id"]=21030,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupWand.png",["ks"]=false,["not"]=false,["dn"]="Wand Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=64,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[39521]={["id"]=39521,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Wands","12% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=64,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49779,5296},["in"]={[0]=39521}},[40840]={["id"]=40840,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage with Wands","15% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=64,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=41476},["in"]={[0]=40840}},[49779]={["id"]=49779,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage with Wands","15% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=64,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29552},["in"]={[0]=49779}},[29552]={["id"]=29552,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage with Wands","15% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=64,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40840},["in"]={[0]=29552}},[48878]={["id"]=48878,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Attack Speed with Wands","8% increased Accuracy Rating with Wands"},["g"]=64,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51524},["in"]={[0]=48878}},[51524]={["id"]=51524,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Attack Speed with Wands","8% increased Accuracy Rating with Wands"},["g"]=64,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51146},["in"]={[0]=51524}},[51146]={["id"]=51146,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Attack Speed with Wands","8% increased Accuracy Rating with Wands"},["g"]=64,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39521},["in"]={[0]=51146}},[52848]={["id"]=52848,["icon"]="Art/2DArt/SkillIcons/passives/WandCritical.png",["ks"]=false,["not"]=false,["dn"]="Wand Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Critical Strike Chance with Wands","+12% to Critical Strike Multiplier with Wands"},["g"]=64,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52031},["in"]={[0]=52848}},[27879]={["id"]=27879,["icon"]="Art/2DArt/SkillIcons/passives/WandCritical.png",["ks"]=false,["not"]=false,["dn"]="Wand Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Critical Strike Chance with Wands","+12% to Critical Strike Multiplier with Wands"},["g"]=64,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52031},["in"]={[0]=27879}},[52031]={["id"]=52031,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=true,["dn"]="Disintegration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Crimson Oil - Crimson Oil","60% increased Critical Strike Chance with Wands","+30% to Critical Strike Multiplier with Wands","+20 to Intelligence"},["g"]=64,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=20,["out"]={},["in"]={52031,52031}},[7085]={["id"]=7085,["icon"]="Art/2DArt/SkillIcons/passives/blademistress.png",["ks"]=false,["not"]=true,["dn"]="Weapon Artistry",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Black Oil - Silver Oil - Golden Oil","+2% Chance to Block Attack Damage while Dual Wielding or holding a Shield","16% increased Attack Damage","4% increased Attack Speed","+10 to Strength and Dexterity"},["g"]=65,["o"]=2,["oidx"]=6,["sa"]=10,["da"]=10,["ia"]=0,["out"]={1201,38072},["in"]={[0]=7085}},[1201]={["id"]=1201,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed"},["g"]=65,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31508,63843},["in"]={[0]=1201}},[31508]={["id"]=31508,["icon"]="Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png",["ks"]=false,["not"]=true,["dn"]="Aspect of the Lynx",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Amber Oil - Teal Oil","16% increased Attack Damage","4% increased Movement Speed","20% increased Critical Strike Chance","+10 to Dexterity and Intelligence"},["g"]=65,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=10,["out"]={[0]=1571},["in"]={31508,31508}},[38072]={["id"]=38072,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Damage","6% increased Global Accuracy Rating"},["g"]=65,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31508},["in"]={[0]=38072}},[34906]={["id"]=34906,["icon"]="Art/2DArt/SkillIcons/passives/manastr.png",["ks"]=false,["not"]=false,["dn"]="Mana and Reduced Mana Cost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Mana","3% reduced Mana Cost of Skills"},["g"]=66,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24256},["in"]={34906,34906}},[41026]={["id"]=41026,["icon"]="Art/2DArt/SkillIcons/passives/manastr.png",["ks"]=false,["not"]=false,["dn"]="Mana and Reduced Mana Cost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","4% reduced Mana Cost of Skills"},["g"]=66,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34906},["in"]={[0]=41026}},[63543]={["id"]=63543,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMana.png",["ks"]=false,["not"]=false,["dn"]="Mana Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=66,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[24256]={["id"]=24256,["icon"]="Art/2DArt/SkillIcons/passives/Dynamo.png",["ks"]=false,["not"]=true,["dn"]="Dynamo",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Crimson Oil - Crimson Oil","16% increased maximum Mana","5% reduced Mana Cost of Skills"},["g"]=66,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=41026},["in"]={[0]=24256}},[62108]={["id"]=62108,["icon"]="Art/2DArt/SkillIcons/passives/lifeleech.png",["ks"]=false,["not"]=false,["dn"]="Life Leech and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed","0.4% of Physical Attack Damage Leeched as Life"},["g"]=67,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={28311,40653},["in"]={}},[63422]={["id"]=63422,["icon"]="Art/2DArt/SkillIcons/passives/LustforCarnage.png",["ks"]=false,["not"]=true,["dn"]="Lust for Carnage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Crimson Oil - Black Oil - Black Oil","12% increased Attack Speed","1.2% of Physical Attack Damage Leeched as Life","20% increased total Recovery per second from Life Leech"},["g"]=67,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=63422}},[28311]={["id"]=28311,["icon"]="Art/2DArt/SkillIcons/passives/lifeleech.png",["ks"]=false,["not"]=false,["dn"]="Life Leech Speed and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed","20% increased total Recovery per second from Life Leech"},["g"]=67,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63422},["in"]={[0]=28311}},[61262]={["id"]=61262,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=68,["o"]=4,["oidx"]=30,["sa"]=10,["da"]=0,["ia"]=0,["out"]={24083,37800,58541},["in"]={[0]=61262}},[31819]={["id"]=31819,["icon"]="Art/2DArt/SkillIcons/passives/manastr.png",["ks"]=false,["not"]=false,["dn"]="Mana and Reduced Mana Cost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Mana","3% reduced Mana Cost of Skills"},["g"]=69,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={26866,46726},["in"]={[0]=31819}},[46726]={["id"]=46726,["icon"]="Art/2DArt/SkillIcons/passives/manastr.png",["ks"]=false,["not"]=false,["dn"]="Mana and Reduced Mana Cost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Mana","3% reduced Mana Cost of Skills"},["g"]=69,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={46726,46726,46726}},[38516]={["id"]=38516,["icon"]="Art/2DArt/SkillIcons/passives/Righteous Decree.png",["ks"]=false,["not"]=true,["dn"]="Righteous Decree",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Black Oil - Silver Oil","22% increased maximum Mana","6% reduced Mana Cost of Skills"},["g"]=69,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31819,46726,62303},["in"]={}},[23036]={["id"]=23036,["icon"]="Art/2DArt/SkillIcons/passives/WarCryCooldown.png",["ks"]=false,["not"]=false,["dn"]="Warcry Cooldown Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Warcry Cooldown Recovery Speed"},["g"]=70,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30691,55871},["in"]={}},[55871]={["id"]=55871,["icon"]="Art/2DArt/SkillIcons/passives/WarCryDuration.png",["ks"]=false,["not"]=false,["dn"]="Warcry Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Warcry Duration"},["g"]=70,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50858},["in"]={[0]=55871}},[50858]={["id"]=50858,["icon"]="Art/2DArt/SkillIcons/passives/Battlecry.png",["ks"]=false,["not"]=true,["dn"]="Battle Cry",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Verdant Oil - Azure Oil","10% increased Warcry Cooldown Recovery Speed","Using Warcries is Instant","20% increased Warcry Buff Effect"},["g"]=70,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=50858}},[59494]={["id"]=59494,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","15% increased Critical Strike Chance"},["g"]=71,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={59494,59494}},[2225]={["id"]=2225,["icon"]="Art/2DArt/SkillIcons/passives/eagleeye.png",["ks"]=false,["not"]=true,["dn"]="Eagle Eye",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Verdant Oil - Black Oil","+100 to Accuracy Rating","15% increased Global Accuracy Rating","30% increased Critical Strike Chance"},["g"]=71,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59494},["in"]={}},[16380]={["id"]=16380,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","15% increased Critical Strike Chance"},["g"]=71,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59494},["in"]={[0]=16380}},[40867]={["id"]=40867,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=72,["o"]=4,["oidx"]=33,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=476},["in"]={[0]=40867}},[42911]={["id"]=42911,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=72,["o"]=4,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=40867},["in"]={[0]=42911}},[64395]={["id"]=64395,["icon"]="Art/2DArt/SkillIcons/passives/hammerblows.png",["ks"]=false,["not"]=true,["dn"]="Blunt Trauma",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Verdant Oil - Violet Oil","15% increased Accuracy Rating with Staves","40% increased Critical Strike Chance with Staves","+20% to Critical Strike Multiplier with Staves","Knocks Back Enemies if you get a Critical Strike with a Staff"},["g"]=73,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=64395}},[15453]={["id"]=15453,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=73,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[22728]={["id"]=22728,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Elemental Damage with Staves"},["g"]=73,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56094},["in"]={[0]=22728}},[46715]={["id"]=46715,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Elemental Damage with Staves"},["g"]=73,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46672},["in"]={[0]=46715}},[46672]={["id"]=46672,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Elemental Damage with Staves"},["g"]=73,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22728},["in"]={[0]=46672}},[56094]={["id"]=56094,["icon"]="Art/2DArt/SkillIcons/passives/StaffNotable2.png",["ks"]=false,["not"]=true,["dn"]="One with the River",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Crimson Oil - Silver Oil","30% increased Elemental Damage with Staves","Damage with Weapons Penetrates 5% Elemental Resistance","5% reduced Elemental Damage taken while stationary"},["g"]=73,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=56094}},[33983]={["id"]=33983,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Staves","+15% to Critical Strike Multiplier with Staves"},["g"]=73,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45486},["in"]={[0]=33983}},[45486]={["id"]=45486,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Critical Strike Chance and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Accuracy Rating with Staves","20% increased Critical Strike Chance with Staves"},["g"]=73,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15716},["in"]={[0]=45486}},[15716]={["id"]=15716,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Staves","+15% to Critical Strike Multiplier with Staves"},["g"]=73,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=64395},["in"]={[0]=15716}},[60090]={["id"]=60090,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=74,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={13322,46092},["in"]={[0]=60090}},[6289]={["id"]=6289,["icon"]="Art/2DArt/SkillIcons/passives/lifeleechimmunity.png",["ks"]=false,["not"]=true,["dn"]="Bloodless",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Teal Oil - Azure Oil","8% increased maximum Life","Enemies Cannot Leech Life From you"},["g"]=75,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48287},["in"]={}},[48287]={["id"]=48287,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=75,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={14930,64587},["in"]={[0]=48287}},[5197]={["id"]=5197,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=75,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=487},["in"]={[0]=5197}},[64587]={["id"]=64587,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=75,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5197},["in"]={[0]=64587}},[42875]={["id"]=42875,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=75,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[32710]={["id"]=32710,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=76,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={10153,32345,4502,12379,42744},["in"]={32710,32710,32710}},[50515]={["id"]=50515,["icon"]="Art/2DArt/SkillIcons/passives/FortifyNode.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage and Speed while Fortified",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed while you have Fortify","12% increased Attack Damage while you have Fortify"},["g"]=77,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={18552,24914},["in"]={}},[18552]={["id"]=18552,["icon"]="Art/2DArt/SkillIcons/passives/FortifyNode.png",["ks"]=false,["not"]=false,["dn"]="Fortify Effect and Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Fortify duration","10% increased Effect of Fortify on you"},["g"]=77,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56370},["in"]={[0]=18552}},[56370]={["id"]=56370,["icon"]="Art/2DArt/SkillIcons/passives/FortifyNode.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage and Speed while Fortified",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed while you have Fortify","12% increased Attack Damage while you have Fortify"},["g"]=77,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1340},["in"]={[0]=56370}},[1340]={["id"]=1340,["icon"]="Art/2DArt/SkillIcons/passives/FortifyNotable1.png",["ks"]=false,["not"]=true,["dn"]="Rampart",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Teal Oil - Golden Oil","8% increased Attack Speed while you have Fortify","5% increased Movement Speed while you have Fortify","10% increased Effect of Fortify on you","20% increased Attack Damage while you have Fortify"},["g"]=77,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=1340}},[25414]={["id"]=25414,["icon"]="Art/2DArt/SkillIcons/passives/FortifyMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Fortify Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=77,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[64401]={["id"]=64401,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=78,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={55558,59114},["in"]={[0]=64401}},[59114]={["id"]=59114,["icon"]="Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Mana Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","30% increased Mana Regeneration Rate if you've Hit a Cursed Enemy Recently"},["g"]=78,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51748},["in"]={[0]=59114}},[55558]={["id"]=55558,["icon"]="Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Mana Gain on Killing Blow",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","Recover 2% of Mana when you Kill a Cursed Enemy"},["g"]=78,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51748},["in"]={[0]=55558}},[51748]={["id"]=51748,["icon"]="Art/2DArt/SkillIcons/passives/ManaandCurses.png",["ks"]=false,["not"]=true,["dn"]="Cursed Concoction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Violet Oil - Violet Oil","15% increased maximum Mana","10% increased Effect of your Curses if you've spent 200 total Mana Recently","Remove a Curse when you use a Mana Flask"},["g"]=78,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={51748,51748}},[10313]={["id"]=10313,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMana.png",["ks"]=false,["not"]=false,["dn"]="Mana Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=78,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[56982]={["id"]=56982,["icon"]="Art/2DArt/SkillIcons/passives/stunstr.png",["ks"]=false,["not"]=false,["dn"]="Stun Threshold Reduction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% reduced Enemy Stun Threshold"},["g"]=79,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={46756,38922},["in"]={}},[57923]={["id"]=57923,["icon"]="Art/2DArt/SkillIcons/passives/stunstr.png",["ks"]=false,["not"]=false,["dn"]="Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Stun Duration on Enemies"},["g"]=79,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17038},["in"]={[0]=57923}},[46756]={["id"]=46756,["icon"]="Art/2DArt/SkillIcons/passives/stunstr.png",["ks"]=false,["not"]=false,["dn"]="Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Stun Duration on Enemies"},["g"]=79,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42800},["in"]={46756,46756}},[38922]={["id"]=38922,["icon"]="Art/2DArt/SkillIcons/passives/StunMastery.png",["ks"]=false,["not"]=true,["dn"]="Stun Mastery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Opalescent Oil - Opalescent Oil - Opalescent Oil","10% reduced Enemy Stun Threshold","30% increased Stun and Block Recovery","10% chance to gain an Endurance Charge when you Stun an Enemy with a Melee Hit","10% chance to double Stun Duration"},["g"]=79,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57923},["in"]={[0]=38922}},[17038]={["id"]=17038,["icon"]="Art/2DArt/SkillIcons/passives/stunstr.png",["ks"]=false,["not"]=false,["dn"]="Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Stun Duration on Enemies"},["g"]=79,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46756},["in"]={[0]=17038}},[13910]={["id"]=13910,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupStun.png",["ks"]=false,["not"]=false,["dn"]="Stun Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=79,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[44967]={["id"]=44967,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=80,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=50422},["in"]={44967,44967}},[19501]={["id"]=19501,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=81,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={},["in"]={19501,19501,19501,19501}},[28758]={["id"]=28758,["icon"]="Art/2DArt/SkillIcons/passives/criticaldaggerint.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Daggers","20% increased Critical Strike Chance with Daggers","8% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=82,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56276},["in"]={[0]=28758}},[39443]={["id"]=39443,["icon"]="Art/2DArt/SkillIcons/passives/criticaldaggerint.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Daggers","6% increased Accuracy Rating with Daggers","10% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=82,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56276},["in"]={[0]=39443}},[56276]={["id"]=56276,["icon"]="Art/2DArt/SkillIcons/passives/nightstalker.png",["ks"]=false,["not"]=true,["dn"]="Nightstalker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Crimson Oil - Silver Oil","20% increased Damage with Daggers","40% increased Critical Strike Chance with Daggers","+20% to Critical Strike Multiplier with Daggers","+150 to Accuracy Rating with Daggers","20% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=82,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={56276,56276}},[38829]={["id"]=38829,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupDagger.png",["ks"]=false,["not"]=false,["dn"]="Dagger Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=82,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[14157]={["id"]=14157,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Accuracy and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Accuracy Rating with Daggers","15% increased Critical Strike Chance with Daggers"},["g"]=82,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={4502,39443,28758},["in"]={}},[33545]={["id"]=33545,["icon"]="Art/2DArt/SkillIcons/passives/Harrier.png",["ks"]=false,["not"]=true,["dn"]="Harrier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Violet Oil - Opalescent Oil","9% increased Attack Speed","5% increased Cast Speed","5% increased Movement Speed"},["g"]=83,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={18033,28574},["in"]={33545,33545}},[60648]={["id"]=60648,["icon"]="Art/2DArt/SkillIcons/passives/flaskint.png",["ks"]=false,["not"]=false,["dn"]="Mana Flasks",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Mana Recovery from Flasks","10% reduced Flask Charges used from Mana Flasks"},["g"]=84,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42981,60398},["in"]={}},[42981]={["id"]=42981,["icon"]="Art/2DArt/SkillIcons/passives/flaskint.png",["ks"]=false,["not"]=false,["dn"]="Mana Flasks",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Mana Recovery from Flasks","10% reduced Flask Charges used from Mana Flasks"},["g"]=84,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53802},["in"]={[0]=42981}},[53802]={["id"]=53802,["icon"]="Art/2DArt/SkillIcons/passives/ManaFlasksOften.png",["ks"]=false,["not"]=true,["dn"]="Essence Extraction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Crimson Oil - Crimson Oil","15% increased Mana Regeneration Rate","15% increased Flask Charges gained","Mana Flasks gain 1 Charge every 3 seconds","Remove a random Elemental Ailment when you use a Mana Flask"},["g"]=84,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=53802}},[6359]={["id"]=6359,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Armour","Regenerate 15 Life per second"},["g"]=85,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21413},["in"]={[0]=6359}},[59290]={["id"]=59290,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupArmour.png",["ks"]=false,["not"]=false,["dn"]="Armour Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=85,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[3167]={["id"]=3167,["icon"]="Art/2DArt/SkillIcons/passives/lifepercentage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 0.5% of Life per second"},["g"]=85,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6359},["in"]={3167,3167}},[21413]={["id"]=21413,["icon"]="Art/2DArt/SkillIcons/passives/CombatStamina.png",["ks"]=false,["not"]=true,["dn"]="Combat Stamina",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Azure Oil - Azure Oil","20% increased Armour","5% increased maximum Life","Regenerate 1% of Life per second"},["g"]=85,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7335},["in"]={[0]=21413}},[7335]={["id"]=7335,["icon"]="Art/2DArt/SkillIcons/passives/lifepercentage.png",["ks"]=false,["not"]=false,["dn"]="Armour and Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Armour","Regenerate 0.3% of Life per second"},["g"]=85,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3167},["in"]={[0]=7335}},[62697]={["id"]=62697,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Shock Chance, Duration and Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Shock Duration on Enemies","5% chance to Shock","10% increased Effect of Shock"},["g"]=86,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={13961,3190},["in"]={[0]=62697}},[26557]={["id"]=26557,["icon"]="Art/2DArt/SkillIcons/passives/staticshield.png",["ks"]=false,["not"]=true,["dn"]="Static Blows",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["reminderText"]={"(Shock increases Damage taken by up to 50%, depending on the amount of Lightning Damage in the hit, for 2 seconds)","(Recently refers to the past 4 seconds)"},["spc"]={},["sd"]={"Teal Oil - Black Oil - Golden Oil","20% increased Shock Duration on Enemies","40% increased Critical Strike Chance against Shocked Enemies","30% increased Damage if you have Shocked an Enemy Recently","30% increased Effect of Shock"},["g"]=86,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={26557,26557}},[55954]={["id"]=55954,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLightning.png",["ks"]=false,["not"]=false,["dn"]="Lightning Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=86,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[13961]={["id"]=13961,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Shock Chance and Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% chance to Shock","10% increased Effect of Shock"},["g"]=86,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26557},["in"]={[0]=13961}},[3190]={["id"]=3190,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Damage and Critical Strike Chance against Shocked",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Critical Strike Chance against Shocked Enemies","10% increased Damage if you have Shocked an Enemy Recently"},["g"]=86,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26557},["in"]={[0]=3190}},[22627]={["id"]=22627,["icon"]="Art/2DArt/SkillIcons/passives/increasedarmorandlife.png",["ks"]=false,["not"]=false,["dn"]="Life and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Armour","5% increased maximum Life"},["g"]=87,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50904},["in"]={[0]=22627}},[3656]={["id"]=3656,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=88,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={58244,46896,27962,41518},["in"]={3656,3656}},[58244]={["id"]=58244,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=88,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=7112},["in"]={58244,58244,58244}},[14211]={["id"]=14211,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=89,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42731},["in"]={[0]=14211}},[42731]={["id"]=42731,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=89,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11430},["in"]={[0]=42731}},[14182]={["id"]=14182,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=89,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11430},["in"]={[0]=14182}},[11430]={["id"]=11430,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=89,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={11430,11430,11430}},[13322]={["id"]=13322,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=89,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14182},["in"]={[0]=13322}},[128]={["id"]=128,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=89,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[3452]={["id"]=3452,["icon"]="Art/2DArt/SkillIcons/passives/foresight.png",["ks"]=false,["not"]=true,["dn"]="Foresight",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Amber Oil - Opalescent Oil","+20 to maximum Energy Shield","14% increased maximum Energy Shield","10% increased Energy Shield Recharge Rate"},["g"]=89,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={60090,22473},["in"]={}},[38701]={["id"]=38701,["icon"]="Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","8% increased maximum Mana"},["g"]=90,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18767},["in"]={[0]=38701}},[18767]={["id"]=18767,["icon"]="Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","8% increased maximum Mana"},["g"]=90,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48298},["in"]={[0]=18767}},[48298]={["id"]=48298,["icon"]="Art/2DArt/SkillIcons/passives/Inspiration.png",["ks"]=false,["not"]=true,["dn"]="Insightfulness",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Amber Oil - Silver Oil","10% increased maximum Energy Shield","10% increased maximum Mana","10% reduced Mana Cost of Skills while on Full Energy Shield","+10 to Intelligence"},["g"]=90,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=10,["out"]={},["in"]={[0]=48298}},[12250]={["id"]=12250,["icon"]="Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","8% increased maximum Mana"},["g"]=90,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={38701,42760},["in"]={}},[2301]={["id"]=2301,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Mana Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=90,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[56066]={["id"]=56066,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Elemental Damage with Wands"},["g"]=91,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39841},["in"]={56066,56066}},[54043]={["id"]=54043,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Elemental Damage with Wands"},["g"]=91,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30926},["in"]={[0]=54043}},[30926]={["id"]=30926,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Elemental Damage with Wands"},["g"]=91,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56066},["in"]={[0]=30926}},[11765]={["id"]=11765,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupWand.png",["ks"]=false,["not"]=false,["dn"]="Wand Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=91,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[63944]={["id"]=63944,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=true,["dn"]="Prism Weave",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Verdant Oil - Golden Oil","6% increased Attack Speed with Wands","24% increased Elemental Damage with Wands","Damage with Weapons Penetrates 5% Elemental Resistance"},["g"]=91,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54043},["in"]={[0]=63944}},[20844]={["id"]=20844,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed with Wands","6% increased Accuracy Rating with Wands"},["g"]=91,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63944},["in"]={[0]=20844}},[62217]={["id"]=62217,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed with Wands","6% increased Accuracy Rating with Wands"},["g"]=91,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={20844,56066},["in"]={}},[50904]={["id"]=50904,["icon"]="Art/2DArt/SkillIcons/passives/increasedarmorandlife.png",["ks"]=false,["not"]=false,["dn"]="Life and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Armour","+16 to maximum Life"},["g"]=92,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6981},["in"]={50904,50904,50904}},[47175]={["id"]=47175,["icon"]="Art/2DArt/SkillIcons/passives/blankStr.png",["ks"]=false,["not"]=false,["dn"]="MARAUDER",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={[0]=1},["sd"]={},["g"]=92,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31628,50904,17765,24704,29294},["in"]={[0]=47175}},[31628]={["id"]=31628,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+16 to maximum Life","16% increased Melee Physical Damage"},["g"]=92,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9511},["in"]={31628,31628,31628}},[61327]={["id"]=61327,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Cold Damage with Attack Skills"},["g"]=93,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51404},["in"]={[0]=61327}},[51404]={["id"]=51404,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Cold Damage with Attack Skills"},["g"]=93,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={51404,51404}},[57199]={["id"]=57199,["icon"]="Art/2DArt/SkillIcons/passives/icebite.png",["ks"]=false,["not"]=true,["dn"]="Fangs of Frost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Violet Oil - Black Oil","Damage with Weapons Penetrates 8% Cold Resistance","30% increased Cold Damage with Attack Skills","10% increased Effect of Chill"},["g"]=93,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61327},["in"]={}},[32345]={["id"]=32345,["icon"]="Art/2DArt/SkillIcons/passives/grace.png",["ks"]=false,["not"]=true,["dn"]="Alacrity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Sepia Oil - Amber Oil","+30 to Dexterity"},["g"]=94,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=30,["ia"]=0,["out"]={},["in"]={[0]=32345}},[11700]={["id"]=11700,["icon"]="Art/2DArt/SkillIcons/passives/MeleeAoENode.png",["ks"]=false,["not"]=false,["dn"]="Melee Area of Effect and Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Melee Damage","Melee Skills have 5% increased Area of Effect"},["g"]=95,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50969},["in"]={[0]=11700}},[50969]={["id"]=50969,["icon"]="Art/2DArt/SkillIcons/passives/MeleeAoENode.png",["ks"]=false,["not"]=false,["dn"]="Melee Area of Effect and Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Melee Damage","Melee Skills have 5% increased Area of Effect"},["g"]=95,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20835},["in"]={[0]=50969}},[20835]={["id"]=20835,["icon"]="Art/2DArt/SkillIcons/passives/MeleeAoENotable.png",["ks"]=false,["not"]=true,["dn"]="Brinkmanship",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Verdant Oil - Violet Oil","5% reduced Area Damage taken from Hits","+2 to Melee Weapon and Unarmed Attack range","10% increased Area of Effect if you have Stunned an Enemy Recently","Melee Skills have 10% increased Area of Effect"},["g"]=95,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=20835}},[6615]={["id"]=6615,["icon"]="Art/2DArt/SkillIcons/passives/sparkingattacks.png",["ks"]=false,["not"]=true,["dn"]="Arcing Blows",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Amber Oil - Teal Oil","Damage with Weapons Penetrates 8% Lightning Resistance","30% increased Lightning Damage with Attack Skills","10% increased Effect of Shock"},["g"]=96,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44339},["in"]={}},[44339]={["id"]=44339,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Weapon Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Lightning Damage with Attack Skills"},["g"]=96,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={44339,44339}},[12379]={["id"]=12379,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Lightning Damage"},["g"]=96,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={44183,44339},["in"]={[0]=12379}},[44183]={["id"]=44183,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Lightning Damage"},["g"]=96,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7555},["in"]={[0]=44183}},[7555]={["id"]=7555,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=true,["dn"]="Crackling Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Violet Oil - Violet Oil","16% increased Lightning Damage","4% increased Cast Speed","+15% to Critical Strike Multiplier","10% increased Effect of Shock"},["g"]=96,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=7555}},[37394]={["id"]=37394,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLightning.png",["ks"]=false,["not"]=false,["dn"]="Lightning Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=96,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[32942]={["id"]=32942,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Physical Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Wands","4% increased Attack Speed with Wands","12% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=97,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63207},["in"]={[0]=32942}},[64239]={["id"]=64239,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Physical Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Wands","12% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=97,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={22407,49605,64612},["in"]={}},[22407]={["id"]=22407,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Physical Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Wands","4% increased Attack Speed with Wands","12% increased Damage with Ailments from Attack Skills while wielding a Wand"},["g"]=97,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32942},["in"]={[0]=22407}},[19098]={["id"]=19098,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Gain 10% of Wand Physical Damage as Extra Fire Damage"},["g"]=97,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63207},["in"]={[0]=19098}},[64612]={["id"]=64612,["icon"]="Art/2DArt/SkillIcons/passives/masterywand.png",["ks"]=false,["not"]=false,["dn"]="Wand Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Gain 10% of Wand Physical Damage as Extra Cold Damage"},["g"]=97,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19098},["in"]={[0]=64612}},[59959]={["id"]=59959,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupWand.png",["ks"]=false,["not"]=false,["dn"]="Wand Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=97,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[63207]={["id"]=63207,["icon"]="Art/2DArt/SkillIcons/passives/TempestBlast.png",["ks"]=false,["not"]=true,["dn"]="Tempest Blast",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Opalescent Oil - Golden Oil","Gain 20% of Wand Physical Damage as Extra Lightning Damage"},["g"]=97,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={63207,63207}},[57746]={["id"]=57746,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingDamage.png",["ks"]=false,["not"]=false,["dn"]="Channelling Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills deal 14% increased Damage"},["g"]=98,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={57044,51355,58402},["in"]={}},[57044]={["id"]=57044,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingDamage.png",["ks"]=false,["not"]=false,["dn"]="Channelling Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills deal 14% increased Damage"},["g"]=98,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={57044,57044}},[62490]={["id"]=62490,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingSpeed.png",["ks"]=false,["not"]=false,["dn"]="Channelling Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills have 3% increased Attack and Cast Speed","Channelling Skills deal 8% increased Damage"},["g"]=98,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10511},["in"]={[0]=62490}},[51355]={["id"]=51355,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingSpeed.png",["ks"]=false,["not"]=false,["dn"]="Channelling Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills have 3% increased Attack and Cast Speed","Channelling Skills deal 8% increased Damage"},["g"]=98,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62490},["in"]={[0]=51355}},[10511]={["id"]=10511,["icon"]="Art/2DArt/SkillIcons/passives/CombatFocusNotable.png",["ks"]=false,["not"]=true,["dn"]="Singular Focus",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Crimson Oil - Golden Oil","4% additional Physical Damage Reduction while Channelling","Channelling Skills have 6% increased Attack and Cast Speed","Channelling Skills deal 15% increased Damage"},["g"]=98,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57044},["in"]={[0]=10511}},[18823]={["id"]=18823,["icon"]="Art/2DArt/SkillIcons/passives/MasteryChannelling.png",["ks"]=false,["not"]=false,["dn"]="Channelling Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=98,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[38849]={["id"]=38849,["icon"]="Art/2DArt/SkillIcons/passives/SearingHeat.png",["ks"]=false,["not"]=true,["dn"]="Searing Heat",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Black Oil - Silver Oil","+20% to Damage over Time Multiplier for Ignite from Critical Strikes","45% increased Critical Strike Chance for Spells","+20% to Critical Strike Multiplier against Burning Enemies"},["g"]=99,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=38849}},[27709]={["id"]=27709,["icon"]="Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Chance and Critical Ignite Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% to Damage over Time Multiplier for Ignite from Critical Strikes","15% increased Critical Strike Chance for Spells"},["g"]=99,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28887},["in"]={[0]=27709}},[28887]={["id"]=28887,["icon"]="Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Chance and Critical Ignite Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% to Damage over Time Multiplier for Ignite from Critical Strikes","15% increased Critical Strike Chance for Spells"},["g"]=99,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38849},["in"]={[0]=28887}},[19897]={["id"]=19897,["icon"]="Art/2DArt/SkillIcons/passives/deathattunement.png",["ks"]=false,["not"]=true,["dn"]="Death Attunement",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Teal Oil - Crimson Oil","Minions have 8% increased Attack Speed","Minions have 8% increased Cast Speed","+1 to Maximum number of Spectres","+1 to Maximum number of Raised Zombies","+1 to Maximum number of Skeletons"},["g"]=100,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={19897,19897}},[4247]={["id"]=4247,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life and Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions Regenerate 1% of Life per second"},["g"]=100,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19897},["in"]={[0]=4247}},[17412]={["id"]=17412,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 14% increased maximum Life"},["g"]=100,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4247},["in"]={[0]=17412}},[52412]={["id"]=52412,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life and Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions deal 10% increased Damage"},["g"]=100,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={17412,43716,39841},["in"]={}},[43716]={["id"]=43716,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 14% increased Damage"},["g"]=100,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34144},["in"]={[0]=43716}},[34144]={["id"]=34144,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 10% increased Damage","Minions Leech 0.2% of Damage as Life"},["g"]=100,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19897},["in"]={[0]=34144}},[2320]={["id"]=2320,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMinions.png",["ks"]=false,["not"]=false,["dn"]="Minion and Damage Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=100,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[44134]={["id"]=44134,["icon"]="Art/2DArt/SkillIcons/passives/criticaldaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Critical Strike Chance with Daggers","+14% to Critical Strike Multiplier with Daggers"},["g"]=101,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11489},["in"]={[0]=44134}},[11489]={["id"]=11489,["icon"]="Art/2DArt/SkillIcons/passives/criticaldaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Critical Strike Chance with Daggers","+14% to Critical Strike Multiplier with Daggers"},["g"]=101,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8920},["in"]={[0]=11489}},[55414]={["id"]=55414,["icon"]="Art/2DArt/SkillIcons/passives/criticaldaggerint.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Daggers","12% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=101,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=47422},["in"]={55414,55414}},[36490]={["id"]=36490,["icon"]="Art/2DArt/SkillIcons/passives/flaying.png",["ks"]=false,["not"]=true,["dn"]="Flaying",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Amber Oil - Opalescent Oil","24% increased Damage with Daggers","12% increased Attack Speed with Daggers","10% increased Accuracy Rating with Daggers","24% increased Damage with Ailments from Attack Skills while wielding a Dagger","+1 to Melee range with Daggers"},["g"]=101,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=36490}},[47422]={["id"]=47422,["icon"]="Art/2DArt/SkillIcons/passives/criticaldaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Critical Strike Chance with Daggers","+14% to Critical Strike Multiplier with Daggers"},["g"]=101,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44134},["in"]={[0]=47422}},[22261]={["id"]=22261,["icon"]="Art/2DArt/SkillIcons/passives/attackspeeddagger.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Daggers","4% increased Attack Speed with Daggers","8% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=101,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55414},["in"]={[0]=22261}},[56174]={["id"]=56174,["icon"]="Art/2DArt/SkillIcons/passives/attackspeeddagger.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Daggers","4% increased Attack Speed with Daggers","Enemies have -5% to Total Physical Damage Reduction against your Hits","8% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=101,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={38864,22261},["in"]={}},[38864]={["id"]=38864,["icon"]="Art/2DArt/SkillIcons/passives/attackspeeddagger.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Daggers","4% increased Attack Speed with Daggers","Enemies have -5% to Total Physical Damage Reduction against your Hits","8% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=101,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36490},["in"]={[0]=38864}},[57001]={["id"]=57001,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupDagger.png",["ks"]=false,["not"]=false,["dn"]="Dagger Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=101,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[8920]={["id"]=8920,["icon"]="Art/2DArt/SkillIcons/passives/DaggerNotable1.png",["ks"]=false,["not"]=true,["dn"]="Backstabbing",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Verdant Oil - Teal Oil","40% increased Critical Strike Chance with Daggers","+30% to Critical Strike Multiplier with Daggers","+40% to Critical Strike Multiplier against Enemies that are on Full Life","30% increased Critical Strike Chance against Enemies on Full Life"},["g"]=101,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=8920}},[47471]={["id"]=47471,["icon"]="Art/2DArt/SkillIcons/passives/innerforce.png",["ks"]=false,["not"]=true,["dn"]="Overcharged",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Crimson Oil - Silver Oil","8% chance to gain a Power, Frenzy or Endurance Charge on Kill"},["g"]=102,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=47471}},[35737]={["id"]=35737,["icon"]="Art/2DArt/SkillIcons/passives/innerforce.png",["ks"]=false,["not"]=false,["dn"]="Charge on Kill",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"2% chance to gain a Power, Frenzy or Endurance Charge on Kill"},["g"]=102,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31137,51923},["in"]={}},[31137]={["id"]=31137,["icon"]="Art/2DArt/SkillIcons/passives/innerforce.png",["ks"]=false,["not"]=false,["dn"]="Charge on Kill",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"2% chance to gain a Power, Frenzy or Endurance Charge on Kill"},["g"]=102,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=47471},["in"]={[0]=31137}},[19506]={["id"]=19506,["icon"]="Art/2DArt/SkillIcons/passives/Hunter.png",["ks"]=false,["not"]=true,["dn"]="Path of the Hunter",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Crimson Oil - Black Oil - Opalescent Oil","+20 to Accuracy Rating","12% increased Projectile Damage","+20 to Dexterity"},["g"]=103,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=20,["ia"]=0,["out"]={[0]=57984},["in"]={[0]=19506}},[56648]={["id"]=56648,["icon"]="Art/2DArt/SkillIcons/passives/eagletalons.png",["ks"]=false,["not"]=true,["dn"]="Claws of the Falcon",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Teal Oil - Violet Oil","16% increased Damage with Claws","12% increased Accuracy Rating with Claws","+30% to Critical Strike Multiplier with Claws","16% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=104,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={56648,56648}},[47321]={["id"]=47321,["icon"]="Art/2DArt/SkillIcons/passives/criticalclaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Claws","20% increased Critical Strike Chance with Claws","10% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=104,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56648},["in"]={[0]=47321}},[265]={["id"]=265,["icon"]="Art/2DArt/SkillIcons/passives/criticalclaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Claws","15% increased Critical Strike Chance with Claws","10% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=104,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={53456,38520,47321},["in"]={}},[19016]={["id"]=19016,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupClaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=104,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[38520]={["id"]=38520,["icon"]="Art/2DArt/SkillIcons/passives/clawmasterydex.png",["ks"]=false,["not"]=false,["dn"]="Claw Accuracy and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Accuracy Rating with Claws","20% increased Critical Strike Chance with Claws"},["g"]=104,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56648},["in"]={[0]=38520}},[51420]={["id"]=51420,["icon"]="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png",["ks"]=false,["not"]=false,["dn"]="Mana Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.4% of Attack Damage Leeched as Mana","10% increased total Recovery per second from Mana Leech"},["g"]=105,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={51420,51420}},[49481]={["id"]=49481,["icon"]="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png",["ks"]=false,["not"]=false,["dn"]="Mana Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.4% of Attack Damage Leeched as Mana","10% increased total Recovery per second from Mana Leech"},["g"]=105,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51420},["in"]={[0]=49481}},[65053]={["id"]=65053,["icon"]="Art/2DArt/SkillIcons/passives/minddrinker.png",["ks"]=false,["not"]=true,["dn"]="Essence Sap",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Azure Oil - Black Oil","0.6% of Attack Damage Leeched as Mana","25% increased Maximum total Recovery per second from Mana Leech","+2 Mana gained for each Enemy hit by your Attacks","20% increased total Recovery per second from Mana Leech"},["g"]=105,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49481},["in"]={}},[61982]={["id"]=61982,["icon"]="Art/2DArt/SkillIcons/passives/graveintentions.png",["ks"]=false,["not"]=true,["dn"]="Grave Intentions",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Azure Oil - Opalescent Oil","Minions have +15% to Chaos Resistance","Minions have 25% chance to gain Unholy Might for 4 seconds on Kill","Minions gain 10% of Maximum Life as Extra Maximum Energy Shield"},["g"]=106,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=61982}},[51517]={["id"]=51517,["icon"]="Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Life and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 8% increased maximum Life","Minions have +8% to all Elemental Resistances","Minions have +8% to Chaos Resistance"},["g"]=106,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49047,27659},["in"]={}},[49047]={["id"]=49047,["icon"]="Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Life and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 8% increased maximum Life","Minions have +8% to all Elemental Resistances","Minions have +8% to Chaos Resistance"},["g"]=106,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61982},["in"]={[0]=49047}},[32091]={["id"]=32091,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating","12% increased Evasion Rating"},["g"]=107,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44103},["in"]={32091,32091}},[55563]={["id"]=55563,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions Regenerate 1.5% of Life per second"},["g"]=108,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1609},["in"]={[0]=55563}},[10904]={["id"]=10904,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 12% increased maximum Life"},["g"]=108,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36915},["in"]={10904,10904}},[36915]={["id"]=36915,["icon"]="Art/2DArt/SkillIcons/passives/graveexpectations.png",["ks"]=false,["not"]=true,["dn"]="Sacrifice",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Violet Oil - Golden Oil","Minions have 20% increased maximum Life","Regenerate 1% of Life per second","Minions Regenerate 1% of Life per second","Minions have +10% to all Elemental Resistances"},["g"]=108,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={36915,36915}},[34880]={["id"]=34880,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased maximum Life"},["g"]=108,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={55563,17735,10904},["in"]={}},[61991]={["id"]=61991,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMinions.png",["ks"]=false,["not"]=false,["dn"]="Minion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=108,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[1609]={["id"]=1609,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions Leech 0.6% of Damage as Life"},["g"]=108,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36915},["in"]={[0]=1609}},[23407]={["id"]=23407,["icon"]="Art/2DArt/SkillIcons/passives/CritAilments.png",["ks"]=true,["not"]=false,["dn"]="Perfect Agony",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Your foes will beg not for their pitiful lives, but for a quick, merciful death."},["spc"]={},["sd"]={"Modifiers to Critical Strike Multiplier also apply to Damage over Time Multiplier for Ailments from Critical Strikes at 50% of their value\n30% less Damage with Hits"},["g"]=109,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51786},["in"]={}},[51786]={["id"]=51786,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=110,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=10,["ia"]=0,["out"]={28574,20812},["in"]={51786,51786,51786,51786}},[28574]={["id"]=28574,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=110,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=61875},["in"]={28574,28574,28574}},[20852]={["id"]=20852,["icon"]="Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png",["ks"]=false,["not"]=false,["dn"]="Fire and Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Fire Damage","8% increased Cold Damage"},["g"]=111,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={36585,6785,41635},["in"]={}},[6785]={["id"]=6785,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Fire Skill Critical Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Fire Damage","+10% to Critical Strike Multiplier with Fire Skills"},["g"]=111,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42649},["in"]={[0]=6785}},[36585]={["id"]=36585,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage and Cold Skill Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Cold Damage","20% increased Critical Strike Chance with Cold Skills"},["g"]=111,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42649},["in"]={[0]=36585}},[42649]={["id"]=42649,["icon"]="Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png",["ks"]=false,["not"]=true,["dn"]="Snowforged",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Opalescent Oil - Silver Oil","25% increased Fire Damage","25% increased Cold Damage","+10% to Fire and Cold Resistances","30% increased Critical Strike Chance"},["g"]=111,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={42649,42649}},[55934]={["id"]=55934,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupColdFire.png",["ks"]=false,["not"]=false,["dn"]="Cold and Fire Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=111,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[32024]={["id"]=32024,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased maximum Life"},["g"]=112,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27929},["in"]={32024,32024}},[60554]={["id"]=60554,["icon"]="Art/2DArt/SkillIcons/passives/miniondamage.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 10% increased Damage"},["g"]=112,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={32024,11420},["in"]={[0]=60554}},[27611]={["id"]=27611,["icon"]="Art/2DArt/SkillIcons/passives/lordofthedead.png",["ks"]=false,["not"]=true,["dn"]="Lord of the Dead",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Azure Oil - Silver Oil","Minions have 10% increased maximum Life","Minions deal 15% increased Damage","30% increased Minion Accuracy Rating","+1 to Maximum number of Raised Zombies","+1 to Maximum number of Skeletons"},["g"]=112,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={32024,60554,19635},["in"]={}},[24914]={["id"]=24914,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=113,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={61262,34513,8533},["in"]={24914,24914}},[43133]={["id"]=43133,["icon"]="Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 12% increased Damage","15% increased Minion Accuracy Rating"},["g"]=114,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27308},["in"]={[0]=43133}},[27308]={["id"]=27308,["icon"]="Art/2DArt/SkillIcons/passives/gravepact.png",["ks"]=false,["not"]=true,["dn"]="Gravepact",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Crimson Oil - Black Oil","Minions deal 15% increased Damage","Minions have 8% increased Attack Speed","30% increased Minion Accuracy Rating","Minions have 5% chance to deal Double Damage"},["g"]=114,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=27308}},[54267]={["id"]=54267,["icon"]="Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 10% increased Damage","10% increased Minion Accuracy Rating"},["g"]=114,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23185},["in"]={[0]=54267}},[23185]={["id"]=23185,["icon"]="Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 12% increased Damage","15% increased Minion Accuracy Rating"},["g"]=114,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43133},["in"]={[0]=23185}},[49957]={["id"]=49957,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMinions.png",["ks"]=false,["not"]=false,["dn"]="Minion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=114,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[367]={["id"]=367,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=115,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58103},["in"]={[0]=367}},[33864]={["id"]=33864,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=115,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={63447,23659},["in"]={[0]=33864}},[35706]={["id"]=35706,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=115,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={14021,367},["in"]={}},[58103]={["id"]=58103,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=115,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33864},["in"]={[0]=58103}},[50029]={["id"]=50029,["icon"]="Art/2DArt/SkillIcons/passives/arcane focus.png",["ks"]=false,["not"]=true,["dn"]="Unnatural Calm",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Silver Oil - Golden Oil","18% increased maximum Energy Shield","15% increased Energy Shield Recharge Rate","+1% to maximum Lightning Resistance"},["g"]=115,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=50029}},[23659]={["id"]=23659,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=115,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50029},["in"]={[0]=23659}},[2897]={["id"]=2897,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=115,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[41967]={["id"]=41967,["icon"]="Art/2DArt/SkillIcons/passives/flaskint.png",["ks"]=false,["not"]=false,["dn"]="Mana and Flasks",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","10% increased Mana Recovery from Flasks"},["g"]=116,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21634},["in"]={41967,41967}},[17546]={["id"]=17546,["icon"]="Art/2DArt/SkillIcons/passives/flaskint.png",["ks"]=false,["not"]=false,["dn"]="Mana and Flasks",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Mana","15% increased Mana Recovery from Flasks"},["g"]=116,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={41967,21634},["in"]={}},[21634]={["id"]=21634,["icon"]="Art/2DArt/SkillIcons/passives/ArcaneChemistry.png",["ks"]=false,["not"]=true,["dn"]="Arcane Chemistry",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Amber Oil - Verdant Oil","15% increased maximum Mana","25% increased Mana Recovery from Flasks","15% reduced Flask Charges used","Flasks applied to you have 8% increased Effect"},["g"]=116,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={21634,21634}},[22473]={["id"]=22473,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=117,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={10490,14211},["in"]={[0]=22473}},[34173]={["id"]=34173,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=true,["dn"]="Overcharge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Crimson Oil - Silver Oil","+1 to Maximum Power Charges"},["g"]=118,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5696},["in"]={[0]=34173}},[5696]={["id"]=5696,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Power Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Power Charge Duration"},["g"]=118,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26270},["in"]={[0]=5696}},[35958]={["id"]=35958,["icon"]="Art/2DArt/SkillIcons/passives/bodysoul.png",["ks"]=false,["not"]=true,["dn"]="Faith and Steel",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Violet Oil - Black Oil","20% increased Armour","10% increased maximum Energy Shield","10% increased Energy Shield Recharge Rate","+8% to all Elemental Resistances"},["g"]=118,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46897},["in"]={[0]=35958}},[40508]={["id"]=40508,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Armour","5% increased maximum Energy Shield"},["g"]=118,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35958},["in"]={[0]=40508}},[46897]={["id"]=46897,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Armour","5% increased maximum Energy Shield"},["g"]=118,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26270},["in"]={[0]=46897}},[27575]={["id"]=27575,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Power Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Power Charge Duration"},["g"]=118,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34173,10575},["in"]={}},[63357]={["id"]=63357,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png",["ks"]=false,["not"]=true,["dn"]="Path of the Duelist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=2,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Can Allocate Passives from the Duelist's starting point"},["g"]=119,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={47389,39725},["in"]={[0]=63357}},[17445]={["id"]=17445,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=119,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63357},["in"]={[0]=17445}},[41996]={["id"]=41996,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=119,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24798},["in"]={[0]=41996}},[607]={["id"]=607,["icon"]="Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png",["ks"]=false,["not"]=false,["dn"]="Strength and Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+20 to Strength and Dexterity"},["g"]=119,["o"]=2,["oidx"]=0,["sa"]=20,["da"]=20,["ia"]=0,["out"]={[0]=41996},["in"]={[0]=607}},[24798]={["id"]=24798,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png",["ks"]=false,["not"]=true,["dn"]="Duelist Ascendancy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=true,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(Choose one of the three attached options)"},["spc"]={},["sd"]={},["g"]=119,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={17445,39598,34774,43195},["in"]={[0]=24798}},[58603]={["id"]=58603,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage, Freeze and Chill Duration, Chill Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Cold Damage","20% increased Chill Duration on Enemies","20% increased Freeze Duration on Enemies","5% increased Effect of Chill"},["g"]=120,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58198},["in"]={[0]=58603}},[58198]={["id"]=58198,["icon"]="Art/2DArt/SkillIcons/passives/breathofrime.png",["ks"]=false,["not"]=true,["dn"]="Fingers of Frost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Sepia Oil - Opalescent Oil","+10% to Cold Damage over Time Multiplier","12% increased Cold Damage","Enemies Become Chilled as they Unfreeze","10% chance to Freeze Enemies which are Chilled","10% increased Effect of Chill"},["g"]=120,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={58198,58198}},[44059]={["id"]=44059,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupCold.png",["ks"]=false,["not"]=false,["dn"]="Cold Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=120,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[21170]={["id"]=21170,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage, Freeze Chance and Chill Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Cold Damage","5% chance to Freeze","5% increased Effect of Chill"},["g"]=120,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={56186,58603},["in"]={[0]=21170}},[56186]={["id"]=56186,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage Over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+6% to Cold Damage over Time Multiplier"},["g"]=120,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11162},["in"]={[0]=56186}},[11162]={["id"]=11162,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage Over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+6% to Cold Damage over Time Multiplier"},["g"]=120,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58198},["in"]={[0]=11162}},[18715]={["id"]=18715,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Fire Damage"},["g"]=121,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10893},["in"]={[0]=18715}},[10893]={["id"]=10893,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Fire Damage"},["g"]=121,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={10893,10893}},[38789]={["id"]=38789,["icon"]="Art/2DArt/SkillIcons/passives/firedamageint.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Burning Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+4% to Fire Damage over Time Multiplier","8% increased Fire Damage"},["g"]=121,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11924},["in"]={[0]=38789}},[61804]={["id"]=61804,["icon"]="Art/2DArt/SkillIcons/passives/firedamageint.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Fire Damage"},["g"]=121,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={44184,14040},["in"]={[0]=61804}},[60501]={["id"]=60501,["icon"]="Art/2DArt/SkillIcons/passives/hellfire.png",["ks"]=false,["not"]=true,["dn"]="Heart of Flame",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Crimson Oil - Crimson Oil - Black Oil","25% increased Fire Damage","Damage Penetrates 6% Fire Resistance","0.2% of Fire Damage Leeched as Energy Shield"},["g"]=121,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10893},["in"]={}},[14040]={["id"]=14040,["icon"]="Art/2DArt/SkillIcons/passives/firedamageint.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Fire Damage"},["g"]=121,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18715},["in"]={[0]=14040}},[13559]={["id"]=13559,["icon"]="Art/2DArt/SkillIcons/passives/firedamagestr.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Ignite Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Fire Damage","5% chance to Ignite"},["g"]=121,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={8624,38789},["in"]={}},[42465]={["id"]=42465,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupFire.png",["ks"]=false,["not"]=false,["dn"]="Fire Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=121,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[8624]={["id"]=8624,["icon"]="Art/2DArt/SkillIcons/passives/firedamageint.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Burning Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+4% to Fire Damage over Time Multiplier","8% increased Fire Damage"},["g"]=121,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61804},["in"]={[0]=8624}},[11924]={["id"]=11924,["icon"]="Art/2DArt/SkillIcons/passives/BreathofFlames2.png",["ks"]=false,["not"]=true,["dn"]="Breath of Flames",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Azure Oil - Azure Oil","+10% to Fire Damage over Time Multiplier","20% increased Fire Damage","20% increased Ignite Duration on Enemies","20% chance to Ignite"},["g"]=121,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=11924}},[54396]={["id"]=54396,["icon"]="Art/2DArt/SkillIcons/passives/firedamageint.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Burning Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Fire Damage over Time Multiplier","12% increased Fire Damage"},["g"]=122,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={2550,5430},["in"]={}},[1550]={["id"]=1550,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Fire Damage","Regenerate 0.4% of Life per second"},["g"]=122,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10221},["in"]={[0]=1550}},[2550]={["id"]=2550,["icon"]="Art/2DArt/SkillIcons/passives/arsonist.png",["ks"]=false,["not"]=true,["dn"]="Arsonist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Clear Oil - Azure Oil","+6% to Fire Damage over Time Multiplier","24% increased Fire Damage","Regenerate 1% of Life per second"},["g"]=122,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1550},["in"]={[0]=2550}},[14923]={["id"]=14923,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupFire.png",["ks"]=false,["not"]=false,["dn"]="Fire Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=122,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[25168]={["id"]=25168,["icon"]="Art/2DArt/SkillIcons/passives/MeleeFireNode.png",["ks"]=false,["not"]=false,["dn"]="Weapon Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Fire Damage with Attack Skills"},["g"]=122,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5430},["in"]={[0]=25168}},[5430]={["id"]=5430,["icon"]="Art/2DArt/SkillIcons/passives/MeleeFireNotable.png",["ks"]=false,["not"]=true,["dn"]="Magmatic Strikes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Black Oil - Opalescent Oil","Gain 5% of Physical Damage as Extra Fire Damage","24% increased Fire Damage with Attack Skills"},["g"]=122,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={5430,5430}},[17236]={["id"]=17236,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Energy Shield Recharge Rate",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to maximum Energy Shield","10% increased Energy Shield Recharge Rate"},["g"]=123,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={17236,17236}},[7641]={["id"]=7641,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Energy Shield Recharge Rate",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to maximum Energy Shield","10% increased Energy Shield Recharge Rate"},["g"]=123,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={17236,34882},["in"]={}},[62577]={["id"]=62577,["icon"]="Art/2DArt/SkillIcons/passives/EssenceSurge.png",["ks"]=false,["not"]=true,["dn"]="Essence Surge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Teal Oil - Black Oil","+30 to maximum Energy Shield","15% faster start of Energy Shield Recharge","10% increased Energy Shield Recharge Rate"},["g"]=123,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17236},["in"]={}},[37078]={["id"]=37078,["icon"]="Art/2DArt/SkillIcons/passives/SavantPath.png",["ks"]=false,["not"]=true,["dn"]="Path of the Savant",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Black Oil - Black Oil - Black Oil","16% increased Spell Damage","+20 to maximum Mana","+20 to Intelligence"},["g"]=124,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=20,["out"]={[0]=11430},["in"]={[0]=37078}},[34098]={["id"]=34098,["icon"]="Art/2DArt/SkillIcons/passives/heroicspirit.png",["ks"]=true,["not"]=false,["dn"]="Mind Over Matter",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"While the mind endures, so too will the body."},["spc"]={},["sd"]={"30% of Damage is taken from Mana before Life"},["g"]=125,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=60398},["in"]={}},[37999]={["id"]=37999,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=126,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=29199},["in"]={[0]=37999}},[40609]={["id"]=40609,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Cold Damage"},["g"]=127,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22090},["in"]={[0]=40609}},[22090]={["id"]=22090,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Cold Damage"},["g"]=127,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36412},["in"]={[0]=22090}},[5972]={["id"]=5972,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Cold Damage"},["g"]=127,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={19501,40705},["in"]={[0]=5972}},[8833]={["id"]=8833,["icon"]="Art/2DArt/SkillIcons/passives/iceheart.png",["ks"]=false,["not"]=true,["dn"]="Heart of Ice",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Crimson Oil - Opalescent Oil","25% increased Cold Damage","Damage Penetrates 6% Cold Resistance","0.2% of Cold Damage Leeched as Energy Shield"},["g"]=127,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40609},["in"]={}},[36412]={["id"]=36412,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Cold Damage"},["g"]=127,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5972},["in"]={[0]=36412}},[40705]={["id"]=40705,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage, Freeze and Chill Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Cold Damage","30% increased Chill Duration on Enemies","20% increased Freeze Duration on Enemies"},["g"]=127,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53732},["in"]={[0]=40705}},[53732]={["id"]=53732,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage, Cold Damage Over Time Multiplier and Chill Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% to Cold Damage over Time Multiplier","10% increased Cold Damage","10% increased Effect of Chill"},["g"]=127,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36226},["in"]={[0]=53732}},[58157]={["id"]=58157,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupCold.png",["ks"]=false,["not"]=false,["dn"]="Cold Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=127,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[36226]={["id"]=36226,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage, Cold Damage Over Time Multiplier and Freeze Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% to Cold Damage over Time Multiplier","10% increased Cold Damage","5% chance to Freeze"},["g"]=127,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21460},["in"]={[0]=36226}},[21460]={["id"]=21460,["icon"]="Art/2DArt/SkillIcons/passives/BreathofRime2.png",["ks"]=false,["not"]=true,["dn"]="Breath of Rime",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Teal Oil - Violet Oil","+10% to Cold Damage over Time Multiplier","20% increased Cold Damage","20% increased Freeze Duration on Enemies","10% chance to Freeze","15% increased Effect of Chill"},["g"]=127,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=21460}},[62177]={["id"]=62177,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Power Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Power Charge Duration"},["g"]=128,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18182},["in"]={[0]=62177}},[25411]={["id"]=25411,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=true,["dn"]="Infused",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Amber Oil - Silver Oil","+1 to Maximum Power Charges"},["g"]=128,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62177},["in"]={[0]=25411}},[60259]={["id"]=60259,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","5% increased maximum Energy Shield"},["g"]=128,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18182},["in"]={[0]=60259}},[11018]={["id"]=11018,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","5% increased maximum Energy Shield"},["g"]=128,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={58244,32176},["in"]={}},[3537]={["id"]=3537,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Power Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Power Charge Duration"},["g"]=128,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25411,58244},["in"]={}},[32176]={["id"]=32176,["icon"]="Art/2DArt/SkillIcons/passives/newenergyshield.png",["ks"]=false,["not"]=true,["dn"]="Soul Thief",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Opalescent Oil - Silver Oil","18% increased Evasion Rating","12% increased maximum Energy Shield","0.3% of Spell Damage Leeched as Energy Shield"},["g"]=128,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=60259},["in"]={[0]=32176}},[29049]={["id"]=29049,["icon"]="Art/2DArt/SkillIcons/passives/pyromaniac.png",["ks"]=false,["not"]=true,["dn"]="Holy Fire",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Black Oil - Black Oil","+12% to Fire Damage over Time Multiplier","20% increased Fire Damage","15% chance to Ignite"},["g"]=129,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5916},["in"]={[0]=29049}},[5916]={["id"]=5916,["icon"]="Art/2DArt/SkillIcons/passives/firedamageint.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Burning Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+4% to Fire Damage over Time Multiplier","8% increased Fire Damage"},["g"]=129,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4713},["in"]={[0]=5916}},[4713]={["id"]=4713,["icon"]="Art/2DArt/SkillIcons/passives/firedamageint.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Fire Damage"},["g"]=129,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={6245,7444},["in"]={[0]=4713}},[21524]={["id"]=21524,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupFire.png",["ks"]=false,["not"]=false,["dn"]="Fire Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=129,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[6245]={["id"]=6245,["icon"]="Art/2DArt/SkillIcons/passives/firedamagestr.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Ignite Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Fire Damage","10% chance to Ignite"},["g"]=129,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29049},["in"]={[0]=6245}},[44723]={["id"]=44723,["icon"]="Art/2DArt/SkillIcons/passives/spellcritical.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance for Spells"},["g"]=130,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19635},["in"]={44723,44723}},[1346]={["id"]=1346,["icon"]="Art/2DArt/SkillIcons/passives/spellcritical.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance for Spells"},["g"]=130,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={11420,44723},["in"]={[0]=1346}},[16790]={["id"]=16790,["icon"]="Art/2DArt/SkillIcons/passives/spellcritical.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Critical Strike Chance for Spells"},["g"]=130,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={44723,1346},["in"]={[0]=16790}},[63398]={["id"]=63398,["icon"]="Art/2DArt/SkillIcons/passives/spellcritical.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance for Spells"},["g"]=131,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7444},["in"]={[0]=63398}},[36452]={["id"]=36452,["icon"]="Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15% to Critical Strike Multiplier for Spells"},["g"]=131,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63398},["in"]={[0]=36452}},[46842]={["id"]=46842,["icon"]="Art/2DArt/SkillIcons/passives/arcanepotency.png",["ks"]=false,["not"]=true,["dn"]="Arcane Potency",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Verdant Oil - Verdant Oil","30% increased Critical Strike Chance for Spells","+30% to Critical Strike Multiplier for Spells"},["g"]=131,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36452},["in"]={}},[61308]={["id"]=61308,["icon"]="Art/2DArt/SkillIcons/passives/amplify.png",["ks"]=false,["not"]=true,["dn"]="Amplify",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Sepia Oil - Verdant Oil","10% increased Area of Effect","20% increased Area Damage"},["g"]=132,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={61308,61308,61308}},[40927]={["id"]=40927,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area of Effect"},["g"]=132,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={61308,15365},["in"]={[0]=40927}},[15365]={["id"]=15365,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area of Effect"},["g"]=132,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={61308,49254},["in"]={[0]=15365}},[21075]={["id"]=21075,["icon"]="Art/2DArt/SkillIcons/passives/areaofeffect.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area Damage"},["g"]=133,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={38805,38900},["in"]={[0]=21075}},[38900]={["id"]=38900,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area of Effect"},["g"]=133,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38805},["in"]={38900,38900}},[38805]={["id"]=38805,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area of Effect"},["g"]=133,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19635},["in"]={38805,38805}},[24362]={["id"]=24362,["icon"]="Art/2DArt/SkillIcons/passives/deepthoughts.png",["ks"]=false,["not"]=true,["dn"]="Deep Thoughts",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Teal Oil - Crimson Oil","20% increased maximum Mana","20% increased Mana Regeneration Rate","+20 to Intelligence"},["g"]=134,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=20,["out"]={60388,29781},["in"]={}},[29781]={["id"]=29781,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=134,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={29781,29781}},[60388]={["id"]=60388,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=134,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1031},["in"]={[0]=60388}},[21958]={["id"]=21958,["icon"]="Art/2DArt/SkillIcons/passives/thickskin.png",["ks"]=false,["not"]=true,["dn"]="Cruel Preparation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Verdant Oil - Crimson Oil","10% increased maximum Life","+5% to all Elemental Resistances"},["g"]=134,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14936},["in"]={[0]=21958}},[33755]={["id"]=33755,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=134,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={1031,21958},["in"]={}},[2224]={["id"]=2224,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLifeMana.png",["ks"]=false,["not"]=false,["dn"]="Mana Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=134,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[14936]={["id"]=14936,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=134,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44184},["in"]={[0]=14936}},[39648]={["id"]=39648,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","10% increased Mana Regeneration Rate"},["g"]=135,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={39648,39648}},[17821]={["id"]=17821,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","10% increased Mana Regeneration Rate"},["g"]=135,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39648},["in"]={[0]=17821}},[21330]={["id"]=21330,["icon"]="Art/2DArt/SkillIcons/passives/QuickRecovery.png",["ks"]=false,["not"]=true,["dn"]="Quick Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Opalescent Oil - Opalescent Oil","6% increased maximum Life","20% increased Mana Regeneration Rate","Regenerate 0.8% of Life per second"},["g"]=135,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17821},["in"]={}},[12850]={["id"]=12850,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance, Power Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Power Charge Duration","15% increased Critical Strike Chance"},["g"]=136,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4242},["in"]={[0]=12850}},[4242]={["id"]=4242,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png",["ks"]=false,["not"]=true,["dn"]="Unstable Infusion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% chance to gain a Power Charge on Critical Strike","20% chance to gain a Power Charge on Non-Critical Strike","+1 to Maximum Power Charges"},["g"]=136,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55686},["in"]={[0]=4242}},[55686]={["id"]=55686,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance, Power Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Power Charge Duration","15% increased Critical Strike Chance"},["g"]=136,["o"]=4,["oidx"]=23,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48239},["in"]={[0]=55686}},[48239]={["id"]=48239,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png",["ks"]=false,["not"]=true,["dn"]="Deadly Infusion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+8% to Critical Strike Multiplier per Power Charge","+2% Critical Strike Chance while at maximum Power Charges","10% increased Movement Speed while at maximum Power Charges"},["g"]=136,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=48239}},[9014]={["id"]=9014,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+15% to Critical Strike Multiplier","15% increased Critical Strike Chance"},["g"]=136,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21264},["in"]={[0]=9014}},[21264]={["id"]=21264,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/Ambush.png",["ks"]=false,["not"]=true,["dn"]="Ambush and Assassinate",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% more Damage with Hits and Ailments against Enemies that are on Low Life","+40% to Critical Strike Multiplier against Enemies that are on Full Life","100% more Critical Strike Chance against Enemies that are on Full Life","100% more Critical Strike Chance against Enemies that are on Low Life","Critical Strikes have Culling Strike"},["g"]=136,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=21264}},[6064]={["id"]=6064,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+15% to Critical Strike Multiplier","15% increased Critical Strike Chance"},["g"]=136,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19083},["in"]={[0]=6064}},[19083]={["id"]=19083,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png",["ks"]=false,["not"]=true,["dn"]="Opportunistic",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Movement Speed if you've Killed Recently","Damage from your Critical Strikes cannot be Reflected","20% more Damage while there is at most one Rare or Unique Enemy nearby","10% reduced Damage taken while there are at least two Rare or Unique Enemies nearby"},["g"]=136,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=19083}},[23024]={["id"]=23024,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance, Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Damage over Time","15% increased Critical Strike Chance"},["g"]=136,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={23024,23024}},[19598]={["id"]=19598,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png",["ks"]=false,["not"]=true,["dn"]="Toxic Delivery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% reduced Damage taken from Damage Over Time","Poison you inflict with Critical Strikes deals 50% more Damage","+0.4% to Critical Strike Chance per Poison affecting Enemy, up to +2.0%","Gain 20% of Physical Damage as Extra Chaos Damage against\nPoisoned Enemies"},["g"]=136,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23024},["in"]={}},[33954]={["id"]=33954,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance, Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Damage over Time","15% increased Critical Strike Chance"},["g"]=136,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1945},["in"]={[0]=33954}},[1945]={["id"]=1945,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png",["ks"]=false,["not"]=true,["dn"]="Noxious Strike",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+25% to Damage over Time Multiplier for Poison","40% chance to Poison on Hit","50% increased Damage with Poison","5% increased Poison Duration for each Poison you have inflicted Recently","Recover 0.5% of Life per Poison affecting Enemies you Kill"},["g"]=136,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23024},["in"]={[0]=1945}},[43215]={["id"]=43215,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance, Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"4% increased Movement Speed","15% increased Critical Strike Chance"},["g"]=136,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28782},["in"]={[0]=43215}},[28782]={["id"]=28782,["icon"]="Art/2DArt/SkillIcons/passives/Assassin/Elusive.png",["ks"]=false,["not"]=true,["dn"]="Mistwalker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=false,["spc"]={},["sd"]={"50% chance to gain Elusive on Critical Strike","20% increased Attack and Cast Speed while Elusive","8% reduced Damage taken while Elusive","25% increased Elusive Effect","You take no Extra Damage from Critical Strikes while Elusive"},["g"]=136,["o"]=4,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=28782}},[58229]={["id"]=58229,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Assassin",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Assassin",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=136,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={33954,12850,9014,6064,43215},["in"]={[0]=58229}},[37690]={["id"]=37690,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=137,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48423},["in"]={[0]=37690}},[48423]={["id"]=48423,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=137,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6204},["in"]={48423,48423}},[6204]={["id"]=6204,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=137,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63976},["in"]={[0]=6204}},[38450]={["id"]=38450,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Area of Effect"},["g"]=137,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=38450}},[5560]={["id"]=5560,["icon"]="Art/2DArt/SkillIcons/passives/areaofeffect.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area Damage"},["g"]=137,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51291},["in"]={[0]=5560}},[51291]={["id"]=51291,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Area of Effect"},["g"]=137,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38450},["in"]={[0]=51291}},[26740]={["id"]=26740,["icon"]="Art/2DArt/SkillIcons/passives/lifepercentage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 0.3% of Life per second"},["g"]=137,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63976},["in"]={[0]=26740}},[38048]={["id"]=38048,["icon"]="Art/2DArt/SkillIcons/passives/lifepercentage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 0.3% of Life per second"},["g"]=137,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55906},["in"]={[0]=38048}},[55906]={["id"]=55906,["icon"]="Art/2DArt/SkillIcons/passives/lifepercentage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 0.4% of Life per second"},["g"]=137,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={26740,6230},["in"]={[0]=55906}},[6230]={["id"]=6230,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=137,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48423},["in"]={[0]=6230}},[3469]={["id"]=3469,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=138,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={23471,34678,53324},["in"]={3469,3469}},[45680]={["id"]=45680,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=139,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25237,46092,10835},["in"]={}},[25237]={["id"]=25237,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Mana Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Mana","10% increased Mana Regeneration Rate"},["g"]=139,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10835},["in"]={[0]=25237}},[10835]={["id"]=10835,["icon"]="Art/2DArt/SkillIcons/passives/Dreamer.png",["ks"]=false,["not"]=true,["dn"]="Dreamer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Amber Oil - Black Oil","25% increased maximum Mana","15% increased Mana Regeneration Rate"},["g"]=139,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={10835,10835}},[4194]={["id"]=4194,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png",["ks"]=false,["not"]=false,["dn"]="Berserker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Marauder Ascendancy passives)","(Recently refers to the past 4 seconds)","(Maximum Rage is 50)","(You lose 1 Rage every 0.5 seconds if you have not been Hit or gained Rage Recently)","(Inherent effects from having Rage are:","1% increased Attack Damage per 1 Rage","1% increased Attack Speed per 2 Rage","1% increased Movement Speed per 5 Rage)"},["spc"]={},["sd"]={"5% increased Damage taken","15% more Damage","Gain 1 Rage on Hit with Attacks, no more than once every 0.3 seconds","2% of Attack Damage Leeched as Life and Mana if you've Killed Recently","Cannot be Stunned while you have at least 25 Rage"},["g"]=140,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=4194}},[4432]={["id"]=4432,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=141,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={27929,42795},["in"]={}},[42795]={["id"]=42795,["icon"]="Art/2DArt/SkillIcons/passives/arcane focus.png",["ks"]=false,["not"]=true,["dn"]="Arcane Focus",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Amber Oil - Verdant Oil","18% increased maximum Energy Shield","10% increased Energy Shield Recharge Rate"},["g"]=141,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={42795,42795}},[65203]={["id"]=65203,["icon"]="Art/2DArt/SkillIcons/passives/manaregeneration.png",["ks"]=false,["not"]=false,["dn"]="Mana and Mana Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","10% increased Mana Regeneration Rate"},["g"]=141,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27163},["in"]={[0]=65203}},[48514]={["id"]=48514,["icon"]="Art/2DArt/SkillIcons/passives/manaregeneration.png",["ks"]=false,["not"]=false,["dn"]="Mana and Mana Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","10% increased Mana Regeneration Rate"},["g"]=141,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7503},["in"]={[0]=48514}},[13753]={["id"]=13753,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield"},["g"]=141,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42795,7503},["in"]={}},[7503]={["id"]=7503,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Recovery, Mana Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","10% increased Energy Shield Recharge Rate","5% increased Mana Regeneration Rate"},["g"]=141,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38176},["in"]={7503,7503}},[27163]={["id"]=27163,["icon"]="Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png",["ks"]=false,["not"]=true,["dn"]="Arcane Will",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Verdant Oil - Verdant Oil","20% increased maximum Mana","Regenerate 2 Mana per second","20% increased Mana Recovery from Flasks","Gain 4% of Maximum Mana as Extra Maximum Energy Shield"},["g"]=141,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48514},["in"]={[0]=27163}},[20010]={["id"]=20010,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=142,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={23471,10808},["in"]={20010,20010}},[4036]={["id"]=4036,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+12% to Critical Strike Multiplier"},["g"]=143,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={15228,41635},["in"]={}},[47306]={["id"]=47306,["icon"]="Art/2DArt/SkillIcons/passives/throatseeker.png",["ks"]=false,["not"]=true,["dn"]="Throatseeker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Silver Oil - Silver Oil","+30% to Critical Strike Multiplier"},["g"]=143,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=47306}},[15228]={["id"]=15228,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+12% to Critical Strike Multiplier"},["g"]=143,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=47306},["in"]={[0]=15228}},[9788]={["id"]=9788,["icon"]="Art/2DArt/SkillIcons/passives/nimbleness.png",["ks"]=false,["not"]=true,["dn"]="Nimbleness",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Black Oil - Opalescent Oil","6% increased Cast Speed","+12% to Critical Strike Multiplier for Spells","4% increased Movement Speed","15% chance to Avoid interruption from Stuns while Casting"},["g"]=144,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9788}},[12189]={["id"]=12189,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed and Spell Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Cast Speed","15% increased Critical Strike Chance for Spells"},["g"]=144,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={5875,37671},["in"]={}},[5875]={["id"]=5875,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed and Spell Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Cast Speed","15% increased Critical Strike Chance for Spells"},["g"]=144,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9788},["in"]={[0]=5875}},[52095]={["id"]=52095,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingDamage.png",["ks"]=false,["not"]=false,["dn"]="Channelling Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills deal 14% increased Damage"},["g"]=145,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={52095,52095}},[8296]={["id"]=8296,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingSpeed.png",["ks"]=false,["not"]=false,["dn"]="Channelling Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills have 5% increased Attack and Cast Speed"},["g"]=145,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52095},["in"]={[0]=8296}},[62094]={["id"]=62094,["icon"]="Art/2DArt/SkillIcons/passives/ConcentrationNotable.png",["ks"]=false,["not"]=true,["dn"]="Lucidity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Crimson Oil - Crimson Oil - Opalescent Oil","40% chance to Avoid being Stunned while Channelling","Channelling Skills deal 30% increased Damage","Channelling Skills have -3 to Total Mana Cost"},["g"]=145,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8296},["in"]={}},[47251]={["id"]=47251,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=146,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=7388},["in"]={[0]=47251}},[7388]={["id"]=7388,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=146,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=10,["out"]={60398,36634},["in"]={[0]=7388}},[36634]={["id"]=36634,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=146,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=36634}},[50570]={["id"]=50570,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=147,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=31931},["in"]={[0]=50570}},[54657]={["id"]=54657,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Cast Speed"},["g"]=148,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34157,9432},["in"]={}},[34157]={["id"]=34157,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Cast Speed"},["g"]=148,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={34157,34157}},[9432]={["id"]=9432,["icon"]="Art/2DArt/SkillIcons/passives/MentalRapidity.png",["ks"]=false,["not"]=true,["dn"]="Mental Rapidity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Violet Oil - Silver Oil","8% increased Cast Speed","10% increased Energy Shield Recharge Rate","20% increased Mana Regeneration Rate"},["g"]=148,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9432}},[1957]={["id"]=1957,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Cast Speed"},["g"]=149,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=739},["in"]={[0]=1957}},[739]={["id"]=739,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Cast Speed"},["g"]=149,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18866},["in"]={[0]=739}},[18866]={["id"]=18866,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Cast Speed"},["g"]=149,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11420},["in"]={[0]=18866}},[21934]={["id"]=21934,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage"},["g"]=149,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11420},["in"]={[0]=21934}},[36774]={["id"]=36774,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage"},["g"]=149,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17579},["in"]={[0]=36774}},[17579]={["id"]=17579,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage"},["g"]=149,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21934},["in"]={[0]=17579}},[44362]={["id"]=44362,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage.png",["ks"]=false,["not"]=false,["dn"]="Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Chaos Damage"},["g"]=150,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26620},["in"]={[0]=44362}},[56671]={["id"]=56671,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage.png",["ks"]=false,["not"]=false,["dn"]="Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Chaos Damage"},["g"]=150,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={47949,44362},["in"]={}},[47949]={["id"]=47949,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage.png",["ks"]=false,["not"]=false,["dn"]="Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Chaos Damage"},["g"]=150,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={47949,47949}},[26620]={["id"]=26620,["icon"]="Art/2DArt/SkillIcons/passives/Corruption.png",["ks"]=false,["not"]=true,["dn"]="Corruption",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Azure Oil - Violet Oil","15% increased Damage over Time","+10% to Chaos Damage over Time Multiplier","15% increased Chaos Damage"},["g"]=150,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=26620}},[14003]={["id"]=14003,["icon"]="Art/2DArt/SkillIcons/passives/MasteryChaosDamagePowerCharge.png",["ks"]=false,["not"]=false,["dn"]="Chaos and Power Charge Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=150,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[12888]={["id"]=12888,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration per Power Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Mana Regeneration Rate per Power Charge"},["g"]=150,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16954},["in"]={[0]=12888}},[16954]={["id"]=16954,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance per Power Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Critical Strike Chance per Power Charge"},["g"]=150,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12783},["in"]={[0]=16954}},[12783]={["id"]=12783,["icon"]="Art/2DArt/SkillIcons/passives/chargeint.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Multiplier per Power Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% to Critical Strike Multiplier per Power Charge"},["g"]=150,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9261},["in"]={[0]=12783}},[9261]={["id"]=9261,["icon"]="Art/2DArt/SkillIcons/passives/PowerChargeNotable.png",["ks"]=false,["not"]=true,["dn"]="Disciple of the Forbidden",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Violet Oil - Violet Oil","+1 to Minimum Power Charges","5% chance to gain a Power Charge on Kill","5% increased Damage per Power Charge"},["g"]=150,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9261}},[5415]={["id"]=5415,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage, Aura Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Minions deal 15% increased Damage","5% increased effect of Non-Curse Auras from your Skills"},["g"]=151,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36017},["in"]={[0]=5415}},[53225]={["id"]=53225,["icon"]="Art/2DArt/SkillIcons/passives/dualwieldspeedint.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed while Dual Wielding"},["g"]=152,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={1461,37884},["in"]={}},[11784]={["id"]=11784,["icon"]="Art/2DArt/SkillIcons/passives/gemini.png",["ks"]=false,["not"]=true,["dn"]="Gemini",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Azure Oil - Opalescent Oil","+4% Chance to Block Attack Damage while Dual Wielding","16% increased Weapon Damage while Dual Wielding","6% increased Attack Speed while Dual Wielding","12% increased Accuracy Rating while Dual Wielding","Attack Skills deal 16% increased Damage with Ailments while Dual Wielding"},["g"]=152,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37884},["in"]={}},[37884]={["id"]=37884,["icon"]="Art/2DArt/SkillIcons/passives/dualwieldblock.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% Chance to Block Attack Damage while Dual Wielding","8% increased Weapon Damage while Dual Wielding","Attack Skills deal 8% increased Damage with Ailments while Dual Wielding"},["g"]=152,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={37884,37884}},[34907]={["id"]=34907,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=153,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={51786,45067},["in"]={[0]=34907}},[28424]={["id"]=28424,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Mana Gain on Killing Blow",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Mana","+5 Mana gained on Kill"},["g"]=153,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34907},["in"]={[0]=28424}},[45067]={["id"]=45067,["icon"]="Art/2DArt/SkillIcons/passives/ThrillKiller.png",["ks"]=false,["not"]=true,["dn"]="Thrill Seeker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Opalescent Oil - Golden Oil","15% increased maximum Mana","0.4% of Attack Damage Leeched as Mana","+10 Mana gained on Kill"},["g"]=153,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28424},["in"]={[0]=45067}},[7614]={["id"]=7614,["icon"]="Art/2DArt/SkillIcons/passives/skillduration.png",["ks"]=false,["not"]=false,["dn"]="Skill Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Skill Effect Duration"},["g"]=154,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={7614,7614}},[1006]={["id"]=1006,["icon"]="Art/2DArt/SkillIcons/passives/potencyofwill.png",["ks"]=false,["not"]=true,["dn"]="Potency of Will",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Clear Oil - Golden Oil","25% increased Skill Effect Duration"},["g"]=154,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13191},["in"]={}},[13191]={["id"]=13191,["icon"]="Art/2DArt/SkillIcons/passives/skillduration.png",["ks"]=false,["not"]=false,["dn"]="Skill Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Skill Effect Duration"},["g"]=154,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7614},["in"]={[0]=13191}},[9403]={["id"]=9403,["icon"]="Art/2DArt/SkillIcons/passives/mortalconviction.png",["ks"]=true,["not"]=false,["dn"]="Mortal Conviction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Lonely is the man who seeks power without cost."},["spc"]={},["sd"]={"You can only have one Non-Banner Aura with no Duration on you from your Skills\nNon-Banner, Non-Mine Aura Skills reserve no Mana"},["g"]=155,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9403}},[24472]={["id"]=24472,["icon"]="Art/2DArt/SkillIcons/passives/skillduration.png",["ks"]=false,["not"]=false,["dn"]="Skill Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Skill Effect Duration"},["g"]=156,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22893},["in"]={[0]=24472}},[22893]={["id"]=22893,["icon"]="Art/2DArt/SkillIcons/passives/skillduration.png",["ks"]=false,["not"]=false,["dn"]="Skill Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Skill Effect Duration"},["g"]=156,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53042},["in"]={[0]=22893}},[53042]={["id"]=53042,["icon"]="Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png",["ks"]=false,["not"]=true,["dn"]="Exceptional Performance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Azure Oil - Black Oil","25% increased Skill Effect Duration"},["g"]=156,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=53042}},[15842]={["id"]=15842,["icon"]="Art/2DArt/SkillIcons/passives/preciseinterception.png",["ks"]=false,["not"]=true,["dn"]="Precise Interception",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Opalescent Oil - Opalescent Oil","15% increased Attack Damage while holding a Shield","6% increased Attack Speed while holding a Shield","60% increased Defences from Equipped Shield","Attack Skills deal 15% increased Damage with Ailments while holding a Shield","+3% Chance to Block Attack Damage while holding a Shield"},["g"]=157,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={15842,15842}},[30894]={["id"]=30894,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage and Speed with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Attack Damage while holding a Shield","3% increased Attack Speed while holding a Shield","Attack Skills deal 10% increased Damage with Ailments while holding a Shield"},["g"]=157,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={15842,45491},["in"]={}},[18670]={["id"]=18670,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage and Accuracy with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Attack Damage while holding a Shield","6% increased Global Accuracy Rating","Attack Skills deal 10% increased Damage with Ailments while holding a Shield"},["g"]=157,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15842},["in"]={[0]=18670}},[903]={["id"]=903,["icon"]="Art/2DArt/SkillIcons/passives/attackspeeddual.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Weapon Damage while Dual Wielding","6% increased Accuracy Rating while Dual Wielding","Attack Skills deal 10% increased Damage with Ailments while Dual Wielding"},["g"]=157,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={903,903}},[38246]={["id"]=38246,["icon"]="Art/2DArt/SkillIcons/passives/heartofthepanther.png",["ks"]=false,["not"]=true,["dn"]="Aspect of the Panther",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Sepia Oil - Azure Oil","+3% Chance to Block Attack Damage while Dual Wielding","16% increased Weapon Damage while Dual Wielding","6% increased Attack Speed while Dual Wielding","+10 to maximum Life","Attack Skills deal 16% increased Damage with Ailments while Dual Wielding"},["g"]=157,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={903,3187},["in"]={}},[3187]={["id"]=3187,["icon"]="Art/2DArt/SkillIcons/passives/attackspeeddual.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Weapon Damage while Dual Wielding","3% increased Attack Speed while Dual Wielding","Attack Skills deal 10% increased Damage with Ailments while Dual Wielding"},["g"]=157,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45491},["in"]={[0]=3187}},[18359]={["id"]=18359,["icon"]="Art/2DArt/SkillIcons/passives/minionblockchance.png",["ks"]=false,["not"]=false,["dn"]="Minion Life and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions have +5% Chance to Block Attack Damage"},["g"]=158,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={18359,18359}},[21973]={["id"]=21973,["icon"]="Art/2DArt/SkillIcons/passives/minionblockchance.png",["ks"]=false,["not"]=true,["dn"]="Decay Ward",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Verdant Oil - Crimson Oil","Minions have +10% Chance to Block Attack Damage","Minions have +10% Chance to Block Spell Damage","Minions Recover 2% of their Life when they Block"},["g"]=158,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34306},["in"]={}},[34306]={["id"]=34306,["icon"]="Art/2DArt/SkillIcons/passives/minionblockchance.png",["ks"]=false,["not"]=false,["dn"]="Minion Life and Spell Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions have +5% Chance to Block Spell Damage"},["g"]=158,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18359},["in"]={[0]=34306}},[7285]={["id"]=7285,["icon"]="Art/2DArt/SkillIcons/passives/Blood2.png",["ks"]=false,["not"]=false,["dn"]="Bleed Damage and Bleed Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Damage over Time Multiplier for Bleeding","15% increased Damage with Bleeding"},["g"]=159,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12247,5233},["in"]={}},[12247]={["id"]=12247,["icon"]="Art/2DArt/SkillIcons/passives/Blood2.png",["ks"]=false,["not"]=false,["dn"]="Bleed Damage Multiplier and Bleed Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Damage over Time Multiplier for Bleeding","Attacks have 10% chance to cause Bleeding"},["g"]=159,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56359},["in"]={[0]=12247}},[56359]={["id"]=56359,["icon"]="Art/2DArt/SkillIcons/passives/Blood2.png",["ks"]=false,["not"]=true,["dn"]="Red Storm",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Azure Oil - Golden Oil","+8% to Damage over Time Multiplier for Bleeding","Attacks have 15% chance to cause Bleeding","30% increased Physical Damage"},["g"]=159,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=56359}},[32227]={["id"]=32227,["icon"]="Art/2DArt/SkillIcons/passives/adderstouch.png",["ks"]=false,["not"]=true,["dn"]="Adder's Touch",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Sepia Oil - Sepia Oil","+15% to Damage over Time Multiplier for Poison from Critical Strikes","Critical Strikes with Daggers have a 40% chance to Poison the Enemy","+30% to Critical Strike Multiplier with Daggers","20% increased Damage with Poison"},["g"]=160,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=32227}},[64509]={["id"]=64509,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Poison Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Daggers","10% chance to Poison on Hit with Attacks","20% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=160,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3863},["in"]={[0]=64509}},[3863]={["id"]=3863,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Critical Strike Multiplier and Poison Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15% to Critical Strike Multiplier with Daggers","10% increased Poison Duration"},["g"]=160,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20167},["in"]={[0]=3863}},[20167]={["id"]=20167,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Poison Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Daggers","10% chance to Poison on Hit with Attacks","20% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=160,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32227},["in"]={[0]=20167}},[12915]={["id"]=12915,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupDagger.png",["ks"]=false,["not"]=false,["dn"]="Dagger Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=160,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[56509]={["id"]=56509,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedsworddex.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Swords","4% increased Attack Speed with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=161,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={56509,56509}},[52213]={["id"]=52213,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedsworddex.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Swords","4% increased Attack Speed with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=161,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={54354,12720},["in"]={}},[54354]={["id"]=54354,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedsworddex.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Swords","12% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=161,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={54354,54354,54354}},[59151]={["id"]=59151,["icon"]="Art/2DArt/SkillIcons/passives/cruelblade.png",["ks"]=false,["not"]=true,["dn"]="Brutal Blade",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Azure Oil - Azure Oil","+4% Chance to Block Attack Damage while Dual Wielding or holding a Shield","20% increased Damage with Swords","8% increased Attack Speed with Swords","20% increased Damage with Ailments from Attack Skills while wielding a Sword","10% chance to gain a Frenzy Charge when you Block Attack Damage"},["g"]=161,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56509},["in"]={}},[6108]={["id"]=6108,["icon"]="Art/2DArt/SkillIcons/passives/accuracysword.png",["ks"]=false,["not"]=false,["dn"]="Sword Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Critical Strike Chance with Swords","+12% to Critical Strike Multiplier with Swords"},["g"]=161,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1698},["in"]={[0]=6108}},[1698]={["id"]=1698,["icon"]="Art/2DArt/SkillIcons/passives/accuracysword.png",["ks"]=false,["not"]=false,["dn"]="Sword Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Critical Strike Chance with Swords","+12% to Critical Strike Multiplier with Swords"},["g"]=161,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29856},["in"]={[0]=1698}},[12720]={["id"]=12720,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedsworddex.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Swords","4% increased Attack Speed with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=161,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56509},["in"]={[0]=12720}},[2021]={["id"]=2021,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupSword.png",["ks"]=false,["not"]=false,["dn"]="Sword Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=161,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[29856]={["id"]=29856,["icon"]="Art/2DArt/SkillIcons/passives/accuracysword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Swords","20% increased Critical Strike Chance with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=161,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54354},["in"]={[0]=29856}},[1568]={["id"]=1568,["icon"]="Art/2DArt/SkillIcons/passives/FatalBlade.png",["ks"]=false,["not"]=true,["dn"]="Fatal Blade",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Violet Oil - Black Oil","10% increased Damage with Swords","60% increased Critical Strike Chance with Swords","+30% to Critical Strike Multiplier with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=161,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6108},["in"]={}},[529]={["id"]=529,["icon"]="Art/2DArt/SkillIcons/passives/ClawNotable2.png",["ks"]=false,["not"]=true,["dn"]="Poisonous Fangs",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Opalescent Oil - Opalescent Oil","+5% to Damage over Time Multiplier for Poison","20% increased Damage with Claws","10% increased Poison Duration","10% chance to Poison on Hit with Attacks","20% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=162,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=529}},[36801]={["id"]=36801,["icon"]="Art/2DArt/SkillIcons/passives/clawmasterydex.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Poison Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Claws","10% chance to Poison on Hit with Attacks","20% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=162,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3362},["in"]={[0]=36801}},[19228]={["id"]=19228,["icon"]="Art/2DArt/SkillIcons/passives/clawmasterydex.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Ailment Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Claws","20% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=162,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36801},["in"]={[0]=19228}},[3362]={["id"]=3362,["icon"]="Art/2DArt/SkillIcons/passives/clawmasterydex.png",["ks"]=false,["not"]=false,["dn"]="Claw Attack Speed and Poison Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Claws","10% chance to Poison on Hit with Attacks"},["g"]=162,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=529},["in"]={[0]=3362}},[30021]={["id"]=30021,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupClaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=162,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[36877]={["id"]=36877,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Trap Damage"},["g"]=163,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49978,22488},["in"]={}},[22488]={["id"]=22488,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Trap Throw Speed and Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Trap Damage","4% increased Trap Throwing Speed"},["g"]=163,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={22488,22488}},[7136]={["id"]=7136,["icon"]="Art/2DArt/SkillIcons/passives/mastersapper.png",["ks"]=false,["not"]=true,["dn"]="Master Sapper",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Violet Oil - Silver Oil","30% increased Trap Damage","20% increased Trap Trigger Area of Effect","Can have up to 2 additional Traps placed at a time","15% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy"},["g"]=163,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22488},["in"]={}},[1405]={["id"]=1405,["icon"]="Art/2DArt/SkillIcons/passives/daggerpenetration.png",["ks"]=false,["not"]=true,["dn"]="From the Shadows",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Verdant Oil - Opalescent Oil","15% increased Damage with Daggers","6% increased Attack Speed with Daggers","15% increased Accuracy Rating with Daggers","10% chance to gain Phasing for 4 seconds on Kill","15% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=164,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=1405}},[15825]={["id"]=15825,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Daggers","3% increased Attack Speed with Daggers","10% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=164,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5802},["in"]={[0]=15825}},[5802]={["id"]=5802,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Daggers","3% increased Attack Speed with Daggers","12% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=164,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3424},["in"]={[0]=5802}},[34372]={["id"]=34372,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupDagger.png",["ks"]=false,["not"]=false,["dn"]="Dagger Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=164,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[3424]={["id"]=3424,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Daggers","5% increased Movement Speed","12% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=164,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1405},["in"]={[0]=3424}},[39447]={["id"]=39447,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedclaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Attack Speed and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Claws","4% increased Movement Speed"},["g"]=165,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37504},["in"]={[0]=39447}},[37504]={["id"]=37504,["icon"]="Art/2DArt/SkillIcons/passives/clawsofthepride.png",["ks"]=false,["not"]=true,["dn"]="Claws of the Pride",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Azure Oil - Azure Oil","25% increased Damage with Claws","Enemies have -10% to Total Physical Damage Reduction against your Hits","15% increased Attack and Cast Speed if you've used a Movement Skill Recently","25% increased Damage with Ailments from Attack Skills while wielding a Claw","+1 to Melee range with Claws"},["g"]=165,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=37504}},[37776]={["id"]=37776,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedclaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage with Claws","3% increased Attack Speed with Claws","8% increased Damage with Ailments from Attack Skills while wielding a Claw"},["g"]=165,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={64709,44389},["in"]={}},[11817]={["id"]=11817,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupClaw.png",["ks"]=false,["not"]=false,["dn"]="Claw Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=165,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[44389]={["id"]=44389,["icon"]="Art/2DArt/SkillIcons/passives/clawmasterydex.png",["ks"]=false,["not"]=false,["dn"]="Claw Attack Speed and Movement Skill Cooldown",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Claws","20% increased Cooldown Recovery Speed of Movement Skills"},["g"]=165,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39447},["in"]={[0]=44389}},[42720]={["id"]=42720,["icon"]="Art/2DArt/SkillIcons/passives/heavydraw.png",["ks"]=false,["not"]=true,["dn"]="Heavy Draw",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Black Oil - Black Oil","20% increased Physical Damage with Bows","10% reduced Enemy Stun Threshold with Bows","30% increased Stun Duration with Bows on Enemies","12% increased Area of Effect","20% increased Damage Over Time with Bow Skills"},["g"]=166,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8566},["in"]={}},[8566]={["id"]=8566,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Physical Bow Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Bows","8% increased Area of Effect","10% increased Damage Over Time with Bow Skills"},["g"]=166,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50041},["in"]={[0]=8566}},[34510]={["id"]=34510,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Physical Bow Damage and Chance to Bleed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Bows","Bow Attacks have 15% chance to cause Bleeding","20% increased Damage Over Time with Bow Skills"},["g"]=166,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={34510,34510}},[5815]={["id"]=5815,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupBow.png",["ks"]=false,["not"]=false,["dn"]="Bow Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=166,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[50041]={["id"]=50041,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Physical Bow Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Bows","14% increased Damage Over Time with Bow Skills"},["g"]=166,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34510,19711},["in"]={[0]=50041}},[48823]={["id"]=48823,["icon"]="Art/2DArt/SkillIcons/passives/deadlydraw.png",["ks"]=false,["not"]=true,["dn"]="Deadly Draw",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Violet Oil - Violet Oil","20% increased Physical Damage with Bows","Bow Attacks have 10% chance to cause Bleeding","30% increased Damage Over Time with Bow Skills","Bleeding you inflict deals Damage 15% faster"},["g"]=166,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34510},["in"]={}},[32514]={["id"]=32514,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","20% increased Critical Strike Chance with Bows","10% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12948,49459},["in"]={}},[55750]={["id"]=55750,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","20% increased Critical Strike Chance with Bows","10% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={55750,55750}},[2185]={["id"]=2185,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","3% increased Attack Speed with Bows","10% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={2185,2185}},[23912]={["id"]=23912,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","3% increased Attack Speed with Bows","10% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39665},["in"]={[0]=23912}},[12948]={["id"]=12948,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","+15% to Critical Strike Multiplier with Bows","10% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55750},["in"]={[0]=12948}},[39665]={["id"]=39665,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","3% increased Attack Speed with Bows","10% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=2185},["in"]={[0]=39665}},[38149]={["id"]=38149,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","6% increased Accuracy Rating with Bows","10% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={55750,2185,20807},["in"]={}},[49459]={["id"]=49459,["icon"]="Art/2DArt/SkillIcons/passives/kingofthehill.png",["ks"]=false,["not"]=true,["dn"]="King of the Hill",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Verdant Oil - Silver Oil","16% increased Damage with Bows","80% increased Critical Strike Chance with Bows","Knocks Back Enemies if you get a Critical Strike with a Bow","16% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=49459}},[51881]={["id"]=51881,["icon"]="Art/2DArt/SkillIcons/passives/masterfletcher.png",["ks"]=false,["not"]=true,["dn"]="Master Fletcher",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Azure Oil - Silver Oil","12% increased Damage with Bows","12% increased Attack Speed with Bows","20% increased Global Accuracy Rating","20% increased Arrow Speed","12% increased Damage Over Time with Bow Skills"},["g"]=167,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23912},["in"]={}},[64761]={["id"]=64761,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupBow.png",["ks"]=false,["not"]=false,["dn"]="Bow Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=167,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[65159]={["id"]=65159,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Attack and Cast Speed, Brand Frequency",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Spells Cast by Totems have 5% increased Cast Speed","Attacks used by Totems have 8% increased Attack Speed","5% increased Brand Activation frequency"},["g"]=168,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31520},["in"]={[0]=65159}},[31520]={["id"]=31520,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Attack and Cast Speed, Brand Frequency",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Spells Cast by Totems have 5% increased Cast Speed","Attacks used by Totems have 8% increased Attack Speed","5% increased Brand Activation frequency"},["g"]=168,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63635},["in"]={[0]=31520}},[4300]={["id"]=4300,["icon"]="Art/2DArt/SkillIcons/passives/totemandbranddamage.png",["ks"]=false,["not"]=false,["dn"]="Totem and Brand Damage, Totem Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Totem Damage","10% increased Totem Placement speed","14% increased Damage with Brand Skills"},["g"]=168,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65159},["in"]={4300,4300}},[11190]={["id"]=11190,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandlife.png",["ks"]=false,["not"]=false,["dn"]="Totem Life and Physical Damage Reduction, Brand Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Life","Totems have 10% additional Physical Damage Reduction","Brand Skills have 10% increased Duration"},["g"]=168,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4300},["in"]={[0]=11190}},[35910]={["id"]=35910,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandlife.png",["ks"]=false,["not"]=false,["dn"]="Totem Life and Elemental Resistances, Brand Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Life","Totems gain +16% to all Elemental Resistances","Brand Skills have 10% increased Duration"},["g"]=168,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11190},["in"]={[0]=35910}},[63635]={["id"]=63635,["icon"]="Art/2DArt/SkillIcons/passives/totemicmastery.png",["ks"]=false,["not"]=true,["dn"]="Primal Manifestation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Amber Oil - Golden Oil","24% increased Totem Damage","20% increased Totem Life","20% increased Totem Duration","24% increased Damage with Brand Skills","Brand Skills have 20% increased Duration"},["g"]=168,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35910},["in"]={[0]=63635}},[44354]={["id"]=44354,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBrandTotem.png",["ks"]=false,["not"]=false,["dn"]="Totem Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=168,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[45360]={["id"]=45360,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Chance to Poison",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","10% chance to Poison on Hit with Attacks","16% increased Damage Over Time with Bow Skills"},["g"]=169,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9535},["in"]={[0]=45360}},[9535]={["id"]=9535,["icon"]="Art/2DArt/SkillIcons/passives/ProjectilesNotable.png",["ks"]=false,["not"]=true,["dn"]="Hunter's Gambit",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Crimson Oil - Opalescent Oil","+10% to Chaos Damage over Time Multiplier","24% increased Damage with Bows","10% increased Skill Effect Duration","24% increased Damage Over Time with Bow Skills","Poisons you inflict deal Damage 10% faster"},["g"]=169,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9535}},[54016]={["id"]=54016,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupBow.png",["ks"]=false,["not"]=false,["dn"]="Bow Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=169,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[54868]={["id"]=54868,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","16% increased Damage Over Time with Bow Skills"},["g"]=169,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={39938,59606},["in"]={}},[39938]={["id"]=39938,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Chance to Poison",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Bows","10% chance to Poison on Hit with Attacks","16% increased Damage Over Time with Bow Skills"},["g"]=169,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45360},["in"]={[0]=39938}},[48614]={["id"]=48614,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=true,["dn"]="Fervour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Crimson Oil - Black Oil","+1 to Maximum Frenzy Charges"},["g"]=170,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16079},["in"]={[0]=48614}},[16079]={["id"]=16079,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Evasion Per Frenzy Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Evasion Rating per Frenzy Charge"},["g"]=170,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20807},["in"]={[0]=16079}},[60735]={["id"]=60735,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=170,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={60735,60735}},[14292]={["id"]=14292,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=170,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=10,["ia"]=0,["out"]={20807,60735},["in"]={}},[38348]={["id"]=38348,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=170,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=10,["ia"]=0,["out"]={60735,63843},["in"]={}},[21758]={["id"]=21758,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Frenzy Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Frenzy Charge Duration"},["g"]=170,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={48614,63843},["in"]={}},[43195]={["id"]=43195,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png",["ks"]=false,["not"]=false,["dn"]="Slayer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Duelist Ascendancy passives)","(Culling Strike means enemies that are on 10% or lower life after your Hit are Killed)","(Recently refers to the past 4 seconds)"},["spc"]={},["sd"]={"50% reduced Maximum Recovery per Life Leech","Culling Strike","Life Leech effects are not removed at Full Life","30% increased Area of Effect if you've Killed Recently","Cannot take Reflected Physical Damage"},["g"]=171,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=43195}},[10575]={["id"]=10575,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=172,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=0,["ia"]=10,["out"]={60472,40508},["in"]={10575,10575,10575}},[58402]={["id"]=58402,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=172,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={10575,6764,59728},["in"]={58402,58402}},[23950]={["id"]=23950,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png",["ks"]=true,["not"]=false,["dn"]="Wicked Ward",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Embrace the forbidden. Let dark energies envelop you."},["spc"]={},["sd"]={"Energy Shield Recharge is not interrupted by Damage if\nRecharge began Recently\n50% less Energy Shield Regeneration Rate\n50% less Maximum total Recovery per Second from Energy Shield Leech"},["g"]=173,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=23950}},[42443]={["id"]=42443,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=true,["dn"]="Frenetic",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Teal Oil - Opalescent Oil","+1 to Maximum Frenzy Charges"},["g"]=174,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3314},["in"]={[0]=42443}},[3314]={["id"]=3314,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Frenzy Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Frenzy Charge Duration"},["g"]=174,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46277},["in"]={[0]=3314}},[40362]={["id"]=40362,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Life"},["g"]=174,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27788},["in"]={[0]=40362}},[25260]={["id"]=25260,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Life"},["g"]=174,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46277},["in"]={[0]=25260}},[27788]={["id"]=27788,["icon"]="Art/2DArt/SkillIcons/passives/lifeleech.png",["ks"]=false,["not"]=true,["dn"]="Blood Drinker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Verdant Oil - Azure Oil","8% increased maximum Life","0.4% of Attack Damage Leeched as Life"},["g"]=174,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25260},["in"]={[0]=27788}},[21893]={["id"]=21893,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Frenzy Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Frenzy Charge Duration"},["g"]=174,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42443,13885},["in"]={}},[23066]={["id"]=23066,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=true,["dn"]="Savagery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Violet Oil - Golden Oil","+1 to Maximum Frenzy Charges"},["g"]=175,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11397},["in"]={[0]=23066}},[11397]={["id"]=11397,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Frenzy Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Frenzy Charge Duration"},["g"]=175,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={11397,11397}},[49109]={["id"]=49109,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating and Armour","+3% to all Elemental Resistances"},["g"]=175,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17201},["in"]={[0]=49109}},[17566]={["id"]=17566,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating and Armour","+3% to all Elemental Resistances"},["g"]=175,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8544},["in"]={[0]=17566}},[21435]={["id"]=21435,["icon"]="Art/2DArt/SkillIcons/passives/newevadepercentage.png",["ks"]=false,["not"]=true,["dn"]="Cloth and Chain",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Clear Oil - Crimson Oil","24% increased Evasion Rating and Armour","+12% to all Elemental Resistances"},["g"]=175,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49109,17566},["in"]={}},[49971]={["id"]=49971,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Frenzy Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Frenzy Charge Duration"},["g"]=175,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={23066,17201},["in"]={}},[43000]={["id"]=43000,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage","5% increased maximum Mana"},["g"]=176,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10115},["in"]={43000,43000}},[10115]={["id"]=10115,["icon"]="Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png",["ks"]=false,["not"]=true,["dn"]="Prodigal Perfection",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Verdant Oil - Golden Oil","10% increased Spell Damage","15% increased maximum Mana","2% increased Spell Damage per 100 Maximum Mana, up to 40%"},["g"]=176,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=10115}},[50826]={["id"]=50826,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Spell Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"2% Chance to Block Spell Damage","5% increased maximum Mana"},["g"]=176,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12913,18174},["in"]={[0]=50826}},[18174]={["id"]=18174,["icon"]="Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png",["ks"]=false,["not"]=true,["dn"]="Mystic Bulwark",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Black Oil - Opalescent Oil","6% Chance to Block Spell Damage","15% increased maximum Mana","1% increased Mana Regeneration Rate per 1% Chance to Block Spell Damage"},["g"]=176,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=18174}},[14604]={["id"]=14604,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMana.png",["ks"]=false,["not"]=false,["dn"]="Mana Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=176,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[12913]={["id"]=12913,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+20 to maximum Mana","10% increased maximum Mana"},["g"]=176,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43000},["in"]={[0]=12913}},[19858]={["id"]=19858,["icon"]="Art/2DArt/SkillIcons/passives/arcaneefficiency.png",["ks"]=false,["not"]=true,["dn"]="Herbalism",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Crimson Oil - Opalescent Oil","10% increased maximum Life","20% increased Life Recovery from Flasks","20% increased Flask Recovery rate"},["g"]=177,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9206},["in"]={}},[36221]={["id"]=36221,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=177,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12412},["in"]={[0]=36221}},[9206]={["id"]=9206,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=177,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={36221,41866},["in"]={[0]=9206}},[8348]={["id"]=8348,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating","12% increased Evasion Rating"},["g"]=178,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6534},["in"]={[0]=8348}},[6534]={["id"]=6534,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating","12% increased Evasion Rating"},["g"]=178,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20812},["in"]={[0]=6534}},[60204]={["id"]=60204,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating","12% increased Evasion Rating"},["g"]=178,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57984},["in"]={[0]=60204}},[57984]={["id"]=57984,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating","12% increased Evasion Rating"},["g"]=178,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8348},["in"]={57984,57984}},[44103]={["id"]=44103,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=true,["dn"]="Reflexes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Black Oil - Silver Oil","+150 to Accuracy Rating","15% increased Global Accuracy Rating","+150 to Evasion Rating","30% increased Evasion Rating"},["g"]=178,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={44103,44103}},[17814]={["id"]=17814,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating","12% increased Evasion Rating"},["g"]=178,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={60204,32091},["in"]={}},[106]={["id"]=106,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=178,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[48556]={["id"]=48556,["icon"]="Art/2DArt/SkillIcons/passives/ArcaneSeal.png",["ks"]=false,["not"]=true,["dn"]="Thunderous Salvos",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"Azure Oil - Opalescent Oil - Golden Oil","30% increased Critical Strike Chance for Spells","Skills supported by Unleash have +1 to maximum number of Seals"},["g"]=179,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[20812]={["id"]=20812,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating","12% increased Evasion Rating"},["g"]=180,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44103},["in"]={20812,20812}},[42144]={["id"]=42144,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png",["ks"]=false,["not"]=false,["dn"]="Hierophant",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Templar Ascendancy passives)","(Arcane Surge grants 10% more Spell Damage, 10% increased Cast Speed, and 0.5% of maximum Mana Regenerated per second, for 4 seconds)"},["spc"]={},["sd"]={"25% increased maximum Mana","+1 to maximum number of Summoned Totems","8% of Damage is taken from Mana before Life","Gain Arcane Surge when you or your Totems Hit an Enemy with a Spell","20% increased Spell Damage while you have Arcane Surge"},["g"]=181,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=42144}},[28548]={["id"]=28548,["icon"]="Art/2DArt/SkillIcons/passives/shieldrecovery.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Block and Block Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while holding a Shield","40% increased Block Recovery"},["g"]=182,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={65308,15021},["in"]={}},[65308]={["id"]=65308,["icon"]="Art/2DArt/SkillIcons/passives/barricade.png",["ks"]=false,["not"]=true,["dn"]="Deflection",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Teal Oil - Crimson Oil","+4% Chance to Block Spell Damage while holding a Shield","40% increased Defences from Equipped Shield","+8% Chance to Block Projectile Attack Damage","+4% Chance to Block Attack Damage while holding a Shield"},["g"]=182,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=65308}},[15021]={["id"]=15021,["icon"]="Art/2DArt/SkillIcons/passives/blockstr.png",["ks"]=false,["not"]=false,["dn"]="Shield Block and Shield Defences",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"40% increased Defences from Equipped Shield","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=182,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49900},["in"]={[0]=15021}},[10661]={["id"]=10661,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png",["ks"]=true,["not"]=false,["dn"]="Iron Reflexes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Why should I dodge blows that I do not fear?"},["spc"]={},["sd"]={"Converts all Evasion Rating to Armour. Dexterity provides no bonus to Evasion Rating"},["g"]=183,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=10661}},[32117]={["id"]=32117,["icon"]="Art/2DArt/SkillIcons/passives/stundex.png",["ks"]=false,["not"]=false,["dn"]="Stun Avoidance and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"2% increased Movement Speed","8% chance to Avoid being Stunned"},["g"]=184,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65210},["in"]={[0]=32117}},[48099]={["id"]=48099,["icon"]="Art/2DArt/SkillIcons/passives/stundex.png",["ks"]=false,["not"]=false,["dn"]="Stun Avoidance and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"2% increased Movement Speed","8% chance to Avoid being Stunned"},["g"]=184,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={65210,50338},["in"]={}},[65210]={["id"]=65210,["icon"]="Art/2DArt/SkillIcons/passives/HeartoftheOak.png",["ks"]=false,["not"]=true,["dn"]="Heart of Oak",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Black Oil - Black Oil","8% increased maximum Life","20% chance to Avoid being Stunned","20% increased Stun and Block Recovery","Regenerate 1% of Life per second"},["g"]=184,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={65210,65210}},[25178]={["id"]=25178,["icon"]="Art/2DArt/SkillIcons/passives/animalspirit.png",["ks"]=false,["not"]=true,["dn"]="Primal Spirit",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Amber Oil - Golden Oil","15% increased maximum Mana","20% increased Mana Regeneration Rate","20% increased Flask Charges gained","+20 to Strength and Intelligence"},["g"]=184,["o"]=2,["oidx"]=9,["sa"]=20,["da"]=0,["ia"]=20,["out"]={[0]=9373},["in"]={[0]=25178}},[57240]={["id"]=57240,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Flask Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","Flasks applied to you have 5% increased Effect"},["g"]=184,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25178,50338},["in"]={}},[9373]={["id"]=9373,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Flask Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","Flasks applied to you have 5% increased Effect"},["g"]=184,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={9373,9373}},[17421]={["id"]=17421,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=185,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61306},["in"]={[0]=17421}},[29104]={["id"]=29104,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=185,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={51440,64709},["in"]={}},[59146]={["id"]=59146,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed","2% increased Movement Speed"},["g"]=185,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={61306,2715},["in"]={}},[30955]={["id"]=30955,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed","2% increased Movement Speed"},["g"]=185,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=64709},["in"]={[0]=30955}},[51440]={["id"]=51440,["icon"]="Art/2DArt/SkillIcons/passives/DruidicRite.png",["ks"]=false,["not"]=true,["dn"]="Druidic Rite",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Amber Oil - Black Oil","+15 to maximum Mana","15% increased maximum Mana","20% increased Flask Charges gained","20% increased Flask Effect Duration"},["g"]=185,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17421},["in"]={[0]=51440}},[2715]={["id"]=2715,["icon"]="Art/2DArt/SkillIcons/passives/quickstep.png",["ks"]=false,["not"]=true,["dn"]="Quickstep",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Verdant Oil - Golden Oil","6% increased Attack Speed","4% increased Movement Speed"},["g"]=185,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30955},["in"]={[0]=2715}},[26471]={["id"]=26471,["icon"]="Art/2DArt/SkillIcons/passives/lightningdex.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage and Shock Avoidance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% chance to Avoid being Shocked","5% chance to Avoid Lightning Damage from Hits"},["g"]=186,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={40743,15837},["in"]={}},[55307]={["id"]=55307,["icon"]="Art/2DArt/SkillIcons/passives/avoidburning.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Ignite Avoidance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% chance to Avoid being Ignited","5% chance to Avoid Fire Damage from Hits"},["g"]=186,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15837},["in"]={[0]=55307}},[64241]={["id"]=64241,["icon"]="Art/2DArt/SkillIcons/passives/avoidchilling.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage, Freeze and Chill Avoidance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% chance to Avoid being Chilled","30% chance to Avoid being Frozen","5% chance to Avoid Cold Damage from Hits"},["g"]=186,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40743},["in"]={[0]=64241}},[40743]={["id"]=40743,["icon"]="Art/2DArt/SkillIcons/passives/diamondskin.png",["ks"]=false,["not"]=true,["dn"]="Crystal Skin",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Amber Oil - Crimson Oil","+5% to all Elemental Resistances","15% chance to Avoid Elemental Ailments","5% reduced Elemental Damage taken"},["g"]=186,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55307},["in"]={40743,40743}},[15837]={["id"]=15837,["icon"]="Art/2DArt/SkillIcons/passives/crystalskin.png",["ks"]=false,["not"]=false,["dn"]="Avoid Status Ailments and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+5% to all Elemental Resistances","5% chance to Avoid Elemental Ailments"},["g"]=186,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={64241,63139},["in"]={15837,15837}},[10073]={["id"]=10073,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Guard Skill Cooldown Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Armour","Guard Skills have 15% increased Cooldown Recovery Speed"},["g"]=187,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49147,24083},["in"]={}},[49147]={["id"]=49147,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Guard Skill Cooldown Recovery and Physical Damage Reduction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% additional Physical Damage Reduction while affected by a Guard Skill Buff","Guard Skills have 15% increased Cooldown Recovery Speed"},["g"]=187,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49416},["in"]={[0]=49147}},[49416]={["id"]=49416,["icon"]="Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png",["ks"]=false,["not"]=true,["dn"]="Adamant",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Clear Oil - Sepia Oil","20% increased Armour","Enemies have -5% to Total Physical Damage Reduction against your Hits","+250 to Armour while affected by a Guard Skill Buff","10% chance when Hit for double Armour effect","Regenerate 0.5% of Life per second while affected by a Guard Skill Buff"},["g"]=187,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=49416}},[4565]={["id"]=4565,["icon"]="Art/2DArt/SkillIcons/passives/attackspeeddual.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed while Dual Wielding"},["g"]=188,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22423},["in"]={[0]=4565}},[24641]={["id"]=24641,["icon"]="Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Weapon Damage while Dual Wielding","Attack Skills deal 12% increased Damage with Ailments while Dual Wielding"},["g"]=188,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25456,48807},["in"]={[0]=24641}},[22423]={["id"]=22423,["icon"]="Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Weapon Damage while Dual Wielding","Attack Skills deal 12% increased Damage with Ailments while Dual Wielding"},["g"]=188,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={3009,17201},["in"]={[0]=22423}},[25456]={["id"]=25456,["icon"]="Art/2DArt/SkillIcons/passives/bladebarrier.png",["ks"]=false,["not"]=true,["dn"]="Dervish",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Azure Oil - Crimson Oil","+2% Chance to Block Attack Damage while Dual Wielding","24% increased Weapon Damage while Dual Wielding","6% increased Attack Speed while Dual Wielding","Attack Skills deal 24% increased Damage with Ailments while Dual Wielding"},["g"]=188,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4565},["in"]={[0]=25456}},[3009]={["id"]=3009,["icon"]="Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Accuracy Rating while Dual Wielding"},["g"]=188,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24641},["in"]={[0]=3009}},[45035]={["id"]=45035,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Projectile Damage"},["g"]=189,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={59370,465},["in"]={45035,45035}},[50459]={["id"]=50459,["icon"]="Art/2DArt/SkillIcons/passives/blankDex.png",["ks"]=false,["not"]=false,["dn"]="RANGER",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={[0]=2},["sd"]={},["g"]=189,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={39821,45035,58427,64111,56856},["in"]={[0]=50459}},[39821]={["id"]=39821,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"18% increased Evasion Rating","+12 to maximum Life"},["g"]=189,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={52904,2094},["in"]={39821,39821}},[52423]={["id"]=52423,["icon"]="Art/2DArt/SkillIcons/passives/AttackBlindNode.png",["ks"]=false,["not"]=false,["dn"]="Damage and Critical Strikes against Blinded Enemies",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Hits and Ailments against Blinded Enemies","25% increased Critical Strike Chance against Blinded Enemies"},["g"]=190,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=570},["in"]={[0]=52423}},[35744]={["id"]=35744,["icon"]="Art/2DArt/SkillIcons/passives/AttackBlindNode.png",["ks"]=false,["not"]=false,["dn"]="Blind Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% chance to Blind Enemies on Hit with Attacks"},["g"]=190,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52423},["in"]={[0]=35744}},[40287]={["id"]=40287,["icon"]="Art/2DArt/SkillIcons/passives/AttackBlindNode.png",["ks"]=false,["not"]=false,["dn"]="Damage and Critical Strikes against Blinded Enemies",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Hits and Ailments against Blinded Enemies","25% increased Critical Strike Chance against Blinded Enemies"},["g"]=190,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35744},["in"]={[0]=40287}},[570]={["id"]=570,["icon"]="Art/2DArt/SkillIcons/passives/AttackBlindNotable.png",["ks"]=false,["not"]=true,["dn"]="Dazzling Strikes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Verdant Oil - Crimson Oil","15% increased Global Accuracy Rating","40% increased Critical Strike Chance against Blinded Enemies","10% chance to Blind Enemies on Hit with Attacks"},["g"]=190,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=570}},[27909]={["id"]=27909,["icon"]="Art/2DArt/SkillIcons/passives/AttackBlindMastery.png",["ks"]=false,["not"]=false,["dn"]="Attack Blind Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=190,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[465]={["id"]=465,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","10% increased Projectile Damage"},["g"]=191,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={41536,65033},["in"]={[0]=465}},[57080]={["id"]=57080,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","10% increased Global Accuracy Rating"},["g"]=192,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42104,20807},["in"]={}},[42104]={["id"]=42104,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","10% increased Global Accuracy Rating"},["g"]=192,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={42104,42104}},[49621]={["id"]=49621,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=true,["dn"]="Acuity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Clear Oil - Clear Oil","5% increased Attack Speed","+100 to Accuracy Rating","15% increased Global Accuracy Rating","+20 to Dexterity"},["g"]=192,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=20,["ia"]=0,["out"]={[0]=42104},["in"]={}},[33196]={["id"]=33196,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Cold Damage"},["g"]=193,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58474},["in"]={33196,33196}},[13202]={["id"]=13202,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Cold Damage","10% increased Effect of Chill"},["g"]=193,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33196},["in"]={[0]=13202}},[17171]={["id"]=17171,["icon"]="Art/2DArt/SkillIcons/passives/newcolddamage.png",["ks"]=false,["not"]=true,["dn"]="Flash Freeze",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Violet Oil - Black Oil","24% increased Cold Damage","20% increased Projectile Speed","10% chance to Freeze","10% increased Effect of Chill"},["g"]=193,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13202},["in"]={}},[47774]={["id"]=47774,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupCold.png",["ks"]=false,["not"]=false,["dn"]="Cold Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=193,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[58474]={["id"]=58474,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Cold Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% of Physical Damage Converted to Cold Damage","12% increased Cold Damage with Attack Skills"},["g"]=193,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43385},["in"]={[0]=58474}},[43385]={["id"]=43385,["icon"]="Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png",["ks"]=false,["not"]=true,["dn"]="Winter Spirit",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Black Oil - Golden Oil - Golden Oil","20% of Physical Damage Converted to Cold Damage","16% increased Cold Damage with Attack Skills"},["g"]=193,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=43385}},[43787]={["id"]=43787,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","+4% to all Elemental Resistances"},["g"]=194,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={43787,43787}},[29379]={["id"]=29379,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","+4% to all Elemental Resistances"},["g"]=194,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={43787,52230},["in"]={}},[52230]={["id"]=52230,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=true,["dn"]="Weathered Hunter",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Golden Oil - Golden Oil","+100 to Accuracy Rating","15% increased Global Accuracy Rating","+10% to all Elemental Resistances","+20 to Dexterity"},["g"]=194,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=20,["ia"]=0,["out"]={},["in"]={[0]=52230}},[35568]={["id"]=35568,["icon"]="Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png",["ks"]=false,["not"]=false,["dn"]="Armour, Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Evasion Rating and Armour","4% increased maximum Life"},["g"]=195,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59718},["in"]={35568,35568,35568}},[59718]={["id"]=59718,["icon"]="Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png",["ks"]=false,["not"]=false,["dn"]="Armour, Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Evasion Rating and Armour","4% increased maximum Life"},["g"]=195,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={59718,59718}},[50306]={["id"]=50306,["icon"]="Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png",["ks"]=false,["not"]=false,["dn"]="Armour, Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Evasion Rating and Armour","4% increased maximum Life"},["g"]=195,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35568},["in"]={[0]=50306}},[35851]={["id"]=35851,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","15% increased Critical Strike Chance"},["g"]=196,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={60592,47484},["in"]={}},[60592]={["id"]=60592,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","15% increased Critical Strike Chance"},["g"]=196,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={60592,60592}},[47484]={["id"]=47484,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=true,["dn"]="Depth Perception",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Azure Oil - Crimson Oil","+100 to Accuracy Rating","15% increased Global Accuracy Rating","+20 to Dexterity","25% increased Critical Strike Chance"},["g"]=196,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=20,["ia"]=0,["out"]={},["in"]={[0]=47484}},[50338]={["id"]=50338,["icon"]="Art/2DArt/SkillIcons/passives/perfectaim.png",["ks"]=false,["not"]=true,["dn"]="Ballistic Mastery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Amber Oil - Azure Oil","20% increased Projectile Speed","15% increased Projectile Damage","+20 to Dexterity"},["g"]=197,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=20,["ia"]=0,["out"]={38662,42964},["in"]={50338,50338,50338,50338}},[59717]={["id"]=59717,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLifeMana.png",["ks"]=false,["not"]=false,["dn"]="Mana Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=198,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[36704]={["id"]=36704,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Life and Mana Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.4% of Attack Damage Leeched as Life","0.4% of Attack Damage Leeched as Mana"},["g"]=198,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={20010,9171,54872},["in"]={}},[54872]={["id"]=54872,["icon"]="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png",["ks"]=false,["not"]=false,["dn"]="Mana Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.4% of Attack Damage Leeched as Mana","10% increased total Recovery per second from Mana Leech"},["g"]=198,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1382},["in"]={[0]=54872}},[1382]={["id"]=1382,["icon"]="Art/2DArt/SkillIcons/passives/minddrinker.png",["ks"]=false,["not"]=true,["dn"]="Spirit Void",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Opalescent Oil - Silver Oil","0.8% of Attack Damage Leeched as Mana","25% increased Maximum total Recovery per second from Mana Leech","20% increased total Recovery per second from Mana Leech"},["g"]=198,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=1382}},[9171]={["id"]=9171,["icon"]="Art/2DArt/SkillIcons/passives/lifegainpertarget.png",["ks"]=false,["not"]=false,["dn"]="Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.4% of Attack Damage Leeched as Life","10% increased total Recovery per second from Life Leech"},["g"]=198,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39530},["in"]={[0]=9171}},[39530]={["id"]=39530,["icon"]="Art/2DArt/SkillIcons/passives/lifeleech.png",["ks"]=false,["not"]=true,["dn"]="Vitality Void",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Golden Oil - Golden Oil","0.8% of Attack Damage Leeched as Life","15% increased Maximum total Recovery per second from Life Leech","20% increased total Recovery per second from Life Leech"},["g"]=198,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=39530}},[41536]={["id"]=41536,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=199,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62712},["in"]={[0]=41536}},[62712]={["id"]=62712,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=199,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=41250},["in"]={[0]=62712}},[41250]={["id"]=41250,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=199,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50338},["in"]={[0]=41250}},[38344]={["id"]=38344,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed"},["g"]=199,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50338},["in"]={[0]=38344}},[65033]={["id"]=65033,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed"},["g"]=199,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10017},["in"]={[0]=65033}},[10017]={["id"]=10017,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed"},["g"]=199,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38344},["in"]={[0]=10017}},[54447]={["id"]=54447,["icon"]="Art/2DArt/SkillIcons/passives/blankInt.png",["ks"]=false,["not"]=false,["dn"]="WITCH",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={[0]=3},["sd"]={},["g"]=200,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={57264,60791,16023,18378},["in"]={54447,54447}},[57264]={["id"]=57264,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Spell Damage"},["g"]=200,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33296},["in"]={57264,57264,57264}},[57226]={["id"]=57226,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Mana Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+14 to maximum Energy Shield","25% increased Mana Regeneration Rate"},["g"]=200,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={21678,54447},["in"]={57226,57226}},[50986]={["id"]=50986,["icon"]="Art/2DArt/SkillIcons/passives/damagedualwield.png",["ks"]=false,["not"]=false,["dn"]="DUELIST",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={[0]=4},["sd"]={},["g"]=201,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={39725,32730,24984,33795},["in"]={50986,50986}},[39725]={["id"]=39725,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Attack Speed","10% increased Global Accuracy Rating"},["g"]=201,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={63649,24377},["in"]={39725,39725}},[47389]={["id"]=47389,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Attack Physical Damage","+14 to maximum Life"},["g"]=201,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={50986,42911,5612},["in"]={[0]=47389}},[26866]={["id"]=26866,["icon"]="Art/2DArt/SkillIcons/passives/bodysoul.png",["ks"]=false,["not"]=true,["dn"]="Sanctity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Black Oil - Silver Oil","20% increased Armour","10% increased maximum Energy Shield","Regenerate 1% of Life per second","+10 to Strength and Intelligence"},["g"]=202,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=10,["out"]={44908,15599},["in"]={26866,26866,26866,26866}},[61525]={["id"]=61525,["icon"]="Art/2DArt/SkillIcons/passives/axedmgspeed.png",["ks"]=false,["not"]=false,["dn"]="TEMPLAR",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={[0]=5},["sd"]={},["g"]=203,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={63965,61871,30940,409},["in"]={61525,61525}},[20228]={["id"]=20228,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+14 to maximum Life","20% increased Mana Regeneration Rate"},["g"]=203,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61525},["in"]={20228,20228,20228}},[63965]={["id"]=63965,["icon"]="Art/2DArt/SkillIcons/passives/damage_blue.png",["ks"]=false,["not"]=false,["dn"]="Damage and Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage","+14 to maximum Mana"},["g"]=203,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14151},["in"]={63965,63965,63965}},[52632]={["id"]=52632,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Speed","6% increased Projectile Damage"},["g"]=204,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36222},["in"]={[0]=52632}},[36222]={["id"]=36222,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=204,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={47030,17201},["in"]={[0]=36222}},[60002]={["id"]=60002,["icon"]="Art/2DArt/SkillIcons/passives/furybolts.png",["ks"]=false,["not"]=true,["dn"]="Fury Bolts",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Verdant Oil - Opalescent Oil","10% increased Global Accuracy Rating","20% increased Projectile Damage","+20 to Strength"},["g"]=204,["o"]=2,["oidx"]=3,["sa"]=20,["da"]=0,["ia"]=0,["out"]={[0]=52632},["in"]={[0]=60002}},[47030]={["id"]=47030,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=204,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30155},["in"]={[0]=47030}},[30155]={["id"]=30155,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=204,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={60002,48807},["in"]={[0]=30155}},[65112]={["id"]=65112,["icon"]="Art/2DArt/SkillIcons/passives/FortifyNode.png",["ks"]=false,["not"]=false,["dn"]="Fortify Effect and Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Melee Physical Damage while you have Fortify","5% increased Effect of Fortify on you","12% increased Damage with Ailments from Attack Skills while wielding a Melee Weapon"},["g"]=205,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25781},["in"]={65112,65112}},[14384]={["id"]=14384,["icon"]="Art/2DArt/SkillIcons/passives/FortifyNode.png",["ks"]=false,["not"]=false,["dn"]="Fortify Effect and Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Melee Physical Damage while you have Fortify","5% increased Effect of Fortify on you","14% increased Damage with Ailments from Attack Skills while wielding a Melee Weapon"},["g"]=205,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65112},["in"]={[0]=14384}},[25781]={["id"]=25781,["icon"]="Art/2DArt/SkillIcons/passives/FortifyNode.png",["ks"]=false,["not"]=false,["dn"]="Fortify Effect and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Armour while you have Fortify","10% increased Effect of Fortify on you"},["g"]=205,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13922},["in"]={[0]=25781}},[13922]={["id"]=13922,["icon"]="Art/2DArt/SkillIcons/passives/FortifyNotable2.png",["ks"]=false,["not"]=true,["dn"]="Steadfast",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Black Oil - Golden Oil","30% increased Armour while you have Fortify","10% increased Effect of Fortify on you","10% increased Effect of Fortify on you while Stationary"},["g"]=205,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14384},["in"]={[0]=13922}},[33625]={["id"]=33625,["icon"]="Art/2DArt/SkillIcons/passives/FortifyMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Fortify Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=205,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[20551]={["id"]=20551,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=206,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58449},["in"]={[0]=20551}},[5152]={["id"]=5152,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=206,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61198},["in"]={[0]=5152}},[61198]={["id"]=61198,["icon"]="Art/2DArt/SkillIcons/passives/heartofthegladiator.png",["ks"]=false,["not"]=true,["dn"]="Heart of the Warrior",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Crimson Oil - Opalescent Oil","+20 to maximum Life","10% increased maximum Life","+10 to Strength"},["g"]=206,["o"]=2,["oidx"]=3,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=20551},["in"]={[0]=61198}},[39768]={["id"]=39768,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Global Accuracy Rating","10% increased Critical Strike Chance"},["g"]=206,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12795},["in"]={[0]=39768}},[32739]={["id"]=32739,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Global Accuracy Rating","10% increased Critical Strike Chance"},["g"]=206,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24383},["in"]={[0]=32739}},[12795]={["id"]=12795,["icon"]="Art/2DArt/SkillIcons/passives/precision.png",["ks"]=false,["not"]=true,["dn"]="Versatility",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Opalescent Oil - Silver Oil - Silver Oil","5% increased Attack Speed","10% increased Global Accuracy Rating","20% increased Critical Strike Chance","+20 to Dexterity and Intelligence"},["g"]=206,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=20,["ia"]=20,["out"]={[0]=32739},["in"]={[0]=12795}},[12068]={["id"]=12068,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Accuracy and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Bows","8% increased Accuracy Rating with Bows"},["g"]=207,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=47743},["in"]={[0]=12068}},[16851]={["id"]=16851,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Bows","8% increased Accuracy Rating with Bows","12% increased Damage Over Time with Bow Skills"},["g"]=207,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={3469,12068},["in"]={}},[47743]={["id"]=47743,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedbow.png",["ks"]=false,["not"]=true,["dn"]="Farsight",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Azure Oil - Black Oil","24% increased Damage with Bows","6% increased Attack Speed with Bows","16% increased Accuracy Rating with Bows","Enemies have -10% to Total Physical Damage Reduction against your Hits","24% increased Damage Over Time with Bow Skills"},["g"]=207,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=47743}},[2355]={["id"]=2355,["icon"]="Art/2DArt/SkillIcons/passives/blockstr.png",["ks"]=false,["not"]=false,["dn"]="Shield Defences and Attack Damage with Shields",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Attack Damage while holding a Shield","30% increased Defences from Equipped Shield","Attack Skills deal 10% increased Damage with Ailments while holding a Shield"},["g"]=208,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53558},["in"]={[0]=2355}},[53558]={["id"]=53558,["icon"]="Art/2DArt/SkillIcons/passives/blockstr.png",["ks"]=false,["not"]=false,["dn"]="Shield Block and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed while holding a Shield","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=208,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57900},["in"]={[0]=53558}},[7977]={["id"]=7977,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupShield.png",["ks"]=false,["not"]=false,["dn"]="Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=208,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[57900]={["id"]=57900,["icon"]="Art/2DArt/SkillIcons/passives/CommandofSteel.png",["ks"]=false,["not"]=true,["dn"]="Command of Steel",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Sepia Oil - Crimson Oil","25% increased Attack Damage while holding a Shield","6% increased Attack Speed while holding a Shield","Attack Skills deal 25% increased Damage with Ailments while holding a Shield","+3% Chance to Block Attack Damage while holding a Shield"},["g"]=208,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=57900}},[56149]={["id"]=56149,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Attack Damage"},["g"]=209,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54142},["in"]={[0]=56149}},[720]={["id"]=720,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Attack Damage"},["g"]=209,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29870},["in"]={[0]=720}},[6542]={["id"]=6542,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","4% increased maximum Life"},["g"]=209,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=94},["in"]={[0]=6542}},[60803]={["id"]=60803,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","4% increased maximum Life"},["g"]=209,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6542},["in"]={[0]=60803}},[29870]={["id"]=29870,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed"},["g"]=209,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56149},["in"]={[0]=29870}},[94]={["id"]=94,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","4% increased maximum Life"},["g"]=209,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54142},["in"]={[0]=94}},[9469]={["id"]=9469,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Critical Strike Chance"},["g"]=210,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={9469,9469}},[59220]={["id"]=59220,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Critical Strike Chance"},["g"]=210,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={9469,20807},["in"]={}},[65502]={["id"]=65502,["icon"]="Art/2DArt/SkillIcons/passives/heartseeker.png",["ks"]=false,["not"]=true,["dn"]="Heartseeker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Crimson Oil - Opalescent Oil","+30% to Critical Strike Multiplier"},["g"]=210,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9469},["in"]={}},[64769]={["id"]=64769,["icon"]="Art/2DArt/SkillIcons/passives/AttackPoisonNode.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed and Poison Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed","10% chance to Poison on Hit with Attacks"},["g"]=211,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23449},["in"]={64769,64769}},[23449]={["id"]=23449,["icon"]="Art/2DArt/SkillIcons/passives/AttackPoisonNode.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed, Poison Damage and Poison Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% to Damage over Time Multiplier for Poison","4% increased Attack Speed","8% increased Damage with Poison"},["g"]=211,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7263},["in"]={[0]=23449}},[36849]={["id"]=36849,["icon"]="Art/2DArt/SkillIcons/passives/AttackPoisonNode.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed and Poison Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","10% increased Poison Duration"},["g"]=211,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=64769},["in"]={[0]=36849}},[7263]={["id"]=7263,["icon"]="Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png",["ks"]=false,["not"]=true,["dn"]="Swift Venoms",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Silver Oil - Silver Oil","+8% to Damage over Time Multiplier for Poison","8% increased Attack Speed","10% chance to Poison on Hit with Attacks","16% increased Damage with Poison","Poisons you inflict deal Damage 5% faster"},["g"]=211,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36849},["in"]={[0]=7263}},[34394]={["id"]=34394,["icon"]="Art/2DArt/SkillIcons/passives/MasteryPoison.png",["ks"]=false,["not"]=false,["dn"]="Poison Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=211,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[43412]={["id"]=43412,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=212,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34666,34009},["in"]={[0]=43412}},[34666]={["id"]=34666,["icon"]="Art/2DArt/SkillIcons/passives/executioner.png",["ks"]=false,["not"]=true,["dn"]="Destroyer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Teal Oil - Crimson Oil","25% increased Physical Damage with Two Handed Melee Weapons","5% increased Attack Speed with Two Handed Melee Weapons","12% increased Accuracy Rating with Two Handed Melee Weapons","25% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=212,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36972},["in"]={[0]=34666}},[36972]={["id"]=36972,["icon"]="Art/2DArt/SkillIcons/passives/2handedspeed.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Two Handed Melee Weapons"},["g"]=212,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43303},["in"]={[0]=36972}},[43303]={["id"]=43303,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=212,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30842,34031},["in"]={[0]=43303}},[30842]={["id"]=30842,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=212,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43412},["in"]={[0]=30842}},[47486]={["id"]=47486,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 0.5% of Life per second","15% increased Endurance Charge Duration"},["g"]=213,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5029},["in"]={[0]=47486}},[982]={["id"]=982,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 0.5% of Life per second","15% increased Endurance Charge Duration"},["g"]=213,["o"]=4,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32249},["in"]={[0]=982}},[9971]={["id"]=9971,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Fire Damage","Regenerate 0.5% of Life per second"},["g"]=213,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50692},["in"]={[0]=9971}},[5643]={["id"]=5643,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Totem Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 0.5% of Life per second","10% increased Totem Placement speed"},["g"]=213,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31667},["in"]={[0]=5643}},[6028]={["id"]=6028,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Totem Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 0.5% of Life per second","10% increased Totem Placement speed"},["g"]=213,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53095},["in"]={[0]=6028}},[31667]={["id"]=31667,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png",["ks"]=false,["not"]=true,["dn"]="Arohongui, Moon's Presence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Totems are Immune to Fire Damage","Enemies near your Totems deal 8% less Damage","Enemies near your Totems take 16% increased Physical and Fire Damage"},["g"]=213,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=31667}},[48480]={["id"]=48480,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png",["ks"]=false,["not"]=true,["dn"]="Tasalio, Cleansing Water",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+100% to Fire Resistance","Regenerate 2% of Life per second","10% of Physical Damage from Hits taken as Fire Damage","50% increased Life Recovery Rate if you've taken Fire Damage from an Enemy Hit Recently","Unaffected by Ignite"},["g"]=213,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=48480}},[53095]={["id"]=53095,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png",["ks"]=false,["not"]=true,["dn"]="Tukohama, War's Herald",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"1% of Damage dealt by your Totems is Leeched to you as Life","50% increased Effect of Buffs granted by your Active Ancestor Totems","Ancestor Totems have 100% increased Activation range","25% increased Area of Effect while you have a Totem"},["g"]=213,["o"]=4,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=53095}},[5029]={["id"]=5029,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png",["ks"]=false,["not"]=true,["dn"]="Tawhoa, Forest's Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"35% chance to gain an Endurance Charge when you use a Fire skill","5% increased Physical Damage per Endurance Charge","5% increased Fire Damage per Endurance Charge"},["g"]=213,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=982},["in"]={[0]=5029}},[9190]={["id"]=9190,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Fire Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+10% to Fire Resistance","Regenerate 0.5% of Life per second"},["g"]=213,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48480},["in"]={[0]=9190}},[32249]={["id"]=32249,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png",["ks"]=false,["not"]=true,["dn"]="Valako, Storm's Embrace",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 0.5% of Life per second per Endurance Charge","3% more Damage for each Endurance Charge lost recently, up to 15%","+1 to Maximum Endurance Charges"},["g"]=213,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=32249}},[10238]={["id"]=10238,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Fire Damage","Regenerate 0.5% of Life per second"},["g"]=213,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61355},["in"]={[0]=10238}},[24704]={["id"]=24704,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Chieftain",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=213,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={47486,9971,9190,10238,5643,6028},["in"]={[0]=24704}},[24377]={["id"]=24377,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed"},["g"]=214,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={35568,56803},["in"]={[0]=24377}},[56803]={["id"]=56803,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed"},["g"]=214,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62694},["in"]={[0]=56803}},[62694]={["id"]=62694,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed"},["g"]=214,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45227},["in"]={[0]=62694}},[45227]={["id"]=45227,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed"},["g"]=214,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50306},["in"]={45227,45227}},[28658]={["id"]=28658,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Bows"},["g"]=215,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={28658,28658}},[14804]={["id"]=14804,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Bows"},["g"]=215,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={28658,30455,32555},["in"]={}},[41119]={["id"]=41119,["icon"]="Art/2DArt/SkillIcons/passives/heartpierce.png",["ks"]=false,["not"]=true,["dn"]="Lethality",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Azure Oil - Silver Oil","16% increased Damage with Bows","50% increased Critical Strike Chance with Bows","+30% to Critical Strike Multiplier with Bows","16% increased Damage Over Time with Bow Skills"},["g"]=215,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12794,28658},["in"]={}},[12794]={["id"]=12794,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Critical Strike Chance with Bows","+12% to Critical Strike Multiplier with Bows"},["g"]=215,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30455},["in"]={[0]=12794}},[30455]={["id"]=30455,["icon"]="Art/2DArt/SkillIcons/passives/criticalbow.png",["ks"]=false,["not"]=false,["dn"]="Bow Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Critical Strike Chance with Bows","+12% to Critical Strike Multiplier with Bows"},["g"]=215,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={30455,30455}},[22755]={["id"]=22755,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupBow.png",["ks"]=false,["not"]=false,["dn"]="Bow Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=215,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[2094]={["id"]=2094,["icon"]="Art/2DArt/SkillIcons/passives/evade.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Evasion Rating","5% increased maximum Life"},["g"]=216,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={60803,720},["in"]={[0]=2094}},[2292]={["id"]=2292,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life","8% increased maximum Mana"},["g"]=217,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27203},["in"]={[0]=2292}},[27203]={["id"]=27203,["icon"]="Art/2DArt/SkillIcons/passives/HeartandSoul.png",["ks"]=false,["not"]=true,["dn"]="Heart and Soul",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Violet Oil - Opalescent Oil","8% increased maximum Life","12% increased maximum Mana"},["g"]=217,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={27203,27203}},[48362]={["id"]=48362,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life","8% increased maximum Mana"},["g"]=217,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27203},["in"]={[0]=48362}},[8135]={["id"]=8135,["icon"]="Art/2DArt/SkillIcons/passives/castavoidinterruption.png",["ks"]=false,["not"]=true,["dn"]="Practical Application",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Sepia Oil - Golden Oil","25% chance to Avoid interruption from Stuns while Casting","+20 to Strength and Dexterity"},["g"]=217,["o"]=2,["oidx"]=6,["sa"]=20,["da"]=20,["ia"]=0,["out"]={[0]=11128},["in"]={[0]=8135}},[11659]={["id"]=11659,["icon"]="Art/2DArt/SkillIcons/passives/castavoidinterruption.png",["ks"]=false,["not"]=false,["dn"]="Avoid Interruption while Casting",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% chance to Avoid interruption from Stuns while Casting"},["g"]=217,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={27929,8135},["in"]={}},[11128]={["id"]=11128,["icon"]="Art/2DArt/SkillIcons/passives/castavoidinterruption.png",["ks"]=false,["not"]=false,["dn"]="Avoid Interruption while Casting",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% chance to Avoid interruption from Stuns while Casting"},["g"]=217,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11420},["in"]={[0]=11128}},[44683]={["id"]=44683,["icon"]="Art/2DArt/SkillIcons/passives/tempint.png",["ks"]=false,["not"]=false,["dn"]="SIX",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={[0]=6},["sd"]={},["g"]=218,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={45272,58229,55236,18635},["in"]={44683,44683}},[45272]={["id"]=45272,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png",["ks"]=false,["not"]=false,["dn"]="Physical and Chaos Damage and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Chaos Damage","+12 to maximum Life","14% increased Physical Damage"},["g"]=218,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={45272,45272,45272,45272}},[33988]={["id"]=33988,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Melee Physical Damage"},["g"]=219,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31628},["in"]={[0]=33988}},[15678]={["id"]=15678,["icon"]="Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15% to Melee Critical Strike Multiplier"},["g"]=220,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37501},["in"]={[0]=15678}},[58831]={["id"]=58831,["icon"]="Art/2DArt/SkillIcons/passives/deadlyprecision.png",["ks"]=false,["not"]=true,["dn"]="Disemboweling",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Violet Oil - Crimson Oil","50% increased Melee Critical Strike Chance","+25% to Melee Critical Strike Multiplier"},["g"]=220,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15678},["in"]={[0]=58831}},[39023]={["id"]=39023,["icon"]="Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Melee Critical Strike Chance","+10% to Melee Critical Strike Multiplier"},["g"]=220,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58831},["in"]={[0]=39023}},[37501]={["id"]=37501,["icon"]="Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Melee Critical Strike Chance"},["g"]=220,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={56355,63282},["in"]={[0]=37501}},[56355]={["id"]=56355,["icon"]="Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Melee Critical Strike Chance","+10% to Melee Critical Strike Multiplier"},["g"]=220,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39023},["in"]={[0]=56355}},[18368]={["id"]=18368,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=220,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[35724]={["id"]=35724,["icon"]="Art/2DArt/SkillIcons/passives/damage_blue.png",["ks"]=false,["not"]=false,["dn"]="Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage"},["g"]=221,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={63965,33923},["in"]={[0]=35724}},[21984]={["id"]=21984,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=222,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=21984}},[22618]={["id"]=22618,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Mana"},["g"]=222,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21033},["in"]={[0]=22618}},[21033]={["id"]=21033,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Mana"},["g"]=222,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21984},["in"]={[0]=21033}},[33296]={["id"]=33296,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Spell Damage"},["g"]=223,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={1957,36774},["in"]={[0]=33296}},[17201]={["id"]=17201,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=224,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={},["in"]={17201,17201,17201,17201,17201,17201}},[4656]={["id"]=4656,["icon"]="Art/2DArt/SkillIcons/passives/damagesword.png",["ks"]=false,["not"]=false,["dn"]="Sword Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Swords","8% increased Accuracy Rating with Swords"},["g"]=225,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59866},["in"]={[0]=4656}},[22217]={["id"]=22217,["icon"]="Art/2DArt/SkillIcons/passives/damagesword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Swords","8% increased Accuracy Rating with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=225,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={4656,22266},["in"]={[0]=22217}},[6383]={["id"]=6383,["icon"]="Art/2DArt/SkillIcons/passives/damagesword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Swords","8% increased Accuracy Rating with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=225,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22217},["in"]={[0]=6383}},[59866]={["id"]=59866,["icon"]="Art/2DArt/SkillIcons/passives/SwordNotable2.png",["ks"]=false,["not"]=true,["dn"]="Honed Edge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Clear Oil - Silver Oil","24% increased Damage with Swords","6% increased Attack Speed with Swords","20% increased Evasion Rating","+200 to Accuracy Rating with Swords","24% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=225,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6383},["in"]={[0]=59866}},[29445]={["id"]=29445,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupSword.png",["ks"]=false,["not"]=false,["dn"]="Sword Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=225,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[30693]={["id"]=30693,["icon"]="Art/2DArt/SkillIcons/passives/catalyse.png",["ks"]=false,["not"]=true,["dn"]="Divine Fervour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Crimson Oil - Crimson Oil","25% increased Melee Critical Strike Chance","Damage with Weapons Penetrates 3% Elemental Resistance","24% increased Elemental Damage with Attack Skills","+10 to Strength and Intelligence"},["g"]=226,["o"]=3,["oidx"]=6,["sa"]=10,["da"]=0,["ia"]=10,["out"]={[0]=12536},["in"]={[0]=30693}},[33435]={["id"]=33435,["icon"]="Art/2DArt/SkillIcons/passives/elementalist.png",["ks"]=false,["not"]=true,["dn"]="Holy Dominion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Crimson Oil - Opalescent Oil","+12% to all Elemental Resistances","12% increased Elemental Damage","5% chance to Freeze, Shock and Ignite","12% increased Physical Damage"},["g"]=226,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12536,21262},["in"]={33435,33435}},[54694]={["id"]=54694,["icon"]="Art/2DArt/SkillIcons/passives/LightOfDivinity.png",["ks"]=false,["not"]=true,["dn"]="Light of Divinity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Azure Oil - Silver Oil","15% increased Spell Damage","4% increased Cast Speed","20% increased Critical Strike Chance for Spells","10% increased Light Radius","+10 to Strength and Intelligence"},["g"]=226,["o"]=3,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=10,["out"]={},["in"]={54694,54694}},[44799]={["id"]=44799,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=226,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={54694,40927,33435},["in"]={[0]=44799}},[58453]={["id"]=58453,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=226,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30693,46726,33435},["in"]={[0]=58453}},[21262]={["id"]=21262,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=226,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={54694,10575},["in"]={[0]=21262}},[12536]={["id"]=12536,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=226,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15064},["in"]={12536,12536}},[57061]={["id"]=57061,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=227,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={22061,46578},["in"]={[0]=57061}},[22061]={["id"]=22061,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to maximum Mana","10% increased maximum Mana"},["g"]=227,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={22061,22061}},[5289]={["id"]=5289,["icon"]="Art/2DArt/SkillIcons/passives/BattleRouse.png",["ks"]=false,["not"]=true,["dn"]="Battle Rouse",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Verdant Oil - Teal Oil","+15 to maximum Mana","15% increased maximum Mana","8% of Damage taken gained as Mana over 4 seconds when Hit"},["g"]=227,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={57061,22061},["in"]={}},[42668]={["id"]=42668,["icon"]="Art/2DArt/SkillIcons/passives/minionattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Minion Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 4% increased Attack Speed","Minions have 4% increased Cast Speed"},["g"]=228,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10904},["in"]={42668,42668}},[24824]={["id"]=24824,["icon"]="Art/2DArt/SkillIcons/passives/minionattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Minion Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 4% increased Attack Speed","Minions have 4% increased Cast Speed"},["g"]=228,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={9505,6764,42668},["in"]={}},[9505]={["id"]=9505,["icon"]="Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png",["ks"]=false,["not"]=false,["dn"]="Minion Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 4% increased Attack Speed","15% increased Minion Accuracy Rating"},["g"]=228,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43689},["in"]={[0]=9505}},[43689]={["id"]=43689,["icon"]="Art/2DArt/SkillIcons/passives/SpiritualCommand.png",["ks"]=false,["not"]=true,["dn"]="Spiritual Command",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Black Oil - Golden Oil","Minions have 8% increased Attack Speed","Minions have 8% increased Cast Speed","Increases and Reductions to Minion Attack Speed also affect you","20% increased Minion Accuracy Rating"},["g"]=228,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42668},["in"]={[0]=43689}},[65259]={["id"]=65259,["icon"]="Art/2DArt/SkillIcons/passives/MinionMastery.png",["ks"]=false,["not"]=false,["dn"]="Minion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=228,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[52714]={["id"]=52714,["icon"]="Art/2DArt/SkillIcons/passives/oxblood.png",["ks"]=false,["not"]=true,["dn"]="Prowess",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Verdant Oil - Golden Oil","+30 to Strength"},["g"]=229,["o"]=0,["oidx"]=0,["sa"]=30,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=52714}},[10221]={["id"]=10221,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=230,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={6446,24155,25168},["in"]={10221,10221}},[51219]={["id"]=51219,["icon"]="Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.3% of Spell Damage Leeched as Energy Shield"},["g"]=231,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13232},["in"]={[0]=51219}},[13232]={["id"]=13232,["icon"]="Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png",["ks"]=false,["not"]=false,["dn"]="Increased Energy Shield Leeched",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased total Recovery per second from Energy Shield Leech"},["g"]=231,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9567},["in"]={[0]=13232}},[9567]={["id"]=9567,["icon"]="Art/2DArt/SkillIcons/passives/SoulSiphoning.png",["ks"]=false,["not"]=true,["dn"]="Light Eater",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Teal Oil - Silver Oil","0.8% of Spell Damage Leeched as Energy Shield","20% increased Maximum total Recovery per second from Energy Shield Leech","24% increased Damage while on Full Energy Shield"},["g"]=231,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9567}},[15027]={["id"]=15027,["icon"]="Art/2DArt/SkillIcons/passives/oxblood.png",["ks"]=false,["not"]=true,["dn"]="Beef",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Verdant Oil - Azure Oil","+30 to Strength"},["g"]=232,["o"]=0,["oidx"]=0,["sa"]=30,["da"]=0,["ia"]=0,["out"]={[0]=23471},["in"]={}},[27929]={["id"]=27929,["icon"]="Art/2DArt/SkillIcons/passives/deepwisdom.png",["ks"]=false,["not"]=true,["dn"]="Deep Wisdom",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Violet Oil - Violet Oil","+20 to maximum Energy Shield","+20 to maximum Mana","+20 to Intelligence"},["g"]=233,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=20,["out"]={40637,55643,38900,2292,8948,65203},["in"]={27929,27929,27929}},[29185]={["id"]=29185,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance2.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Critical Strike Chance and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Accuracy Rating with Two Handed Melee Weapons","20% increased Critical Strike Chance with Two Handed Melee Weapons"},["g"]=234,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58803},["in"]={[0]=29185}},[58803]={["id"]=58803,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance2.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Critical Strike Chance and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Accuracy Rating with Two Handed Melee Weapons","20% increased Critical Strike Chance with Two Handed Melee Weapons"},["g"]=234,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32059},["in"]={[0]=58803}},[32059]={["id"]=32059,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png",["ks"]=false,["not"]=true,["dn"]="Titanic Impacts",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Silver Oil - Silver Oil","12% increased Accuracy Rating with Two Handed Melee Weapons","40% increased Critical Strike Chance with Two Handed Melee Weapons","+20% to Critical Strike Multiplier with Two Handed Melee Weapons"},["g"]=234,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=32059}},[46578]={["id"]=46578,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=235,["o"]=4,["oidx"]=33,["sa"]=10,["da"]=0,["ia"]=0,["out"]={28330,13714,30733},["in"]={46578,46578}},[28330]={["id"]=28330,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=235,["o"]=4,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=19144},["in"]={28330,28330}},[50225]={["id"]=50225,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Maces and Sceptres","+15% to Critical Strike Multiplier with Maces and Sceptres","10% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=236,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55772},["in"]={[0]=50225}},[24155]={["id"]=24155,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Physical Damage with Maces and Sceptres","20% increased Critical Strike Chance with Maces and Sceptres","8% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=236,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={50225,15086},["in"]={[0]=24155}},[15086]={["id"]=15086,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Maces and Sceptres","20% increased Critical Strike Chance with Maces and Sceptres","10% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=236,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55772},["in"]={[0]=15086}},[55772]={["id"]=55772,["icon"]="Art/2DArt/SkillIcons/passives/MaceNotable1.png",["ks"]=false,["not"]=true,["dn"]="Blacksmith's Clout",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Teal Oil - Teal Oil","18% increased Physical Damage with Maces and Sceptres","40% increased Critical Strike Chance with Maces and Sceptres","+25% to Critical Strike Multiplier with Maces and Sceptres","18% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=236,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={55772,55772}},[27354]={["id"]=27354,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMace.png",["ks"]=false,["not"]=false,["dn"]="Mace Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=236,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[43374]={["id"]=43374,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=237,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={22703,30691,29359},["in"]={43374,43374,43374}},[44797]={["id"]=44797,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration, Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Spell Damage","20% increased Mana Regeneration Rate"},["g"]=238,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=60462},["in"]={[0]=44797}},[26714]={["id"]=26714,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration, Totem Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Mana Regeneration Rate","20% increased Totem Placement speed"},["g"]=238,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1105},["in"]={[0]=26714}},[14870]={["id"]=14870,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration, Totem Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Mana Regeneration Rate","20% increased Totem Placement speed"},["g"]=238,["o"]=4,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34434},["in"]={[0]=14870}},[29994]={["id"]=29994,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration, Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased maximum Mana","20% increased Mana Regeneration Rate"},["g"]=238,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={29994,29994}},[11046]={["id"]=11046,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration, Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased maximum Mana","20% increased Mana Regeneration Rate"},["g"]=238,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=922},["in"]={[0]=11046}},[22637]={["id"]=22637,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration, Power and Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Mana Regeneration Rate","20% increased Endurance Charge Duration","20% increased Power Charge Duration"},["g"]=238,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25651},["in"]={[0]=22637}},[922]={["id"]=922,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png",["ks"]=false,["not"]=true,["dn"]="Divine Guidance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"30% increased maximum Mana","10% of Damage is taken from Mana before Life","Transfiguration of Mind"},["g"]=238,["o"]=4,["oidx"]=17,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29994},["in"]={[0]=922}},[29026]={["id"]=29026,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png",["ks"]=false,["not"]=true,["dn"]="Sanctuary of Thought",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Gain 20% of Maximum Mana as Extra Maximum Energy Shield","1% increased Area of Effect per 50 Unreserved Maximum Mana, up to 100%","50% less Mana Cost of Skills","10% less Mana Reservation of Skills"},["g"]=238,["o"]=4,["oidx"]=23,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29994},["in"]={}},[1105]={["id"]=1105,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png",["ks"]=false,["not"]=true,["dn"]="Pursuit of Faith",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"100% increased Totem Duration","+1 to maximum number of Summoned Totems","6% increased Damage per Enemy Killed by you or your Totems Recently","10% increased Attack and Cast Speed while you have a Totem"},["g"]=238,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14870},["in"]={[0]=1105}},[34434]={["id"]=34434,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png",["ks"]=false,["not"]=true,["dn"]="Ritual of Awakening",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"50% increased Totem Placement speed","3% more Damage per Summoned Totem","Regenerate 0.5% of Mana per second for each Summoned Totem","Skills that would Summon a Totem Summon two Totems instead","You and your Totems Regenerate 1% of Life per second for each Summoned Totem"},["g"]=238,["o"]=4,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=34434}},[25651]={["id"]=25651,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png",["ks"]=false,["not"]=true,["dn"]="Conviction of Power",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"25% chance to gain an Endurance Charge when you gain a Power Charge","50% chance to gain a Power Charge when you Summon a Totem","15% chance to gain a Power Charge if you or your Totems kill an Enemy","5% reduced Elemental Damage taken while you have an Endurance Charge","Damage Penetrates 5% Elemental Resistances while you have a Power Charge"},["g"]=238,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=25651}},[60462]={["id"]=60462,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png",["ks"]=false,["not"]=true,["dn"]="Illuminated Devotion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"25% increased Area of Effect while you have Arcane Surge","0.5% of Spell Damage Leeched as Life while you have Arcane Surge","40% increased Spell Damage while you have Arcane Surge"},["g"]=238,["o"]=4,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33167},["in"]={[0]=60462}},[33167]={["id"]=33167,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration, Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Spell Damage","20% increased Mana Regeneration Rate"},["g"]=238,["o"]=4,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40510},["in"]={[0]=33167}},[40510]={["id"]=40510,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png",["ks"]=false,["not"]=true,["dn"]="Arcane Blessing",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Gain Arcane Surge when you or your Totems Hit an Enemy with a Spell","Immune to Elemental Ailments while you have Arcane Surge"},["g"]=238,["o"]=4,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=40510}},[38387]={["id"]=38387,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration, Brand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Mana Regeneration Rate","14% increased Damage with Brand Skills"},["g"]=238,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51492},["in"]={[0]=38387}},[51492]={["id"]=51492,["icon"]="Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png",["ks"]=false,["not"]=true,["dn"]="Sign of Purpose",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"You can Cast an additional Brand","Enemies take 10% increased Damage for each of your Brands Attached to them","Brand Recall has 30% increased Cooldown Recovery Speed","14% increased Brand Attachment range"},["g"]=238,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=51492}},[30940]={["id"]=30940,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Hierophant",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Hierophant",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=238,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={11046,22637,44797,26714,38387},["in"]={[0]=30940}},[15835]={["id"]=15835,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=239,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[62017]={["id"]=62017,["icon"]="Art/2DArt/SkillIcons/passives/increased armor.png",["ks"]=false,["not"]=false,["dn"]="Life and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Armour","4% increased maximum Life"},["g"]=239,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={33287,53793},["in"]={}},[55676]={["id"]=55676,["icon"]="Art/2DArt/SkillIcons/passives/increased armor.png",["ks"]=false,["not"]=false,["dn"]="Life and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Armour","4% increased maximum Life"},["g"]=239,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5233},["in"]={[0]=55676}},[33287]={["id"]=33287,["icon"]="Art/2DArt/SkillIcons/passives/increased armor.png",["ks"]=false,["not"]=true,["dn"]="Juggernaut",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Amber Oil - Silver Oil","16% increased Armour","6% increased maximum Life","20% increased Life Recovery from Flasks"},["g"]=239,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55676},["in"]={[0]=33287}},[3644]={["id"]=3644,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=240,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={14930,39678},["in"]={3644,3644,3644}},[20611]={["id"]=20611,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Daggers","0.3% of Attack Damage Leeched as Life","20% increased total Recovery per second from Life Leech","12% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=241,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42608,4011},["in"]={}},[42608]={["id"]=42608,["icon"]="Art/2DArt/SkillIcons/passives/masterydaggerdex.png",["ks"]=false,["not"]=false,["dn"]="Dagger Damage and Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Daggers","0.3% of Attack Damage Leeched as Life","20% increased total Recovery per second from Life Leech","12% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=241,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44988},["in"]={[0]=42608}},[44988]={["id"]=44988,["icon"]="Art/2DArt/SkillIcons/passives/DaggerNotable2.png",["ks"]=false,["not"]=true,["dn"]="Stabbing Thirst",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Black Oil - Golden Oil","24% increased Damage with Daggers","6% increased Attack Speed with Daggers","0.5% of Attack Damage Leeched as Life","0.5% of Attack Damage Leeched as Mana","24% increased Damage with Ailments from Attack Skills while wielding a Dagger"},["g"]=241,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=44988}},[22703]={["id"]=22703,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=242,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=14056},["in"]={[0]=22703}},[33779]={["id"]=33779,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandrange.png",["ks"]=false,["not"]=false,["dn"]="Totem and Brand Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Damage","15% increased Critical Strike Chance with Totem Skills","15% increased Critical Strike Chance with Brand Skills","10% increased Damage with Brand Skills"},["g"]=243,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={17569,14021},["in"]={[0]=33779}},[17569]={["id"]=17569,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandrange.png",["ks"]=false,["not"]=false,["dn"]="Totem and Brand Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Critical Strike Chance with Totem Skills","25% increased Critical Strike Chance with Brand Skills"},["g"]=243,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44562},["in"]={[0]=17569}},[45366]={["id"]=45366,["icon"]="Art/2DArt/SkillIcons/passives/totemandbranddamage.png",["ks"]=false,["not"]=false,["dn"]="Totem and Brand Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+20% to Critical Strike Multiplier with Totem Skills","+20% to Critical Strike Multiplier with Brand Skills"},["g"]=243,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20142},["in"]={[0]=45366}},[20142]={["id"]=20142,["icon"]="Art/2DArt/SkillIcons/passives/totemandbranddamage.png",["ks"]=false,["not"]=false,["dn"]="Totem and Brand Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+20% to Critical Strike Multiplier with Totem Skills","+20% to Critical Strike Multiplier with Brand Skills"},["g"]=243,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33779},["in"]={[0]=20142}},[44562]={["id"]=44562,["icon"]="Art/2DArt/SkillIcons/passives/totemandbrandrange.png",["ks"]=false,["not"]=true,["dn"]="Shaman's Dominion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Black Oil - Silver Oil","100% increased Global Critical Strike Chance if you've Summoned a Totem Recently","+20% to Critical Strike Multiplier with Totem Skills","50% increased Critical Strike Chance with Brand Skills","+20% to Critical Strike Multiplier with Brand Skills"},["g"]=243,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45366},["in"]={[0]=44562}},[59036]={["id"]=59036,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBrandTotem.png",["ks"]=false,["not"]=false,["dn"]="Totem Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=243,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[14056]={["id"]=14056,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=244,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={487,34601,11700},["in"]={14056,14056,14056,14056,14056}},[21301]={["id"]=21301,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=245,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={20546,25789},["in"]={21301,21301}},[50557]={["id"]=50557,["icon"]="Art/2DArt/SkillIcons/passives/MinionMastery.png",["ks"]=false,["not"]=false,["dn"]="Minion and Damage Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=246,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[35702]={["id"]=35702,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 10% increased Damage"},["g"]=246,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={22062,31875},["in"]={}},[22062]={["id"]=22062,["icon"]="Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 8% increased Damage","8% increased Minion Duration"},["g"]=246,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15081},["in"]={[0]=22062}},[15081]={["id"]=15081,["icon"]="Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Duration, Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 4% increased Attack Speed","Minions have 4% increased Cast Speed","8% increased Minion Duration"},["g"]=246,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7688},["in"]={[0]=15081}},[7688]={["id"]=7688,["icon"]="Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png",["ks"]=false,["not"]=true,["dn"]="Enduring Bond",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Verdant Oil - Black Oil","15% increased Skill Effect Duration","Minions deal 20% increased Damage","Minions deal 20% increased Damage if you've used a Minion Skill Recently","15% increased Minion Duration"},["g"]=246,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=7688}},[44202]={["id"]=44202,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=247,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={29353,23027},["in"]={[0]=44202}},[5233]={["id"]=5233,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=248,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={3644,10851},["in"]={5233,5233,5233,5233}},[53992]={["id"]=53992,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png",["ks"]=false,["not"]=true,["dn"]="Path of the Shadow",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=2,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Can Allocate Passives from the Shadow's starting point"},["g"]=249,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={45272,38129},["in"]={[0]=53992}},[43336]={["id"]=43336,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=249,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53992},["in"]={[0]=43336}},[42546]={["id"]=42546,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=249,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=772},["in"]={[0]=42546}},[45403]={["id"]=45403,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity and Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+20 to Dexterity and Intelligence"},["g"]=249,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=20,["ia"]=20,["out"]={[0]=42546},["in"]={[0]=45403}},[772]={["id"]=772,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png",["ks"]=false,["not"]=true,["dn"]="Shadow Ascendancy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=true,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(Choose one of the three attached options)"},["spc"]={},["sd"]={},["g"]=249,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={43336,43122,6778,58827},["in"]={[0]=772}},[22285]={["id"]=22285,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=250,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={55649,53793,38508,62363},["in"]={}},[40135]={["id"]=40135,["icon"]="Art/2DArt/SkillIcons/passives/damagesword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage with Swords","14% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=251,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={40135,40135}},[9262]={["id"]=9262,["icon"]="Art/2DArt/SkillIcons/passives/damagesword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Swords","5% increased Area of Effect","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=251,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40135},["in"]={[0]=9262}},[65093]={["id"]=65093,["icon"]="Art/2DArt/SkillIcons/passives/SwordNotable1.png",["ks"]=false,["not"]=true,["dn"]="Bladedancer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Teal Oil - Teal Oil","24% increased Damage with Swords","6% increased Attack Speed with Swords","Enemies have -10% to Total Physical Damage Reduction against your Hits","24% increased Damage with Ailments from Attack Skills while wielding a Sword","+1 to Melee range with Swords"},["g"]=251,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9262},["in"]={}},[29353]={["id"]=29353,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=252,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={50422,35288},["in"]={29353,29353}},[53793]={["id"]=53793,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=253,["o"]=4,["oidx"]=30,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=40653},["in"]={53793,53793,53793,53793}},[40653]={["id"]=40653,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=253,["o"]=4,["oidx"]=20,["sa"]=10,["da"]=0,["ia"]=0,["out"]={42800,65112},["in"]={40653,40653,40653}},[44908]={["id"]=44908,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=254,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={50570,2913},["in"]={44908,44908}},[63723]={["id"]=63723,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=255,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=5233},["in"]={63723,63723,63723,63723}},[61072]={["id"]=61072,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png",["ks"]=false,["not"]=false,["dn"]="Juggernaut",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Marauder Ascendancy passives)","(Recently refers to the past 4 seconds)"},["spc"]={},["sd"]={"+1000 to Accuracy Rating","Cannot be Chilled","Cannot be Stunned","5% increased Damage per Endurance Charge","Gain an Endurance Charge every second if you've been Hit Recently"},["g"]=256,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=61072}},[55392]={["id"]=55392,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating and Armour"},["g"]=257,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={55085,53002,30679},["in"]={}},[53002]={["id"]=53002,["icon"]="Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png",["ks"]=false,["not"]=false,["dn"]="Armour, Evasion and Onslaught Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating and Armour","10% increased Onslaught Effect"},["g"]=257,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4944},["in"]={[0]=53002}},[4944]={["id"]=4944,["icon"]="Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png",["ks"]=false,["not"]=false,["dn"]="Armour, Evasion and Onslaught Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating and Armour","10% increased Onslaught Effect"},["g"]=257,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18703},["in"]={[0]=4944}},[18703]={["id"]=18703,["icon"]="Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png",["ks"]=false,["not"]=true,["dn"]="Graceful Assault",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Teal Oil - Opalescent Oil","20% increased Attack Damage","30% increased Evasion Rating during Onslaught","20% increased Onslaught Effect","10% chance to gain Onslaught for 4 seconds on Kill"},["g"]=257,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={18703,18703}},[36675]={["id"]=36675,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=257,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[55085]={["id"]=55085,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage, Armour and Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Damage","10% increased Evasion Rating and Armour"},["g"]=257,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18703},["in"]={[0]=55085}},[63282]={["id"]=63282,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=258,["o"]=4,["oidx"]=20,["sa"]=10,["da"]=0,["ia"]=0,["out"]={29353,59928},["in"]={63282,63282}},[14930]={["id"]=14930,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=259,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=12926},["in"]={14930,14930,14930,14930,14930}},[26481]={["id"]=26481,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 12% increased Damage"},["g"]=260,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19103},["in"]={[0]=26481}},[41190]={["id"]=41190,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 12% increased Damage"},["g"]=260,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26481},["in"]={[0]=41190}},[29106]={["id"]=29106,["icon"]="Art/2DArt/SkillIcons/passives/minionattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Minion Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 4% increased Attack Speed","Minions have 4% increased Cast Speed"},["g"]=260,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25332,15046},["in"]={}},[25332]={["id"]=25332,["icon"]="Art/2DArt/SkillIcons/passives/minionattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Minion Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 4% increased Attack Speed","Minions have 4% increased Cast Speed"},["g"]=260,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={25332,25332}},[35260]={["id"]=35260,["icon"]="Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 10% increased Damage","20% increased Minion Accuracy Rating"},["g"]=260,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4177},["in"]={[0]=35260}},[38989]={["id"]=38989,["icon"]="Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 10% increased Damage","20% increased Minion Accuracy Rating"},["g"]=260,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={38989,38989}},[19103]={["id"]=19103,["icon"]="Art/2DArt/SkillIcons/passives/RighteousArmy.png",["ks"]=false,["not"]=true,["dn"]="Righteous Army",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Violet Oil - Golden Oil","Minions have 20% increased maximum Life","Regenerate 1% of Life per second","Minions deal 20% increased Damage","Minions Regenerate 1% of Life per second"},["g"]=260,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35260},["in"]={[0]=19103}},[15046]={["id"]=15046,["icon"]="Art/2DArt/SkillIcons/passives/Redemption.png",["ks"]=false,["not"]=true,["dn"]="Redemption",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Crimson Oil - Crimson Oil - Silver Oil","12% increased Damage","Minions have 10% increased Movement Speed","Minions have 5% increased Attack Speed","Minions have 5% increased Cast Speed","20% increased Minion Accuracy Rating"},["g"]=260,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38989},["in"]={[0]=15046}},[4177]={["id"]=4177,["icon"]="Art/2DArt/SkillIcons/passives/SpiritualAid.png",["ks"]=false,["not"]=true,["dn"]="Spiritual Aid",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Crimson Oil - Crimson Oil - Golden Oil","30% increased Global Accuracy Rating","Minions deal 15% increased Damage","Increases and Reductions to Minion Damage also affect you","30% increased Minion Accuracy Rating"},["g"]=260,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38989},["in"]={[0]=4177}},[25816]={["id"]=25816,["icon"]="Art/2DArt/SkillIcons/passives/MinionMastery.png",["ks"]=false,["not"]=false,["dn"]="Minion and Damage Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=260,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[34400]={["id"]=34400,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=261,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={24914,14930,14056,8879,43822,35053},["in"]={[0]=34400}},[35556]={["id"]=35556,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=262,["o"]=4,["oidx"]=20,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=44908},["in"]={[0]=35556}},[39916]={["id"]=39916,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=262,["o"]=4,["oidx"]=17,["sa"]=10,["da"]=0,["ia"]=0,["out"]={35556,20228},["in"]={}},[31080]={["id"]=31080,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=263,["o"]=4,["oidx"]=23,["sa"]=0,["da"]=10,["ia"]=0,["out"]={43374,16380},["in"]={[0]=31080}},[16775]={["id"]=16775,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=264,["o"]=4,["oidx"]=13,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=40126},["in"]={16775,16775}},[46910]={["id"]=46910,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=264,["o"]=4,["oidx"]=20,["sa"]=10,["da"]=0,["ia"]=0,["out"]={16775,65034,34906},["in"]={[0]=46910}},[6981]={["id"]=6981,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=265,["o"]=4,["oidx"]=10,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=36543},["in"]={[0]=6981}},[36543]={["id"]=36543,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=265,["o"]=4,["oidx"]=20,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=49412},["in"]={[0]=36543}},[5237]={["id"]=5237,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=266,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={6363,42178,58854,30679,51404},["in"]={[0]=5237}},[21941]={["id"]=21941,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=267,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=40653},["in"]={[0]=21941}},[59928]={["id"]=59928,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=268,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=63723},["in"]={59928,59928,59928}},[23881]={["id"]=23881,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=269,["o"]=4,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=26523},["in"]={[0]=23881}},[9511]={["id"]=9511,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=269,["o"]=4,["oidx"]=3,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=23881},["in"]={[0]=9511}},[56722]={["id"]=56722,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Int.png",["ks"]=false,["not"]=true,["dn"]="Path of the Witch",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=2,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Can Allocate Passives from the Witch's starting point"},["g"]=270,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={57264,57226},["in"]={[0]=56722}},[62162]={["id"]=62162,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=270,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56722},["in"]={[0]=62162}},[2521]={["id"]=2521,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=270,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51782},["in"]={[0]=2521}},[58029]={["id"]=58029,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+40 to Intelligence"},["g"]=270,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=40,["out"]={[0]=2521},["in"]={[0]=58029}},[51782]={["id"]=51782,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png",["ks"]=false,["not"]=true,["dn"]="Witch Ascendancy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=true,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(Choose one of the three attached options)"},["spc"]={},["sd"]={},["g"]=270,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={62162,10099,8281,12597},["in"]={[0]=51782}},[26523]={["id"]=26523,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=271,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=54415},["in"]={26523,26523,26523}},[60472]={["id"]=60472,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=272,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={},["in"]={60472,60472,60472}},[54415]={["id"]=54415,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=273,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=6446},["in"]={[0]=54415}},[39790]={["id"]=39790,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png",["ks"]=false,["not"]=true,["dn"]="Sanctuary",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Consecrated Ground you create applies 10% increased Damage taken to Enemies","You have Consecrated Ground around you while stationary","Regenerate 15 Mana per Second while on Consecrated Ground"},["g"]=274,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57222},["in"]={[0]=39790}},[10153]={["id"]=10153,["icon"]="Art/2DArt/SkillIcons/passives/oxblood.png",["ks"]=false,["not"]=true,["dn"]="Physique",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Opalescent Oil - Opalescent Oil","+30 to Strength"},["g"]=275,["o"]=0,["oidx"]=0,["sa"]=30,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=10153}},[22497]={["id"]=22497,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Cast Speed"},["g"]=276,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=2151},["in"]={[0]=22497}},[8643]={["id"]=8643,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Cast Speed"},["g"]=276,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={37078,63845},["in"]={}},[63845]={["id"]=63845,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Cast Speed"},["g"]=276,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22497},["in"]={[0]=63845}},[32992]={["id"]=32992,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield, Block Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Armour","5% increased maximum Energy Shield","+2% Chance to Block Attack Damage"},["g"]=277,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39728},["in"]={[0]=32992}},[55146]={["id"]=55146,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png",["ks"]=false,["not"]=true,["dn"]="Time of Need",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"25% reduced Effect of Curses on you","Every 5 seconds, remove Curses and Elemental Ailments from you","Every 5 seconds, Regenerate 30% of Life over one second"},["g"]=277,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=55146}},[42264]={["id"]=42264,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png",["ks"]=false,["not"]=true,["dn"]="Radiant Faith",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Grants Armour equal to 160% of your Reserved Life to you and nearby Allies","Grants maximum Energy Shield equal to 15% of your Reserved Mana to\nyou and nearby Allies"},["g"]=277,["o"]=4,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20050},["in"]={[0]=42264}},[39728]={["id"]=39728,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png",["ks"]=false,["not"]=true,["dn"]="Bastion of Hope",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+50% Chance to Block Attack Damage for 2 seconds every 5 seconds","If you've Blocked in the past 10 seconds, you\nand nearby Allies cannot be Stunned","If you've Attacked Recently, you\nand nearby Allies have +10% Chance to Block Attack Damage","If you've Cast a Spell Recently, you\nand nearby Allies have +10% Chance to Block Spell Damage"},["g"]=277,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=39728}},[32364]={["id"]=32364,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield, Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Armour","5% increased maximum Energy Shield","Regenerate 0.5% of Life per second"},["g"]=277,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55146},["in"]={[0]=32364}},[37419]={["id"]=37419,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield, Aura Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Armour","5% increased maximum Energy Shield","5% increased effect of Non-Curse Auras from your Skills"},["g"]=277,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42264},["in"]={[0]=37419}},[46952]={["id"]=46952,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield, Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Armour","5% increased maximum Energy Shield","20% increased Endurance, Frenzy and Power Charge Duration"},["g"]=277,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61372},["in"]={[0]=46952}},[20050]={["id"]=20050,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield, Aura Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Armour","5% increased maximum Energy Shield","5% increased effect of Non-Curse Auras from your Skills"},["g"]=277,["o"]=4,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=64768},["in"]={[0]=20050}},[61372]={["id"]=61372,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png",["ks"]=false,["not"]=true,["dn"]="Harmony of Purpose",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Nearby Enemies cannot gain Power, Frenzy or Endurance Charges","You and nearby Party Members Share Power, Frenzy and Endurance Charges with each other","10% chance to gain a Power, Frenzy or Endurance Charge on Hit"},["g"]=277,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=61372}},[64768]={["id"]=64768,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png",["ks"]=false,["not"]=true,["dn"]="Unwavering Faith",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Auras from your Skills grant +1% Physical Damage Reduction to you and Allies","Auras from your Skills grant 0.2% of Life Regenerated per second to\nyou and Allies"},["g"]=277,["o"]=4,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=64768}},[16745]={["id"]=16745,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield, Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Armour","5% increased maximum Energy Shield","Minions deal 10% increased Damage"},["g"]=277,["o"]=4,["oidx"]=17,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19641},["in"]={[0]=16745}},[4494]={["id"]=4494,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png",["ks"]=false,["not"]=true,["dn"]="Radiant Crusade",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+20% to all Elemental Resistances","While there are at least five nearby Allies, you and nearby Allies have Onslaught","While there is at least one nearby Ally, you and nearby Allies deal 10% more Damage"},["g"]=277,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16745},["in"]={[0]=4494}},[40010]={["id"]=40010,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield, Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Armour","5% increased maximum Energy Shield","Minions deal 10% increased Damage"},["g"]=277,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4494},["in"]={[0]=40010}},[19641]={["id"]=19641,["icon"]="Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png",["ks"]=false,["not"]=true,["dn"]="Unwavering Crusade",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Nearby Allies deal 30% increased Damage","Nearby Allies have 15% increased Attack, Cast and Movement Speed","Nearby Allies have 30% increased Area of Effect","Nearby Allies Intimidate Enemies for 4 seconds on Hit","Nearby Allies Unnerve Enemies for 4 seconds on Hit"},["g"]=277,["o"]=4,["oidx"]=19,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=19641}},[409]={["id"]=409,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Guardian",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Guardian",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=277,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={37419,32364,46952,32992,40010},["in"]={[0]=409}},[15631]={["id"]=15631,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=278,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={64426,44967,41599},["in"]={[0]=15631}},[9355]={["id"]=9355,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=279,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=49978},["in"]={[0]=9355}},[45491]={["id"]=45491,["icon"]="Art/2DArt/SkillIcons/passives/onehandspeed.png",["ks"]=false,["not"]=false,["dn"]="One Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with One Handed Melee Weapons","10% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=280,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={41866,7085},["in"]={45491,45491}},[25763]={["id"]=25763,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=281,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={476,24865},["in"]={}},[6741]={["id"]=6741,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=282,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={14056,17818,40841},["in"]={6741,6741}},[17818]={["id"]=17818,["icon"]="Art/2DArt/SkillIcons/passives/CrimsonDance.png",["ks"]=true,["not"]=false,["dn"]="Crimson Dance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"My blade sings so sweetly, your body cannot help but weep."},["spc"]={},["sd"]={"You can inflict Bleeding on an Enemy up to 8 times\nYour Bleeding does not deal extra Damage while the Enemy is moving\n50% less Damage with Bleeding"},["g"]=283,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=17818}},[42800]={["id"]=42800,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=284,["o"]=4,["oidx"]=30,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=487},["in"]={42800,42800,42800}},[34009]={["id"]=34009,["icon"]="Art/2DArt/SkillIcons/passives/Meleerange.png",["ks"]=false,["not"]=true,["dn"]="Master of the Arena",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Black Oil - Opalescent Oil","Regenerate 1% of Life per second","8% increased Melee Physical Damage","+2 to Melee Weapon and Unarmed Attack range","+20 to Strength"},["g"]=285,["o"]=0,["oidx"]=0,["sa"]=20,["da"]=0,["ia"]=0,["out"]={51856,50360,18302,476},["in"]={34009,34009}},[487]={["id"]=487,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=286,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={7162,1252},["in"]={487,487,487}},[63139]={["id"]=63139,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=287,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={},["in"]={63139,63139,63139}},[31875]={["id"]=31875,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=288,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={4397,60398},["in"]={31875,31875,31875}},[8656]={["id"]=8656,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Raider.png",["ks"]=false,["not"]=false,["dn"]="Raider",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Ranger Ascendancy passives)","(Onslaught grants 20% increased Attack, Cast, and Movement Speed)"},["spc"]={},["sd"]={"20% increased Attack Damage","10% increased Movement Speed","4% chance to Dodge Attack Hits","You have Onslaught while on full Frenzy Charges","10% chance to gain a Frenzy Charge when you Hit a Rare or Unique Enemy"},["g"]=289,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=8656}},[49412]={["id"]=49412,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=290,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={21941,31080},["in"]={49412,49412,49412}},[48807]={["id"]=48807,["icon"]="Art/2DArt/SkillIcons/passives/newnewattackspeed.png",["ks"]=false,["not"]=true,["dn"]="Art of the Gladiator",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Verdant Oil - Teal Oil","12% increased Attack Speed","10% increased Global Accuracy Rating","Ignore all Movement Penalties from Armour","+20 to Dexterity"},["g"]=291,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=20,["ia"]=0,["out"]={45227,25933,6580},["in"]={48807,48807,48807}},[56029]={["id"]=56029,["icon"]="Art/2DArt/SkillIcons/passives/grace.png",["ks"]=false,["not"]=true,["dn"]="Agility",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Sepia Oil - Sepia Oil","+30 to Dexterity"},["g"]=292,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=30,["ia"]=0,["out"]={[0]=42760},["in"]={}},[6363]={["id"]=6363,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=293,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=23852},["in"]={6363,6363,6363}},[15711]={["id"]=15711,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=true,["dn"]="Blast Radius",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Teal Oil - Azure Oil","10% increased Area of Effect","20% increased Area Damage"},["g"]=294,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21075},["in"]={}},[27659]={["id"]=27659,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=295,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={37671,52095},["in"]={27659,27659}},[29019]={["id"]=29019,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=296,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[37800]={["id"]=37800,["icon"]="Art/2DArt/SkillIcons/passives/lifegainpertarget.png",["ks"]=false,["not"]=false,["dn"]="Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.6% of Physical Attack Damage Leeched as Life"},["g"]=296,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={35507,29547},["in"]={[0]=37800}},[29547]={["id"]=29547,["icon"]="Art/2DArt/SkillIcons/passives/lifegainpertarget.png",["ks"]=false,["not"]=false,["dn"]="Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.4% of Physical Attack Damage Leeched as Life","5% increased Maximum total Recovery per second from Life Leech"},["g"]=296,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={29547,29547}},[4378]={["id"]=4378,["icon"]="Art/2DArt/SkillIcons/passives/lifegainpertarget.png",["ks"]=false,["not"]=false,["dn"]="Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Maximum total Recovery per second from Life Leech","10% increased total Recovery per second from Life Leech"},["g"]=296,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={29547,22356},["in"]={}},[35507]={["id"]=35507,["icon"]="Art/2DArt/SkillIcons/passives/lifegainpertarget.png",["ks"]=false,["not"]=false,["dn"]="Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.6% of Physical Attack Damage Leeched as Life","20% increased total Recovery per second from Life Leech"},["g"]=296,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22356},["in"]={[0]=35507}},[22356]={["id"]=22356,["icon"]="Art/2DArt/SkillIcons/passives/lifeleech.png",["ks"]=false,["not"]=true,["dn"]="Hematophagy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Violet Oil - Opalescent Oil","1% of Physical Attack Damage Leeched as Life","15% increased Maximum total Recovery per second from Life Leech","20% increased total Recovery per second from Life Leech","30% increased Damage while Leeching"},["g"]=296,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={22356,22356}},[16544]={["id"]=16544,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=297,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={8544,24083,57011,57449},["in"]={16544,16544}},[5456]={["id"]=5456,["icon"]="Art/2DArt/SkillIcons/passives/oxblood.png",["ks"]=false,["not"]=true,["dn"]="Might",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Black Oil - Opalescent Oil","+30 to Strength"},["g"]=298,["o"]=0,["oidx"]=0,["sa"]=30,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=5456}},[8544]={["id"]=8544,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=299,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={29937,11397,29185},["in"]={8544,8544,8544,8544}},[6237]={["id"]=6237,["icon"]="Art/2DArt/SkillIcons/passives/precision.png",["ks"]=false,["not"]=true,["dn"]="Precision",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Sepia Oil - Golden Oil","10% increased Global Accuracy Rating","4% increased Movement Speed","5% increased Attack and Cast Speed","+20 to Dexterity"},["g"]=300,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=20,["ia"]=0,["out"]={15599,44529},["in"]={}},[15599]={["id"]=15599,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Global Accuracy Rating","4% increased Attack and Cast Speed"},["g"]=300,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={15599,15599}},[44529]={["id"]=44529,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Global Accuracy Rating","4% increased Attack and Cast Speed"},["g"]=300,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49254},["in"]={[0]=44529}},[41472]={["id"]=41472,["icon"]="Art/2DArt/SkillIcons/passives/newtitanicmight.png",["ks"]=false,["not"]=true,["dn"]="Discipline and Training",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Violet Oil - Crimson Oil","+30 to maximum Life","10% increased maximum Life"},["g"]=300,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={61471,44799,58453},["in"]={[0]=41472}},[61471]={["id"]=61471,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=300,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26866},["in"]={[0]=61471}},[1203]={["id"]=1203,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=300,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={41472,49254},["in"]={}},[29937]={["id"]=29937,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=301,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={6363,10661,40135,56807},["in"]={29937,29937}},[16167]={["id"]=16167,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=302,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={10829,24472},["in"]={[0]=16167}},[10829]={["id"]=10829,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=302,["o"]=4,["oidx"]=7,["sa"]=0,["da"]=10,["ia"]=0,["out"]={32091,18402,41967},["in"]={10829,10829}},[49978]={["id"]=49978,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=303,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={35296,6538,39861},["in"]={49978,49978,49978,49978}},[54144]={["id"]=54144,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Attack and Cast Speed and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1% Chance to Block Attack Damage while Dual Wielding","3% increased Attack Speed while Dual Wielding","3% increased Cast Speed while Dual Wielding"},["g"]=304,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13573},["in"]={[0]=54144}},[57457]={["id"]=57457,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Spell Damage and Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Spell Damage while Dual Wielding","2% increased Attack Speed while Dual Wielding","2% increased Cast Speed while Dual Wielding"},["g"]=304,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19501},["in"]={57457,57457}},[13573]={["id"]=13573,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Attack and Cast Speed and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+1% Chance to Block Attack Damage while Dual Wielding","3% increased Attack Speed while Dual Wielding","3% increased Cast Speed while Dual Wielding"},["g"]=304,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57457},["in"]={[0]=13573}},[31619]={["id"]=31619,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Spell Damage and Spell Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while Dual Wielding","10% increased Spell Damage while Dual Wielding"},["g"]=304,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57457},["in"]={[0]=31619}},[39743]={["id"]=39743,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNotable.png",["ks"]=false,["not"]=true,["dn"]="Mysticism",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Crimson Oil - Silver Oil","+4% Chance to Block Spell Damage while Dual Wielding","+4% Chance to Block Attack Damage while Dual Wielding","16% increased Spell Damage while Dual Wielding","10% chance to gain a Frenzy Charge when you Block Attack Damage","10% chance to gain a Power Charge when you Block Spell Damage"},["g"]=304,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31619,54144},["in"]={}},[44151]={["id"]=44151,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Arcane Dual Wield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=304,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[11497]={["id"]=11497,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=305,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=34483},["in"]={11497,11497}},[34483]={["id"]=34483,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=305,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=34483}},[238]={["id"]=238,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=305,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={10829,11497},["in"]={}},[35754]={["id"]=35754,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Ascendant",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=306,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={22551,58029,45403,31598,607,193},["in"]={[0]=35754}},[5408]={["id"]=5408,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=307,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={63139,56589,11497,2355},["in"]={5408,5408}},[8938]={["id"]=8938,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=308,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={49978,56090},["in"]={8938,8938}},[59606]={["id"]=59606,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=309,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={8938,39718,60180,52714,1461,64509},["in"]={59606,59606}},[13885]={["id"]=13885,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=310,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=10,["ia"]=0,["out"]={28012,40362},["in"]={13885,13885}},[28012]={["id"]=28012,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=310,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=10,["ia"]=0,["out"]={59252,60592,4011,10555},["in"]={28012,28012}},[49900]={["id"]=49900,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=311,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={46277,10843},["in"]={49900,49900}},[32555]={["id"]=32555,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=312,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={12412,54922,64878,64769,51420},["in"]={32555,32555,32555}},[62303]={["id"]=62303,["icon"]="Art/2DArt/SkillIcons/passives/manastr.png",["ks"]=false,["not"]=false,["dn"]="Mana and Reduced Mana Cost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Mana","3% reduced Mana Cost of Skills"},["g"]=313,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31931},["in"]={[0]=62303}},[12412]={["id"]=12412,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=314,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=54354},["in"]={12412,12412,12412,12412}},[25789]={["id"]=25789,["icon"]="Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.3% of Spell Damage Leeched as Energy Shield"},["g"]=315,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={54452,43328},["in"]={[0]=25789}},[54452]={["id"]=54452,["icon"]="Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.4% of Spell Damage Leeched as Energy Shield"},["g"]=315,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15852},["in"]={[0]=54452}},[43328]={["id"]=43328,["icon"]="Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"0.2% of Spell Damage Leeched as Energy Shield","10% increased total Recovery per second from Energy Shield Leech"},["g"]=315,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59699},["in"]={[0]=43328}},[59699]={["id"]=59699,["icon"]="Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png",["ks"]=false,["not"]=false,["dn"]="Increased Energy Shield Leeched",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased total Recovery per second from Energy Shield Leech"},["g"]=315,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15852},["in"]={[0]=59699}},[15852]={["id"]=15852,["icon"]="Art/2DArt/SkillIcons/passives/ArcaneReaping.png",["ks"]=false,["not"]=true,["dn"]="Ethereal Feast",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Azure Oil - Black Oil","0.6% of Spell Damage Leeched as Energy Shield","30% increased Maximum total Recovery per second from Energy Shield Leech","6% increased Attack and Cast Speed while Leeching Energy Shield"},["g"]=315,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={15852,15852}},[55107]={["id"]=55107,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=315,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[34601]={["id"]=34601,["icon"]="Art/2DArt/SkillIcons/passives/grace.png",["ks"]=false,["not"]=true,["dn"]="Proficiency",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Teal Oil - Golden Oil","+30 to Dexterity"},["g"]=316,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=30,["ia"]=0,["out"]={},["in"]={[0]=34601}},[58827]={["id"]=58827,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png",["ks"]=false,["not"]=false,["dn"]="Saboteur",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Shadow Ascendancy passives)","(Recently refers to the past 4 seconds)","(Blinded enemies have their Chance to Hit halved)"},["spc"]={},["sd"]={"30% increased Area of Effect","Damage Penetrates 8% of Enemy Elemental Resistances","Regenerate 1% of Life per second for each Mine Detonated Recently, up to 10% per second","Regenerate 1% of Life per Second for each Trap Triggered Recently, up to 10% per second","25% chance to Blind Enemies on Hit"},["g"]=317,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=58827}},[20807]={["id"]=20807,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=318,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=12412},["in"]={20807,20807,20807,20807,20807,20807}},[1461]={["id"]=1461,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=319,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=10,["ia"]=0,["out"]={49900,6797},["in"]={1461,1461,1461,1461}},[2260]={["id"]=2260,["icon"]="Art/2DArt/SkillIcons/passives/trapsradius.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Traps","20% increased Critical Strike Chance with Mines"},["g"]=320,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={29549,53456},["in"]={[0]=2260}},[35334]={["id"]=35334,["icon"]="Art/2DArt/SkillIcons/passives/trapsradius.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Traps","20% increased Critical Strike Chance with Mines"},["g"]=320,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=2260},["in"]={[0]=35334}},[29549]={["id"]=29549,["icon"]="Art/2DArt/SkillIcons/passives/trapcriticalstrike.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15% to Critical Strike Multiplier with Traps","+15% to Critical Strike Multiplier with Mines"},["g"]=320,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61689},["in"]={[0]=29549}},[61689]={["id"]=61689,["icon"]="Art/2DArt/SkillIcons/passives/trapsradius.png",["ks"]=false,["not"]=true,["dn"]="Blast Cascade",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Sepia Oil - Violet Oil","+30% to Critical Strike Multiplier with Traps","+30% to Critical Strike Multiplier with Mines","15% chance to gain a Power Charge when your Trap is triggered by an Enemy","15% chance to gain a Power Charge when your Mine is Detonated targeting an Enemy"},["g"]=320,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35334},["in"]={[0]=61689}},[13676]={["id"]=13676,["icon"]="Art/2DArt/SkillIcons/passives/MineTrapsMastery.png",["ks"]=false,["not"]=false,["dn"]="Mine and Trap Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=320,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[36287]={["id"]=36287,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=321,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={1461,20807,54307,15825},["in"]={36287,36287,36287}},[46277]={["id"]=46277,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=322,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={56295,5629},["in"]={46277,46277,46277}},[19711]={["id"]=19711,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=323,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={20010,17201},["in"]={19711,19711,19711}},[56143]={["id"]=56143,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Life"},["g"]=324,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57539},["in"]={[0]=56143}},[40776]={["id"]=40776,["icon"]="Art/2DArt/SkillIcons/passives/Brand1.png",["ks"]=false,["not"]=false,["dn"]="Brand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage with Brand Skills"},["g"]=325,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={19679,53018},["in"]={[0]=40776}},[53018]={["id"]=53018,["icon"]="Art/2DArt/SkillIcons/passives/Brand1.png",["ks"]=false,["not"]=false,["dn"]="Brand Damage and Range",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Brand Skills","10% increased Brand Attachment range"},["g"]=325,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15973},["in"]={[0]=53018}},[15973]={["id"]=15973,["icon"]="Art/2DArt/SkillIcons/passives/Brand1.png",["ks"]=false,["not"]=false,["dn"]="Brand Damage and Range",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Brand Skills","10% increased Brand Attachment range"},["g"]=325,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21389},["in"]={[0]=15973}},[19679]={["id"]=19679,["icon"]="Art/2DArt/SkillIcons/passives/Brand3.png",["ks"]=false,["not"]=false,["dn"]="Brand Frequency and Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Brand Skills have 10% increased Duration","4% increased Brand Activation frequency"},["g"]=325,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21389},["in"]={[0]=19679}},[21389]={["id"]=21389,["icon"]="Art/2DArt/SkillIcons/passives/Brand4.png",["ks"]=false,["not"]=true,["dn"]="Runesmith",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Azure Oil - Golden Oil","You can Cast an additional Brand","Brand Skills deal 30% increased Damage to Enemies they're Attached to","Brand Skills have 10% increased Duration","12% increased Brand Activation frequency"},["g"]=325,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={21389,21389}},[61399]={["id"]=61399,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBrand.png",["ks"]=false,["not"]=false,["dn"]="Brand Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=325,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[13009]={["id"]=13009,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=326,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=60398},["in"]={[0]=13009}},[41866]={["id"]=41866,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=327,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={63843,60942},["in"]={41866,41866}},[39718]={["id"]=39718,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=328,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=1529},["in"]={39718,39718,39718}},[24865]={["id"]=24865,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=329,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={6741,34031},["in"]={24865,24865}},[22266]={["id"]=22266,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=330,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={60942,32555,9786,43608},["in"]={22266,22266,22266}},[32245]={["id"]=32245,["icon"]="Art/2DArt/SkillIcons/passives/grace.png",["ks"]=false,["not"]=true,["dn"]="Expertise",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Crimson Oil - Crimson Oil","+30 to Dexterity"},["g"]=331,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=30,["ia"]=0,["out"]={[0]=50422},["in"]={}},[23471]={["id"]=23471,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=332,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={56589,5237,40287,62744},["in"]={23471,23471,23471,23471}},[50197]={["id"]=50197,["icon"]="Art/2DArt/SkillIcons/passives/savant.png",["ks"]=false,["not"]=true,["dn"]="Ancestral Knowledge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Amber Oil - Amber Oil","+30 to Intelligence"},["g"]=333,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=30,["out"]={},["in"]={[0]=50197}},[5462]={["id"]=5462,["icon"]="Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Staff Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area of Effect while wielding a Staff"},["g"]=334,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7364},["in"]={[0]=5462}},[7364]={["id"]=7364,["icon"]="Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Staff Area of Effect and Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed with Staves","3% increased Cast Speed while wielding a Staff","6% increased Area of Effect while wielding a Staff"},["g"]=334,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65273},["in"]={[0]=7364}},[65273]={["id"]=65273,["icon"]="Art/2DArt/SkillIcons/passives/StaffNotable.png",["ks"]=false,["not"]=true,["dn"]="Enigmatic Reach",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Verdant Oil - Black Oil","8% increased Attack Speed with Staves","8% increased Cast Speed while wielding a Staff","3% increased Area of Effect per Power Charge","10% increased Area of Effect while wielding a Staff"},["g"]=334,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=65273}},[10490]={["id"]=10490,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=335,["o"]=4,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=10,["out"]={39085,47251,29171},["in"]={10490,10490,10490,10490}},[33479]={["id"]=33479,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=335,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=10,["out"]={10490,7614},["in"]={[0]=33479}},[11651]={["id"]=11651,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=336,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={5408,6580},["in"]={}},[46092]={["id"]=46092,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=337,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=10,["out"]={23540,51923,17849},["in"]={46092,46092,46092}},[18033]={["id"]=18033,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=337,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=0,["ia"]=10,["out"]={46092,57736,18359},["in"]={18033,18033}},[60398]={["id"]=60398,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=338,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=39648},["in"]={60398,60398,60398,60398,60398,60398}},[17735]={["id"]=17735,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=339,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={46340,13009},["in"]={17735,17735,17735}},[42760]={["id"]=42760,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=340,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={5456,55332,60398},["in"]={42760,42760,42760,42760}},[37671]={["id"]=37671,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=341,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={32710,61320,21301,31703},["in"]={37671,37671,37671,37671,37671}},[18974]={["id"]=18974,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=342,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[44429]={["id"]=44429,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","+3% to all Elemental Resistances"},["g"]=342,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={53118,55649},["in"]={}},[30380]={["id"]=30380,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","+3% to all Elemental Resistances"},["g"]=342,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59928},["in"]={[0]=30380}},[53118]={["id"]=53118,["icon"]="Art/2DArt/SkillIcons/passives/titanicmight.png",["ks"]=false,["not"]=true,["dn"]="Barbarism",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Teal Oil - Teal Oil","6% increased maximum Life","+1% to maximum Fire Resistance","+8% to Fire Resistance"},["g"]=342,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30380},["in"]={[0]=53118}},[46340]={["id"]=46340,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=343,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=58402},["in"]={[0]=46340}},[38176]={["id"]=38176,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=344,["o"]=4,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=10,["out"]={27415,11551,49651},["in"]={[0]=38176}},[11551]={["id"]=11551,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=344,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=43000},["in"]={11551,11551,11551}},[27415]={["id"]=27415,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=344,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=10,["out"]={},["in"]={27415,27415}},[4367]={["id"]=4367,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=345,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={19501,44184,56158},["in"]={4367,4367,4367}},[11420]={["id"]=11420,["icon"]="Art/2DArt/SkillIcons/passives/ElementalDominion2.png",["ks"]=false,["not"]=true,["dn"]="Arcanist's Dominion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Amber Oil - Verdant Oil","20% increased Spell Damage","5% increased Cast Speed","+20 to Intelligence"},["g"]=346,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=20,["out"]={[0]=48362},["in"]={11420,11420,11420,11420,11420,11420,11420}},[60180]={["id"]=60180,["icon"]="Art/2DArt/SkillIcons/passives/savant.png",["ks"]=false,["not"]=true,["dn"]="Thief's Craft",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Silver Oil - Silver Oil","+30 to Intelligence"},["g"]=347,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=30,["out"]={},["in"]={[0]=60180}},[54877]={["id"]=54877,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png",["ks"]=false,["not"]=true,["dn"]="Path of the Templar",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=2,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Can Allocate Passives from the Templar's starting point"},["g"]=348,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={63965,20228},["in"]={[0]=54877}},[57429]={["id"]=57429,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=348,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54877},["in"]={[0]=57429}},[41534]={["id"]=41534,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=348,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15435},["in"]={[0]=41534}},[22551]={["id"]=22551,["icon"]="Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png",["ks"]=false,["not"]=false,["dn"]="Strength and Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+20 to Strength and Intelligence"},["g"]=348,["o"]=2,["oidx"]=4,["sa"]=20,["da"]=0,["ia"]=20,["out"]={[0]=41534},["in"]={[0]=22551}},[15435]={["id"]=15435,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png",["ks"]=false,["not"]=true,["dn"]="Templar Ascendancy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=true,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(Choose one of the three attached options)"},["spc"]={},["sd"]={},["g"]=348,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={57429,43962,42144,30919},["in"]={[0]=15435}},[6764]={["id"]=6764,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=349,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=40366},["in"]={6764,6764,6764}},[40366]={["id"]=40366,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=349,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={42760,885,58763},["in"]={40366,40366}},[34191]={["id"]=34191,["icon"]="Art/2DArt/SkillIcons/passives/ImapleNode.png",["ks"]=false,["not"]=false,["dn"]="Impale Effect and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed","Enemies you Impale have -5% to Total Physical Damage Reduction against Impale Hits","5% increased Impale Effect"},["g"]=350,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33582},["in"]={[0]=34191}},[60529]={["id"]=60529,["icon"]="Art/2DArt/SkillIcons/passives/ImpaleNode2.png",["ks"]=false,["not"]=false,["dn"]="Impale Chance and Physical Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Physical Damage","5% chance to Impale Enemies on Hit with Attacks"},["g"]=350,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34191,3644},["in"]={}},[33582]={["id"]=33582,["icon"]="Art/2DArt/SkillIcons/passives/ImpaleNotable2.png",["ks"]=false,["not"]=true,["dn"]="Forceful Skewering",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Verdant Oil - Opalescent Oil","Enemies you Impale have -10% to Total Physical Damage Reduction against Impale Hits","15% chance to Impale Enemies on Hit with Attacks","5% increased Impale Effect","+20 to Strength"},["g"]=350,["o"]=1,["oidx"]=0,["sa"]=20,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=33582}},[8948]={["id"]=8948,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=351,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={27415,27659},["in"]={8948,8948}},[56295]={["id"]=56295,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=352,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=18182},["in"]={56295,56295,56295,56295}},[53456]={["id"]=53456,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=353,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={18182,21170},["in"]={53456,53456,53456,53456}},[18002]={["id"]=18002,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Status Ailment Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Elemental Damage","5% chance to Freeze, Shock and Ignite"},["g"]=354,["o"]=4,["oidx"]=24,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=64588},["in"]={[0]=18002}},[27514]={["id"]=27514,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Status Ailment Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Elemental Damage","5% chance to Freeze, Shock and Ignite"},["g"]=354,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51391},["in"]={[0]=27514}},[37114]={["id"]=37114,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Elemental Damage","4% increased Attack and Cast Speed"},["g"]=354,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57197},["in"]={[0]=37114}},[19595]={["id"]=19595,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Elemental Damage","4% increased Attack and Cast Speed"},["g"]=354,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61259},["in"]={[0]=19595}},[6052]={["id"]=6052,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+6% to all Elemental Resistances","10% increased Elemental Damage"},["g"]=354,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4917},["in"]={[0]=6052}},[54279]={["id"]=54279,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+6% to all Elemental Resistances","10% increased Elemental Damage"},["g"]=354,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={54279,54279}},[64588]={["id"]=64588,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png",["ks"]=false,["not"]=true,["dn"]="Beacon of Ruin",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Chills from your Hits always reduce Action Speed by at least 10%","20% more Damage with Ignite","30% increased Effect of non-Damaging Ailments on Enemies","Shocks from your Hits always increase Damage taken by at least 15%"},["g"]=354,["o"]=4,["oidx"]=22,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=64588}},[51391]={["id"]=51391,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png",["ks"]=false,["not"]=true,["dn"]="Shaper of Desolation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["reminderText"]={"(These are consecutive)","(Each Conflux means all damage causes that Ailment)"},["spc"]={},["sd"]={"Every 14 seconds:\nGain Chilling Conflux for 4 seconds\nGain Shocking Conflux for 4 seconds\nGain Igniting Conflux for 4 seconds\nGain Chilling, Shocking and Igniting Conflux for 2 seconds"},["g"]=354,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18002},["in"]={[0]=51391}},[56461]={["id"]=56461,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png",["ks"]=false,["not"]=true,["dn"]="Liege of the Primordial",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Summoned Golems are Immune to Elemental Damage","20% increased Damage per Summoned Golem","25% increased Effect of Buffs granted by your Golems per Summoned Golem","+1 to maximum number of Golems"},["g"]=354,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=0,["out"]={54279,47873},["in"]={}},[61259]={["id"]=61259,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png",["ks"]=false,["not"]=true,["dn"]="Mastermind of Discord",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Damage penetrates 25% Cold Resistance while affected by Herald of Ice","Damage penetrates 25% Fire Resistance while affected by Herald of Ash","Damage penetrates 25% Lightning Resistance while affected by Herald of Thunder","25% increased Effect of Heralds on you","25% reduced Mana Reservation of Herald Skills"},["g"]=354,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=61259}},[57197]={["id"]=57197,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png",["ks"]=false,["not"]=true,["dn"]="Pendulum of Destruction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["reminderText"]={"(These are consecutive)"},["spc"]={},["sd"]={"Gain 75% increased Area of Effect for 5 seconds","Gain 75% increased Elemental Damage for 5 seconds"},["g"]=354,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19595},["in"]={[0]=57197}},[4917]={["id"]=4917,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png",["ks"]=false,["not"]=true,["dn"]="Paragon of Calamity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"0.5% of Elemental Damage Leeched as Life","For each Element you've been hit by Damage of Recently, 40% increased Damage of that Element","For each Element you've been hit by Damage of Recently, 8% reduced Damage taken of that Element","Cannot take Reflected Elemental Damage"},["g"]=354,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=4917}},[47873]={["id"]=47873,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+6% to all Elemental Resistances","10% increased Elemental Damage"},["g"]=354,["o"]=4,["oidx"]=16,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=258},["in"]={[0]=47873}},[258]={["id"]=258,["icon"]="Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png",["ks"]=false,["not"]=true,["dn"]="Elemancer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Golem Damage per Summoned Golem","35% chance to Avoid Elemental Ailments per Summoned Golem","25% increased Effect of Buffs granted by your Golems per Summoned Golem","+1 to maximum number of Golems"},["g"]=354,["o"]=4,["oidx"]=18,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=258}},[16023]={["id"]=16023,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Elementalist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Elementalist",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=354,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={37114,27514,54279,6052},["in"]={[0]=16023}},[32210]={["id"]=32210,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=355,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=8948},["in"]={[0]=32210}},[21678]={["id"]=21678,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=355,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=32210},["in"]={[0]=21678}},[32432]={["id"]=32432,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage and Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","4% increased Trap Throwing Speed","4% increased Mine Throwing Speed"},["g"]=356,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55380},["in"]={[0]=32432}},[8027]={["id"]=8027,["icon"]="Art/2DArt/SkillIcons/passives/trapsradius.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Critical Strike Chance with Traps","25% increased Critical Strike Chance with Mines"},["g"]=356,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33777},["in"]={[0]=8027}},[12824]={["id"]=12824,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Trap Damage","16% increased Mine Damage"},["g"]=356,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={12824,12824}},[21297]={["id"]=21297,["icon"]="Art/2DArt/SkillIcons/passives/highexplosives.png",["ks"]=false,["not"]=true,["dn"]="High Explosives",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Crimson Oil - Opalescent Oil","30% increased Mine Duration","30% increased Trap Trigger Area of Effect","Trap Damage Penetrates 10% Elemental Resistances","Mine Damage Penetrates 10% Elemental Resistances"},["g"]=356,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={1655,12824},["in"]={}},[1655]={["id"]=1655,["icon"]="Art/2DArt/SkillIcons/passives/trapcriticalstrike.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15% to Critical Strike Multiplier with Traps","+15% to Critical Strike Multiplier with Mines"},["g"]=356,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={1655,1655}},[30319]={["id"]=30319,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage and Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","4% increased Trap Throwing Speed","4% increased Mine Throwing Speed"},["g"]=356,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32432},["in"]={[0]=30319}},[55380]={["id"]=55380,["icon"]="Art/2DArt/SkillIcons/passives/cleverconstruction.png",["ks"]=false,["not"]=true,["dn"]="Clever Construction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Teal Oil - Violet Oil","20% increased Trap Damage","20% increased Mine Damage","Traps cannot be Damaged for 5 seconds after being Thrown","Mines cannot be Damaged for 5 seconds after being thrown"},["g"]=356,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8027},["in"]={[0]=55380}},[45827]={["id"]=45827,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Trap Damage","16% increased Mine Damage"},["g"]=356,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12824},["in"]={[0]=45827}},[28753]={["id"]=28753,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Trap Damage","14% increased Mine Damage"},["g"]=356,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30319,45827,56295},["in"]={}},[65225]={["id"]=65225,["icon"]="Art/2DArt/SkillIcons/passives/MineTrapsMastery.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=356,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[33777]={["id"]=33777,["icon"]="Art/2DArt/SkillIcons/passives/trapcriticalstrike.png",["ks"]=false,["not"]=true,["dn"]="Devastating Devices",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Azure Oil - Crimson Oil","50% increased Critical Strike Chance with Traps","50% increased Critical Strike Chance with Mines","+30% to Critical Strike Multiplier with Traps","+30% to Critical Strike Multiplier with Mines"},["g"]=356,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1655},["in"]={[0]=33777}},[43122]={["id"]=43122,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png",["ks"]=false,["not"]=false,["dn"]="Assassin",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Shadow Ascendancy passives)","(Poison deals Chaos Damage over time, based on the base Physical and Chaos Damage of the Skill. Multiple instances of Poison stack)"},["spc"]={},["sd"]={"+0.75% to Critical Strike Chance","10% chance to gain a Power Charge on Critical Strike","40% chance to Poison on Hit","10% chance to gain Elusive on Kill","Damage from your Critical Strikes cannot be Reflected"},["g"]=357,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=43122}},[19635]={["id"]=19635,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=358,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={11551,8302,40075,50826},["in"]={19635,19635,19635,19635,19635}},[45593]={["id"]=45593,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Evasion Rating","4% increased maximum Life"},["g"]=359,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53114},["in"]={[0]=45593}},[12801]={["id"]=12801,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Evasion Rating","4% increased maximum Life"},["g"]=359,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={45593,8938},["in"]={}},[53114]={["id"]=53114,["icon"]="Art/2DArt/SkillIcons/passives/revengeofthehunted.png",["ks"]=false,["not"]=true,["dn"]="Revenge of the Hunted",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Azure Oil - Golden Oil","18% increased Evasion Rating","8% increased maximum Life","12% increased Physical Damage"},["g"]=359,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25067},["in"]={[0]=53114}},[25067]={["id"]=25067,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Evasion Rating","4% increased maximum Life"},["g"]=359,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31315},["in"]={[0]=25067}},[31315]={["id"]=31315,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Evasion Rating","4% increased maximum Life"},["g"]=359,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39718},["in"]={[0]=31315}},[36338]={["id"]=36338,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=359,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[31931]={["id"]=31931,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=360,["o"]=4,["oidx"]=20,["sa"]=10,["da"]=0,["ia"]=0,["out"]={15064,15631},["in"]={31931,31931}},[15064]={["id"]=15064,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=360,["o"]=4,["oidx"]=30,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=60472},["in"]={15064,15064,15064,15064}},[55332]={["id"]=55332,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=361,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=10,["out"]={14021,34157},["in"]={55332,55332}},[14021]={["id"]=14021,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=361,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=7938},["in"]={14021,14021,14021}},[29454]={["id"]=29454,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png",["ks"]=false,["not"]=false,["dn"]="Channelling Attack Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills deal 10% increased Attack Damage","Channelling Skills have 3% increased Attack Speed"},["g"]=362,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18770},["in"]={[0]=29454}},[62744]={["id"]=62744,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png",["ks"]=false,["not"]=false,["dn"]="Channelling Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills deal 12% increased Attack Damage"},["g"]=362,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29454},["in"]={[0]=62744}},[18770]={["id"]=18770,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png",["ks"]=false,["not"]=false,["dn"]="Channelling Attack Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills deal 10% increased Attack Damage","Channelling Skills have 3% increased Attack Speed"},["g"]=362,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63251},["in"]={[0]=18770}},[63251]={["id"]=63251,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png",["ks"]=false,["not"]=true,["dn"]="Charging Offensive",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Verdant Oil - Violet Oil","Channelling Skills deal 16% increased Attack Damage","Channelling Skills have 6% increased Attack Speed","20% chance to gain an Endurance Charge when Hit while Channelling","20% chance to gain a Frenzy Charge when Hit while Channelling"},["g"]=362,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=63251}},[34761]={["id"]=34761,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Channelling Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=362,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[64210]={["id"]=64210,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=363,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={26270,5935,63425},["in"]={64210,64210,64210}},[2491]={["id"]=2491,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=364,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18901},["in"]={}},[18901]={["id"]=18901,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Melee Physical Damage","4% increased Damage with Ailments from Attack Skills while wielding a Melee Weapon"},["g"]=364,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={18901,18901}},[62319]={["id"]=62319,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Melee Physical Damage","4% increased Damage with Ailments from Attack Skills while wielding a Melee Weapon"},["g"]=364,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34400,18901},["in"]={}},[49651]={["id"]=49651,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=365,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={41635,23950},["in"]={49651,49651,49651}},[41635]={["id"]=41635,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=365,["o"]=4,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=32710},["in"]={41635,41635,41635}},[4502]={["id"]=4502,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=366,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={3656,40776},["in"]={4502,4502,4502}},[4397]={["id"]=4397,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=367,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={33783,36542,11420},["in"]={[0]=4397}},[12246]={["id"]=12246,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Spell Damage while holding a Shield"},["g"]=368,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={7938,43061},["in"]={[0]=12246}},[43061]={["id"]=43061,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Damage and Spell Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while holding a Shield","10% increased Spell Damage while holding a Shield"},["g"]=368,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27323},["in"]={[0]=43061}},[27323]={["id"]=27323,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Damage and Spell Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while holding a Shield","10% increased Spell Damage while holding a Shield"},["g"]=368,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6770},["in"]={[0]=27323}},[22577]={["id"]=22577,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Damage, Block Recovery and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"40% increased Block Recovery","10% increased Spell Damage while holding a Shield","40% increased Energy Shield from Equipped Shield"},["g"]=368,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={6770,12246},["in"]={}},[6770]={["id"]=6770,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNotable.png",["ks"]=false,["not"]=true,["dn"]="Arcane Guarding",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Amber Oil - Amber Oil","+6% Chance to Block Spell Damage while holding a Shield","15% increased Spell Damage while holding a Shield","60% increased Energy Shield from Equipped Shield","20% increased Spell Damage if you've Blocked Recently"},["g"]=368,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={6770,6770}},[39858]={["id"]=39858,["icon"]="Art/2DArt/SkillIcons/passives/ShieldMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Arcane Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=368,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[55190]={["id"]=55190,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=369,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=55190}},[26712]={["id"]=26712,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Armour"},["g"]=369,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55190},["in"]={[0]=26712}},[35288]={["id"]=35288,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Armour"},["g"]=369,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26712},["in"]={[0]=35288}},[7444]={["id"]=7444,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=370,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={64210,44941,33983,46715},["in"]={7444,7444,7444}},[36542]={["id"]=36542,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=371,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=0,["ia"]=10,["out"]={},["in"]={36542,36542}},[37569]={["id"]=37569,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=371,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=0,["ia"]=10,["out"]={36542,57264},["in"]={}},[36678]={["id"]=36678,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=372,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={42760,7444,20987,5462},["in"]={36678,36678,36678}},[5296]={["id"]=5296,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=373,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={33310,19501,62697},["in"]={[0]=5296}},[34882]={["id"]=34882,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=374,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=27709},["in"]={34882,34882,34882}},[48713]={["id"]=48713,["icon"]="Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 8% increased Damage","Minions have 8% increased Area of Effect"},["g"]=375,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={7898,36678},["in"]={}},[7898]={["id"]=7898,["icon"]="Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 8% increased Damage","Minions have 8% increased Area of Effect"},["g"]=375,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35685},["in"]={[0]=7898}},[35685]={["id"]=35685,["icon"]="Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png",["ks"]=false,["not"]=true,["dn"]="Fearsome Force",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Crimson Oil - Crimson Oil - Crimson Oil","Minions deal 15% increased Damage","Minions have 10% increased Area of Effect","Minions have 10% increased Area of Effect if you have used a Minion Skill Recently","+10 to Intelligence"},["g"]=375,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=10,["out"]={},["in"]={[0]=35685}},[49605]={["id"]=49605,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=376,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={32710,60440,34882,41027,22618},["in"]={[0]=49605}},[18182]={["id"]=18182,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=377,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=55414},["in"]={18182,18182,18182,18182}},[38664]={["id"]=38664,["icon"]="Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Melee Critical Strike Chance"},["g"]=378,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={56460,14056},["in"]={[0]=38664}},[56460]={["id"]=56460,["icon"]="Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15% to Melee Critical Strike Multiplier"},["g"]=378,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={56460,56460}},[61636]={["id"]=61636,["icon"]="Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Melee Critical Strike Chance"},["g"]=378,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={38664,37647},["in"]={}},[37647]={["id"]=37647,["icon"]="Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png",["ks"]=false,["not"]=true,["dn"]="Dismembering",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Clear Oil - Black Oil","30% increased Melee Critical Strike Chance","+30% to Melee Critical Strike Multiplier","20% chance to Maim Enemies on Critical Strike with Attacks"},["g"]=378,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56460},["in"]={[0]=37647}},[54977]={["id"]=54977,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.png",["ks"]=false,["not"]=false,["dn"]="Melee Critical Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=378,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[33310]={["id"]=33310,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=379,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={34882,56075,49651,14745},["in"]={33310,33310}},[36858]={["id"]=36858,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=380,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={60440,61653,53456,23616,58210},["in"]={[0]=36858}},[10843]={["id"]=10843,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=381,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31222,38947},["in"]={[0]=10843}},[15211]={["id"]=15211,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupBow.png",["ks"]=false,["not"]=false,["dn"]="Bow Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=381,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[33374]={["id"]=33374,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Speed","10% increased Projectile Damage"},["g"]=381,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={33374,33374}},[31222]={["id"]=31222,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=381,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21228},["in"]={[0]=31222}},[21228]={["id"]=21228,["icon"]="Art/2DArt/SkillIcons/passives/PierceNoteable.png",["ks"]=false,["not"]=true,["dn"]="Piercing Shots",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Crimson Oil - Silver Oil","Projectiles Pierce 2 additional Targets"},["g"]=381,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33374},["in"]={[0]=21228}},[38947]={["id"]=38947,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Speed","10% increased Projectile Damage"},["g"]=381,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33374},["in"]={[0]=38947}},[63447]={["id"]=63447,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=382,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={44184,51219,12888,47949},["in"]={63447,63447}},[44184]={["id"]=44184,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=383,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=29781},["in"]={44184,44184,44184,44184}},[36874]={["id"]=36874,["icon"]="Art/2DArt/SkillIcons/passives/savant.png",["ks"]=false,["not"]=true,["dn"]="Wisdom of the Glade",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Silver Oil - Silver Oil - Golden Oil","+30 to Intelligence"},["g"]=384,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=30,["out"]={[0]=23471},["in"]={}},[48778]={["id"]=48778,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=385,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={37671,41263},["in"]={[0]=48778}},[51923]={["id"]=51923,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=385,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=48778},["in"]={51923,51923}},[41263]={["id"]=41263,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=385,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=41263}},[44606]={["id"]=44606,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=386,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=26523},["in"]={[0]=44606}},[30691]={["id"]=30691,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=387,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=476},["in"]={30691,30691}},[19320]={["id"]=19320,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Acrobatics Improvement",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% chance to Dodge Attack Hits"},["g"]=388,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14914},["in"]={[0]=19320}},[12401]={["id"]=12401,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Acrobatics Improvement",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% chance to Dodge Attack Hits"},["g"]=388,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={12401,12401}},[56744]={["id"]=56744,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Acrobatics Improvement",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% chance to Dodge Attack Hits"},["g"]=388,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12401,19320},["in"]={}},[18025]={["id"]=18025,["icon"]="Art/2DArt/SkillIcons/passives/savant.png",["ks"]=false,["not"]=true,["dn"]="Hard Knocks",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Azure Oil - Opalescent Oil","+30 to Intelligence"},["g"]=389,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=30,["out"]={[0]=14056},["in"]={}},[39841]={["id"]=39841,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=390,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={63447,36678},["in"]={39841,39841,39841,39841}},[27962]={["id"]=27962,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Trap Throwing Speed and Trigger Area",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Trap Trigger Area of Effect","4% increased Trap Throwing Speed"},["g"]=391,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31501},["in"]={[0]=27962}},[31501]={["id"]=31501,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Trap Throwing Speed and Trigger Area",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Trap Trigger Area of Effect","4% increased Trap Throwing Speed"},["g"]=391,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={31501,31501}},[59556]={["id"]=59556,["icon"]="Art/2DArt/SkillIcons/passives/expeditiousmunitions.png",["ks"]=false,["not"]=true,["dn"]="Expeditious Munitions",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Azure Oil - Black Oil","20% increased Trap Damage","30% increased Trap Trigger Area of Effect","8% increased Trap Throwing Speed"},["g"]=391,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31501},["in"]={}},[11334]={["id"]=11334,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=392,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=15549},["in"]={[0]=11334}},[15549]={["id"]=15549,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=392,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=20546},["in"]={[0]=15549}},[64501]={["id"]=64501,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=392,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46136},["in"]={[0]=64501}},[46136]={["id"]=46136,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=392,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58649},["in"]={[0]=46136}},[58649]={["id"]=58649,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=392,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35894},["in"]={[0]=58649}},[62069]={["id"]=62069,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage"},["g"]=392,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31583},["in"]={[0]=62069}},[31583]={["id"]=31583,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage"},["g"]=392,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1600},["in"]={[0]=31583}},[1600]={["id"]=1600,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage"},["g"]=392,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35894},["in"]={[0]=1600}},[6538]={["id"]=6538,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=393,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=38662},["in"]={6538,6538}},[41518]={["id"]=41518,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=394,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=20546},["in"]={[0]=41518}},[15400]={["id"]=15400,["icon"]="Art/2DArt/SkillIcons/passives/SkitteringRunes.png",["ks"]=false,["not"]=true,["dn"]="Skittering Runes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Violet Oil - Golden Oil","15% increased Effect of your Curses"},["g"]=395,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=15400}},[40126]={["id"]=40126,["icon"]="Art/2DArt/SkillIcons/passives/Corruption.png",["ks"]=false,["not"]=false,["dn"]="Curse Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Effect of your Curses"},["g"]=395,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3359},["in"]={[0]=40126}},[3359]={["id"]=3359,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Curse Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Curse Skills have 10% increased Cast Speed"},["g"]=395,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15400},["in"]={[0]=3359}},[20546]={["id"]=20546,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=396,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=10,["out"]={},["in"]={20546,20546,20546,20546}},[49698]={["id"]=49698,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Staves","6% increased Accuracy Rating with Staves"},["g"]=397,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=64077},["in"]={[0]=49698}},[18146]={["id"]=18146,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Staves","6% increased Accuracy Rating with Staves"},["g"]=397,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49698},["in"]={[0]=18146}},[12013]={["id"]=12013,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Attack Speed and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Staves","6% increased Accuracy Rating with Staves"},["g"]=397,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18146},["in"]={[0]=12013}},[64077]={["id"]=64077,["icon"]="Art/2DArt/SkillIcons/passives/StaffNotable1.png",["ks"]=false,["not"]=true,["dn"]="Ophidian Aim",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Violet Oil - Silver Oil","8% increased Attack Speed with Staves","12% increased Accuracy Rating with Staves","30% increased Critical Strike Chance with Staves","+150 to Accuracy Rating with Staves","Enemies have -12% to Total Physical Damage Reduction against your Hits"},["g"]=397,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=64077}},[25396]={["id"]=25396,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=397,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[5823]={["id"]=5823,["icon"]="Art/2DArt/SkillIcons/passives/Coordination.png",["ks"]=false,["not"]=true,["dn"]="Coordination",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Violet Oil - Violet Oil","12% increased Attack Speed","6% increased Cast Speed","+10 to Dexterity and Intelligence"},["g"]=398,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=10,["out"]={4011,27276,30205,46289},["in"]={5823,5823,5823}},[10099]={["id"]=10099,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png",["ks"]=false,["not"]=false,["dn"]="Necromancer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Witch Ascendancy passives)"},["spc"]={},["sd"]={"Your Offering Skills also affect you","Your Offerings have 25% reduced Effect on you","Minions deal 30% increased Damage","Auras from your Skills grant 2% increased Attack and Cast\nSpeed to you and Allies","If you've Consumed a corpse Recently, you and your Minions have 30% increased Area of Effect"},["g"]=399,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=10099}},[63843]={["id"]=63843,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=400,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={},["in"]={63843,63843,63843,63843,63843}},[50150]={["id"]=50150,["icon"]="Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage, Status Ailment Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% chance to Freeze, Shock and Ignite","10% increased Elemental Damage with Attack Skills"},["g"]=401,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36281},["in"]={[0]=50150}},[45436]={["id"]=45436,["icon"]="Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage, Status Ailment Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% chance to Freeze, Shock and Ignite","10% increased Elemental Damage with Attack Skills"},["g"]=401,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50150},["in"]={[0]=45436}},[64878]={["id"]=64878,["icon"]="Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Elemental Damage with Attack Skills"},["g"]=401,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={45436,32477},["in"]={[0]=64878}},[30969]={["id"]=30969,["icon"]="Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Elemental Damage with Attack Skills"},["g"]=401,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36281},["in"]={[0]=30969}},[36281]={["id"]=36281,["icon"]="Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png",["ks"]=false,["not"]=true,["dn"]="Primeval Force",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Opalescent Oil - Opalescent Oil","10% reduced Reflected Elemental Damage taken","Damage with Weapons Penetrates 5% Elemental Resistance","20% increased Elemental Damage during any Flask Effect","20% increased Elemental Damage with Attack Skills"},["g"]=401,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={36281,36281}},[8434]={["id"]=8434,["icon"]="Art/2DArt/SkillIcons/passives/ElementalMastery2.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=401,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[32477]={["id"]=32477,["icon"]="Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Elemental Damage with Attack Skills"},["g"]=401,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30969},["in"]={[0]=32477}},[2913]={["id"]=2913,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=402,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={50862,54267},["in"]={[0]=2913}},[59252]={["id"]=59252,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=403,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=59606},["in"]={59252,59252,59252}},[6580]={["id"]=6580,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=404,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={},["in"]={6580,6580,6580,6580}},[63976]={["id"]=63976,["icon"]="Art/2DArt/SkillIcons/passives/Shaper.png",["ks"]=false,["not"]=true,["dn"]="Shaper",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Crimson Oil - Golden Oil","40% increased Mana Regeneration Rate","Regenerate 1% of Life per second"},["g"]=405,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={33479,16775},["in"]={63976,63976}},[27283]={["id"]=27283,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=406,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={6580,19711},["in"]={}},[45838]={["id"]=45838,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=407,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=4011},["in"]={[0]=45838}},[8640]={["id"]=8640,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=407,["o"]=4,["oidx"]=23,["sa"]=0,["da"]=10,["ia"]=0,["out"]={45838,45272},["in"]={}},[27276]={["id"]=27276,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png",["ks"]=false,["not"]=false,["dn"]="Physical and Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Chaos Damage","10% increased Physical Damage"},["g"]=407,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62831},["in"]={[0]=27276}},[62831]={["id"]=62831,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png",["ks"]=false,["not"]=false,["dn"]="Physical and Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Chaos Damage","10% increased Physical Damage"},["g"]=407,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51220},["in"]={[0]=62831}},[51220]={["id"]=51220,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png",["ks"]=false,["not"]=false,["dn"]="Physical and Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Chaos Damage","10% increased Physical Damage"},["g"]=407,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=41689},["in"]={[0]=51220}},[48477]={["id"]=48477,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","4% increased Cast Speed"},["g"]=407,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23507},["in"]={[0]=48477}},[23507]={["id"]=23507,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","4% increased Cast Speed"},["g"]=407,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5823},["in"]={[0]=23507}},[57248]={["id"]=57248,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","4% increased Cast Speed"},["g"]=407,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48477},["in"]={[0]=57248}},[4011]={["id"]=4011,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=408,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=9355},["in"]={4011,4011,4011,4011}},[49254]={["id"]=49254,["icon"]="Art/2DArt/SkillIcons/passives/Retribution.png",["ks"]=false,["not"]=true,["dn"]="Retribution",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Black Oil - Silver Oil","14% increased Damage","Minions deal 10% increased Damage","5% increased Attack and Cast Speed","+10 to Strength and Intelligence"},["g"]=409,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=10,["out"]={[0]=17735},["in"]={49254,49254,49254,49254,49254}},[16246]={["id"]=16246,["icon"]="Art/2DArt/SkillIcons/passives/SoulPact.png",["ks"]=false,["not"]=true,["dn"]="Tranquility",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"Crimson Oil - Opalescent Oil - Golden Oil","5% increased maximum Energy Shield","Transfiguration of Soul"},["g"]=410,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[49806]={["id"]=49806,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=411,["o"]=4,["oidx"]=7,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=6580},["in"]={[0]=49806}},[63649]={["id"]=63649,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=411,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=49806},["in"]={[0]=63649}},[61306]={["id"]=61306,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=412,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={60942,63139,54142},["in"]={61306,61306,61306}},[60942]={["id"]=60942,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=413,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={33196,19228},["in"]={60942,60942,60942,60942}},[5616]={["id"]=5616,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=414,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=63843},["in"]={5616,5616,5616}},[1529]={["id"]=1529,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=414,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=5616},["in"]={1529,1529}},[59370]={["id"]=59370,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=415,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=63795},["in"]={[0]=59370}},[63795]={["id"]=63795,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=415,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=38662},["in"]={[0]=63795}},[7112]={["id"]=7112,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=416,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=10,["ia"]=0,["out"]={13885,49308},["in"]={7112,7112,7112,7112}},[8001]={["id"]=8001,["icon"]="Art/2DArt/SkillIcons/passives/LethalAssault.png",["ks"]=false,["not"]=true,["dn"]="Lethal Assault",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Teal Oil - Silver Oil","18% increased Damage","10% increased Projectile Speed","10% increased Area of Effect"},["g"]=416,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={8001,8001}},[47362]={["id"]=47362,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Evasion, Energy Shield, Life and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating","+12 to maximum Energy Shield","+12 to maximum Life","+4% to all Elemental Resistances"},["g"]=416,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={41989,7112},["in"]={}},[1767]={["id"]=1767,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Evasion, Energy Shield, Life and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating","+12 to maximum Energy Shield","+12 to maximum Life","+4% to all Elemental Resistances"},["g"]=416,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46408},["in"]={1767,1767}},[41989]={["id"]=41989,["icon"]="Art/2DArt/SkillIcons/passives/Resourcefulness.png",["ks"]=false,["not"]=true,["dn"]="Resourcefulness",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Azure Oil - Golden Oil","15% increased Evasion Rating","10% increased maximum Energy Shield","5% increased maximum Life","Regenerate 0.5% of Life per second"},["g"]=416,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1767},["in"]={[0]=41989}},[38995]={["id"]=38995,["icon"]="Art/2DArt/SkillIcons/passives/damage_blue.png",["ks"]=false,["not"]=false,["dn"]="Damage, Area and Projectile Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage","5% increased Projectile Speed","5% increased Area of Effect"},["g"]=416,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={8001,1767},["in"]={[0]=38995}},[8012]={["id"]=8012,["icon"]="Art/2DArt/SkillIcons/passives/damage_blue.png",["ks"]=false,["not"]=false,["dn"]="Damage, Area and Projectile Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage","5% increased Projectile Speed","5% increased Area of Effect"},["g"]=416,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={8001,7112},["in"]={}},[1648]={["id"]=1648,["icon"]="Art/2DArt/SkillIcons/passives/Poison.png",["ks"]=false,["not"]=false,["dn"]="Poison Damage and Poison Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Damage over Time Multiplier for Poison","10% increased Damage with Poison"},["g"]=417,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={1461,11811,37785},["in"]={}},[20127]={["id"]=20127,["icon"]="Art/2DArt/SkillIcons/passives/Poison.png",["ks"]=false,["not"]=false,["dn"]="Chance to Poison",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% chance to Poison on Hit"},["g"]=417,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31359},["in"]={[0]=20127}},[31359]={["id"]=31359,["icon"]="Art/2DArt/SkillIcons/passives/Poison.png",["ks"]=false,["not"]=true,["dn"]="Fatal Toxins",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Violet Oil - Black Oil","+10% to Damage over Time Multiplier for Poison","+10% to Chaos Resistance","10% increased Poison Duration","30% increased Damage with Poison"},["g"]=417,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={31359,31359}},[11811]={["id"]=11811,["icon"]="Art/2DArt/SkillIcons/passives/Poison.png",["ks"]=false,["not"]=false,["dn"]="Poison Damage and Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Poison Duration","15% increased Damage with Poison"},["g"]=417,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31359},["in"]={[0]=11811}},[37785]={["id"]=37785,["icon"]="Art/2DArt/SkillIcons/passives/Poison.png",["ks"]=false,["not"]=false,["dn"]="Chance to Poison",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% chance to Poison on Hit"},["g"]=417,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20127},["in"]={[0]=37785}},[3988]={["id"]=3988,["icon"]="Art/2DArt/SkillIcons/passives/MasteryPoison.png",["ks"]=false,["not"]=false,["dn"]="Poison Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=417,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[54142]={["id"]=54142,["icon"]="Art/2DArt/SkillIcons/passives/finesse.png",["ks"]=false,["not"]=true,["dn"]="Finesse",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Sepia Oil - Opalescent Oil","8% increased Attack Speed","15% increased Global Accuracy Rating","+20 to Dexterity"},["g"]=418,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=20,["ia"]=0,["out"]={9373,32117,18670,903},["in"]={54142,54142,54142}},[38662]={["id"]=38662,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=419,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=0,["out"]={[0]=1529},["in"]={38662,38662,38662}},[50862]={["id"]=50862,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=420,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={44606,15405,4300,3167,12013},["in"]={50862,50862}},[50422]={["id"]=50422,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=421,["o"]=4,["oidx"]=20,["sa"]=10,["da"]=0,["ia"]=0,["out"]={50197,50862,10221},["in"]={50422,50422,50422,50422}},[34031]={["id"]=34031,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=422,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={41706,17383},["in"]={34031,34031,34031,34031}},[24083]={["id"]=24083,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=423,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={},["in"]={24083,24083,24083,24083,24083,24083,24083}},[476]={["id"]=476,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=424,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={},["in"]={476,476,476,476}},[35179]={["id"]=35179,["icon"]="Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png",["ks"]=false,["not"]=false,["dn"]="Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Movement Speed"},["g"]=425,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15144},["in"]={[0]=35179}},[60532]={["id"]=60532,["icon"]="Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png",["ks"]=false,["not"]=false,["dn"]="Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Movement Speed"},["g"]=425,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35179},["in"]={[0]=60532}},[9009]={["id"]=9009,["icon"]="Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png",["ks"]=false,["not"]=false,["dn"]="Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Movement Speed"},["g"]=425,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={19506,60532},["in"]={}},[35283]={["id"]=35283,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance"},["g"]=426,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={35894,7920},["in"]={[0]=35283}},[10763]={["id"]=10763,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance"},["g"]=426,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28754},["in"]={10763,10763}},[28754]={["id"]=28754,["icon"]="Art/2DArt/SkillIcons/passives/newincreasedcritical.png",["ks"]=false,["not"]=true,["dn"]="Assassination",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Verdant Oil - Verdant Oil","+35% to Critical Strike Multiplier","30% increased Critical Strike Chance"},["g"]=426,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35283},["in"]={[0]=28754}},[7920]={["id"]=7920,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Trap Throwing Speed","4% increased Mine Throwing Speed"},["g"]=426,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46965},["in"]={7920,7920}},[60949]={["id"]=60949,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Trap Damage","14% increased Mine Damage"},["g"]=426,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={10763,40644},["in"]={[0]=60949}},[46965]={["id"]=46965,["icon"]="Art/2DArt/SkillIcons/passives/saboteur.png",["ks"]=false,["not"]=true,["dn"]="Saboteur",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Violet Oil - Golden Oil","30% increased Trap Damage","30% increased Mine Damage","Can have up to 2 additional Traps placed at a time","Can have up to 2 additional Remote Mines placed at a time"},["g"]=426,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=60949},["in"]={[0]=46965}},[21575]={["id"]=21575,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=426,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42686,7920},["in"]={[0]=21575}},[40644]={["id"]=40644,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=426,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24050},["in"]={40644,40644}},[42686]={["id"]=42686,["icon"]="Art/2DArt/SkillIcons/passives/ElementalFocus.png",["ks"]=false,["not"]=true,["dn"]="Elemental Focus",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Crimson Oil - Crimson Oil","10% chance to Avoid Elemental Ailments","10% increased Duration of Elemental Ailments on Enemies","16% increased Elemental Damage","10% increased Effect of non-Damaging Ailments on Enemies"},["g"]=426,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40644},["in"]={[0]=42686}},[58968]={["id"]=58968,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage.png",["ks"]=false,["not"]=false,["dn"]="Chaos Damage and Chaos Damage Over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Chaos Damage over Time Multiplier","8% increased Chaos Damage"},["g"]=427,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35296},["in"]={[0]=58968}},[37663]={["id"]=37663,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage.png",["ks"]=false,["not"]=false,["dn"]="Chaos Damage and Chaos Damage Over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Chaos Damage over Time Multiplier","8% increased Chaos Damage"},["g"]=427,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58968},["in"]={[0]=37663}},[1427]={["id"]=1427,["icon"]="Art/2DArt/SkillIcons/passives/chaosresist.png",["ks"]=false,["not"]=false,["dn"]="Chaos Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+8% to Chaos Resistance"},["g"]=427,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18707},["in"]={[0]=1427}},[51235]={["id"]=51235,["icon"]="Art/2DArt/SkillIcons/passives/chaosresist.png",["ks"]=false,["not"]=false,["dn"]="Chaos Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+8% to Chaos Resistance"},["g"]=427,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1427},["in"]={[0]=51235}},[35296]={["id"]=35296,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png",["ks"]=false,["not"]=false,["dn"]="Chaos Resistance and Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Chaos Damage","+4% to Chaos Resistance"},["g"]=427,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51235},["in"]={35296,35296}},[18707]={["id"]=18707,["icon"]="Art/2DArt/SkillIcons/passives/MethodMadess.png",["ks"]=false,["not"]=true,["dn"]="Method to the Madness",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Azure Oil - Silver Oil","+8% to Chaos Damage over Time Multiplier","22% increased Chaos Damage","+8% to Chaos Resistance"},["g"]=427,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37663},["in"]={[0]=18707}},[55604]={["id"]=55604,["icon"]="Art/2DArt/SkillIcons/passives/MasteryChaos.png",["ks"]=false,["not"]=false,["dn"]="Chaos Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=427,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[12809]={["id"]=12809,["icon"]="Art/2DArt/SkillIcons/passives/berserking.png",["ks"]=false,["not"]=true,["dn"]="Berserking",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Amber Oil - Azure Oil","12% increased Attack Speed"},["g"]=428,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27718},["in"]={}},[29292]={["id"]=29292,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed"},["g"]=428,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={27718,46578},["in"]={}},[27718]={["id"]=27718,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed"},["g"]=428,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={27718,27718}},[6]={["id"]=6,["icon"]="Art/2DArt/SkillIcons/passives/scissorblades.png",["ks"]=false,["not"]=true,["dn"]="Twin Terrors",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Silver Oil - Golden Oil","12% increased Accuracy Rating while Dual Wielding","75% increased Weapon Critical Strike Chance while Dual Wielding"},["g"]=429,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=6}},[5622]={["id"]=5622,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance2.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Critical Strike Chance and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Accuracy Rating while Dual Wielding","20% increased Weapon Critical Strike Chance while Dual Wielding"},["g"]=429,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25209,30626},["in"]={}},[25209]={["id"]=25209,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Critical Strike Multiplier and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Accuracy Rating while Dual Wielding","+15% to Weapon Critical Strike Multiplier while Dual Wielding"},["g"]=429,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6},["in"]={[0]=25209}},[7997]={["id"]=7997,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupDualWield.png",["ks"]=false,["not"]=false,["dn"]="Duel Wield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=429,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[30626]={["id"]=30626,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance2.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Weapon Critical Strike Chance while Dual Wielding"},["g"]=429,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30679},["in"]={[0]=30626}},[5865]={["id"]=5865,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage, Life Leeched per Second",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"12% increased Attack Physical Damage","10% increased total Recovery per second from Life Leech"},["g"]=430,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9271},["in"]={[0]=5865}},[48904]={["id"]=48904,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage, Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"12% increased Attack Physical Damage","15% increased Critical Strike Chance"},["g"]=430,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29630},["in"]={[0]=48904}},[8592]={["id"]=8592,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage, Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"12% increased Attack Physical Damage","6% increased Attack Speed"},["g"]=430,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59920},["in"]={[0]=8592}},[63583]={["id"]=63583,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage, Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"12% increased Attack Physical Damage","6% increased Attack Speed"},["g"]=430,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24528},["in"]={[0]=63583}},[42861]={["id"]=42861,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage, Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"12% increased Attack Physical Damage","6% increased Attack Speed"},["g"]=430,["o"]=4,["oidx"]=13,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24528},["in"]={[0]=42861}},[50024]={["id"]=50024,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage, Warcry Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"12% increased Attack Physical Damage","20% increased Warcry Duration"},["g"]=430,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32251},["in"]={[0]=50024}},[32251]={["id"]=32251,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png",["ks"]=false,["not"]=true,["dn"]="War Bringer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Recover 25% of Life and Mana when you use a Warcry","100% increased Warcry Duration","100% increased Warcry Cooldown Recovery Speed","If you've Warcried Recently, you and nearby allies\nhave 20% increased Attack Speed","15% chance to deal Double Damage if you've Warcried in the past 8 seconds"},["g"]=430,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=32251}},[57560]={["id"]=57560,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png",["ks"]=false,["not"]=true,["dn"]="Rite of Ruin",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Lose 0.1% of Life per second per Rage while you are not losing Rage","Inherent effects from having Rage are Tripled","Cannot be Stunned while you have at least 25 Rage"},["g"]=430,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42861},["in"]={}},[9271]={["id"]=9271,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png",["ks"]=false,["not"]=true,["dn"]="Pain Reaver",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"2% of Attack Damage Leeched as Life","2% of Attack Damage Leeched as Mana","25% increased Attack Speed if you've been Hit Recently","50% increased Maximum total Recovery per second from Life Leech if you've taken a Savage Hit Recently"},["g"]=430,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9271}},[38999]={["id"]=38999,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png",["ks"]=false,["not"]=true,["dn"]="Flawless Savagery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"50% increased Critical Strike Chance for Attacks","Adds 20 to 30 Physical Damage to Attacks if you've\ndealt a Critical Strike Recently","+25% to Critical Strike Multiplier"},["g"]=430,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48904},["in"]={[0]=38999}},[24528]={["id"]=24528,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png",["ks"]=false,["not"]=true,["dn"]="Crave the Slaughter",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["reminderText"]={"(Maximum Rage is 50)","(You lose 1 Rage every 0.5 seconds if you have not been Hit or gained Rage Recently)","(Inherent effects from having Rage are:","1% increased Attack Damage per 1 Rage","1% increased Attack Speed per 2 Rage","1% increased Movement Speed per 5 Rage)"},["spc"]={},["sd"]={"Gain 1 Rage on Hit with Attacks, no more than once every 0.3 seconds"},["g"]=430,["o"]=4,["oidx"]=17,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={24528,24528}},[59920]={["id"]=59920,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png",["ks"]=false,["not"]=true,["dn"]="Aspect of Carnage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Damage taken","40% more Damage"},["g"]=430,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=59920}},[63673]={["id"]=63673,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png",["ks"]=false,["not"]=false,["dn"]="Physical Attack Damage, Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"12% increased Attack Physical Damage","15% increased Critical Strike Chance"},["g"]=430,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38999},["in"]={[0]=63673}},[29630]={["id"]=29630,["icon"]="Art/2DArt/SkillIcons/passives/Berserker/Blitz.png",["ks"]=false,["not"]=true,["dn"]="Blitz",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=false,["spc"]={},["sd"]={"2% more Attack Speed per Blitz Charge","10% reduced Critical Strike Chance per Blitz Charge","Gain a Blitz Charge on Critical Strike","+20 to Maximum Blitz Charges"},["g"]=430,["o"]=4,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=29630}},[29294]={["id"]=29294,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Berserker",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Berserker",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=430,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={50024,63673,63583,8592,5865},["in"]={[0]=29294}},[61981]={["id"]=61981,["icon"]="Art/2DArt/SkillIcons/passives/doomcast.png",["ks"]=false,["not"]=true,["dn"]="Doom Cast",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Violet Oil - Crimson Oil","60% increased Critical Strike Chance for Spells","+15% to Critical Strike Multiplier for Spells"},["g"]=431,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=47507},["in"]={[0]=61981}},[60405]={["id"]=60405,["icon"]="Art/2DArt/SkillIcons/passives/spellcritical.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance for Spells"},["g"]=431,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25757,36858},["in"]={[0]=60405}},[25757]={["id"]=25757,["icon"]="Art/2DArt/SkillIcons/passives/spellcritical.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance for Spells"},["g"]=431,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61981},["in"]={[0]=25757}},[47507]={["id"]=47507,["icon"]="Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15% to Critical Strike Multiplier for Spells"},["g"]=431,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49929},["in"]={[0]=47507}},[49929]={["id"]=49929,["icon"]="Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15% to Critical Strike Multiplier for Spells"},["g"]=431,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=60405},["in"]={[0]=49929}},[43416]={["id"]=43416,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.png",["ks"]=false,["not"]=false,["dn"]="Spell Critical Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=431,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[35894]={["id"]=35894,["icon"]="Art/2DArt/SkillIcons/passives/mentalacuity.png",["ks"]=false,["not"]=true,["dn"]="Trickery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Silver Oil - Golden Oil","20% increased Damage","20% increased Critical Strike Chance","+10 to Dexterity and Intelligence"},["g"]=432,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=10,["out"]={20546,21575},["in"]={35894,35894,35894,35894,35894}},[60737]={["id"]=60737,["icon"]="Art/2DArt/SkillIcons/passives/swashbuckler.png",["ks"]=false,["not"]=true,["dn"]="Sleight of Hand",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Crimson Oil - Golden Oil","8% increased Attack Speed with One Handed Melee Weapons","20% increased Damage with One Handed Weapons","30% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=433,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42623},["in"]={[0]=60737}},[42623]={["id"]=42623,["icon"]="Art/2DArt/SkillIcons/passives/onehandspeed.png",["ks"]=false,["not"]=false,["dn"]="One Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage with One Handed Weapons","20% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=433,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={54338,30338},["in"]={[0]=42623}},[46289]={["id"]=46289,["icon"]="Art/2DArt/SkillIcons/passives/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage over Time"},["g"]=433,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58069},["in"]={46289,46289}},[30338]={["id"]=30338,["icon"]="Art/2DArt/SkillIcons/passives/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage over Time"},["g"]=433,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={51212,46408},["in"]={[0]=30338}},[51212]={["id"]=51212,["icon"]="Art/2DArt/SkillIcons/passives/Entropy.png",["ks"]=false,["not"]=true,["dn"]="Entropy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Teal Oil - Black Oil","27% increased Damage over Time","5% increased Skill Effect Duration"},["g"]=433,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46289},["in"]={[0]=51212}},[30205]={["id"]=30205,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png",["ks"]=false,["not"]=false,["dn"]="Physical Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage"},["g"]=433,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33903},["in"]={30205,30205}},[54338]={["id"]=54338,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png",["ks"]=false,["not"]=false,["dn"]="Physical Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage"},["g"]=433,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46408},["in"]={54338,54338}},[33903]={["id"]=33903,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png",["ks"]=false,["not"]=true,["dn"]="Will of Blades",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Opalescent Oil - Silver Oil - Golden Oil","25% increased Critical Strike Chance","25% increased Physical Damage"},["g"]=433,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54338},["in"]={[0]=33903}},[58069]={["id"]=58069,["icon"]="Art/2DArt/SkillIcons/passives/onehandspeed.png",["ks"]=false,["not"]=false,["dn"]="One Handed Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage with One Handed Weapons","20% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=433,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30205,60737},["in"]={[0]=58069}},[35053]={["id"]=35053,["icon"]="Art/2DArt/SkillIcons/passives/damagesword.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Physical Damage with Swords","20% increased Critical Strike Chance with Swords","8% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=434,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={64024,43514},["in"]={[0]=35053}},[17754]={["id"]=17754,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupSword.png",["ks"]=false,["not"]=false,["dn"]="Sword Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=434,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[61050]={["id"]=61050,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedsworddex.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Swords","+16% to Critical Strike Multiplier with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=434,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57839},["in"]={[0]=61050}},[64024]={["id"]=64024,["icon"]="Art/2DArt/SkillIcons/passives/attackspeedsworddex.png",["ks"]=false,["not"]=false,["dn"]="Sword Damage and Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage with Swords","+16% to Critical Strike Multiplier with Swords","10% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=434,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61050},["in"]={[0]=64024}},[57839]={["id"]=57839,["icon"]="Art/2DArt/SkillIcons/passives/legendaryswordsman.png",["ks"]=false,["not"]=true,["dn"]="Blade of Cunning",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Verdant Oil - Azure Oil","20% increased Physical Damage with Swords","40% increased Critical Strike Chance with Swords","+15% to Critical Strike Multiplier with Swords","20% increased Damage with Ailments from Attack Skills while wielding a Sword"},["g"]=434,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43514},["in"]={[0]=57839}},[43514]={["id"]=43514,["icon"]="Art/2DArt/SkillIcons/passives/damagesword.png",["ks"]=false,["not"]=false,["dn"]="Sword Attack Speed and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed with Swords","20% increased Critical Strike Chance with Swords"},["g"]=434,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={43514,43514}},[1325]={["id"]=1325,["icon"]="Art/2DArt/SkillIcons/passives/golemsblood.png",["ks"]=false,["not"]=true,["dn"]="Golem's Blood",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Azure Oil - Opalescent Oil","10% increased maximum Life","Regenerate 1.6% of Life per second"},["g"]=435,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31471},["in"]={[0]=1325}},[29933]={["id"]=29933,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=435,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1325},["in"]={[0]=29933}},[31471]={["id"]=31471,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life"},["g"]=435,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16544},["in"]={[0]=31471}},[54127]={["id"]=54127,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=435,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11859},["in"]={[0]=54127}},[11859]={["id"]=11859,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=435,["o"]=2,["oidx"]=11,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=56001},["in"]={[0]=11859}},[18103]={["id"]=18103,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Dexterity"},["g"]=435,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=10,["ia"]=0,["out"]={16544,54127},["in"]={}},[64217]={["id"]=64217,["icon"]="Art/2DArt/SkillIcons/passives/IgnorePain.png",["ks"]=false,["not"]=true,["dn"]="Aspect of Stone",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"Clear Oil - Sepia Oil - Azure Oil","20% chance to Avoid Physical Damage from Hits"},["g"]=436,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[37619]={["id"]=37619,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating","+3% to all Elemental Resistances"},["g"]=437,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={5616,24133},["in"]={}},[24133]={["id"]=24133,["icon"]="Art/2DArt/SkillIcons/passives/Survivalist.png",["ks"]=false,["not"]=true,["dn"]="Survivalist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Silver Oil - Silver Oil","24% increased Evasion Rating","+8% to all Elemental Resistances","+1% to maximum Cold Resistance","+3% chance to Evade Attacks"},["g"]=437,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=64235},["in"]={[0]=24133}},[64235]={["id"]=64235,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating","+3% to all Elemental Resistances"},["g"]=437,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36287},["in"]={[0]=64235}},[34678]={["id"]=34678,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life"},["g"]=438,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={34678,34678,34678}},[26528]={["id"]=26528,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life"},["g"]=438,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={58271,34678},["in"]={}},[19069]={["id"]=19069,["icon"]="Art/2DArt/SkillIcons/passives/thickskin.png",["ks"]=false,["not"]=true,["dn"]="Thick Skin",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Opalescent Oil - Golden Oil","10% increased maximum Life","8% chance to Avoid Elemental Ailments"},["g"]=438,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34678},["in"]={}},[58271]={["id"]=58271,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life"},["g"]=438,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30679},["in"]={[0]=58271}},[2047]={["id"]=2047,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=438,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[10348]={["id"]=10348,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Maces and Sceptres","6% increased Accuracy Rating with Maces and Sceptres","10% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=439,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29937},["in"]={[0]=10348}},[24521]={["id"]=24521,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Accuracy and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Maces and Sceptres","8% increased Accuracy Rating with Maces and Sceptres"},["g"]=439,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=10348},["in"]={[0]=24521}},[27763]={["id"]=27763,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Accuracy and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed with Maces and Sceptres","8% increased Accuracy Rating with Maces and Sceptres"},["g"]=439,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24521},["in"]={[0]=27763}},[49969]={["id"]=49969,["icon"]="Art/2DArt/SkillIcons/passives/MaceNotable3.png",["ks"]=false,["not"]=true,["dn"]="Bludgeon Blitz",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Amber Oil - Violet Oil","18% increased Damage with Maces and Sceptres","8% increased Attack Speed with Maces and Sceptres","+200 to Accuracy Rating with Maces and Sceptres","18% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre","6% increased Movement Speed if you've Hit an Enemy Recently"},["g"]=439,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27763},["in"]={}},[47136]={["id"]=47136,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMace.png",["ks"]=false,["not"]=false,["dn"]="Mace Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=439,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[18663]={["id"]=18663,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png",["ks"]=true,["not"]=false,["dn"]="Minion Instability",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Even in death, they have their uses. They just need a little encouragement."},["spc"]={},["sd"]={"Minions explode when reduced to Low Life, dealing 33% of their maximum Life as Fire Damage to surrounding Enemies"},["g"]=440,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39841},["in"]={}},[23540]={["id"]=23540,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneConduit.png",["ks"]=true,["not"]=false,["dn"]="Conduit",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"To me, brave companions! Feel my radiance flow through you!"},["spc"]={},["sd"]={"Share Endurance, Frenzy and Power Charges with nearby party members"},["g"]=441,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=23540}},[54307]={["id"]=54307,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png",["ks"]=true,["not"]=false,["dn"]="Acrobatics",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Light and unadorned, like wind on water, you will be."},["spc"]={},["sd"]={"30% Chance to Dodge Attack Hits. 50% less Armour, 30% less Energy Shield, 30% less Chance to Block Spell and Attack Damage"},["g"]=442,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12401},["in"]={[0]=54307}},[31961]={["id"]=31961,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png",["ks"]=true,["not"]=false,["dn"]="Resolute Technique",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Great tacticians learn that consistency often trumps potential."},["spc"]={},["sd"]={"Your hits can't be Evaded\nNever deal Critical Strikes"},["g"]=443,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63282},["in"]={}},[40907]={["id"]=40907,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png",["ks"]=true,["not"]=false,["dn"]="Unwavering Stance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Stand your ground, child, keep your senses. The pain is fleeting, but victory is forever."},["spc"]={},["sd"]={"Cannot Evade enemy Attacks\nCannot be Stunned"},["g"]=444,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42800},["in"]={}},[11455]={["id"]=11455,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png",["ks"]=true,["not"]=false,["dn"]="Chaos Inoculation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Give up everything in pursuit of greatness - even life itself."},["spc"]={},["sd"]={"Maximum Life becomes 1, Immune to Chaos Damage"},["g"]=445,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=11455}},[56075]={["id"]=56075,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png",["ks"]=true,["not"]=false,["dn"]="Eldritch Battery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"What need have I for defence when my enemies are reduced to ash and splinters?"},["spc"]={},["sd"]={"Spend Energy Shield before Mana for Skill Costs\nEnergy Shield protects Mana instead of Life\n50% less Energy Shield Recharge Rate"},["g"]=446,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=56075}},[18769]={["id"]=18769,["icon"]="Art/2DArt/SkillIcons/passives/WritteninBlood.png",["ks"]=false,["not"]=true,["dn"]="Written in Blood",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Golden Oil - Golden Oil - Golden Oil","10% increased maximum Energy Shield","8% increased maximum Life","+10 to Strength"},["g"]=447,["o"]=2,["oidx"]=6,["sa"]=10,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=18769}},[61653]={["id"]=61653,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Life and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","4% increased maximum Life"},["g"]=447,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18769},["in"]={61653,61653}},[38190]={["id"]=38190,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Life and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","4% increased maximum Life"},["g"]=447,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61653},["in"]={[0]=38190}},[1822]={["id"]=1822,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Life and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","4% increased maximum Life"},["g"]=447,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={38190,4502},["in"]={}},[57969]={["id"]=57969,["icon"]="Art/2DArt/SkillIcons/passives/MasteryLifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Life and Energy Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=447,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[45175]={["id"]=45175,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png",["ks"]=true,["not"]=false,["dn"]="Necromantic Aegis",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"I give you everything, my pets. My trust, my strength, my safety. Do not disappoint me."},["spc"]={},["sd"]={"All bonuses from an Equipped Shield apply to your Minions instead of you"},["g"]=448,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18033},["in"]={}},[53759]={["id"]=53759,["icon"]="Art/2DArt/SkillIcons/passives/ChaoticPotential.png",["ks"]=false,["not"]=true,["dn"]="Cleansed Thoughts",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"Sepia Oil - Azure Oil - Violet Oil","Chaos Resistance is doubled"},["g"]=449,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[31703]={["id"]=31703,["icon"]="Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png",["ks"]=true,["not"]=false,["dn"]="Pain Attunement",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Embrace the pain, drink it in. Your enemies will know your agony tenfold."},["spc"]={},["sd"]={"30% more Spell Damage when on Low Life"},["g"]=450,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=31703}},[39085]={["id"]=39085,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png",["ks"]=true,["not"]=false,["dn"]="Elemental Equilibrium",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Balance is good in all things, but especially in the realm of magic."},["spc"]={},["sd"]={"Enemies you hit with Elemental Damage temporarily get +25% Resistance to those Elements and -50% Resistance to other Elements"},["g"]=451,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=39085}},[12236]={["id"]=12236,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Damage while holding a Shield","Attack Skills deal 12% increased Damage with Ailments while holding a Shield"},["g"]=452,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={46730,34009},["in"]={[0]=12236}},[46730]={["id"]=46730,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Damage while holding a Shield","Attack Skills deal 12% increased Damage with Ailments while holding a Shield"},["g"]=452,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25324},["in"]={[0]=46730}},[25324]={["id"]=25324,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Attack Damage with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Attack Damage while holding a Shield","Attack Skills deal 12% increased Damage with Ailments while holding a Shield"},["g"]=452,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={19782,34031},["in"]={[0]=25324}},[19782]={["id"]=19782,["icon"]="Art/2DArt/SkillIcons/passives/shieldblock.png",["ks"]=false,["not"]=false,["dn"]="Defences with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"40% increased Defences from Equipped Shield"},["g"]=452,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49538},["in"]={[0]=19782}},[49538]={["id"]=49538,["icon"]="Art/2DArt/SkillIcons/passives/shieldwall.png",["ks"]=false,["not"]=true,["dn"]="Defiance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Azure Oil - Crimson Oil","20% increased Attack Damage while holding a Shield","25% increased Defences from Equipped Shield","Attack Skills deal 20% increased Damage with Ailments while holding a Shield","+3% Chance to Block Attack Damage while holding a Shield"},["g"]=452,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12236},["in"]={[0]=49538}},[12926]={["id"]=12926,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png",["ks"]=true,["not"]=false,["dn"]="Iron Grip",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Legend tells of bows so powerful that only giants could draw them back."},["spc"]={},["sd"]={"The increase to Physical Damage from Strength applies to Projectile Attacks as well as Melee Attacks"},["g"]=453,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=12926}},[42178]={["id"]=42178,["icon"]="Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png",["ks"]=true,["not"]=false,["dn"]="Point Blank",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Look your foe in the eyes before you pierce him. Delight in his fear."},["spc"]={},["sd"]={"Projectile Attack Hits deal up to 30% more Damage to targets at the start of their movement, dealing less Damage to targets as the projectile travels farther"},["g"]=454,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=42178}},[54922]={["id"]=54922,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png",["ks"]=true,["not"]=false,["dn"]="Arrow Dancing",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Let the whistling of arrows and stones be your music."},["spc"]={},["sd"]={"40% more chance to Evade Projectile Attacks\n20% less chance to Evade Melee Attacks"},["g"]=455,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=54922}},[14914]={["id"]=14914,["icon"]="Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png",["ks"]=true,["not"]=false,["dn"]="Phase Acrobatics",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"With enough practice, you can feel the spells coming before they're even cast."},["spc"]={},["sd"]={"30% Chance to Dodge Spell Hits"},["g"]=456,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=14914}},[22535]={["id"]=22535,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png",["ks"]=false,["not"]=true,["dn"]="Whispers of Doom",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Silver Oil - Silver Oil - Silver Oil","You can apply an additional Curse"},["g"]=457,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31973},["in"]={[0]=22535}},[14674]={["id"]=14674,["icon"]="Art/2DArt/SkillIcons/passives/castspeed.png",["ks"]=false,["not"]=false,["dn"]="Curse Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Curse Skills have 15% increased Cast Speed"},["g"]=457,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22535},["in"]={[0]=14674}},[30767]={["id"]=30767,["icon"]="Art/2DArt/SkillIcons/passives/Corruption.png",["ks"]=false,["not"]=false,["dn"]="Curse Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Effect of your Curses"},["g"]=457,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6250},["in"]={[0]=30767}},[6250]={["id"]=6250,["icon"]="Art/2DArt/SkillIcons/passives/Corruption.png",["ks"]=false,["not"]=false,["dn"]="Curse Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Curse Skills have 15% increased Skill Effect Duration"},["g"]=457,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={39841,14674},["in"]={[0]=6250}},[31973]={["id"]=31973,["icon"]="Art/2DArt/SkillIcons/passives/Corruption.png",["ks"]=false,["not"]=false,["dn"]="Curse Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Effect of your Curses"},["g"]=457,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30767},["in"]={[0]=31973}},[2821]={["id"]=2821,["icon"]="Art/2DArt/SkillIcons/passives/MasteryCurse.png",["ks"]=false,["not"]=false,["dn"]="Curse Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=457,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[20077]={["id"]=20077,["icon"]="Art/2DArt/SkillIcons/passives/Corruption.png",["ks"]=false,["not"]=false,["dn"]="Curse Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Curse Skills have 15% increased Skill Effect Duration"},["g"]=458,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42436},["in"]={[0]=20077}},[42436]={["id"]=42436,["icon"]="Art/2DArt/SkillIcons/passives/Corruption.png",["ks"]=false,["not"]=false,["dn"]="Curse Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Effect of your Curses"},["g"]=458,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39986},["in"]={[0]=42436}},[39986]={["id"]=39986,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png",["ks"]=false,["not"]=true,["dn"]="Hex Master",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Black Oil - Black Oil","40% increased Area of Effect of Curse Skills","5% increased Effect of your Curses","Curse Skills have 80% increased Skill Effect Duration"},["g"]=458,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=39986}},[32295]={["id"]=32295,["icon"]="Art/2DArt/SkillIcons/passives/MasteryCurse.png",["ks"]=false,["not"]=false,["dn"]="Curse Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=458,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[21974]={["id"]=21974,["icon"]="Art/2DArt/SkillIcons/passives/manareservationreduction.png",["ks"]=false,["not"]=false,["dn"]="Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% reduced Mana Reserved"},["g"]=459,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25831},["in"]={[0]=21974}},[25831]={["id"]=25831,["icon"]="Art/2DArt/SkillIcons/passives/manareservationreduction.png",["ks"]=false,["not"]=false,["dn"]="Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% reduced Mana Reserved"},["g"]=459,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5935},["in"]={[0]=25831}},[5935]={["id"]=5935,["icon"]="Art/2DArt/SkillIcons/passives/auraareaofeffect.png",["ks"]=false,["not"]=false,["dn"]="Aura Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Area of Effect of Aura Skills"},["g"]=459,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9392},["in"]={5935,5935}},[9392]={["id"]=9392,["icon"]="Art/2DArt/SkillIcons/passives/auraeffect.png",["ks"]=false,["not"]=false,["dn"]="Aura Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased effect of Non-Curse Auras from your Skills"},["g"]=459,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32932},["in"]={[0]=9392}},[32932]={["id"]=32932,["icon"]="Art/2DArt/SkillIcons/passives/sovereignty.png",["ks"]=false,["not"]=true,["dn"]="Sovereignty",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Opalescent Oil - Silver Oil","6% reduced Mana Reserved","10% increased effect of Non-Curse Auras from your Skills"},["g"]=459,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21974},["in"]={[0]=32932}},[25814]={["id"]=25814,["icon"]="Art/2DArt/SkillIcons/passives/MasteryAuras.png",["ks"]=false,["not"]=false,["dn"]="Aura Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=459,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[63194]={["id"]=63194,["icon"]="Art/2DArt/SkillIcons/passives/manareservationreduction.png",["ks"]=false,["not"]=false,["dn"]="Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% reduced Mana Reserved"},["g"]=460,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6799},["in"]={[0]=63194}},[64265]={["id"]=64265,["icon"]="Art/2DArt/SkillIcons/passives/auraareaofeffect.png",["ks"]=false,["not"]=false,["dn"]="Aura Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Area of Effect of Aura Skills"},["g"]=460,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={63194,6538},["in"]={}},[6799]={["id"]=6799,["icon"]="Art/2DArt/SkillIcons/passives/authority.png",["ks"]=false,["not"]=true,["dn"]="Charisma",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Azure Oil - Azure Oil","8% reduced Mana Reserved","6% increased effect of Non-Curse Auras from your Skills"},["g"]=460,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=6799}},[28859]={["id"]=28859,["icon"]="Art/2DArt/SkillIcons/passives/manareservationreduction.png",["ks"]=false,["not"]=false,["dn"]="Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% reduced Mana Reserved"},["g"]=461,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=60440},["in"]={[0]=28859}},[55571]={["id"]=55571,["icon"]="Art/2DArt/SkillIcons/passives/auraeffect.png",["ks"]=false,["not"]=false,["dn"]="Aura Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased effect of Non-Curse Auras from your Skills"},["g"]=461,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28859},["in"]={[0]=55571}},[12143]={["id"]=12143,["icon"]="Art/2DArt/SkillIcons/passives/influence.png",["ks"]=false,["not"]=true,["dn"]="Influence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Sepia Oil - Silver Oil","14% increased effect of Non-Curse Auras from your Skills"},["g"]=461,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55571},["in"]={}},[65097]={["id"]=65097,["icon"]="Art/2DArt/SkillIcons/passives/leadership.png",["ks"]=false,["not"]=true,["dn"]="Leadership",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Verdant Oil - Silver Oil","30% increased Area of Effect of Aura Skills","6% increased effect of Non-Curse Auras from your Skills"},["g"]=462,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=65097}},[7594]={["id"]=7594,["icon"]="Art/2DArt/SkillIcons/passives/manareservationreduction.png",["ks"]=false,["not"]=false,["dn"]="Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% reduced Mana Reserved"},["g"]=462,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65097},["in"]={[0]=7594}},[57736]={["id"]=57736,["icon"]="Art/2DArt/SkillIcons/passives/auraeffect.png",["ks"]=false,["not"]=false,["dn"]="Aura Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased effect of Non-Curse Auras from your Skills"},["g"]=462,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7594},["in"]={[0]=57736}},[9995]={["id"]=9995,["icon"]="Art/2DArt/SkillIcons/passives/auraareaofeffect.png",["ks"]=false,["not"]=false,["dn"]="Aura Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Area of Effect of Aura Skills"},["g"]=463,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33718},["in"]={[0]=9995}},[34513]={["id"]=34513,["icon"]="Art/2DArt/SkillIcons/passives/auraeffect.png",["ks"]=false,["not"]=false,["dn"]="Aura Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased effect of Non-Curse Auras from your Skills"},["g"]=463,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9995},["in"]={[0]=34513}},[33718]={["id"]=33718,["icon"]="Art/2DArt/SkillIcons/passives/Champion.png",["ks"]=false,["not"]=true,["dn"]="Champion of the Cause",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Teal Oil - Violet Oil","12% increased Area of Effect of Aura Skills","4% reduced Mana Reserved","6% increased effect of Non-Curse Auras from your Skills"},["g"]=463,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=33718}},[24050]={["id"]=24050,["icon"]="Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png",["ks"]=false,["not"]=true,["dn"]="Coldhearted Calculation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Azure Oil - Violet Oil","12% increased Attack Damage","12% increased Spell Damage","20% increased Mana Regeneration Rate","+20 to Intelligence"},["g"]=464,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=20,["out"]={10763,38995,3656},["in"]={[0]=24050}},[41599]={["id"]=41599,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Staves","12% increased Damage with Ailments from Attack Skills while wielding a Staff","+2% Chance to Block Attack Damage while wielding a Staff"},["g"]=465,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55926},["in"]={41599,41599}},[55926]={["id"]=55926,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Staves","12% increased Damage with Ailments from Attack Skills while wielding a Staff","+4% Chance to Block Attack Damage while wielding a Staff"},["g"]=465,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36859},["in"]={[0]=55926}},[1761]={["id"]=1761,["icon"]="Art/2DArt/SkillIcons/passives/damagestaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Damage and Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Damage with Staves","15% increased Armour","15% increased Damage with Ailments from Attack Skills while wielding a Staff"},["g"]=465,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={41599,36859},["in"]={}},[36859]={["id"]=36859,["icon"]="Art/2DArt/SkillIcons/passives/StaffNotable3.png",["ks"]=false,["not"]=true,["dn"]="Steelwood Stance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Crimson Oil - Opalescent Oil - Silver Oil","30% increased Damage with Staves","20% increased Armour","+600 Armour if you've Blocked Recently","30% increased Damage with Ailments from Attack Skills while wielding a Staff","+4% Chance to Block Attack Damage while wielding a Staff"},["g"]=465,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={36859,36859}},[38333]={["id"]=38333,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=465,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[46408]={["id"]=46408,["icon"]="Art/2DArt/SkillIcons/passives/newnewattackspeed.png",["ks"]=false,["not"]=true,["dn"]="Fangs of the Viper",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Violet Oil - Black Oil","20% increased Chaos Damage","5% increased Movement Speed","+20 to Dexterity","20% increased Physical Damage"},["g"]=466,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=20,["ia"]=0,["out"]={[0]=28012},["in"]={46408,46408,46408}},[40291]={["id"]=40291,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Cast Speed with Fire Skills",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Fire Damage","4% increased Cast Speed with Fire Skills"},["g"]=467,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24324},["in"]={[0]=40291}},[885]={["id"]=885,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Fire Damage"},["g"]=467,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40291},["in"]={885,885}},[37163]={["id"]=37163,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=false,["dn"]="Fire Damage and Fire Conversion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Fire Damage","Fire Spells have 10% of Physical Damage Converted to Fire Damage"},["g"]=467,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={24324,885},["in"]={}},[24324]={["id"]=24324,["icon"]="Art/2DArt/SkillIcons/passives/firedamage.png",["ks"]=false,["not"]=true,["dn"]="Explosive Impact",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Violet Oil - Black Oil","25% increased Fire Damage","8% increased Area of Effect"},["g"]=467,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={24324,24324}},[1403]={["id"]=1403,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupFire.png",["ks"]=false,["not"]=false,["dn"]="Fire Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=467,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[56646]={["id"]=56646,["icon"]="Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage with Attack Skills"},["g"]=468,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39718},["in"]={[0]=56646}},[25511]={["id"]=25511,["icon"]="Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage with Attack Skills"},["g"]=468,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56646},["in"]={[0]=25511}},[4481]={["id"]=4481,["icon"]="Art/2DArt/SkillIcons/passives/ForceOfNature.png",["ks"]=false,["not"]=true,["dn"]="Forces of Nature",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Verdant Oil - Opalescent Oil","Damage with Weapons Penetrates 6% Elemental Resistance","20% increased Elemental Damage with Attack Skills"},["g"]=468,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25511},["in"]={}},[2151]={["id"]=2151,["icon"]="Art/2DArt/SkillIcons/passives/manaregeneration.png",["ks"]=false,["not"]=false,["dn"]="Mana Regeneration and Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Mana Regeneration Rate","+5 to Intelligence"},["g"]=469,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=5,["out"]={58833,37690,5560},["in"]={[0]=2151}},[47062]={["id"]=47062,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage and Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Spell Damage","+5 to Intelligence"},["g"]=469,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=5,["out"]={58833,56153},["in"]={}},[62103]={["id"]=62103,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage and Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Projectile Damage","+5 to Dexterity"},["g"]=469,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=5,["ia"]=0,["out"]={58833,39773},["in"]={}},[15144]={["id"]=15144,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed and Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","+5 to Dexterity"},["g"]=469,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=5,["ia"]=0,["out"]={58833,3992},["in"]={15144,15144}},[55373]={["id"]=55373,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life and Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to maximum Life","+5 to Strength"},["g"]=469,["o"]=3,["oidx"]=9,["sa"]=5,["da"]=0,["ia"]=0,["out"]={58833,38048},["in"]={}},[48828]={["id"]=48828,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage and Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Melee Physical Damage","+5 to Strength"},["g"]=469,["o"]=3,["oidx"]=7,["sa"]=5,["da"]=0,["ia"]=0,["out"]={58833,62662,45887,33508},["in"]={}},[58833]={["id"]=58833,["icon"]="Art/2DArt/SkillIcons/passives/tempdex.png",["ks"]=false,["not"]=false,["dn"]="Seven",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={[0]=0},["sd"]={},["g"]=469,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35754},["in"]={58833,58833,58833,58833,58833,58833,58833}},[37191]={["id"]=37191,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Frenzy Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"4% increased Attack and Cast Speed","10% increased Frenzy Charge Duration","10% increased Power Charge Duration"},["g"]=470,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={37191,37191}},[32947]={["id"]=32947,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png",["ks"]=false,["not"]=true,["dn"]="Swift Killer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+1 to Maximum Frenzy Charges and Maximum Power Charges","15% chance to gain a Frenzy Charge and a Power Charge on Kill","5% increased Damage per Frenzy Charge","5% increased Damage per Power Charge","Gain a Power or Frenzy Charge each second while Channelling"},["g"]=470,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37191},["in"]={}},[15542]={["id"]=15542,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Damage over Time","4% increased Attack and Cast Speed"},["g"]=470,["o"]=4,["oidx"]=23,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55867},["in"]={[0]=15542}},[55867]={["id"]=55867,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png",["ks"]=false,["not"]=true,["dn"]="Patient Reaper",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"50% increased Damage over Time","Recover 2% of Life on Kill","Recover 2% of Energy Shield on Kill","Recover 4% of Mana on Kill","70% increased Recovery Rate of Life, Mana and Energy Shield if you've Killed an Enemy affected by your Damage Over Time Recently"},["g"]=470,["o"]=4,["oidx"]=20,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={55867,55867}},[63908]={["id"]=63908,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Evasion Rating","5% increased maximum Energy Shield","4% increased Attack and Cast Speed"},["g"]=470,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28884},["in"]={[0]=63908}},[28884]={["id"]=28884,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png",["ks"]=false,["not"]=true,["dn"]="Ghost Dance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+3% to Chance to Evade while you have Energy Shield","2% reduced Damage taken per Ghost Shroud","Every 2 seconds, gain a Ghost Shroud, up to a maximum of 3","When Hit, lose a Ghost Shroud and Recover Energy Shield equal to 4% of your Evasion Rating","10% increased Movement Speed while you have Energy Shield"},["g"]=470,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19587},["in"]={[0]=28884}},[19587]={["id"]=19587,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Evasion Rating","5% increased maximum Energy Shield","4% increased Attack and Cast Speed"},["g"]=470,["o"]=4,["oidx"]=17,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29825},["in"]={[0]=19587}},[29825]={["id"]=29825,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png",["ks"]=false,["not"]=true,["dn"]="Escape Artist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+5 to Evasion Rating per 1 Maximum Energy Shield on Helmet","+1 to maximum Energy Shield per 6 Evasion Rating on Body Armour","6% increased Attack and Cast Speed per Ghost Shroud","Cannot be Stunned while you have Ghost Shrouds","10% chance to Dodge Spell Hits if you have Energy Shield"},["g"]=470,["o"]=4,["oidx"]=14,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=29825}},[35598]={["id"]=35598,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Maximum Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"8% increased maximum Mana","4% increased Attack and Cast Speed"},["g"]=470,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23225},["in"]={[0]=35598}},[41891]={["id"]=41891,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png",["ks"]=false,["not"]=true,["dn"]="Prolonged Pain",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Skill Effect Duration","10% reduced Damage taken from Damage Over Time","20% increased Poison Duration","20% more Damage over Time"},["g"]=470,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15542},["in"]={[0]=41891}},[2336]={["id"]=2336,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Damage over Time","4% increased Attack and Cast Speed"},["g"]=470,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=57331},["in"]={[0]=2336}},[23225]={["id"]=23225,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png",["ks"]=false,["not"]=true,["dn"]="Weave the Arcane",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"25% increased maximum Mana","Movement Skills cost no Mana","20% increased Attack and Cast Speed if you've used a Movement Skill Recently","20% chance to Recover 10% of Mana when you use a Skill","6% reduced Damage Taken for 4 seconds after Spending a total of 200 Mana"},["g"]=470,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=23225}},[13219]={["id"]=13219,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"14% increased Evasion Rating","5% increased maximum Energy Shield","4% increased Attack and Cast Speed"},["g"]=470,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55867},["in"]={[0]=13219}},[57331]={["id"]=57331,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png",["ks"]=false,["not"]=true,["dn"]="Harness the Void",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"25% chance to gain 25% of Non-Chaos Damage with Hits as Extra Chaos Damage","15% chance to gain 50% of Non-Chaos Damage with Hits as Extra Chaos Damage","5% chance to gain 100% of Non-Chaos Damage with Hits as Extra Chaos Damage"},["g"]=470,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58454},["in"]={[0]=57331}},[58454]={["id"]=58454,["icon"]="Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Attack and Cast Speed, Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Damage over Time","4% increased Attack and Cast Speed"},["g"]=470,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=41891},["in"]={[0]=58454}},[55236]={["id"]=55236,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Trickster",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Trickster",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=470,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={35598,63908,37191,2336,13219},["in"]={[0]=55236}},[62662]={["id"]=62662,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Melee Physical Damage"},["g"]=471,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17674},["in"]={[0]=62662}},[17674]={["id"]=17674,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Melee Physical Damage"},["g"]=471,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13782},["in"]={[0]=17674}},[13782]={["id"]=13782,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Melee Physical Damage"},["g"]=471,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12702},["in"]={[0]=13782}},[918]={["id"]=918,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed"},["g"]=472,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={28221,15144},["in"]={}},[28221]={["id"]=28221,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed"},["g"]=472,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24643},["in"]={28221,28221}},[24643]={["id"]=24643,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed"},["g"]=472,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33545},["in"]={[0]=24643}},[45456]={["id"]=45456,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Spell Damage"},["g"]=472,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33545},["in"]={[0]=45456}},[56153]={["id"]=56153,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Spell Damage"},["g"]=472,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11688},["in"]={[0]=56153}},[11688]={["id"]=11688,["icon"]="Art/2DArt/SkillIcons/passives/damagespells.png",["ks"]=false,["not"]=false,["dn"]="Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Spell Damage"},["g"]=472,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={45456,48768},["in"]={[0]=11688}},[48768]={["id"]=48768,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=472,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28221},["in"]={[0]=48768}},[3992]={["id"]=3992,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating"},["g"]=472,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49807},["in"]={[0]=3992}},[49807]={["id"]=49807,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating"},["g"]=472,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37575},["in"]={[0]=49807}},[37575]={["id"]=37575,["icon"]="Art/2DArt/SkillIcons/passives/accuracydex.png",["ks"]=false,["not"]=false,["dn"]="Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Global Accuracy Rating"},["g"]=472,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=37575}},[34579]={["id"]=34579,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Critical Strike Chance"},["g"]=473,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40100},["in"]={[0]=34579}},[40100]={["id"]=40100,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Critical Strike Chance"},["g"]=473,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28574},["in"]={[0]=40100}},[30471]={["id"]=30471,["icon"]="Art/2DArt/SkillIcons/passives/TrueStriker.png",["ks"]=false,["not"]=true,["dn"]="True Strike",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Silver Oil - Golden Oil","+12% to Critical Strike Multiplier","45% increased Critical Strike Chance"},["g"]=473,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34579},["in"]={}},[24426]={["id"]=24426,["icon"]="Art/2DArt/SkillIcons/passives/ghostreaver.png",["ks"]=true,["not"]=false,["dn"]="Ghost Reaver",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"I will wear your ghost, and you will die twice: against me, and for me."},["spc"]={},["sd"]={"Leech Energy Shield instead of Life\nMaximum total Recovery per second from Energy Shield Leech is doubled\n50% less Energy Shield Recharge Rate"},["g"]=474,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53456},["in"]={}},[6288]={["id"]=6288,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=475,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[62795]={["id"]=62795,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","5% increased maximum Energy Shield"},["g"]=475,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={62795,62795}},[56090]={["id"]=56090,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","5% increased maximum Energy Shield"},["g"]=475,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4219},["in"]={[0]=56090}},[49408]={["id"]=49408,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","5% increased maximum Energy Shield"},["g"]=475,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={62795,59252},["in"]={}},[4219]={["id"]=4219,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Evasion Rating","5% increased maximum Energy Shield"},["g"]=475,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48698},["in"]={[0]=4219}},[48698]={["id"]=48698,["icon"]="Art/2DArt/SkillIcons/passives/newenergyshield.png",["ks"]=false,["not"]=true,["dn"]="Void Barrier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Golden Oil - Golden Oil","15% increased Evasion Rating","10% increased maximum Energy Shield","10% increased Energy Shield Recharge Rate","+8% to all Elemental Resistances"},["g"]=475,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62795},["in"]={[0]=48698}},[16512]={["id"]=16512,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png",["ks"]=false,["not"]=false,["dn"]="Staff Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=476,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[22702]={["id"]=22702,["icon"]="Art/2DArt/SkillIcons/passives/serpentstance.png",["ks"]=false,["not"]=true,["dn"]="Serpent Stance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Crimson Oil - Opalescent Oil - Opalescent Oil","40% increased Global Critical Strike Chance while wielding a Staff","+35% to Global Critical Strike Multiplier while wielding a Staff"},["g"]=476,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=22702}},[24229]={["id"]=24229,["icon"]="Art/2DArt/SkillIcons/passives/critstrchnc.png",["ks"]=false,["not"]=false,["dn"]="Staff Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Global Critical Strike Chance while wielding a Staff"},["g"]=476,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36678},["in"]={[0]=24229}},[4977]={["id"]=4977,["icon"]="Art/2DArt/SkillIcons/passives/critstrchnc.png",["ks"]=false,["not"]=false,["dn"]="Staff Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Global Critical Strike Chance while wielding a Staff","+8% to Global Critical Strike Multiplier while wielding a Staff"},["g"]=476,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={24229,53957},["in"]={}},[53957]={["id"]=53957,["icon"]="Art/2DArt/SkillIcons/passives/critstrchnc.png",["ks"]=false,["not"]=false,["dn"]="Staff Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Global Critical Strike Chance while wielding a Staff","+8% to Global Critical Strike Multiplier while wielding a Staff"},["g"]=476,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=22702},["in"]={[0]=53957}},[51883]={["id"]=51883,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupShield.png",["ks"]=false,["not"]=false,["dn"]="Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=477,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[19919]={["id"]=19919,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Resistances and Attack Speed with Shields",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed while holding a Shield","+4% Elemental Resistances while holding a Shield"},["g"]=477,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={55743,62767,22266},["in"]={}},[62767]={["id"]=62767,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage and Attack Speed with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed while holding a Shield","10% increased Elemental Damage with Attack Skills"},["g"]=477,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63138},["in"]={[0]=62767}},[63138]={["id"]=63138,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage and Attack Speed with Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack Speed while holding a Shield","10% increased Elemental Damage with Attack Skills"},["g"]=477,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6967},["in"]={[0]=63138}},[6967]={["id"]=6967,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=true,["dn"]="Command of the Elements",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Sepia Oil - Crimson Oil","6% increased Attack Speed while holding a Shield","40% increased Defences from Equipped Shield","Damage with Weapons Penetrates 4% Elemental Resistance","24% increased Elemental Damage with Attack Skills"},["g"]=477,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={6967,6967}},[55743]={["id"]=55743,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Weapon Elemental Damage, Elemental Resistance with Shields and Shield Defences",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+4% Elemental Resistances while holding a Shield","30% increased Defences from Equipped Shield","10% increased Elemental Damage with Attack Skills"},["g"]=477,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6967},["in"]={[0]=55743}},[10808]={["id"]=10808,["icon"]="Art/2DArt/SkillIcons/passives/vaalpact.png",["ks"]=true,["not"]=false,["dn"]="Vaal Pact",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"My ancestral pact was sealed. Forevermore, I would gain sustenance only from the ravaged flesh of my enemies."},["spc"]={},["sd"]={"Life Leeched per Second is doubled\nMaximum total Recovery per second from Life Leech is doubled\nLife Regeneration has no effect"},["g"]=478,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=10808}},[29005]={["id"]=29005,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Armour","5% increased maximum Energy Shield"},["g"]=479,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17352},["in"]={[0]=29005}},[39631]={["id"]=39631,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Armour","5% increased maximum Energy Shield"},["g"]=479,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29005},["in"]={[0]=39631}},[17251]={["id"]=17251,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Armour","5% increased maximum Energy Shield"},["g"]=479,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={39631,26866},["in"]={}},[31758]={["id"]=31758,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Mana Regeneration Rate","Regenerate 0.4% of Life per second"},["g"]=479,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26866},["in"]={[0]=31758}},[42837]={["id"]=42837,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Mana Regeneration Rate","Regenerate 0.4% of Life per second"},["g"]=479,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31758},["in"]={[0]=42837}},[23456]={["id"]=23456,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Mana Regeneration Rate","Regenerate 0.4% of Life per second"},["g"]=479,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42837},["in"]={[0]=23456}},[64842]={["id"]=64842,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage, Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","4% increased Movement Speed"},["g"]=480,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5087},["in"]={[0]=64842}},[16940]={["id"]=16940,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png",["ks"]=false,["not"]=true,["dn"]="Pyromaniac",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Immune to Ignite and Shock","Regenerate 1% of Life per second for each Mine Detonated Recently, up to 10% per second","Regenerate 1% of Life per Second for each Trap Triggered Recently, up to 10% per second","20% reduced Mana Cost of Skills that throw Traps","20% reduced Mana Reservation of Skills that throw Mines"},["g"]=480,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=16940}},[41081]={["id"]=41081,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage, Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","4% increased Movement Speed"},["g"]=480,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16940},["in"]={[0]=41081}},[5087]={["id"]=5087,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png",["ks"]=false,["not"]=true,["dn"]="Born in the Shadows",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Cannot be Blinded","10% reduced Damage taken from Blinded Enemies","30% increased Damage with Hits and Ailments against Blinded Enemies","25% chance to Blind Enemies on Hit","Nearby Enemies are Blinded"},["g"]=480,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=5087}},[63135]={["id"]=63135,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage, Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","+6% to all Elemental Resistances"},["g"]=480,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14103},["in"]={[0]=63135}},[14103]={["id"]=14103,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png",["ks"]=false,["not"]=true,["dn"]="Explosives Expert",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"30% increased Area of Effect","8% reduced Area Damage taken from Hits","+30% to Critical Strike Multiplier against Burning Enemies","80% increased Critical Strike Chance against Shocked Enemies","Damage Penetrates 10% Elemental Resistances against Chilled Enemies"},["g"]=480,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=14103}},[47366]={["id"]=47366,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage, Mine Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","5% increased Mine Throwing Speed"},["g"]=480,["o"]=4,["oidx"]=29,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39834},["in"]={[0]=47366}},[51462]={["id"]=51462,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png",["ks"]=false,["not"]=true,["dn"]="Bomb Specialist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"You gain 4% increased Area of Effect for each Mine","20% increased Mine Throwing Speed if you Detonated Mines Recently","40% increased Damage if you Detonated Mines Recently","Mines have 20% increased Detonation Speed"},["g"]=480,["o"]=4,["oidx"]=31,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=47366},["in"]={[0]=51462}},[26446]={["id"]=26446,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage, Trap Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","5% increased Trap Throwing Speed"},["g"]=480,["o"]=4,["oidx"]=38,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38918},["in"]={[0]=26446}},[28535]={["id"]=28535,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png",["ks"]=false,["not"]=true,["dn"]="Perfect Crime",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Cooldown Recovery Speed for throwing Traps","You gain 8% increased Damage for each Trap","20% Chance for Traps to Trigger an additional time"},["g"]=480,["o"]=4,["oidx"]=36,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26446},["in"]={[0]=28535}},[25167]={["id"]=25167,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage, Mine Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","5% increased Mine Throwing Speed"},["g"]=480,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51462},["in"]={[0]=25167}},[39834]={["id"]=39834,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png",["ks"]=false,["not"]=true,["dn"]="Demolitions Specialist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"100% increased Effect of Auras from Mines","Mines Hinder Enemies near them for 2 seconds when they Land,\nreducing Movement Speed by 40%"},["g"]=480,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=39834}},[869]={["id"]=869,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png",["ks"]=false,["not"]=false,["dn"]="Trap and Mine Damage, Trap Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Trap Damage","10% increased Mine Damage","5% increased Trap Throwing Speed"},["g"]=480,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28535},["in"]={[0]=869}},[38918]={["id"]=38918,["icon"]="Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png",["ks"]=false,["not"]=true,["dn"]="Chain Reaction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=false,["spc"]={},["sd"]={"30% increased Trap Damage","15% increased Cooldown Recovery Speed for throwing Traps","Skills used by Traps have 20% increased Area of Effect","When your Traps Trigger, your nearby Traps also Trigger"},["g"]=480,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=38918}},[18635]={["id"]=18635,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Saboteur",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Saboteur",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=480,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25167,63135,64842,41081,869},["in"]={[0]=18635}},[63425]={["id"]=63425,["icon"]="Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png",["ks"]=true,["not"]=false,["dn"]="Zealot's Oath",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"Tear my flesh and splinter my bones. You will never break my spirit."},["spc"]={},["sd"]={"Life Regeneration is applied to Energy Shield instead"},["g"]=481,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=63425}},[24157]={["id"]=24157,["icon"]="Art/2DArt/SkillIcons/passives/totemdamage.png",["ks"]=false,["not"]=false,["dn"]="Totem Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Totem Damage"},["g"]=482,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53757},["in"]={[0]=24157}},[53757]={["id"]=53757,["icon"]="Art/2DArt/SkillIcons/passives/shamsnisticfury.png",["ks"]=false,["not"]=true,["dn"]="Shamanistic Fury",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Black Oil - Black Oil - Opalescent Oil","30% increased Totem Damage","15% increased Totem Placement speed"},["g"]=482,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=53757}},[42900]={["id"]=42900,["icon"]="Art/2DArt/SkillIcons/passives/totemdamage.png",["ks"]=false,["not"]=false,["dn"]="Totem Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Totem Damage"},["g"]=482,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={24157,31875},["in"]={}},[25732]={["id"]=25732,["icon"]="Art/2DArt/SkillIcons/passives/totemattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Duration, Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Totem Duration","Spells Cast by Totems have 3% increased Cast Speed","Attacks used by Totems have 5% increased Attack Speed"},["g"]=483,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28330},["in"]={[0]=25732}},[1696]={["id"]=1696,["icon"]="Art/2DArt/SkillIcons/passives/totemattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Placement Speed and Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Totem Duration","15% increased Totem Placement speed"},["g"]=483,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={25732,63933},["in"]={}},[63933]={["id"]=63933,["icon"]="Art/2DArt/SkillIcons/passives/totemiczeal.png",["ks"]=false,["not"]=true,["dn"]="Totemic Zeal",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Opalescent Oil - Golden Oil","30% increased Totem Placement speed","Spells Cast by Totems have 6% increased Cast Speed","Attacks used by Totems have 10% increased Attack Speed"},["g"]=483,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=63933}},[40409]={["id"]=40409,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Mine Throwing and Detonation Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Mine Throwing Speed","Mines have 10% increased Detonation Speed"},["g"]=484,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9055},["in"]={[0]=40409}},[4546]={["id"]=4546,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Mine Throwing and Detonation Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Mine Throwing Speed","Mines have 10% increased Detonation Speed"},["g"]=484,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40409},["in"]={[0]=4546}},[4995]={["id"]=4995,["icon"]="Art/2DArt/SkillIcons/passives/MineManaReservationNode.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage and Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Mine Damage","5% reduced Mana Reservation of Skills that throw Mines"},["g"]=484,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3726},["in"]={[0]=4995}},[9055]={["id"]=9055,["icon"]="Art/2DArt/SkillIcons/passives/volitilemines.png",["ks"]=false,["not"]=true,["dn"]="Volatile Mines",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Golden Oil - Golden Oil","20% increased Mine Damage","Can have up to 2 additional Remote Mines placed at a time","Mines have 20% increased Detonation Speed","Each Mine applies 2% increased Damage taken to Enemies near it, up to 10%"},["g"]=484,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={9055,9055}},[41027]={["id"]=41027,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage and Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Mine Damage","20% increased Mine Duration"},["g"]=484,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={4995,4546},["in"]={[0]=41027}},[3726]={["id"]=3726,["icon"]="Art/2DArt/SkillIcons/passives/MineManaReservationNode.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage and Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Mine Damage","5% reduced Mana Reservation of Skills that throw Mines"},["g"]=484,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9055},["in"]={[0]=3726}},[63167]={["id"]=63167,["icon"]="Art/2DArt/SkillIcons/passives/MineMastery.png",["ks"]=false,["not"]=false,["dn"]="Mine Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=484,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[29171]={["id"]=29171,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 12% increased maximum Life"},["g"]=485,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30658,31103},["in"]={[0]=29171}},[30658]={["id"]=30658,["icon"]="Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Life and Elemental Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions have +10% to all Elemental Resistances"},["g"]=485,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25409},["in"]={[0]=30658}},[31103]={["id"]=31103,["icon"]="Art/2DArt/SkillIcons/passives/minionlife.png",["ks"]=false,["not"]=false,["dn"]="Minion Life and Physical Damage Reduction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions have 10% additional Physical Damage Reduction"},["g"]=485,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25409},["in"]={[0]=31103}},[25409]={["id"]=25409,["icon"]="Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png",["ks"]=false,["not"]=true,["dn"]="Indomitable Army",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Violet Oil - Black Oil - Black Oil","Minions have 15% increased maximum Life","Minions have 15% additional Physical Damage Reduction","Minions have +15% to all Elemental Resistances","Moving while Bleeding doesn't cause Minions to take extra Damage"},["g"]=485,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={25409,25409}},[39559]={["id"]=39559,["icon"]="Art/2DArt/SkillIcons/passives/MinionMastery.png",["ks"]=false,["not"]=false,["dn"]="Minion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=485,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[6778]={["id"]=6778,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png",["ks"]=false,["not"]=false,["dn"]="Trickster",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Shadow Ascendancy passives)","(Recently refers to the past 4 seconds)"},["spc"]={},["sd"]={"15% chance to gain a Frenzy Charge and a Power Charge on Kill","50% increased Recovery Rate of Life, Mana and Energy Shield if you've Killed an Enemy affected by your Damage Over Time Recently","15% chance to gain 50% of Non-Chaos Damage with Hits as Extra Chaos Damage","Cannot be Stunned if you haven't been Hit Recently","Regenerate 15 Mana per second if you've used a Movement Skill Recently"},["g"]=486,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=6778}},[19144]={["id"]=19144,["icon"]="Art/2DArt/SkillIcons/passives/Sentinel.png",["ks"]=false,["not"]=true,["dn"]="Sentinel",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Violet Oil - Golden Oil","24% increased Evasion Rating and Armour","+10% to all Elemental Resistances"},["g"]=487,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={16167,23122},["in"]={19144,19144}},[44941]={["id"]=44941,["icon"]="Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png",["ks"]=true,["not"]=false,["dn"]="Avatar of Fire",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["flavourText"]={"\"In my dreams I see a great warrior, his skin scorched black, his fists aflame.\""},["spc"]={},["sd"]={"50% of Physical, Cold and Lightning Damage Converted to Fire Damage\nDeal no Non-Fire Damage"},["g"]=488,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=44941}},[23690]={["id"]=23690,["icon"]="Art/2DArt/SkillIcons/passives/arcaneradience.png",["ks"]=false,["not"]=true,["dn"]="Arcane Vision",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Amber Oil - Teal Oil","+30 to Accuracy Rating","Light Radius is based on Energy Shield instead of Life"},["g"]=489,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37671},["in"]={}},[63380]={["id"]=63380,["icon"]="Art/2DArt/SkillIcons/passives/WarCryCooldown.png",["ks"]=false,["not"]=false,["dn"]="Warcry Cooldown Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Warcry Cooldown Recovery Speed"},["g"]=490,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={37895,50422},["in"]={[0]=63380}},[40229]={["id"]=40229,["icon"]="Art/2DArt/SkillIcons/passives/WarCryDuration.png",["ks"]=false,["not"]=false,["dn"]="Warcry Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Warcry Duration"},["g"]=490,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63380},["in"]={[0]=40229}},[37895]={["id"]=37895,["icon"]="Art/2DArt/SkillIcons/passives/WarCryEffect.png",["ks"]=false,["not"]=false,["dn"]="Warcry Buff Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Warcry Buff Effect"},["g"]=490,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31257},["in"]={[0]=37895}},[31257]={["id"]=31257,["icon"]="Art/2DArt/SkillIcons/passives/WordsOfGlory.png",["ks"]=false,["not"]=true,["dn"]="Words of Glory",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Opalescent Oil - Golden Oil - Golden Oil","30% increased Warcry Duration","If you've Warcried Recently, you and nearby allies have 10% increased Attack, Cast and Movement Speed","Warcries cost no Mana"},["g"]=490,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40229},["in"]={[0]=31257}},[54597]={["id"]=54597,["icon"]="Art/2DArt/SkillIcons/passives/WarcryMastery.png",["ks"]=false,["not"]=false,["dn"]="Minion and Damage Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=490,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[40535]={["id"]=40535,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Melee Physical Damage"},["g"]=491,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={7828,58449},["in"]={[0]=40535}},[30335]={["id"]=30335,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"16% increased Melee Physical Damage"},["g"]=491,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40535},["in"]={[0]=30335}},[32480]={["id"]=32480,["icon"]="Art/2DArt/SkillIcons/passives/damagemelee.png",["ks"]=false,["not"]=false,["dn"]="Melee Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Melee Physical Damage"},["g"]=491,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30335,33988},["in"]={[0]=32480}},[7828]={["id"]=7828,["icon"]="Art/2DArt/SkillIcons/passives/attackspeed.png",["ks"]=false,["not"]=false,["dn"]="Melee Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Melee Attack Speed"},["g"]=491,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32480},["in"]={[0]=7828}},[58763]={["id"]=58763,["icon"]="Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png",["ks"]=false,["not"]=false,["dn"]="Cold and Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Cold Damage","8% increased Lightning Damage"},["g"]=492,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63963},["in"]={58763,58763}},[63963]={["id"]=63963,["icon"]="Art/2DArt/SkillIcons/passives/colddamage.png",["ks"]=false,["not"]=false,["dn"]="Cold Damage and Cold Conversion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Cold Damage","Cold Spells have 10% of Physical Damage Converted to Cold Damage"},["g"]=492,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={63963,63963}},[7153]={["id"]=7153,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Lightning Damage and Lightning Conversion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Lightning Damage","Lightning Spells have 10% of Physical Damage Converted to Lightning Damage"},["g"]=492,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={58763,32455},["in"]={}},[32455]={["id"]=32455,["icon"]="Art/2DArt/SkillIcons/passives/Storm Weaver.png",["ks"]=false,["not"]=true,["dn"]="Storm Weaver",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Black Oil - Black Oil - Silver Oil","25% increased Cold Damage","25% increased Lightning Damage","20% increased Mana Regeneration Rate","10% increased Effect of non-Damaging Ailments on Enemies"},["g"]=492,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63963},["in"]={[0]=32455}},[38599]={["id"]=38599,["icon"]="Art/2DArt/SkillIcons/passives/ColdLightningMastery.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=492,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[41689]={["id"]=41689,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png",["ks"]=false,["not"]=false,["dn"]="Physical and Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Chaos Damage","12% increased Physical Damage"},["g"]=493,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={45272,57248},["in"]={[0]=41689}},[1571]={["id"]=1571,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Damage"},["g"]=494,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={5616,57819,6654},["in"]={[0]=1571}},[59650]={["id"]=59650,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Minion Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to maximum Energy Shield","Minions have 10% increased maximum Life"},["g"]=495,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={9650,19374,57226},["in"]={}},[6949]={["id"]=6949,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield and Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased maximum Energy Shield","10% increased Energy Shield Recharge Rate"},["g"]=496,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55643},["in"]={[0]=6949}},[19374]={["id"]=19374,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to maximum Energy Shield"},["g"]=496,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6949},["in"]={[0]=19374}},[55643]={["id"]=55643,["icon"]="Art/2DArt/SkillIcons/passives/energyshield.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to maximum Energy Shield"},["g"]=496,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={55643,55643}},[40637]={["id"]=40637,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 10% increased Damage"},["g"]=496,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={40637,40637}},[9650]={["id"]=9650,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions deal 10% increased Damage"},["g"]=496,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25222},["in"]={[0]=9650}},[25222]={["id"]=25222,["icon"]="Art/2DArt/SkillIcons/passives/minionattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Minion Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 4% increased Attack Speed","Minions have 4% increased Cast Speed"},["g"]=496,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40637},["in"]={[0]=25222}},[25770]={["id"]=25770,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Trap Damage"},["g"]=497,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39814},["in"]={[0]=25770}},[39814]={["id"]=39814,["icon"]="Art/2DArt/SkillIcons/passives/trapsduration.png",["ks"]=false,["not"]=false,["dn"]="Trap Damage and Cooldown Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Trap Damage","5% increased Cooldown Recovery Speed for throwing Traps"},["g"]=497,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27190},["in"]={[0]=39814}},[27190]={["id"]=27190,["icon"]="Art/2DArt/SkillIcons/passives/Trap.png",["ks"]=false,["not"]=true,["dn"]="Hasty Reconstruction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Azure Oil - Opalescent Oil","20% increased Trap Damage","10% increased Cooldown Recovery Speed for throwing Traps"},["g"]=497,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=27190}},[47312]={["id"]=47312,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to all Elemental Resistances","10% increased Elemental Damage"},["g"]=498,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={55866,10490},["in"]={}},[55866]={["id"]=55866,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to all Elemental Resistances","10% increased Elemental Damage"},["g"]=498,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45317},["in"]={[0]=55866}},[45317]={["id"]=45317,["icon"]="Art/2DArt/SkillIcons/passives/ashfrostandstorm.png",["ks"]=false,["not"]=true,["dn"]="Ash, Frost and Storm",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Verdant Oil - Verdant Oil","+6% to all Elemental Resistances","20% increased Elemental Damage","20% reduced Reflected Elemental Damage taken"},["g"]=498,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=45317}},[42274]={["id"]=42274,["icon"]="Art/2DArt/SkillIcons/passives/MasteryElementalDamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=498,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[8930]={["id"]=8930,["icon"]="Art/2DArt/SkillIcons/passives/flaskstr.png",["ks"]=false,["not"]=false,["dn"]="Life and Flasks",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased maximum Life","10% increased Life Recovery from Flasks"},["g"]=499,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42041},["in"]={[0]=8930}},[18402]={["id"]=18402,["icon"]="Art/2DArt/SkillIcons/passives/flaskstr.png",["ks"]=false,["not"]=false,["dn"]="Life and Flasks",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased maximum Life","10% increased Life Recovery from Flasks"},["g"]=499,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8930},["in"]={[0]=18402}},[42041]={["id"]=42041,["icon"]="Art/2DArt/SkillIcons/passives/ProfaneChemistry.png",["ks"]=false,["not"]=true,["dn"]="Profane Chemistry",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Amber Oil - Golden Oil","6% increased maximum Life","30% increased Life Recovery from Flasks","Flasks applied to you have 8% increased Effect"},["g"]=499,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=42041}},[19210]={["id"]=19210,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Physical Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage"},["g"]=500,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59252},["in"]={[0]=19210}},[43316]={["id"]=43316,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Physical Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Damage"},["g"]=500,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19210},["in"]={[0]=43316}},[47065]={["id"]=47065,["icon"]="Art/2DArt/SkillIcons/passives/MasterofForce.png",["ks"]=false,["not"]=true,["dn"]="Master of Force",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Violet Oil - Silver Oil","20% reduced Reflected Physical Damage taken","Enemies have -5% to Total Physical Damage Reduction against your Hits","4% chance to deal Double Damage","+20 to Strength","20% increased Physical Damage"},["g"]=500,["o"]=1,["oidx"]=4,["sa"]=20,["da"]=0,["ia"]=0,["out"]={[0]=43316},["in"]={}},[19287]={["id"]=19287,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life and Life on Kill",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","+5 Life gained on Kill"},["g"]=501,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49379},["in"]={[0]=19287}},[61875]={["id"]=61875,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life and Life on Kill",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","+5 Life gained on Kill"},["g"]=501,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=19287},["in"]={[0]=61875}},[49379]={["id"]=49379,["icon"]="Art/2DArt/SkillIcons/passives/HiredKiller2.png",["ks"]=false,["not"]=true,["dn"]="Hired Killer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Black Oil - Black Oil","6% increased maximum Life","+10 Life gained on Kill"},["g"]=501,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=49379}},[55247]={["id"]=55247,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Life and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","3% increased maximum Life"},["g"]=502,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63799},["in"]={[0]=55247}},[63799]={["id"]=63799,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Life and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","3% increased maximum Life"},["g"]=502,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61320},["in"]={[0]=63799}},[61320]={["id"]=61320,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Life and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Energy Shield","3% increased maximum Life"},["g"]=502,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={61320,61320}},[18865]={["id"]=18865,["icon"]="Art/2DArt/SkillIcons/passives/melding.png",["ks"]=false,["not"]=true,["dn"]="Melding",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Black Oil - Opalescent Oil","10% increased maximum Energy Shield","6% increased maximum Life"},["g"]=502,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55247},["in"]={}},[33166]={["id"]=33166,["icon"]="Art/2DArt/SkillIcons/passives/MasteryLifeAndEnergyShield.png",["ks"]=false,["not"]=false,["dn"]="Life and Energy Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=502,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[63824]={["id"]=63824,["icon"]="Art/2DArt/SkillIcons/passives/ElementalMastery2.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=503,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[29061]={["id"]=29061,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=503,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={29199,7092,55993},["in"]={[0]=29061}},[55993]={["id"]=55993,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Elemental Damage"},["g"]=503,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={41251,8198},["in"]={[0]=55993}},[7092]={["id"]=7092,["icon"]="Art/2DArt/SkillIcons/passives/DivineWrath.png",["ks"]=false,["not"]=false,["dn"]="Physical and Lightning Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Lightning Damage","8% increased Physical Damage"},["g"]=503,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14665},["in"]={[0]=7092}},[31153]={["id"]=31153,["icon"]="Art/2DArt/SkillIcons/passives/DivineFury.png",["ks"]=false,["not"]=false,["dn"]="Physical and Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Fire Damage","8% increased Physical Damage"},["g"]=503,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29061},["in"]={[0]=31153}},[11016]={["id"]=11016,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Physical and Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Elemental Damage","8% increased Physical Damage"},["g"]=503,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44347},["in"]={[0]=11016}},[8198]={["id"]=8198,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage and Penetration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Elemental Damage","Damage Penetrates 1% Elemental Resistances"},["g"]=503,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13164},["in"]={[0]=8198}},[41251]={["id"]=41251,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Ailment Effect and Burning Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Fire Damage over Time Multiplier","6% increased Elemental Damage","8% increased Effect of non-Damaging Ailments on Enemies"},["g"]=503,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13164},["in"]={[0]=41251}},[13164]={["id"]=13164,["icon"]="Art/2DArt/SkillIcons/passives/CelestialPunishment.png",["ks"]=false,["not"]=true,["dn"]="Divine Judgement",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Sepia Oil - Black Oil","+6% to Fire Damage over Time Multiplier","18% increased Elemental Damage","Damage Penetrates 5% Elemental Resistances","10% increased Effect of non-Damaging Ailments on Enemies"},["g"]=503,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={13164,13164}},[44347]={["id"]=44347,["icon"]="Art/2DArt/SkillIcons/passives/DivineFury.png",["ks"]=false,["not"]=true,["dn"]="Divine Fury",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Sepia Oil - Black Oil","Gain 5% of Physical Damage as Extra Fire Damage","12% increased Elemental Damage","Fire Spells have 15% of Physical Damage Converted to Fire Damage","12% increased Physical Damage"},["g"]=503,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31153},["in"]={[0]=44347}},[14665]={["id"]=14665,["icon"]="Art/2DArt/SkillIcons/passives/DivineWrath.png",["ks"]=false,["not"]=true,["dn"]="Divine Wrath",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Crimson Oil - Crimson Oil","Gain 5% of Physical Damage as Extra Lightning Damage","12% increased Elemental Damage","Lightning Spells have 15% of Physical Damage Converted to Lightning Damage","12% increased Physical Damage"},["g"]=503,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11016},["in"]={[0]=14665}},[17352]={["id"]=17352,["icon"]="Art/2DArt/SkillIcons/passives/lifemana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased maximum Life","5% increased maximum Mana"},["g"]=504,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={20228,23456},["in"]={[0]=17352}},[7374]={["id"]=7374,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png",["ks"]=false,["not"]=false,["dn"]="Life and Reduced Mana Cost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","3% reduced Mana Cost of Skills"},["g"]=505,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44967},["in"]={[0]=7374}},[3533]={["id"]=3533,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png",["ks"]=false,["not"]=false,["dn"]="Life and Reduced Mana Cost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","3% reduced Mana Cost of Skills"},["g"]=505,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11088},["in"]={[0]=3533}},[11088]={["id"]=11088,["icon"]="Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png",["ks"]=false,["not"]=false,["dn"]="Life and Reduced Mana Cost",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased maximum Life","3% reduced Mana Cost of Skills"},["g"]=505,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7374},["in"]={[0]=11088}},[65108]={["id"]=65108,["icon"]="Art/2DArt/SkillIcons/passives/Unrelenting.png",["ks"]=false,["not"]=true,["dn"]="Tireless",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Black Oil - Opalescent Oil - Silver Oil","8% increased maximum Life","6% reduced Mana Cost of Skills"},["g"]=505,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3533},["in"]={}},[4398]={["id"]=4398,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupLife.png",["ks"]=false,["not"]=false,["dn"]="Life Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=505,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[23199]={["id"]=23199,["icon"]="Art/2DArt/SkillIcons/passives/Blood2.png",["ks"]=false,["not"]=false,["dn"]="Bleed Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Damage with Bleeding"},["g"]=506,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={6741,60887},["in"]={[0]=23199}},[60887]={["id"]=60887,["icon"]="Art/2DArt/SkillIcons/passives/Blood2.png",["ks"]=false,["not"]=false,["dn"]="Bleed Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+6% to Damage over Time Multiplier for Bleeding"},["g"]=506,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26294},["in"]={[0]=60887}},[17833]={["id"]=17833,["icon"]="Art/2DArt/SkillIcons/passives/Blood2.png",["ks"]=false,["not"]=false,["dn"]="Bleed Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Attacks have 15% chance to cause Bleeding"},["g"]=506,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11568},["in"]={[0]=17833}},[26294]={["id"]=26294,["icon"]="Art/2DArt/SkillIcons/passives/Blood2.png",["ks"]=false,["not"]=true,["dn"]="Bloodletting",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Teal Oil - Teal Oil","+8% to Damage over Time Multiplier for Bleeding","40% increased Attack Damage against Bleeding Enemies","25% increased Damage with Bleeding","5% reduced Damage taken from Bleeding Enemies","Bleeding you inflict deals Damage 10% faster"},["g"]=506,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17833},["in"]={[0]=26294}},[48958]={["id"]=48958,["icon"]="Art/2DArt/SkillIcons/passives/BloodMastery.png",["ks"]=false,["not"]=false,["dn"]="Bleeding Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=506,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[11568]={["id"]=11568,["icon"]="Art/2DArt/SkillIcons/passives/Blood2.png",["ks"]=false,["not"]=false,["dn"]="Bleed Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Attacks have 15% chance to cause Bleeding"},["g"]=506,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23199},["in"]={[0]=11568}},[7960]={["id"]=7960,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=507,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=7960}},[52502]={["id"]=52502,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Elemental Damage"},["g"]=507,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7960},["in"]={[0]=52502}},[20987]={["id"]=20987,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Elemental Damage"},["g"]=507,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52502},["in"]={[0]=20987}},[46882]={["id"]=46882,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=508,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=46882}},[40132]={["id"]=40132,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Evasion Rating"},["g"]=508,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46882},["in"]={[0]=40132}},[58854]={["id"]=58854,["icon"]="Art/2DArt/SkillIcons/passives/evadepercentage.png",["ks"]=false,["not"]=false,["dn"]="Evasion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Evasion Rating"},["g"]=508,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40132},["in"]={[0]=58854}},[32763]={["id"]=32763,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=509,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23334},["in"]={}},[23334]={["id"]=23334,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Projectile Damage"},["g"]=509,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6797},["in"]={[0]=23334}},[6797]={["id"]=6797,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Projectile Damage"},["g"]=509,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={6797,6797}},[40849]={["id"]=40849,["icon"]="Art/2DArt/SkillIcons/passives/ShrugOff.png",["ks"]=false,["not"]=true,["dn"]="Transcendence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"Black Oil - Black Oil - Golden Oil","-10 Physical Damage taken from Hits","-1 Physical Damage taken from Hits per Level"},["g"]=510,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[26196]={["id"]=26196,["icon"]="Art/2DArt/SkillIcons/passives/MasteryBlank.png",["ks"]=false,["not"]=false,["dn"]="Jewel Socket",["m"]=false,["isJewelSocket"]=true,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=511,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34171,37999},["in"]={}},[34171]={["id"]=34171,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=512,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={[0]=60472},["in"]={[0]=34171}},[58210]={["id"]=58210,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage while holding a Shield"},["g"]=513,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={19008,62970},["in"]={[0]=58210}},[19008]={["id"]=19008,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Spell Damage while holding a Shield","+1% Chance to Block Attack Damage while holding a Shield"},["g"]=513,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11689},["in"]={[0]=19008}},[11689]={["id"]=11689,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Spell Damage while holding a Shield","+1% Chance to Block Attack Damage while holding a Shield"},["g"]=513,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46904},["in"]={[0]=11689}},[62970]={["id"]=62970,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Shield Spell Damage and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Spell Damage while holding a Shield","3% increased Cast Speed while holding a Shield"},["g"]=513,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46904},["in"]={[0]=62970}},[46904]={["id"]=46904,["icon"]="Art/2DArt/SkillIcons/passives/ShieldNotable.png",["ks"]=false,["not"]=true,["dn"]="Arcane Swiftness",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Sepia Oil - Teal Oil","5% increased Cast Speed while holding a Shield","5% increased Spell Damage per 5% Chance to Block Attack Damage","20% chance to Avoid Elemental Ailments while holding a Shield","20% chance to Avoid being Stunned while holding a Shield","+3% Chance to Block Attack Damage while holding a Shield"},["g"]=513,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={46904,46904}},[8700]={["id"]=8700,["icon"]="Art/2DArt/SkillIcons/passives/ShieldMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Arcane Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=513,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[56001]={["id"]=56001,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Strength"},["g"]=514,["o"]=0,["oidx"]=0,["sa"]=10,["da"]=0,["ia"]=0,["out"]={17201,34031,29933},["in"]={[0]=56001}},[29199]={["id"]=29199,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+10 to Intelligence"},["g"]=515,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=10,["out"]={},["in"]={29199,29199,29199,29199}},[57539]={["id"]=57539,["icon"]="Art/2DArt/SkillIcons/passives/life1.png",["ks"]=false,["not"]=false,["dn"]="Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased maximum Life"},["g"]=516,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9403},["in"]={[0]=57539}},[23972]={["id"]=23972,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Armour, Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Armour","18% increased Endurance Charge Duration"},["g"]=517,["o"]=4,["oidx"]=12,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={23972,23972}},[49153]={["id"]=49153,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Armour, Endurance Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Armour","18% increased Endurance Charge Duration"},["g"]=517,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1734},["in"]={[0]=49153}},[32115]={["id"]=32115,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Armour, Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"6% increased Attack Speed","15% increased Armour"},["g"]=517,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44297},["in"]={[0]=32115}},[62349]={["id"]=62349,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png",["ks"]=false,["not"]=false,["dn"]="Armour, Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Armour","20% increased Stun Duration on Enemies"},["g"]=517,["o"]=4,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62595},["in"]={[0]=62349}},[62595]={["id"]=62595,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png",["ks"]=false,["not"]=true,["dn"]="Unyielding",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"8% increased Damage per Endurance Charge","6% increased Area of Effect per Endurance Charge","25% chance to gain an Endurance Charge when you Stun an Enemy","10% increased Stun Duration on Enemies per Endurance Charge"},["g"]=517,["o"]=4,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=62595}},[44297]={["id"]=44297,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png",["ks"]=false,["not"]=true,["dn"]="Undeniable",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+1000 to Accuracy Rating","1% increased Attack Speed per 200 Accuracy Rating","30% increased Accuracy Rating if you've dealt a Critical Strike in the past 8 seconds","30% increased Damage if you've dealt a Critical Strike in the past 8 seconds","Gain Accuracy Rating equal to your Strength"},["g"]=517,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=44297}},[1734]={["id"]=1734,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png",["ks"]=false,["not"]=true,["dn"]="Unflinching",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"30% chance to gain an Endurance Charge when you are Hit","25% chance that if you would gain Endurance Charges, you instead gain up to your maximum number of Endurance Charges","Gain an Endurance Charge every second if you've been Hit Recently","+1 to Maximum Endurance Charges"},["g"]=517,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={23972,62349},["in"]={[0]=1734}},[56789]={["id"]=56789,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png",["ks"]=false,["not"]=true,["dn"]="Unrelenting",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"1% additional Physical Damage Reduction per Endurance Charge","8% reduced Elemental Damage taken while at Maximum Endurance Charges","+4% to Chaos Resistance per Endurance Charge"},["g"]=517,["o"]=4,["oidx"]=15,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23972},["in"]={}},[17765]={["id"]=17765,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Juggernaut",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=517,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={32115,51998,49153,63417},["in"]={[0]=17765}},[63417]={["id"]=63417,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png",["ks"]=false,["not"]=false,["dn"]="Armour, Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Armour","4% increased Movement Speed"},["g"]=518,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5819},["in"]={[0]=63417}},[51998]={["id"]=51998,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png",["ks"]=false,["not"]=false,["dn"]="Armour, Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Armour","20% increased Stun Duration on Enemies"},["g"]=518,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53816},["in"]={[0]=51998}},[5819]={["id"]=5819,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png",["ks"]=false,["not"]=true,["dn"]="Unstoppable",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Movement Speed","Cannot be Stunned","Action Speed cannot be modified to below base value","Movement Speed cannot be modified to below base value"},["g"]=518,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=5819}},[53816]={["id"]=53816,["icon"]="Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png",["ks"]=false,["not"]=true,["dn"]="Unbreakable",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Juggernaut",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 2% of Life per second","5% reduced Damage taken","Armour received from Body Armour is doubled","1.5% of Total Physical Damage prevented from Hits in the past 10 seconds is Regenerated as Life per second"},["g"]=518,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=53816}},[42659]={["id"]=42659,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Fire Damage","Regenerate 0.5% of Life per second"},["g"]=519,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1731},["in"]={[0]=42659}},[50692]={["id"]=50692,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png",["ks"]=false,["not"]=true,["dn"]="Ngamahu, Flame's Advance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"50% of Physical Damage Converted to Fire Damage","Every 10 seconds, gain 100% of Physical Damage\nas Extra Fire Damage for 4 seconds"},["g"]=519,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42659},["in"]={[0]=50692}},[1731]={["id"]=1731,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png",["ks"]=false,["not"]=true,["dn"]="Hinekora, Death's Fury",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"1% of Fire Damage Leeched as Life","20% chance to Cover Rare or Unique Enemies in Ash for 10 Seconds on Hit","10% increased Strength"},["g"]=519,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={1731,1731}},[14996]={["id"]=14996,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration, Fire Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Fire Damage","Regenerate 0.5% of Life per second"},["g"]=519,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=1731},["in"]={[0]=14996}},[61355]={["id"]=61355,["icon"]="Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png",["ks"]=false,["not"]=true,["dn"]="Ramako, Sun's Light",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Chieftain",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+25% to Fire Damage over Time Multiplier","25% chance to Ignite","Damage Penetrates 15% Fire Resistance"},["g"]=519,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14996},["in"]={[0]=61355}},[53421]={["id"]=53421,["icon"]="Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png",["ks"]=false,["not"]=false,["dn"]="Evasion, Frenzy Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating","20% increased Frenzy Charge Duration"},["g"]=520,["o"]=4,["oidx"]=27,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16848},["in"]={[0]=53421}},[31364]={["id"]=31364,["icon"]="Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png",["ks"]=false,["not"]=true,["dn"]="Way of the Poacher",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Speed","20% chance to gain a Frenzy Charge on Kill","20% chance to gain a Frenzy Charge when you Hit a Rare or Unique Enemy","+1 to Maximum Frenzy Charges"},["g"]=520,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53421},["in"]={[0]=31364}},[5926]={["id"]=5926,["icon"]="Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png",["ks"]=false,["not"]=false,["dn"]="Evasion, Frenzy Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating","20% increased Frenzy Charge Duration"},["g"]=520,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31364},["in"]={[0]=5926}},[16848]={["id"]=16848,["icon"]="Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png",["ks"]=false,["not"]=true,["dn"]="Avatar of the Slaughter",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"8% increased Evasion Rating per Frenzy Charge","3% increased Movement Speed per Frenzy Charge","3% increased Attack Speed per Frenzy Charge","8% increased Attack Damage per Frenzy Charge"},["g"]=520,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=16848}},[27536]={["id"]=27536,["icon"]="Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Evasion, Onslaught Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating","15% increased Onslaught Effect"},["g"]=520,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={27536,27536}},[4849]={["id"]=4849,["icon"]="Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png",["ks"]=false,["not"]=true,["dn"]="Rapid Assault",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Attack Damage","+5% chance to Evade Attacks","10% chance to gain Onslaught for 10 Seconds when you Hit a Rare\nor Unique Enemy","Gain Onslaught for 10 seconds on Kill"},["g"]=520,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27536},["in"]={[0]=4849}},[12146]={["id"]=12146,["icon"]="Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Evasion, Onslaught Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating","15% increased Onslaught Effect"},["g"]=520,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4849},["in"]={[0]=12146}},[11597]={["id"]=11597,["icon"]="Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png",["ks"]=false,["not"]=true,["dn"]="Avatar of the Chase",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"100% increased Onslaught Effect","30% increased Attack Damage during Onslaught","30% more chance to Evade Melee Attacks during Onslaught","30% more chance to Evade Projectile Attacks during Onslaught"},["g"]=520,["o"]=4,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=12146},["in"]={}},[24432]={["id"]=24432,["icon"]="Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png",["ks"]=false,["not"]=false,["dn"]="Evasion, Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating","4% increased Movement Speed"},["g"]=520,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33645},["in"]={[0]=24432}},[33645]={["id"]=33645,["icon"]="Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png",["ks"]=false,["not"]=true,["dn"]="Quartz Infusion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"40% increased Elemental Damage","10% chance to Dodge Attack Hits","You have Phasing while at maximum Frenzy Charges","You have Phasing during Onslaught","Gain Phasing for 4 seconds on Kill"},["g"]=520,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15550},["in"]={[0]=33645}},[15550]={["id"]=15550,["icon"]="Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png",["ks"]=false,["not"]=false,["dn"]="Evasion, Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating","4% increased Movement Speed"},["g"]=520,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=55509},["in"]={[0]=15550}},[55509]={["id"]=55509,["icon"]="Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png",["ks"]=false,["not"]=true,["dn"]="Avatar of the Veil",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Movement Speed while Phasing","Immune to Elemental Ailments while Phasing","10% chance to Dodge Spell Hits while Phasing","Nearby Enemies have Fire, Cold and Lightning Exposure while you have Phasing, applying -15% to those Resistances","Nearby Enemies have 15% less Accuracy Rating while you have Phasing"},["g"]=520,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=55509}},[58427]={["id"]=58427,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Raider",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Raider",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=520,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={27536,5926,24432},["in"]={[0]=58427}},[53086]={["id"]=53086,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage, Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"5% increased Attack Speed","10% increased Projectile Damage"},["g"]=521,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5443},["in"]={[0]=53086}},[5443]={["id"]=5443,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png",["ks"]=false,["not"]=true,["dn"]="Fast and Deadly",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Speed","30% increased Projectile Damage","50% more Global Accuracy Rating","100% increased Blink Arrow and Mirror Arrow Cooldown Recovery Speed"},["g"]=521,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=5443}},[59837]={["id"]=59837,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage, Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"5% increased Attack Speed","10% increased Projectile Damage"},["g"]=521,["o"]=4,["oidx"]=34,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={59837,59837}},[61627]={["id"]=61627,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png",["ks"]=false,["not"]=true,["dn"]="Ricochet",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Skills Chain +1 times","Projectiles deal 10% more Damage for each remaining Chain"},["g"]=521,["o"]=4,["oidx"]=32,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59837},["in"]={}},[5082]={["id"]=5082,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage, Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","10% increased Projectile Damage"},["g"]=521,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45313},["in"]={[0]=5082}},[26067]={["id"]=26067,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png",["ks"]=false,["not"]=true,["dn"]="Endless Munitions",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+200 to Accuracy Rating","50% increased Area of Effect","Skills fire an additional Projectile"},["g"]=521,["o"]=4,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=28995},["in"]={}},[28995]={["id"]=28995,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage, Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","10% increased Projectile Damage"},["g"]=521,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={28995,28995}},[45313]={["id"]=45313,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png",["ks"]=false,["not"]=true,["dn"]="Far Shot",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"30% increased Projectile Speed","Far Shot"},["g"]=521,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=0,["out"]={28995,59837},["in"]={[0]=45313}},[26958]={["id"]=26958,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage, Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Projectile Damage","10% increased Critical Strike Chance"},["g"]=521,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21455},["in"]={[0]=26958}},[44482]={["id"]=44482,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png",["ks"]=false,["not"]=true,["dn"]="Rupture",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Attacks have 25% chance to cause Bleeding","+40% to Critical Strike Multiplier against Bleeding Enemies","80% increased Critical Strike Chance against Bleeding Enemies","Moving while Bleeding doesn't cause you to take extra Damage","Gain +30 Life when you Hit a Bleeding Enemy"},["g"]=521,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=44482}},[55985]={["id"]=55985,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage, Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Projectile Damage","10% increased Critical Strike Chance"},["g"]=521,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44482},["in"]={[0]=55985}},[21455]={["id"]=21455,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png",["ks"]=false,["not"]=true,["dn"]="Powerful Precision",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Projectiles Pierce 3 additional Targets","Projectiles have 100% increased Critical Strike Chance against Targets they Pierce","Projectiles Pierce all nearby Targets"},["g"]=521,["o"]=4,["oidx"]=28,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=21455}},[62136]={["id"]=62136,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png",["ks"]=false,["not"]=false,["dn"]="Projectile Damage, Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Global Accuracy Rating","10% increased Projectile Damage"},["g"]=521,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24848},["in"]={[0]=62136}},[24848]={["id"]=24848,["icon"]="Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png",["ks"]=false,["not"]=true,["dn"]="Gathering Winds",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=false,["reminderText"]={"(Tailwind increases Action Speed by 10%)","(Recently refers to the past 4 seconds)"},["spc"]={},["sd"]={"+1000 Evasion Rating while you have Tailwind","If you've used a Skill Recently, you and nearby Allies have Tailwind","10% increased Effect of Tailwind on you for each Skill you've used Recently, up to 100%"},["g"]=521,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=24848}},[56856]={["id"]=56856,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Deadeye",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Deadeye",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=521,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={5082,53086,55985,26958,62136},["in"]={[0]=56856}},[33179]={["id"]=33179,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed, Physical Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"4% increased Attack Speed","10% increased Physical Damage"},["g"]=522,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27864},["in"]={[0]=33179}},[48760]={["id"]=48760,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed, Physical Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"4% increased Attack Speed","10% increased Physical Damage"},["g"]=522,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15616},["in"]={[0]=48760}},[37623]={["id"]=37623,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed, Block Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+2% Chance to Block Attack Damage while Dual Wielding or holding a Shield","4% increased Attack Speed"},["g"]=522,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63490},["in"]={[0]=37623}},[3651]={["id"]=3651,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed and One Handed Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"4% increased Attack Speed","15% increased Damage with One Handed Weapons"},["g"]=522,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52575},["in"]={[0]=3651}},[24538]={["id"]=24538,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed, Block Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+2% Chance to Block Attack Damage while Dual Wielding or holding a Shield","4% increased Attack Speed"},["g"]=522,["o"]=4,["oidx"]=31,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=2598},["in"]={[0]=24538}},[1675]={["id"]=1675,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed, Block Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+2% Chance to Block Attack Damage while Dual Wielding or holding a Shield","4% increased Attack Speed"},["g"]=522,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8419},["in"]={[0]=1675}},[27864]={["id"]=27864,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png",["ks"]=false,["not"]=true,["dn"]="Gratuitous Violence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Attacks have 25% chance to cause Bleeding","30% increased Damage with Hits and Ailments against Bleeding Enemies","Bleeding Enemies you Kill Explode, dealing 10% of\ntheir Maximum Life as Physical Damage","25% more Damage with Bleeding"},["g"]=522,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=27864}},[15616]={["id"]=15616,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png",["ks"]=false,["not"]=true,["dn"]="Blood in the Eyes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Attacks have 25% chance to cause Bleeding","Attacks Maim on Hit against Bleeding Enemies","10% chance to Blind with Hits against Bleeding Enemies","Enemies Maimed by you take 10% increased Physical Damage"},["g"]=522,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33179},["in"]={[0]=15616}},[52575]={["id"]=52575,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png",["ks"]=false,["not"]=true,["dn"]="Outmatch and Outlast",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"25% chance to gain a Frenzy Charge on Kill with Main Hand","25% chance to gain an Endurance Charge on Kill with Off Hand","10% more Physical Damage while at maximum Frenzy Charges","10% reduced Physical Damage taken while at maximum Endurance Charges"},["g"]=522,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=52575}},[8419]={["id"]=8419,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png",["ks"]=false,["not"]=true,["dn"]="Painforged",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+8% Chance to Block Attack Damage if you were Damaged by a Hit Recently","40% increased Damage if you've taken no Damage from Hits Recently","Cannot be Stunned by Hits you Block","Your Counterattacks deal Double Damage"},["g"]=522,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=0,["out"]={24538,37623},["in"]={[0]=8419}},[63490]={["id"]=63490,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png",["ks"]=false,["not"]=true,["dn"]="Violent Retaliation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+4% to maximum Chance to Block Attack Damage","8% increased Physical Damage for each time you've Blocked in the past 10 seconds","80% increased Physical Damage if you've Blocked Damage from a Unique Enemy in the past 10 seconds","+1% Chance to Block Attack Damage for each time you've Blocked in the past 10 seconds"},["g"]=522,["o"]=4,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=63490}},[2598]={["id"]=2598,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png",["ks"]=false,["not"]=true,["dn"]="Versatile Combatant",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Chance to Block Spell Damage is equal to Chance to Block Attack Damage\nMaximum Chance to Block Spell Damage is equal to Maximum Chance to Block Attack Damage"},["g"]=522,["o"]=4,["oidx"]=29,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=2598}},[14726]={["id"]=14726,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed, Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"4% increased Attack Speed","4% increased Movement Speed"},["g"]=522,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=758},["in"]={[0]=14726}},[758]={["id"]=758,["icon"]="Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png",["ks"]=false,["not"]=true,["dn"]="Arena Challenger",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=false,["spc"]={},["sd"]={"2% more Attack and Movement Speed per Challenger Charge","25% chance to gain a Challenger Charge when you Hit a Rare or Unique Enemy while in Blood Stance","Gain a Challenger Charge when you Kill an Enemy while in Sand Stance","+10 to Maximum Challenger Charges"},["g"]=522,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=758}},[32730]={["id"]=32730,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Gladiator",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Gladiator",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=522,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={3651,1675,48760,14726},["in"]={[0]=32730}},[36242]={["id"]=36242,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png",["ks"]=false,["not"]=false,["dn"]="Flask Effect and Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"8% increased Flask Effect Duration","Flasks applied to you have 5% increased Effect"},["g"]=523,["o"]=4,["oidx"]=31,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51101},["in"]={[0]=36242}},[51101]={["id"]=51101,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png",["ks"]=false,["not"]=true,["dn"]="Nature's Adrenaline",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Movement Speed during any Flask Effect","20% increased Attack Speed during any Flask Effect"},["g"]=523,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14156},["in"]={[0]=51101}},[14156]={["id"]=14156,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png",["ks"]=false,["not"]=false,["dn"]="Flask Effect and Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"8% increased Flask Effect Duration","Flasks applied to you have 5% increased Effect"},["g"]=523,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={14156,14156}},[63293]={["id"]=63293,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png",["ks"]=false,["not"]=true,["dn"]="Master Surgeon",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"30% increased Life Recovery from Flasks","Removes Bleeding when you use a Flask","Gain a Flask Charge when you deal a Critical Strike"},["g"]=523,["o"]=4,["oidx"]=29,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36242},["in"]={}},[32640]={["id"]=32640,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png",["ks"]=false,["not"]=false,["dn"]="Flask Effect and Charges Gained",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Flask Charges gained","Flasks applied to you have 5% increased Effect"},["g"]=523,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={32640,32640}},[65296]={["id"]=65296,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png",["ks"]=false,["not"]=true,["dn"]="Nature's Boon",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"6% reduced Elemental Damage taken","Flasks gain 3 Charges every 3 seconds","20% chance for Flasks you use to not consume Charges"},["g"]=523,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32640},["in"]={[0]=65296}},[40631]={["id"]=40631,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png",["ks"]=false,["not"]=false,["dn"]="Flask Effect and Charges Gained",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Flask Charges gained","Flasks applied to you have 5% increased Effect"},["g"]=523,["o"]=4,["oidx"]=39,["sa"]=0,["da"]=0,["ia"]=0,["out"]={65296,61805},["in"]={}},[61805]={["id"]=61805,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png",["ks"]=false,["not"]=true,["dn"]="Master Alchemist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Immune to Elemental Ailments during any Flask Effect","40% increased Elemental Damage during any Flask Effect","20% chance to Freeze, Shock and Ignite during any Flask Effect"},["g"]=523,["o"]=4,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=61805}},[59800]={["id"]=59800,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Flask Effect, Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","Flasks applied to you have 5% increased Effect"},["g"]=523,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6038},["in"]={[0]=59800}},[6038]={["id"]=6038,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png",["ks"]=false,["not"]=true,["dn"]="Veteran Bowyer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Gain 10% of Physical Damage as Extra Damage of a random Element","Damage Penetrates 10% Elemental Resistances","Enemies you Kill that are affected by Elemental Ailments\ngrant 100% increased Flask Charges"},["g"]=523,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=6038}},[32662]={["id"]=32662,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Flask Effect, Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Chaos Damage","Flasks applied to you have 5% increased Effect"},["g"]=523,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40813},["in"]={[0]=32662}},[40813]={["id"]=40813,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png",["ks"]=false,["not"]=true,["dn"]="Nature's Reprisal",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["reminderText"]={"(Poison deals Chaos Damage over time, based on the base Physical and Chaos Damage of the Skill. Multiple instances of Poison stack)"},["spc"]={},["sd"]={"30% increased Chaos Damage","Chaos Skills have 50% increased Area of Effect","When you kill a Poisoned Enemy during any Flask Effect, nearby Enemies are Poisoned"},["g"]=523,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20480},["in"]={[0]=40813}},[20480]={["id"]=20480,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Flask Effect, Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Chaos Damage","Flasks applied to you have 5% increased Effect"},["g"]=523,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={20480,20480}},[64111]={["id"]=64111,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Pathfinder",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=523,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={32662,59800,32640,14156},["in"]={[0]=64111}},[1697]={["id"]=1697,["icon"]="Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png",["ks"]=false,["not"]=true,["dn"]="Master Toxicist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Pathfinder",["isAscendancyStart"]=false,["reminderText"]={"(Poison deals Chaos Damage over time, based on the base Physical and Chaos Damage of the Skill. Multiple instances of Poison stack)","(Virulence is granted by the Herald of Agony Skill)"},["spc"]={},["sd"]={"Gain 10% of Physical Damage as Extra Chaos Damage","10% of Physical Damage Converted to Chaos Damage","10% more Chaos Damage with Attack Skills","You lose Virulence 50% slower","Poisons you inflict during any Flask Effect have 40% chance to deal 100% more Damage"},["g"]=524,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=20480},["in"]={}},[31984]={["id"]=31984,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield, Curse Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"6% increased maximum Energy Shield","5% increased Effect of your Curses"},["g"]=525,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37127},["in"]={[0]=31984}},[17018]={["id"]=17018,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield, Curse Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"6% increased maximum Energy Shield","5% increased Effect of your Curses"},["g"]=525,["o"]=4,["oidx"]=28,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31344},["in"]={[0]=17018}},[32417]={["id"]=32417,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield, Cold and Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Cold Damage","10% increased Chaos Damage","6% increased maximum Energy Shield"},["g"]=525,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27096},["in"]={[0]=32417}},[6728]={["id"]=6728,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield, Power Charge Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"6% increased maximum Energy Shield","18% increased Power Charge Duration"},["g"]=525,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=62504},["in"]={[0]=6728}},[48124]={["id"]=48124,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield, Energy Shield Recharge Rate",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"6% increased maximum Energy Shield","15% increased Energy Shield Recharge Rate"},["g"]=525,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37492},["in"]={[0]=48124}},[37127]={["id"]=37127,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png",["ks"]=false,["not"]=true,["dn"]="Profane Bloom",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Your Curses can apply to Hexproof Enemies","Cursed Enemies you or your Minions Kill have a 25% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage"},["g"]=525,["o"]=4,["oidx"]=26,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17018},["in"]={[0]=37127}},[31344]={["id"]=31344,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png",["ks"]=false,["not"]=true,["dn"]="Malediction",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"You can apply an additional Curse","15% increased Effect of your Curses","When you Kill an Enemy, for each Curse on that Enemy, gain 8%\nof Non-Chaos Damage as extra Chaos Damage for 4 seconds","Enemies you Curse have Malediction"},["g"]=525,["o"]=4,["oidx"]=30,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=31344}},[37492]={["id"]=37492,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png",["ks"]=false,["not"]=true,["dn"]="Vile Bastion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 40 Energy Shield per second","Regenerate 1% of Energy Shield per second for each\nEnemy you or your Minions have Killed Recently, up to 10% per second","Cannot Be Stunned while you have Energy Shield"},["g"]=525,["o"]=4,["oidx"]=14,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=37492}},[27096]={["id"]=27096,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png",["ks"]=false,["not"]=true,["dn"]="Void Beacon",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Nearby Enemies have -20% to Cold Resistance","Nearby Enemies have -20% to Chaos Resistance","Nearby Enemies have 100% reduced Life Regeneration rate"},["g"]=525,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31316,43242},["in"]={[0]=27096}},[62504]={["id"]=62504,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png",["ks"]=false,["not"]=true,["dn"]="Forbidden Power",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"5% increased Area of Effect per Power Charge","5% increased Spell Damage per Power Charge","Gain a Power Charge after Spending a total of 200 Mana","+1 to Maximum Power Charges"},["g"]=525,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=62504}},[31316]={["id"]=31316,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield, Chaos Damage over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+5% to Chaos Damage over Time Multiplier","6% increased maximum Energy Shield"},["g"]=525,["o"]=4,["oidx"]=21,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25309},["in"]={[0]=31316}},[43242]={["id"]=43242,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png",["ks"]=false,["not"]=false,["dn"]="Energy Shield, Cold Damage over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+5% to Cold Damage over Time Multiplier","6% increased maximum Energy Shield"},["g"]=525,["o"]=4,["oidx"]=19,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=47630},["in"]={[0]=43242}},[25309]={["id"]=25309,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png",["ks"]=false,["not"]=true,["dn"]="Withering Presence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["reminderText"]={"(Withered applies 6% increased Chaos Damage Taken, and can be inflicted up to 15 times)"},["spc"]={},["sd"]={"+20% to Chaos Damage over Time Multiplier","+60% to Chaos Resistance","Every second, inflict Withered on nearby Enemies for 15 seconds","Nearby Hindered Enemies deal 15% reduced Damage over Time"},["g"]=525,["o"]=4,["oidx"]=23,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=25309}},[47630]={["id"]=47630,["icon"]="Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png",["ks"]=false,["not"]=true,["dn"]="Frigid Wake",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=false,["reminderText"]={"(Freeze lowers Enemy Action Speed to zero, preventing them from acting. Duration is based on the Cold Damage of the Hit)"},["spc"]={},["sd"]={"+20% to Cold Damage over Time Multiplier","Cannot be Chilled","Cannot be Frozen","Every 4 seconds, 33% chance to Freeze nearby Chilled Unique Enemies for 0.6 seconds","Every 4 seconds, Freeze nearby Chilled Non-Unique Enemies for 0.6 seconds","Nearby Chilled Enemies deal 10% reduced Damage with Hits"},["g"]=525,["o"]=4,["oidx"]=17,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=47630}},[18378]={["id"]=18378,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Occultist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Occultist",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=525,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={48124,6728,31984,32417},["in"]={[0]=18378}},[55646]={["id"]=55646,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions deal 15% increased Damage"},["g"]=526,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={54159,14603},["in"]={}},[18309]={["id"]=18309,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions deal 15% increased Damage"},["g"]=526,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65153},["in"]={[0]=18309}},[60547]={["id"]=60547,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Life",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Minions have 10% increased maximum Life","Minions deal 15% increased Damage"},["g"]=526,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54159},["in"]={[0]=60547}},[39818]={["id"]=39818,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage, Skill Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Skill Effect Duration","Minions deal 15% increased Damage"},["g"]=526,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48719},["in"]={[0]=39818}},[18574]={["id"]=18574,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage, Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"8% increased maximum Mana","Minions deal 15% increased Damage"},["g"]=526,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3554},["in"]={[0]=18574}},[54159]={["id"]=54159,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png",["ks"]=false,["not"]=true,["dn"]="Mindless Aggression",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Minions have 10% increased Movement Speed","Minions deal 30% increased Damage","Minions have 10% increased Attack Speed","Minions have 10% increased Cast Speed"},["g"]=526,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=18309},["in"]={54159,54159}},[65153]={["id"]=65153,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png",["ks"]=false,["not"]=true,["dn"]="Unnatural Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+2 to Level of all Minion Skill Gems"},["g"]=526,["o"]=4,["oidx"]=22,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=65153}},[14603]={["id"]=14603,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png",["ks"]=false,["not"]=true,["dn"]="Bone Barrier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Grants Level 20 Bone Armour Skill","1% additional Physical Damage Reduction per Minion, up to 10%","+3% to all Elemental Resistances per Minion, up to 30%","3% increased Recovery Rate of Life and Energy Shield per Minion, up to 30%","Minions have 20% more Maximum Life"},["g"]=526,["o"]=4,["oidx"]=18,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=14603}},[48719]={["id"]=48719,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png",["ks"]=false,["not"]=true,["dn"]="Mistress of Sacrifice",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Your Offering Skills also affect you","Your Offerings have 25% reduced Effect on you","30% increased Skill Effect Duration","30% increased Minion Duration"},["g"]=526,["o"]=4,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=48719}},[36017]={["id"]=36017,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png",["ks"]=false,["not"]=true,["dn"]="Commander of Darkness",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Auras from your Skills grant 3% increased Attack and Cast\nSpeed to you and Allies","You and nearby Allies deal 30% increased Damage","You and nearby Allies have +20% to Elemental Resistances"},["g"]=526,["o"]=4,["oidx"]=28,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=36017}},[26298]={["id"]=26298,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage, Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"4% increased Cast Speed","Minions deal 15% increased Damage"},["g"]=526,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11490},["in"]={[0]=26298}},[11490]={["id"]=11490,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png",["ks"]=false,["not"]=true,["dn"]="Plaguebringer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"If you've Consumed a corpse Recently, you and your Minions have 30% increased Area of Effect","With at least one nearby corpse, you and nearby Allies deal 10% more Damage","With at least one nearby corpse, nearby Enemies deal 10% reduced Damage"},["g"]=526,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23509},["in"]={[0]=11490}},[23509]={["id"]=23509,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage, Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"4% increased Cast Speed","Minions deal 15% increased Damage"},["g"]=526,["o"]=4,["oidx"]=14,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23572},["in"]={[0]=23509}},[23572]={["id"]=23572,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png",["ks"]=false,["not"]=true,["dn"]="Corpse Pact",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"30% increased Damage if you have Consumed a corpse Recently","2% increased Attack and Cast Speed for each corpse Consumed Recently","Enemies near corpses you Spawned Recently are Chilled and Shocked","Corpses you Spawn have 50% increased Maximum Life"},["g"]=526,["o"]=4,["oidx"]=12,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=23572}},[60791]={["id"]=60791,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Necromancer",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=526,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={60547,26298,5415,39818,18574},["in"]={[0]=60791}},[3554]={["id"]=3554,["icon"]="Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png",["ks"]=false,["not"]=true,["dn"]="Essence Glutton",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Necromancer",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased maximum Mana","For each nearby corpse, you and nearby Allies Regenerate 0.2% of Energy Shield per second, up to 2.0% per second","For each nearby corpse, you and nearby Allies Regenerate 5 Mana\nper second, up to 50 per second","Regenerate 8% of Energy Shield over 2 seconds when you Consume a corpse","Regenerate 8% of Mana over 2 seconds when you Consume a corpse"},["g"]=527,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=3554}},[6982]={["id"]=6982,["icon"]="Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion, Taunt Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating and Armour","20% increased Taunt Duration"},["g"]=528,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35750},["in"]={[0]=6982}},[61478]={["id"]=61478,["icon"]="Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion, Taunt Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating and Armour","20% increased Taunt Duration"},["g"]=528,["o"]=4,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=56967},["in"]={[0]=61478}},[60508]={["id"]=60508,["icon"]="Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion, Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","15% increased Evasion Rating and Armour"},["g"]=528,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=33940},["in"]={[0]=60508}},[35185]={["id"]=35185,["icon"]="Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion, Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","15% increased Evasion Rating and Armour"},["g"]=528,["o"]=4,["oidx"]=31,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=31700},["in"]={[0]=35185}},[25111]={["id"]=25111,["icon"]="Art/2DArt/SkillIcons/passives/Champion/AnEAura.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion, Aura Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating and Armour","5% increased effect of Non-Curse Auras from your Skills"},["g"]=528,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11412},["in"]={[0]=25111}},[43725]={["id"]=43725,["icon"]="Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion, Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Damage","15% increased Evasion Rating and Armour"},["g"]=528,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=27604},["in"]={[0]=43725}},[31700]={["id"]=31700,["icon"]="Art/2DArt/SkillIcons/passives/Champion/Fortitude.png",["ks"]=false,["not"]=true,["dn"]="Fortitude",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["reminderText"]={"(Fortify grants 20% less Damage Taken from Hits)"},["spc"]={},["sd"]={"You have Fortify"},["g"]=528,["o"]=4,["oidx"]=29,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=31700}},[33940]={["id"]=33940,["icon"]="Art/2DArt/SkillIcons/passives/Champion/Unstopable.png",["ks"]=false,["not"]=true,["dn"]="Unstoppable Hero",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Attack Speed while you have Fortify","+1000 to Armour and Evasion Rating while you have Fortify","30% increased Attack Damage while you have Fortify","Cannot be Stunned while you have Fortify"},["g"]=528,["o"]=4,["oidx"]=33,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35185},["in"]={[0]=33940}},[35750]={["id"]=35750,["icon"]="Art/2DArt/SkillIcons/passives/Champion/Conqueror.png",["ks"]=false,["not"]=true,["dn"]="Conqueror",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"100% chance to Taunt on Hit","6% reduced Damage taken if you've Taunted an Enemy Recently","Regenerate 2% of Life per second if you've Taunted an Enemy Recently","Enemies Taunted by you deal 10% less Damage with Hits and\nAilments against other targets"},["g"]=528,["o"]=4,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61478},["in"]={[0]=35750}},[56967]={["id"]=56967,["icon"]="Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png",["ks"]=false,["not"]=true,["dn"]="Worthy Foe",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Enemies Taunted by you take 20% increased Damage","Enemies Taunted by you cannot Evade Attacks"},["g"]=528,["o"]=4,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=56967}},[11412]={["id"]=11412,["icon"]="Art/2DArt/SkillIcons/passives/Champion/Inpirational.png",["ks"]=false,["not"]=true,["dn"]="Inspirational",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased effect of Non-Curse Auras from your Skills","You and Allies affected by your placed Banners Regenerate 0.1% of\n Life per second for each Stage","Banner Skills Reserve no Mana","When you create a Banner, it gains 40% of the Stages of your placed Banner","You and nearby Allies have 12% increased Movement Speed"},["g"]=528,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=11412}},[27604]={["id"]=27604,["icon"]="Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png",["ks"]=false,["not"]=true,["dn"]="First to Strike, Last to Fall",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["reminderText"]={"(Intimidated enemies take 10% increased Attack Damage)","(Adrenaline grants 100% increased Damage, 25% increased Attack, Cast and Movement Speed and 10% additional Physical Damage Reduction)"},["spc"]={},["sd"]={"Your Hits permanently Intimidate Enemies that are on Full Life","Gain Adrenaline for 20 seconds when you reach Low Life if you\ndo not have Adrenaline","Recover 25% of Life when you gain Adrenaline","Remove all Ailments and Burning when you gain Adrenaline"},["g"]=528,["o"]=4,["oidx"]=37,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=27604}},[41433]={["id"]=41433,["icon"]="Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png",["ks"]=false,["not"]=false,["dn"]="Armour and Evasion, Impale Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"15% increased Evasion Rating and Armour","8% increased Impale Effect"},["g"]=528,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=13374},["in"]={[0]=41433}},[13374]={["id"]=13374,["icon"]="Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png",["ks"]=false,["not"]=true,["dn"]="Master of Metal",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% chance to Impale Enemies on Hit with Attacks","Impales you inflict last 2 additional Hits","If you've Impaled an Enemy Recently, you\nand nearby Allies have +1000 to Armour","You and nearby Allies deal 6 to 12 added Physical Damage for\neach Impale on Enemy"},["g"]=528,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=13374}},[24984]={["id"]=24984,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Champion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Champion",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=528,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={6982,60508,25111,43725,41433},["in"]={[0]=24984}},[43193]={["id"]=43193,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Elemental Damage","4% increased Attack and Cast Speed"},["g"]=529,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3154},["in"]={[0]=43193}},[57222]={["id"]=57222,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 0.5% of Life per second","10% increased Elemental Damage"},["g"]=529,["o"]=4,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32816},["in"]={[0]=57222}},[10635]={["id"]=10635,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Regenerate 0.5% of Life per second","10% increased Elemental Damage"},["g"]=529,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=39790},["in"]={[0]=10635}},[60769]={["id"]=60769,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage and Resistances",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+6% to all Elemental Resistances","10% increased Elemental Damage"},["g"]=529,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40059},["in"]={[0]=60769}},[662]={["id"]=662,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Elemental Damage","+15% to Critical Strike Multiplier"},["g"]=529,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53884},["in"]={[0]=662}},[37486]={["id"]=37486,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage, Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"10% increased Elemental Damage","+15% to Critical Strike Multiplier"},["g"]=529,["o"]=4,["oidx"]=12,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48214},["in"]={[0]=37486}},[48214]={["id"]=48214,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png",["ks"]=false,["not"]=true,["dn"]="Inevitable Judgement",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["reminderText"]={"(Ignoring Resistances means your Damage cannot be modified in any way by any Resistance stats)"},["spc"]={},["sd"]={"Critical Strikes ignore Enemy Monster Elemental Resistances","Non-Critical Strikes Penetrate 10% of Enemy Elemental Resistances"},["g"]=529,["o"]=4,["oidx"]=14,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=48214}},[40059]={["id"]=40059,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png",["ks"]=false,["not"]=true,["dn"]="Augury of Penitence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Nearby Enemies take 16% increased Elemental Damage","Nearby Enemies deal 8% less Elemental Damage"},["g"]=529,["o"]=4,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=40059}},[3154]={["id"]=3154,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png",["ks"]=false,["not"]=true,["dn"]="Instruments of Virtue",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"30% increased Spell Damage if you've Cast a Spell Recently","50% increased Attack Damage if you've Cast a Spell Recently","20% increased Attack Speed if you've Attacked Recently","30% increased Cast Speed if you've Attacked Recently"},["g"]=529,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=3154}},[32816]={["id"]=32816,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png",["ks"]=false,["not"]=true,["dn"]="Pious Path",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"20% increased Attack and Cast Speed while on Consecrated Ground","Consecrated Ground you create grants Immunity to Elemental Ailments\nto you and Allies","Regenerate 200 Energy Shield per Second while on Consecrated Ground","Effects of Consecrated Ground you create Linger for 4 seconds"},["g"]=529,["o"]=4,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=32816}},[61871]={["id"]=61871,["icon"]="Art/2DArt/SkillIcons/passives/damage.png",["ks"]=false,["not"]=false,["dn"]="Inquisitor",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=true,["spc"]={},["sd"]={},["g"]=529,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={60769,10635,43193,662},["in"]={[0]=61871}},[53884]={["id"]=53884,["icon"]="Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png",["ks"]=false,["not"]=true,["dn"]="Righteous Providence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Inquisitor",["isAscendancyStart"]=false,["spc"]={},["sd"]={"100% increased Critical Strike Chance against Enemies that are affected\nby no Elemental Ailments","+45% to Critical Strike Multiplier against Enemies that are affected\nby Elemental Ailments","20% increased Effect of non-Damaging Ailments on Enemies"},["g"]=530,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37486},["in"]={[0]=53884}},[7618]={["id"]=7618,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Dex.png",["ks"]=false,["not"]=true,["dn"]="Path of the Ranger",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=2,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Can Allocate Passives from the Ranger's starting point"},["g"]=531,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={45035,39821},["in"]={[0]=7618}},[42671]={["id"]=42671,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=531,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=7618},["in"]={[0]=42671}},[38689]={["id"]=38689,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=531,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49532},["in"]={[0]=38689}},[31598]={["id"]=31598,["icon"]="Art/2DArt/SkillIcons/passives/plusdexterity.png",["ks"]=false,["not"]=false,["dn"]="Dexterity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+40 to Dexterity"},["g"]=531,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=40,["ia"]=0,["out"]={[0]=38689},["in"]={[0]=31598}},[49532]={["id"]=49532,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png",["ks"]=false,["not"]=true,["dn"]="Ranger Ascendancy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=true,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(Choose one of the three attached options)"},["spc"]={},["sd"]={},["g"]=531,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={42671,8656,34567,9327},["in"]={[0]=49532}},[24755]={["id"]=24755,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Str.png",["ks"]=false,["not"]=true,["dn"]="Path of the Marauder",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=2,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"Can Allocate Passives from the Marauder's starting point"},["g"]=532,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={31628,50904},["in"]={[0]=24755}},[33875]={["id"]=33875,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=532,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61437},["in"]={[0]=33875}},[30690]={["id"]=30690,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png",["ks"]=false,["not"]=false,["dn"]="Passive Point",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=1,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={},["g"]=532,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=24755},["in"]={[0]=30690}},[193]={["id"]=193,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["spc"]={},["sd"]={"+40 to Strength"},["g"]=532,["o"]=2,["oidx"]=2,["sa"]=40,["da"]=0,["ia"]=0,["out"]={[0]=33875},["in"]={[0]=193}},[61437]={["id"]=61437,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png",["ks"]=false,["not"]=true,["dn"]="Marauder Ascendancy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=true,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(Choose one of the three attached options)"},["spc"]={},["sd"]={},["g"]=532,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={30690,4194,61072,57052},["in"]={[0]=61437}},[57052]={["id"]=57052,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png",["ks"]=false,["not"]=false,["dn"]="Chieftain",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Marauder Ascendancy passives)","(Recently refers to the past 4 seconds)"},["spc"]={},["sd"]={"40% increased Fire Damage","Regenerate 2% of Life per second","1% of Damage dealt by your Totems is Leeched to you as Life","20% chance to Cover Rare or Unique Enemies in Ash for 10 Seconds on Hit","10% increased Strength"},["g"]=533,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=57052}},[9327]={["id"]=9327,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png",["ks"]=false,["not"]=false,["dn"]="Pathfinder",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Ranger Ascendancy passives)"},["spc"]={},["sd"]={"10% increased Movement Speed during any Flask Effect","10% increased Attack Speed during any Flask Effect","Flasks gain 3 Charges every 3 seconds","Damage Penetrates 6% of Enemy Elemental Resistances","15% chance for Flasks you use to not consume Charges"},["g"]=534,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9327}},[12597]={["id"]=12597,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png",["ks"]=false,["not"]=false,["dn"]="Occultist",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Witch Ascendancy passives)"},["spc"]={},["sd"]={"You can apply an additional Curse","10% increased Effect of your Curses","Regenerate 1.5% of Energy Shield per second","Cannot Be Stunned while you have Energy Shield"},["g"]=535,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=12597}},[34774]={["id"]=34774,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png",["ks"]=false,["not"]=false,["dn"]="Gladiator",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Duelist Ascendancy passives)","(Bleeding deals Physical Damage over time, based on the base Physical Damage of the Skill. Damage is higher while moving)","(Blinded enemies have their Chance to Hit halved)"},["spc"]={},["sd"]={"15% Chance to Block Attack Damage","15% Chance to Block Spell Damage","+3% to maximum Chance to Block Attack Damage","10% chance to Blind Enemies on Hit with Attacks","25% more Damage with Bleeding"},["g"]=536,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=34774}},[39598]={["id"]=39598,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Champion.png",["ks"]=false,["not"]=false,["dn"]="Champion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Duelist Ascendancy passives)","(Fortify grants 20% less Damage Taken from Hits)","(Enemies you Taunt can only target you, and deal 10% less damage to anyone else. Taunt lasts for 3 seconds)","(Intimidated enemies take 10% increased Attack Damage)","(When an Impaled enemy is hit, the Impale reflects 10% of the physical damage of the Impaling hit to that enemy. Impale lasts for 5 hits)"},["spc"]={},["sd"]={"10% chance to Fortify on Melee hit","Enemies Taunted by you take 10% increased Damage","25% chance to Taunt on Hit","Your Hits permanently Intimidate Enemies that are on Full Life","20% chance to Impale Enemies on Hit with Attacks","You and nearby Allies have 8% increased Movement Speed"},["g"]=537,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=39598}},[43962]={["id"]=43962,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png",["ks"]=false,["not"]=false,["dn"]="Inquisitor",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Templar Ascendancy passives)","(Allies on your Consecrated Ground Regenerate a percentage of their Maximum Life per second. Hits against Enemies on your Consecrated Ground have increased Critical Strike Chance)","(Elemental Ailments are Ignited, Scorched, Chilled, Frozen, Brittle, Shocked, and Sapped)"},["spc"]={},["sd"]={"+30% to Critical Strike Multiplier against Enemies that are affected\nby Elemental Ailments","Damage Penetrates 6% of Enemy Elemental Resistances","10% chance to create Consecrated Ground when you Hit a Rare or Unique Enemy, lasting 8 seconds","Immune to Elemental Ailments while on Consecrated Ground","Nearby Enemies take 10% increased Elemental Damage"},["g"]=538,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=43962}},[30919]={["id"]=30919,["icon"]="Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png",["ks"]=false,["not"]=false,["dn"]="Guardian",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=true,["passivePointsGranted"]=0,["ascendancyName"]="Ascendant",["isAscendancyStart"]=false,["reminderText"]={"(You can only take one of the three Templar Ascendancy passives)"},["spc"]={},["sd"]={"25% reduced Effect of Curses on you","Auras from your Skills grant +1% Physical Damage Reduction to you and Allies","Every 5 seconds, Regenerate 20% of Life over one second","You and nearby Party Members Share Power, Frenzy and Endurance Charges with each other","While there are at least five nearby Allies, you and nearby Allies have Onslaught"},["g"]=539,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=30919}},[59482]={["id"]=59482,["icon"]="Art/2DArt/SkillIcons/passives/lifepercentage.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 0.6% of Life per second"},["g"]=540,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46896},["in"]={[0]=59482}},[46896]={["id"]=46896,["icon"]="Art/2DArt/SkillIcons/passives/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Damage Over Time and Life Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Damage over Time","Regenerate 0.4% of Life per second"},["g"]=540,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={46896,46896,46896}},[4973]={["id"]=4973,["icon"]="Art/2DArt/SkillIcons/passives/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage over Time"},["g"]=540,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5129},["in"]={[0]=4973}},[5129]={["id"]=5129,["icon"]="Art/2DArt/SkillIcons/passives/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Damage Over Time",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage over Time"},["g"]=540,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46896},["in"]={[0]=5129}},[9864]={["id"]=9864,["icon"]="Art/2DArt/SkillIcons/passives/GrowthandDecay.png",["ks"]=false,["not"]=true,["dn"]="Growth and Decay",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Violet Oil - Opalescent Oil","20% increased Damage over Time","+10% to Damage over Time Multiplier","Regenerate 1% of Life per second"},["g"]=540,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={59482,4973},["in"]={}},[58442]={["id"]=58442,["icon"]="Art/2DArt/SkillIcons/passives/MasteryChaos.png",["ks"]=false,["not"]=false,["dn"]="Chaos Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=540,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[34763]={["id"]=34763,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage.png",["ks"]=false,["not"]=false,["dn"]="Damage Over Time and Chaos Damage Over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Chaos Damage over Time Multiplier","10% increased Chaos Damage"},["g"]=541,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42907},["in"]={[0]=34763}},[30110]={["id"]=30110,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage.png",["ks"]=false,["not"]=false,["dn"]="Damage Over Time and Chaos Damage Over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Chaos Damage over Time Multiplier","10% increased Chaos Damage"},["g"]=541,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=53013},["in"]={[0]=30110}},[42907]={["id"]=42907,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage.png",["ks"]=false,["not"]=false,["dn"]="Damage Over Time and Chaos Damage Over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Chaos Damage over Time Multiplier","10% increased Chaos Damage"},["g"]=541,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=30110},["in"]={[0]=42907}},[53013]={["id"]=53013,["icon"]="Art/2DArt/SkillIcons/passives/ChaosDamage2.png",["ks"]=false,["not"]=true,["dn"]="Atrophy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Amber Oil - Azure Oil","+10% to Chaos Damage over Time Multiplier","20% increased Chaos Damage","4% increased Cast Speed with Chaos Skills","+8% to Chaos Resistance"},["g"]=541,["o"]=3,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=53013}},[21693]={["id"]=21693,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png",["ks"]=false,["not"]=false,["dn"]="Physical Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage"},["g"]=541,["o"]=3,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5613},["in"]={[0]=21693}},[5613]={["id"]=5613,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png",["ks"]=false,["not"]=false,["dn"]="Physical Damage and Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack and Cast Speed","8% increased Physical Damage"},["g"]=541,["o"]=3,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=38539},["in"]={[0]=5613}},[38539]={["id"]=38539,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png",["ks"]=false,["not"]=false,["dn"]="Physical Damage and Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Attack and Cast Speed","8% increased Physical Damage"},["g"]=541,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54713},["in"]={[0]=38539}},[54713]={["id"]=54713,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png",["ks"]=false,["not"]=true,["dn"]="Force Shaper",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Crimson Oil - Black Oil","Gain 4% of Physical Damage as Extra Chaos Damage","4% increased Attack and Cast Speed","10% reduced Physical Damage taken over time","20% increased Physical Damage"},["g"]=541,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=54713}},[23616]={["id"]=23616,["icon"]="Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png",["ks"]=false,["not"]=false,["dn"]="Physical and Chaos Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Chaos Damage","10% increased Physical Damage"},["g"]=541,["o"]=3,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={34763,21693},["in"]={[0]=23616}},[16874]={["id"]=16874,["icon"]="Art/2DArt/SkillIcons/passives/MasteryPhysicalAndChaos.png",["ks"]=false,["not"]=false,["dn"]="Physical and Chaos Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=541,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[54574]={["id"]=54574,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Trap Damage"},["g"]=542,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54974},["in"]={[0]=54574}},[54974]={["id"]=54974,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Trap Damage and Trigger Area",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Trap Damage","20% increased Trap Trigger Area of Effect"},["g"]=542,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51786},["in"]={[0]=54974}},[59605]={["id"]=59605,["icon"]="Art/2DArt/SkillIcons/passives/Trap2.png",["ks"]=false,["not"]=true,["dn"]="Unstable Munitions",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Silver Oil - Golden Oil","24% increased Trap Damage","8% increased Area of Effect","40% increased Trap Trigger Area of Effect"},["g"]=542,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54574},["in"]={}},[17849]={["id"]=17849,["icon"]="Art/2DArt/SkillIcons/passives/trapdamage.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Mine Damage"},["g"]=543,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={17849,17849}},[33911]={["id"]=33911,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage and Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Mine Damage","4% increased Mine Throwing Speed"},["g"]=543,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21602},["in"]={[0]=33911}},[21602]={["id"]=21602,["icon"]="Art/2DArt/SkillIcons/passives/MineTrap.png",["ks"]=false,["not"]=true,["dn"]="Destructive Apparatus",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Violet Oil - Violet Oil","20% increased Mine Damage","40% increased Mine Duration","10% increased Mine Throwing Speed","Each Mine applies 2% reduced Damage dealt to Enemies near it, up to 10%"},["g"]=543,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=21602}},[57615]={["id"]=57615,["icon"]="Art/2DArt/SkillIcons/passives/trapsspeed.png",["ks"]=false,["not"]=false,["dn"]="Mine Throwing Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Mine Throwing Speed"},["g"]=543,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={17849,33911},["in"]={}},[44543]={["id"]=44543,["icon"]="Art/2DArt/SkillIcons/passives/MineMastery.png",["ks"]=false,["not"]=false,["dn"]="Mine Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=543,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[11364]={["id"]=11364,["icon"]="Art/2DArt/SkillIcons/passives/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Poison and Bleed Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"25% increased Damage with Bleeding","25% increased Damage with Poison"},["g"]=544,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8544},["in"]={[0]=11364}},[43684]={["id"]=43684,["icon"]="Art/2DArt/SkillIcons/passives/DamageOverTime.png",["ks"]=false,["not"]=false,["dn"]="Poison and Bleed Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Attacks have 20% chance to cause Bleeding","20% chance to Poison on Hit"},["g"]=544,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=11364},["in"]={[0]=43684}},[59766]={["id"]=59766,["icon"]="Art/2DArt/SkillIcons/passives/BleedPoison.png",["ks"]=false,["not"]=true,["dn"]="Dirty Techniques",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Amber Oil - Violet Oil - Crimson Oil","+10% to Damage over Time Multiplier","20% increased Poison Duration","20% increased Bleeding Duration","Bleeding you inflict deals Damage 5% faster","Poisons you inflict deal Damage 5% faster"},["g"]=544,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=43684},["in"]={}},[32802]={["id"]=32802,["icon"]="Art/2DArt/SkillIcons/passives/Poison.png",["ks"]=false,["not"]=false,["dn"]="Chaos Damage with Attacks and Poison Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+3% to Damage over Time Multiplier for Poison","15% increased Chaos Damage with Attack Skills"},["g"]=545,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=25766},["in"]={32802,32802}},[25766]={["id"]=25766,["icon"]="Art/2DArt/SkillIcons/passives/Poison.png",["ks"]=false,["not"]=false,["dn"]="Chance to Poison",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% chance to Poison on Hit"},["g"]=545,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16236},["in"]={[0]=25766}},[16236]={["id"]=16236,["icon"]="Art/2DArt/SkillIcons/passives/Poison.png",["ks"]=false,["not"]=true,["dn"]="Toxic Strikes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Crimson Oil - Silver Oil - Silver Oil","+8% to Damage over Time Multiplier for Poison","10% increased Poison Duration","10% chance to Poison on Hit","30% increased Chaos Damage with Attack Skills"},["g"]=545,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32802},["in"]={[0]=16236}},[4568]={["id"]=4568,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Attack and Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Attack Damage","Minions deal 6% increased Damage"},["g"]=546,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35724},["in"]={[0]=4568}},[420]={["id"]=420,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Attack and Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Attack Damage","Minions deal 6% increased Damage"},["g"]=546,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49254,9294},["in"]={}},[33923]={["id"]=33923,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=546,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59005},["in"]={[0]=33923}},[59005]={["id"]=59005,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=546,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61217},["in"]={[0]=59005}},[61217]={["id"]=61217,["icon"]="Art/2DArt/SkillIcons/passives/elementaldamage.png",["ks"]=false,["not"]=false,["dn"]="Elemental Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Elemental Damage"},["g"]=546,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49254},["in"]={[0]=61217}},[9294]={["id"]=9294,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Attack and Minion Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Attack Damage","Minions deal 6% increased Damage"},["g"]=546,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4568},["in"]={[0]=9294}},[63639]={["id"]=63639,["icon"]="Art/2DArt/SkillIcons/passives/damage_blue.png",["ks"]=false,["not"]=false,["dn"]="Damage and Energy Shield",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage","+10 to maximum Energy Shield"},["g"]=547,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={64501,62069},["in"]={[0]=63639}},[59728]={["id"]=59728,["icon"]="Art/2DArt/SkillIcons/passives/areaofeffect.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Area Damage"},["g"]=548,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=61308},["in"]={[0]=59728}},[29033]={["id"]=29033,["icon"]="Art/2DArt/SkillIcons/passives/Brand1.png",["ks"]=false,["not"]=false,["dn"]="Brand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage with Brand Skills"},["g"]=549,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={51954,31875},["in"]={}},[51954]={["id"]=51954,["icon"]="Art/2DArt/SkillIcons/passives/Brand1.png",["ks"]=false,["not"]=false,["dn"]="Brand Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Damage with Brand Skills"},["g"]=549,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29861},["in"]={[0]=51954}},[29861]={["id"]=29861,["icon"]="Art/2DArt/SkillIcons/passives/Brand2.png",["ks"]=false,["not"]=true,["dn"]="Explosive Runes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Azure Oil - Black Oil","You can Cast an additional Brand","20% increased Damage with Brand Skills","10% increased Brand Attachment range"},["g"]=549,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=29861}},[50382]={["id"]=50382,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Cast Speed while Dual Wielding"},["g"]=550,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=40366},["in"]={50382,50382}},[6616]={["id"]=6616,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Cast Speed and Movement Skill Cooldown Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Cast Speed while Dual Wielding","15% increased Cooldown Recovery Speed of Movement Skills"},["g"]=550,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48093},["in"]={[0]=6616}},[48093]={["id"]=48093,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Cast Speed and Movement Skill Cooldown Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Cast Speed while Dual Wielding","15% increased Cooldown Recovery Speed of Movement Skills"},["g"]=550,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50382},["in"]={[0]=48093}},[16743]={["id"]=16743,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Spell Damage and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage while Dual Wielding","3% increased Movement Speed"},["g"]=550,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34560},["in"]={[0]=16743}},[34560]={["id"]=34560,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Dual Wield Spell Damage and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage while Dual Wielding","3% increased Movement Speed"},["g"]=550,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=50382},["in"]={[0]=34560}},[44824]={["id"]=44824,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldNotable.png",["ks"]=false,["not"]=true,["dn"]="Dark Arts",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Teal Oil - Crimson Oil","5% increased Cast Speed while Dual Wielding","10% increased Attack and Cast Speed if you've used a Movement Skill Recently","30% increased Mana Regeneration if you've used a Movement Skill Recently","+10 to Dexterity and Intelligence"},["g"]=550,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=10,["ia"]=10,["out"]={6616,16743},["in"]={}},[19833]={["id"]=19833,["icon"]="Art/2DArt/SkillIcons/passives/DualWieldMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Arcane Dual Wield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=550,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[26585]={["id"]=26585,["icon"]="Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png",["ks"]=false,["not"]=false,["dn"]="Staff Spell Damage and Chaos Resistance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Spell Damage while wielding a Staff","+6% to Chaos Resistance"},["g"]=551,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={7918,40075},["in"]={}},[40075]={["id"]=40075,["icon"]="Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png",["ks"]=false,["not"]=false,["dn"]="Staff Spell Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Spell Damage while wielding a Staff"},["g"]=551,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49534},["in"]={40075,40075}},[49534]={["id"]=49534,["icon"]="Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png",["ks"]=false,["not"]=false,["dn"]="Staff Spell Damage and Spell Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+2% Chance to Block Spell Damage while wielding a Staff","10% increased Spell Damage while wielding a Staff"},["g"]=551,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={49534,49534}},[42485]={["id"]=42485,["icon"]="Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png",["ks"]=false,["not"]=false,["dn"]="Staff Spell Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage while wielding a Staff","+2% Chance to Block Attack Damage while wielding a Staff"},["g"]=551,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=49534},["in"]={[0]=42485}},[7918]={["id"]=7918,["icon"]="Art/2DArt/SkillIcons/passives/StaffNotable.png",["ks"]=false,["not"]=true,["dn"]="Enigmatic Defence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Teal Oil - Black Oil","+5% Chance to Block Spell Damage while wielding a Staff","15% increased Spell Damage while wielding a Staff","10% chance to gain Unholy Might on block for 3 seconds","+5% Chance to Block Attack Damage while wielding a Staff"},["g"]=551,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=42485},["in"]={[0]=7918}},[6861]={["id"]=6861,["icon"]="Art/2DArt/SkillIcons/passives/StaffMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Arcane Staff Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=551,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[51801]={["id"]=51801,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=false,["dn"]="Spell Area of Effect and Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage","Spell Skills have 5% increased Area of Effect"},["g"]=552,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=14745},["in"]={[0]=51801}},[14745]={["id"]=14745,["icon"]="Art/2DArt/SkillIcons/passives/areaofeffect.png",["ks"]=false,["not"]=false,["dn"]="Spell Area of Effect and Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Spell Damage","Spell Skills have 5% increased Area of Effect"},["g"]=552,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={14745,14745}},[53573]={["id"]=53573,["icon"]="Art/2DArt/SkillIcons/passives/blastradius.png",["ks"]=false,["not"]=true,["dn"]="Arcane Expanse",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Sepia Oil - Teal Oil","15% increased Spell Damage","10% increased Area of Effect if you've Killed Recently","Spell Skills have 10% increased Area of Effect","+10 to Intelligence"},["g"]=552,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=10,["out"]={[0]=51801},["in"]={}},[37887]={["id"]=37887,["icon"]="Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png",["ks"]=false,["not"]=false,["dn"]="One Handed Melee Damage and Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with One Handed Melee Weapons","0.4% of Physical Attack Damage Leeched as Life","10% increased total Recovery per second from Life Leech","12% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=553,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29359},["in"]={[0]=37887}},[17934]={["id"]=17934,["icon"]="Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png",["ks"]=false,["not"]=false,["dn"]="One Handed Melee Damage and Attack Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with One Handed Melee Weapons","4% increased Attack Speed with One Handed Melee Weapons","12% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=553,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63727},["in"]={[0]=17934}},[29359]={["id"]=29359,["icon"]="Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png",["ks"]=false,["not"]=false,["dn"]="One Handed Melee Damage and Life Leech",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with One Handed Melee Weapons","0.4% of Physical Attack Damage Leeched as Life","12% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon"},["g"]=553,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17934},["in"]={29359,29359}},[63727]={["id"]=63727,["icon"]="Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png",["ks"]=false,["not"]=true,["dn"]="Gladiator's Perseverance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Teal Oil - Opalescent Oil","20% increased Physical Damage with One Handed Melee Weapons","0.6% of Physical Attack Damage Leeched as Life","10% increased Maximum total Recovery per second from Life Leech","20% increased Damage with Ailments from Attack Skills while wielding a One Handed Weapon","20% increased Attack Damage while Leeching"},["g"]=553,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=37887},["in"]={[0]=63727}},[29110]={["id"]=29110,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupOneHand.png",["ks"]=false,["not"]=false,["dn"]="One Hand Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=553,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[9786]={["id"]=9786,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating","3% increased Movement Speed"},["g"]=554,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={4573,33558},["in"]={[0]=9786}},[4573]={["id"]=4573,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Movement Skill Cooldown Recovery",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Evasion Rating","10% increased Cooldown Recovery Speed of Movement Skills"},["g"]=554,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={4573,4573}},[33558]={["id"]=33558,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Evasion Rating","3% increased Movement Speed"},["g"]=554,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=3309},["in"]={[0]=33558}},[3309]={["id"]=3309,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=true,["dn"]="Fleetfoot",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Amber Oil - Opalescent Oil","20% increased Evasion Rating","5% increased Movement Speed","10% increased Attack and Cast Speed if you've used a Movement Skill Recently","20% increased Cooldown Recovery Speed of Movement Skills"},["g"]=554,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=4573},["in"]={[0]=3309}},[56917]={["id"]=56917,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=554,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[56814]={["id"]=56814,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Blind Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating","20% increased Blind duration"},["g"]=555,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={36287,46694,11850},["in"]={}},[46694]={["id"]=46694,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Blind Avoidance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+100 to Evasion Rating","14% increased Evasion Rating","40% chance to Avoid Blind"},["g"]=555,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17608},["in"]={[0]=46694}},[11850]={["id"]=11850,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Blind Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Evasion Rating","5% chance to Blind Enemies on Hit with Attacks"},["g"]=555,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=17608},["in"]={[0]=11850}},[17608]={["id"]=17608,["icon"]="Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png",["ks"]=false,["not"]=true,["dn"]="Silent Steps",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Crimson Oil - Golden Oil","20% increased Evasion Rating","60% chance to Avoid Blind","5% reduced Damage taken from Blinded Enemies"},["g"]=555,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={17608,17608}},[50154]={["id"]=50154,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=555,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[45033]={["id"]=45033,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Phasing",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating","10% chance to gain Phasing for 4 seconds on Kill"},["g"]=556,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15344},["in"]={[0]=45033}},[53324]={["id"]=53324,["icon"]="Art/2DArt/SkillIcons/passives/evasion.png",["ks"]=false,["not"]=false,["dn"]="Evasion and Phasing",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Evasion Rating","10% chance to gain Phasing for 4 seconds on Kill"},["g"]=556,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45033},["in"]={[0]=53324}},[15344]={["id"]=15344,["icon"]="Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png",["ks"]=false,["not"]=true,["dn"]="Freedom of Movement",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Crimson Oil - Black Oil","30% increased Evasion Rating","5% chance to Dodge Attack Hits while Phasing","10% increased Movement Speed while Phasing","10% chance to gain Phasing for 4 seconds on Kill"},["g"]=556,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=15344}},[2957]={["id"]=2957,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+150 to Armour","12% increased Armour"},["g"]=557,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54629},["in"]={[0]=2957}},[64221]={["id"]=64221,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour and Endurance Charges",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Armour","10% chance to gain an Endurance Charge when you are Hit"},["g"]=557,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=54629},["in"]={[0]=64221}},[39678]={["id"]=39678,["icon"]="Art/2DArt/SkillIcons/passives/dmgreduction.png",["ks"]=false,["not"]=false,["dn"]="Armour",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Armour"},["g"]=557,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={2957,64221},["in"]={[0]=39678}},[54629]={["id"]=54629,["icon"]="Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png",["ks"]=false,["not"]=true,["dn"]="Inexorable",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Sepia Oil - Silver Oil","20% increased Armour","Regenerate 0.2% of Life per second per Endurance Charge","10% chance to gain an Endurance Charge when you are Hit","Enemies have -5% to Total Physical Damage Reduction against your Hits","30% increased Armour while stationary"},["g"]=557,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={54629,54629}},[58407]={["id"]=58407,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupArmour.png",["ks"]=false,["not"]=false,["dn"]="Armour Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=557,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[9844]={["id"]=9844,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png",["ks"]=false,["not"]=false,["dn"]="Channelling Attack Speed and Stun Avoidance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills have 4% increased Attack Speed","10% chance to Avoid being Stunned while Channelling"},["g"]=558,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46593},["in"]={[0]=9844}},[1513]={["id"]=1513,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png",["ks"]=false,["not"]=false,["dn"]="Channelling Attack Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills deal 8% increased Attack Damage","Channelling Skills have 3% increased Attack Speed"},["g"]=558,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12412,9844},["in"]={}},[46593]={["id"]=46593,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png",["ks"]=false,["not"]=false,["dn"]="Channelling Attack Speed and Stun Avoidance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Channelling Skills have 4% increased Attack Speed","10% chance to Avoid being Stunned while Channelling"},["g"]=558,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=2959},["in"]={[0]=46593}},[2959]={["id"]=2959,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png",["ks"]=false,["not"]=true,["dn"]="Unpredictable Offensive",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Silver Oil - Golden Oil","5% chance to Dodge Attack Hits while Channelling","Channelling Skills have 10% increased Attack Speed","20% chance to Avoid being Stunned while Channelling"},["g"]=558,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=2959}},[22914]={["id"]=22914,["icon"]="Art/2DArt/SkillIcons/passives/ChannellingAttacksMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Channelling Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=558,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[53292]={["id"]=53292,["icon"]="Art/2DArt/SkillIcons/passives/ImapleNode.png",["ks"]=false,["not"]=false,["dn"]="Impale Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Impale Effect"},["g"]=559,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=15124},["in"]={[0]=53292}},[40841]={["id"]=40841,["icon"]="Art/2DArt/SkillIcons/passives/ImpaleNode2.png",["ks"]=false,["not"]=false,["dn"]="Impale Chance and Physical Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Attack Physical Damage","5% chance to Impale Enemies on Hit with Attacks"},["g"]=559,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={59833,53292},["in"]={[0]=40841}},[59833]={["id"]=59833,["icon"]="Art/2DArt/SkillIcons/passives/ImpaleNode2.png",["ks"]=false,["not"]=false,["dn"]="Impale Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% chance to Impale Enemies on Hit with Attacks"},["g"]=559,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9194},["in"]={[0]=59833}},[15124]={["id"]=15124,["icon"]="Art/2DArt/SkillIcons/passives/ImapleNode.png",["ks"]=false,["not"]=false,["dn"]="Impale Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Impale Effect"},["g"]=559,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9194},["in"]={[0]=15124}},[9194]={["id"]=9194,["icon"]="Art/2DArt/SkillIcons/passives/ImpaleNotable1.png",["ks"]=false,["not"]=true,["dn"]="Swift Skewering",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Opalescent Oil - Golden Oil","15% increased Attack Physical Damage","5% increased Attack Speed","Enemies you Impale have -10% to Total Physical Damage Reduction against Impale Hits","15% chance to Impale Enemies on Hit with Attacks"},["g"]=559,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={9194,9194}},[11596]={["id"]=11596,["icon"]="Art/2DArt/SkillIcons/passives/ImpaleMasterySymbol.png",["ks"]=false,["not"]=false,["dn"]="Impale Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=559,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[23951]={["id"]=23951,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Movement Speed per Frenzy Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"2% increased Movement Speed per Frenzy Charge"},["g"]=560,["o"]=3,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=16213},["in"]={[0]=23951}},[57449]={["id"]=57449,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Evasion per Frenzy Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Evasion Rating per Frenzy Charge"},["g"]=560,["o"]=3,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=23951},["in"]={[0]=57449}},[16213]={["id"]=16213,["icon"]="Art/2DArt/SkillIcons/passives/chargedex.png",["ks"]=false,["not"]=false,["dn"]="Attack Speed per Frenzy Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"2% increased Attack Speed per Frenzy Charge"},["g"]=560,["o"]=3,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58921},["in"]={[0]=16213}},[58921]={["id"]=58921,["icon"]="Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png",["ks"]=false,["not"]=true,["dn"]="Disciple of the Slaughter",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Violet Oil - Crimson Oil","+1 to Minimum Frenzy Charges","5% chance to gain a Frenzy Charge on Kill","5% increased Damage per Frenzy Charge"},["g"]=560,["o"]=3,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=58921}},[57011]={["id"]=57011,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Stun Duration per Endurance Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"5% increased Stun Duration on Enemies per Endurance Charge"},["g"]=560,["o"]=3,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=65485},["in"]={[0]=57011}},[65485]={["id"]=65485,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Life Regeneration per Endurance Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Regenerate 0.2% of Life per second per Endurance Charge"},["g"]=560,["o"]=3,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=32690},["in"]={[0]=65485}},[32690]={["id"]=32690,["icon"]="Art/2DArt/SkillIcons/passives/chargestr.png",["ks"]=false,["not"]=false,["dn"]="Area of Effect per Endurance Charge",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"3% increased Area of Effect per Endurance Charge"},["g"]=560,["o"]=3,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=64882},["in"]={[0]=32690}},[64882]={["id"]=64882,["icon"]="Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png",["ks"]=false,["not"]=true,["dn"]="Disciple of the Unyielding",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Azure Oil - Azure Oil - Crimson Oil","+1 to Minimum Endurance Charges","5% chance to gain an Endurance Charge on Kill","5% increased Damage per Endurance Charge"},["g"]=560,["o"]=3,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=64882}},[7013]={["id"]=7013,["icon"]="Art/2DArt/SkillIcons/passives/EnduranceFrenzyChargeMastery.png",["ks"]=false,["not"]=false,["dn"]="Frenzy and Endurance Charge Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=560,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[11678]={["id"]=11678,["icon"]="Art/2DArt/SkillIcons/passives/ProjectilesNode2.png",["ks"]=false,["not"]=false,["dn"]="Projectile Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Projectile Attack Damage"},["g"]=561,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={44306,36912,30679},["in"]={}},[36912]={["id"]=36912,["icon"]="Art/2DArt/SkillIcons/passives/ProjectilesNode2.png",["ks"]=false,["not"]=false,["dn"]="Projectile Attack Damage and Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"4% increased Attack Speed","10% increased Projectile Attack Damage"},["g"]=561,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8458},["in"]={[0]=36912}},[59625]={["id"]=59625,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Speed and Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Speed","10% increased Projectile Attack Damage"},["g"]=561,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=8458},["in"]={[0]=59625}},[44306]={["id"]=44306,["icon"]="Art/2DArt/SkillIcons/passives/projectilespeed.png",["ks"]=false,["not"]=false,["dn"]="Projectile Speed and Attack Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Projectile Speed","10% increased Projectile Attack Damage"},["g"]=561,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=59625},["in"]={[0]=44306}},[8458]={["id"]=8458,["icon"]="Art/2DArt/SkillIcons/passives/ProjectilesNode2.png",["ks"]=false,["not"]=true,["dn"]="Longshot",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Teal Oil - Teal Oil - Silver Oil","20% increased Projectile Speed","20% increased Projectile Attack Damage","Projectiles gain Damage as they travel farther, dealing up\nto 40% increased Damage with Hits to targets"},["g"]=561,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={8458,8458}},[35496]={["id"]=35496,["icon"]="Art/2DArt/SkillIcons/passives/MasteryProjectiles.png",["ks"]=false,["not"]=false,["dn"]="Projectile Attack Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=561,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[25531]={["id"]=25531,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to Strength"},["g"]=562,["o"]=1,["oidx"]=4,["sa"]=15,["da"]=0,["ia"]=0,["out"]={19884,14930},["in"]={}},[19884]={["id"]=19884,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=false,["dn"]="Strength",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to Strength"},["g"]=562,["o"]=1,["oidx"]=0,["sa"]=15,["da"]=0,["ia"]=0,["out"]={[0]=49772},["in"]={[0]=19884}},[49772]={["id"]=49772,["icon"]="Art/2DArt/SkillIcons/passives/plusstrength.png",["ks"]=false,["not"]=true,["dn"]="Utmost Might",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Black Oil - Opalescent Oil - Golden Oil","+40 to Strength","8% increased Strength"},["g"]=562,["o"]=1,["oidx"]=2,["sa"]=40,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=49772}},[27592]={["id"]=27592,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to Intelligence"},["g"]=563,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=15,["out"]={44924,33310},["in"]={}},[44924]={["id"]=44924,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=false,["dn"]="Intelligence",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+15 to Intelligence"},["g"]=563,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=15,["out"]={[0]=55114},["in"]={[0]=44924}},[55114]={["id"]=55114,["icon"]="Art/2DArt/SkillIcons/passives/plusintelligence.png",["ks"]=false,["not"]=true,["dn"]="Utmost Intellect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Black Oil - Silver Oil - Silver Oil","+40 to Intelligence","8% increased Intelligence"},["g"]=563,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=40,["out"]={},["in"]={[0]=55114}},[45341]={["id"]=45341,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Axes","8% increased Accuracy Rating with Axes","12% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=564,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=60031},["in"]={[0]=45341}},[6043]={["id"]=6043,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Axes","8% increased Accuracy Rating with Axes","12% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=564,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45341},["in"]={[0]=6043}},[50340]={["id"]=50340,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Axes","8% increased Accuracy Rating with Axes","10% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=564,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={24865,6043},["in"]={}},[60031]={["id"]=60031,["icon"]="Art/2DArt/SkillIcons/passives/AxeNotable1.png",["ks"]=false,["not"]=true,["dn"]="Harvester of Foes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Verdant Oil - Violet Oil - Opalescent Oil","20% increased Damage with Axes","12% increased Accuracy Rating with Axes","15% increased Attack Speed while Leeching","20% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=564,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=60031}},[9227]={["id"]=9227,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=564,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[19388]={["id"]=19388,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Accuracy",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Axes","10% increased Accuracy Rating with Axes"},["g"]=565,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52090},["in"]={[0]=19388}},[23852]={["id"]=23852,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Damage with Axes","12% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=565,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={32519,19388},["in"]={[0]=23852}},[32519]={["id"]=32519,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Axes","20% increased Critical Strike Chance with Axes","10% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=565,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=26188},["in"]={[0]=32519}},[26188]={["id"]=26188,["icon"]="Art/2DArt/SkillIcons/passives/damageaxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Damage and Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Damage with Axes","20% increased Critical Strike Chance with Axes","10% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=565,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=52090},["in"]={[0]=26188}},[52090]={["id"]=52090,["icon"]="Art/2DArt/SkillIcons/passives/AxeNotable2.png",["ks"]=false,["not"]=true,["dn"]="Feller of Foes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Crimson Oil - Black Oil","30% increased Damage with Axes","+30% to Critical Strike Multiplier with Axes","+200 to Accuracy Rating with Axes","30% increased Damage with Ailments from Attack Skills while wielding an Axe"},["g"]=565,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={52090,52090}},[55192]={["id"]=55192,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png",["ks"]=false,["not"]=false,["dn"]="Axe Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=565,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[43822]={["id"]=43822,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Maces and Sceptres","10% increased Stun Duration on Enemies","12% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=566,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={35992,2411},["in"]={[0]=43822}},[2411]={["id"]=2411,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Maces and Sceptres","5% chance to double Stun Duration","14% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=566,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5126},["in"]={[0]=2411}},[35992]={["id"]=35992,["icon"]="Art/2DArt/SkillIcons/passives/macedmg.png",["ks"]=false,["not"]=false,["dn"]="Mace Damage and Reduced Enemy Stun Threshold",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Damage with Maces and Sceptres","5% reduced Enemy Stun Threshold with Maces and Sceptres","14% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=566,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=5126},["in"]={[0]=35992}},[5126]={["id"]=5126,["icon"]="Art/2DArt/SkillIcons/passives/stunmace.png",["ks"]=false,["not"]=true,["dn"]="Spinecruncher",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Black Oil - Opalescent Oil - Opalescent Oil","28% increased Physical Damage with Maces and Sceptres","Enemies have -12% to Total Physical Damage Reduction against your Hits","50% increased Stun Duration against Enemies that are on Full Life","10% chance to double Stun Duration","28% increased Damage with Ailments from Attack Skills while wielding a Mace or Sceptre"},["g"]=566,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={5126,5126}},[22391]={["id"]=22391,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMace.png",["ks"]=false,["not"]=false,["dn"]="Mace Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=566,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[23904]={["id"]=23904,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.png",["ks"]=false,["not"]=false,["dn"]="Two Hand Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=567,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[15438]={["id"]=15438,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","10% increased Stun Duration with Two Handed Melee Weapons on Enemies","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=567,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49412,8426},["in"]={}},[8426]={["id"]=8426,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Reduced Enemy Stun Threshold",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","5% reduced Enemy Stun Threshold","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=567,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29034},["in"]={[0]=8426}},[29034]={["id"]=29034,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=false,["dn"]="Two Handed Melee Damage and Stun Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Damage with Two Handed Melee Weapons","20% increased Stun Duration with Two Handed Melee Weapons on Enemies","12% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon"},["g"]=567,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=35436},["in"]={[0]=29034}},[35436]={["id"]=35436,["icon"]="Art/2DArt/SkillIcons/passives/2handeddamage.png",["ks"]=false,["not"]=true,["dn"]="Kinetic Impacts",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Teal Oil - Silver Oil","24% increased Physical Damage with Two Handed Melee Weapons","Enemies have -15% to Total Physical Damage Reduction against your Hits","10% chance to double Stun Duration","24% increased Damage with Ailments from Attack Skills while wielding a Two Handed Weapon","4% chance to deal Double Damage"},["g"]=567,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=35436}},[44922]={["id"]=44922,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Shield Damage and Defences",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"14% increased Physical Attack Damage while holding a Shield","30% increased Defences from Equipped Shield","Attack Skills deal 14% increased Damage with Ailments while holding a Shield"},["g"]=568,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=48813},["in"]={[0]=44922}},[48813]={["id"]=48813,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Shield Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"12% increased Physical Attack Damage while holding a Shield","Attack Skills deal 12% increased Damage with Ailments while holding a Shield","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=568,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=861},["in"]={[0]=48813}},[10851]={["id"]=10851,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=false,["dn"]="Shield Damage and Block",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Physical Attack Damage while holding a Shield","Attack Skills deal 10% increased Damage with Ailments while holding a Shield","+2% Chance to Block Attack Damage while holding a Shield"},["g"]=568,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44922},["in"]={[0]=10851}},[861]={["id"]=861,["icon"]="Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png",["ks"]=false,["not"]=true,["dn"]="Aggressive Bastion",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Clear Oil - Amber Oil","30% increased Physical Attack Damage while holding a Shield","Attack Skills deal 30% increased Damage with Ailments while holding a Shield","5% chance to gain an Endurance Charge on Kill while holding a Shield","+4% Chance to Block Attack Damage while holding a Shield"},["g"]=568,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=861}},[788]={["id"]=788,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupShield.png",["ks"]=false,["not"]=false,["dn"]="Shield Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=568,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[22472]={["id"]=22472,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana"},["g"]=569,["o"]=2,["oidx"]=8,["sa"]=0,["da"]=0,["ia"]=0,["out"]={28076,57167},["in"]={[0]=22472}},[57167]={["id"]=57167,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Arcane Surge Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","10% increased Effect of Arcane Surge on you"},["g"]=569,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51108},["in"]={[0]=57167}},[28076]={["id"]=28076,["icon"]="Art/2DArt/SkillIcons/passives/mana.png",["ks"]=false,["not"]=false,["dn"]="Mana and Mana Regeneration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased maximum Mana","10% increased Mana Regeneration Rate"},["g"]=569,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=51108},["in"]={[0]=28076}},[51108]={["id"]=51108,["icon"]="Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png",["ks"]=false,["not"]=true,["dn"]="Arcane Capacitor",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Clear Oil - Teal Oil","15% increased maximum Mana","10% increased Effect of Arcane Surge on you per\n200 Mana spent Recently, up to 50%","10% chance to gain Arcane Surge when you Kill an Enemy"},["g"]=569,["o"]=2,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={51108,51108}},[47387]={["id"]=47387,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupMana.png",["ks"]=false,["not"]=false,["dn"]="Mana Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=569,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[9370]={["id"]=9370,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 4% increased Movement Speed","Minions deal 8% increased Damage"},["g"]=570,["o"]=2,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={44360,49651},["in"]={}},[44360]={["id"]=44360,["icon"]="Art/2DArt/SkillIcons/passives/minionattackspeed.png",["ks"]=false,["not"]=false,["dn"]="Minion Attack and Cast Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 5% increased Attack Speed","Minions have 5% increased Cast Speed"},["g"]=570,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6685},["in"]={[0]=44360}},[6685]={["id"]=6685,["icon"]="Art/2DArt/SkillIcons/passives/miniondamageBlue.png",["ks"]=false,["not"]=false,["dn"]="Minion Damage and Movement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Minions have 5% increased Movement Speed","Minions deal 10% increased Damage"},["g"]=570,["o"]=2,["oidx"]=10,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=29381},["in"]={[0]=6685}},[29381]={["id"]=29381,["icon"]="Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png",["ks"]=false,["not"]=true,["dn"]="Ravenous Horde",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Azure Oil - Golden Oil","Minions have 10% increased Movement Speed","Minions deal 20% increased Damage","Minions have 5% increased Attack Speed","Minions have 5% increased Cast Speed","Minions have 10% chance to gain Onslaught for 4 seconds on Kill"},["g"]=570,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=29381}},[33772]={["id"]=33772,["icon"]="Art/2DArt/SkillIcons/passives/MinionMastery.png",["ks"]=false,["not"]=false,["dn"]="Minion Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=570,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[15167]={["id"]=15167,["icon"]="Art/2DArt/SkillIcons/passives/GolemsNode.png",["ks"]=false,["not"]=false,["dn"]="Golem Life and Buff Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Effect of Buffs granted by your Golems","Golems have 12% increased Maximum Life"},["g"]=571,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={24872,4367},["in"]={}},[24872]={["id"]=24872,["icon"]="Art/2DArt/SkillIcons/passives/GolemsNode.png",["ks"]=false,["not"]=false,["dn"]="Golem Life and Buff Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Effect of Buffs granted by your Golems","Golems have 12% increased Maximum Life"},["g"]=571,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=34506},["in"]={[0]=24872}},[34506]={["id"]=34506,["icon"]="Art/2DArt/SkillIcons/passives/GolemsNotable.png",["ks"]=false,["not"]=true,["dn"]="Golem Commander",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Azure Oil - Opalescent Oil","20% increased Damage while you have a Summoned Golem","30% increased Effect of Buffs granted by your Golems","Golems have 15% increased Maximum Life","+1 to maximum number of Golems"},["g"]=571,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=34506}},[23438]={["id"]=23438,["icon"]="Art/2DArt/SkillIcons/passives/flaskint.png",["ks"]=false,["not"]=false,["dn"]="Mana Flasks and Flask Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Mana Recovery from Flasks","5% increased Flask Effect Duration"},["g"]=572,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={16602,37671},["in"]={}},[16602]={["id"]=16602,["icon"]="Art/2DArt/SkillIcons/passives/flaskint.png",["ks"]=false,["not"]=false,["dn"]="Mana Flasks and Flask Duration",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Mana Recovery from Flasks","5% increased Flask Effect Duration"},["g"]=572,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=41137},["in"]={[0]=16602}},[41137]={["id"]=41137,["icon"]="Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png",["ks"]=false,["not"]=true,["dn"]="Aqueous Accelerant",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Amber Oil - Amber Oil","Flasks applied to you have 10% increased Effect","8% increased Attack and Cast Speed during Effect of any Mana Flask","10% increased Mana Recovery Rate during Effect of any Mana Flask"},["g"]=572,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=41137}},[31371]={["id"]=31371,["icon"]="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Mine Damage","Skills used by Mines have 6% increased Area of Effect"},["g"]=573,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={40751,36287},["in"]={}},[40751]={["id"]=40751,["icon"]="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage and Area of Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"6% increased Mine Damage","Skills used by Mines have 6% increased Area of Effect"},["g"]=573,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=6233},["in"]={[0]=40751}},[6233]={["id"]=6233,["icon"]="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png",["ks"]=false,["not"]=true,["dn"]="Blast Waves",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Sepia Oil - Violet Oil","Skills used by Mines deal 30% increased Area Damage if you Detonated a Mine Recently","Skills used by Mines have 10% increased Area of Effect","Skills used by Mines have 10% increased Area of Effect if you Detonated a Mine Recently"},["g"]=573,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=6233}},[12073]={["id"]=12073,["icon"]="Art/2DArt/SkillIcons/passives/MineMastery.png",["ks"]=false,["not"]=false,["dn"]="Mine Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=574,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[52522]={["id"]=52522,["icon"]="Art/2DArt/SkillIcons/passives/trapsradius.png",["ks"]=false,["not"]=false,["dn"]="Mine Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"30% increased Critical Strike Chance with Mines"},["g"]=574,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45608},["in"]={[0]=52522}},[11716]={["id"]=11716,["icon"]="Art/2DArt/SkillIcons/passives/trapcriticalstrike.png",["ks"]=false,["not"]=false,["dn"]="Mine Critical Strike Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+20% to Critical Strike Multiplier with Mines"},["g"]=574,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=45608},["in"]={[0]=11716}},[42744]={["id"]=42744,["icon"]="Art/2DArt/SkillIcons/passives/trapsradius.png",["ks"]=false,["not"]=false,["dn"]="Mine Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% increased Critical Strike Chance with Mines","+10% to Critical Strike Multiplier with Mines"},["g"]=574,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={52522,11716},["in"]={[0]=42744}},[45608]={["id"]=45608,["icon"]="Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png",["ks"]=false,["not"]=true,["dn"]="Successive Detonations",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Clear Oil - Silver Oil - Silver Oil","20% increased Critical Strike Chance for each Mine Detonated\nRecently, up to 100%","+8% to Critical Strike Multiplier for each Mine Detonated\nRecently, up to 40%"},["g"]=574,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={45608,45608}},[42006]={["id"]=42006,["icon"]="Art/2DArt/SkillIcons/passives/MineManaReservationNode.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage and Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Mine Damage","4% reduced Mana Reservation of Skills that throw Mines"},["g"]=575,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={49978,18661},["in"]={}},[18661]={["id"]=18661,["icon"]="Art/2DArt/SkillIcons/passives/MineManaReservationNode.png",["ks"]=false,["not"]=false,["dn"]="Mine Damage and Reduced Mana Reservation",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"8% increased Mine Damage","4% reduced Mana Reservation of Skills that throw Mines"},["g"]=575,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=44102},["in"]={[0]=18661}},[44102]={["id"]=44102,["icon"]="Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png",["ks"]=false,["not"]=true,["dn"]="Efficient Explosives",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Verdant Oil - Black Oil","25% increased Mine Damage","20% increased Mine Duration","12% reduced Mana Reservation of Skills that throw Mines"},["g"]=575,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=44102}},[9015]={["id"]=9015,["icon"]="Art/2DArt/SkillIcons/passives/DireTorment.png",["ks"]=false,["not"]=true,["dn"]="Dire Torment",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"Sepia Oil - Violet Oil - Crimson Oil","+20% to Damage over Time Multiplier for Ailments from Critical Strikes","30% increased Critical Strike Chance"},["g"]=576,["o"]=1,["oidx"]=2,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=9015}},[23439]={["id"]=23439,["icon"]="Art/2DArt/SkillIcons/passives/criticalstrikechance.png",["ks"]=false,["not"]=false,["dn"]="Critical Strike Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance"},["g"]=576,["o"]=1,["oidx"]=4,["sa"]=0,["da"]=0,["ia"]=0,["out"]={39524,21301},["in"]={}},[39524]={["id"]=39524,["icon"]="Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png",["ks"]=false,["not"]=false,["dn"]="Critical Ailment Damage Over Time Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+12% to Damage over Time Multiplier for Ailments from Critical Strikes"},["g"]=576,["o"]=1,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=9015},["in"]={[0]=39524}},[4750]={["id"]=4750,["icon"]="Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Attack and Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Placement speed","Attacks used by Totems have 5% increased Attack Speed"},["g"]=577,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58288},["in"]={[0]=4750}},[58288]={["id"]=58288,["icon"]="Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png",["ks"]=false,["not"]=false,["dn"]="Totem Attack and Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Placement speed","Attacks used by Totems have 5% increased Attack Speed"},["g"]=577,["o"]=2,["oidx"]=11,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={58288,58288}},[63618]={["id"]=63618,["icon"]="Art/2DArt/SkillIcons/passives/RangedTotemDamage.png",["ks"]=false,["not"]=false,["dn"]="Totem Damage and Placement Speed",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Totem Damage","15% increased Totem Placement speed"},["g"]=577,["o"]=2,["oidx"]=7,["sa"]=0,["da"]=0,["ia"]=0,["out"]={4750,32555},["in"]={[0]=63618}},[42632]={["id"]=42632,["icon"]="Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png",["ks"]=false,["not"]=false,["dn"]="Totem Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Totem Skills","+10% to Critical Strike Multiplier with Totem Skills"},["g"]=577,["o"]=2,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=63618},["in"]={[0]=42632}},[27444]={["id"]=27444,["icon"]="Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png",["ks"]=false,["not"]=false,["dn"]="Totem Critical Strike Chance and Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"20% increased Critical Strike Chance with Totem Skills","+10% to Critical Strike Multiplier with Totem Skills"},["g"]=577,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={15290,42632},["in"]={}},[15290]={["id"]=15290,["icon"]="Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png",["ks"]=false,["not"]=true,["dn"]="Watchtowers",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"24% increased Totem Damage","Attack Skills have +1 to maximum number of Summoned Ballista Totems","1% increased Movement Speed per Summoned Totem","Totems' Action Speed cannot be modified to below base value"},["g"]=577,["o"]=2,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=58288},["in"]={[0]=15290}},[43846]={["id"]=43846,["icon"]="Art/2DArt/SkillIcons/passives/RangedTotemMastery.png",["ks"]=false,["not"]=false,["dn"]="Totem mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=577,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[38706]={["id"]=38706,["icon"]="Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png",["ks"]=false,["not"]=true,["dn"]="Way of the Warrior",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"Azure Oil - Golden Oil - Golden Oil","16% increased Armour","+16 to maximum Life","16% increased Melee Damage","+30 to Strength"},["g"]=578,["o"]=0,["oidx"]=0,["sa"]=30,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[41307]={["id"]=41307,["icon"]="Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png",["ks"]=false,["not"]=true,["dn"]="Deadly Inclinations",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"Azure Oil - Azure Oil - Violet Oil","18% increased Evasion Rating","+12 to maximum Life","16% increased Projectile Damage","+30 to Dexterity"},["g"]=579,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=30,["ia"]=0,["out"]={},["in"]={}},[62596]={["id"]=62596,["icon"]="Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png",["ks"]=false,["not"]=true,["dn"]="Mystic Talents",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"Azure Oil - Violet Oil - Silver Oil","16% increased Spell Damage","+14 to maximum Energy Shield","25% increased Mana Regeneration Rate","+30 to Intelligence"},["g"]=580,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=30,["out"]={},["in"]={}},[57006]={["id"]=57006,["icon"]="Art/2DArt/SkillIcons/passives/Boomerang.png",["ks"]=false,["not"]=true,["dn"]="Vengeant Cascade",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"Crimson Oil - Silver Oil - Golden Oil","15% increased Projectile Speed","Attack Projectiles Return to you from final Target","Returning Projectiles Pierce all Targets"},["g"]=581,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[27119]={["id"]=27119,["icon"]="Art/2DArt/SkillIcons/passives/Lineage.png",["ks"]=false,["not"]=true,["dn"]="Tribal Fury",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"Opalescent Oil - Opalescent Oil - Silver Oil","12% increased Melee Damage","Strike Skills target 1 additional nearby Enemy"},["g"]=582,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[52282]={["id"]=52282,["icon"]="Art/2DArt/SkillIcons/passives/BloodPact.png",["ks"]=false,["not"]=true,["dn"]="Tenacity",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"Verdant Oil - Silver Oil - Silver Oil","5% increased maximum Life","Transfiguration of Body"},["g"]=583,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[5624]={["id"]=5624,["icon"]="Art/2DArt/SkillIcons/passives/MindPact.png",["ks"]=false,["not"]=true,["dn"]="Crusader",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"Sepia Oil - Verdant Oil - Crimson Oil","8% increased maximum Mana","Transfiguration of Mind"},["g"]=584,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[56207]={["id"]=56207,["icon"]="Art/2DArt/SkillIcons/passives/DarkestHour.png",["ks"]=false,["not"]=true,["dn"]="Hardened Scars",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["isBlighted"]=true,["spc"]={},["sd"]={"Sepia Oil - Violet Oil - Opalescent Oil","15% increased Life Recovery from Flasks","You have Fortify during Effect of any Life Flask"},["g"]=585,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[35101]={["id"]=35101,["icon"]="Art/2DArt/SkillIcons/passives/MasteryGroupFire.png",["ks"]=false,["not"]=false,["dn"]="Ignite Attacks Mastery",["m"]=true,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={},["g"]=586,["o"]=0,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={}},[26365]={["id"]=26365,["icon"]="Art/2DArt/SkillIcons/passives/firedamagestr.png",["ks"]=false,["not"]=false,["dn"]="Weapon Fire Damage and Ignite Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% chance to Ignite","10% increased Fire Damage with Attack Skills"},["g"]=586,["o"]=2,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={12415,7187},["in"]={[0]=26365}},[12415]={["id"]=12415,["icon"]="Art/2DArt/SkillIcons/passives/firedamagestr.png",["ks"]=false,["not"]=false,["dn"]="Weapon Fire Damage, Ignite Duration and Ignite Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Ignite Duration on Enemies","15% chance to Ignite","10% increased Fire Damage with Attack Skills"},["g"]=586,["o"]=2,["oidx"]=0,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36736},["in"]={[0]=12415}},[36736]={["id"]=36736,["icon"]="Art/2DArt/SkillIcons/passives/FireAilment.png",["ks"]=false,["not"]=true,["dn"]="Burning Brutality",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+8% to Fire Damage over Time Multiplier","Ignites you inflict deal Damage 8% faster","24% increased Fire Damage with Attack Skills"},["g"]=586,["o"]=2,["oidx"]=9,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={36736,36736}},[7187]={["id"]=7187,["icon"]="Art/2DArt/SkillIcons/passives/firedamagestr.png",["ks"]=false,["not"]=false,["dn"]="Weapon Fire Damage and Burning Damage Multiplier",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"+4% to Fire Damage over Time Multiplier","10% increased Fire Damage with Attack Skills"},["g"]=586,["o"]=2,["oidx"]=6,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=36736},["in"]={[0]=7187}},[46471]={["id"]=46471,["icon"]="Art/2DArt/SkillIcons/passives/LightingAilment.png",["ks"]=false,["not"]=true,["dn"]="Shocking Strikes",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"15% chance to Shock","30% increased Critical Strike Chance against Shocked Enemies","24% increased Lightning Damage with Attack Skills","15% increased Effect of Shock"},["g"]=599,["o"]=1,["oidx"]=3,["sa"]=0,["da"]=0,["ia"]=0,["out"]={},["in"]={[0]=46471}},[21048]={["id"]=21048,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Weapon Lightning Damage and Shock Effect",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% increased Lightning Damage with Attack Skills","10% increased Effect of Shock"},["g"]=599,["o"]=1,["oidx"]=1,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=46471},["in"]={[0]=21048}},[10555]={["id"]=10555,["icon"]="Art/2DArt/SkillIcons/passives/lightningint.png",["ks"]=false,["not"]=false,["dn"]="Weapon Lightning Damage and Shock Chance",["m"]=false,["isJewelSocket"]=false,["isMultipleChoice"]=false,["isMultipleChoiceOption"]=false,["passivePointsGranted"]=0,["spc"]={},["sd"]={"10% chance to Shock","10% increased Lightning Damage with Attack Skills"},["g"]=599,["o"]=1,["oidx"]=5,["sa"]=0,["da"]=0,["ia"]=0,["out"]={[0]=21048},["in"]={[0]=10555}}},["extraImages"]={[1]={["x"]=-4070.52,["y"]=7.37268,["image"]="Art/2DArt/BaseClassIllustrations/Str.png"},[2]={["x"]=1493.04,["y"]=104.839,["image"]="Art/2DArt/BaseClassIllustrations/Dex.png"},[3]={["x"]=-1533.64,["y"]=-3297.78,["image"]="Art/2DArt/BaseClassIllustrations/Int.png"},[4]={["x"]=-1956.89,["y"]=1203.03,["image"]="Art/2DArt/BaseClassIllustrations/StrDex.png"},[5]={["x"]=-3262.85,["y"]=-2927.48,["image"]="Art/2DArt/BaseClassIllustrations/StrInt.png"},[6]={["x"]=1210.46,["y"]=-3517.19,["image"]="Art/2DArt/BaseClassIllustrations/DexInt.png"}},["min_x"]=-10524,["min_y"]=-7797,["max_x"]=9618,["max_y"]=8284,["assets"]={["PSSkillFrame"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MCwic3AiOjAuMTI0Nn1d/4874910c47/Skill_Frame_Unallocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MCwic3AiOjAuMjEwOX1d/3e5b817806/Skill_Frame_Unallocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MCwic3AiOjAuMjk3Mn1d/157ccd3eb9/Skill_Frame_Unallocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MCwic3AiOjAuMzgzNX1d/31b37b4c99/Skill_Frame_Unallocated.png"},["PSSkillFrameHighlighted"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6Miwic3AiOjAuMTI0Nn1d/12a5c40b4b/Skill_Frame_CanAllocate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6Miwic3AiOjAuMjEwOX1d/138e133fba/Skill_Frame_CanAllocate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6Miwic3AiOjAuMjk3Mn1d/afd4b6bad5/Skill_Frame_CanAllocate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6Miwic3AiOjAuMzgzNX1d/9354a3e29e/Skill_Frame_CanAllocate.png"},["PSSkillFrameActive"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MSwic3AiOjAuMTI0Nn1d/0ae0582589/Skill_Frame_Allocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MSwic3AiOjAuMjEwOX1d/8f675d6cc4/Skill_Frame_Allocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MSwic3AiOjAuMjk3Mn1d/544d5706b4/Skill_Frame_Allocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MSwic3AiOjAuMzgzNX1d/70d8e5ba02/Skill_Frame_Allocated.png"},["KeystoneFrameUnallocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6Mywic3AiOjAuMTI0Nn1d/e4d6465f09/KeystoneFrameUnallocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6Mywic3AiOjAuMjEwOX1d/e154dfadf6/KeystoneFrameUnallocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6Mywic3AiOjAuMjk3Mn1d/39a4035ad7/KeystoneFrameUnallocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6Mywic3AiOjAuMzgzNX1d/4ba547e08c/KeystoneFrameUnallocated.png"},["KeystoneFrameCanAllocate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NSwic3AiOjAuMTI0Nn1d/87c33b6288/KeystoneFrameCanAllocate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NSwic3AiOjAuMjEwOX1d/702f9d1d6d/KeystoneFrameCanAllocate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NSwic3AiOjAuMjk3Mn1d/d46752122e/KeystoneFrameCanAllocate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NSwic3AiOjAuMzgzNX1d/b7c93603d4/KeystoneFrameCanAllocate.png"},["KeystoneFrameAllocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NCwic3AiOjAuMTI0Nn1d/dd9f39f1b7/KeystoneFrameAllocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NCwic3AiOjAuMjEwOX1d/bcd9fd8788/KeystoneFrameAllocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NCwic3AiOjAuMjk3Mn1d/f623ec4270/KeystoneFrameAllocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NCwic3AiOjAuMzgzNX1d/88938886c7/KeystoneFrameAllocated.png"},["PSGroupBackground1"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRTbWFsbCIsInNwIjowLjEyNDZ9XQ/2b0ea50b94/Group_Background_1.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRTbWFsbCIsInNwIjowLjIxMDl9XQ/c9cace5e95/Group_Background_1.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRTbWFsbCIsInNwIjowLjI5NzJ9XQ/8cd72f9533/Group_Background_1.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRTbWFsbCIsInNwIjowLjM4MzV9XQ/79a297401b/Group_Background_1.png"},["PSGroupBackground2"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRNZWRpdW0iLCJzcCI6MC4xMjQ2fV0/9fa88538cd/Group_Background_2.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRNZWRpdW0iLCJzcCI6MC4yMTA5fV0/19980d72a6/Group_Background_2.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRNZWRpdW0iLCJzcCI6MC4yOTcyfV0/e11d327a4e/Group_Background_2.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRNZWRpdW0iLCJzcCI6MC4zODM1fV0/113612444d/Group_Background_2.png"},["PSGroupBackground3"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRMYXJnZUhhbGYiLCJzcCI6MC4xMjQ2fV0/b555832d17/Group_Background_3.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRMYXJnZUhhbGYiLCJzcCI6MC4yMTA5fV0/17e30e56dc/Group_Background_3.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRMYXJnZUhhbGYiLCJzcCI6MC4yOTcyfV0/110e8f1edc/Group_Background_3.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Hcm91cEJhY2tncm91bmRMYXJnZUhhbGYiLCJzcCI6MC4zODM1fV0/0e8bab014c/Group_Background_3.png"},["Orbit1Normal"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6MSwic3AiOjAuMTI0Nn1d/8e94be2c29/PSOrbit1Normal.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6MSwic3AiOjAuMjEwOX1d/d6b26ae7b3/PSOrbit1Normal.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6MSwic3AiOjAuMjk3Mn1d/7f9eaa2b01/PSOrbit1Normal.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6MSwic3AiOjAuMzgzNX1d/b3a3b31939/PSOrbit1Normal.png"},["Orbit1Intermediate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjEsInNwIjowLjEyNDZ9XQ/e2499118d3/Orbit1Intermediate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjEsInNwIjowLjIxMDl9XQ/e4cf503fec/Orbit1Intermediate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjEsInNwIjowLjI5NzJ9XQ/fd9dcf6d0e/Orbit1Intermediate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjEsInNwIjowLjM4MzV9XQ/12f2022f07/Orbit1Intermediate.png"},["Orbit1Active"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjEsInNwIjowLjEyNDZ9XQ/843999d904/Orbit1Active.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjEsInNwIjowLjIxMDl9XQ/6ac810784d/Orbit1Active.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjEsInNwIjowLjI5NzJ9XQ/d29f19876d/Orbit1Active.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjEsInNwIjowLjM4MzV9XQ/a66fdd9072/Orbit1Active.png"},["Orbit2Normal"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6Miwic3AiOjAuMTI0Nn1d/9d1150b854/Orbit2Normal.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6Miwic3AiOjAuMjEwOX1d/eb3a2a06ff/Orbit2Normal.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6Miwic3AiOjAuMjk3Mn1d/b98f0cf0a6/Orbit2Normal.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6Miwic3AiOjAuMzgzNX1d/6eebff774f/Orbit2Normal.png"},["Orbit2Intermediate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjIsInNwIjowLjEyNDZ9XQ/d9790b6a66/Orbit2Intermediate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjIsInNwIjowLjIxMDl9XQ/f233cce39d/Orbit2Intermediate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjIsInNwIjowLjI5NzJ9XQ/bc96f06da2/Orbit2Intermediate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjIsInNwIjowLjM4MzV9XQ/2678cfc0bc/Orbit2Intermediate.png"},["Orbit2Active"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjIsInNwIjowLjEyNDZ9XQ/aa4da2ed0a/Orbit2Active.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjIsInNwIjowLjIxMDl9XQ/ee16f0fb1f/Orbit2Active.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjIsInNwIjowLjI5NzJ9XQ/76636321db/Orbit2Active.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjIsInNwIjowLjM4MzV9XQ/76e3393326/Orbit2Active.png"},["Orbit3Normal"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6Mywic3AiOjAuMTI0Nn1d/b4d191aae5/Orbit3Normal.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6Mywic3AiOjAuMjEwOX1d/e8c1e9440d/Orbit3Normal.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6Mywic3AiOjAuMjk3Mn1d/1a7869b3dc/Orbit3Normal.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6Mywic3AiOjAuMzgzNX1d/010b8760de/Orbit3Normal.png"},["Orbit3Intermediate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjMsInNwIjowLjEyNDZ9XQ/3d1d2639fc/Orbit3Intermediate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjMsInNwIjowLjIxMDl9XQ/5e8b9cef37/Orbit3Intermediate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjMsInNwIjowLjI5NzJ9XQ/e5aa095c89/Orbit3Intermediate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjMsInNwIjowLjM4MzV9XQ/0d93dcbcbf/Orbit3Intermediate.png"},["Orbit3Active"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjMsInNwIjowLjEyNDZ9XQ/d066389076/Orbit3Active.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjMsInNwIjowLjIxMDl9XQ/18bde9c442/Orbit3Active.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjMsInNwIjowLjI5NzJ9XQ/49cb9e33f1/Orbit3Active.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjMsInNwIjowLjM4MzV9XQ/fbb31b0c6b/Orbit3Active.png"},["Orbit4Normal"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6NCwic3AiOjAuMTI0Nn1d/e846f3c973/Orbit4Normal.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6NCwic3AiOjAuMjEwOX1d/c8ea70d8c0/Orbit4Normal.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6NCwic3AiOjAuMjk3Mn1d/d241f4656d/Orbit4Normal.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6OSwibyI6NCwic3AiOjAuMzgzNX1d/f694a72748/Orbit4Normal.png"},["Orbit4Intermediate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjQsInNwIjowLjEyNDZ9XQ/3f20a3a748/Orbit4Intermediate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjQsInNwIjowLjIxMDl9XQ/c60d9a9cd0/Orbit4Intermediate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjQsInNwIjowLjI5NzJ9XQ/0f75396011/Orbit4Intermediate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTAsIm8iOjQsInNwIjowLjM4MzV9XQ/9af509d0a3/Orbit4Intermediate.png"},["Orbit4Active"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjQsInNwIjowLjEyNDZ9XQ/cc31c040ef/Orbit4Active.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjQsInNwIjowLjIxMDl9XQ/9fbad9b09b/Orbit4Active.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjQsInNwIjowLjI5NzJ9XQ/c88e6f9bdf/Orbit4Active.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTEsIm8iOjQsInNwIjowLjM4MzV9XQ/a0d3ed6176/Orbit4Active.png"},["LineConnectorNormal"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTIsInNwIjowLjEyNDZ9XQ/b4b2edad5f/LineConnectorNormal.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTIsInNwIjowLjIxMDl9XQ/4df3d575c1/LineConnectorNormal.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTIsInNwIjowLjI5NzJ9XQ/85f4f1d715/LineConnectorNormal.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTIsInNwIjowLjM4MzV9XQ/e6dac036cb/LineConnectorNormal.png"},["LineConnectorIntermediate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTMsInNwIjowLjEyNDZ9XQ/90b74fc68e/LineConnectorIntermediate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTMsInNwIjowLjIxMDl9XQ/8558b71bcc/LineConnectorIntermediate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTMsInNwIjowLjI5NzJ9XQ/e0c84ab501/LineConnectorIntermediate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTMsInNwIjowLjM4MzV9XQ/2032a9e5f9/LineConnectorIntermediate.png"},["LineConnectorActive"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTQsInNwIjowLjEyNDZ9XQ/bff270bf00/LineConnectorActive.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTQsInNwIjowLjIxMDl9XQ/22b772bf21/LineConnectorActive.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTQsInNwIjowLjI5NzJ9XQ/b79bbb2558/LineConnectorActive.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTQsInNwIjowLjM4MzV9XQ/56754ae609/LineConnectorActive.png"},["PSLineDeco"]={[0.1246]="/gen/image/WzIwLDE0LHsiaCI6ZmFsc2UsInNwIjowLjEyNDZ9XQ/f5f36d1cea/Line_Deco.png",[0.2109]="/gen/image/WzIwLDE0LHsiaCI6ZmFsc2UsInNwIjowLjIxMDl9XQ/2489b0afd1/Line_Deco.png",[0.2972]="/gen/image/WzIwLDE0LHsiaCI6ZmFsc2UsInNwIjowLjI5NzJ9XQ/190e462ecb/Line_Deco.png",[0.3835]="/gen/image/WzIwLDE0LHsiaCI6ZmFsc2UsInNwIjowLjM4MzV9XQ/ba8f9fc2ea/Line_Deco.png"},["PSLineDecoHighlighted"]={[0.1246]="/gen/image/WzIwLDE0LHsiaCI6dHJ1ZSwic3AiOjAuMTI0Nn1d/4f9c115f09/Line_Deco_Highlighted.png",[0.2109]="/gen/image/WzIwLDE0LHsiaCI6dHJ1ZSwic3AiOjAuMjEwOX1d/525b316df4/Line_Deco_Highlighted.png",[0.2972]="/gen/image/WzIwLDE0LHsiaCI6dHJ1ZSwic3AiOjAuMjk3Mn1d/7153e29585/Line_Deco_Highlighted.png",[0.3835]="/gen/image/WzIwLDE0LHsiaCI6dHJ1ZSwic3AiOjAuMzgzNX1d/141a3d6daa/Line_Deco_Highlighted.png"},["PSStartNodeBackgroundInactive"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5TdGFydE5vZGVCYWNrZ3JvdW5kSW5hY3RpdmUiLCJzcCI6MC4xMjQ2fV0/0d323dbc6e/Start_Node_Background.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5TdGFydE5vZGVCYWNrZ3JvdW5kSW5hY3RpdmUiLCJzcCI6MC4yMTA5fV0/fc8dc07786/Start_Node_Background.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5TdGFydE5vZGVCYWNrZ3JvdW5kSW5hY3RpdmUiLCJzcCI6MC4yOTcyfV0/9bf89fce07/Start_Node_Background.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5TdGFydE5vZGVCYWNrZ3JvdW5kSW5hY3RpdmUiLCJzcCI6MC4zODM1fV0/f222a6e86a/Start_Node_Background.png"},["centerduelist"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJEZXhcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4xMjQ2fV0/41ff2c2f83/StartNodeBackgroundStrDex.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJEZXhcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yMTA5fV0/ea9676d937/StartNodeBackgroundStrDex.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJEZXhcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yOTcyfV0/baaed10c1d/StartNodeBackgroundStrDex.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJEZXhcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4zODM1fV0/ec9ac43843/StartNodeBackgroundStrDex.png"},["centermarauder"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4xMjQ2fV0/e9ff51cd81/StartNodeBackgroundStr.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yMTA5fV0/18847d8274/StartNodeBackgroundStr.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yOTcyfV0/7e161af432/StartNodeBackgroundStr.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4zODM1fV0/c6c953edfd/StartNodeBackgroundStr.png"},["centerranger"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9EZXhcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4xMjQ2fV0/2bed160c61/StartNodeBackgroundDex.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9EZXhcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yMTA5fV0/7810bdfbf9/StartNodeBackgroundDex.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9EZXhcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yOTcyfV0/cb2c2c60fd/StartNodeBackgroundDex.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9EZXhcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4zODM1fV0/a24ee33125/StartNodeBackgroundDex.png"},["centershadow"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9EZXhJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4xMjQ2fV0/37d94e6b30/StartNodeBackgroundDexInt.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9EZXhJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yMTA5fV0/6242328de0/StartNodeBackgroundDexInt.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9EZXhJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yOTcyfV0/ae3538261b/StartNodeBackgroundDexInt.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9EZXhJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4zODM1fV0/76cf23d904/StartNodeBackgroundDexInt.png"},["centertemplar"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4xMjQ2fV0/171c162e60/StartNodeBackgroundStrInt.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yMTA5fV0/fa921736a2/StartNodeBackgroundStrInt.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yOTcyfV0/97d7042396/StartNodeBackgroundStrInt.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4zODM1fV0/694b13a733/StartNodeBackgroundStrInt.png"},["centerwitch"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9JbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4xMjQ2fV0/fd5405ba16/StartNodeBackgroundInt.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9JbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yMTA5fV0/0e496c9c7d/StartNodeBackgroundInt.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9JbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yOTcyfV0/c9cbcdd987/StartNodeBackgroundInt.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9JbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4zODM1fV0/b1aaa17159/StartNodeBackgroundInt.png"},["centerscion"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJEZXhJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4xMjQ2fV0/b00ea9db2b/StartNodeBackgroundStrDexInt.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJEZXhJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yMTA5fV0/3994e06da2/StartNodeBackgroundStrDexInt.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJEZXhJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4yOTcyfV0/b8320f3b41/StartNodeBackgroundStrDexInt.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9DbGFzc2VzXC9TdHJEZXhJbnRcL1Bhc3NpdmVTa2lsbFNjcmVlblN0YXJ0Tm9kZUJhY2tncm91bmQiLCJzcCI6MC4zODM1fV0/e810889aee/StartNodeBackgroundStrDexInt.png"},["PSPointsFrame"]={[1]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9QYXNzaXZlU2tpbGxTY3JlZW5Qb2ludHNCYWNrZ3JvdW5kIiwic3AiOjF9XQ/f041805efe/PointsBackground.png"},["NotableFrameUnallocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6Niwic3AiOjAuMTI0Nn1d/510ed57317/NotableFrameUnallocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6Niwic3AiOjAuMjEwOX1d/352e60eb39/NotableFrameUnallocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6Niwic3AiOjAuMjk3Mn1d/9a4b472a2f/NotableFrameUnallocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6Niwic3AiOjAuMzgzNX1d/f457cc3d80/NotableFrameUnallocated.png"},["NotableFrameCanAllocate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6OCwic3AiOjAuMTI0Nn1d/f6d0355624/NotableFrameCanAllocate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6OCwic3AiOjAuMjEwOX1d/7994ce77b2/NotableFrameCanAllocate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6OCwic3AiOjAuMjk3Mn1d/33bb815795/NotableFrameCanAllocate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6OCwic3AiOjAuMzgzNX1d/b93c7f89bc/NotableFrameCanAllocate.png"},["NotableFrameAllocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6Nywic3AiOjAuMTI0Nn1d/4b42e8359a/NotableFrameAllocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6Nywic3AiOjAuMjEwOX1d/18e45f6767/NotableFrameAllocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6Nywic3AiOjAuMjk3Mn1d/1f628f6311/NotableFrameAllocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6Nywic3AiOjAuMzgzNX1d/624500d681/NotableFrameAllocated.png"},["BlightedNotableFrameUnallocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NjMsInNwIjowLjEyNDZ9XQ/ed1ec0fdd2/BlightedNotableFrameUnallocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NjMsInNwIjowLjIxMDl9XQ/300df98c29/BlightedNotableFrameUnallocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NjMsInNwIjowLjI5NzJ9XQ/75d4a437bb/BlightedNotableFrameUnallocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NjMsInNwIjowLjM4MzV9XQ/fec2ecc7ff/BlightedNotableFrameUnallocated.png"},["BlightedNotableFrameCanAllocate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NjUsInNwIjowLjEyNDZ9XQ/b37ad19155/BlightedNotableFrameCanAllocate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NjUsInNwIjowLjIxMDl9XQ/793db53051/BlightedNotableFrameCanAllocate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NjUsInNwIjowLjI5NzJ9XQ/121927bf12/BlightedNotableFrameCanAllocate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NjUsInNwIjowLjM4MzV9XQ/ced25056b7/BlightedNotableFrameCanAllocate.png"},["BlightedNotableFrameAllocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NjQsInNwIjowLjEyNDZ9XQ/7c24050f40/BlightedNotableFrameAllocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NjQsInNwIjowLjIxMDl9XQ/790ea8bff6/BlightedNotableFrameAllocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NjQsInNwIjowLjI5NzJ9XQ/f08a7ffbd4/BlightedNotableFrameAllocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NjQsInNwIjowLjM4MzV9XQ/c33c04720a/BlightedNotableFrameAllocated.png"},["JewelFrameUnallocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTUsInNwIjowLjEyNDZ9XQ/2a6166e9f7/JewelFrameUnallocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTUsInNwIjowLjIxMDl9XQ/607cbc61a5/JewelFrameUnallocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTUsInNwIjowLjI5NzJ9XQ/d68cc4a3c4/JewelFrameUnallocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTUsInNwIjowLjM4MzV9XQ/09486068b0/JewelFrameUnallocated.png"},["JewelFrameCanAllocate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTYsInNwIjowLjEyNDZ9XQ/d0c4e25bec/JewelFrameCanAllocate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTYsInNwIjowLjIxMDl9XQ/64bedd4d71/JewelFrameCanAllocate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTYsInNwIjowLjI5NzJ9XQ/41a991b801/JewelFrameCanAllocate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTYsInNwIjowLjM4MzV9XQ/972c23ddb2/JewelFrameCanAllocate.png"},["JewelFrameAllocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTcsInNwIjowLjEyNDZ9XQ/05ab58d579/JewelFrameAllocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTcsInNwIjowLjIxMDl9XQ/442be1408c/JewelFrameAllocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTcsInNwIjowLjI5NzJ9XQ/b4a136b96b/JewelFrameAllocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTcsInNwIjowLjM4MzV9XQ/cdd494786b/JewelFrameAllocated.png"},["JewelSocketActiveBlue"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTgsInNwIjowLjEyNDZ9XQ/3aa709035c/JewelSocketActiveBlue.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTgsInNwIjowLjIxMDl9XQ/a15856f207/JewelSocketActiveBlue.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTgsInNwIjowLjI5NzJ9XQ/ee8ec384dd/JewelSocketActiveBlue.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTgsInNwIjowLjM4MzV9XQ/15ae030fbe/JewelSocketActiveBlue.png"},["JewelSocketActiveGreen"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MTksInNwIjowLjEyNDZ9XQ/bc4536a095/JewelSocketActiveGreen.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MTksInNwIjowLjIxMDl9XQ/5fe8932ab8/JewelSocketActiveGreen.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MTksInNwIjowLjI5NzJ9XQ/3cd5a0b92f/JewelSocketActiveGreen.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MTksInNwIjowLjM4MzV9XQ/943213c412/JewelSocketActiveGreen.png"},["JewelSocketActiveRed"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjAsInNwIjowLjEyNDZ9XQ/7eceb234b2/JewelSocketActiveRed.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjAsInNwIjowLjIxMDl9XQ/e0f2086423/JewelSocketActiveRed.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjAsInNwIjowLjI5NzJ9XQ/7a3913b57d/JewelSocketActiveRed.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjAsInNwIjowLjM4MzV9XQ/833581ea60/JewelSocketActiveRed.png"},["JewelSocketActivePrismatic"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NTEsInNwIjowLjEyNDZ9XQ/4e4e882f35/JewelSocketActivePrismatic.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NTEsInNwIjowLjIxMDl9XQ/9929f0bc81/JewelSocketActivePrismatic.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NTEsInNwIjowLjI5NzJ9XQ/2b54940844/JewelSocketActivePrismatic.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NTEsInNwIjowLjM4MzV9XQ/ccb99b0afa/JewelSocketActivePrismatic.png"},["JewelSocketActiveAbyss"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NTAsInNwIjowLjEyNDZ9XQ/8019d1a08c/JewelSocketActiveAbyss.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NTAsInNwIjowLjIxMDl9XQ/0b5da2b55e/JewelSocketActiveAbyss.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NTAsInNwIjowLjI5NzJ9XQ/f10d2d8172/JewelSocketActiveAbyss.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NTAsInNwIjowLjM4MzV9XQ/af82e63b3a/JewelSocketActiveAbyss.png"},["PassiveSkillScreenJewelCircle1"]={[1]="/gen/image/WzIyLDE0LHsidCI6NTIsInNwIjoxfV0/decd2819d3/PassiveSkillScreenJewelCircle1.png"},["PassiveSkillScreenVaalJewelCircle1"]={[1]="/gen/image/WzIyLDE0LHsidCI6NTMsInNwIjoxfV0/54d7a8ee0a/PassiveSkillScreenVaalJewelCircle1.png"},["PassiveSkillScreenVaalJewelCircle2"]={[1]="/gen/image/WzIyLDE0LHsidCI6NTQsInNwIjoxfV0/029fd1a8c4/PassiveSkillScreenVaalJewelCircle2.png"},["PassiveSkillScreenKaruiJewelCircle1"]={[1]="/gen/image/WzIyLDE0LHsidCI6NTUsInNwIjoxfV0/baa2fc1a62/PassiveSkillScreenKaruiJewelCircle1.png"},["PassiveSkillScreenKaruiJewelCircle2"]={[1]="/gen/image/WzIyLDE0LHsidCI6NTYsInNwIjoxfV0/2812347898/PassiveSkillScreenKaruiJewelCircle2.png"},["PassiveSkillScreenMarakethJewelCircle1"]={[1]="/gen/image/WzIyLDE0LHsidCI6NTcsInNwIjoxfV0/4b1d9e5799/PassiveSkillScreenMarakethJewelCircle1.png"},["PassiveSkillScreenMarakethJewelCircle2"]={[1]="/gen/image/WzIyLDE0LHsidCI6NTgsInNwIjoxfV0/78aca35e7a/PassiveSkillScreenMarakethJewelCircle2.png"},["PassiveSkillScreenTemplarJewelCircle1"]={[1]="/gen/image/WzIyLDE0LHsidCI6NTksInNwIjoxfV0/45df240806/PassiveSkillScreenTemplarJewelCircle1.png"},["PassiveSkillScreenTemplarJewelCircle2"]={[1]="/gen/image/WzIyLDE0LHsidCI6NjAsInNwIjoxfV0/3bdc6eea27/PassiveSkillScreenTemplarJewelCircle2.png"},["PassiveSkillScreenEternalEmpireJewelCircle1"]={[1]="/gen/image/WzIyLDE0LHsidCI6NjEsInNwIjoxfV0/c768dd6d32/PassiveSkillScreenEternalEmpireJewelCircle1.png"},["PassiveSkillScreenEternalEmpireJewelCircle2"]={[1]="/gen/image/WzIyLDE0LHsidCI6NjIsInNwIjoxfV0/5184a4d9ce/PassiveSkillScreenEternalEmpireJewelCircle2.png"},["PassiveSkillScreenAscendancyButton"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjEsInNwIjowLjEyNDZ9XQ/8fc102f77d/PassiveSkillScreenAscendancyButton.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjEsInNwIjowLjIxMDl9XQ/6a87845a5e/PassiveSkillScreenAscendancyButton.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjEsInNwIjowLjI5NzJ9XQ/cb801f4314/PassiveSkillScreenAscendancyButton.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjEsInNwIjowLjM4MzV9XQ/2a42d171ad/PassiveSkillScreenAscendancyButton.png"},["PassiveSkillScreenAscendancyButtonHighlight"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjIsInNwIjowLjEyNDZ9XQ/0598e892b4/PassiveSkillScreenAscendancyButtonHighlight.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjIsInNwIjowLjIxMDl9XQ/b3e295ca3b/PassiveSkillScreenAscendancyButtonHighlight.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjIsInNwIjowLjI5NzJ9XQ/0f082de319/PassiveSkillScreenAscendancyButtonHighlight.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjIsInNwIjowLjM4MzV9XQ/57e42ab698/PassiveSkillScreenAscendancyButtonHighlight.png"},["PassiveSkillScreenAscendancyButtonPressed"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjMsInNwIjowLjEyNDZ9XQ/5d994ca55a/PassiveSkillScreenAscendancyButtonPressed.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjMsInNwIjowLjIxMDl9XQ/94e7864138/PassiveSkillScreenAscendancyButtonPressed.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjMsInNwIjowLjI5NzJ9XQ/ee4b7097b8/PassiveSkillScreenAscendancyButtonPressed.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjMsInNwIjowLjM4MzV9XQ/5df73be4a5/PassiveSkillScreenAscendancyButtonPressed.png"},["PassiveSkillScreenAscendancyFrameLargeAllocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDMsInNwIjowLjEyNDZ9XQ/ac40db5270/PassiveSkillScreenAscendancyFrameLargeAllocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDMsInNwIjowLjIxMDl9XQ/c56892013b/PassiveSkillScreenAscendancyFrameLargeAllocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDMsInNwIjowLjI5NzJ9XQ/db22929f06/PassiveSkillScreenAscendancyFrameLargeAllocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDMsInNwIjowLjM4MzV9XQ/bdfcdac0a0/PassiveSkillScreenAscendancyFrameLargeAllocated.png"},["PassiveSkillScreenAscendancyFrameLargeCanAllocate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDQsInNwIjowLjEyNDZ9XQ/5246170beb/PassiveSkillScreenAscendancyFrameLargeCanAllocate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDQsInNwIjowLjIxMDl9XQ/3135751ac5/PassiveSkillScreenAscendancyFrameLargeCanAllocate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDQsInNwIjowLjI5NzJ9XQ/b68131da53/PassiveSkillScreenAscendancyFrameLargeCanAllocate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDQsInNwIjowLjM4MzV9XQ/3bfc91c54b/PassiveSkillScreenAscendancyFrameLargeCanAllocate.png"},["PassiveSkillScreenAscendancyFrameLargeNormal"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDUsInNwIjowLjEyNDZ9XQ/18b3694e38/PassiveSkillScreenAscendancyFrameLargeNormal.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDUsInNwIjowLjIxMDl9XQ/b6135f2814/PassiveSkillScreenAscendancyFrameLargeNormal.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDUsInNwIjowLjI5NzJ9XQ/3496b98604/PassiveSkillScreenAscendancyFrameLargeNormal.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDUsInNwIjowLjM4MzV9XQ/6872f138e9/PassiveSkillScreenAscendancyFrameLargeNormal.png"},["PassiveSkillScreenAscendancyFrameSmallAllocated"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDYsInNwIjowLjEyNDZ9XQ/85feac476e/PassiveSkillScreenAscendancyFrameSmallAllocated.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDYsInNwIjowLjIxMDl9XQ/82b3b0fa33/PassiveSkillScreenAscendancyFrameSmallAllocated.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDYsInNwIjowLjI5NzJ9XQ/bc46bfc761/PassiveSkillScreenAscendancyFrameSmallAllocated.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDYsInNwIjowLjM4MzV9XQ/f1d3d3961f/PassiveSkillScreenAscendancyFrameSmallAllocated.png"},["PassiveSkillScreenAscendancyFrameSmallCanAllocate"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDcsInNwIjowLjEyNDZ9XQ/66cc026846/PassiveSkillScreenAscendancyFrameSmallCanAllocate.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDcsInNwIjowLjIxMDl9XQ/3a2b6e6212/PassiveSkillScreenAscendancyFrameSmallCanAllocate.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDcsInNwIjowLjI5NzJ9XQ/8ab5c8f2bf/PassiveSkillScreenAscendancyFrameSmallCanAllocate.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDcsInNwIjowLjM4MzV9XQ/2bde23c9de/PassiveSkillScreenAscendancyFrameSmallCanAllocate.png"},["PassiveSkillScreenAscendancyFrameSmallNormal"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDgsInNwIjowLjEyNDZ9XQ/53de2b9023/PassiveSkillScreenAscendancyFrameSmallNormal.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDgsInNwIjowLjIxMDl9XQ/aa6bf5c13d/PassiveSkillScreenAscendancyFrameSmallNormal.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDgsInNwIjowLjI5NzJ9XQ/863063ae2f/PassiveSkillScreenAscendancyFrameSmallNormal.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDgsInNwIjowLjM4MzV9XQ/b912f2e8aa/PassiveSkillScreenAscendancyFrameSmallNormal.png"},["PassiveSkillScreenAscendancyMiddle"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDksInNwIjowLjEyNDZ9XQ/e1fac5f972/PassiveSkillScreenAscendancyMiddle.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDksInNwIjowLjIxMDl9XQ/1cf38bda3e/PassiveSkillScreenAscendancyMiddle.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDksInNwIjowLjI5NzJ9XQ/773330f39c/PassiveSkillScreenAscendancyMiddle.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDksInNwIjowLjM4MzV9XQ/b9e0a686f9/PassiveSkillScreenAscendancyMiddle.png"},["ClassesRaider"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjgsInNwIjowLjEyNDZ9XQ/b5f5349991/Raider.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjgsInNwIjowLjIxMDl9XQ/1697664af1/Raider.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjgsInNwIjowLjI5NzJ9XQ/25d059f032/Raider.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjgsInNwIjowLjM4MzV9XQ/d826dd20fd/Raider.png"},["ClassesDeadeye"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjksInNwIjowLjEyNDZ9XQ/77b414cd44/Deadeye.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjksInNwIjowLjIxMDl9XQ/a88afa603e/Deadeye.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjksInNwIjowLjI5NzJ9XQ/146227eaec/Deadeye.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjksInNwIjowLjM4MzV9XQ/6e3a3b7a6a/Deadeye.png"},["ClassesPathfinder"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzAsInNwIjowLjEyNDZ9XQ/497da626fa/Pathfinder.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzAsInNwIjowLjIxMDl9XQ/ca463c0f16/Pathfinder.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzAsInNwIjowLjI5NzJ9XQ/fc8e53685c/Pathfinder.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzAsInNwIjowLjM4MzV9XQ/096aa19692/Pathfinder.png"},["ClassesAssassin"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDAsInNwIjowLjEyNDZ9XQ/31ed99b039/Assassin.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDAsInNwIjowLjIxMDl9XQ/fb48d5a362/Assassin.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDAsInNwIjowLjI5NzJ9XQ/96d1a5c4ad/Assassin.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDAsInNwIjowLjM4MzV9XQ/a34084c42f/Assassin.png"},["ClassesTrickster"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDIsInNwIjowLjEyNDZ9XQ/be931d4706/Trickster.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDIsInNwIjowLjIxMDl9XQ/73e0a0c585/Trickster.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDIsInNwIjowLjI5NzJ9XQ/c23b6bc69f/Trickster.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDIsInNwIjowLjM4MzV9XQ/eb37e83513/Trickster.png"},["ClassesSaboteur"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6NDEsInNwIjowLjEyNDZ9XQ/a761ad2989/Saboteur.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6NDEsInNwIjowLjIxMDl9XQ/4b13be80a6/Saboteur.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6NDEsInNwIjowLjI5NzJ9XQ/8a1ac90240/Saboteur.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6NDEsInNwIjowLjM4MzV9XQ/9723b030e3/Saboteur.png"},["ClassesOccultist"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzEsInNwIjowLjEyNDZ9XQ/9db16233ed/Occultist.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzEsInNwIjowLjIxMDl9XQ/3229137697/Occultist.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzEsInNwIjowLjI5NzJ9XQ/622e841746/Occultist.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzEsInNwIjowLjM4MzV9XQ/90f084cd23/Occultist.png"},["ClassesElementalist"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzIsInNwIjowLjEyNDZ9XQ/23942fd4d9/Elementalist.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzIsInNwIjowLjIxMDl9XQ/352ba04579/Elementalist.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzIsInNwIjowLjI5NzJ9XQ/e3302f4eb9/Elementalist.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzIsInNwIjowLjM4MzV9XQ/6202f541d5/Elementalist.png"},["ClassesNecromancer"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzMsInNwIjowLjEyNDZ9XQ/f831560f9b/Necromancer.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzMsInNwIjowLjIxMDl9XQ/d03575776f/Necromancer.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzMsInNwIjowLjI5NzJ9XQ/f63e64b1d6/Necromancer.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzMsInNwIjowLjM4MzV9XQ/ae9bc1ebe6/Necromancer.png"},["ClassesJuggernaut"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjUsInNwIjowLjEyNDZ9XQ/9ee8b1f675/Juggernaut.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjUsInNwIjowLjIxMDl9XQ/dd8b481c44/Juggernaut.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjUsInNwIjowLjI5NzJ9XQ/d95de9dd2f/Juggernaut.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjUsInNwIjowLjM4MzV9XQ/d2ffab4922/Juggernaut.png"},["ClassesBerserker"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjYsInNwIjowLjEyNDZ9XQ/f72e208eff/Berserker.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjYsInNwIjowLjIxMDl9XQ/ab577ee684/Berserker.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjYsInNwIjowLjI5NzJ9XQ/a19dd75247/Berserker.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjYsInNwIjowLjM4MzV9XQ/803e2641be/Berserker.png"},["ClassesChieftain"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjcsInNwIjowLjEyNDZ9XQ/22afb7c874/Chieftain.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjcsInNwIjowLjIxMDl9XQ/097aabf6b4/Chieftain.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjcsInNwIjowLjI5NzJ9XQ/aa84687b69/Chieftain.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjcsInNwIjowLjM4MzV9XQ/867d3b4028/Chieftain.png"},["ClassesSlayer"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzQsInNwIjowLjEyNDZ9XQ/ae95f691ff/Slayer.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzQsInNwIjowLjIxMDl9XQ/6924eef258/Slayer.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzQsInNwIjowLjI5NzJ9XQ/0a75900537/Slayer.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzQsInNwIjowLjM4MzV9XQ/ee1d336742/Slayer.png"},["ClassesGladiator"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzUsInNwIjowLjEyNDZ9XQ/6b4032cd45/Gladiator.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzUsInNwIjowLjIxMDl9XQ/6b3991bdde/Gladiator.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzUsInNwIjowLjI5NzJ9XQ/0b6c62a286/Gladiator.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzUsInNwIjowLjM4MzV9XQ/0b48d5836f/Gladiator.png"},["ClassesChampion"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzYsInNwIjowLjEyNDZ9XQ/e46d7f33e9/Champion.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzYsInNwIjowLjIxMDl9XQ/e0ccdb02ef/Champion.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzYsInNwIjowLjI5NzJ9XQ/9231541127/Champion.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzYsInNwIjowLjM4MzV9XQ/9420cbccbd/Champion.png"},["ClassesAscendant"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MjQsInNwIjowLjEyNDZ9XQ/28a5e665a1/Ascendant.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MjQsInNwIjowLjIxMDl9XQ/34a83594db/Ascendant.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MjQsInNwIjowLjI5NzJ9XQ/5394bd0359/Ascendant.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MjQsInNwIjowLjM4MzV9XQ/28893bee0d/Ascendant.png"},["ClassesInquisitor"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzcsInNwIjowLjEyNDZ9XQ/25f73106ac/Inquisitor.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzcsInNwIjowLjIxMDl9XQ/42c4df704a/Inquisitor.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzcsInNwIjowLjI5NzJ9XQ/a15f10324c/Inquisitor.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzcsInNwIjowLjM4MzV9XQ/48cb3c1193/Inquisitor.png"},["ClassesHierophant"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzgsInNwIjowLjEyNDZ9XQ/978471ceb5/Hierophant.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzgsInNwIjowLjIxMDl9XQ/2503699795/Hierophant.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzgsInNwIjowLjI5NzJ9XQ/fdd6888403/Hierophant.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzgsInNwIjowLjM4MzV9XQ/7aa56d88e2/Hierophant.png"},["ClassesGuardian"]={[0.1246]="/gen/image/WzIyLDE0LHsidCI6MzksInNwIjowLjEyNDZ9XQ/243aa758ec/Guardian.png",[0.2109]="/gen/image/WzIyLDE0LHsidCI6MzksInNwIjowLjIxMDl9XQ/1bcc392eb2/Guardian.png",[0.2972]="/gen/image/WzIyLDE0LHsidCI6MzksInNwIjowLjI5NzJ9XQ/935542a324/Guardian.png",[0.3835]="/gen/image/WzIyLDE0LHsidCI6MzksInNwIjowLjM4MzV9XQ/5ad9fc5aa8/Guardian.png"},["Background1"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvQ29tbW9uXC9CYWNrZ3JvdW5kMSIsInNwIjowLjEyNDZ9XQ/911757ce0c/Background1.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvQ29tbW9uXC9CYWNrZ3JvdW5kMSIsInNwIjowLjIxMDl9XQ/8b599cf2b0/Background1.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvQ29tbW9uXC9CYWNrZ3JvdW5kMSIsInNwIjowLjI5NzJ9XQ/32067f99f6/Background1.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvQ29tbW9uXC9CYWNrZ3JvdW5kMSIsInNwIjowLjM4MzV9XQ/f75b3b5666/Background1.png"},["BackgroundDex"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9EZXgiLCJzcCI6MC4xMjQ2fV0/3bc58b0e1f/BackgroundDex.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9EZXgiLCJzcCI6MC4yMTA5fV0/534eb3c034/BackgroundDex.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9EZXgiLCJzcCI6MC4yOTcyfV0/5877bf21a0/BackgroundDex.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9EZXgiLCJzcCI6MC4zODM1fV0/6b9ae6313e/BackgroundDex.png"},["BackgroundDexInt"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9EZXhJbnQiLCJzcCI6MC4xMjQ2fV0/e5b3508017/BackgroundDexInt.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9EZXhJbnQiLCJzcCI6MC4yMTA5fV0/ec71734f89/BackgroundDexInt.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9EZXhJbnQiLCJzcCI6MC4yOTcyfV0/e17a9c0309/BackgroundDexInt.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9EZXhJbnQiLCJzcCI6MC4zODM1fV0/23e26a7e99/BackgroundDexInt.png"},["BackgroundInt"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9JbnQiLCJzcCI6MC4xMjQ2fV0/5beddacf2b/BackgroundInt.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9JbnQiLCJzcCI6MC4yMTA5fV0/b2ec4cdde9/BackgroundInt.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9JbnQiLCJzcCI6MC4yOTcyfV0/b8083bf291/BackgroundInt.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9JbnQiLCJzcCI6MC4zODM1fV0/28ab4aeafa/BackgroundInt.png"},["BackgroundStr"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHIiLCJzcCI6MC4xMjQ2fV0/825967713f/BackgroundStr.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHIiLCJzcCI6MC4yMTA5fV0/5a171f9a38/BackgroundStr.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHIiLCJzcCI6MC4yOTcyfV0/241e8cb248/BackgroundStr.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHIiLCJzcCI6MC4zODM1fV0/3a405698f6/BackgroundStr.png"},["BackgroundStrDex"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHJEZXgiLCJzcCI6MC4xMjQ2fV0/aee5ed2485/BackgroundStrDex.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHJEZXgiLCJzcCI6MC4yMTA5fV0/f74c6e9920/BackgroundStrDex.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHJEZXgiLCJzcCI6MC4yOTcyfV0/c5b3d3092e/BackgroundStrDex.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHJEZXgiLCJzcCI6MC4zODM1fV0/39665c6156/BackgroundStrDex.png"},["BackgroundStrInt"]={[0.1246]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHJJbnQiLCJzcCI6MC4xMjQ2fV0/02178ae553/BackgroundStrInt.png",[0.2109]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHJJbnQiLCJzcCI6MC4yMTA5fV0/564511328b/BackgroundStrInt.png",[0.2972]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHJJbnQiLCJzcCI6MC4yOTcyfV0/754cf55754/BackgroundStrInt.png",[0.3835]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9CYXNlQ2xhc3NJbGx1c3RyYXRpb25zXC9TdHJJbnQiLCJzcCI6MC4zODM1fV0/6bc6c01fbc/BackgroundStrInt.png"},["imgPSFadeCorner"]={[1]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9GYWRlQ29ybmVyIiwic3AiOjF9XQ/0fb0445eae/Fade_Corner.png"},["imgPSFadeSide"]={[1]="/gen/image/WzIxLDE0LHsiayI6IjJEQXJ0XC9VSUltYWdlc1wvSW5HYW1lXC9GYWRlU2lkZSIsInNwIjoxfV0/33673d61a8/Fade_Side.png"}},["constants"]={["classes"]={["StrClass"]=1,["DexClass"]=2,["IntClass"]=3,["StrDexClass"]=4,["StrIntClass"]=5,["DexIntClass"]=6,["StrDexIntClass"]=0,["Str2Class"]=8,["Dex2Class"]=9,["Int2Class"]=10,["StrDex2Class"]=11,["StrInt2Class"]=12,["DexInt2Class"]=13,["StrDexInt2Class"]=7},["characterAttributes"]={["Strength"]=0,["Dexterity"]=1,["Intelligence"]=2},["PSSCentreInnerRadius"]=130,["skillsPerOrbit"]={1,6,12,12,40},["orbitRadii"]={0,82,162,335,493}},["imageRoot"]="/image",["skillSprites"]={["normalActive"]={{["filename"]="skills-0.jpg?60d938e28ee6152e56ada1f325b52d17",["coords"]={["Art/2DArt/SkillIcons/passives/firedamagestr.png"]={["x"]=0,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damage_blue.png"]={["x"]=9,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=18,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/accuracy2h.png"]={["x"]=27,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=36,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/mana.png"]={["x"]=45,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MasteryBlank.png"]={["x"]=54,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=63,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=72,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=81,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=90,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png"]={["x"]=99,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ElementalResistance2.png"]={["x"]=108,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/shieldblock.png"]={["x"]=117,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/onehanddamage.png"]={["x"]=126,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagemelee.png"]={["x"]=135,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeed.png"]={["x"]=144,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/2handedspeed.png"]={["x"]=153,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png"]={["x"]=162,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png"]={["x"]=171,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png"]={["x"]=180,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png"]={["x"]=189,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png"]={["x"]=198,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damage.png"]={["x"]=207,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbranddamage.png"]={["x"]=216,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png"]={["x"]=225,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbrandlife.png"]={["x"]=234,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png"]={["x"]=243,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blockstaff.png"]={["x"]=252,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagestaff.png"]={["x"]=0,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/staffspeed.png"]={["x"]=9,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blockstr.png"]={["x"]=18,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/dmgreduction.png"]={["x"]=27,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/crystalskin.png"]={["x"]=36,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemlife.png"]={["x"]=45,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemplacementspeed.png"]={["x"]=54,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemattackspeed.png"]={["x"]=63,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemdamage.png"]={["x"]=72,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=81,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=90,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/masterysword.png"]={["x"]=99,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedsworddex.png"]={["x"]=108,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagesword.png"]={["x"]=117,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=126,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=135,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedmace.png"]={["x"]=144,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=153,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png"]={["x"]=162,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/fireresist.png"]={["x"]=171,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/coldresist.png"]={["x"]=180,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lightningstr.png"]={["x"]=189,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/projectilespeed.png"]={["x"]=198,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagedualwield.png"]={["x"]=207,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png"]={["x"]=216,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=225,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/increasedarmorandlife.png"]={["x"]=234,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lifepercentage.png"]={["x"]=243,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/macecritdmgspeed.png"]={["x"]=252,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MaceElemental.png"]={["x"]=0,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=9,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedaxe.png"]={["x"]=18,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damageaxe.png"]={["x"]=27,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeeddual.png"]={["x"]=36,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/knockback.png"]={["x"]=45,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=54,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=63,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/colddamage.png"]={["x"]=72,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/elementaldamage.png"]={["x"]=81,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/clawmasterydex.png"]={["x"]=90,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedclaw.png"]={["x"]=99,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png"]={["x"]=108,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MinionsandManaNode.png"]={["x"]=117,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/WandCritical.png"]={["x"]=126,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/manastr.png"]={["x"]=135,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=144,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/WarCryCooldown.png"]={["x"]=153,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/WarCryDuration.png"]={["x"]=162,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=171,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/energyshield.png"]={["x"]=180,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/FortifyNode.png"]={["x"]=189,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png"]={["x"]=198,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/stunstr.png"]={["x"]=207,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticaldaggerint.png"]={["x"]=216,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/masterydaggerdex.png"]={["x"]=225,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/flaskint.png"]={["x"]=234,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png"]={["x"]=243,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blankStr.png"]={["x"]=252,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MeleeAoENode.png"]={["x"]=0,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChannellingDamage.png"]={["x"]=9,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChannellingSpeed.png"]={["x"]=18,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png"]={["x"]=27,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/minionlife.png"]={["x"]=36,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/miniondamageBlue.png"]={["x"]=45,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticaldaggerdex.png"]={["x"]=54,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeeddagger.png"]={["x"]=63,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=72,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalclaw.png"]={["x"]=81,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png"]={["x"]=90,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png"]={["x"]=99,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/evade.png"]={["x"]=108,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png"]={["x"]=117,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/miniondamage.png"]={["x"]=126,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png"]={["x"]=135,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png"]={["x"]=144,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png"]={["x"]=153,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/firedamageint.png"]={["x"]=162,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MeleeFireNode.png"]={["x"]=171,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/evadepercentage.png"]={["x"]=180,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/spellcritical.png"]={["x"]=189,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png"]={["x"]=198,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=207,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/areaofeffect.png"]={["x"]=216,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lifemana.png"]={["x"]=225,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png"]={["x"]=234,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png"]={["x"]=243,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/manaregeneration.png"]={["x"]=252,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png"]={["x"]=0,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/castspeed.png"]={["x"]=9,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagespells.png"]={["x"]=18,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChaosDamage.png"]={["x"]=27,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png"]={["x"]=36,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/dualwieldspeedint.png"]={["x"]=45,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/skillduration.png"]={["x"]=54,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=63,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=72,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/accuracysword.png"]={["x"]=81,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapdamage.png"]={["x"]=90,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapsspeed.png"]={["x"]=99,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalbow.png"]={["x"]=108,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=117,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png"]={["x"]=126,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png"]={["x"]=135,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/shieldrecovery.png"]={["x"]=144,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/stundex.png"]={["x"]=153,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lightningdex.png"]={["x"]=162,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/avoidburning.png"]={["x"]=171,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/avoidchilling.png"]={["x"]=180,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png"]={["x"]=189,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blankDex.png"]={["x"]=198,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AttackBlindNode.png"]={["x"]=207,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=216,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lifegainpertarget.png"]={["x"]=225,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blankInt.png"]={["x"]=234,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/axedmgspeed.png"]={["x"]=243,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalstrikechance.png"]={["x"]=252,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AttackPoisonNode.png"]={["x"]=0,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png"]={["x"]=9,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png"]={["x"]=18,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png"]={["x"]=27,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png"]={["x"]=36,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=45,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/tempint.png"]={["x"]=54,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png"]={["x"]=63,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png"]={["x"]=72,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png"]={["x"]=81,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/minionattackspeed.png"]={["x"]=90,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png"]={["x"]=99,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalstrikechance2.png"]={["x"]=108,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png"]={["x"]=117,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=126,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=135,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png"]={["x"]=144,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png"]={["x"]=153,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png"]={["x"]=162,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png"]={["x"]=171,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png"]={["x"]=180,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png"]={["x"]=189,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png"]={["x"]=198,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png"]={["x"]=207,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png"]={["x"]=216,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/onehandspeed.png"]={["x"]=225,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Raider.png"]={["x"]=234,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png"]={["x"]=243,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png"]={["x"]=252,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=0,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=9,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Brand1.png"]={["x"]=18,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Brand3.png"]={["x"]=27,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png"]={["x"]=36,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png"]={["x"]=45,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ImapleNode.png"]={["x"]=54,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ImpaleNode2.png"]={["x"]=63,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png"]={["x"]=72,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png"]={["x"]=81,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png"]={["x"]=90,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png"]={["x"]=99,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=108,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png"]={["x"]=117,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png"]={["x"]=126,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png"]={["x"]=135,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=144,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png"]={["x"]=153,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png"]={["x"]=162,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png"]={["x"]=171,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=180,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png"]={["x"]=189,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/chaosresist.png"]={["x"]=198,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png"]={["x"]=207,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=216,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png"]={["x"]=225,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png"]={["x"]=234,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png"]={["x"]=243,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png"]={["x"]=252,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DamageOverTime.png"]={["x"]=0,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png"]={["x"]=9,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/manareservationreduction.png"]={["x"]=18,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/auraareaofeffect.png"]={["x"]=27,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/auraeffect.png"]={["x"]=36,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/tempdex.png"]={["x"]=45,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png"]={["x"]=54,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png"]={["x"]=63,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png"]={["x"]=72,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png"]={["x"]=81,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/critstrchnc.png"]={["x"]=90,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png"]={["x"]=99,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png"]={["x"]=108,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png"]={["x"]=117,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MineManaReservationNode.png"]={["x"]=126,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png"]={["x"]=135,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/WarCryEffect.png"]={["x"]=144,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png"]={["x"]=153,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapsduration.png"]={["x"]=162,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/flaskstr.png"]={["x"]=171,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=180,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=189,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png"]={["x"]=198,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png"]={["x"]=207,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png"]={["x"]=216,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png"]={["x"]=225,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png"]={["x"]=234,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png"]={["x"]=243,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png"]={["x"]=252,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png"]={["x"]=0,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png"]={["x"]=9,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png"]={["x"]=18,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png"]={["x"]=27,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png"]={["x"]=36,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png"]={["x"]=45,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png"]={["x"]=54,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png"]={["x"]=63,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png"]={["x"]=72,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png"]={["x"]=81,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png"]={["x"]=90,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png"]={["x"]=99,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png"]={["x"]=108,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png"]={["x"]=117,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png"]={["x"]=126,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png"]={["x"]=135,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png"]={["x"]=144,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png"]={["x"]=153,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png"]={["x"]=162,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png"]={["x"]=171,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png"]={["x"]=180,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png"]={["x"]=189,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png"]={["x"]=198,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/AnEAura.png"]={["x"]=207,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png"]={["x"]=216,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png"]={["x"]=225,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png"]={["x"]=234,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png"]={["x"]=243,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png"]={["x"]=252,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png"]={["x"]=0,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png"]={["x"]=9,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png"]={["x"]=18,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png"]={["x"]=27,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png"]={["x"]=36,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Champion.png"]={["x"]=45,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png"]={["x"]=54,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png"]={["x"]=63,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png"]={["x"]=72,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png"]={["x"]=81,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png"]={["x"]=90,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png"]={["x"]=99,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=108,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/GolemsNode.png"]={["x"]=117,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png"]={["x"]=126,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png"]={["x"]=135,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png"]={["x"]=144,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/RangedTotemDamage.png"]={["x"]=153,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png"]={["x"]=162,["y"]=81,["w"]=9,["h"]=9}}},{["filename"]="skills-1.jpg?6090452f98e9ed00ce1cddf76724ab3d",["coords"]={["Art/2DArt/SkillIcons/passives/firedamagestr.png"]={["x"]=0,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damage_blue.png"]={["x"]=15,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=30,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/accuracy2h.png"]={["x"]=45,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=60,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/mana.png"]={["x"]=75,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MasteryBlank.png"]={["x"]=90,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=105,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=120,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=135,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=150,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png"]={["x"]=165,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ElementalResistance2.png"]={["x"]=180,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/shieldblock.png"]={["x"]=195,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/onehanddamage.png"]={["x"]=210,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagemelee.png"]={["x"]=225,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeed.png"]={["x"]=240,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/2handedspeed.png"]={["x"]=255,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png"]={["x"]=270,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png"]={["x"]=285,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png"]={["x"]=300,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png"]={["x"]=315,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png"]={["x"]=330,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damage.png"]={["x"]=345,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbranddamage.png"]={["x"]=360,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png"]={["x"]=375,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbrandlife.png"]={["x"]=390,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png"]={["x"]=405,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blockstaff.png"]={["x"]=420,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagestaff.png"]={["x"]=435,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/staffspeed.png"]={["x"]=0,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blockstr.png"]={["x"]=15,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/dmgreduction.png"]={["x"]=30,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/crystalskin.png"]={["x"]=45,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemlife.png"]={["x"]=60,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemplacementspeed.png"]={["x"]=75,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemattackspeed.png"]={["x"]=90,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemdamage.png"]={["x"]=105,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=120,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=135,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/masterysword.png"]={["x"]=150,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedsworddex.png"]={["x"]=165,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagesword.png"]={["x"]=180,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=195,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=210,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedmace.png"]={["x"]=225,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=240,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png"]={["x"]=255,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/fireresist.png"]={["x"]=270,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/coldresist.png"]={["x"]=285,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lightningstr.png"]={["x"]=300,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/projectilespeed.png"]={["x"]=315,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagedualwield.png"]={["x"]=330,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png"]={["x"]=345,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=360,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/increasedarmorandlife.png"]={["x"]=375,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lifepercentage.png"]={["x"]=390,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/macecritdmgspeed.png"]={["x"]=405,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MaceElemental.png"]={["x"]=420,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=435,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedaxe.png"]={["x"]=0,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damageaxe.png"]={["x"]=15,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeeddual.png"]={["x"]=30,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/knockback.png"]={["x"]=45,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=60,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=75,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/colddamage.png"]={["x"]=90,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/elementaldamage.png"]={["x"]=105,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/clawmasterydex.png"]={["x"]=120,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedclaw.png"]={["x"]=135,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png"]={["x"]=150,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MinionsandManaNode.png"]={["x"]=165,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/WandCritical.png"]={["x"]=180,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/manastr.png"]={["x"]=195,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=210,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/WarCryCooldown.png"]={["x"]=225,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/WarCryDuration.png"]={["x"]=240,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=255,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/energyshield.png"]={["x"]=270,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/FortifyNode.png"]={["x"]=285,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png"]={["x"]=300,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/stunstr.png"]={["x"]=315,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticaldaggerint.png"]={["x"]=330,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/masterydaggerdex.png"]={["x"]=345,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/flaskint.png"]={["x"]=360,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png"]={["x"]=375,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blankStr.png"]={["x"]=390,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MeleeAoENode.png"]={["x"]=405,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChannellingDamage.png"]={["x"]=420,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChannellingSpeed.png"]={["x"]=435,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png"]={["x"]=0,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/minionlife.png"]={["x"]=15,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/miniondamageBlue.png"]={["x"]=30,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticaldaggerdex.png"]={["x"]=45,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeeddagger.png"]={["x"]=60,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=75,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalclaw.png"]={["x"]=90,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png"]={["x"]=105,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png"]={["x"]=120,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/evade.png"]={["x"]=135,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png"]={["x"]=150,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/miniondamage.png"]={["x"]=165,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png"]={["x"]=180,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png"]={["x"]=195,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png"]={["x"]=210,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/firedamageint.png"]={["x"]=225,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MeleeFireNode.png"]={["x"]=240,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/evadepercentage.png"]={["x"]=255,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/spellcritical.png"]={["x"]=270,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png"]={["x"]=285,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=300,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/areaofeffect.png"]={["x"]=315,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lifemana.png"]={["x"]=330,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png"]={["x"]=345,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png"]={["x"]=360,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/manaregeneration.png"]={["x"]=375,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png"]={["x"]=390,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/castspeed.png"]={["x"]=405,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagespells.png"]={["x"]=420,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChaosDamage.png"]={["x"]=435,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png"]={["x"]=0,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/dualwieldspeedint.png"]={["x"]=15,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/skillduration.png"]={["x"]=30,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=45,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=60,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/accuracysword.png"]={["x"]=75,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapdamage.png"]={["x"]=90,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapsspeed.png"]={["x"]=105,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalbow.png"]={["x"]=120,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=135,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png"]={["x"]=150,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png"]={["x"]=165,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/shieldrecovery.png"]={["x"]=180,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/stundex.png"]={["x"]=195,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lightningdex.png"]={["x"]=210,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/avoidburning.png"]={["x"]=225,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/avoidchilling.png"]={["x"]=240,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png"]={["x"]=255,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blankDex.png"]={["x"]=270,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AttackBlindNode.png"]={["x"]=285,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=300,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lifegainpertarget.png"]={["x"]=315,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blankInt.png"]={["x"]=330,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/axedmgspeed.png"]={["x"]=345,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalstrikechance.png"]={["x"]=360,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AttackPoisonNode.png"]={["x"]=375,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png"]={["x"]=390,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png"]={["x"]=405,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png"]={["x"]=420,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png"]={["x"]=435,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=0,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/tempint.png"]={["x"]=15,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png"]={["x"]=30,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png"]={["x"]=45,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png"]={["x"]=60,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/minionattackspeed.png"]={["x"]=75,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png"]={["x"]=90,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalstrikechance2.png"]={["x"]=105,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png"]={["x"]=120,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=135,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=150,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png"]={["x"]=165,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png"]={["x"]=180,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png"]={["x"]=195,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png"]={["x"]=210,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png"]={["x"]=225,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png"]={["x"]=240,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png"]={["x"]=255,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png"]={["x"]=270,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png"]={["x"]=285,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/onehandspeed.png"]={["x"]=300,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Raider.png"]={["x"]=315,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png"]={["x"]=330,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png"]={["x"]=345,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=360,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=375,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Brand1.png"]={["x"]=390,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Brand3.png"]={["x"]=405,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png"]={["x"]=420,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png"]={["x"]=435,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ImapleNode.png"]={["x"]=0,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ImpaleNode2.png"]={["x"]=15,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png"]={["x"]=30,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png"]={["x"]=45,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png"]={["x"]=60,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png"]={["x"]=75,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=90,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png"]={["x"]=105,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png"]={["x"]=120,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png"]={["x"]=135,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=150,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png"]={["x"]=165,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png"]={["x"]=180,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png"]={["x"]=195,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=210,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png"]={["x"]=225,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/chaosresist.png"]={["x"]=240,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png"]={["x"]=255,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=270,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png"]={["x"]=285,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png"]={["x"]=300,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png"]={["x"]=315,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png"]={["x"]=330,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DamageOverTime.png"]={["x"]=345,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png"]={["x"]=360,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/manareservationreduction.png"]={["x"]=375,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/auraareaofeffect.png"]={["x"]=390,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/auraeffect.png"]={["x"]=405,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/tempdex.png"]={["x"]=420,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png"]={["x"]=435,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png"]={["x"]=0,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png"]={["x"]=15,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png"]={["x"]=30,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/critstrchnc.png"]={["x"]=45,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png"]={["x"]=60,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png"]={["x"]=75,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png"]={["x"]=90,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MineManaReservationNode.png"]={["x"]=105,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png"]={["x"]=120,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/WarCryEffect.png"]={["x"]=135,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png"]={["x"]=150,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapsduration.png"]={["x"]=165,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/flaskstr.png"]={["x"]=180,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=195,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=210,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png"]={["x"]=225,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png"]={["x"]=240,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png"]={["x"]=255,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png"]={["x"]=270,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png"]={["x"]=285,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png"]={["x"]=300,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png"]={["x"]=315,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png"]={["x"]=330,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png"]={["x"]=345,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png"]={["x"]=360,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png"]={["x"]=375,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png"]={["x"]=390,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png"]={["x"]=405,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png"]={["x"]=420,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png"]={["x"]=435,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png"]={["x"]=0,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png"]={["x"]=15,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png"]={["x"]=30,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png"]={["x"]=45,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png"]={["x"]=60,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png"]={["x"]=75,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png"]={["x"]=90,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png"]={["x"]=105,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png"]={["x"]=120,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png"]={["x"]=135,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png"]={["x"]=150,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png"]={["x"]=165,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png"]={["x"]=180,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png"]={["x"]=195,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png"]={["x"]=210,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/AnEAura.png"]={["x"]=225,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png"]={["x"]=240,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png"]={["x"]=255,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png"]={["x"]=270,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png"]={["x"]=285,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png"]={["x"]=300,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png"]={["x"]=315,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png"]={["x"]=330,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png"]={["x"]=345,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png"]={["x"]=360,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png"]={["x"]=375,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Champion.png"]={["x"]=390,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png"]={["x"]=405,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png"]={["x"]=420,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png"]={["x"]=435,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png"]={["x"]=0,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png"]={["x"]=15,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png"]={["x"]=30,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=45,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/GolemsNode.png"]={["x"]=60,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png"]={["x"]=75,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png"]={["x"]=90,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png"]={["x"]=105,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/RangedTotemDamage.png"]={["x"]=120,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png"]={["x"]=135,["y"]=135,["w"]=15,["h"]=15}}},{["filename"]="skills-2.jpg?4569c819cf5da05dcd695acad9ab9140",["coords"]={["Art/2DArt/SkillIcons/passives/firedamagestr.png"]={["x"]=0,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damage_blue.png"]={["x"]=21,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=42,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/accuracy2h.png"]={["x"]=63,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=84,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/mana.png"]={["x"]=105,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MasteryBlank.png"]={["x"]=126,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=147,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=168,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=189,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=210,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png"]={["x"]=231,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ElementalResistance2.png"]={["x"]=252,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/shieldblock.png"]={["x"]=273,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/onehanddamage.png"]={["x"]=294,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagemelee.png"]={["x"]=315,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeed.png"]={["x"]=336,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/2handedspeed.png"]={["x"]=357,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png"]={["x"]=378,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png"]={["x"]=399,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png"]={["x"]=420,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png"]={["x"]=441,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png"]={["x"]=462,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damage.png"]={["x"]=483,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbranddamage.png"]={["x"]=504,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png"]={["x"]=525,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandlife.png"]={["x"]=546,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png"]={["x"]=567,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blockstaff.png"]={["x"]=588,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagestaff.png"]={["x"]=609,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/staffspeed.png"]={["x"]=0,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blockstr.png"]={["x"]=21,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dmgreduction.png"]={["x"]=42,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/crystalskin.png"]={["x"]=63,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemlife.png"]={["x"]=84,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemplacementspeed.png"]={["x"]=105,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemattackspeed.png"]={["x"]=126,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemdamage.png"]={["x"]=147,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=168,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=189,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterysword.png"]={["x"]=210,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedsworddex.png"]={["x"]=231,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagesword.png"]={["x"]=252,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=273,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=294,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedmace.png"]={["x"]=315,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=336,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png"]={["x"]=357,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/fireresist.png"]={["x"]=378,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/coldresist.png"]={["x"]=399,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lightningstr.png"]={["x"]=420,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/projectilespeed.png"]={["x"]=441,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagedualwield.png"]={["x"]=462,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png"]={["x"]=483,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=504,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/increasedarmorandlife.png"]={["x"]=525,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifepercentage.png"]={["x"]=546,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/macecritdmgspeed.png"]={["x"]=567,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MaceElemental.png"]={["x"]=588,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=609,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedaxe.png"]={["x"]=0,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damageaxe.png"]={["x"]=21,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeeddual.png"]={["x"]=42,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/knockback.png"]={["x"]=63,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=84,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=105,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/colddamage.png"]={["x"]=126,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/elementaldamage.png"]={["x"]=147,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/clawmasterydex.png"]={["x"]=168,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedclaw.png"]={["x"]=189,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png"]={["x"]=210,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MinionsandManaNode.png"]={["x"]=231,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WandCritical.png"]={["x"]=252,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/manastr.png"]={["x"]=273,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=294,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WarCryCooldown.png"]={["x"]=315,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WarCryDuration.png"]={["x"]=336,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=357,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/energyshield.png"]={["x"]=378,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FortifyNode.png"]={["x"]=399,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png"]={["x"]=420,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stunstr.png"]={["x"]=441,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticaldaggerint.png"]={["x"]=462,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterydaggerdex.png"]={["x"]=483,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/flaskint.png"]={["x"]=504,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png"]={["x"]=525,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blankStr.png"]={["x"]=546,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeAoENode.png"]={["x"]=567,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingDamage.png"]={["x"]=588,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingSpeed.png"]={["x"]=609,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png"]={["x"]=0,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minionlife.png"]={["x"]=21,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/miniondamageBlue.png"]={["x"]=42,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticaldaggerdex.png"]={["x"]=63,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeeddagger.png"]={["x"]=84,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=105,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalclaw.png"]={["x"]=126,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png"]={["x"]=147,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png"]={["x"]=168,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/evade.png"]={["x"]=189,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png"]={["x"]=210,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/miniondamage.png"]={["x"]=231,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png"]={["x"]=252,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png"]={["x"]=273,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png"]={["x"]=294,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/firedamageint.png"]={["x"]=315,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeFireNode.png"]={["x"]=336,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/evadepercentage.png"]={["x"]=357,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/spellcritical.png"]={["x"]=378,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png"]={["x"]=399,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=420,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/areaofeffect.png"]={["x"]=441,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifemana.png"]={["x"]=462,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png"]={["x"]=483,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png"]={["x"]=504,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/manaregeneration.png"]={["x"]=525,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png"]={["x"]=546,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/castspeed.png"]={["x"]=567,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagespells.png"]={["x"]=588,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChaosDamage.png"]={["x"]=609,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png"]={["x"]=0,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dualwieldspeedint.png"]={["x"]=21,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/skillduration.png"]={["x"]=42,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=63,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=84,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/accuracysword.png"]={["x"]=105,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapdamage.png"]={["x"]=126,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapsspeed.png"]={["x"]=147,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalbow.png"]={["x"]=168,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=189,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png"]={["x"]=210,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png"]={["x"]=231,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/shieldrecovery.png"]={["x"]=252,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stundex.png"]={["x"]=273,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lightningdex.png"]={["x"]=294,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/avoidburning.png"]={["x"]=315,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/avoidchilling.png"]={["x"]=336,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png"]={["x"]=357,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blankDex.png"]={["x"]=378,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackBlindNode.png"]={["x"]=399,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=420,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifegainpertarget.png"]={["x"]=441,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blankInt.png"]={["x"]=462,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/axedmgspeed.png"]={["x"]=483,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikechance.png"]={["x"]=504,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackPoisonNode.png"]={["x"]=525,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png"]={["x"]=546,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png"]={["x"]=567,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png"]={["x"]=588,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png"]={["x"]=609,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=0,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/tempint.png"]={["x"]=21,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png"]={["x"]=42,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png"]={["x"]=63,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png"]={["x"]=84,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minionattackspeed.png"]={["x"]=105,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png"]={["x"]=126,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikechance2.png"]={["x"]=147,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png"]={["x"]=168,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=189,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=210,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png"]={["x"]=231,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png"]={["x"]=252,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png"]={["x"]=273,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png"]={["x"]=294,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png"]={["x"]=315,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png"]={["x"]=336,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png"]={["x"]=357,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png"]={["x"]=378,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png"]={["x"]=399,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/onehandspeed.png"]={["x"]=420,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Raider.png"]={["x"]=441,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png"]={["x"]=462,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png"]={["x"]=483,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=504,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=525,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Brand1.png"]={["x"]=546,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Brand3.png"]={["x"]=567,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png"]={["x"]=588,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png"]={["x"]=609,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ImapleNode.png"]={["x"]=0,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ImpaleNode2.png"]={["x"]=21,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png"]={["x"]=42,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png"]={["x"]=63,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png"]={["x"]=84,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png"]={["x"]=105,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=126,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png"]={["x"]=147,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png"]={["x"]=168,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png"]={["x"]=189,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=210,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png"]={["x"]=231,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png"]={["x"]=252,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png"]={["x"]=273,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=294,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png"]={["x"]=315,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chaosresist.png"]={["x"]=336,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png"]={["x"]=357,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=378,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png"]={["x"]=399,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png"]={["x"]=420,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png"]={["x"]=441,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png"]={["x"]=462,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DamageOverTime.png"]={["x"]=483,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png"]={["x"]=504,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/manareservationreduction.png"]={["x"]=525,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/auraareaofeffect.png"]={["x"]=546,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/auraeffect.png"]={["x"]=567,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/tempdex.png"]={["x"]=588,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png"]={["x"]=609,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png"]={["x"]=0,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png"]={["x"]=21,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png"]={["x"]=42,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/critstrchnc.png"]={["x"]=63,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png"]={["x"]=84,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png"]={["x"]=105,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png"]={["x"]=126,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineManaReservationNode.png"]={["x"]=147,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png"]={["x"]=168,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WarCryEffect.png"]={["x"]=189,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png"]={["x"]=210,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapsduration.png"]={["x"]=231,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/flaskstr.png"]={["x"]=252,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=273,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=294,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png"]={["x"]=315,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png"]={["x"]=336,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png"]={["x"]=357,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png"]={["x"]=378,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png"]={["x"]=399,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png"]={["x"]=420,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png"]={["x"]=441,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png"]={["x"]=462,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png"]={["x"]=483,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png"]={["x"]=504,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png"]={["x"]=525,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png"]={["x"]=546,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png"]={["x"]=567,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png"]={["x"]=588,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png"]={["x"]=609,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png"]={["x"]=0,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png"]={["x"]=21,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png"]={["x"]=42,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png"]={["x"]=63,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png"]={["x"]=84,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png"]={["x"]=105,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png"]={["x"]=126,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png"]={["x"]=147,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png"]={["x"]=168,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png"]={["x"]=189,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png"]={["x"]=210,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png"]={["x"]=231,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png"]={["x"]=252,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png"]={["x"]=273,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png"]={["x"]=294,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/AnEAura.png"]={["x"]=315,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png"]={["x"]=336,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png"]={["x"]=357,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png"]={["x"]=378,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png"]={["x"]=399,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png"]={["x"]=420,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png"]={["x"]=441,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png"]={["x"]=462,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png"]={["x"]=483,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png"]={["x"]=504,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png"]={["x"]=525,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Champion.png"]={["x"]=546,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png"]={["x"]=567,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png"]={["x"]=588,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png"]={["x"]=609,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png"]={["x"]=0,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png"]={["x"]=21,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png"]={["x"]=42,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=63,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/GolemsNode.png"]={["x"]=84,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png"]={["x"]=105,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png"]={["x"]=126,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png"]={["x"]=147,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RangedTotemDamage.png"]={["x"]=168,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png"]={["x"]=189,["y"]=189,["w"]=21,["h"]=21}}},{["filename"]="skills-3.jpg?2073aac7f92a6cca81cfb747da72b1b9",["coords"]={["Art/2DArt/SkillIcons/passives/firedamagestr.png"]={["x"]=0,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damage_blue.png"]={["x"]=27,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=54,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/accuracy2h.png"]={["x"]=81,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=108,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/mana.png"]={["x"]=135,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MasteryBlank.png"]={["x"]=162,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=189,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=216,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=243,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=270,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png"]={["x"]=297,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ElementalResistance2.png"]={["x"]=324,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/shieldblock.png"]={["x"]=351,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/onehanddamage.png"]={["x"]=378,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagemelee.png"]={["x"]=405,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeed.png"]={["x"]=432,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/2handedspeed.png"]={["x"]=459,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png"]={["x"]=486,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png"]={["x"]=513,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png"]={["x"]=540,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png"]={["x"]=567,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png"]={["x"]=594,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damage.png"]={["x"]=621,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbranddamage.png"]={["x"]=648,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png"]={["x"]=675,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbrandlife.png"]={["x"]=702,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png"]={["x"]=729,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blockstaff.png"]={["x"]=756,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagestaff.png"]={["x"]=783,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/staffspeed.png"]={["x"]=0,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blockstr.png"]={["x"]=27,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/dmgreduction.png"]={["x"]=54,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/crystalskin.png"]={["x"]=81,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemlife.png"]={["x"]=108,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemplacementspeed.png"]={["x"]=135,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemattackspeed.png"]={["x"]=162,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemdamage.png"]={["x"]=189,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=216,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=243,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/masterysword.png"]={["x"]=270,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedsworddex.png"]={["x"]=297,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagesword.png"]={["x"]=324,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=351,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=378,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedmace.png"]={["x"]=405,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=432,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png"]={["x"]=459,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/fireresist.png"]={["x"]=486,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/coldresist.png"]={["x"]=513,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lightningstr.png"]={["x"]=540,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/projectilespeed.png"]={["x"]=567,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagedualwield.png"]={["x"]=594,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png"]={["x"]=621,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=648,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/increasedarmorandlife.png"]={["x"]=675,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lifepercentage.png"]={["x"]=702,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/macecritdmgspeed.png"]={["x"]=729,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MaceElemental.png"]={["x"]=756,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=783,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedaxe.png"]={["x"]=0,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damageaxe.png"]={["x"]=27,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeeddual.png"]={["x"]=54,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/knockback.png"]={["x"]=81,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=108,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=135,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/colddamage.png"]={["x"]=162,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/elementaldamage.png"]={["x"]=189,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/clawmasterydex.png"]={["x"]=216,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedclaw.png"]={["x"]=243,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png"]={["x"]=270,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MinionsandManaNode.png"]={["x"]=297,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/WandCritical.png"]={["x"]=324,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/manastr.png"]={["x"]=351,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=378,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/WarCryCooldown.png"]={["x"]=405,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/WarCryDuration.png"]={["x"]=432,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=459,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/energyshield.png"]={["x"]=486,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/FortifyNode.png"]={["x"]=513,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png"]={["x"]=540,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/stunstr.png"]={["x"]=567,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticaldaggerint.png"]={["x"]=594,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/masterydaggerdex.png"]={["x"]=621,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/flaskint.png"]={["x"]=648,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png"]={["x"]=675,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blankStr.png"]={["x"]=702,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MeleeAoENode.png"]={["x"]=729,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChannellingDamage.png"]={["x"]=756,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChannellingSpeed.png"]={["x"]=783,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png"]={["x"]=0,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/minionlife.png"]={["x"]=27,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/miniondamageBlue.png"]={["x"]=54,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticaldaggerdex.png"]={["x"]=81,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeeddagger.png"]={["x"]=108,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=135,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalclaw.png"]={["x"]=162,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png"]={["x"]=189,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png"]={["x"]=216,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/evade.png"]={["x"]=243,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png"]={["x"]=270,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/miniondamage.png"]={["x"]=297,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png"]={["x"]=324,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png"]={["x"]=351,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png"]={["x"]=378,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/firedamageint.png"]={["x"]=405,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MeleeFireNode.png"]={["x"]=432,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/evadepercentage.png"]={["x"]=459,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/spellcritical.png"]={["x"]=486,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png"]={["x"]=513,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=540,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/areaofeffect.png"]={["x"]=567,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lifemana.png"]={["x"]=594,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png"]={["x"]=621,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png"]={["x"]=648,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/manaregeneration.png"]={["x"]=675,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png"]={["x"]=702,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/castspeed.png"]={["x"]=729,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagespells.png"]={["x"]=756,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChaosDamage.png"]={["x"]=783,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png"]={["x"]=0,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/dualwieldspeedint.png"]={["x"]=27,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/skillduration.png"]={["x"]=54,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=81,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=108,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/accuracysword.png"]={["x"]=135,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapdamage.png"]={["x"]=162,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapsspeed.png"]={["x"]=189,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalbow.png"]={["x"]=216,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=243,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png"]={["x"]=270,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png"]={["x"]=297,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/shieldrecovery.png"]={["x"]=324,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/stundex.png"]={["x"]=351,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lightningdex.png"]={["x"]=378,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/avoidburning.png"]={["x"]=405,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/avoidchilling.png"]={["x"]=432,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png"]={["x"]=459,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blankDex.png"]={["x"]=486,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AttackBlindNode.png"]={["x"]=513,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=540,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lifegainpertarget.png"]={["x"]=567,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blankInt.png"]={["x"]=594,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/axedmgspeed.png"]={["x"]=621,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalstrikechance.png"]={["x"]=648,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AttackPoisonNode.png"]={["x"]=675,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png"]={["x"]=702,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png"]={["x"]=729,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png"]={["x"]=756,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png"]={["x"]=783,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=0,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/tempint.png"]={["x"]=27,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png"]={["x"]=54,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png"]={["x"]=81,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png"]={["x"]=108,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/minionattackspeed.png"]={["x"]=135,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png"]={["x"]=162,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalstrikechance2.png"]={["x"]=189,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png"]={["x"]=216,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=243,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=270,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png"]={["x"]=297,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png"]={["x"]=324,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png"]={["x"]=351,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png"]={["x"]=378,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png"]={["x"]=405,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png"]={["x"]=432,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png"]={["x"]=459,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png"]={["x"]=486,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png"]={["x"]=513,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/onehandspeed.png"]={["x"]=540,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Raider.png"]={["x"]=567,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png"]={["x"]=594,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png"]={["x"]=621,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=648,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=675,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Brand1.png"]={["x"]=702,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Brand3.png"]={["x"]=729,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png"]={["x"]=756,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png"]={["x"]=783,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ImapleNode.png"]={["x"]=0,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ImpaleNode2.png"]={["x"]=27,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png"]={["x"]=54,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png"]={["x"]=81,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png"]={["x"]=108,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png"]={["x"]=135,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=162,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png"]={["x"]=189,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png"]={["x"]=216,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png"]={["x"]=243,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=270,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png"]={["x"]=297,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png"]={["x"]=324,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png"]={["x"]=351,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=378,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png"]={["x"]=405,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/chaosresist.png"]={["x"]=432,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png"]={["x"]=459,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=486,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png"]={["x"]=513,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png"]={["x"]=540,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png"]={["x"]=567,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png"]={["x"]=594,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DamageOverTime.png"]={["x"]=621,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png"]={["x"]=648,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/manareservationreduction.png"]={["x"]=675,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/auraareaofeffect.png"]={["x"]=702,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/auraeffect.png"]={["x"]=729,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/tempdex.png"]={["x"]=756,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png"]={["x"]=783,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png"]={["x"]=0,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png"]={["x"]=27,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png"]={["x"]=54,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/critstrchnc.png"]={["x"]=81,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png"]={["x"]=108,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png"]={["x"]=135,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png"]={["x"]=162,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MineManaReservationNode.png"]={["x"]=189,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png"]={["x"]=216,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/WarCryEffect.png"]={["x"]=243,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png"]={["x"]=270,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapsduration.png"]={["x"]=297,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/flaskstr.png"]={["x"]=324,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=351,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=378,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png"]={["x"]=405,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png"]={["x"]=432,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png"]={["x"]=459,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png"]={["x"]=486,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png"]={["x"]=513,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png"]={["x"]=540,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png"]={["x"]=567,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png"]={["x"]=594,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png"]={["x"]=621,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png"]={["x"]=648,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png"]={["x"]=675,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png"]={["x"]=702,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png"]={["x"]=729,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png"]={["x"]=756,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png"]={["x"]=783,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png"]={["x"]=0,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png"]={["x"]=27,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png"]={["x"]=54,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png"]={["x"]=81,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png"]={["x"]=108,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png"]={["x"]=135,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png"]={["x"]=162,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png"]={["x"]=189,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png"]={["x"]=216,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png"]={["x"]=243,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png"]={["x"]=270,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png"]={["x"]=297,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png"]={["x"]=324,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png"]={["x"]=351,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png"]={["x"]=378,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/AnEAura.png"]={["x"]=405,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png"]={["x"]=432,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png"]={["x"]=459,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png"]={["x"]=486,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png"]={["x"]=513,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png"]={["x"]=540,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png"]={["x"]=567,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png"]={["x"]=594,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png"]={["x"]=621,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png"]={["x"]=648,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png"]={["x"]=675,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Champion.png"]={["x"]=702,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png"]={["x"]=729,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png"]={["x"]=756,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png"]={["x"]=783,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png"]={["x"]=0,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png"]={["x"]=27,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png"]={["x"]=54,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=81,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/GolemsNode.png"]={["x"]=108,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png"]={["x"]=135,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png"]={["x"]=162,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png"]={["x"]=189,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/RangedTotemDamage.png"]={["x"]=216,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png"]={["x"]=243,["y"]=243,["w"]=27,["h"]=27}}}},["notableActive"]={{["filename"]="skills-0.jpg?60d938e28ee6152e56ada1f325b52d17",["coords"]={["Art/2DArt/SkillIcons/passives/lavalash.png"]={["x"]=0,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AspectoftheEagle.png"]={["x"]=12,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MartialExperience.png"]={["x"]=24,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/minddrinker.png"]={["x"]=36,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=48,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/titanicmight.png"]={["x"]=60,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/barricade.png"]={["x"]=72,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/butchery.png"]={["x"]=84,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/strongarm.png"]={["x"]=96,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/wreckingball.png"]={["x"]=108,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/reaver.png"]={["x"]=120,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png"]={["x"]=132,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png"]={["x"]=144,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/Headman.png"]={["x"]=156,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png"]={["x"]=168,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png"]={["x"]=180,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/Impact.png"]={["x"]=192,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/Charges.png"]={["x"]=204,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/whirlingstaff.png"]={["x"]=216,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/stunstaff.png"]={["x"]=228,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffCrit.png"]={["x"]=240,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/armourmastery.png"]={["x"]=252,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=0,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Unwavering.png"]={["x"]=12,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ironwoodtotem.png"]={["x"]=24,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png"]={["x"]=36,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png"]={["x"]=48,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Retaliation.png"]={["x"]=60,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/blademaster.png"]={["x"]=72,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/razorsedge.png"]={["x"]=84,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/wandslingersprowess.png"]={["x"]=96,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/skullcracking.png"]={["x"]=108,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=120,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BloodyBludgeon.png"]={["x"]=132,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=144,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ambidexterity.png"]={["x"]=156,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=168,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Annihilation.png"]={["x"]=180,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/galvanichammer.png"]={["x"]=192,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MaceNotable2.png"]={["x"]=204,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BloodSiphon.png"]={["x"]=216,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/soulsyphon.png"]={["x"]=228,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=240,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/fellingtheweak.png"]={["x"]=252,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/hatchetmaster.png"]={["x"]=0,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/swagger.png"]={["x"]=12,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/fending.png"]={["x"]=24,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=36,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/cleavage.png"]={["x"]=48,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=60,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BreathofLightening2.png"]={["x"]=72,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/borntofight.png"]={["x"]=84,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/manaconduit.png"]={["x"]=96,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=108,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/stormborn.png"]={["x"]=120,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/flameborn.png"]={["x"]=132,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/frostborn.png"]={["x"]=144,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/eagletalons.png"]={["x"]=156,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/soulraker.png"]={["x"]=168,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ClawNotable1.png"]={["x"]=180,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Warrior.png"]={["x"]=192,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Constitution.png"]={["x"]=204,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png"]={["x"]=216,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/trollblood.png"]={["x"]=228,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Revelry.png"]={["x"]=240,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png"]={["x"]=252,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/fussilade.png"]={["x"]=0,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/elderpower.png"]={["x"]=12,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=24,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/blademistress.png"]={["x"]=36,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png"]={["x"]=48,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Dynamo.png"]={["x"]=60,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LustforCarnage.png"]={["x"]=72,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Righteous Decree.png"]={["x"]=84,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Battlecry.png"]={["x"]=96,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/eagleeye.png"]={["x"]=108,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/hammerblows.png"]={["x"]=120,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffNotable2.png"]={["x"]=132,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/lifeleechimmunity.png"]={["x"]=144,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FortifyNotable1.png"]={["x"]=156,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaandCurses.png"]={["x"]=168,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StunMastery.png"]={["x"]=180,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/nightstalker.png"]={["x"]=192,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Harrier.png"]={["x"]=204,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaFlasksOften.png"]={["x"]=216,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/CombatStamina.png"]={["x"]=228,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/staticshield.png"]={["x"]=240,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/foresight.png"]={["x"]=252,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inspiration.png"]={["x"]=0,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/icebite.png"]={["x"]=12,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/grace.png"]={["x"]=24,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MeleeAoENotable.png"]={["x"]=36,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/sparkingattacks.png"]={["x"]=48,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/TempestBlast.png"]={["x"]=60,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/CombatFocusNotable.png"]={["x"]=72,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SearingHeat.png"]={["x"]=84,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deathattunement.png"]={["x"]=96,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/flaying.png"]={["x"]=108,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DaggerNotable1.png"]={["x"]=120,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=132,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hunter.png"]={["x"]=144,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/graveintentions.png"]={["x"]=156,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/graveexpectations.png"]={["x"]=168,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png"]={["x"]=180,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/lordofthedead.png"]={["x"]=192,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/gravepact.png"]={["x"]=204,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arcane focus.png"]={["x"]=216,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArcaneChemistry.png"]={["x"]=228,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/bodysoul.png"]={["x"]=240,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png"]={["x"]=252,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png"]={["x"]=0,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/breathofrime.png"]={["x"]=12,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/hellfire.png"]={["x"]=24,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BreathofFlames2.png"]={["x"]=36,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arsonist.png"]={["x"]=48,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MeleeFireNotable.png"]={["x"]=60,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EssenceSurge.png"]={["x"]=72,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SavantPath.png"]={["x"]=84,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/iceheart.png"]={["x"]=96,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BreathofRime2.png"]={["x"]=108,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newenergyshield.png"]={["x"]=120,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/pyromaniac.png"]={["x"]=132,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arcanepotency.png"]={["x"]=144,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/amplify.png"]={["x"]=156,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deepthoughts.png"]={["x"]=168,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/thickskin.png"]={["x"]=180,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/QuickRecovery.png"]={["x"]=192,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png"]={["x"]=204,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png"]={["x"]=216,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/Ambush.png"]={["x"]=228,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png"]={["x"]=240,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png"]={["x"]=252,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png"]={["x"]=0,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/Elusive.png"]={["x"]=12,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Dreamer.png"]={["x"]=24,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png"]={["x"]=36,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/throatseeker.png"]={["x"]=48,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/nimbleness.png"]={["x"]=60,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ConcentrationNotable.png"]={["x"]=72,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MentalRapidity.png"]={["x"]=84,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=96,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PowerChargeNotable.png"]={["x"]=108,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/gemini.png"]={["x"]=120,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ThrillKiller.png"]={["x"]=132,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/potencyofwill.png"]={["x"]=144,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png"]={["x"]=156,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/preciseinterception.png"]={["x"]=168,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heartofthepanther.png"]={["x"]=180,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=192,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=204,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/adderstouch.png"]={["x"]=216,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/cruelblade.png"]={["x"]=228,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FatalBlade.png"]={["x"]=240,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ClawNotable2.png"]={["x"]=252,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/mastersapper.png"]={["x"]=0,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/daggerpenetration.png"]={["x"]=12,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/clawsofthepride.png"]={["x"]=24,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heavydraw.png"]={["x"]=36,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deadlydraw.png"]={["x"]=48,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/kingofthehill.png"]={["x"]=60,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/masterfletcher.png"]={["x"]=72,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/totemicmastery.png"]={["x"]=84,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ProjectilesNotable.png"]={["x"]=96,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=108,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=120,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newevadepercentage.png"]={["x"]=132,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png"]={["x"]=144,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png"]={["x"]=156,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arcaneefficiency.png"]={["x"]=168,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=180,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArcaneSeal.png"]={["x"]=192,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/HeartoftheOak.png"]={["x"]=204,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/animalspirit.png"]={["x"]=216,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DruidicRite.png"]={["x"]=228,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/quickstep.png"]={["x"]=240,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/diamondskin.png"]={["x"]=252,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png"]={["x"]=0,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/bladebarrier.png"]={["x"]=12,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackBlindNotable.png"]={["x"]=24,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=36,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newcolddamage.png"]={["x"]=48,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png"]={["x"]=60,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/perfectaim.png"]={["x"]=72,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/furybolts.png"]={["x"]=84,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FortifyNotable2.png"]={["x"]=96,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heartofthegladiator.png"]={["x"]=108,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/precision.png"]={["x"]=120,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=132,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/CommandofSteel.png"]={["x"]=144,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heartseeker.png"]={["x"]=156,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png"]={["x"]=168,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/executioner.png"]={["x"]=180,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png"]={["x"]=192,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png"]={["x"]=204,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png"]={["x"]=216,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png"]={["x"]=228,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png"]={["x"]=240,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heartpierce.png"]={["x"]=252,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/HeartandSoul.png"]={["x"]=0,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=12,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deadlyprecision.png"]={["x"]=24,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SwordNotable2.png"]={["x"]=36,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/catalyse.png"]={["x"]=48,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/elementalist.png"]={["x"]=60,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LightOfDivinity.png"]={["x"]=72,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BattleRouse.png"]={["x"]=84,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SpiritualCommand.png"]={["x"]=96,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/oxblood.png"]={["x"]=108,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SoulSiphoning.png"]={["x"]=120,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deepwisdom.png"]={["x"]=132,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=144,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MaceNotable1.png"]={["x"]=156,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png"]={["x"]=168,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png"]={["x"]=180,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png"]={["x"]=192,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png"]={["x"]=204,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png"]={["x"]=216,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png"]={["x"]=228,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png"]={["x"]=240,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png"]={["x"]=252,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=0,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DaggerNotable2.png"]={["x"]=12,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=24,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png"]={["x"]=36,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png"]={["x"]=48,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SwordNotable1.png"]={["x"]=60,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png"]={["x"]=72,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/RighteousArmy.png"]={["x"]=84,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Redemption.png"]={["x"]=96,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SpiritualAid.png"]={["x"]=108,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/Int.png"]={["x"]=120,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png"]={["x"]=132,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png"]={["x"]=144,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png"]={["x"]=156,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png"]={["x"]=168,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png"]={["x"]=180,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png"]={["x"]=192,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png"]={["x"]=204,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png"]={["x"]=216,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Meleerange.png"]={["x"]=228,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newnewattackspeed.png"]={["x"]=240,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=252,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newtitanicmight.png"]={["x"]=0,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DualWieldNotable.png"]={["x"]=12,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArcaneReaping.png"]={["x"]=24,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=36,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Brand4.png"]={["x"]=48,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/savant.png"]={["x"]=60,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffNotable.png"]={["x"]=72,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ElementalDominion2.png"]={["x"]=84,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png"]={["x"]=96,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ImpaleNotable2.png"]={["x"]=108,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png"]={["x"]=120,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png"]={["x"]=132,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png"]={["x"]=144,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png"]={["x"]=156,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png"]={["x"]=168,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png"]={["x"]=180,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png"]={["x"]=192,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/highexplosives.png"]={["x"]=204,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/cleverconstruction.png"]={["x"]=216,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=228,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/revengeofthehunted.png"]={["x"]=240,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png"]={["x"]=252,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ShieldNotable.png"]={["x"]=0,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png"]={["x"]=12,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png"]={["x"]=24,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PierceNoteable.png"]={["x"]=36,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/expeditiousmunitions.png"]={["x"]=48,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SkitteringRunes.png"]={["x"]=60,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffNotable1.png"]={["x"]=72,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Coordination.png"]={["x"]=84,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png"]={["x"]=96,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Shaper.png"]={["x"]=108,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Retribution.png"]={["x"]=120,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SoulPact.png"]={["x"]=132,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LethalAssault.png"]={["x"]=144,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Resourcefulness.png"]={["x"]=156,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=168,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/finesse.png"]={["x"]=180,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newincreasedcritical.png"]={["x"]=192,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/saboteur.png"]={["x"]=204,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ElementalFocus.png"]={["x"]=216,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MethodMadess.png"]={["x"]=228,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/berserking.png"]={["x"]=240,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/scissorblades.png"]={["x"]=252,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png"]={["x"]=0,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png"]={["x"]=12,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png"]={["x"]=24,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png"]={["x"]=36,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png"]={["x"]=48,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png"]={["x"]=60,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/Blitz.png"]={["x"]=72,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/doomcast.png"]={["x"]=84,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/mentalacuity.png"]={["x"]=96,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/swashbuckler.png"]={["x"]=108,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Entropy.png"]={["x"]=120,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png"]={["x"]=132,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/legendaryswordsman.png"]={["x"]=144,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/golemsblood.png"]={["x"]=156,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/IgnorePain.png"]={["x"]=168,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Survivalist.png"]={["x"]=180,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MaceNotable3.png"]={["x"]=192,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/WritteninBlood.png"]={["x"]=204,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ChaoticPotential.png"]={["x"]=216,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/shieldwall.png"]={["x"]=228,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png"]={["x"]=240,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png"]={["x"]=252,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/sovereignty.png"]={["x"]=0,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/authority.png"]={["x"]=12,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/influence.png"]={["x"]=24,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/leadership.png"]={["x"]=36,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion.png"]={["x"]=48,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png"]={["x"]=60,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffNotable3.png"]={["x"]=72,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=84,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ForceOfNature.png"]={["x"]=96,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png"]={["x"]=108,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png"]={["x"]=120,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png"]={["x"]=132,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png"]={["x"]=144,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png"]={["x"]=156,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png"]={["x"]=168,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png"]={["x"]=180,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/TrueStriker.png"]={["x"]=192,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/serpentstance.png"]={["x"]=204,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png"]={["x"]=216,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png"]={["x"]=228,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png"]={["x"]=240,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png"]={["x"]=252,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png"]={["x"]=0,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png"]={["x"]=12,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png"]={["x"]=24,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/shamsnisticfury.png"]={["x"]=36,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/totemiczeal.png"]={["x"]=48,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/volitilemines.png"]={["x"]=60,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png"]={["x"]=72,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Sentinel.png"]={["x"]=84,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arcaneradience.png"]={["x"]=96,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/WordsOfGlory.png"]={["x"]=108,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Storm Weaver.png"]={["x"]=120,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trap.png"]={["x"]=132,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ashfrostandstorm.png"]={["x"]=144,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ProfaneChemistry.png"]={["x"]=156,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MasterofForce.png"]={["x"]=168,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/HiredKiller2.png"]={["x"]=180,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/melding.png"]={["x"]=192,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/CelestialPunishment.png"]={["x"]=204,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=216,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=228,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Unrelenting.png"]={["x"]=240,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ShrugOff.png"]={["x"]=252,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png"]={["x"]=0,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png"]={["x"]=12,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png"]={["x"]=24,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png"]={["x"]=36,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png"]={["x"]=48,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png"]={["x"]=60,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png"]={["x"]=72,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png"]={["x"]=84,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png"]={["x"]=96,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png"]={["x"]=108,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png"]={["x"]=120,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png"]={["x"]=132,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png"]={["x"]=144,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png"]={["x"]=156,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png"]={["x"]=168,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png"]={["x"]=180,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png"]={["x"]=192,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png"]={["x"]=204,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png"]={["x"]=216,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png"]={["x"]=228,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png"]={["x"]=240,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png"]={["x"]=252,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png"]={["x"]=0,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png"]={["x"]=12,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png"]={["x"]=24,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png"]={["x"]=36,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png"]={["x"]=48,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png"]={["x"]=60,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png"]={["x"]=72,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png"]={["x"]=84,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png"]={["x"]=96,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png"]={["x"]=108,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png"]={["x"]=120,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png"]={["x"]=132,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png"]={["x"]=144,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png"]={["x"]=156,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png"]={["x"]=168,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png"]={["x"]=180,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png"]={["x"]=192,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png"]={["x"]=204,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png"]={["x"]=216,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png"]={["x"]=228,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png"]={["x"]=240,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png"]={["x"]=252,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png"]={["x"]=0,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png"]={["x"]=12,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png"]={["x"]=24,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png"]={["x"]=36,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png"]={["x"]=48,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png"]={["x"]=60,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png"]={["x"]=72,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/Fortitude.png"]={["x"]=84,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/Unstopable.png"]={["x"]=96,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/Conqueror.png"]={["x"]=108,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png"]={["x"]=120,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/Inpirational.png"]={["x"]=132,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png"]={["x"]=144,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png"]={["x"]=156,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png"]={["x"]=168,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png"]={["x"]=180,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png"]={["x"]=192,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png"]={["x"]=204,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png"]={["x"]=216,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/Dex.png"]={["x"]=228,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/Str.png"]={["x"]=240,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/GrowthandDecay.png"]={["x"]=252,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ChaosDamage2.png"]={["x"]=0,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png"]={["x"]=12,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trap2.png"]={["x"]=24,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MineTrap.png"]={["x"]=36,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BleedPoison.png"]={["x"]=48,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Brand2.png"]={["x"]=60,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png"]={["x"]=72,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png"]={["x"]=84,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png"]={["x"]=96,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png"]={["x"]=108,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png"]={["x"]=120,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ImpaleNotable1.png"]={["x"]=132,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png"]={["x"]=144,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png"]={["x"]=156,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=168,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=180,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=192,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AxeNotable1.png"]={["x"]=204,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AxeNotable2.png"]={["x"]=216,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=228,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=240,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png"]={["x"]=252,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png"]={["x"]=0,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/GolemsNotable.png"]={["x"]=12,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png"]={["x"]=24,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png"]={["x"]=36,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png"]={["x"]=48,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png"]={["x"]=60,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DireTorment.png"]={["x"]=72,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png"]={["x"]=84,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png"]={["x"]=96,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png"]={["x"]=108,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png"]={["x"]=120,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Boomerang.png"]={["x"]=132,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Lineage.png"]={["x"]=144,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BloodPact.png"]={["x"]=156,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MindPact.png"]={["x"]=168,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DarkestHour.png"]={["x"]=180,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FireAilment.png"]={["x"]=192,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LightingAilment.png"]={["x"]=204,["y"]=330,["w"]=12,["h"]=12}}},{["filename"]="skills-1.jpg?6090452f98e9ed00ce1cddf76724ab3d",["coords"]={["Art/2DArt/SkillIcons/passives/lavalash.png"]={["x"]=0,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AspectoftheEagle.png"]={["x"]=21,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MartialExperience.png"]={["x"]=42,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minddrinker.png"]={["x"]=63,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=84,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/titanicmight.png"]={["x"]=105,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/barricade.png"]={["x"]=126,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/butchery.png"]={["x"]=147,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/strongarm.png"]={["x"]=168,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/wreckingball.png"]={["x"]=189,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/reaver.png"]={["x"]=210,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png"]={["x"]=231,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png"]={["x"]=252,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/Headman.png"]={["x"]=273,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png"]={["x"]=294,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png"]={["x"]=315,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/Impact.png"]={["x"]=336,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/Charges.png"]={["x"]=357,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/whirlingstaff.png"]={["x"]=378,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stunstaff.png"]={["x"]=399,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffCrit.png"]={["x"]=420,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/armourmastery.png"]={["x"]=441,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=0,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Unwavering.png"]={["x"]=21,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ironwoodtotem.png"]={["x"]=42,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png"]={["x"]=63,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png"]={["x"]=84,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Retaliation.png"]={["x"]=105,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blademaster.png"]={["x"]=126,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/razorsedge.png"]={["x"]=147,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/wandslingersprowess.png"]={["x"]=168,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/skullcracking.png"]={["x"]=189,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=210,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BloodyBludgeon.png"]={["x"]=231,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=252,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ambidexterity.png"]={["x"]=273,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=294,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Annihilation.png"]={["x"]=315,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/galvanichammer.png"]={["x"]=336,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MaceNotable2.png"]={["x"]=357,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BloodSiphon.png"]={["x"]=378,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/soulsyphon.png"]={["x"]=399,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=420,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/fellingtheweak.png"]={["x"]=441,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/hatchetmaster.png"]={["x"]=0,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/swagger.png"]={["x"]=21,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/fending.png"]={["x"]=42,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=63,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/cleavage.png"]={["x"]=84,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=105,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BreathofLightening2.png"]={["x"]=126,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/borntofight.png"]={["x"]=147,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/manaconduit.png"]={["x"]=168,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=189,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stormborn.png"]={["x"]=210,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/flameborn.png"]={["x"]=231,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/frostborn.png"]={["x"]=252,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/eagletalons.png"]={["x"]=273,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/soulraker.png"]={["x"]=294,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ClawNotable1.png"]={["x"]=315,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Warrior.png"]={["x"]=336,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Constitution.png"]={["x"]=357,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png"]={["x"]=378,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trollblood.png"]={["x"]=399,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Revelry.png"]={["x"]=420,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png"]={["x"]=441,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/fussilade.png"]={["x"]=0,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/elderpower.png"]={["x"]=21,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=42,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blademistress.png"]={["x"]=63,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png"]={["x"]=84,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Dynamo.png"]={["x"]=105,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LustforCarnage.png"]={["x"]=126,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Righteous Decree.png"]={["x"]=147,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Battlecry.png"]={["x"]=168,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/eagleeye.png"]={["x"]=189,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/hammerblows.png"]={["x"]=210,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNotable2.png"]={["x"]=231,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifeleechimmunity.png"]={["x"]=252,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FortifyNotable1.png"]={["x"]=273,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaandCurses.png"]={["x"]=294,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StunMastery.png"]={["x"]=315,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/nightstalker.png"]={["x"]=336,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Harrier.png"]={["x"]=357,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaFlasksOften.png"]={["x"]=378,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/CombatStamina.png"]={["x"]=399,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/staticshield.png"]={["x"]=420,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/foresight.png"]={["x"]=441,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inspiration.png"]={["x"]=0,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/icebite.png"]={["x"]=21,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/grace.png"]={["x"]=42,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeAoENotable.png"]={["x"]=63,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/sparkingattacks.png"]={["x"]=84,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/TempestBlast.png"]={["x"]=105,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/CombatFocusNotable.png"]={["x"]=126,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SearingHeat.png"]={["x"]=147,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deathattunement.png"]={["x"]=168,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/flaying.png"]={["x"]=189,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DaggerNotable1.png"]={["x"]=210,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=231,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hunter.png"]={["x"]=252,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/graveintentions.png"]={["x"]=273,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/graveexpectations.png"]={["x"]=294,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png"]={["x"]=315,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lordofthedead.png"]={["x"]=336,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/gravepact.png"]={["x"]=357,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arcane focus.png"]={["x"]=378,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArcaneChemistry.png"]={["x"]=399,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/bodysoul.png"]={["x"]=420,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png"]={["x"]=441,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png"]={["x"]=0,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/breathofrime.png"]={["x"]=21,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/hellfire.png"]={["x"]=42,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BreathofFlames2.png"]={["x"]=63,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arsonist.png"]={["x"]=84,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeFireNotable.png"]={["x"]=105,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EssenceSurge.png"]={["x"]=126,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SavantPath.png"]={["x"]=147,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/iceheart.png"]={["x"]=168,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BreathofRime2.png"]={["x"]=189,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newenergyshield.png"]={["x"]=210,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/pyromaniac.png"]={["x"]=231,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arcanepotency.png"]={["x"]=252,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/amplify.png"]={["x"]=273,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deepthoughts.png"]={["x"]=294,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/thickskin.png"]={["x"]=315,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/QuickRecovery.png"]={["x"]=336,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png"]={["x"]=357,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png"]={["x"]=378,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/Ambush.png"]={["x"]=399,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png"]={["x"]=420,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png"]={["x"]=441,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png"]={["x"]=0,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/Elusive.png"]={["x"]=21,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Dreamer.png"]={["x"]=42,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png"]={["x"]=63,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/throatseeker.png"]={["x"]=84,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/nimbleness.png"]={["x"]=105,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ConcentrationNotable.png"]={["x"]=126,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MentalRapidity.png"]={["x"]=147,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=168,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PowerChargeNotable.png"]={["x"]=189,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/gemini.png"]={["x"]=210,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ThrillKiller.png"]={["x"]=231,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/potencyofwill.png"]={["x"]=252,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png"]={["x"]=273,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/preciseinterception.png"]={["x"]=294,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heartofthepanther.png"]={["x"]=315,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=336,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=357,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/adderstouch.png"]={["x"]=378,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/cruelblade.png"]={["x"]=399,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FatalBlade.png"]={["x"]=420,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ClawNotable2.png"]={["x"]=441,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/mastersapper.png"]={["x"]=0,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/daggerpenetration.png"]={["x"]=21,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/clawsofthepride.png"]={["x"]=42,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heavydraw.png"]={["x"]=63,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deadlydraw.png"]={["x"]=84,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/kingofthehill.png"]={["x"]=105,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterfletcher.png"]={["x"]=126,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemicmastery.png"]={["x"]=147,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ProjectilesNotable.png"]={["x"]=168,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=189,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=210,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newevadepercentage.png"]={["x"]=231,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png"]={["x"]=252,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png"]={["x"]=273,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arcaneefficiency.png"]={["x"]=294,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=315,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArcaneSeal.png"]={["x"]=336,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HeartoftheOak.png"]={["x"]=357,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/animalspirit.png"]={["x"]=378,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DruidicRite.png"]={["x"]=399,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/quickstep.png"]={["x"]=420,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/diamondskin.png"]={["x"]=441,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png"]={["x"]=0,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/bladebarrier.png"]={["x"]=21,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackBlindNotable.png"]={["x"]=42,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=63,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newcolddamage.png"]={["x"]=84,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png"]={["x"]=105,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/perfectaim.png"]={["x"]=126,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/furybolts.png"]={["x"]=147,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FortifyNotable2.png"]={["x"]=168,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heartofthegladiator.png"]={["x"]=189,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/precision.png"]={["x"]=210,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=231,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/CommandofSteel.png"]={["x"]=252,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heartseeker.png"]={["x"]=273,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png"]={["x"]=294,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/executioner.png"]={["x"]=315,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png"]={["x"]=336,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png"]={["x"]=357,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png"]={["x"]=378,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png"]={["x"]=399,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png"]={["x"]=420,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heartpierce.png"]={["x"]=441,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HeartandSoul.png"]={["x"]=0,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=21,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deadlyprecision.png"]={["x"]=42,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SwordNotable2.png"]={["x"]=63,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/catalyse.png"]={["x"]=84,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/elementalist.png"]={["x"]=105,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LightOfDivinity.png"]={["x"]=126,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BattleRouse.png"]={["x"]=147,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SpiritualCommand.png"]={["x"]=168,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/oxblood.png"]={["x"]=189,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SoulSiphoning.png"]={["x"]=210,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deepwisdom.png"]={["x"]=231,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=252,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MaceNotable1.png"]={["x"]=273,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png"]={["x"]=294,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png"]={["x"]=315,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png"]={["x"]=336,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png"]={["x"]=357,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png"]={["x"]=378,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png"]={["x"]=399,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png"]={["x"]=420,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png"]={["x"]=441,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=0,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DaggerNotable2.png"]={["x"]=21,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=42,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png"]={["x"]=63,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png"]={["x"]=84,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SwordNotable1.png"]={["x"]=105,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png"]={["x"]=126,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RighteousArmy.png"]={["x"]=147,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Redemption.png"]={["x"]=168,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SpiritualAid.png"]={["x"]=189,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Int.png"]={["x"]=210,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png"]={["x"]=231,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png"]={["x"]=252,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png"]={["x"]=273,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png"]={["x"]=294,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png"]={["x"]=315,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png"]={["x"]=336,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png"]={["x"]=357,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png"]={["x"]=378,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Meleerange.png"]={["x"]=399,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newnewattackspeed.png"]={["x"]=420,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=441,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newtitanicmight.png"]={["x"]=0,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DualWieldNotable.png"]={["x"]=21,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArcaneReaping.png"]={["x"]=42,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=63,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Brand4.png"]={["x"]=84,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/savant.png"]={["x"]=105,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNotable.png"]={["x"]=126,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ElementalDominion2.png"]={["x"]=147,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png"]={["x"]=168,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ImpaleNotable2.png"]={["x"]=189,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png"]={["x"]=210,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png"]={["x"]=231,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png"]={["x"]=252,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png"]={["x"]=273,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png"]={["x"]=294,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png"]={["x"]=315,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png"]={["x"]=336,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/highexplosives.png"]={["x"]=357,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/cleverconstruction.png"]={["x"]=378,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=399,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/revengeofthehunted.png"]={["x"]=420,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png"]={["x"]=441,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShieldNotable.png"]={["x"]=0,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png"]={["x"]=21,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png"]={["x"]=42,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PierceNoteable.png"]={["x"]=63,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/expeditiousmunitions.png"]={["x"]=84,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SkitteringRunes.png"]={["x"]=105,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNotable1.png"]={["x"]=126,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Coordination.png"]={["x"]=147,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png"]={["x"]=168,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Shaper.png"]={["x"]=189,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Retribution.png"]={["x"]=210,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SoulPact.png"]={["x"]=231,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LethalAssault.png"]={["x"]=252,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Resourcefulness.png"]={["x"]=273,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=294,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/finesse.png"]={["x"]=315,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newincreasedcritical.png"]={["x"]=336,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/saboteur.png"]={["x"]=357,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ElementalFocus.png"]={["x"]=378,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MethodMadess.png"]={["x"]=399,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/berserking.png"]={["x"]=420,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/scissorblades.png"]={["x"]=441,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png"]={["x"]=0,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png"]={["x"]=21,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png"]={["x"]=42,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png"]={["x"]=63,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png"]={["x"]=84,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png"]={["x"]=105,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/Blitz.png"]={["x"]=126,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/doomcast.png"]={["x"]=147,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/mentalacuity.png"]={["x"]=168,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/swashbuckler.png"]={["x"]=189,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Entropy.png"]={["x"]=210,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png"]={["x"]=231,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/legendaryswordsman.png"]={["x"]=252,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/golemsblood.png"]={["x"]=273,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/IgnorePain.png"]={["x"]=294,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Survivalist.png"]={["x"]=315,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MaceNotable3.png"]={["x"]=336,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WritteninBlood.png"]={["x"]=357,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChaoticPotential.png"]={["x"]=378,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/shieldwall.png"]={["x"]=399,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png"]={["x"]=420,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png"]={["x"]=441,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/sovereignty.png"]={["x"]=0,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/authority.png"]={["x"]=21,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/influence.png"]={["x"]=42,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/leadership.png"]={["x"]=63,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion.png"]={["x"]=84,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png"]={["x"]=105,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNotable3.png"]={["x"]=126,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=147,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ForceOfNature.png"]={["x"]=168,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png"]={["x"]=189,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png"]={["x"]=210,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png"]={["x"]=231,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png"]={["x"]=252,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png"]={["x"]=273,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png"]={["x"]=294,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png"]={["x"]=315,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/TrueStriker.png"]={["x"]=336,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/serpentstance.png"]={["x"]=357,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png"]={["x"]=378,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png"]={["x"]=399,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png"]={["x"]=420,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png"]={["x"]=441,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png"]={["x"]=0,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png"]={["x"]=21,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png"]={["x"]=42,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/shamsnisticfury.png"]={["x"]=63,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemiczeal.png"]={["x"]=84,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/volitilemines.png"]={["x"]=105,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png"]={["x"]=126,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Sentinel.png"]={["x"]=147,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arcaneradience.png"]={["x"]=168,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WordsOfGlory.png"]={["x"]=189,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Storm Weaver.png"]={["x"]=210,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trap.png"]={["x"]=231,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ashfrostandstorm.png"]={["x"]=252,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ProfaneChemistry.png"]={["x"]=273,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MasterofForce.png"]={["x"]=294,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HiredKiller2.png"]={["x"]=315,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/melding.png"]={["x"]=336,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/CelestialPunishment.png"]={["x"]=357,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=378,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=399,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Unrelenting.png"]={["x"]=420,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShrugOff.png"]={["x"]=441,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png"]={["x"]=0,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png"]={["x"]=21,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png"]={["x"]=42,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png"]={["x"]=63,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png"]={["x"]=84,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png"]={["x"]=105,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png"]={["x"]=126,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png"]={["x"]=147,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png"]={["x"]=168,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png"]={["x"]=189,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png"]={["x"]=210,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png"]={["x"]=231,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png"]={["x"]=252,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png"]={["x"]=273,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png"]={["x"]=294,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png"]={["x"]=315,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png"]={["x"]=336,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png"]={["x"]=357,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png"]={["x"]=378,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png"]={["x"]=399,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png"]={["x"]=420,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png"]={["x"]=441,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png"]={["x"]=0,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png"]={["x"]=21,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png"]={["x"]=42,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png"]={["x"]=63,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png"]={["x"]=84,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png"]={["x"]=105,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png"]={["x"]=126,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png"]={["x"]=147,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png"]={["x"]=168,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png"]={["x"]=189,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png"]={["x"]=210,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png"]={["x"]=231,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png"]={["x"]=252,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png"]={["x"]=273,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png"]={["x"]=294,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png"]={["x"]=315,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png"]={["x"]=336,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png"]={["x"]=357,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png"]={["x"]=378,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png"]={["x"]=399,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png"]={["x"]=420,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png"]={["x"]=441,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png"]={["x"]=0,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png"]={["x"]=21,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png"]={["x"]=42,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png"]={["x"]=63,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png"]={["x"]=84,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png"]={["x"]=105,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png"]={["x"]=126,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/Fortitude.png"]={["x"]=147,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/Unstopable.png"]={["x"]=168,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/Conqueror.png"]={["x"]=189,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png"]={["x"]=210,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/Inpirational.png"]={["x"]=231,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png"]={["x"]=252,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png"]={["x"]=273,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png"]={["x"]=294,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png"]={["x"]=315,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png"]={["x"]=336,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png"]={["x"]=357,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png"]={["x"]=378,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Dex.png"]={["x"]=399,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Str.png"]={["x"]=420,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/GrowthandDecay.png"]={["x"]=441,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChaosDamage2.png"]={["x"]=0,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png"]={["x"]=21,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trap2.png"]={["x"]=42,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineTrap.png"]={["x"]=63,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BleedPoison.png"]={["x"]=84,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Brand2.png"]={["x"]=105,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png"]={["x"]=126,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png"]={["x"]=147,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png"]={["x"]=168,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png"]={["x"]=189,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png"]={["x"]=210,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ImpaleNotable1.png"]={["x"]=231,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png"]={["x"]=252,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png"]={["x"]=273,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=294,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=315,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=336,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AxeNotable1.png"]={["x"]=357,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AxeNotable2.png"]={["x"]=378,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=399,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=420,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png"]={["x"]=441,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png"]={["x"]=0,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/GolemsNotable.png"]={["x"]=21,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png"]={["x"]=42,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png"]={["x"]=63,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png"]={["x"]=84,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png"]={["x"]=105,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DireTorment.png"]={["x"]=126,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png"]={["x"]=147,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png"]={["x"]=168,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png"]={["x"]=189,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png"]={["x"]=210,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Boomerang.png"]={["x"]=231,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Lineage.png"]={["x"]=252,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BloodPact.png"]={["x"]=273,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MindPact.png"]={["x"]=294,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DarkestHour.png"]={["x"]=315,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FireAilment.png"]={["x"]=336,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LightingAilment.png"]={["x"]=357,["y"]=570,["w"]=21,["h"]=21}}},{["filename"]="skills-2.jpg?4569c819cf5da05dcd695acad9ab9140",["coords"]={["Art/2DArt/SkillIcons/passives/lavalash.png"]={["x"]=0,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AspectoftheEagle.png"]={["x"]=29,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MartialExperience.png"]={["x"]=58,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/minddrinker.png"]={["x"]=87,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=116,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/titanicmight.png"]={["x"]=145,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/barricade.png"]={["x"]=174,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/butchery.png"]={["x"]=203,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/strongarm.png"]={["x"]=232,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/wreckingball.png"]={["x"]=261,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/reaver.png"]={["x"]=290,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png"]={["x"]=319,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png"]={["x"]=348,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/Headman.png"]={["x"]=377,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png"]={["x"]=406,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png"]={["x"]=435,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/Impact.png"]={["x"]=464,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/Charges.png"]={["x"]=493,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/whirlingstaff.png"]={["x"]=522,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/stunstaff.png"]={["x"]=551,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffCrit.png"]={["x"]=580,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/armourmastery.png"]={["x"]=609,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=0,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Unwavering.png"]={["x"]=29,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ironwoodtotem.png"]={["x"]=58,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png"]={["x"]=87,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png"]={["x"]=116,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Retaliation.png"]={["x"]=145,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/blademaster.png"]={["x"]=174,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/razorsedge.png"]={["x"]=203,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/wandslingersprowess.png"]={["x"]=232,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/skullcracking.png"]={["x"]=261,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=290,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BloodyBludgeon.png"]={["x"]=319,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=348,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ambidexterity.png"]={["x"]=377,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=406,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Annihilation.png"]={["x"]=435,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/galvanichammer.png"]={["x"]=464,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MaceNotable2.png"]={["x"]=493,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BloodSiphon.png"]={["x"]=522,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/soulsyphon.png"]={["x"]=551,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=580,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/fellingtheweak.png"]={["x"]=609,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/hatchetmaster.png"]={["x"]=0,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/swagger.png"]={["x"]=29,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/fending.png"]={["x"]=58,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=87,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/cleavage.png"]={["x"]=116,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=145,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BreathofLightening2.png"]={["x"]=174,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/borntofight.png"]={["x"]=203,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/manaconduit.png"]={["x"]=232,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=261,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/stormborn.png"]={["x"]=290,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/flameborn.png"]={["x"]=319,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/frostborn.png"]={["x"]=348,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/eagletalons.png"]={["x"]=377,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/soulraker.png"]={["x"]=406,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ClawNotable1.png"]={["x"]=435,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Warrior.png"]={["x"]=464,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Constitution.png"]={["x"]=493,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png"]={["x"]=522,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/trollblood.png"]={["x"]=551,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Revelry.png"]={["x"]=580,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png"]={["x"]=609,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/fussilade.png"]={["x"]=0,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/elderpower.png"]={["x"]=29,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=58,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/blademistress.png"]={["x"]=87,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png"]={["x"]=116,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Dynamo.png"]={["x"]=145,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LustforCarnage.png"]={["x"]=174,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Righteous Decree.png"]={["x"]=203,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Battlecry.png"]={["x"]=232,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/eagleeye.png"]={["x"]=261,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/hammerblows.png"]={["x"]=290,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffNotable2.png"]={["x"]=319,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/lifeleechimmunity.png"]={["x"]=348,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FortifyNotable1.png"]={["x"]=377,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaandCurses.png"]={["x"]=406,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StunMastery.png"]={["x"]=435,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/nightstalker.png"]={["x"]=464,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Harrier.png"]={["x"]=493,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaFlasksOften.png"]={["x"]=522,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/CombatStamina.png"]={["x"]=551,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/staticshield.png"]={["x"]=580,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/foresight.png"]={["x"]=609,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inspiration.png"]={["x"]=0,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/icebite.png"]={["x"]=29,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/grace.png"]={["x"]=58,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MeleeAoENotable.png"]={["x"]=87,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/sparkingattacks.png"]={["x"]=116,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/TempestBlast.png"]={["x"]=145,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/CombatFocusNotable.png"]={["x"]=174,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SearingHeat.png"]={["x"]=203,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deathattunement.png"]={["x"]=232,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/flaying.png"]={["x"]=261,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DaggerNotable1.png"]={["x"]=290,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=319,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hunter.png"]={["x"]=348,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/graveintentions.png"]={["x"]=377,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/graveexpectations.png"]={["x"]=406,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png"]={["x"]=435,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/lordofthedead.png"]={["x"]=464,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/gravepact.png"]={["x"]=493,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arcane focus.png"]={["x"]=522,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArcaneChemistry.png"]={["x"]=551,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/bodysoul.png"]={["x"]=580,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png"]={["x"]=609,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png"]={["x"]=0,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/breathofrime.png"]={["x"]=29,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/hellfire.png"]={["x"]=58,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BreathofFlames2.png"]={["x"]=87,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arsonist.png"]={["x"]=116,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MeleeFireNotable.png"]={["x"]=145,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EssenceSurge.png"]={["x"]=174,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SavantPath.png"]={["x"]=203,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/iceheart.png"]={["x"]=232,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BreathofRime2.png"]={["x"]=261,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newenergyshield.png"]={["x"]=290,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/pyromaniac.png"]={["x"]=319,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arcanepotency.png"]={["x"]=348,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/amplify.png"]={["x"]=377,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deepthoughts.png"]={["x"]=406,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/thickskin.png"]={["x"]=435,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/QuickRecovery.png"]={["x"]=464,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png"]={["x"]=493,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png"]={["x"]=522,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/Ambush.png"]={["x"]=551,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png"]={["x"]=580,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png"]={["x"]=609,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png"]={["x"]=0,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/Elusive.png"]={["x"]=29,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Dreamer.png"]={["x"]=58,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png"]={["x"]=87,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/throatseeker.png"]={["x"]=116,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/nimbleness.png"]={["x"]=145,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ConcentrationNotable.png"]={["x"]=174,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MentalRapidity.png"]={["x"]=203,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=232,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PowerChargeNotable.png"]={["x"]=261,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/gemini.png"]={["x"]=290,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ThrillKiller.png"]={["x"]=319,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/potencyofwill.png"]={["x"]=348,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png"]={["x"]=377,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/preciseinterception.png"]={["x"]=406,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heartofthepanther.png"]={["x"]=435,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=464,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=493,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/adderstouch.png"]={["x"]=522,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/cruelblade.png"]={["x"]=551,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FatalBlade.png"]={["x"]=580,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ClawNotable2.png"]={["x"]=609,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/mastersapper.png"]={["x"]=0,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/daggerpenetration.png"]={["x"]=29,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/clawsofthepride.png"]={["x"]=58,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heavydraw.png"]={["x"]=87,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deadlydraw.png"]={["x"]=116,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/kingofthehill.png"]={["x"]=145,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/masterfletcher.png"]={["x"]=174,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/totemicmastery.png"]={["x"]=203,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ProjectilesNotable.png"]={["x"]=232,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=261,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=290,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newevadepercentage.png"]={["x"]=319,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png"]={["x"]=348,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png"]={["x"]=377,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arcaneefficiency.png"]={["x"]=406,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=435,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArcaneSeal.png"]={["x"]=464,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/HeartoftheOak.png"]={["x"]=493,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/animalspirit.png"]={["x"]=522,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DruidicRite.png"]={["x"]=551,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/quickstep.png"]={["x"]=580,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/diamondskin.png"]={["x"]=609,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png"]={["x"]=0,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/bladebarrier.png"]={["x"]=29,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackBlindNotable.png"]={["x"]=58,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=87,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newcolddamage.png"]={["x"]=116,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png"]={["x"]=145,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/perfectaim.png"]={["x"]=174,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/furybolts.png"]={["x"]=203,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FortifyNotable2.png"]={["x"]=232,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heartofthegladiator.png"]={["x"]=261,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/precision.png"]={["x"]=290,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=319,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/CommandofSteel.png"]={["x"]=348,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heartseeker.png"]={["x"]=377,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png"]={["x"]=406,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/executioner.png"]={["x"]=435,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png"]={["x"]=464,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png"]={["x"]=493,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png"]={["x"]=522,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png"]={["x"]=551,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png"]={["x"]=580,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heartpierce.png"]={["x"]=609,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/HeartandSoul.png"]={["x"]=0,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=29,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deadlyprecision.png"]={["x"]=58,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SwordNotable2.png"]={["x"]=87,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/catalyse.png"]={["x"]=116,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/elementalist.png"]={["x"]=145,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LightOfDivinity.png"]={["x"]=174,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BattleRouse.png"]={["x"]=203,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SpiritualCommand.png"]={["x"]=232,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/oxblood.png"]={["x"]=261,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SoulSiphoning.png"]={["x"]=290,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deepwisdom.png"]={["x"]=319,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=348,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MaceNotable1.png"]={["x"]=377,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png"]={["x"]=406,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png"]={["x"]=435,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png"]={["x"]=464,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png"]={["x"]=493,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png"]={["x"]=522,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png"]={["x"]=551,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png"]={["x"]=580,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png"]={["x"]=609,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=0,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DaggerNotable2.png"]={["x"]=29,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=58,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png"]={["x"]=87,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png"]={["x"]=116,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SwordNotable1.png"]={["x"]=145,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png"]={["x"]=174,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/RighteousArmy.png"]={["x"]=203,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Redemption.png"]={["x"]=232,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SpiritualAid.png"]={["x"]=261,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/Int.png"]={["x"]=290,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png"]={["x"]=319,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png"]={["x"]=348,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png"]={["x"]=377,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png"]={["x"]=406,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png"]={["x"]=435,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png"]={["x"]=464,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png"]={["x"]=493,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png"]={["x"]=522,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Meleerange.png"]={["x"]=551,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newnewattackspeed.png"]={["x"]=580,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=609,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newtitanicmight.png"]={["x"]=0,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DualWieldNotable.png"]={["x"]=29,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArcaneReaping.png"]={["x"]=58,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=87,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Brand4.png"]={["x"]=116,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/savant.png"]={["x"]=145,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffNotable.png"]={["x"]=174,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ElementalDominion2.png"]={["x"]=203,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png"]={["x"]=232,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ImpaleNotable2.png"]={["x"]=261,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png"]={["x"]=290,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png"]={["x"]=319,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png"]={["x"]=348,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png"]={["x"]=377,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png"]={["x"]=406,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png"]={["x"]=435,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png"]={["x"]=464,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/highexplosives.png"]={["x"]=493,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/cleverconstruction.png"]={["x"]=522,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=551,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/revengeofthehunted.png"]={["x"]=580,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png"]={["x"]=609,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ShieldNotable.png"]={["x"]=0,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png"]={["x"]=29,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png"]={["x"]=58,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PierceNoteable.png"]={["x"]=87,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/expeditiousmunitions.png"]={["x"]=116,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SkitteringRunes.png"]={["x"]=145,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffNotable1.png"]={["x"]=174,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Coordination.png"]={["x"]=203,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png"]={["x"]=232,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Shaper.png"]={["x"]=261,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Retribution.png"]={["x"]=290,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SoulPact.png"]={["x"]=319,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LethalAssault.png"]={["x"]=348,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Resourcefulness.png"]={["x"]=377,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=406,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/finesse.png"]={["x"]=435,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newincreasedcritical.png"]={["x"]=464,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/saboteur.png"]={["x"]=493,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ElementalFocus.png"]={["x"]=522,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MethodMadess.png"]={["x"]=551,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/berserking.png"]={["x"]=580,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/scissorblades.png"]={["x"]=609,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png"]={["x"]=0,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png"]={["x"]=29,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png"]={["x"]=58,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png"]={["x"]=87,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png"]={["x"]=116,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png"]={["x"]=145,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/Blitz.png"]={["x"]=174,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/doomcast.png"]={["x"]=203,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/mentalacuity.png"]={["x"]=232,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/swashbuckler.png"]={["x"]=261,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Entropy.png"]={["x"]=290,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png"]={["x"]=319,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/legendaryswordsman.png"]={["x"]=348,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/golemsblood.png"]={["x"]=377,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/IgnorePain.png"]={["x"]=406,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Survivalist.png"]={["x"]=435,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MaceNotable3.png"]={["x"]=464,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/WritteninBlood.png"]={["x"]=493,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ChaoticPotential.png"]={["x"]=522,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/shieldwall.png"]={["x"]=551,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png"]={["x"]=580,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png"]={["x"]=609,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/sovereignty.png"]={["x"]=0,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/authority.png"]={["x"]=29,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/influence.png"]={["x"]=58,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/leadership.png"]={["x"]=87,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion.png"]={["x"]=116,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png"]={["x"]=145,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffNotable3.png"]={["x"]=174,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=203,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ForceOfNature.png"]={["x"]=232,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png"]={["x"]=261,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png"]={["x"]=290,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png"]={["x"]=319,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png"]={["x"]=348,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png"]={["x"]=377,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png"]={["x"]=406,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png"]={["x"]=435,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/TrueStriker.png"]={["x"]=464,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/serpentstance.png"]={["x"]=493,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png"]={["x"]=522,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png"]={["x"]=551,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png"]={["x"]=580,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png"]={["x"]=609,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png"]={["x"]=0,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png"]={["x"]=29,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png"]={["x"]=58,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/shamsnisticfury.png"]={["x"]=87,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/totemiczeal.png"]={["x"]=116,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/volitilemines.png"]={["x"]=145,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png"]={["x"]=174,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Sentinel.png"]={["x"]=203,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arcaneradience.png"]={["x"]=232,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/WordsOfGlory.png"]={["x"]=261,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Storm Weaver.png"]={["x"]=290,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trap.png"]={["x"]=319,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ashfrostandstorm.png"]={["x"]=348,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ProfaneChemistry.png"]={["x"]=377,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MasterofForce.png"]={["x"]=406,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/HiredKiller2.png"]={["x"]=435,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/melding.png"]={["x"]=464,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/CelestialPunishment.png"]={["x"]=493,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=522,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=551,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Unrelenting.png"]={["x"]=580,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ShrugOff.png"]={["x"]=609,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png"]={["x"]=0,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png"]={["x"]=29,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png"]={["x"]=58,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png"]={["x"]=87,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png"]={["x"]=116,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png"]={["x"]=145,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png"]={["x"]=174,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png"]={["x"]=203,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png"]={["x"]=232,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png"]={["x"]=261,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png"]={["x"]=290,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png"]={["x"]=319,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png"]={["x"]=348,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png"]={["x"]=377,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png"]={["x"]=406,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png"]={["x"]=435,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png"]={["x"]=464,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png"]={["x"]=493,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png"]={["x"]=522,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png"]={["x"]=551,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png"]={["x"]=580,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png"]={["x"]=609,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png"]={["x"]=0,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png"]={["x"]=29,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png"]={["x"]=58,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png"]={["x"]=87,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png"]={["x"]=116,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png"]={["x"]=145,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png"]={["x"]=174,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png"]={["x"]=203,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png"]={["x"]=232,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png"]={["x"]=261,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png"]={["x"]=290,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png"]={["x"]=319,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png"]={["x"]=348,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png"]={["x"]=377,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png"]={["x"]=406,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png"]={["x"]=435,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png"]={["x"]=464,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png"]={["x"]=493,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png"]={["x"]=522,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png"]={["x"]=551,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png"]={["x"]=580,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png"]={["x"]=609,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png"]={["x"]=0,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png"]={["x"]=29,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png"]={["x"]=58,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png"]={["x"]=87,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png"]={["x"]=116,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png"]={["x"]=145,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png"]={["x"]=174,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/Fortitude.png"]={["x"]=203,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/Unstopable.png"]={["x"]=232,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/Conqueror.png"]={["x"]=261,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png"]={["x"]=290,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/Inpirational.png"]={["x"]=319,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png"]={["x"]=348,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png"]={["x"]=377,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png"]={["x"]=406,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png"]={["x"]=435,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png"]={["x"]=464,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png"]={["x"]=493,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png"]={["x"]=522,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/Dex.png"]={["x"]=551,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/Str.png"]={["x"]=580,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/GrowthandDecay.png"]={["x"]=609,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ChaosDamage2.png"]={["x"]=0,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png"]={["x"]=29,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trap2.png"]={["x"]=58,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MineTrap.png"]={["x"]=87,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BleedPoison.png"]={["x"]=116,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Brand2.png"]={["x"]=145,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png"]={["x"]=174,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png"]={["x"]=203,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png"]={["x"]=232,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png"]={["x"]=261,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png"]={["x"]=290,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ImpaleNotable1.png"]={["x"]=319,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png"]={["x"]=348,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png"]={["x"]=377,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=406,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=435,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=464,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AxeNotable1.png"]={["x"]=493,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AxeNotable2.png"]={["x"]=522,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=551,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=580,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png"]={["x"]=609,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png"]={["x"]=0,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/GolemsNotable.png"]={["x"]=29,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png"]={["x"]=58,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png"]={["x"]=87,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png"]={["x"]=116,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png"]={["x"]=145,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DireTorment.png"]={["x"]=174,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png"]={["x"]=203,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png"]={["x"]=232,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png"]={["x"]=261,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png"]={["x"]=290,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Boomerang.png"]={["x"]=319,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Lineage.png"]={["x"]=348,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BloodPact.png"]={["x"]=377,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MindPact.png"]={["x"]=406,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DarkestHour.png"]={["x"]=435,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FireAilment.png"]={["x"]=464,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LightingAilment.png"]={["x"]=493,["y"]=790,["w"]=29,["h"]=29}}},{["filename"]="skills-3.jpg?2073aac7f92a6cca81cfb747da72b1b9",["coords"]={["Art/2DArt/SkillIcons/passives/lavalash.png"]={["x"]=0,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AspectoftheEagle.png"]={["x"]=38,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MartialExperience.png"]={["x"]=76,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/minddrinker.png"]={["x"]=114,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=152,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/titanicmight.png"]={["x"]=190,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/barricade.png"]={["x"]=228,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/butchery.png"]={["x"]=266,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/strongarm.png"]={["x"]=304,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/wreckingball.png"]={["x"]=342,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/reaver.png"]={["x"]=380,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png"]={["x"]=418,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png"]={["x"]=456,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/Headman.png"]={["x"]=494,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png"]={["x"]=532,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png"]={["x"]=570,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/Impact.png"]={["x"]=608,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/Charges.png"]={["x"]=646,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/whirlingstaff.png"]={["x"]=684,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/stunstaff.png"]={["x"]=722,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffCrit.png"]={["x"]=760,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/armourmastery.png"]={["x"]=798,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=0,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Unwavering.png"]={["x"]=38,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ironwoodtotem.png"]={["x"]=76,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png"]={["x"]=114,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png"]={["x"]=152,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Retaliation.png"]={["x"]=190,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/blademaster.png"]={["x"]=228,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/razorsedge.png"]={["x"]=266,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/wandslingersprowess.png"]={["x"]=304,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/skullcracking.png"]={["x"]=342,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=380,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BloodyBludgeon.png"]={["x"]=418,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=456,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ambidexterity.png"]={["x"]=494,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=532,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Annihilation.png"]={["x"]=570,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/galvanichammer.png"]={["x"]=608,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MaceNotable2.png"]={["x"]=646,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BloodSiphon.png"]={["x"]=684,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/soulsyphon.png"]={["x"]=722,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=760,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/fellingtheweak.png"]={["x"]=798,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/hatchetmaster.png"]={["x"]=0,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/swagger.png"]={["x"]=38,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/fending.png"]={["x"]=76,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=114,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/cleavage.png"]={["x"]=152,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=190,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BreathofLightening2.png"]={["x"]=228,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/borntofight.png"]={["x"]=266,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/manaconduit.png"]={["x"]=304,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=342,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/stormborn.png"]={["x"]=380,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/flameborn.png"]={["x"]=418,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/frostborn.png"]={["x"]=456,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/eagletalons.png"]={["x"]=494,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/soulraker.png"]={["x"]=532,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ClawNotable1.png"]={["x"]=570,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Warrior.png"]={["x"]=608,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Constitution.png"]={["x"]=646,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png"]={["x"]=684,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/trollblood.png"]={["x"]=722,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Revelry.png"]={["x"]=760,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png"]={["x"]=798,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/fussilade.png"]={["x"]=0,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/elderpower.png"]={["x"]=38,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=76,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/blademistress.png"]={["x"]=114,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png"]={["x"]=152,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Dynamo.png"]={["x"]=190,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LustforCarnage.png"]={["x"]=228,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Righteous Decree.png"]={["x"]=266,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Battlecry.png"]={["x"]=304,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/eagleeye.png"]={["x"]=342,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/hammerblows.png"]={["x"]=380,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffNotable2.png"]={["x"]=418,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/lifeleechimmunity.png"]={["x"]=456,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FortifyNotable1.png"]={["x"]=494,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaandCurses.png"]={["x"]=532,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StunMastery.png"]={["x"]=570,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/nightstalker.png"]={["x"]=608,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Harrier.png"]={["x"]=646,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaFlasksOften.png"]={["x"]=684,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/CombatStamina.png"]={["x"]=722,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/staticshield.png"]={["x"]=760,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/foresight.png"]={["x"]=798,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inspiration.png"]={["x"]=0,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/icebite.png"]={["x"]=38,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/grace.png"]={["x"]=76,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MeleeAoENotable.png"]={["x"]=114,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/sparkingattacks.png"]={["x"]=152,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/TempestBlast.png"]={["x"]=190,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/CombatFocusNotable.png"]={["x"]=228,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SearingHeat.png"]={["x"]=266,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deathattunement.png"]={["x"]=304,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/flaying.png"]={["x"]=342,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DaggerNotable1.png"]={["x"]=380,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=418,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hunter.png"]={["x"]=456,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/graveintentions.png"]={["x"]=494,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/graveexpectations.png"]={["x"]=532,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png"]={["x"]=570,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/lordofthedead.png"]={["x"]=608,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/gravepact.png"]={["x"]=646,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arcane focus.png"]={["x"]=684,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArcaneChemistry.png"]={["x"]=722,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/bodysoul.png"]={["x"]=760,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png"]={["x"]=798,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png"]={["x"]=0,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/breathofrime.png"]={["x"]=38,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/hellfire.png"]={["x"]=76,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BreathofFlames2.png"]={["x"]=114,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arsonist.png"]={["x"]=152,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MeleeFireNotable.png"]={["x"]=190,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EssenceSurge.png"]={["x"]=228,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SavantPath.png"]={["x"]=266,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/iceheart.png"]={["x"]=304,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BreathofRime2.png"]={["x"]=342,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newenergyshield.png"]={["x"]=380,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/pyromaniac.png"]={["x"]=418,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arcanepotency.png"]={["x"]=456,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/amplify.png"]={["x"]=494,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deepthoughts.png"]={["x"]=532,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/thickskin.png"]={["x"]=570,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/QuickRecovery.png"]={["x"]=608,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png"]={["x"]=646,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png"]={["x"]=684,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/Ambush.png"]={["x"]=722,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png"]={["x"]=760,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png"]={["x"]=798,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png"]={["x"]=0,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/Elusive.png"]={["x"]=38,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Dreamer.png"]={["x"]=76,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png"]={["x"]=114,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/throatseeker.png"]={["x"]=152,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/nimbleness.png"]={["x"]=190,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ConcentrationNotable.png"]={["x"]=228,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MentalRapidity.png"]={["x"]=266,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=304,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PowerChargeNotable.png"]={["x"]=342,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/gemini.png"]={["x"]=380,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ThrillKiller.png"]={["x"]=418,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/potencyofwill.png"]={["x"]=456,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png"]={["x"]=494,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/preciseinterception.png"]={["x"]=532,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heartofthepanther.png"]={["x"]=570,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=608,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=646,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/adderstouch.png"]={["x"]=684,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/cruelblade.png"]={["x"]=722,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FatalBlade.png"]={["x"]=760,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ClawNotable2.png"]={["x"]=798,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/mastersapper.png"]={["x"]=0,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/daggerpenetration.png"]={["x"]=38,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/clawsofthepride.png"]={["x"]=76,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heavydraw.png"]={["x"]=114,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deadlydraw.png"]={["x"]=152,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/kingofthehill.png"]={["x"]=190,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/masterfletcher.png"]={["x"]=228,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/totemicmastery.png"]={["x"]=266,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ProjectilesNotable.png"]={["x"]=304,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=342,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=380,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newevadepercentage.png"]={["x"]=418,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png"]={["x"]=456,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png"]={["x"]=494,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arcaneefficiency.png"]={["x"]=532,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=570,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArcaneSeal.png"]={["x"]=608,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/HeartoftheOak.png"]={["x"]=646,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/animalspirit.png"]={["x"]=684,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DruidicRite.png"]={["x"]=722,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/quickstep.png"]={["x"]=760,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/diamondskin.png"]={["x"]=798,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png"]={["x"]=0,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/bladebarrier.png"]={["x"]=38,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackBlindNotable.png"]={["x"]=76,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=114,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newcolddamage.png"]={["x"]=152,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png"]={["x"]=190,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/perfectaim.png"]={["x"]=228,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/furybolts.png"]={["x"]=266,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FortifyNotable2.png"]={["x"]=304,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heartofthegladiator.png"]={["x"]=342,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/precision.png"]={["x"]=380,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=418,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/CommandofSteel.png"]={["x"]=456,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heartseeker.png"]={["x"]=494,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png"]={["x"]=532,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/executioner.png"]={["x"]=570,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png"]={["x"]=608,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png"]={["x"]=646,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png"]={["x"]=684,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png"]={["x"]=722,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png"]={["x"]=760,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heartpierce.png"]={["x"]=798,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/HeartandSoul.png"]={["x"]=0,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=38,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deadlyprecision.png"]={["x"]=76,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SwordNotable2.png"]={["x"]=114,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/catalyse.png"]={["x"]=152,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/elementalist.png"]={["x"]=190,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LightOfDivinity.png"]={["x"]=228,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BattleRouse.png"]={["x"]=266,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SpiritualCommand.png"]={["x"]=304,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/oxblood.png"]={["x"]=342,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SoulSiphoning.png"]={["x"]=380,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deepwisdom.png"]={["x"]=418,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=456,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MaceNotable1.png"]={["x"]=494,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png"]={["x"]=532,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png"]={["x"]=570,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png"]={["x"]=608,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png"]={["x"]=646,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png"]={["x"]=684,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png"]={["x"]=722,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png"]={["x"]=760,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png"]={["x"]=798,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=0,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DaggerNotable2.png"]={["x"]=38,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=76,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png"]={["x"]=114,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png"]={["x"]=152,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SwordNotable1.png"]={["x"]=190,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png"]={["x"]=228,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/RighteousArmy.png"]={["x"]=266,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Redemption.png"]={["x"]=304,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SpiritualAid.png"]={["x"]=342,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/Int.png"]={["x"]=380,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png"]={["x"]=418,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png"]={["x"]=456,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png"]={["x"]=494,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png"]={["x"]=532,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png"]={["x"]=570,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png"]={["x"]=608,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png"]={["x"]=646,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png"]={["x"]=684,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Meleerange.png"]={["x"]=722,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newnewattackspeed.png"]={["x"]=760,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=798,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newtitanicmight.png"]={["x"]=0,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DualWieldNotable.png"]={["x"]=38,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArcaneReaping.png"]={["x"]=76,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=114,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Brand4.png"]={["x"]=152,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/savant.png"]={["x"]=190,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffNotable.png"]={["x"]=228,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ElementalDominion2.png"]={["x"]=266,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png"]={["x"]=304,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ImpaleNotable2.png"]={["x"]=342,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png"]={["x"]=380,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png"]={["x"]=418,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png"]={["x"]=456,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png"]={["x"]=494,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png"]={["x"]=532,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png"]={["x"]=570,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png"]={["x"]=608,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/highexplosives.png"]={["x"]=646,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/cleverconstruction.png"]={["x"]=684,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=722,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/revengeofthehunted.png"]={["x"]=760,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png"]={["x"]=798,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ShieldNotable.png"]={["x"]=0,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png"]={["x"]=38,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png"]={["x"]=76,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PierceNoteable.png"]={["x"]=114,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/expeditiousmunitions.png"]={["x"]=152,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SkitteringRunes.png"]={["x"]=190,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffNotable1.png"]={["x"]=228,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Coordination.png"]={["x"]=266,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png"]={["x"]=304,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Shaper.png"]={["x"]=342,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Retribution.png"]={["x"]=380,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SoulPact.png"]={["x"]=418,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LethalAssault.png"]={["x"]=456,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Resourcefulness.png"]={["x"]=494,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=532,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/finesse.png"]={["x"]=570,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newincreasedcritical.png"]={["x"]=608,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/saboteur.png"]={["x"]=646,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ElementalFocus.png"]={["x"]=684,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MethodMadess.png"]={["x"]=722,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/berserking.png"]={["x"]=760,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/scissorblades.png"]={["x"]=798,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png"]={["x"]=0,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png"]={["x"]=38,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png"]={["x"]=76,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png"]={["x"]=114,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png"]={["x"]=152,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png"]={["x"]=190,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/Blitz.png"]={["x"]=228,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/doomcast.png"]={["x"]=266,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/mentalacuity.png"]={["x"]=304,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/swashbuckler.png"]={["x"]=342,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Entropy.png"]={["x"]=380,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png"]={["x"]=418,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/legendaryswordsman.png"]={["x"]=456,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/golemsblood.png"]={["x"]=494,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/IgnorePain.png"]={["x"]=532,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Survivalist.png"]={["x"]=570,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MaceNotable3.png"]={["x"]=608,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/WritteninBlood.png"]={["x"]=646,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ChaoticPotential.png"]={["x"]=684,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/shieldwall.png"]={["x"]=722,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png"]={["x"]=760,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png"]={["x"]=798,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/sovereignty.png"]={["x"]=0,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/authority.png"]={["x"]=38,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/influence.png"]={["x"]=76,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/leadership.png"]={["x"]=114,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion.png"]={["x"]=152,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png"]={["x"]=190,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffNotable3.png"]={["x"]=228,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=266,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ForceOfNature.png"]={["x"]=304,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png"]={["x"]=342,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png"]={["x"]=380,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png"]={["x"]=418,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png"]={["x"]=456,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png"]={["x"]=494,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png"]={["x"]=532,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png"]={["x"]=570,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/TrueStriker.png"]={["x"]=608,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/serpentstance.png"]={["x"]=646,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png"]={["x"]=684,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png"]={["x"]=722,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png"]={["x"]=760,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png"]={["x"]=798,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png"]={["x"]=0,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png"]={["x"]=38,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png"]={["x"]=76,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/shamsnisticfury.png"]={["x"]=114,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/totemiczeal.png"]={["x"]=152,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/volitilemines.png"]={["x"]=190,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png"]={["x"]=228,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Sentinel.png"]={["x"]=266,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arcaneradience.png"]={["x"]=304,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/WordsOfGlory.png"]={["x"]=342,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Storm Weaver.png"]={["x"]=380,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trap.png"]={["x"]=418,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ashfrostandstorm.png"]={["x"]=456,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ProfaneChemistry.png"]={["x"]=494,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MasterofForce.png"]={["x"]=532,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/HiredKiller2.png"]={["x"]=570,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/melding.png"]={["x"]=608,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/CelestialPunishment.png"]={["x"]=646,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=684,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=722,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Unrelenting.png"]={["x"]=760,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ShrugOff.png"]={["x"]=798,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png"]={["x"]=0,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png"]={["x"]=38,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png"]={["x"]=76,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png"]={["x"]=114,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png"]={["x"]=152,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png"]={["x"]=190,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png"]={["x"]=228,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png"]={["x"]=266,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png"]={["x"]=304,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png"]={["x"]=342,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png"]={["x"]=380,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png"]={["x"]=418,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png"]={["x"]=456,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png"]={["x"]=494,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png"]={["x"]=532,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png"]={["x"]=570,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png"]={["x"]=608,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png"]={["x"]=646,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png"]={["x"]=684,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png"]={["x"]=722,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png"]={["x"]=760,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png"]={["x"]=798,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png"]={["x"]=0,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png"]={["x"]=38,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png"]={["x"]=76,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png"]={["x"]=114,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png"]={["x"]=152,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png"]={["x"]=190,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png"]={["x"]=228,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png"]={["x"]=266,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png"]={["x"]=304,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png"]={["x"]=342,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png"]={["x"]=380,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png"]={["x"]=418,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png"]={["x"]=456,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png"]={["x"]=494,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png"]={["x"]=532,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png"]={["x"]=570,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png"]={["x"]=608,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png"]={["x"]=646,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png"]={["x"]=684,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png"]={["x"]=722,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png"]={["x"]=760,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png"]={["x"]=798,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png"]={["x"]=0,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png"]={["x"]=38,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png"]={["x"]=76,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png"]={["x"]=114,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png"]={["x"]=152,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png"]={["x"]=190,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png"]={["x"]=228,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/Fortitude.png"]={["x"]=266,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/Unstopable.png"]={["x"]=304,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/Conqueror.png"]={["x"]=342,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png"]={["x"]=380,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/Inpirational.png"]={["x"]=418,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png"]={["x"]=456,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png"]={["x"]=494,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png"]={["x"]=532,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png"]={["x"]=570,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png"]={["x"]=608,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png"]={["x"]=646,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png"]={["x"]=684,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/Dex.png"]={["x"]=722,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/Str.png"]={["x"]=760,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/GrowthandDecay.png"]={["x"]=798,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ChaosDamage2.png"]={["x"]=0,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png"]={["x"]=38,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trap2.png"]={["x"]=76,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MineTrap.png"]={["x"]=114,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BleedPoison.png"]={["x"]=152,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Brand2.png"]={["x"]=190,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png"]={["x"]=228,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png"]={["x"]=266,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png"]={["x"]=304,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png"]={["x"]=342,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png"]={["x"]=380,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ImpaleNotable1.png"]={["x"]=418,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png"]={["x"]=456,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png"]={["x"]=494,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=532,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=570,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=608,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AxeNotable1.png"]={["x"]=646,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AxeNotable2.png"]={["x"]=684,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=722,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=760,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png"]={["x"]=798,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png"]={["x"]=0,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/GolemsNotable.png"]={["x"]=38,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png"]={["x"]=76,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png"]={["x"]=114,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png"]={["x"]=152,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png"]={["x"]=190,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DireTorment.png"]={["x"]=228,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png"]={["x"]=266,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png"]={["x"]=304,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png"]={["x"]=342,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png"]={["x"]=380,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Boomerang.png"]={["x"]=418,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Lineage.png"]={["x"]=456,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BloodPact.png"]={["x"]=494,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MindPact.png"]={["x"]=532,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DarkestHour.png"]={["x"]=570,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FireAilment.png"]={["x"]=608,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LightingAilment.png"]={["x"]=646,["y"]=1030,["w"]=38,["h"]=38}}}},["keystoneActive"]={{["filename"]="skills-0.jpg?60d938e28ee6152e56ada1f325b52d17",["coords"]={["Art/2DArt/SkillIcons/passives/totemmax.png"]={["x"]=0,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/BrandKeystone.png"]={["x"]=17,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png"]={["x"]=34,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png"]={["x"]=51,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/CritAilments.png"]={["x"]=68,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/heroicspirit.png"]={["x"]=85,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/mortalconviction.png"]={["x"]=102,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png"]={["x"]=119,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png"]={["x"]=136,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/CrimsonDance.png"]={["x"]=153,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png"]={["x"]=170,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneConduit.png"]={["x"]=187,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png"]={["x"]=204,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png"]={["x"]=221,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png"]={["x"]=238,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png"]={["x"]=0,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png"]={["x"]=17,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png"]={["x"]=34,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png"]={["x"]=51,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png"]={["x"]=68,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png"]={["x"]=85,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png"]={["x"]=102,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png"]={["x"]=119,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png"]={["x"]=136,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/ghostreaver.png"]={["x"]=153,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/vaalpact.png"]={["x"]=170,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png"]={["x"]=187,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png"]={["x"]=204,["y"]=360,["w"]=17,["h"]=18}}},{["filename"]="skills-1.jpg?6090452f98e9ed00ce1cddf76724ab3d",["coords"]={["Art/2DArt/SkillIcons/passives/totemmax.png"]={["x"]=0,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/BrandKeystone.png"]={["x"]=29,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png"]={["x"]=58,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png"]={["x"]=87,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/CritAilments.png"]={["x"]=116,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/heroicspirit.png"]={["x"]=145,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/mortalconviction.png"]={["x"]=174,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png"]={["x"]=203,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png"]={["x"]=232,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/CrimsonDance.png"]={["x"]=261,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png"]={["x"]=290,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneConduit.png"]={["x"]=319,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png"]={["x"]=348,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png"]={["x"]=377,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png"]={["x"]=406,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png"]={["x"]=0,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png"]={["x"]=29,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png"]={["x"]=58,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png"]={["x"]=87,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png"]={["x"]=116,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png"]={["x"]=145,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png"]={["x"]=174,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png"]={["x"]=203,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png"]={["x"]=232,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/ghostreaver.png"]={["x"]=261,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/vaalpact.png"]={["x"]=290,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png"]={["x"]=319,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png"]={["x"]=348,["y"]=621,["w"]=29,["h"]=30}}},{["filename"]="skills-2.jpg?4569c819cf5da05dcd695acad9ab9140",["coords"]={["Art/2DArt/SkillIcons/passives/totemmax.png"]={["x"]=0,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/BrandKeystone.png"]={["x"]=41,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png"]={["x"]=82,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png"]={["x"]=123,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/CritAilments.png"]={["x"]=164,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/heroicspirit.png"]={["x"]=205,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/mortalconviction.png"]={["x"]=246,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png"]={["x"]=287,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png"]={["x"]=328,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/CrimsonDance.png"]={["x"]=369,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png"]={["x"]=410,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneConduit.png"]={["x"]=451,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png"]={["x"]=492,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png"]={["x"]=533,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png"]={["x"]=574,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png"]={["x"]=0,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png"]={["x"]=41,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png"]={["x"]=82,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png"]={["x"]=123,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png"]={["x"]=164,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png"]={["x"]=205,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png"]={["x"]=246,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png"]={["x"]=287,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png"]={["x"]=328,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/ghostreaver.png"]={["x"]=369,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/vaalpact.png"]={["x"]=410,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png"]={["x"]=451,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png"]={["x"]=492,["y"]=861,["w"]=41,["h"]=42}}},{["filename"]="skills-3.jpg?2073aac7f92a6cca81cfb747da72b1b9",["coords"]={["Art/2DArt/SkillIcons/passives/totemmax.png"]={["x"]=0,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/BrandKeystone.png"]={["x"]=53,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png"]={["x"]=106,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png"]={["x"]=159,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/CritAilments.png"]={["x"]=212,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/heroicspirit.png"]={["x"]=265,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/mortalconviction.png"]={["x"]=318,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png"]={["x"]=371,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png"]={["x"]=424,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/CrimsonDance.png"]={["x"]=477,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png"]={["x"]=530,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneConduit.png"]={["x"]=583,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png"]={["x"]=636,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png"]={["x"]=689,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png"]={["x"]=742,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png"]={["x"]=0,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png"]={["x"]=53,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png"]={["x"]=106,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png"]={["x"]=159,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png"]={["x"]=212,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png"]={["x"]=265,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png"]={["x"]=318,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png"]={["x"]=371,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png"]={["x"]=424,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/ghostreaver.png"]={["x"]=477,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/vaalpact.png"]={["x"]=530,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png"]={["x"]=583,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png"]={["x"]=636,["y"]=1122,["w"]=53,["h"]=54}}}},["normalInactive"]={{["filename"]="skills-disabled-0.jpg?4fc57142130a6807949536401001d293",["coords"]={["Art/2DArt/SkillIcons/passives/firedamagestr.png"]={["x"]=0,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damage_blue.png"]={["x"]=9,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=18,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/accuracy2h.png"]={["x"]=27,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=36,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/mana.png"]={["x"]=45,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MasteryBlank.png"]={["x"]=54,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=63,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=72,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=81,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=90,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png"]={["x"]=99,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ElementalResistance2.png"]={["x"]=108,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/shieldblock.png"]={["x"]=117,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/onehanddamage.png"]={["x"]=126,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagemelee.png"]={["x"]=135,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeed.png"]={["x"]=144,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/2handedspeed.png"]={["x"]=153,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png"]={["x"]=162,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png"]={["x"]=171,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png"]={["x"]=180,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png"]={["x"]=189,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png"]={["x"]=198,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damage.png"]={["x"]=207,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbranddamage.png"]={["x"]=216,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png"]={["x"]=225,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbrandlife.png"]={["x"]=234,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png"]={["x"]=243,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blockstaff.png"]={["x"]=252,["y"]=0,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagestaff.png"]={["x"]=0,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/staffspeed.png"]={["x"]=9,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blockstr.png"]={["x"]=18,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/dmgreduction.png"]={["x"]=27,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/crystalskin.png"]={["x"]=36,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemlife.png"]={["x"]=45,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemplacementspeed.png"]={["x"]=54,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemattackspeed.png"]={["x"]=63,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemdamage.png"]={["x"]=72,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=81,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=90,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/masterysword.png"]={["x"]=99,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedsworddex.png"]={["x"]=108,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagesword.png"]={["x"]=117,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=126,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=135,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedmace.png"]={["x"]=144,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=153,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png"]={["x"]=162,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/fireresist.png"]={["x"]=171,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/coldresist.png"]={["x"]=180,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lightningstr.png"]={["x"]=189,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/projectilespeed.png"]={["x"]=198,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagedualwield.png"]={["x"]=207,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png"]={["x"]=216,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=225,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/increasedarmorandlife.png"]={["x"]=234,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lifepercentage.png"]={["x"]=243,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/macecritdmgspeed.png"]={["x"]=252,["y"]=9,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MaceElemental.png"]={["x"]=0,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=9,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedaxe.png"]={["x"]=18,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damageaxe.png"]={["x"]=27,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeeddual.png"]={["x"]=36,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/knockback.png"]={["x"]=45,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=54,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=63,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/colddamage.png"]={["x"]=72,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/elementaldamage.png"]={["x"]=81,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/clawmasterydex.png"]={["x"]=90,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeedclaw.png"]={["x"]=99,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png"]={["x"]=108,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MinionsandManaNode.png"]={["x"]=117,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/WandCritical.png"]={["x"]=126,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/manastr.png"]={["x"]=135,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=144,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/WarCryCooldown.png"]={["x"]=153,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/WarCryDuration.png"]={["x"]=162,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=171,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/energyshield.png"]={["x"]=180,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/FortifyNode.png"]={["x"]=189,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png"]={["x"]=198,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/stunstr.png"]={["x"]=207,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticaldaggerint.png"]={["x"]=216,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/masterydaggerdex.png"]={["x"]=225,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/flaskint.png"]={["x"]=234,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png"]={["x"]=243,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blankStr.png"]={["x"]=252,["y"]=18,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MeleeAoENode.png"]={["x"]=0,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChannellingDamage.png"]={["x"]=9,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChannellingSpeed.png"]={["x"]=18,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png"]={["x"]=27,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/minionlife.png"]={["x"]=36,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/miniondamageBlue.png"]={["x"]=45,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticaldaggerdex.png"]={["x"]=54,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/attackspeeddagger.png"]={["x"]=63,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=72,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalclaw.png"]={["x"]=81,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png"]={["x"]=90,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png"]={["x"]=99,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/evade.png"]={["x"]=108,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png"]={["x"]=117,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/miniondamage.png"]={["x"]=126,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png"]={["x"]=135,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png"]={["x"]=144,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png"]={["x"]=153,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/firedamageint.png"]={["x"]=162,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MeleeFireNode.png"]={["x"]=171,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/evadepercentage.png"]={["x"]=180,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/spellcritical.png"]={["x"]=189,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png"]={["x"]=198,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=207,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/areaofeffect.png"]={["x"]=216,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lifemana.png"]={["x"]=225,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png"]={["x"]=234,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png"]={["x"]=243,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/manaregeneration.png"]={["x"]=252,["y"]=27,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png"]={["x"]=0,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/castspeed.png"]={["x"]=9,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/damagespells.png"]={["x"]=18,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChaosDamage.png"]={["x"]=27,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png"]={["x"]=36,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/dualwieldspeedint.png"]={["x"]=45,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/skillduration.png"]={["x"]=54,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=63,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=72,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/accuracysword.png"]={["x"]=81,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapdamage.png"]={["x"]=90,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapsspeed.png"]={["x"]=99,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalbow.png"]={["x"]=108,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=117,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png"]={["x"]=126,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png"]={["x"]=135,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/shieldrecovery.png"]={["x"]=144,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/stundex.png"]={["x"]=153,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lightningdex.png"]={["x"]=162,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/avoidburning.png"]={["x"]=171,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/avoidchilling.png"]={["x"]=180,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png"]={["x"]=189,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blankDex.png"]={["x"]=198,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AttackBlindNode.png"]={["x"]=207,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=216,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/lifegainpertarget.png"]={["x"]=225,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/blankInt.png"]={["x"]=234,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/axedmgspeed.png"]={["x"]=243,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalstrikechance.png"]={["x"]=252,["y"]=36,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AttackPoisonNode.png"]={["x"]=0,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png"]={["x"]=9,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png"]={["x"]=18,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png"]={["x"]=27,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png"]={["x"]=36,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=45,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/tempint.png"]={["x"]=54,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png"]={["x"]=63,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png"]={["x"]=72,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png"]={["x"]=81,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/minionattackspeed.png"]={["x"]=90,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png"]={["x"]=99,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalstrikechance2.png"]={["x"]=108,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png"]={["x"]=117,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=126,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=135,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png"]={["x"]=144,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png"]={["x"]=153,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png"]={["x"]=162,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png"]={["x"]=171,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png"]={["x"]=180,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png"]={["x"]=189,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png"]={["x"]=198,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png"]={["x"]=207,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png"]={["x"]=216,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/onehandspeed.png"]={["x"]=225,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Raider.png"]={["x"]=234,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png"]={["x"]=243,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png"]={["x"]=252,["y"]=45,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=0,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=9,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Brand1.png"]={["x"]=18,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Brand3.png"]={["x"]=27,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png"]={["x"]=36,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png"]={["x"]=45,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ImapleNode.png"]={["x"]=54,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ImpaleNode2.png"]={["x"]=63,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png"]={["x"]=72,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png"]={["x"]=81,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png"]={["x"]=90,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png"]={["x"]=99,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=108,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png"]={["x"]=117,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png"]={["x"]=126,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png"]={["x"]=135,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=144,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png"]={["x"]=153,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png"]={["x"]=162,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png"]={["x"]=171,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=180,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png"]={["x"]=189,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/chaosresist.png"]={["x"]=198,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png"]={["x"]=207,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=216,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png"]={["x"]=225,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png"]={["x"]=234,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png"]={["x"]=243,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png"]={["x"]=252,["y"]=54,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DamageOverTime.png"]={["x"]=0,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png"]={["x"]=9,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/manareservationreduction.png"]={["x"]=18,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/auraareaofeffect.png"]={["x"]=27,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/auraeffect.png"]={["x"]=36,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/tempdex.png"]={["x"]=45,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png"]={["x"]=54,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png"]={["x"]=63,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png"]={["x"]=72,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png"]={["x"]=81,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/critstrchnc.png"]={["x"]=90,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png"]={["x"]=99,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png"]={["x"]=108,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png"]={["x"]=117,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MineManaReservationNode.png"]={["x"]=126,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png"]={["x"]=135,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/WarCryEffect.png"]={["x"]=144,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png"]={["x"]=153,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/trapsduration.png"]={["x"]=162,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/flaskstr.png"]={["x"]=171,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=180,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=189,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png"]={["x"]=198,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png"]={["x"]=207,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png"]={["x"]=216,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png"]={["x"]=225,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png"]={["x"]=234,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png"]={["x"]=243,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png"]={["x"]=252,["y"]=63,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png"]={["x"]=0,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png"]={["x"]=9,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png"]={["x"]=18,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png"]={["x"]=27,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png"]={["x"]=36,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png"]={["x"]=45,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png"]={["x"]=54,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png"]={["x"]=63,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png"]={["x"]=72,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png"]={["x"]=81,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png"]={["x"]=90,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png"]={["x"]=99,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png"]={["x"]=108,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png"]={["x"]=117,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png"]={["x"]=126,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png"]={["x"]=135,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png"]={["x"]=144,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png"]={["x"]=153,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png"]={["x"]=162,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png"]={["x"]=171,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png"]={["x"]=180,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png"]={["x"]=189,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png"]={["x"]=198,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/AnEAura.png"]={["x"]=207,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png"]={["x"]=216,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png"]={["x"]=225,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png"]={["x"]=234,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png"]={["x"]=243,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png"]={["x"]=252,["y"]=72,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png"]={["x"]=0,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png"]={["x"]=9,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png"]={["x"]=18,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png"]={["x"]=27,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png"]={["x"]=36,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Champion.png"]={["x"]=45,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png"]={["x"]=54,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png"]={["x"]=63,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png"]={["x"]=72,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png"]={["x"]=81,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png"]={["x"]=90,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png"]={["x"]=99,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=108,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/GolemsNode.png"]={["x"]=117,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png"]={["x"]=126,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png"]={["x"]=135,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png"]={["x"]=144,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/RangedTotemDamage.png"]={["x"]=153,["y"]=81,["w"]=9,["h"]=9},["Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png"]={["x"]=162,["y"]=81,["w"]=9,["h"]=9}}},{["filename"]="skills-disabled-1.jpg?20721b2ceca97d5334b9843738ec5781",["coords"]={["Art/2DArt/SkillIcons/passives/firedamagestr.png"]={["x"]=0,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damage_blue.png"]={["x"]=15,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=30,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/accuracy2h.png"]={["x"]=45,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=60,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/mana.png"]={["x"]=75,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MasteryBlank.png"]={["x"]=90,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=105,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=120,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=135,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=150,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png"]={["x"]=165,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ElementalResistance2.png"]={["x"]=180,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/shieldblock.png"]={["x"]=195,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/onehanddamage.png"]={["x"]=210,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagemelee.png"]={["x"]=225,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeed.png"]={["x"]=240,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/2handedspeed.png"]={["x"]=255,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png"]={["x"]=270,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png"]={["x"]=285,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png"]={["x"]=300,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png"]={["x"]=315,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png"]={["x"]=330,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damage.png"]={["x"]=345,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbranddamage.png"]={["x"]=360,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png"]={["x"]=375,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbrandlife.png"]={["x"]=390,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png"]={["x"]=405,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blockstaff.png"]={["x"]=420,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagestaff.png"]={["x"]=435,["y"]=0,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/staffspeed.png"]={["x"]=0,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blockstr.png"]={["x"]=15,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/dmgreduction.png"]={["x"]=30,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/crystalskin.png"]={["x"]=45,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemlife.png"]={["x"]=60,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemplacementspeed.png"]={["x"]=75,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemattackspeed.png"]={["x"]=90,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemdamage.png"]={["x"]=105,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=120,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=135,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/masterysword.png"]={["x"]=150,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedsworddex.png"]={["x"]=165,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagesword.png"]={["x"]=180,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=195,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=210,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedmace.png"]={["x"]=225,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=240,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png"]={["x"]=255,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/fireresist.png"]={["x"]=270,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/coldresist.png"]={["x"]=285,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lightningstr.png"]={["x"]=300,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/projectilespeed.png"]={["x"]=315,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagedualwield.png"]={["x"]=330,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png"]={["x"]=345,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=360,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/increasedarmorandlife.png"]={["x"]=375,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lifepercentage.png"]={["x"]=390,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/macecritdmgspeed.png"]={["x"]=405,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MaceElemental.png"]={["x"]=420,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=435,["y"]=15,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedaxe.png"]={["x"]=0,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damageaxe.png"]={["x"]=15,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeeddual.png"]={["x"]=30,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/knockback.png"]={["x"]=45,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=60,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=75,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/colddamage.png"]={["x"]=90,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/elementaldamage.png"]={["x"]=105,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/clawmasterydex.png"]={["x"]=120,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeedclaw.png"]={["x"]=135,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png"]={["x"]=150,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MinionsandManaNode.png"]={["x"]=165,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/WandCritical.png"]={["x"]=180,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/manastr.png"]={["x"]=195,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=210,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/WarCryCooldown.png"]={["x"]=225,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/WarCryDuration.png"]={["x"]=240,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=255,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/energyshield.png"]={["x"]=270,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/FortifyNode.png"]={["x"]=285,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png"]={["x"]=300,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/stunstr.png"]={["x"]=315,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticaldaggerint.png"]={["x"]=330,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/masterydaggerdex.png"]={["x"]=345,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/flaskint.png"]={["x"]=360,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png"]={["x"]=375,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blankStr.png"]={["x"]=390,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MeleeAoENode.png"]={["x"]=405,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChannellingDamage.png"]={["x"]=420,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChannellingSpeed.png"]={["x"]=435,["y"]=30,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png"]={["x"]=0,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/minionlife.png"]={["x"]=15,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/miniondamageBlue.png"]={["x"]=30,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticaldaggerdex.png"]={["x"]=45,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/attackspeeddagger.png"]={["x"]=60,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=75,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalclaw.png"]={["x"]=90,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png"]={["x"]=105,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png"]={["x"]=120,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/evade.png"]={["x"]=135,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png"]={["x"]=150,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/miniondamage.png"]={["x"]=165,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png"]={["x"]=180,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png"]={["x"]=195,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png"]={["x"]=210,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/firedamageint.png"]={["x"]=225,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MeleeFireNode.png"]={["x"]=240,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/evadepercentage.png"]={["x"]=255,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/spellcritical.png"]={["x"]=270,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png"]={["x"]=285,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=300,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/areaofeffect.png"]={["x"]=315,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lifemana.png"]={["x"]=330,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png"]={["x"]=345,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png"]={["x"]=360,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/manaregeneration.png"]={["x"]=375,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png"]={["x"]=390,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/castspeed.png"]={["x"]=405,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/damagespells.png"]={["x"]=420,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChaosDamage.png"]={["x"]=435,["y"]=45,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png"]={["x"]=0,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/dualwieldspeedint.png"]={["x"]=15,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/skillduration.png"]={["x"]=30,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=45,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=60,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/accuracysword.png"]={["x"]=75,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapdamage.png"]={["x"]=90,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapsspeed.png"]={["x"]=105,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalbow.png"]={["x"]=120,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=135,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png"]={["x"]=150,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png"]={["x"]=165,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/shieldrecovery.png"]={["x"]=180,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/stundex.png"]={["x"]=195,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lightningdex.png"]={["x"]=210,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/avoidburning.png"]={["x"]=225,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/avoidchilling.png"]={["x"]=240,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png"]={["x"]=255,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blankDex.png"]={["x"]=270,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AttackBlindNode.png"]={["x"]=285,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=300,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/lifegainpertarget.png"]={["x"]=315,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/blankInt.png"]={["x"]=330,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/axedmgspeed.png"]={["x"]=345,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalstrikechance.png"]={["x"]=360,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AttackPoisonNode.png"]={["x"]=375,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png"]={["x"]=390,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png"]={["x"]=405,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png"]={["x"]=420,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png"]={["x"]=435,["y"]=60,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=0,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/tempint.png"]={["x"]=15,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png"]={["x"]=30,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png"]={["x"]=45,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png"]={["x"]=60,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/minionattackspeed.png"]={["x"]=75,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png"]={["x"]=90,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalstrikechance2.png"]={["x"]=105,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png"]={["x"]=120,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=135,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=150,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png"]={["x"]=165,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png"]={["x"]=180,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png"]={["x"]=195,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png"]={["x"]=210,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png"]={["x"]=225,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png"]={["x"]=240,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png"]={["x"]=255,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png"]={["x"]=270,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png"]={["x"]=285,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/onehandspeed.png"]={["x"]=300,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Raider.png"]={["x"]=315,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png"]={["x"]=330,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png"]={["x"]=345,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=360,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=375,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Brand1.png"]={["x"]=390,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Brand3.png"]={["x"]=405,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png"]={["x"]=420,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png"]={["x"]=435,["y"]=75,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ImapleNode.png"]={["x"]=0,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ImpaleNode2.png"]={["x"]=15,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png"]={["x"]=30,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png"]={["x"]=45,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png"]={["x"]=60,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png"]={["x"]=75,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=90,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png"]={["x"]=105,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png"]={["x"]=120,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png"]={["x"]=135,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=150,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png"]={["x"]=165,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png"]={["x"]=180,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png"]={["x"]=195,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=210,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png"]={["x"]=225,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/chaosresist.png"]={["x"]=240,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png"]={["x"]=255,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=270,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png"]={["x"]=285,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png"]={["x"]=300,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png"]={["x"]=315,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png"]={["x"]=330,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DamageOverTime.png"]={["x"]=345,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png"]={["x"]=360,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/manareservationreduction.png"]={["x"]=375,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/auraareaofeffect.png"]={["x"]=390,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/auraeffect.png"]={["x"]=405,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/tempdex.png"]={["x"]=420,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png"]={["x"]=435,["y"]=90,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png"]={["x"]=0,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png"]={["x"]=15,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png"]={["x"]=30,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/critstrchnc.png"]={["x"]=45,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png"]={["x"]=60,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png"]={["x"]=75,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png"]={["x"]=90,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MineManaReservationNode.png"]={["x"]=105,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png"]={["x"]=120,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/WarCryEffect.png"]={["x"]=135,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png"]={["x"]=150,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/trapsduration.png"]={["x"]=165,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/flaskstr.png"]={["x"]=180,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=195,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=210,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png"]={["x"]=225,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png"]={["x"]=240,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png"]={["x"]=255,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png"]={["x"]=270,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png"]={["x"]=285,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png"]={["x"]=300,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png"]={["x"]=315,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png"]={["x"]=330,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png"]={["x"]=345,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png"]={["x"]=360,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png"]={["x"]=375,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png"]={["x"]=390,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png"]={["x"]=405,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png"]={["x"]=420,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png"]={["x"]=435,["y"]=105,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png"]={["x"]=0,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png"]={["x"]=15,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png"]={["x"]=30,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png"]={["x"]=45,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png"]={["x"]=60,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png"]={["x"]=75,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png"]={["x"]=90,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png"]={["x"]=105,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png"]={["x"]=120,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png"]={["x"]=135,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png"]={["x"]=150,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png"]={["x"]=165,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png"]={["x"]=180,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png"]={["x"]=195,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png"]={["x"]=210,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/AnEAura.png"]={["x"]=225,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png"]={["x"]=240,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png"]={["x"]=255,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png"]={["x"]=270,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png"]={["x"]=285,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png"]={["x"]=300,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png"]={["x"]=315,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png"]={["x"]=330,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png"]={["x"]=345,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png"]={["x"]=360,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png"]={["x"]=375,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Champion.png"]={["x"]=390,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png"]={["x"]=405,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png"]={["x"]=420,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png"]={["x"]=435,["y"]=120,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png"]={["x"]=0,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png"]={["x"]=15,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png"]={["x"]=30,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=45,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/GolemsNode.png"]={["x"]=60,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png"]={["x"]=75,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png"]={["x"]=90,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png"]={["x"]=105,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/RangedTotemDamage.png"]={["x"]=120,["y"]=135,["w"]=15,["h"]=15},["Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png"]={["x"]=135,["y"]=135,["w"]=15,["h"]=15}}},{["filename"]="skills-disabled-2.jpg?64b1e6e76f0839738a38eff6db484a64",["coords"]={["Art/2DArt/SkillIcons/passives/firedamagestr.png"]={["x"]=0,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damage_blue.png"]={["x"]=21,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=42,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/accuracy2h.png"]={["x"]=63,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=84,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/mana.png"]={["x"]=105,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MasteryBlank.png"]={["x"]=126,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=147,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=168,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=189,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=210,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png"]={["x"]=231,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ElementalResistance2.png"]={["x"]=252,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/shieldblock.png"]={["x"]=273,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/onehanddamage.png"]={["x"]=294,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagemelee.png"]={["x"]=315,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeed.png"]={["x"]=336,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/2handedspeed.png"]={["x"]=357,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png"]={["x"]=378,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png"]={["x"]=399,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png"]={["x"]=420,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png"]={["x"]=441,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png"]={["x"]=462,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damage.png"]={["x"]=483,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbranddamage.png"]={["x"]=504,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png"]={["x"]=525,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandlife.png"]={["x"]=546,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png"]={["x"]=567,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blockstaff.png"]={["x"]=588,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagestaff.png"]={["x"]=609,["y"]=0,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/staffspeed.png"]={["x"]=0,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blockstr.png"]={["x"]=21,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dmgreduction.png"]={["x"]=42,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/crystalskin.png"]={["x"]=63,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemlife.png"]={["x"]=84,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemplacementspeed.png"]={["x"]=105,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemattackspeed.png"]={["x"]=126,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemdamage.png"]={["x"]=147,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=168,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=189,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterysword.png"]={["x"]=210,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedsworddex.png"]={["x"]=231,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagesword.png"]={["x"]=252,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=273,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=294,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedmace.png"]={["x"]=315,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=336,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png"]={["x"]=357,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/fireresist.png"]={["x"]=378,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/coldresist.png"]={["x"]=399,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lightningstr.png"]={["x"]=420,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/projectilespeed.png"]={["x"]=441,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagedualwield.png"]={["x"]=462,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png"]={["x"]=483,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=504,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/increasedarmorandlife.png"]={["x"]=525,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifepercentage.png"]={["x"]=546,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/macecritdmgspeed.png"]={["x"]=567,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MaceElemental.png"]={["x"]=588,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=609,["y"]=21,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedaxe.png"]={["x"]=0,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damageaxe.png"]={["x"]=21,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeeddual.png"]={["x"]=42,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/knockback.png"]={["x"]=63,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=84,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=105,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/colddamage.png"]={["x"]=126,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/elementaldamage.png"]={["x"]=147,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/clawmasterydex.png"]={["x"]=168,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedclaw.png"]={["x"]=189,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png"]={["x"]=210,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MinionsandManaNode.png"]={["x"]=231,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WandCritical.png"]={["x"]=252,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/manastr.png"]={["x"]=273,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=294,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WarCryCooldown.png"]={["x"]=315,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WarCryDuration.png"]={["x"]=336,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=357,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/energyshield.png"]={["x"]=378,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FortifyNode.png"]={["x"]=399,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png"]={["x"]=420,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stunstr.png"]={["x"]=441,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticaldaggerint.png"]={["x"]=462,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterydaggerdex.png"]={["x"]=483,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/flaskint.png"]={["x"]=504,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png"]={["x"]=525,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blankStr.png"]={["x"]=546,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeAoENode.png"]={["x"]=567,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingDamage.png"]={["x"]=588,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingSpeed.png"]={["x"]=609,["y"]=42,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png"]={["x"]=0,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minionlife.png"]={["x"]=21,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/miniondamageBlue.png"]={["x"]=42,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticaldaggerdex.png"]={["x"]=63,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeeddagger.png"]={["x"]=84,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=105,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalclaw.png"]={["x"]=126,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png"]={["x"]=147,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png"]={["x"]=168,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/evade.png"]={["x"]=189,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png"]={["x"]=210,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/miniondamage.png"]={["x"]=231,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png"]={["x"]=252,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png"]={["x"]=273,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png"]={["x"]=294,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/firedamageint.png"]={["x"]=315,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeFireNode.png"]={["x"]=336,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/evadepercentage.png"]={["x"]=357,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/spellcritical.png"]={["x"]=378,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png"]={["x"]=399,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=420,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/areaofeffect.png"]={["x"]=441,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifemana.png"]={["x"]=462,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png"]={["x"]=483,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png"]={["x"]=504,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/manaregeneration.png"]={["x"]=525,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png"]={["x"]=546,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/castspeed.png"]={["x"]=567,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/damagespells.png"]={["x"]=588,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChaosDamage.png"]={["x"]=609,["y"]=63,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png"]={["x"]=0,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dualwieldspeedint.png"]={["x"]=21,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/skillduration.png"]={["x"]=42,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=63,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=84,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/accuracysword.png"]={["x"]=105,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapdamage.png"]={["x"]=126,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapsspeed.png"]={["x"]=147,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalbow.png"]={["x"]=168,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=189,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png"]={["x"]=210,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png"]={["x"]=231,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/shieldrecovery.png"]={["x"]=252,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stundex.png"]={["x"]=273,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lightningdex.png"]={["x"]=294,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/avoidburning.png"]={["x"]=315,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/avoidchilling.png"]={["x"]=336,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png"]={["x"]=357,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blankDex.png"]={["x"]=378,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackBlindNode.png"]={["x"]=399,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=420,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifegainpertarget.png"]={["x"]=441,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blankInt.png"]={["x"]=462,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/axedmgspeed.png"]={["x"]=483,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikechance.png"]={["x"]=504,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackPoisonNode.png"]={["x"]=525,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png"]={["x"]=546,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png"]={["x"]=567,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png"]={["x"]=588,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png"]={["x"]=609,["y"]=84,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=0,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/tempint.png"]={["x"]=21,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png"]={["x"]=42,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png"]={["x"]=63,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png"]={["x"]=84,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minionattackspeed.png"]={["x"]=105,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png"]={["x"]=126,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikechance2.png"]={["x"]=147,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png"]={["x"]=168,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=189,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=210,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png"]={["x"]=231,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png"]={["x"]=252,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png"]={["x"]=273,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png"]={["x"]=294,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png"]={["x"]=315,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png"]={["x"]=336,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png"]={["x"]=357,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png"]={["x"]=378,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png"]={["x"]=399,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/onehandspeed.png"]={["x"]=420,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Raider.png"]={["x"]=441,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png"]={["x"]=462,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png"]={["x"]=483,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=504,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=525,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Brand1.png"]={["x"]=546,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Brand3.png"]={["x"]=567,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png"]={["x"]=588,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png"]={["x"]=609,["y"]=105,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ImapleNode.png"]={["x"]=0,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ImpaleNode2.png"]={["x"]=21,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png"]={["x"]=42,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png"]={["x"]=63,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png"]={["x"]=84,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png"]={["x"]=105,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=126,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png"]={["x"]=147,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png"]={["x"]=168,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png"]={["x"]=189,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=210,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png"]={["x"]=231,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png"]={["x"]=252,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png"]={["x"]=273,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=294,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png"]={["x"]=315,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chaosresist.png"]={["x"]=336,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png"]={["x"]=357,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=378,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png"]={["x"]=399,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png"]={["x"]=420,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png"]={["x"]=441,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png"]={["x"]=462,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DamageOverTime.png"]={["x"]=483,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png"]={["x"]=504,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/manareservationreduction.png"]={["x"]=525,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/auraareaofeffect.png"]={["x"]=546,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/auraeffect.png"]={["x"]=567,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/tempdex.png"]={["x"]=588,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png"]={["x"]=609,["y"]=126,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png"]={["x"]=0,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png"]={["x"]=21,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png"]={["x"]=42,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/critstrchnc.png"]={["x"]=63,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png"]={["x"]=84,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png"]={["x"]=105,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png"]={["x"]=126,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineManaReservationNode.png"]={["x"]=147,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png"]={["x"]=168,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WarCryEffect.png"]={["x"]=189,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png"]={["x"]=210,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapsduration.png"]={["x"]=231,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/flaskstr.png"]={["x"]=252,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=273,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=294,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png"]={["x"]=315,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png"]={["x"]=336,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png"]={["x"]=357,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png"]={["x"]=378,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png"]={["x"]=399,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png"]={["x"]=420,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png"]={["x"]=441,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png"]={["x"]=462,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png"]={["x"]=483,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png"]={["x"]=504,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png"]={["x"]=525,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png"]={["x"]=546,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png"]={["x"]=567,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png"]={["x"]=588,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png"]={["x"]=609,["y"]=147,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png"]={["x"]=0,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png"]={["x"]=21,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png"]={["x"]=42,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png"]={["x"]=63,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png"]={["x"]=84,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png"]={["x"]=105,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png"]={["x"]=126,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png"]={["x"]=147,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png"]={["x"]=168,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png"]={["x"]=189,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png"]={["x"]=210,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png"]={["x"]=231,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png"]={["x"]=252,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png"]={["x"]=273,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png"]={["x"]=294,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/AnEAura.png"]={["x"]=315,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png"]={["x"]=336,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png"]={["x"]=357,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png"]={["x"]=378,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png"]={["x"]=399,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png"]={["x"]=420,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png"]={["x"]=441,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png"]={["x"]=462,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png"]={["x"]=483,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png"]={["x"]=504,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png"]={["x"]=525,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Champion.png"]={["x"]=546,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png"]={["x"]=567,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png"]={["x"]=588,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png"]={["x"]=609,["y"]=168,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png"]={["x"]=0,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png"]={["x"]=21,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png"]={["x"]=42,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=63,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/GolemsNode.png"]={["x"]=84,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png"]={["x"]=105,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png"]={["x"]=126,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png"]={["x"]=147,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RangedTotemDamage.png"]={["x"]=168,["y"]=189,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png"]={["x"]=189,["y"]=189,["w"]=21,["h"]=21}}},{["filename"]="skills-disabled-3.jpg?c21e5419e79ef23f7871b519fec75819",["coords"]={["Art/2DArt/SkillIcons/passives/firedamagestr.png"]={["x"]=0,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damage_blue.png"]={["x"]=27,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=54,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/accuracy2h.png"]={["x"]=81,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=108,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/mana.png"]={["x"]=135,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MasteryBlank.png"]={["x"]=162,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=189,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=216,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=243,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=270,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Elementalist.png"]={["x"]=297,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ElementalResistance2.png"]={["x"]=324,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/shieldblock.png"]={["x"]=351,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/onehanddamage.png"]={["x"]=378,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagemelee.png"]={["x"]=405,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeed.png"]={["x"]=432,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/2handedspeed.png"]={["x"]=459,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgCritStrikeMultiplier.png"]={["x"]=486,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgSpeed.png"]={["x"]=513,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgLeech.png"]={["x"]=540,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgAOE.png"]={["x"]=567,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Slayer/2HdmgFrenzyEnduranceCharge.png"]={["x"]=594,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damage.png"]={["x"]=621,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbranddamage.png"]={["x"]=648,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbrandplacementspeed.png"]={["x"]=675,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbrandlife.png"]={["x"]=702,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbrandattackspeed.png"]={["x"]=729,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blockstaff.png"]={["x"]=756,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagestaff.png"]={["x"]=783,["y"]=0,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/staffspeed.png"]={["x"]=0,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blockstr.png"]={["x"]=27,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/dmgreduction.png"]={["x"]=54,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/crystalskin.png"]={["x"]=81,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemlife.png"]={["x"]=108,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemplacementspeed.png"]={["x"]=135,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemattackspeed.png"]={["x"]=162,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemdamage.png"]={["x"]=189,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=216,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=243,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/masterysword.png"]={["x"]=270,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedsworddex.png"]={["x"]=297,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagesword.png"]={["x"]=324,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=351,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=378,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedmace.png"]={["x"]=405,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=432,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Deadeye.png"]={["x"]=459,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/fireresist.png"]={["x"]=486,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/coldresist.png"]={["x"]=513,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lightningstr.png"]={["x"]=540,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/projectilespeed.png"]={["x"]=567,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagedualwield.png"]={["x"]=594,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagedualwieldgreen.png"]={["x"]=621,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=648,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/increasedarmorandlife.png"]={["x"]=675,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lifepercentage.png"]={["x"]=702,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/macecritdmgspeed.png"]={["x"]=729,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MaceElemental.png"]={["x"]=756,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=783,["y"]=27,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedaxe.png"]={["x"]=0,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damageaxe.png"]={["x"]=27,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeeddual.png"]={["x"]=54,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/knockback.png"]={["x"]=81,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=108,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=135,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/colddamage.png"]={["x"]=162,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/elementaldamage.png"]={["x"]=189,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/clawmasterydex.png"]={["x"]=216,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeedclaw.png"]={["x"]=243,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ClawCritStrikeChanceNode.png"]={["x"]=270,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MinionsandManaNode.png"]={["x"]=297,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/WandCritical.png"]={["x"]=324,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/manastr.png"]={["x"]=351,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=378,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/WarCryCooldown.png"]={["x"]=405,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/WarCryDuration.png"]={["x"]=432,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=459,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/energyshield.png"]={["x"]=486,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/FortifyNode.png"]={["x"]=513,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/HalfcurseandHalfmana.png"]={["x"]=540,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/stunstr.png"]={["x"]=567,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticaldaggerint.png"]={["x"]=594,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/masterydaggerdex.png"]={["x"]=621,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/flaskint.png"]={["x"]=648,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ManaAndEnergyShield.png"]={["x"]=675,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blankStr.png"]={["x"]=702,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MeleeAoENode.png"]={["x"]=729,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChannellingDamage.png"]={["x"]=756,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChannellingSpeed.png"]={["x"]=783,["y"]=54,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/SpellCritChanceCritMultiplier.png"]={["x"]=0,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/minionlife.png"]={["x"]=27,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/miniondamageBlue.png"]={["x"]=54,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticaldaggerdex.png"]={["x"]=81,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/attackspeeddagger.png"]={["x"]=108,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=135,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalclaw.png"]={["x"]=162,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.png"]={["x"]=189,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.png"]={["x"]=216,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/evade.png"]={["x"]=243,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNode.png"]={["x"]=270,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/miniondamage.png"]={["x"]=297,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MinionAccuracyDamage.png"]={["x"]=324,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.png"]={["x"]=351,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusstrengthdexterity.png"]={["x"]=378,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/firedamageint.png"]={["x"]=405,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MeleeFireNode.png"]={["x"]=432,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/evadepercentage.png"]={["x"]=459,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/spellcritical.png"]={["x"]=486,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.png"]={["x"]=513,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=540,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/areaofeffect.png"]={["x"]=567,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lifemana.png"]={["x"]=594,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Assassin/SmallNode.png"]={["x"]=621,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Berserker.png"]={["x"]=648,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/manaregeneration.png"]={["x"]=675,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier.png"]={["x"]=702,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/castspeed.png"]={["x"]=729,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/damagespells.png"]={["x"]=756,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChaosDamage.png"]={["x"]=783,["y"]=81,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedSkillDuration.png"]={["x"]=0,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/dualwieldspeedint.png"]={["x"]=27,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/skillduration.png"]={["x"]=54,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=81,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=108,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/accuracysword.png"]={["x"]=135,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapdamage.png"]={["x"]=162,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapsspeed.png"]={["x"]=189,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalbow.png"]={["x"]=216,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=243,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Slayer.png"]={["x"]=270,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Hierophant.png"]={["x"]=297,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/shieldrecovery.png"]={["x"]=324,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/stundex.png"]={["x"]=351,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lightningdex.png"]={["x"]=378,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/avoidburning.png"]={["x"]=405,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/avoidchilling.png"]={["x"]=432,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/dualwieldaccuracy.png"]={["x"]=459,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blankDex.png"]={["x"]=486,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AttackBlindNode.png"]={["x"]=513,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=540,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/lifegainpertarget.png"]={["x"]=567,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/blankInt.png"]={["x"]=594,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/axedmgspeed.png"]={["x"]=621,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalstrikechance.png"]={["x"]=648,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AttackPoisonNode.png"]={["x"]=675,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenStrength.png"]={["x"]=702,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireDamage.png"]={["x"]=729,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenTotemPlacementSpeed.png"]={["x"]=756,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Chieftain/LifeRegenFireResistance.png"]={["x"]=783,["y"]=108,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=0,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/tempint.png"]={["x"]=27,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.png"]={["x"]=54,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeMultiplierNode.png"]={["x"]=81,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikeChanceNode.png"]={["x"]=108,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/minionattackspeed.png"]={["x"]=135,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/EnergyshieldLeechPassivessmall.png"]={["x"]=162,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalstrikechance2.png"]={["x"]=189,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Hierophant/ManaRegen.png"]={["x"]=216,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=243,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=270,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DurationofMinionsNode.png"]={["x"]=297,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusintelligencedexterity.png"]={["x"]=324,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Juggernaut.png"]={["x"]=351,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableNode.png"]={["x"]=378,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldStaves.png"]={["x"]=405,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldDefenseFromShields.png"]={["x"]=432,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyShieldManaPool.png"]={["x"]=459,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/ArmourEnergyMeleeDamage.png"]={["x"]=486,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Guardian/Minion Damage Armour and Energy Shield.png"]={["x"]=513,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/onehandspeed.png"]={["x"]=540,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Raider.png"]={["x"]=567,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DualWieldNodeDefensive.png"]={["x"]=594,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Saboteur.png"]={["x"]=621,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=648,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=675,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Brand1.png"]={["x"]=702,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Brand3.png"]={["x"]=729,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/StaffNodeOffensive.png"]={["x"]=756,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/plusstrengthintelligence.png"]={["x"]=783,["y"]=135,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ImapleNode.png"]={["x"]=0,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ImpaleNode2.png"]={["x"]=27,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageFreezeShockIgnite.png"]={["x"]=54,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageAttackCasteSpeed.png"]={["x"]=81,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalDamageElementalResistances.png"]={["x"]=108,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Assassin.png"]={["x"]=135,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=162,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.png"]={["x"]=189,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.png"]={["x"]=216,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNode.png"]={["x"]=243,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=270,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Necromancer.png"]={["x"]=297,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/weaponelementaldamagepercentage.png"]={["x"]=324,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/LifeAndEnergyShield.png"]={["x"]=351,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=378,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.png"]={["x"]=405,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/chaosresist.png"]={["x"]=432,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ChaosDamageandResist.png"]={["x"]=459,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=486,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Berserker/DmgLeech.png"]={["x"]=513,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Berserker/DmgCrit.png"]={["x"]=540,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Berserker/DmgAttackSpeed.png"]={["x"]=567,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Berserker/DmgWarcry.png"]={["x"]=594,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DamageOverTime.png"]={["x"]=621,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.png"]={["x"]=648,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/manareservationreduction.png"]={["x"]=675,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/auraareaofeffect.png"]={["x"]=702,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/auraeffect.png"]={["x"]=729,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/tempdex.png"]={["x"]=756,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedFrenzyChargeDuration.png"]={["x"]=783,["y"]=162,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Trickster/DamageOverTime.png"]={["x"]=0,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedEvasionEnergyShield.png"]={["x"]=27,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Trickster/IncreasedMana.png"]={["x"]=54,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/critstrchnc.png"]={["x"]=81,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMovementSpeed.png"]={["x"]=108,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageElementalResistance.png"]={["x"]=135,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Saboteur/ElementalDamageMines.png"]={["x"]=162,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MineManaReservationNode.png"]={["x"]=189,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Trickster.png"]={["x"]=216,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/WarCryEffect.png"]={["x"]=243,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/HalfColdHalfLightning.png"]={["x"]=270,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/trapsduration.png"]={["x"]=297,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/flaskstr.png"]={["x"]=324,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=351,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=378,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/LifeAndReducedManaCost.png"]={["x"]=405,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackDamage.png"]={["x"]=432,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourAttackSpeed.png"]={["x"]=459,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourLifeRegeneration.png"]={["x"]=486,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourMovementSpeed.png"]={["x"]=513,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Juggernaut/IncreasedArmourStunDuration.png"]={["x"]=540,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Raider/IncreasedFrenzyChargeDuration.png"]={["x"]=567,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Raider/IncreasedAttackSpeed.png"]={["x"]=594,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Raider/IncreasedMovementSpeed.png"]={["x"]=621,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAttackSpeed.png"]={["x"]=648,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageAccuracy.png"]={["x"]=675,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DeadEye/ProjectileDamageCrit.png"]={["x"]=702,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOneHand.png"]={["x"]=729,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBlockChance.png"]={["x"]=756,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Gladiator/GLADSpeedAoE.png"]={["x"]=783,["y"]=189,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectFlaskDuration.png"]={["x"]=0,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectElementalResistance.png"]={["x"]=27,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectAttackDamage.png"]={["x"]=54,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PathFinder/FlaskEffectDamageOverTime.png"]={["x"]=81,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldManaReservation.png"]={["x"]=108,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldAttackAndCastSpeed.png"]={["x"]=135,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldCriticalStrikeChance.png"]={["x"]=162,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/IncreasedEnergyShieldMaximumMana.png"]={["x"]=189,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldChaos.png"]={["x"]=216,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Occultist/EnergyShieldCold.png"]={["x"]=243,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Necromancer/IncreasedMinionDamageIncreasedMinionLife.png"]={["x"]=270,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Necromancer/ManaNode.png"]={["x"]=297,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNode.png"]={["x"]=324,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/AnETaunt.png"]={["x"]=351,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/AnEFortify.png"]={["x"]=378,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/AnEAura.png"]={["x"]=405,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/AnEAttDamage.png"]={["x"]=432,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassive.png"]={["x"]=459,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.png"]={["x"]=486,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAvoidElementalStatusEffects.png"]={["x"]=513,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageElementalPenetration.png"]={["x"]=540,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageCasteSpeed.png"]={["x"]=567,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Chieftain.png"]={["x"]=594,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Pathfinder.png"]={["x"]=621,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Occultist.png"]={["x"]=648,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Gladiator.png"]={["x"]=675,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Champion.png"]={["x"]=702,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Inquisitor.png"]={["x"]=729,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/Ascendants/Guardian.png"]={["x"]=756,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/PhysicalChaosRedPurple.png"]={["x"]=783,["y"]=216,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/DualWieldNodeOffensive.png"]={["x"]=0,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/StaffNodeDefensive.png"]={["x"]=27,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNode.png"]={["x"]=54,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=81,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/GolemsNode.png"]={["x"]=108,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.png"]={["x"]=135,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/AilmentDamageCritMultiplier.png"]={["x"]=162,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/RangedTotemAttackSpeed.png"]={["x"]=189,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/RangedTotemDamage.png"]={["x"]=216,["y"]=243,["w"]=27,["h"]=27},["Art/2DArt/SkillIcons/passives/RangedTotemCriticalStrikes.png"]={["x"]=243,["y"]=243,["w"]=27,["h"]=27}}}},["notableInactive"]={{["filename"]="skills-disabled-0.jpg?4fc57142130a6807949536401001d293",["coords"]={["Art/2DArt/SkillIcons/passives/lavalash.png"]={["x"]=0,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AspectoftheEagle.png"]={["x"]=12,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MartialExperience.png"]={["x"]=24,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/minddrinker.png"]={["x"]=36,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=48,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/titanicmight.png"]={["x"]=60,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/barricade.png"]={["x"]=72,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/butchery.png"]={["x"]=84,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/strongarm.png"]={["x"]=96,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/wreckingball.png"]={["x"]=108,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/reaver.png"]={["x"]=120,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png"]={["x"]=132,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png"]={["x"]=144,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/Headman.png"]={["x"]=156,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png"]={["x"]=168,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png"]={["x"]=180,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/Impact.png"]={["x"]=192,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Slayer/Charges.png"]={["x"]=204,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/whirlingstaff.png"]={["x"]=216,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/stunstaff.png"]={["x"]=228,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffCrit.png"]={["x"]=240,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/armourmastery.png"]={["x"]=252,["y"]=90,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=0,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Unwavering.png"]={["x"]=12,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ironwoodtotem.png"]={["x"]=24,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png"]={["x"]=36,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png"]={["x"]=48,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Retaliation.png"]={["x"]=60,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/blademaster.png"]={["x"]=72,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/razorsedge.png"]={["x"]=84,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/wandslingersprowess.png"]={["x"]=96,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/skullcracking.png"]={["x"]=108,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=120,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BloodyBludgeon.png"]={["x"]=132,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=144,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ambidexterity.png"]={["x"]=156,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=168,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Annihilation.png"]={["x"]=180,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/galvanichammer.png"]={["x"]=192,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MaceNotable2.png"]={["x"]=204,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BloodSiphon.png"]={["x"]=216,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/soulsyphon.png"]={["x"]=228,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=240,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/fellingtheweak.png"]={["x"]=252,["y"]=102,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/hatchetmaster.png"]={["x"]=0,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/swagger.png"]={["x"]=12,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/fending.png"]={["x"]=24,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=36,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/cleavage.png"]={["x"]=48,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=60,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BreathofLightening2.png"]={["x"]=72,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/borntofight.png"]={["x"]=84,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/manaconduit.png"]={["x"]=96,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=108,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/stormborn.png"]={["x"]=120,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/flameborn.png"]={["x"]=132,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/frostborn.png"]={["x"]=144,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/eagletalons.png"]={["x"]=156,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/soulraker.png"]={["x"]=168,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ClawNotable1.png"]={["x"]=180,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Warrior.png"]={["x"]=192,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Constitution.png"]={["x"]=204,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png"]={["x"]=216,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/trollblood.png"]={["x"]=228,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Revelry.png"]={["x"]=240,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png"]={["x"]=252,["y"]=114,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/fussilade.png"]={["x"]=0,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/elderpower.png"]={["x"]=12,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=24,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/blademistress.png"]={["x"]=36,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png"]={["x"]=48,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Dynamo.png"]={["x"]=60,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LustforCarnage.png"]={["x"]=72,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Righteous Decree.png"]={["x"]=84,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Battlecry.png"]={["x"]=96,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/eagleeye.png"]={["x"]=108,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/hammerblows.png"]={["x"]=120,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffNotable2.png"]={["x"]=132,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/lifeleechimmunity.png"]={["x"]=144,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FortifyNotable1.png"]={["x"]=156,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaandCurses.png"]={["x"]=168,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StunMastery.png"]={["x"]=180,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/nightstalker.png"]={["x"]=192,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Harrier.png"]={["x"]=204,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaFlasksOften.png"]={["x"]=216,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/CombatStamina.png"]={["x"]=228,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/staticshield.png"]={["x"]=240,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/foresight.png"]={["x"]=252,["y"]=126,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inspiration.png"]={["x"]=0,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/icebite.png"]={["x"]=12,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/grace.png"]={["x"]=24,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MeleeAoENotable.png"]={["x"]=36,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/sparkingattacks.png"]={["x"]=48,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/TempestBlast.png"]={["x"]=60,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/CombatFocusNotable.png"]={["x"]=72,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SearingHeat.png"]={["x"]=84,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deathattunement.png"]={["x"]=96,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/flaying.png"]={["x"]=108,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DaggerNotable1.png"]={["x"]=120,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=132,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hunter.png"]={["x"]=144,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/graveintentions.png"]={["x"]=156,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/graveexpectations.png"]={["x"]=168,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png"]={["x"]=180,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/lordofthedead.png"]={["x"]=192,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/gravepact.png"]={["x"]=204,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arcane focus.png"]={["x"]=216,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArcaneChemistry.png"]={["x"]=228,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/bodysoul.png"]={["x"]=240,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png"]={["x"]=252,["y"]=138,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png"]={["x"]=0,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/breathofrime.png"]={["x"]=12,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/hellfire.png"]={["x"]=24,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BreathofFlames2.png"]={["x"]=36,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arsonist.png"]={["x"]=48,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MeleeFireNotable.png"]={["x"]=60,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EssenceSurge.png"]={["x"]=72,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SavantPath.png"]={["x"]=84,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/iceheart.png"]={["x"]=96,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BreathofRime2.png"]={["x"]=108,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newenergyshield.png"]={["x"]=120,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/pyromaniac.png"]={["x"]=132,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arcanepotency.png"]={["x"]=144,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/amplify.png"]={["x"]=156,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deepthoughts.png"]={["x"]=168,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/thickskin.png"]={["x"]=180,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/QuickRecovery.png"]={["x"]=192,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png"]={["x"]=204,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png"]={["x"]=216,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/Ambush.png"]={["x"]=228,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png"]={["x"]=240,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png"]={["x"]=252,["y"]=150,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png"]={["x"]=0,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Assassin/Elusive.png"]={["x"]=12,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Dreamer.png"]={["x"]=24,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png"]={["x"]=36,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/throatseeker.png"]={["x"]=48,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/nimbleness.png"]={["x"]=60,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ConcentrationNotable.png"]={["x"]=72,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MentalRapidity.png"]={["x"]=84,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=96,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PowerChargeNotable.png"]={["x"]=108,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/gemini.png"]={["x"]=120,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ThrillKiller.png"]={["x"]=132,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/potencyofwill.png"]={["x"]=144,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png"]={["x"]=156,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/preciseinterception.png"]={["x"]=168,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heartofthepanther.png"]={["x"]=180,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=192,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=204,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/adderstouch.png"]={["x"]=216,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/cruelblade.png"]={["x"]=228,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FatalBlade.png"]={["x"]=240,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ClawNotable2.png"]={["x"]=252,["y"]=162,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/mastersapper.png"]={["x"]=0,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/daggerpenetration.png"]={["x"]=12,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/clawsofthepride.png"]={["x"]=24,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heavydraw.png"]={["x"]=36,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deadlydraw.png"]={["x"]=48,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/kingofthehill.png"]={["x"]=60,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/masterfletcher.png"]={["x"]=72,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/totemicmastery.png"]={["x"]=84,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ProjectilesNotable.png"]={["x"]=96,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=108,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=120,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newevadepercentage.png"]={["x"]=132,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png"]={["x"]=144,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png"]={["x"]=156,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arcaneefficiency.png"]={["x"]=168,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=180,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArcaneSeal.png"]={["x"]=192,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/HeartoftheOak.png"]={["x"]=204,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/animalspirit.png"]={["x"]=216,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DruidicRite.png"]={["x"]=228,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/quickstep.png"]={["x"]=240,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/diamondskin.png"]={["x"]=252,["y"]=174,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png"]={["x"]=0,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/bladebarrier.png"]={["x"]=12,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackBlindNotable.png"]={["x"]=24,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=36,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newcolddamage.png"]={["x"]=48,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png"]={["x"]=60,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/perfectaim.png"]={["x"]=72,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/furybolts.png"]={["x"]=84,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FortifyNotable2.png"]={["x"]=96,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heartofthegladiator.png"]={["x"]=108,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/precision.png"]={["x"]=120,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=132,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/CommandofSteel.png"]={["x"]=144,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heartseeker.png"]={["x"]=156,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png"]={["x"]=168,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/executioner.png"]={["x"]=180,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png"]={["x"]=192,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png"]={["x"]=204,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png"]={["x"]=216,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png"]={["x"]=228,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png"]={["x"]=240,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/heartpierce.png"]={["x"]=252,["y"]=186,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/HeartandSoul.png"]={["x"]=0,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=12,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deadlyprecision.png"]={["x"]=24,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SwordNotable2.png"]={["x"]=36,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/catalyse.png"]={["x"]=48,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/elementalist.png"]={["x"]=60,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LightOfDivinity.png"]={["x"]=72,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BattleRouse.png"]={["x"]=84,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SpiritualCommand.png"]={["x"]=96,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/oxblood.png"]={["x"]=108,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SoulSiphoning.png"]={["x"]=120,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/deepwisdom.png"]={["x"]=132,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=144,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MaceNotable1.png"]={["x"]=156,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png"]={["x"]=168,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png"]={["x"]=180,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png"]={["x"]=192,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png"]={["x"]=204,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png"]={["x"]=216,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png"]={["x"]=228,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png"]={["x"]=240,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png"]={["x"]=252,["y"]=198,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=0,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DaggerNotable2.png"]={["x"]=12,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=24,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png"]={["x"]=36,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png"]={["x"]=48,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SwordNotable1.png"]={["x"]=60,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png"]={["x"]=72,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/RighteousArmy.png"]={["x"]=84,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Redemption.png"]={["x"]=96,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SpiritualAid.png"]={["x"]=108,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/Int.png"]={["x"]=120,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png"]={["x"]=132,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png"]={["x"]=144,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png"]={["x"]=156,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png"]={["x"]=168,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png"]={["x"]=180,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png"]={["x"]=192,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png"]={["x"]=204,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png"]={["x"]=216,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Meleerange.png"]={["x"]=228,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newnewattackspeed.png"]={["x"]=240,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=252,["y"]=210,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newtitanicmight.png"]={["x"]=0,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DualWieldNotable.png"]={["x"]=12,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArcaneReaping.png"]={["x"]=24,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=36,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Brand4.png"]={["x"]=48,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/savant.png"]={["x"]=60,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffNotable.png"]={["x"]=72,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ElementalDominion2.png"]={["x"]=84,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png"]={["x"]=96,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ImpaleNotable2.png"]={["x"]=108,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png"]={["x"]=120,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png"]={["x"]=132,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png"]={["x"]=144,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png"]={["x"]=156,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png"]={["x"]=168,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png"]={["x"]=180,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png"]={["x"]=192,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/highexplosives.png"]={["x"]=204,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/cleverconstruction.png"]={["x"]=216,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=228,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/revengeofthehunted.png"]={["x"]=240,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png"]={["x"]=252,["y"]=222,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ShieldNotable.png"]={["x"]=0,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png"]={["x"]=12,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png"]={["x"]=24,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PierceNoteable.png"]={["x"]=36,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/expeditiousmunitions.png"]={["x"]=48,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SkitteringRunes.png"]={["x"]=60,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffNotable1.png"]={["x"]=72,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Coordination.png"]={["x"]=84,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png"]={["x"]=96,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Shaper.png"]={["x"]=108,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Retribution.png"]={["x"]=120,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/SoulPact.png"]={["x"]=132,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LethalAssault.png"]={["x"]=144,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Resourcefulness.png"]={["x"]=156,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=168,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/finesse.png"]={["x"]=180,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/newincreasedcritical.png"]={["x"]=192,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/saboteur.png"]={["x"]=204,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ElementalFocus.png"]={["x"]=216,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MethodMadess.png"]={["x"]=228,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/berserking.png"]={["x"]=240,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/scissorblades.png"]={["x"]=252,["y"]=234,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png"]={["x"]=0,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png"]={["x"]=12,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png"]={["x"]=24,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png"]={["x"]=36,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png"]={["x"]=48,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png"]={["x"]=60,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Berserker/Blitz.png"]={["x"]=72,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/doomcast.png"]={["x"]=84,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/mentalacuity.png"]={["x"]=96,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/swashbuckler.png"]={["x"]=108,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Entropy.png"]={["x"]=120,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png"]={["x"]=132,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/legendaryswordsman.png"]={["x"]=144,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/golemsblood.png"]={["x"]=156,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/IgnorePain.png"]={["x"]=168,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Survivalist.png"]={["x"]=180,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MaceNotable3.png"]={["x"]=192,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/WritteninBlood.png"]={["x"]=204,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ChaoticPotential.png"]={["x"]=216,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/shieldwall.png"]={["x"]=228,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png"]={["x"]=240,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png"]={["x"]=252,["y"]=246,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/sovereignty.png"]={["x"]=0,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/authority.png"]={["x"]=12,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/influence.png"]={["x"]=24,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/leadership.png"]={["x"]=36,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion.png"]={["x"]=48,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png"]={["x"]=60,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/StaffNotable3.png"]={["x"]=72,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=84,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ForceOfNature.png"]={["x"]=96,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png"]={["x"]=108,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png"]={["x"]=120,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png"]={["x"]=132,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png"]={["x"]=144,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png"]={["x"]=156,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png"]={["x"]=168,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png"]={["x"]=180,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/TrueStriker.png"]={["x"]=192,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/serpentstance.png"]={["x"]=204,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png"]={["x"]=216,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png"]={["x"]=228,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png"]={["x"]=240,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png"]={["x"]=252,["y"]=258,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png"]={["x"]=0,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png"]={["x"]=12,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png"]={["x"]=24,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/shamsnisticfury.png"]={["x"]=36,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/totemiczeal.png"]={["x"]=48,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/volitilemines.png"]={["x"]=60,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png"]={["x"]=72,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Sentinel.png"]={["x"]=84,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/arcaneradience.png"]={["x"]=96,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/WordsOfGlory.png"]={["x"]=108,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Storm Weaver.png"]={["x"]=120,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trap.png"]={["x"]=132,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ashfrostandstorm.png"]={["x"]=144,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ProfaneChemistry.png"]={["x"]=156,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MasterofForce.png"]={["x"]=168,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/HiredKiller2.png"]={["x"]=180,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/melding.png"]={["x"]=192,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/CelestialPunishment.png"]={["x"]=204,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=216,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=228,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Unrelenting.png"]={["x"]=240,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ShrugOff.png"]={["x"]=252,["y"]=270,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png"]={["x"]=0,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png"]={["x"]=12,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png"]={["x"]=24,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png"]={["x"]=36,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png"]={["x"]=48,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png"]={["x"]=60,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png"]={["x"]=72,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png"]={["x"]=84,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png"]={["x"]=96,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png"]={["x"]=108,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png"]={["x"]=120,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png"]={["x"]=132,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png"]={["x"]=144,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png"]={["x"]=156,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png"]={["x"]=168,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png"]={["x"]=180,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png"]={["x"]=192,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png"]={["x"]=204,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png"]={["x"]=216,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png"]={["x"]=228,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png"]={["x"]=240,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png"]={["x"]=252,["y"]=282,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png"]={["x"]=0,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png"]={["x"]=12,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png"]={["x"]=24,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png"]={["x"]=36,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png"]={["x"]=48,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png"]={["x"]=60,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png"]={["x"]=72,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png"]={["x"]=84,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png"]={["x"]=96,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png"]={["x"]=108,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png"]={["x"]=120,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png"]={["x"]=132,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png"]={["x"]=144,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png"]={["x"]=156,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png"]={["x"]=168,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png"]={["x"]=180,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png"]={["x"]=192,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png"]={["x"]=204,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png"]={["x"]=216,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png"]={["x"]=228,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png"]={["x"]=240,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png"]={["x"]=252,["y"]=294,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png"]={["x"]=0,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png"]={["x"]=12,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png"]={["x"]=24,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png"]={["x"]=36,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png"]={["x"]=48,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png"]={["x"]=60,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png"]={["x"]=72,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/Fortitude.png"]={["x"]=84,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/Unstopable.png"]={["x"]=96,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/Conqueror.png"]={["x"]=108,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png"]={["x"]=120,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/Inpirational.png"]={["x"]=132,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png"]={["x"]=144,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png"]={["x"]=156,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png"]={["x"]=168,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png"]={["x"]=180,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png"]={["x"]=192,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png"]={["x"]=204,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png"]={["x"]=216,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/Dex.png"]={["x"]=228,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Ascendants/Str.png"]={["x"]=240,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/GrowthandDecay.png"]={["x"]=252,["y"]=306,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ChaosDamage2.png"]={["x"]=0,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png"]={["x"]=12,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Trap2.png"]={["x"]=24,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MineTrap.png"]={["x"]=36,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BleedPoison.png"]={["x"]=48,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Brand2.png"]={["x"]=60,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png"]={["x"]=72,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png"]={["x"]=84,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png"]={["x"]=96,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png"]={["x"]=108,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png"]={["x"]=120,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ImpaleNotable1.png"]={["x"]=132,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png"]={["x"]=144,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png"]={["x"]=156,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=168,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=180,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=192,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AxeNotable1.png"]={["x"]=204,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/AxeNotable2.png"]={["x"]=216,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=228,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=240,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png"]={["x"]=252,["y"]=318,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png"]={["x"]=0,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/GolemsNotable.png"]={["x"]=12,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png"]={["x"]=24,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png"]={["x"]=36,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png"]={["x"]=48,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png"]={["x"]=60,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DireTorment.png"]={["x"]=72,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png"]={["x"]=84,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png"]={["x"]=96,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png"]={["x"]=108,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png"]={["x"]=120,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Boomerang.png"]={["x"]=132,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/Lineage.png"]={["x"]=144,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/BloodPact.png"]={["x"]=156,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/MindPact.png"]={["x"]=168,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/DarkestHour.png"]={["x"]=180,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/FireAilment.png"]={["x"]=192,["y"]=330,["w"]=12,["h"]=12},["Art/2DArt/SkillIcons/passives/LightingAilment.png"]={["x"]=204,["y"]=330,["w"]=12,["h"]=12}}},{["filename"]="skills-disabled-1.jpg?20721b2ceca97d5334b9843738ec5781",["coords"]={["Art/2DArt/SkillIcons/passives/lavalash.png"]={["x"]=0,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AspectoftheEagle.png"]={["x"]=21,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MartialExperience.png"]={["x"]=42,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minddrinker.png"]={["x"]=63,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=84,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/titanicmight.png"]={["x"]=105,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/barricade.png"]={["x"]=126,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/butchery.png"]={["x"]=147,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/strongarm.png"]={["x"]=168,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/wreckingball.png"]={["x"]=189,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/reaver.png"]={["x"]=210,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png"]={["x"]=231,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png"]={["x"]=252,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/Headman.png"]={["x"]=273,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png"]={["x"]=294,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png"]={["x"]=315,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/Impact.png"]={["x"]=336,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Slayer/Charges.png"]={["x"]=357,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/whirlingstaff.png"]={["x"]=378,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stunstaff.png"]={["x"]=399,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffCrit.png"]={["x"]=420,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/armourmastery.png"]={["x"]=441,["y"]=150,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=0,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Unwavering.png"]={["x"]=21,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ironwoodtotem.png"]={["x"]=42,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png"]={["x"]=63,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png"]={["x"]=84,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Retaliation.png"]={["x"]=105,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blademaster.png"]={["x"]=126,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/razorsedge.png"]={["x"]=147,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/wandslingersprowess.png"]={["x"]=168,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/skullcracking.png"]={["x"]=189,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=210,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BloodyBludgeon.png"]={["x"]=231,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=252,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ambidexterity.png"]={["x"]=273,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=294,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Annihilation.png"]={["x"]=315,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/galvanichammer.png"]={["x"]=336,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MaceNotable2.png"]={["x"]=357,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BloodSiphon.png"]={["x"]=378,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/soulsyphon.png"]={["x"]=399,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=420,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/fellingtheweak.png"]={["x"]=441,["y"]=171,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/hatchetmaster.png"]={["x"]=0,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/swagger.png"]={["x"]=21,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/fending.png"]={["x"]=42,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=63,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/cleavage.png"]={["x"]=84,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=105,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BreathofLightening2.png"]={["x"]=126,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/borntofight.png"]={["x"]=147,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/manaconduit.png"]={["x"]=168,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=189,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stormborn.png"]={["x"]=210,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/flameborn.png"]={["x"]=231,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/frostborn.png"]={["x"]=252,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/eagletalons.png"]={["x"]=273,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/soulraker.png"]={["x"]=294,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ClawNotable1.png"]={["x"]=315,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Warrior.png"]={["x"]=336,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Constitution.png"]={["x"]=357,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png"]={["x"]=378,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trollblood.png"]={["x"]=399,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Revelry.png"]={["x"]=420,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png"]={["x"]=441,["y"]=192,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/fussilade.png"]={["x"]=0,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/elderpower.png"]={["x"]=21,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=42,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blademistress.png"]={["x"]=63,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png"]={["x"]=84,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Dynamo.png"]={["x"]=105,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LustforCarnage.png"]={["x"]=126,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Righteous Decree.png"]={["x"]=147,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Battlecry.png"]={["x"]=168,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/eagleeye.png"]={["x"]=189,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/hammerblows.png"]={["x"]=210,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNotable2.png"]={["x"]=231,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifeleechimmunity.png"]={["x"]=252,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FortifyNotable1.png"]={["x"]=273,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaandCurses.png"]={["x"]=294,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StunMastery.png"]={["x"]=315,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/nightstalker.png"]={["x"]=336,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Harrier.png"]={["x"]=357,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaFlasksOften.png"]={["x"]=378,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/CombatStamina.png"]={["x"]=399,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/staticshield.png"]={["x"]=420,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/foresight.png"]={["x"]=441,["y"]=213,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inspiration.png"]={["x"]=0,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/icebite.png"]={["x"]=21,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/grace.png"]={["x"]=42,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeAoENotable.png"]={["x"]=63,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/sparkingattacks.png"]={["x"]=84,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/TempestBlast.png"]={["x"]=105,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/CombatFocusNotable.png"]={["x"]=126,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SearingHeat.png"]={["x"]=147,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deathattunement.png"]={["x"]=168,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/flaying.png"]={["x"]=189,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DaggerNotable1.png"]={["x"]=210,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=231,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hunter.png"]={["x"]=252,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/graveintentions.png"]={["x"]=273,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/graveexpectations.png"]={["x"]=294,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png"]={["x"]=315,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lordofthedead.png"]={["x"]=336,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/gravepact.png"]={["x"]=357,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arcane focus.png"]={["x"]=378,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArcaneChemistry.png"]={["x"]=399,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/bodysoul.png"]={["x"]=420,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png"]={["x"]=441,["y"]=234,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png"]={["x"]=0,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/breathofrime.png"]={["x"]=21,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/hellfire.png"]={["x"]=42,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BreathofFlames2.png"]={["x"]=63,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arsonist.png"]={["x"]=84,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeFireNotable.png"]={["x"]=105,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EssenceSurge.png"]={["x"]=126,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SavantPath.png"]={["x"]=147,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/iceheart.png"]={["x"]=168,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BreathofRime2.png"]={["x"]=189,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newenergyshield.png"]={["x"]=210,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/pyromaniac.png"]={["x"]=231,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arcanepotency.png"]={["x"]=252,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/amplify.png"]={["x"]=273,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deepthoughts.png"]={["x"]=294,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/thickskin.png"]={["x"]=315,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/QuickRecovery.png"]={["x"]=336,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png"]={["x"]=357,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png"]={["x"]=378,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/Ambush.png"]={["x"]=399,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png"]={["x"]=420,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png"]={["x"]=441,["y"]=255,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png"]={["x"]=0,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Assassin/Elusive.png"]={["x"]=21,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Dreamer.png"]={["x"]=42,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png"]={["x"]=63,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/throatseeker.png"]={["x"]=84,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/nimbleness.png"]={["x"]=105,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ConcentrationNotable.png"]={["x"]=126,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MentalRapidity.png"]={["x"]=147,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=168,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PowerChargeNotable.png"]={["x"]=189,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/gemini.png"]={["x"]=210,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ThrillKiller.png"]={["x"]=231,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/potencyofwill.png"]={["x"]=252,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png"]={["x"]=273,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/preciseinterception.png"]={["x"]=294,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heartofthepanther.png"]={["x"]=315,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=336,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=357,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/adderstouch.png"]={["x"]=378,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/cruelblade.png"]={["x"]=399,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FatalBlade.png"]={["x"]=420,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ClawNotable2.png"]={["x"]=441,["y"]=276,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/mastersapper.png"]={["x"]=0,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/daggerpenetration.png"]={["x"]=21,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/clawsofthepride.png"]={["x"]=42,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heavydraw.png"]={["x"]=63,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deadlydraw.png"]={["x"]=84,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/kingofthehill.png"]={["x"]=105,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/masterfletcher.png"]={["x"]=126,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemicmastery.png"]={["x"]=147,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ProjectilesNotable.png"]={["x"]=168,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=189,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=210,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newevadepercentage.png"]={["x"]=231,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png"]={["x"]=252,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png"]={["x"]=273,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arcaneefficiency.png"]={["x"]=294,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=315,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArcaneSeal.png"]={["x"]=336,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HeartoftheOak.png"]={["x"]=357,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/animalspirit.png"]={["x"]=378,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DruidicRite.png"]={["x"]=399,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/quickstep.png"]={["x"]=420,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/diamondskin.png"]={["x"]=441,["y"]=297,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png"]={["x"]=0,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/bladebarrier.png"]={["x"]=21,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackBlindNotable.png"]={["x"]=42,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=63,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newcolddamage.png"]={["x"]=84,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png"]={["x"]=105,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/perfectaim.png"]={["x"]=126,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/furybolts.png"]={["x"]=147,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FortifyNotable2.png"]={["x"]=168,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heartofthegladiator.png"]={["x"]=189,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/precision.png"]={["x"]=210,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=231,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/CommandofSteel.png"]={["x"]=252,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heartseeker.png"]={["x"]=273,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png"]={["x"]=294,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/executioner.png"]={["x"]=315,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png"]={["x"]=336,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png"]={["x"]=357,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png"]={["x"]=378,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png"]={["x"]=399,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png"]={["x"]=420,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/heartpierce.png"]={["x"]=441,["y"]=318,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HeartandSoul.png"]={["x"]=0,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=21,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deadlyprecision.png"]={["x"]=42,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SwordNotable2.png"]={["x"]=63,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/catalyse.png"]={["x"]=84,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/elementalist.png"]={["x"]=105,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LightOfDivinity.png"]={["x"]=126,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BattleRouse.png"]={["x"]=147,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SpiritualCommand.png"]={["x"]=168,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/oxblood.png"]={["x"]=189,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SoulSiphoning.png"]={["x"]=210,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/deepwisdom.png"]={["x"]=231,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=252,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MaceNotable1.png"]={["x"]=273,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png"]={["x"]=294,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png"]={["x"]=315,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png"]={["x"]=336,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png"]={["x"]=357,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png"]={["x"]=378,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png"]={["x"]=399,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png"]={["x"]=420,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png"]={["x"]=441,["y"]=339,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=0,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DaggerNotable2.png"]={["x"]=21,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=42,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png"]={["x"]=63,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png"]={["x"]=84,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SwordNotable1.png"]={["x"]=105,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png"]={["x"]=126,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RighteousArmy.png"]={["x"]=147,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Redemption.png"]={["x"]=168,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SpiritualAid.png"]={["x"]=189,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Int.png"]={["x"]=210,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png"]={["x"]=231,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png"]={["x"]=252,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png"]={["x"]=273,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png"]={["x"]=294,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png"]={["x"]=315,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png"]={["x"]=336,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png"]={["x"]=357,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png"]={["x"]=378,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Meleerange.png"]={["x"]=399,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newnewattackspeed.png"]={["x"]=420,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=441,["y"]=360,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newtitanicmight.png"]={["x"]=0,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DualWieldNotable.png"]={["x"]=21,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArcaneReaping.png"]={["x"]=42,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=63,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Brand4.png"]={["x"]=84,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/savant.png"]={["x"]=105,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNotable.png"]={["x"]=126,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ElementalDominion2.png"]={["x"]=147,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png"]={["x"]=168,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ImpaleNotable2.png"]={["x"]=189,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png"]={["x"]=210,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png"]={["x"]=231,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png"]={["x"]=252,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png"]={["x"]=273,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png"]={["x"]=294,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png"]={["x"]=315,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png"]={["x"]=336,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/highexplosives.png"]={["x"]=357,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/cleverconstruction.png"]={["x"]=378,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=399,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/revengeofthehunted.png"]={["x"]=420,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png"]={["x"]=441,["y"]=381,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShieldNotable.png"]={["x"]=0,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png"]={["x"]=21,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png"]={["x"]=42,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PierceNoteable.png"]={["x"]=63,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/expeditiousmunitions.png"]={["x"]=84,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SkitteringRunes.png"]={["x"]=105,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNotable1.png"]={["x"]=126,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Coordination.png"]={["x"]=147,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png"]={["x"]=168,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Shaper.png"]={["x"]=189,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Retribution.png"]={["x"]=210,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/SoulPact.png"]={["x"]=231,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LethalAssault.png"]={["x"]=252,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Resourcefulness.png"]={["x"]=273,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=294,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/finesse.png"]={["x"]=315,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/newincreasedcritical.png"]={["x"]=336,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/saboteur.png"]={["x"]=357,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ElementalFocus.png"]={["x"]=378,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MethodMadess.png"]={["x"]=399,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/berserking.png"]={["x"]=420,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/scissorblades.png"]={["x"]=441,["y"]=402,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png"]={["x"]=0,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png"]={["x"]=21,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png"]={["x"]=42,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png"]={["x"]=63,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png"]={["x"]=84,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png"]={["x"]=105,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Berserker/Blitz.png"]={["x"]=126,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/doomcast.png"]={["x"]=147,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/mentalacuity.png"]={["x"]=168,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/swashbuckler.png"]={["x"]=189,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Entropy.png"]={["x"]=210,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png"]={["x"]=231,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/legendaryswordsman.png"]={["x"]=252,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/golemsblood.png"]={["x"]=273,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/IgnorePain.png"]={["x"]=294,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Survivalist.png"]={["x"]=315,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MaceNotable3.png"]={["x"]=336,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WritteninBlood.png"]={["x"]=357,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChaoticPotential.png"]={["x"]=378,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/shieldwall.png"]={["x"]=399,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png"]={["x"]=420,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png"]={["x"]=441,["y"]=423,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/sovereignty.png"]={["x"]=0,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/authority.png"]={["x"]=21,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/influence.png"]={["x"]=42,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/leadership.png"]={["x"]=63,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion.png"]={["x"]=84,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png"]={["x"]=105,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/StaffNotable3.png"]={["x"]=126,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=147,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ForceOfNature.png"]={["x"]=168,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png"]={["x"]=189,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png"]={["x"]=210,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png"]={["x"]=231,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png"]={["x"]=252,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png"]={["x"]=273,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png"]={["x"]=294,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png"]={["x"]=315,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/TrueStriker.png"]={["x"]=336,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/serpentstance.png"]={["x"]=357,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png"]={["x"]=378,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png"]={["x"]=399,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png"]={["x"]=420,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png"]={["x"]=441,["y"]=444,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png"]={["x"]=0,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png"]={["x"]=21,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png"]={["x"]=42,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/shamsnisticfury.png"]={["x"]=63,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/totemiczeal.png"]={["x"]=84,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/volitilemines.png"]={["x"]=105,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png"]={["x"]=126,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Sentinel.png"]={["x"]=147,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/arcaneradience.png"]={["x"]=168,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/WordsOfGlory.png"]={["x"]=189,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Storm Weaver.png"]={["x"]=210,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trap.png"]={["x"]=231,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ashfrostandstorm.png"]={["x"]=252,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ProfaneChemistry.png"]={["x"]=273,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MasterofForce.png"]={["x"]=294,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/HiredKiller2.png"]={["x"]=315,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/melding.png"]={["x"]=336,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/CelestialPunishment.png"]={["x"]=357,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=378,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=399,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Unrelenting.png"]={["x"]=420,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ShrugOff.png"]={["x"]=441,["y"]=465,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png"]={["x"]=0,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png"]={["x"]=21,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png"]={["x"]=42,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png"]={["x"]=63,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png"]={["x"]=84,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png"]={["x"]=105,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png"]={["x"]=126,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png"]={["x"]=147,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png"]={["x"]=168,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png"]={["x"]=189,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png"]={["x"]=210,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png"]={["x"]=231,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png"]={["x"]=252,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png"]={["x"]=273,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png"]={["x"]=294,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png"]={["x"]=315,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png"]={["x"]=336,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png"]={["x"]=357,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png"]={["x"]=378,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png"]={["x"]=399,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png"]={["x"]=420,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png"]={["x"]=441,["y"]=486,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png"]={["x"]=0,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png"]={["x"]=21,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png"]={["x"]=42,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png"]={["x"]=63,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png"]={["x"]=84,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png"]={["x"]=105,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png"]={["x"]=126,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png"]={["x"]=147,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png"]={["x"]=168,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png"]={["x"]=189,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png"]={["x"]=210,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png"]={["x"]=231,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png"]={["x"]=252,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png"]={["x"]=273,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png"]={["x"]=294,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png"]={["x"]=315,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png"]={["x"]=336,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png"]={["x"]=357,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png"]={["x"]=378,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png"]={["x"]=399,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png"]={["x"]=420,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png"]={["x"]=441,["y"]=507,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png"]={["x"]=0,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png"]={["x"]=21,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png"]={["x"]=42,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png"]={["x"]=63,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png"]={["x"]=84,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png"]={["x"]=105,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png"]={["x"]=126,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/Fortitude.png"]={["x"]=147,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/Unstopable.png"]={["x"]=168,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/Conqueror.png"]={["x"]=189,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png"]={["x"]=210,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/Inpirational.png"]={["x"]=231,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png"]={["x"]=252,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png"]={["x"]=273,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png"]={["x"]=294,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png"]={["x"]=315,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png"]={["x"]=336,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png"]={["x"]=357,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png"]={["x"]=378,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Dex.png"]={["x"]=399,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Ascendants/Str.png"]={["x"]=420,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/GrowthandDecay.png"]={["x"]=441,["y"]=528,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChaosDamage2.png"]={["x"]=0,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png"]={["x"]=21,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Trap2.png"]={["x"]=42,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineTrap.png"]={["x"]=63,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BleedPoison.png"]={["x"]=84,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Brand2.png"]={["x"]=105,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png"]={["x"]=126,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png"]={["x"]=147,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png"]={["x"]=168,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png"]={["x"]=189,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png"]={["x"]=210,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ImpaleNotable1.png"]={["x"]=231,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png"]={["x"]=252,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png"]={["x"]=273,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=294,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=315,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=336,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AxeNotable1.png"]={["x"]=357,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/AxeNotable2.png"]={["x"]=378,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=399,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=420,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png"]={["x"]=441,["y"]=549,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png"]={["x"]=0,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/GolemsNotable.png"]={["x"]=21,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png"]={["x"]=42,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png"]={["x"]=63,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png"]={["x"]=84,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png"]={["x"]=105,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DireTorment.png"]={["x"]=126,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png"]={["x"]=147,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png"]={["x"]=168,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png"]={["x"]=189,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png"]={["x"]=210,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Boomerang.png"]={["x"]=231,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/Lineage.png"]={["x"]=252,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/BloodPact.png"]={["x"]=273,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/MindPact.png"]={["x"]=294,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/DarkestHour.png"]={["x"]=315,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/FireAilment.png"]={["x"]=336,["y"]=570,["w"]=21,["h"]=21},["Art/2DArt/SkillIcons/passives/LightingAilment.png"]={["x"]=357,["y"]=570,["w"]=21,["h"]=21}}},{["filename"]="skills-disabled-2.jpg?64b1e6e76f0839738a38eff6db484a64",["coords"]={["Art/2DArt/SkillIcons/passives/lavalash.png"]={["x"]=0,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AspectoftheEagle.png"]={["x"]=29,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MartialExperience.png"]={["x"]=58,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/minddrinker.png"]={["x"]=87,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=116,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/titanicmight.png"]={["x"]=145,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/barricade.png"]={["x"]=174,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/butchery.png"]={["x"]=203,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/strongarm.png"]={["x"]=232,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/wreckingball.png"]={["x"]=261,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/reaver.png"]={["x"]=290,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png"]={["x"]=319,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png"]={["x"]=348,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/Headman.png"]={["x"]=377,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png"]={["x"]=406,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png"]={["x"]=435,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/Impact.png"]={["x"]=464,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Slayer/Charges.png"]={["x"]=493,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/whirlingstaff.png"]={["x"]=522,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/stunstaff.png"]={["x"]=551,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffCrit.png"]={["x"]=580,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/armourmastery.png"]={["x"]=609,["y"]=210,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=0,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Unwavering.png"]={["x"]=29,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ironwoodtotem.png"]={["x"]=58,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png"]={["x"]=87,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png"]={["x"]=116,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Retaliation.png"]={["x"]=145,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/blademaster.png"]={["x"]=174,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/razorsedge.png"]={["x"]=203,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/wandslingersprowess.png"]={["x"]=232,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/skullcracking.png"]={["x"]=261,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=290,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BloodyBludgeon.png"]={["x"]=319,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=348,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ambidexterity.png"]={["x"]=377,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=406,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Annihilation.png"]={["x"]=435,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/galvanichammer.png"]={["x"]=464,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MaceNotable2.png"]={["x"]=493,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BloodSiphon.png"]={["x"]=522,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/soulsyphon.png"]={["x"]=551,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=580,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/fellingtheweak.png"]={["x"]=609,["y"]=239,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/hatchetmaster.png"]={["x"]=0,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/swagger.png"]={["x"]=29,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/fending.png"]={["x"]=58,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=87,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/cleavage.png"]={["x"]=116,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=145,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BreathofLightening2.png"]={["x"]=174,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/borntofight.png"]={["x"]=203,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/manaconduit.png"]={["x"]=232,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=261,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/stormborn.png"]={["x"]=290,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/flameborn.png"]={["x"]=319,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/frostborn.png"]={["x"]=348,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/eagletalons.png"]={["x"]=377,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/soulraker.png"]={["x"]=406,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ClawNotable1.png"]={["x"]=435,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Warrior.png"]={["x"]=464,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Constitution.png"]={["x"]=493,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png"]={["x"]=522,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/trollblood.png"]={["x"]=551,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Revelry.png"]={["x"]=580,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png"]={["x"]=609,["y"]=268,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/fussilade.png"]={["x"]=0,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/elderpower.png"]={["x"]=29,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=58,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/blademistress.png"]={["x"]=87,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png"]={["x"]=116,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Dynamo.png"]={["x"]=145,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LustforCarnage.png"]={["x"]=174,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Righteous Decree.png"]={["x"]=203,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Battlecry.png"]={["x"]=232,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/eagleeye.png"]={["x"]=261,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/hammerblows.png"]={["x"]=290,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffNotable2.png"]={["x"]=319,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/lifeleechimmunity.png"]={["x"]=348,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FortifyNotable1.png"]={["x"]=377,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaandCurses.png"]={["x"]=406,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StunMastery.png"]={["x"]=435,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/nightstalker.png"]={["x"]=464,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Harrier.png"]={["x"]=493,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaFlasksOften.png"]={["x"]=522,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/CombatStamina.png"]={["x"]=551,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/staticshield.png"]={["x"]=580,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/foresight.png"]={["x"]=609,["y"]=297,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inspiration.png"]={["x"]=0,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/icebite.png"]={["x"]=29,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/grace.png"]={["x"]=58,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MeleeAoENotable.png"]={["x"]=87,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/sparkingattacks.png"]={["x"]=116,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/TempestBlast.png"]={["x"]=145,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/CombatFocusNotable.png"]={["x"]=174,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SearingHeat.png"]={["x"]=203,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deathattunement.png"]={["x"]=232,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/flaying.png"]={["x"]=261,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DaggerNotable1.png"]={["x"]=290,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=319,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hunter.png"]={["x"]=348,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/graveintentions.png"]={["x"]=377,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/graveexpectations.png"]={["x"]=406,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png"]={["x"]=435,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/lordofthedead.png"]={["x"]=464,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/gravepact.png"]={["x"]=493,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arcane focus.png"]={["x"]=522,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArcaneChemistry.png"]={["x"]=551,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/bodysoul.png"]={["x"]=580,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png"]={["x"]=609,["y"]=326,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png"]={["x"]=0,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/breathofrime.png"]={["x"]=29,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/hellfire.png"]={["x"]=58,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BreathofFlames2.png"]={["x"]=87,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arsonist.png"]={["x"]=116,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MeleeFireNotable.png"]={["x"]=145,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EssenceSurge.png"]={["x"]=174,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SavantPath.png"]={["x"]=203,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/iceheart.png"]={["x"]=232,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BreathofRime2.png"]={["x"]=261,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newenergyshield.png"]={["x"]=290,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/pyromaniac.png"]={["x"]=319,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arcanepotency.png"]={["x"]=348,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/amplify.png"]={["x"]=377,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deepthoughts.png"]={["x"]=406,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/thickskin.png"]={["x"]=435,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/QuickRecovery.png"]={["x"]=464,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png"]={["x"]=493,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png"]={["x"]=522,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/Ambush.png"]={["x"]=551,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png"]={["x"]=580,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png"]={["x"]=609,["y"]=355,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png"]={["x"]=0,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Assassin/Elusive.png"]={["x"]=29,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Dreamer.png"]={["x"]=58,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png"]={["x"]=87,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/throatseeker.png"]={["x"]=116,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/nimbleness.png"]={["x"]=145,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ConcentrationNotable.png"]={["x"]=174,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MentalRapidity.png"]={["x"]=203,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=232,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PowerChargeNotable.png"]={["x"]=261,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/gemini.png"]={["x"]=290,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ThrillKiller.png"]={["x"]=319,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/potencyofwill.png"]={["x"]=348,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png"]={["x"]=377,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/preciseinterception.png"]={["x"]=406,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heartofthepanther.png"]={["x"]=435,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=464,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=493,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/adderstouch.png"]={["x"]=522,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/cruelblade.png"]={["x"]=551,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FatalBlade.png"]={["x"]=580,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ClawNotable2.png"]={["x"]=609,["y"]=384,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/mastersapper.png"]={["x"]=0,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/daggerpenetration.png"]={["x"]=29,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/clawsofthepride.png"]={["x"]=58,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heavydraw.png"]={["x"]=87,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deadlydraw.png"]={["x"]=116,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/kingofthehill.png"]={["x"]=145,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/masterfletcher.png"]={["x"]=174,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/totemicmastery.png"]={["x"]=203,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ProjectilesNotable.png"]={["x"]=232,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=261,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=290,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newevadepercentage.png"]={["x"]=319,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png"]={["x"]=348,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png"]={["x"]=377,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arcaneefficiency.png"]={["x"]=406,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=435,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArcaneSeal.png"]={["x"]=464,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/HeartoftheOak.png"]={["x"]=493,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/animalspirit.png"]={["x"]=522,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DruidicRite.png"]={["x"]=551,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/quickstep.png"]={["x"]=580,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/diamondskin.png"]={["x"]=609,["y"]=413,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png"]={["x"]=0,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/bladebarrier.png"]={["x"]=29,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackBlindNotable.png"]={["x"]=58,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=87,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newcolddamage.png"]={["x"]=116,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png"]={["x"]=145,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/perfectaim.png"]={["x"]=174,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/furybolts.png"]={["x"]=203,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FortifyNotable2.png"]={["x"]=232,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heartofthegladiator.png"]={["x"]=261,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/precision.png"]={["x"]=290,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=319,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/CommandofSteel.png"]={["x"]=348,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heartseeker.png"]={["x"]=377,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png"]={["x"]=406,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/executioner.png"]={["x"]=435,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png"]={["x"]=464,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png"]={["x"]=493,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png"]={["x"]=522,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png"]={["x"]=551,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png"]={["x"]=580,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/heartpierce.png"]={["x"]=609,["y"]=442,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/HeartandSoul.png"]={["x"]=0,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=29,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deadlyprecision.png"]={["x"]=58,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SwordNotable2.png"]={["x"]=87,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/catalyse.png"]={["x"]=116,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/elementalist.png"]={["x"]=145,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LightOfDivinity.png"]={["x"]=174,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BattleRouse.png"]={["x"]=203,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SpiritualCommand.png"]={["x"]=232,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/oxblood.png"]={["x"]=261,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SoulSiphoning.png"]={["x"]=290,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/deepwisdom.png"]={["x"]=319,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=348,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MaceNotable1.png"]={["x"]=377,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png"]={["x"]=406,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png"]={["x"]=435,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png"]={["x"]=464,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png"]={["x"]=493,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png"]={["x"]=522,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png"]={["x"]=551,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png"]={["x"]=580,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png"]={["x"]=609,["y"]=471,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=0,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DaggerNotable2.png"]={["x"]=29,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=58,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png"]={["x"]=87,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png"]={["x"]=116,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SwordNotable1.png"]={["x"]=145,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png"]={["x"]=174,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/RighteousArmy.png"]={["x"]=203,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Redemption.png"]={["x"]=232,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SpiritualAid.png"]={["x"]=261,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/Int.png"]={["x"]=290,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png"]={["x"]=319,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png"]={["x"]=348,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png"]={["x"]=377,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png"]={["x"]=406,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png"]={["x"]=435,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png"]={["x"]=464,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png"]={["x"]=493,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png"]={["x"]=522,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Meleerange.png"]={["x"]=551,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newnewattackspeed.png"]={["x"]=580,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=609,["y"]=500,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newtitanicmight.png"]={["x"]=0,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DualWieldNotable.png"]={["x"]=29,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArcaneReaping.png"]={["x"]=58,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=87,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Brand4.png"]={["x"]=116,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/savant.png"]={["x"]=145,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffNotable.png"]={["x"]=174,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ElementalDominion2.png"]={["x"]=203,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png"]={["x"]=232,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ImpaleNotable2.png"]={["x"]=261,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png"]={["x"]=290,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png"]={["x"]=319,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png"]={["x"]=348,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png"]={["x"]=377,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png"]={["x"]=406,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png"]={["x"]=435,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png"]={["x"]=464,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/highexplosives.png"]={["x"]=493,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/cleverconstruction.png"]={["x"]=522,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=551,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/revengeofthehunted.png"]={["x"]=580,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png"]={["x"]=609,["y"]=529,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ShieldNotable.png"]={["x"]=0,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png"]={["x"]=29,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png"]={["x"]=58,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PierceNoteable.png"]={["x"]=87,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/expeditiousmunitions.png"]={["x"]=116,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SkitteringRunes.png"]={["x"]=145,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffNotable1.png"]={["x"]=174,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Coordination.png"]={["x"]=203,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png"]={["x"]=232,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Shaper.png"]={["x"]=261,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Retribution.png"]={["x"]=290,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/SoulPact.png"]={["x"]=319,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LethalAssault.png"]={["x"]=348,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Resourcefulness.png"]={["x"]=377,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=406,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/finesse.png"]={["x"]=435,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/newincreasedcritical.png"]={["x"]=464,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/saboteur.png"]={["x"]=493,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ElementalFocus.png"]={["x"]=522,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MethodMadess.png"]={["x"]=551,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/berserking.png"]={["x"]=580,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/scissorblades.png"]={["x"]=609,["y"]=558,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png"]={["x"]=0,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png"]={["x"]=29,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png"]={["x"]=58,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png"]={["x"]=87,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png"]={["x"]=116,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png"]={["x"]=145,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Berserker/Blitz.png"]={["x"]=174,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/doomcast.png"]={["x"]=203,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/mentalacuity.png"]={["x"]=232,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/swashbuckler.png"]={["x"]=261,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Entropy.png"]={["x"]=290,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png"]={["x"]=319,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/legendaryswordsman.png"]={["x"]=348,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/golemsblood.png"]={["x"]=377,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/IgnorePain.png"]={["x"]=406,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Survivalist.png"]={["x"]=435,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MaceNotable3.png"]={["x"]=464,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/WritteninBlood.png"]={["x"]=493,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ChaoticPotential.png"]={["x"]=522,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/shieldwall.png"]={["x"]=551,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png"]={["x"]=580,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png"]={["x"]=609,["y"]=587,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/sovereignty.png"]={["x"]=0,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/authority.png"]={["x"]=29,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/influence.png"]={["x"]=58,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/leadership.png"]={["x"]=87,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion.png"]={["x"]=116,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png"]={["x"]=145,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/StaffNotable3.png"]={["x"]=174,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=203,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ForceOfNature.png"]={["x"]=232,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png"]={["x"]=261,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png"]={["x"]=290,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png"]={["x"]=319,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png"]={["x"]=348,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png"]={["x"]=377,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png"]={["x"]=406,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png"]={["x"]=435,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/TrueStriker.png"]={["x"]=464,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/serpentstance.png"]={["x"]=493,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png"]={["x"]=522,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png"]={["x"]=551,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png"]={["x"]=580,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png"]={["x"]=609,["y"]=616,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png"]={["x"]=0,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png"]={["x"]=29,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png"]={["x"]=58,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/shamsnisticfury.png"]={["x"]=87,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/totemiczeal.png"]={["x"]=116,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/volitilemines.png"]={["x"]=145,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png"]={["x"]=174,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Sentinel.png"]={["x"]=203,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/arcaneradience.png"]={["x"]=232,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/WordsOfGlory.png"]={["x"]=261,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Storm Weaver.png"]={["x"]=290,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trap.png"]={["x"]=319,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ashfrostandstorm.png"]={["x"]=348,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ProfaneChemistry.png"]={["x"]=377,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MasterofForce.png"]={["x"]=406,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/HiredKiller2.png"]={["x"]=435,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/melding.png"]={["x"]=464,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/CelestialPunishment.png"]={["x"]=493,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=522,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=551,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Unrelenting.png"]={["x"]=580,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ShrugOff.png"]={["x"]=609,["y"]=645,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png"]={["x"]=0,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png"]={["x"]=29,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png"]={["x"]=58,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png"]={["x"]=87,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png"]={["x"]=116,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png"]={["x"]=145,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png"]={["x"]=174,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png"]={["x"]=203,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png"]={["x"]=232,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png"]={["x"]=261,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png"]={["x"]=290,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png"]={["x"]=319,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png"]={["x"]=348,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png"]={["x"]=377,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png"]={["x"]=406,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png"]={["x"]=435,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png"]={["x"]=464,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png"]={["x"]=493,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png"]={["x"]=522,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png"]={["x"]=551,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png"]={["x"]=580,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png"]={["x"]=609,["y"]=674,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png"]={["x"]=0,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png"]={["x"]=29,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png"]={["x"]=58,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png"]={["x"]=87,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png"]={["x"]=116,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png"]={["x"]=145,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png"]={["x"]=174,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png"]={["x"]=203,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png"]={["x"]=232,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png"]={["x"]=261,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png"]={["x"]=290,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png"]={["x"]=319,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png"]={["x"]=348,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png"]={["x"]=377,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png"]={["x"]=406,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png"]={["x"]=435,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png"]={["x"]=464,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png"]={["x"]=493,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png"]={["x"]=522,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png"]={["x"]=551,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png"]={["x"]=580,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png"]={["x"]=609,["y"]=703,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png"]={["x"]=0,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png"]={["x"]=29,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png"]={["x"]=58,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png"]={["x"]=87,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png"]={["x"]=116,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png"]={["x"]=145,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png"]={["x"]=174,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/Fortitude.png"]={["x"]=203,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/Unstopable.png"]={["x"]=232,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/Conqueror.png"]={["x"]=261,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png"]={["x"]=290,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/Inpirational.png"]={["x"]=319,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png"]={["x"]=348,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png"]={["x"]=377,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png"]={["x"]=406,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png"]={["x"]=435,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png"]={["x"]=464,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png"]={["x"]=493,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png"]={["x"]=522,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/Dex.png"]={["x"]=551,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Ascendants/Str.png"]={["x"]=580,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/GrowthandDecay.png"]={["x"]=609,["y"]=732,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ChaosDamage2.png"]={["x"]=0,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png"]={["x"]=29,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Trap2.png"]={["x"]=58,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MineTrap.png"]={["x"]=87,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BleedPoison.png"]={["x"]=116,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Brand2.png"]={["x"]=145,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png"]={["x"]=174,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png"]={["x"]=203,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png"]={["x"]=232,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png"]={["x"]=261,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png"]={["x"]=290,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ImpaleNotable1.png"]={["x"]=319,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png"]={["x"]=348,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png"]={["x"]=377,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=406,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=435,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=464,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AxeNotable1.png"]={["x"]=493,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/AxeNotable2.png"]={["x"]=522,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=551,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=580,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png"]={["x"]=609,["y"]=761,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png"]={["x"]=0,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/GolemsNotable.png"]={["x"]=29,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png"]={["x"]=58,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png"]={["x"]=87,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png"]={["x"]=116,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png"]={["x"]=145,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DireTorment.png"]={["x"]=174,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png"]={["x"]=203,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png"]={["x"]=232,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png"]={["x"]=261,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png"]={["x"]=290,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Boomerang.png"]={["x"]=319,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/Lineage.png"]={["x"]=348,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/BloodPact.png"]={["x"]=377,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/MindPact.png"]={["x"]=406,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/DarkestHour.png"]={["x"]=435,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/FireAilment.png"]={["x"]=464,["y"]=790,["w"]=29,["h"]=29},["Art/2DArt/SkillIcons/passives/LightingAilment.png"]={["x"]=493,["y"]=790,["w"]=29,["h"]=29}}},{["filename"]="skills-disabled-3.jpg?c21e5419e79ef23f7871b519fec75819",["coords"]={["Art/2DArt/SkillIcons/passives/lavalash.png"]={["x"]=0,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AspectoftheEagle.png"]={["x"]=38,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MartialExperience.png"]={["x"]=76,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/minddrinker.png"]={["x"]=114,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/chargestr.png"]={["x"]=152,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/titanicmight.png"]={["x"]=190,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/barricade.png"]={["x"]=228,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/butchery.png"]={["x"]=266,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/strongarm.png"]={["x"]=304,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/wreckingball.png"]={["x"]=342,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/reaver.png"]={["x"]=380,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/BaneOfLegends.png"]={["x"]=418,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/CriticalAttacks.png"]={["x"]=456,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/Headman.png"]={["x"]=494,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/EndlessHunger.png"]={["x"]=532,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/BrutalFervor.png"]={["x"]=570,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/Impact.png"]={["x"]=608,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Slayer/Charges.png"]={["x"]=646,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/whirlingstaff.png"]={["x"]=684,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/stunstaff.png"]={["x"]=722,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffCrit.png"]={["x"]=760,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/armourmastery.png"]={["x"]=798,["y"]=270,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ShieldAttackDamage.png"]={["x"]=0,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Unwavering.png"]={["x"]=38,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ironwoodtotem.png"]={["x"]=76,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackTotemOffensive.png"]={["x"]=114,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackTotemMultiple.png"]={["x"]=152,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Retaliation.png"]={["x"]=190,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/blademaster.png"]={["x"]=228,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/razorsedge.png"]={["x"]=266,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/wandslingersprowess.png"]={["x"]=304,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/skullcracking.png"]={["x"]=342,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/macedmg.png"]={["x"]=380,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BloodyBludgeon.png"]={["x"]=418,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/life1.png"]={["x"]=456,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ambidexterity.png"]={["x"]=494,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/dualwieldblock.png"]={["x"]=532,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Annihilation.png"]={["x"]=570,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/galvanichammer.png"]={["x"]=608,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MaceNotable2.png"]={["x"]=646,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BloodSiphon.png"]={["x"]=684,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/soulsyphon.png"]={["x"]=722,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/chargeint.png"]={["x"]=760,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/fellingtheweak.png"]={["x"]=798,["y"]=308,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/hatchetmaster.png"]={["x"]=0,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/swagger.png"]={["x"]=38,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/fending.png"]={["x"]=76,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/plusdexterity.png"]={["x"]=114,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/cleavage.png"]={["x"]=152,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/lightningint.png"]={["x"]=190,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BreathofLightening2.png"]={["x"]=228,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/borntofight.png"]={["x"]=266,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/manaconduit.png"]={["x"]=304,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LifeArmourAndEvasion.png"]={["x"]=342,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/stormborn.png"]={["x"]=380,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/flameborn.png"]={["x"]=418,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/frostborn.png"]={["x"]=456,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/eagletalons.png"]={["x"]=494,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/soulraker.png"]={["x"]=532,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ClawNotable1.png"]={["x"]=570,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Warrior.png"]={["x"]=608,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Constitution.png"]={["x"]=646,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MinionsandManaNotable.png"]={["x"]=684,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/trollblood.png"]={["x"]=722,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Revelry.png"]={["x"]=760,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AvataroftheHunt2.png"]={["x"]=798,["y"]=346,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/fussilade.png"]={["x"]=0,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/elderpower.png"]={["x"]=38,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/masterywand.png"]={["x"]=76,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/blademistress.png"]={["x"]=114,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.png"]={["x"]=152,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Dynamo.png"]={["x"]=190,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LustforCarnage.png"]={["x"]=228,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Righteous Decree.png"]={["x"]=266,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Battlecry.png"]={["x"]=304,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/eagleeye.png"]={["x"]=342,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/hammerblows.png"]={["x"]=380,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffNotable2.png"]={["x"]=418,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/lifeleechimmunity.png"]={["x"]=456,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FortifyNotable1.png"]={["x"]=494,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaandCurses.png"]={["x"]=532,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StunMastery.png"]={["x"]=570,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/nightstalker.png"]={["x"]=608,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Harrier.png"]={["x"]=646,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaFlasksOften.png"]={["x"]=684,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/CombatStamina.png"]={["x"]=722,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/staticshield.png"]={["x"]=760,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/foresight.png"]={["x"]=798,["y"]=384,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inspiration.png"]={["x"]=0,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/icebite.png"]={["x"]=38,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/grace.png"]={["x"]=76,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MeleeAoENotable.png"]={["x"]=114,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/sparkingattacks.png"]={["x"]=152,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/TempestBlast.png"]={["x"]=190,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/CombatFocusNotable.png"]={["x"]=228,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SearingHeat.png"]={["x"]=266,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deathattunement.png"]={["x"]=304,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/flaying.png"]={["x"]=342,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DaggerNotable1.png"]={["x"]=380,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/innerforce.png"]={["x"]=418,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hunter.png"]={["x"]=456,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/graveintentions.png"]={["x"]=494,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/graveexpectations.png"]={["x"]=532,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ColdAndFireHybridNotable.png"]={["x"]=570,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/lordofthedead.png"]={["x"]=608,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/gravepact.png"]={["x"]=646,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arcane focus.png"]={["x"]=684,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArcaneChemistry.png"]={["x"]=722,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/bodysoul.png"]={["x"]=760,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/StrDex.png"]={["x"]=798,["y"]=422,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/Ascendancy.png"]={["x"]=0,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/breathofrime.png"]={["x"]=38,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/hellfire.png"]={["x"]=76,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BreathofFlames2.png"]={["x"]=114,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arsonist.png"]={["x"]=152,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MeleeFireNotable.png"]={["x"]=190,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EssenceSurge.png"]={["x"]=228,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SavantPath.png"]={["x"]=266,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/iceheart.png"]={["x"]=304,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BreathofRime2.png"]={["x"]=342,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newenergyshield.png"]={["x"]=380,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/pyromaniac.png"]={["x"]=418,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arcanepotency.png"]={["x"]=456,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/amplify.png"]={["x"]=494,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deepthoughts.png"]={["x"]=532,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/thickskin.png"]={["x"]=570,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/QuickRecovery.png"]={["x"]=608,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/UnstableInfusion.png"]={["x"]=646,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/DeadlyInfusion.png"]={["x"]=684,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/Ambush.png"]={["x"]=722,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/Assassinate.png"]={["x"]=760,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/ToxicDelivery.png"]={["x"]=798,["y"]=460,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/NoxiousStrike.png"]={["x"]=0,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Assassin/Elusive.png"]={["x"]=38,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Dreamer.png"]={["x"]=76,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaDamageKeystone.png"]={["x"]=114,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/throatseeker.png"]={["x"]=152,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/nimbleness.png"]={["x"]=190,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ConcentrationNotable.png"]={["x"]=228,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MentalRapidity.png"]={["x"]=266,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Corruption.png"]={["x"]=304,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PowerChargeNotable.png"]={["x"]=342,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/gemini.png"]={["x"]=380,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ThrillKiller.png"]={["x"]=418,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/potencyofwill.png"]={["x"]=456,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ExceptionalPerformance.png"]={["x"]=494,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/preciseinterception.png"]={["x"]=532,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heartofthepanther.png"]={["x"]=570,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/minionblockchance.png"]={["x"]=608,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Blood2.png"]={["x"]=646,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/adderstouch.png"]={["x"]=684,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/cruelblade.png"]={["x"]=722,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FatalBlade.png"]={["x"]=760,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ClawNotable2.png"]={["x"]=798,["y"]=498,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/mastersapper.png"]={["x"]=0,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/daggerpenetration.png"]={["x"]=38,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/clawsofthepride.png"]={["x"]=76,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heavydraw.png"]={["x"]=114,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deadlydraw.png"]={["x"]=152,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/kingofthehill.png"]={["x"]=190,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/masterfletcher.png"]={["x"]=228,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/totemicmastery.png"]={["x"]=266,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ProjectilesNotable.png"]={["x"]=304,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/chargedex.png"]={["x"]=342,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/lifeleech.png"]={["x"]=380,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newevadepercentage.png"]={["x"]=418,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaandSpellDamage.png"]={["x"]=456,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaandSpellBlock.png"]={["x"]=494,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arcaneefficiency.png"]={["x"]=532,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/evasion.png"]={["x"]=570,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArcaneSeal.png"]={["x"]=608,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/HeartoftheOak.png"]={["x"]=646,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/animalspirit.png"]={["x"]=684,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DruidicRite.png"]={["x"]=722,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/quickstep.png"]={["x"]=760,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/diamondskin.png"]={["x"]=798,["y"]=536,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArmourGuardsNotable.png"]={["x"]=0,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/bladebarrier.png"]={["x"]=38,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackBlindNotable.png"]={["x"]=76,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/accuracydex.png"]={["x"]=114,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newcolddamage.png"]={["x"]=152,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ColdWeaponDmg.png"]={["x"]=190,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/perfectaim.png"]={["x"]=228,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/furybolts.png"]={["x"]=266,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FortifyNotable2.png"]={["x"]=304,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heartofthegladiator.png"]={["x"]=342,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/precision.png"]={["x"]=380,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/attackspeedbow.png"]={["x"]=418,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/CommandofSteel.png"]={["x"]=456,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heartseeker.png"]={["x"]=494,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackPoisonNotable.png"]={["x"]=532,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/executioner.png"]={["x"]=570,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/ArohunguiMoonsPresence.png"]={["x"]=608,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/TasalioCleansingWater.png"]={["x"]=646,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/TukomahaWarsHerald.png"]={["x"]=684,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/TawhoaForestsStrength.png"]={["x"]=722,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/ValakoStormsEmbrace.png"]={["x"]=760,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/heartpierce.png"]={["x"]=798,["y"]=574,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/HeartandSoul.png"]={["x"]=0,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/castavoidinterruption.png"]={["x"]=38,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deadlyprecision.png"]={["x"]=76,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SwordNotable2.png"]={["x"]=114,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/catalyse.png"]={["x"]=152,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/elementalist.png"]={["x"]=190,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LightOfDivinity.png"]={["x"]=228,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BattleRouse.png"]={["x"]=266,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SpiritualCommand.png"]={["x"]=304,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/oxblood.png"]={["x"]=342,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SoulSiphoning.png"]={["x"]=380,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/deepwisdom.png"]={["x"]=418,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/criticalstrikemultiplier2.png"]={["x"]=456,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MaceNotable1.png"]={["x"]=494,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBody.png"]={["x"]=532,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/MindOverBeing.png"]={["x"]=570,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/SpiritualEmpowerment.png"]={["x"]=608,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/AncestralZeal.png"]={["x"]=646,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/DiscipleOfRuin.png"]={["x"]=684,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/ItemAugment.png"]={["x"]=722,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/ArcaneSurge.png"]={["x"]=760,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Hierophant/SignOfPurpose.png"]={["x"]=798,["y"]=612,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/increased armor.png"]={["x"]=0,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DaggerNotable2.png"]={["x"]=38,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/totemandbrandrange.png"]={["x"]=76,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DurationofMinionsNotable.png"]={["x"]=114,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/DexInt.png"]={["x"]=152,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SwordNotable1.png"]={["x"]=190,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AttackDamangeAndEvasionNotableIcon.png"]={["x"]=228,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/RighteousArmy.png"]={["x"]=266,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Redemption.png"]={["x"]=304,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SpiritualAid.png"]={["x"]=342,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/Int.png"]={["x"]=380,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/Sanctify.png"]={["x"]=418,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/TimeOfNeed.png"]={["x"]=456,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/RadientFaith.png"]={["x"]=494,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/ShieldMastery.png"]={["x"]=532,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/HarmonyOfPurpose.png"]={["x"]=570,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/UnwaveringFaith.png"]={["x"]=608,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png"]={["x"]=646,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Guardian/Unwavering Crusade.png"]={["x"]=684,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Meleerange.png"]={["x"]=722,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newnewattackspeed.png"]={["x"]=760,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/blastradius.png"]={["x"]=798,["y"]=650,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newtitanicmight.png"]={["x"]=0,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DualWieldNotable.png"]={["x"]=38,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArcaneReaping.png"]={["x"]=76,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/trapsradius.png"]={["x"]=114,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Brand4.png"]={["x"]=152,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/savant.png"]={["x"]=190,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffNotable.png"]={["x"]=228,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ElementalDominion2.png"]={["x"]=266,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/StrInt.png"]={["x"]=304,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ImpaleNotable2.png"]={["x"]=342,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/MaliciousInspiration.png"]={["x"]=380,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/ElementalEnlightenment.png"]={["x"]=418,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/LiegeOfThePrimordial.png"]={["x"]=456,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/PrimevalForce.png"]={["x"]=494,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/PendulumOfDestruction.png"]={["x"]=532,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/IridescentFlesh.png"]={["x"]=570,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Elementalist/ElemancerIcon.png"]={["x"]=608,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/highexplosives.png"]={["x"]=646,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/cleverconstruction.png"]={["x"]=684,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/trapcriticalstrike.png"]={["x"]=722,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/revengeofthehunted.png"]={["x"]=760,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable1.png"]={["x"]=798,["y"]=688,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ShieldNotable.png"]={["x"]=0,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AreaofEffectofMinionsNotable.png"]={["x"]=38,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MeleeCriticalStrikesNotable.png"]={["x"]=76,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PierceNoteable.png"]={["x"]=114,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/expeditiousmunitions.png"]={["x"]=152,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SkitteringRunes.png"]={["x"]=190,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffNotable1.png"]={["x"]=228,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Coordination.png"]={["x"]=266,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/WeaponElementalNotable.png"]={["x"]=304,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Shaper.png"]={["x"]=342,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Retribution.png"]={["x"]=380,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/SoulPact.png"]={["x"]=418,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LethalAssault.png"]={["x"]=456,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Resourcefulness.png"]={["x"]=494,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Poison.png"]={["x"]=532,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/finesse.png"]={["x"]=570,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/newincreasedcritical.png"]={["x"]=608,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/saboteur.png"]={["x"]=646,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ElementalFocus.png"]={["x"]=684,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MethodMadess.png"]={["x"]=722,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/berserking.png"]={["x"]=760,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/scissorblades.png"]={["x"]=798,["y"]=726,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/WarBringer.png"]={["x"]=0,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/RiteOfRuin.png"]={["x"]=38,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/PainReaver.png"]={["x"]=76,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/CloakedAgony.png"]={["x"]=114,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/CombatFrenzy.png"]={["x"]=152,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/AspectOfCarnage.png"]={["x"]=190,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Berserker/Blitz.png"]={["x"]=228,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/doomcast.png"]={["x"]=266,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/mentalacuity.png"]={["x"]=304,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/swashbuckler.png"]={["x"]=342,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Entropy.png"]={["x"]=380,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotableGreen.png"]={["x"]=418,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/legendaryswordsman.png"]={["x"]=456,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/golemsblood.png"]={["x"]=494,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/IgnorePain.png"]={["x"]=532,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Survivalist.png"]={["x"]=570,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MaceNotable3.png"]={["x"]=608,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/WritteninBlood.png"]={["x"]=646,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ChaoticPotential.png"]={["x"]=684,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/shieldwall.png"]={["x"]=722,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.png"]={["x"]=760,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/KeystoneHexMaster.png"]={["x"]=798,["y"]=764,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/sovereignty.png"]={["x"]=0,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/authority.png"]={["x"]=38,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/influence.png"]={["x"]=76,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/leadership.png"]={["x"]=114,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion.png"]={["x"]=152,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ColdheartedCalculation2.png"]={["x"]=190,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/StaffNotable3.png"]={["x"]=228,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/firedamage.png"]={["x"]=266,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ForceOfNature.png"]={["x"]=304,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/UncontrolledVigour.png"]={["x"]=342,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/CorruptedRecovery.png"]={["x"]=380,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/AcrobaticWillpower.png"]={["x"]=418,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/HeedfulRecovery.png"]={["x"]=456,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/TricksterEssenceSurge.png"]={["x"]=494,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/SpiritSurge.png"]={["x"]=532,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trickster/HarnessTheVoid.png"]={["x"]=570,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/TrueStriker.png"]={["x"]=608,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/serpentstance.png"]={["x"]=646,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/BlindedAssult.png"]={["x"]=684,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/ShadowsDarknessBlind.png"]={["x"]=722,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/ExplosivesExpert.png"]={["x"]=760,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/BombSpecialist.png"]={["x"]=798,["y"]=802,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/PerfectCrime.png"]={["x"]=0,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/DemolitionSpecialist.png"]={["x"]=38,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Saboteur/ChainReaction.png"]={["x"]=76,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/shamsnisticfury.png"]={["x"]=114,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/totemiczeal.png"]={["x"]=152,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/volitilemines.png"]={["x"]=190,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LifeandResistancesofMinions.png"]={["x"]=228,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Sentinel.png"]={["x"]=266,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/arcaneradience.png"]={["x"]=304,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/WordsOfGlory.png"]={["x"]=342,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Storm Weaver.png"]={["x"]=380,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trap.png"]={["x"]=418,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ashfrostandstorm.png"]={["x"]=456,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ProfaneChemistry.png"]={["x"]=494,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MasterofForce.png"]={["x"]=532,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/HiredKiller2.png"]={["x"]=570,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/melding.png"]={["x"]=608,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/CelestialPunishment.png"]={["x"]=646,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DivineFury.png"]={["x"]=684,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DivineWrath.png"]={["x"]=722,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Unrelenting.png"]={["x"]=760,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ShrugOff.png"]={["x"]=798,["y"]=840,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unyielding.png"]={["x"]=0,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Undeniable.png"]={["x"]=38,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unflinching.png"]={["x"]=76,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unrelenting.png"]={["x"]=114,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unstoppable.png"]={["x"]=152,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Juggernaut/Unbreakable.png"]={["x"]=190,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/NgamahuFlamesAdvance.png"]={["x"]=228,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/HinekoraDeathsFury.png"]={["x"]=266,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Chieftain/RamakoSunsLight.png"]={["x"]=304,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfFrenzy.png"]={["x"]=342,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/WayOfThePoacher.png"]={["x"]=380,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfOnslaught.png"]={["x"]=418,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/RapidAssault.png"]={["x"]=456,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/AvatarOfPhasing.png"]={["x"]=494,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Raider/QuartzInfusion.png"]={["x"]=532,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/FastAndDeadly.png"]={["x"]=570,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/Ricochet.png"]={["x"]=608,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/EndlessMunitions.png"]={["x"]=646,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/FarShot.png"]={["x"]=684,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/SharpAndVenomous.png"]={["x"]=722,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/PowerfulPrecision.png"]={["x"]=760,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DeadEye/GatherWinds.png"]={["x"]=798,["y"]=878,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolence.png"]={["x"]=0,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodInEyes.png"]={["x"]=38,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADOutmatchOutlast.png"]={["x"]=76,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADPainForged.png"]={["x"]=114,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADViolentRetaliation.png"]={["x"]=152,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADVersitileCombatant.png"]={["x"]=190,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Gladiator/GLADBloodAndSand.png"]={["x"]=228,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/NaturesAdrenaline.png"]={["x"]=266,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/MasterSurgeon.png"]={["x"]=304,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/AlchemistGift.png"]={["x"]=342,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/MasterAlchemist.png"]={["x"]=380,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/MasterFletcher.png"]={["x"]=418,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/MasterHerbalist.png"]={["x"]=456,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PathFinder/Master Toxicist.png"]={["x"]=494,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/LotusExtract.png"]={["x"]=532,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/FatefulEchoes.png"]={["x"]=570,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/SoulCatalyst.png"]={["x"]=608,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/VoidBeacon.png"]={["x"]=646,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/VowOfDamnation.png"]={["x"]=684,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/WitheringPresence.png"]={["x"]=722,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Occultist/FrigidWake.png"]={["x"]=760,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/GenericMinionNotable.png"]={["x"]=798,["y"]=916,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/OffensiveMinionNotable.png"]={["x"]=0,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/DefensiveMinionNotable.png"]={["x"]=38,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/GiftsOfTheDamned.png"]={["x"]=76,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/CommandingTheDarkness.png"]={["x"]=114,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/PlagueBringer.png"]={["x"]=152,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/CorpseConsumptionNotable2.png"]={["x"]=190,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Necromancer/EssenceGlutton.png"]={["x"]=228,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/Fortitude.png"]={["x"]=266,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/Unstopable.png"]={["x"]=304,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/Conqueror.png"]={["x"]=342,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/WorthyFoe.png"]={["x"]=380,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/Inpirational.png"]={["x"]=418,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/FirstStrikeLastFall.png"]={["x"]=456,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Champion/ImpalePassiveNotable.png"]={["x"]=494,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalForce.png"]={["x"]=532,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalDomination.png"]={["x"]=570,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/InstrumentsOfVirtue.png"]={["x"]=608,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/GloryOfTheSavant.png"]={["x"]=646,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Inquistitor/ElementalMastery.png"]={["x"]=684,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/Dex.png"]={["x"]=722,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Ascendants/Str.png"]={["x"]=760,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/GrowthandDecay.png"]={["x"]=798,["y"]=954,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ChaosDamage2.png"]={["x"]=0,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/PhysicalDamageNotable.png"]={["x"]=38,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Trap2.png"]={["x"]=76,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MineTrap.png"]={["x"]=114,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BleedPoison.png"]={["x"]=152,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Brand2.png"]={["x"]=190,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/OneHandedPhysicalAndLeechNotable.png"]={["x"]=228,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.png"]={["x"]=266,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EvasionAndPhasingNotable.png"]={["x"]=304,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ArmourChargeNotable.png"]={["x"]=342,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.png"]={["x"]=380,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ImpaleNotable1.png"]={["x"]=418,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FrenzyChargeNotable.png"]={["x"]=456,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EnduranceChargeNotable.png"]={["x"]=494,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ProjectilesNode2.png"]={["x"]=532,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/plusstrength.png"]={["x"]=570,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/plusintelligence.png"]={["x"]=608,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AxeNotable1.png"]={["x"]=646,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/AxeNotable2.png"]={["x"]=684,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/stunmace.png"]={["x"]=722,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/2handeddamage.png"]={["x"]=760,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/ManaandArcaneSurge.png"]={["x"]=798,["y"]=992,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DamageofMinionsNotable.png"]={["x"]=0,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/GolemsNotable.png"]={["x"]=38,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BenefitsfromHavingaMana.png"]={["x"]=76,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNotable.png"]={["x"]=114,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MineCriticalStrikesNotable.png"]={["x"]=152,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.png"]={["x"]=190,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DireTorment.png"]={["x"]=228,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/RangedTotemOffensive.png"]={["x"]=266,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EyesOfThePowerful.png"]={["x"]=304,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EyesOfTheDeadly.png"]={["x"]=342,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/EyesOfTheSavant.png"]={["x"]=380,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Boomerang.png"]={["x"]=418,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/Lineage.png"]={["x"]=456,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/BloodPact.png"]={["x"]=494,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/MindPact.png"]={["x"]=532,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/DarkestHour.png"]={["x"]=570,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/FireAilment.png"]={["x"]=608,["y"]=1030,["w"]=38,["h"]=38},["Art/2DArt/SkillIcons/passives/LightingAilment.png"]={["x"]=646,["y"]=1030,["w"]=38,["h"]=38}}}},["keystoneInactive"]={{["filename"]="skills-disabled-0.jpg?4fc57142130a6807949536401001d293",["coords"]={["Art/2DArt/SkillIcons/passives/totemmax.png"]={["x"]=0,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/BrandKeystone.png"]={["x"]=17,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png"]={["x"]=34,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png"]={["x"]=51,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/CritAilments.png"]={["x"]=68,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/heroicspirit.png"]={["x"]=85,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/mortalconviction.png"]={["x"]=102,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png"]={["x"]=119,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png"]={["x"]=136,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/CrimsonDance.png"]={["x"]=153,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png"]={["x"]=170,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneConduit.png"]={["x"]=187,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png"]={["x"]=204,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png"]={["x"]=221,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png"]={["x"]=238,["y"]=342,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png"]={["x"]=0,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png"]={["x"]=17,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png"]={["x"]=34,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png"]={["x"]=51,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png"]={["x"]=68,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png"]={["x"]=85,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png"]={["x"]=102,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png"]={["x"]=119,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png"]={["x"]=136,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/ghostreaver.png"]={["x"]=153,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/vaalpact.png"]={["x"]=170,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png"]={["x"]=187,["y"]=360,["w"]=17,["h"]=18},["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png"]={["x"]=204,["y"]=360,["w"]=17,["h"]=18}}},{["filename"]="skills-disabled-1.jpg?20721b2ceca97d5334b9843738ec5781",["coords"]={["Art/2DArt/SkillIcons/passives/totemmax.png"]={["x"]=0,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/BrandKeystone.png"]={["x"]=29,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png"]={["x"]=58,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png"]={["x"]=87,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/CritAilments.png"]={["x"]=116,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/heroicspirit.png"]={["x"]=145,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/mortalconviction.png"]={["x"]=174,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png"]={["x"]=203,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png"]={["x"]=232,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/CrimsonDance.png"]={["x"]=261,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png"]={["x"]=290,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneConduit.png"]={["x"]=319,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png"]={["x"]=348,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png"]={["x"]=377,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png"]={["x"]=406,["y"]=591,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png"]={["x"]=0,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png"]={["x"]=29,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png"]={["x"]=58,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png"]={["x"]=87,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png"]={["x"]=116,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png"]={["x"]=145,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png"]={["x"]=174,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png"]={["x"]=203,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png"]={["x"]=232,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/ghostreaver.png"]={["x"]=261,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/vaalpact.png"]={["x"]=290,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png"]={["x"]=319,["y"]=621,["w"]=29,["h"]=30},["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png"]={["x"]=348,["y"]=621,["w"]=29,["h"]=30}}},{["filename"]="skills-disabled-2.jpg?64b1e6e76f0839738a38eff6db484a64",["coords"]={["Art/2DArt/SkillIcons/passives/totemmax.png"]={["x"]=0,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/BrandKeystone.png"]={["x"]=41,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png"]={["x"]=82,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png"]={["x"]=123,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/CritAilments.png"]={["x"]=164,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/heroicspirit.png"]={["x"]=205,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/mortalconviction.png"]={["x"]=246,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png"]={["x"]=287,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png"]={["x"]=328,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/CrimsonDance.png"]={["x"]=369,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png"]={["x"]=410,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneConduit.png"]={["x"]=451,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png"]={["x"]=492,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png"]={["x"]=533,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png"]={["x"]=574,["y"]=819,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png"]={["x"]=0,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png"]={["x"]=41,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png"]={["x"]=82,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png"]={["x"]=123,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png"]={["x"]=164,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png"]={["x"]=205,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png"]={["x"]=246,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png"]={["x"]=287,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png"]={["x"]=328,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/ghostreaver.png"]={["x"]=369,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/vaalpact.png"]={["x"]=410,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png"]={["x"]=451,["y"]=861,["w"]=41,["h"]=42},["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png"]={["x"]=492,["y"]=861,["w"]=41,["h"]=42}}},{["filename"]="skills-disabled-3.jpg?c21e5419e79ef23f7871b519fec75819",["coords"]={["Art/2DArt/SkillIcons/passives/totemmax.png"]={["x"]=0,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/BrandKeystone.png"]={["x"]=53,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneElementalOverload.png"]={["x"]=106,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.png"]={["x"]=159,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/CritAilments.png"]={["x"]=212,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/heroicspirit.png"]={["x"]=265,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/mortalconviction.png"]={["x"]=318,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/Occultist/EldrichBarrier.png"]={["x"]=371,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.png"]={["x"]=424,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/CrimsonDance.png"]={["x"]=477,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneMinionInstability.png"]={["x"]=530,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneConduit.png"]={["x"]=583,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneAcrobatics.png"]={["x"]=636,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.png"]={["x"]=689,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.png"]={["x"]=742,["y"]=1068,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.png"]={["x"]=0,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.png"]={["x"]=53,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneNecromanticAegis.png"]={["x"]=106,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.png"]={["x"]=159,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.png"]={["x"]=212,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneIronGrip.png"]={["x"]=265,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystonePointBlankArcher.png"]={["x"]=318,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneArrowDodging.png"]={["x"]=371,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystonePhaseAcrobatics.png"]={["x"]=424,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/ghostreaver.png"]={["x"]=477,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/vaalpact.png"]={["x"]=530,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.png"]={["x"]=583,["y"]=1122,["w"]=53,["h"]=54},["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.png"]={["x"]=636,["y"]=1122,["w"]=53,["h"]=54}}}},["mastery"]={{["filename"]="groups-0.png?48bc3c0c46c6f85b4d2b74b158bbc8f8",["coords"]={["Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.png"]={["x"]=0,["y"]=0,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupShield.png"]={["x"]=32,["y"]=0,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryTotem.png"]={["x"]=64,["y"]=0,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png"]={["x"]=96,["y"]=0,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/AttackTotemMastery.png"]={["x"]=128,["y"]=0,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupSword.png"]={["x"]=160,["y"]=0,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupMace.png"]={["x"]=192,["y"]=0,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupLife.png"]={["x"]=224,["y"]=0,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupDualWield.png"]={["x"]=0,["y"]=32,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupScepter.png"]={["x"]=32,["y"]=32,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png"]={["x"]=64,["y"]=32,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupLightning.png"]={["x"]=96,["y"]=32,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupClaw.png"]={["x"]=128,["y"]=32,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupBow.png"]={["x"]=160,["y"]=32,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupWand.png"]={["x"]=192,["y"]=32,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupMana.png"]={["x"]=224,["y"]=32,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/FortifyMasterySymbol.png"]={["x"]=0,["y"]=64,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupStun.png"]={["x"]=32,["y"]=64,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupDagger.png"]={["x"]=64,["y"]=64,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupArmour.png"]={["x"]=96,["y"]=64,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.png"]={["x"]=128,["y"]=64,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.png"]={["x"]=160,["y"]=64,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryChannelling.png"]={["x"]=192,["y"]=64,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupMinions.png"]={["x"]=224,["y"]=64,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupColdFire.png"]={["x"]=0,["y"]=96,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupCold.png"]={["x"]=32,["y"]=96,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupFire.png"]={["x"]=64,["y"]=96,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupLifeMana.png"]={["x"]=96,["y"]=96,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryChaosDamagePowerCharge.png"]={["x"]=128,["y"]=96,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryBrandTotem.png"]={["x"]=160,["y"]=96,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.png"]={["x"]=192,["y"]=96,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/AttackBlindMastery.png"]={["x"]=224,["y"]=96,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryPoison.png"]={["x"]=0,["y"]=128,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupCrit.png"]={["x"]=32,["y"]=128,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MinionMastery.png"]={["x"]=64,["y"]=128,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/DualWieldMasterySymbol.png"]={["x"]=96,["y"]=128,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MineTrapsMastery.png"]={["x"]=128,["y"]=128,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryBrand.png"]={["x"]=160,["y"]=128,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/ChannellingAttacksMasterySymbol.png"]={["x"]=192,["y"]=128,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/ShieldMasterySymbol.png"]={["x"]=224,["y"]=128,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/ElementalMastery2.png"]={["x"]=0,["y"]=160,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryChaos.png"]={["x"]=32,["y"]=160,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryLifeAndEnergyShield.png"]={["x"]=64,["y"]=160,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryCurse.png"]={["x"]=96,["y"]=160,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryAuras.png"]={["x"]=128,["y"]=160,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MineMastery.png"]={["x"]=160,["y"]=160,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/WarcryMastery.png"]={["x"]=192,["y"]=160,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/ColdLightningMastery.png"]={["x"]=224,["y"]=160,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryElementalDamage.png"]={["x"]=0,["y"]=192,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/BloodMastery.png"]={["x"]=32,["y"]=192,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryPhysicalAndChaos.png"]={["x"]=64,["y"]=192,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/StaffMasterySymbol.png"]={["x"]=96,["y"]=192,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryGroupOneHand.png"]={["x"]=128,["y"]=192,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/ImpaleMasterySymbol.png"]={["x"]=160,["y"]=192,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/EnduranceFrenzyChargeMastery.png"]={["x"]=192,["y"]=192,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/MasteryProjectiles.png"]={["x"]=224,["y"]=192,["w"]=32,["h"]=32},["Art/2DArt/SkillIcons/passives/RangedTotemMastery.png"]={["x"]=0,["y"]=224,["w"]=32,["h"]=32}}},{["filename"]="groups-1.png?08435c63c28961abb525b54127c4f387",["coords"]={["Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.png"]={["x"]=0,["y"]=0,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupShield.png"]={["x"]=55,["y"]=0,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryTotem.png"]={["x"]=110,["y"]=0,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png"]={["x"]=165,["y"]=0,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/AttackTotemMastery.png"]={["x"]=220,["y"]=0,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupSword.png"]={["x"]=275,["y"]=0,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupMace.png"]={["x"]=330,["y"]=0,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupLife.png"]={["x"]=385,["y"]=0,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupDualWield.png"]={["x"]=0,["y"]=55,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupScepter.png"]={["x"]=55,["y"]=55,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png"]={["x"]=110,["y"]=55,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupLightning.png"]={["x"]=165,["y"]=55,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupClaw.png"]={["x"]=220,["y"]=55,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupBow.png"]={["x"]=275,["y"]=55,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupWand.png"]={["x"]=330,["y"]=55,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupMana.png"]={["x"]=385,["y"]=55,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/FortifyMasterySymbol.png"]={["x"]=0,["y"]=110,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupStun.png"]={["x"]=55,["y"]=110,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupDagger.png"]={["x"]=110,["y"]=110,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupArmour.png"]={["x"]=165,["y"]=110,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.png"]={["x"]=220,["y"]=110,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.png"]={["x"]=275,["y"]=110,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryChannelling.png"]={["x"]=330,["y"]=110,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupMinions.png"]={["x"]=385,["y"]=110,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupColdFire.png"]={["x"]=0,["y"]=165,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupCold.png"]={["x"]=55,["y"]=165,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupFire.png"]={["x"]=110,["y"]=165,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupLifeMana.png"]={["x"]=165,["y"]=165,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryChaosDamagePowerCharge.png"]={["x"]=220,["y"]=165,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryBrandTotem.png"]={["x"]=275,["y"]=165,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.png"]={["x"]=330,["y"]=165,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/AttackBlindMastery.png"]={["x"]=385,["y"]=165,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryPoison.png"]={["x"]=0,["y"]=220,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupCrit.png"]={["x"]=55,["y"]=220,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MinionMastery.png"]={["x"]=110,["y"]=220,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/DualWieldMasterySymbol.png"]={["x"]=165,["y"]=220,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MineTrapsMastery.png"]={["x"]=220,["y"]=220,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryBrand.png"]={["x"]=275,["y"]=220,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/ChannellingAttacksMasterySymbol.png"]={["x"]=330,["y"]=220,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/ShieldMasterySymbol.png"]={["x"]=385,["y"]=220,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/ElementalMastery2.png"]={["x"]=0,["y"]=275,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryChaos.png"]={["x"]=55,["y"]=275,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryLifeAndEnergyShield.png"]={["x"]=110,["y"]=275,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryCurse.png"]={["x"]=165,["y"]=275,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryAuras.png"]={["x"]=220,["y"]=275,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MineMastery.png"]={["x"]=275,["y"]=275,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/WarcryMastery.png"]={["x"]=330,["y"]=275,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/ColdLightningMastery.png"]={["x"]=385,["y"]=275,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryElementalDamage.png"]={["x"]=0,["y"]=330,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/BloodMastery.png"]={["x"]=55,["y"]=330,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryPhysicalAndChaos.png"]={["x"]=110,["y"]=330,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/StaffMasterySymbol.png"]={["x"]=165,["y"]=330,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryGroupOneHand.png"]={["x"]=220,["y"]=330,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/ImpaleMasterySymbol.png"]={["x"]=275,["y"]=330,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/EnduranceFrenzyChargeMastery.png"]={["x"]=330,["y"]=330,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/MasteryProjectiles.png"]={["x"]=385,["y"]=330,["w"]=55,["h"]=55},["Art/2DArt/SkillIcons/passives/RangedTotemMastery.png"]={["x"]=0,["y"]=385,["w"]=55,["h"]=55}}},{["filename"]="groups-2.png?02c0bf276f7b7545ad72afdcc157d6c1",["coords"]={["Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.png"]={["x"]=0,["y"]=0,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupShield.png"]={["x"]=77,["y"]=0,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryTotem.png"]={["x"]=154,["y"]=0,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png"]={["x"]=231,["y"]=0,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/AttackTotemMastery.png"]={["x"]=308,["y"]=0,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupSword.png"]={["x"]=385,["y"]=0,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupMace.png"]={["x"]=462,["y"]=0,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupLife.png"]={["x"]=539,["y"]=0,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupDualWield.png"]={["x"]=0,["y"]=77,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupScepter.png"]={["x"]=77,["y"]=77,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png"]={["x"]=154,["y"]=77,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupLightning.png"]={["x"]=231,["y"]=77,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupClaw.png"]={["x"]=308,["y"]=77,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupBow.png"]={["x"]=385,["y"]=77,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupWand.png"]={["x"]=462,["y"]=77,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupMana.png"]={["x"]=539,["y"]=77,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/FortifyMasterySymbol.png"]={["x"]=0,["y"]=154,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupStun.png"]={["x"]=77,["y"]=154,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupDagger.png"]={["x"]=154,["y"]=154,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupArmour.png"]={["x"]=231,["y"]=154,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.png"]={["x"]=308,["y"]=154,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.png"]={["x"]=385,["y"]=154,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryChannelling.png"]={["x"]=462,["y"]=154,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupMinions.png"]={["x"]=539,["y"]=154,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupColdFire.png"]={["x"]=0,["y"]=231,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupCold.png"]={["x"]=77,["y"]=231,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupFire.png"]={["x"]=154,["y"]=231,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupLifeMana.png"]={["x"]=231,["y"]=231,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryChaosDamagePowerCharge.png"]={["x"]=308,["y"]=231,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryBrandTotem.png"]={["x"]=385,["y"]=231,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.png"]={["x"]=462,["y"]=231,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/AttackBlindMastery.png"]={["x"]=539,["y"]=231,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryPoison.png"]={["x"]=0,["y"]=308,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupCrit.png"]={["x"]=77,["y"]=308,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MinionMastery.png"]={["x"]=154,["y"]=308,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/DualWieldMasterySymbol.png"]={["x"]=231,["y"]=308,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MineTrapsMastery.png"]={["x"]=308,["y"]=308,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryBrand.png"]={["x"]=385,["y"]=308,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/ChannellingAttacksMasterySymbol.png"]={["x"]=462,["y"]=308,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/ShieldMasterySymbol.png"]={["x"]=539,["y"]=308,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/ElementalMastery2.png"]={["x"]=0,["y"]=385,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryChaos.png"]={["x"]=77,["y"]=385,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryLifeAndEnergyShield.png"]={["x"]=154,["y"]=385,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryCurse.png"]={["x"]=231,["y"]=385,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryAuras.png"]={["x"]=308,["y"]=385,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MineMastery.png"]={["x"]=385,["y"]=385,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/WarcryMastery.png"]={["x"]=462,["y"]=385,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/ColdLightningMastery.png"]={["x"]=539,["y"]=385,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryElementalDamage.png"]={["x"]=0,["y"]=462,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/BloodMastery.png"]={["x"]=77,["y"]=462,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryPhysicalAndChaos.png"]={["x"]=154,["y"]=462,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/StaffMasterySymbol.png"]={["x"]=231,["y"]=462,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryGroupOneHand.png"]={["x"]=308,["y"]=462,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/ImpaleMasterySymbol.png"]={["x"]=385,["y"]=462,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/EnduranceFrenzyChargeMastery.png"]={["x"]=462,["y"]=462,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/MasteryProjectiles.png"]={["x"]=539,["y"]=462,["w"]=77,["h"]=77},["Art/2DArt/SkillIcons/passives/RangedTotemMastery.png"]={["x"]=0,["y"]=539,["w"]=77,["h"]=77}}},{["filename"]="groups-3.png?e2d7311e1ea0ebadd3cfc80d9ee35386",["coords"]={["Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.png"]={["x"]=0,["y"]=0,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupShield.png"]={["x"]=99,["y"]=0,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryTotem.png"]={["x"]=198,["y"]=0,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupStaff.png"]={["x"]=297,["y"]=0,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/AttackTotemMastery.png"]={["x"]=396,["y"]=0,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupSword.png"]={["x"]=495,["y"]=0,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupMace.png"]={["x"]=594,["y"]=0,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupLife.png"]={["x"]=693,["y"]=0,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupDualWield.png"]={["x"]=0,["y"]=99,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupScepter.png"]={["x"]=99,["y"]=99,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupAxe.png"]={["x"]=198,["y"]=99,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupLightning.png"]={["x"]=297,["y"]=99,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupClaw.png"]={["x"]=396,["y"]=99,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupBow.png"]={["x"]=495,["y"]=99,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupWand.png"]={["x"]=594,["y"]=99,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupMana.png"]={["x"]=693,["y"]=99,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/FortifyMasterySymbol.png"]={["x"]=0,["y"]=198,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupStun.png"]={["x"]=99,["y"]=198,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupDagger.png"]={["x"]=198,["y"]=198,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupArmour.png"]={["x"]=297,["y"]=198,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.png"]={["x"]=396,["y"]=198,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.png"]={["x"]=495,["y"]=198,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryChannelling.png"]={["x"]=594,["y"]=198,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupMinions.png"]={["x"]=693,["y"]=198,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupColdFire.png"]={["x"]=0,["y"]=297,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupCold.png"]={["x"]=99,["y"]=297,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupFire.png"]={["x"]=198,["y"]=297,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupLifeMana.png"]={["x"]=297,["y"]=297,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryChaosDamagePowerCharge.png"]={["x"]=396,["y"]=297,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryBrandTotem.png"]={["x"]=495,["y"]=297,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.png"]={["x"]=594,["y"]=297,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/AttackBlindMastery.png"]={["x"]=693,["y"]=297,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryPoison.png"]={["x"]=0,["y"]=396,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupCrit.png"]={["x"]=99,["y"]=396,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MinionMastery.png"]={["x"]=198,["y"]=396,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/DualWieldMasterySymbol.png"]={["x"]=297,["y"]=396,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MineTrapsMastery.png"]={["x"]=396,["y"]=396,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryBrand.png"]={["x"]=495,["y"]=396,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/ChannellingAttacksMasterySymbol.png"]={["x"]=594,["y"]=396,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/ShieldMasterySymbol.png"]={["x"]=693,["y"]=396,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/ElementalMastery2.png"]={["x"]=0,["y"]=495,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryChaos.png"]={["x"]=99,["y"]=495,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryLifeAndEnergyShield.png"]={["x"]=198,["y"]=495,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryCurse.png"]={["x"]=297,["y"]=495,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryAuras.png"]={["x"]=396,["y"]=495,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MineMastery.png"]={["x"]=495,["y"]=495,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/WarcryMastery.png"]={["x"]=594,["y"]=495,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/ColdLightningMastery.png"]={["x"]=693,["y"]=495,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryElementalDamage.png"]={["x"]=0,["y"]=594,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/BloodMastery.png"]={["x"]=99,["y"]=594,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryPhysicalAndChaos.png"]={["x"]=198,["y"]=594,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/StaffMasterySymbol.png"]={["x"]=297,["y"]=594,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryGroupOneHand.png"]={["x"]=396,["y"]=594,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/ImpaleMasterySymbol.png"]={["x"]=495,["y"]=594,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/EnduranceFrenzyChargeMastery.png"]={["x"]=594,["y"]=594,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/MasteryProjectiles.png"]={["x"]=693,["y"]=594,["w"]=99,["h"]=99},["Art/2DArt/SkillIcons/passives/RangedTotemMastery.png"]={["x"]=0,["y"]=693,["w"]=99,["h"]=99}}}}},["imageZoomLevels"]={0.1246,0.2109,0.2972,0.3835}}tree.classes={[1]={["name"]="Marauder",["classes"]={[1]={["name"]="Juggernaut",["displayName"]="Juggernaut",["flavourText"]=" What divides the conqueror \r\n from the conquered? Perseverance.",["flavourTextRect"]="215,165,1063,436",["flavourTextColour"]="175,90,50"},[2]={["name"]="Berserker",["displayName"]="Berserker",["flavourText"]="The savage path is \r\nalways swift and sure.",["flavourTextRect"]="760,345,976,429",["flavourTextColour"]="175,90,50"},[3]={["name"]="Chieftain",["displayName"]="Chieftain",["flavourText"]=" The Ancestors speak \r\nthrough your clenched fists.",["flavourTextRect"]="185,245,1076,449",["flavourTextColour"]="175,90,50"}}},[2]={["name"]="Ranger",["classes"]={[1]={["name"]="Raider",["displayName"]="Raider",["flavourText"]="No hunt is complete without\r\nthe gutting and the skinning.",["flavourTextRect"]="365,965,900,1250",["flavourTextColour"]="124,179,118"},[2]={["name"]="Deadeye",["displayName"]="Deadeye",["flavourText"]="A woman can change the world \r\nwith a single, well-placed arrow.",["flavourTextRect"]="365,965,900,1250",["flavourTextColour"]="124,179,118"},[3]={["name"]="Pathfinder",["displayName"]="Pathfinder",["flavourText"]="There are venoms and virtues aplenty in \r\n the wilds, if you know where to look.",["flavourTextRect"]="265,975,900,1250",["flavourTextColour"]="124,179,118"}}},[3]={["name"]="Witch",["classes"]={[1]={["name"]="Occultist",["displayName"]="Occultist",["flavourText"]=" Throw off the chains\r\nof fear and embrace that\r\n which was forbidden.",["flavourTextRect"]="665,385,906,389",["flavourTextColour"]="154,195,201"},[2]={["name"]="Elementalist",["displayName"]="Elementalist",["flavourText"]="Feed a storm with savage intent \r\nand not even the strongest walls\r\nwill hold it back.",["flavourTextRect"]="125,475,510,768",["flavourTextColour"]="154,195,201"},[3]={["name"]="Necromancer",["displayName"]="Necromancer",["flavourText"]="Embrace the serene\r\npower that is undeath.",["flavourTextRect"]="720,303,1000,1000",["flavourTextColour"]="154,195,201"}}},[4]={["name"]="Duelist",["classes"]={[1]={["name"]="Slayer",["displayName"]="Slayer",["flavourText"]=" No judge. No jury.\r\nJust the executioner.",["flavourTextRect"]="470,310,976,429",["flavourTextColour"]="150,175,200"},[2]={["name"]="Gladiator",["displayName"]="Gladiator",["flavourText"]="Raise your hand to the \r\nroaring crowd and pledge \r\nyour allegiance to glory.",["flavourTextRect"]="670,395,976,429",["flavourTextColour"]="150,175,200"},[3]={["name"]="Champion",["displayName"]="Champion",["flavourText"]="Champion that which \r\n you love. He who fights\r\n for nothing, dies\r\n for nothing.",["flavourTextRect"]="735,625,976,429",["flavourTextColour"]="150,175,200"}}},[5]={["name"]="Templar",["classes"]={[1]={["name"]="Inquisitor",["displayName"]="Inquisitor",["flavourText"]=" Truth is elusive, yet God has\r\nprovided us with all the tools \r\n necessary to find it.",["flavourTextRect"]="335,940,976,429",["flavourTextColour"]="207,189,138"},[2]={["name"]="Hierophant",["displayName"]="Hierophant",["flavourText"]="Drink deeply from God's\r\n chalice, for the faithful\r\n will never find it empty.",["flavourTextRect"]="100,720,936,399",["flavourTextColour"]="207,189,138"},[3]={["name"]="Guardian",["displayName"]="Guardian",["flavourText"]="When bound by faith\r\n and respect, the flock\r\n will overwhelm the wolf.",["flavourTextRect"]="170,780,976,429",["flavourTextColour"]="207,189,138"}}},[6]={["name"]="Shadow",["classes"]={[1]={["name"]="Assassin",["displayName"]="Assassin",["flavourText"]="Death is a banquet. \r\n It's up to the murderer \r\n to write the menu.",["flavourTextRect"]="650,845,976,429",["flavourTextColour"]="114,129,141"},[2]={["name"]="Trickster",["displayName"]="Trickster",["flavourText"]=" Everyone knows how to die. \r\n Some just need a little nudge \r\nto get them started.",["flavourTextRect"]="315,150,976,429",["flavourTextColour"]="114,129,141"},[3]={["name"]="Saboteur",["displayName"]="Saboteur",["flavourText"]="The artist need not be present \r\n to make a lasting impression.",["flavourTextRect"]="355,970,976,429",["flavourTextColour"]="114,129,141"}}},[0]={["name"]="Scion",["classes"]={[1]={["name"]="Ascendant",["displayName"]="Ascendant",["flavourText"]="",["flavourTextRect"]="305,925,976,429",["flavourTextColour"]="90,90,90"}}}}return tree diff --git a/changelog.txt b/changelog.txt index 85228aa8..b62f111b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,26 @@ -VERSION[1.4.153.1][2019/12/12] +[1.4.153.2][2019/12/14] + * Re-add Oils to tree + * Add support for Ghost Shrouds + * Add support for increased Ancestor Totem buff effect + * Add support for Ritual of Awakening Hierophant node + * Add support for 3 mods on Watchers Eye + * Add Impale damage to Combined DPS sort option + * Update Boss resistance values to 3.9 levels + * Add Bleed DPS to sorting option + * Add new spectres to the spectre library + * Kraityn's Sentry, Chrome-infused Chimeral, Vaal Slayer, Primeval Hunter, Archer Statue, Crazed Driver + * Add new spectre skills to library + * Blast Rain, Elemental Hit Fire, Barrage, Ice Shot, Unearth, Tornado Shot, Flame Surge + * Fix mod support for Chains of Command + * Add Astral Projector Unique Ring (3.9 preview) + * Fix rage granting damage to unarmed attacks + * Fix UI on passive tree being too large for some resolutions + * Fix node power not respecting your colour choice for highlighting + * Add area tag to Perforate + * Fix uniques with duplicate mods + * Re-add Death's Harp back in + * Update Snakepit Unique Ring +[1.4.153.1][2019/12/12] * Add 3.9 Passive Tree * Add 3.9 Unique Changes * Add support for Ryslathas Coil @@ -8,11 +30,11 @@ VERSION[1.4.153.1][2019/12/12] * Add support for Warcried recently * Fix Minion DPS sorting bug for Uniques and tree * Fix Toxic Rain/Rain of Arrows pierce bug - * Fix radius calcualtion for Jewels + * Fix radius calculation for Jewels * Fix Impale calculations for certain skills * Barrage, Blade Flurry, Blast Rain, Double Strike, Lacerate, Scourge Arrow, Cleave, Dual Strike, Riposte, Viper Strike, Static Strike - * Counter attack skills now show proper damage for each hit instead of DPS when using Impale + * Counter-attack skills now show proper damage for each hit instead of DPS when using Impale * Update many uniques that had incorrect wordings VERSION[1.4.152.8][2019/12/09] * Add Support for Greater Spell Echo @@ -56,10 +78,10 @@ VERSION[1.4.152.6][2019/12/02] * Fix totem limits * Fix elemental hit threshold gems again * Fix double damage on heavy strike - * Fix minion resistance on raise spectre gem - * Fix bones of ullur mod + * Fix minion resistance on Raise Spectre gem + * Fix Bones of Ullur mod * Fix Perandus Signet mod - * Fix red nightmare block chance + * Fix Red Nightmare block chance * Trim image file sizes VERSION[1.4.152.5][2019/10/08] * Withered debuff now appears on the config page diff --git a/manifest.xml b/manifest.xml index 4fddd139..e9ae2e4d 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,6 +1,6 @@ - + @@ -13,7 +13,7 @@ - + @@ -28,12 +28,12 @@ - + - + @@ -44,7 +44,7 @@ - + @@ -57,7 +57,7 @@ - + @@ -66,20 +66,20 @@ - - - + + + - - + + - + @@ -89,24 +89,24 @@ - - + + - + - + - - - + + + - + - + @@ -160,7 +160,7 @@ - + @@ -168,7 +168,7 @@ - + @@ -191,14 +191,14 @@ - + - - + + - + @@ -370,7 +370,7 @@ - +